Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/examples/extended/optical/LXe
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/optical/LXe/History

    r1337 r1342  
    1 $Id: History,v 1.14 2010/06/03 21:23:13 gum Exp $
     1$Id: History,v 1.15 2010/10/25 15:16:41 gunter Exp $
    22-------------------------------------------------------------------
    33
     
    1616     ----------------------------------------------------------
    1717
     1803 June 2010 Peter Gumplinger    (LXe-V09-03-01)
     19-  in LXeEventAction.cc fix initialisation of G4ThreeVector required by
     20   CLHEP 2.1.x.
     21   
    182203 June 2010 Peter Gumplinger    (LXe-V09-03-00)
    1923-  modify LXeTrajectory class to compile without warnings against
  • trunk/examples/extended/optical/LXe/LXe.out

    r1337 r1342  
    55
    66*************************************************************
    7  Geant4 version Name: geant4-09-03-ref-06    (25-June-2010)
     7 Geant4 version Name: geant4-09-03-ref-08    (25-June-2010)
    88                      Copyright : Geant4 Collaboration
    99                      Reference : NIM A 506 (2003), 250-303
     
    163163============================================================================================
    164164### G4EmSaturation::FindBirksCoefficient Birks coefficient for LXe  0.126 mm/MeV
    165         Energy weighted position of hits in LXe : (0.106357,-0.0981109,-103.428)
     165        Energy weighted position of hits in LXe : (0.106371,-0.11462,-103.415)
    166166        Total energy deposition in scintillator : 511 (keV)
    167         Reconstructed position of hits in LXe : (4.05096,0.730982,-14.686)
     167        Reconstructed position of hits in LXe : (5.14194,-1.77271,-17.3164)
    168168WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system
    169169  has been instantiated.  Use "/vis/open" or "/vis/sceneHandler/create".
     
    172172  drawing code is executed only if G4VVisManager::GetConcreteInstance()
    173173  is non-zero.
    174         Number of photons that hit PMTs in this event : 1398
     174        Number of photons that hit PMTs in this event : 1362
    175175        Number of PMTs above threshold(1) : 32
    176         Number of photons produced by scintillation in this event : 5625
     176        Number of photons produced by scintillation in this event : 5503
    177177        Number of photons produced by cerenkov in this event : 2
    178         Number of photons absorbed (OpAbsorption) in this event : 4229
     178        Number of photons absorbed (OpAbsorption) in this event : 4143
    179179        Number of photons absorbed at boundaries (OpBoundary) in this event : 0
    180180Unacounted for photons in this event : 0
    181         Energy weighted position of hits in LXe : (0.148663,0.0658336,-97.3519)
     181        Energy weighted position of hits in LXe : (-19.0104,20.2536,-73.8156)
    182182        Total energy deposition in scintillator : 511 (keV)
    183         Reconstructed position of hits in LXe : (1.15832,-1.1588,-14.6319)
    184         Number of photons that hit PMTs in this event : 1349
     183        Reconstructed position of hits in LXe : (-5.67417,4.40139,-21.1713)
     184        Number of photons that hit PMTs in this event : 1406
    185185        Number of PMTs above threshold(1) : 32
    186         Number of photons produced by scintillation in this event : 5502
    187         Number of photons produced by cerenkov in this event : 1
    188         Number of photons absorbed (OpAbsorption) in this event : 4154
     186        Number of photons produced by scintillation in this event : 5453
     187        Number of photons produced by cerenkov in this event : 0
     188        Number of photons absorbed (OpAbsorption) in this event : 4047
    189189        Number of photons absorbed at boundaries (OpBoundary) in this event : 0
    190190Unacounted for photons in this event : 0
    191         Energy weighted position of hits in LXe : (-0.148027,0.14522,-99.4255)
     191        Energy weighted position of hits in LXe : (-26.998,5.07863,-57.1629)
    192192        Total energy deposition in scintillator : 511 (keV)
    193         Reconstructed position of hits in LXe : (-1.74264,-1.85574,-16.0139)
    194         Number of photons that hit PMTs in this event : 1484
     193        Reconstructed position of hits in LXe : (-5.73512,1.73875,-20.3318)
     194        Number of photons that hit PMTs in this event : 1461
    195195        Number of PMTs above threshold(1) : 32
    196         Number of photons produced by scintillation in this event : 5629
    197         Number of photons produced by cerenkov in this event : 1
    198         Number of photons absorbed (OpAbsorption) in this event : 4146
     196        Number of photons produced by scintillation in this event : 5528
     197        Number of photons produced by cerenkov in this event : 0
     198        Number of photons absorbed (OpAbsorption) in this event : 4067
    199199        Number of photons absorbed at boundaries (OpBoundary) in this event : 0
    200200Unacounted for photons in this event : 0
  • trunk/examples/extended/optical/LXe/src/LXeEventAction.cc

    r807 r1342  
    139139 
    140140  if(PHC){
    141     G4ThreeVector reconPos=0.;
     141    G4ThreeVector reconPos(0.,0.,0.);
    142142    G4int pmts=PHC->entries();
    143143    //Gather info from all PMTs
Note: See TracChangeset for help on using the changeset viewer.