Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/optical/wls/src/WLSEventAction.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/optical/wls/src/WLSEventAction.cc (Version 11.3.0) and /examples/extended/optical/wls/src/WLSEventAction.cc (Version 11.1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                         3 // * License and Disclaimer                                           *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th      5 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
  6 // * the Geant4 Collaboration.  It is provided      6 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
  7 // * conditions of the Geant4 Software License      7 // * conditions of the Geant4 Software License,  included in the file *
  8 // * LICENSE and available at  http://cern.ch/      8 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
  9 // * include a list of copyright holders.           9 // * include a list of copyright holders.                             *
 10 // *                                               10 // *                                                                  *
 11 // * Neither the authors of this software syst     11 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     12 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     13 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     14 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file      15 // * use.  Please see the license in the file  LICENSE  and URL above *
 16 // * for the full disclaimer and the limitatio     16 // * for the full disclaimer and the limitation of liability.         *
 17 // *                                               17 // *                                                                  *
 18 // * This  code  implementation is the result      18 // * This  code  implementation is the result of  the  scientific and *
 19 // * technical work of the GEANT4 collaboratio     19 // * technical work of the GEANT4 collaboration.                      *
 20 // * By using,  copying,  modifying or  distri     20 // * By using,  copying,  modifying or  distributing the software (or *
 21 // * any work based  on the software)  you  ag     21 // * any work based  on the software)  you  agree  to acknowledge its *
 22 // * use  in  resulting  scientific  publicati     22 // * use  in  resulting  scientific  publications,  and indicate your *
 23 // * acceptance of all terms of the Geant4 Sof     23 // * acceptance of all terms of the Geant4 Software license.          *
 24 // *******************************************     24 // ********************************************************************
 25 //                                                 25 //
 26 //                                                 26 //
 27 /// \file optical/wls/src/WLSEventAction.cc        27 /// \file optical/wls/src/WLSEventAction.cc
 28 /// \brief Implementation of the WLSEventActio     28 /// \brief Implementation of the WLSEventAction class
 29 //                                                 29 //
 30 //                                                 30 //
 31                                                    31 
 32 #include "WLSEventAction.hh"                       32 #include "WLSEventAction.hh"
 33                                                    33 
 34 #include "WLSEventActionMessenger.hh"              34 #include "WLSEventActionMessenger.hh"
 35 #include "WLSPhotonDetHit.hh"                      35 #include "WLSPhotonDetHit.hh"
 36 #include "WLSRun.hh"                               36 #include "WLSRun.hh"
 37 #include "WLSRunAction.hh"                         37 #include "WLSRunAction.hh"
 38                                                    38 
 39 #include "G4AnalysisManager.hh"                    39 #include "G4AnalysisManager.hh"
 40 #include "G4Event.hh"                              40 #include "G4Event.hh"
 41 #include "G4EventManager.hh"                       41 #include "G4EventManager.hh"
 42 #include "G4RunManager.hh"                         42 #include "G4RunManager.hh"
 43 #include "G4SDManager.hh"                          43 #include "G4SDManager.hh"
 44 #include "G4TrajectoryContainer.hh"                44 #include "G4TrajectoryContainer.hh"
 45 #include "G4VVisManager.hh"                        45 #include "G4VVisManager.hh"
 46 #include "Randomize.hh"                            46 #include "Randomize.hh"
 47                                                    47 
 48 // Purpose: Accumulates statistics regarding h     48 // Purpose: Accumulates statistics regarding hits
 49 //          in the PhotonDet detector              49 //          in the PhotonDet detector
 50                                                    50 
 51 //....oooOO0OOooo........oooOO0OOooo........oo     51 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 52                                                    52 
 53 WLSEventAction::WLSEventAction()                   53 WLSEventAction::WLSEventAction()
                                                   >>  54   : fVerboseLevel(0)
 54 {                                                  55 {
                                                   >>  56   fMPPCCollID = 0;
                                                   >>  57 
 55   fEventMessenger = new WLSEventActionMessenge     58   fEventMessenger = new WLSEventActionMessenger(this);
 56 }                                                  59 }
 57                                                    60 
 58 //....oooOO0OOooo........oooOO0OOooo........oo     61 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 59                                                    62 
 60 WLSEventAction::~WLSEventAction()              <<  63 WLSEventAction::~WLSEventAction() { delete fEventMessenger; }
 61 {                                              << 
 62   delete fEventMessenger;                      << 
 63 }                                              << 
 64                                                    64 
 65 //....oooOO0OOooo........oooOO0OOooo........oo     65 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 66                                                    66 
 67 void WLSEventAction::BeginOfEventAction(const      67 void WLSEventAction::BeginOfEventAction(const G4Event*)
 68 {                                                  68 {
 69   fNTIR = 0;                                   <<  69   fNTIR        = 0;
 70   fNExiting = 0;                               <<  70   fNExiting    = 0;
 71   fEscapedEnd = 0;                             <<  71   fEscapedEnd  = 0;
 72   fEscapedMid = 0;                             <<  72   fEscapedMid  = 0;
 73   fBounce = 0;                                 <<  73   fBounce      = 0;
 74   fWLSBounce = 0;                              <<  74   fWLSBounce   = 0;
 75   fClad1Bounce = 0;                                75   fClad1Bounce = 0;
 76   fClad2Bounce = 0;                                76   fClad2Bounce = 0;
 77   fReflected = 0;                              <<  77   fReflected   = 0;
 78   fEscaped = 0;                                <<  78   fEscaped     = 0;
 79   fMirror = 0;                                 <<  79   fMirror      = 0;
 80 }                                                  80 }
 81                                                    81 
 82 //....oooOO0OOooo........oooOO0OOooo........oo     82 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 83                                                    83 
 84 void WLSEventAction::EndOfEventAction(const G4     84 void WLSEventAction::EndOfEventAction(const G4Event* evt)
 85 {                                                  85 {
 86   // Get Hits from the detector if any             86   // Get Hits from the detector if any
 87   G4SDManager* SDman = G4SDManager::GetSDMpoin     87   G4SDManager* SDman = G4SDManager::GetSDMpointer();
 88   G4String colName = "PhotonDetHitCollection"; <<  88   G4String colName   = "PhotonDetHitCollection";
 89   fMPPCCollID = SDman->GetCollectionID(colName <<  89   fMPPCCollID        = SDman->GetCollectionID(colName);
 90                                                    90 
 91   G4HCofThisEvent* HCE = evt->GetHCofThisEvent <<  91   G4HCofThisEvent* HCE               = evt->GetHCofThisEvent();
 92   WLSPhotonDetHitsCollection* mppcHC = nullptr     92   WLSPhotonDetHitsCollection* mppcHC = nullptr;
 93                                                    93 
 94   // Get the hit collections                       94   // Get the hit collections
 95   if (HCE) {                                   <<  95   if(HCE)
 96     if (fMPPCCollID >= 0) {                    <<  96   {
 97       mppcHC = (WLSPhotonDetHitsCollection*)(H <<  97     if(fMPPCCollID >= 0)
                                                   >>  98     {
                                                   >>  99       mppcHC = (WLSPhotonDetHitsCollection*) (HCE->GetHC(fMPPCCollID));
 98     }                                             100     }
 99   }                                               101   }
100                                                   102 
101   // Get hit information about photons that re    103   // Get hit information about photons that reached the detector in this event
102   G4int n_hit = 0;                                104   G4int n_hit = 0;
103   if (mppcHC) {                                << 105   if(mppcHC)
                                                   >> 106   {
104     n_hit = mppcHC->entries();                    107     n_hit = mppcHC->entries();
105   }                                               108   }
106                                                   109 
107   auto analysisManager = G4AnalysisManager::In    110   auto analysisManager = G4AnalysisManager::Instance();
108   analysisManager->FillH1(2, mppcHC->entries()    111   analysisManager->FillH1(2, mppcHC->entries());
109   for (size_t i = 0; i < mppcHC->entries(); ++    112   for (size_t i = 0; i < mppcHC->entries(); ++i) {
110     auto pdHit = (*mppcHC)[i];                    113     auto pdHit = (*mppcHC)[i];
111     analysisManager->FillH1(0, pdHit->GetEnerg    114     analysisManager->FillH1(0, pdHit->GetEnergy());
112     analysisManager->FillH1(1, pdHit->GetArriv    115     analysisManager->FillH1(1, pdHit->GetArrivalTime());
113   }                                               116   }
114                                                   117 
115   if (fVerboseLevel > 1) {                     << 118   if(fVerboseLevel > 1)
                                                   >> 119   {
116     G4cout << "-------------------------------    120     G4cout << "-------------------------------------" << G4endl
117            << " In this event, number of:" <<  << 121            << " In this event, number of:" << G4endl
118            << "  Exiting:       " << fNExiting << 122            << "  TIR:           " << fNTIR << G4endl
119            << G4endl << "  Escaped End:   " << << 123            << "  Exiting:       " << fNExiting << G4endl
120            << "  Bounced:       " << fBounce < << 124            << "  Escaped Mid:   " << fEscapedMid << G4endl
121            << G4endl << "  Clad1 Bounce:  " << << 125            << "  Escaped End:   " << fEscapedEnd << G4endl
122            << "  Clad2 Bounce:  " << fClad2Bou << 126            << "  Bounced:       " << fBounce << G4endl
123            << G4endl << "  Escaped:       " << << 127            << "  WLS Bounce:    " << fWLSBounce << G4endl
124            << G4endl << "  Detector hit:  " << << 128            << "  Clad1 Bounce:  " << fClad1Bounce << G4endl
                                                   >> 129            << "  Clad2 Bounce:  " << fClad2Bounce << G4endl
                                                   >> 130            << "  Reflected:     " << fReflected << G4endl
                                                   >> 131            << "  Escaped:       " << fEscaped << G4endl
                                                   >> 132            << "  Mirror:        " << fMirror << G4endl
                                                   >> 133            << "  Detector hit:  " << n_hit << G4endl;
125   }                                               134   }
126                                                   135 
127   auto run = static_cast<WLSRun*>(G4RunManager << 136   WLSRun* run = static_cast<WLSRun*>(
                                                   >> 137     G4RunManager::GetRunManager()->GetNonConstCurrentRun());
128                                                   138 
129   run->AddTIR(fNTIR);                             139   run->AddTIR(fNTIR);
130   run->AddExiting(fNExiting);                     140   run->AddExiting(fNExiting);
131   run->AddEscapedEnd(fEscapedEnd);                141   run->AddEscapedEnd(fEscapedEnd);
132   run->AddEscapedMid(fEscapedMid);                142   run->AddEscapedMid(fEscapedMid);
133   run->AddBounce(fBounce);                        143   run->AddBounce(fBounce);
134   run->AddClad1Bounce(fClad1Bounce);              144   run->AddClad1Bounce(fClad1Bounce);
135   run->AddClad2Bounce(fClad2Bounce);              145   run->AddClad2Bounce(fClad2Bounce);
136   run->AddReflected(fReflected);                  146   run->AddReflected(fReflected);
137   run->AddEscaped(fEscaped);                      147   run->AddEscaped(fEscaped);
138   run->AddMirror(fMirror);                        148   run->AddMirror(fMirror);
139   run->AddDetectorHits(n_hit);                    149   run->AddDetectorHits(n_hit);
140 }                                                 150 }
141                                                   151 
142 //....oooOO0OOooo........oooOO0OOooo........oo    152 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
143                                                   153 
144 G4int WLSEventAction::GetEventNo()                154 G4int WLSEventAction::GetEventNo()
145 {                                                 155 {
146   return fpEventManager->GetConstCurrentEvent(    156   return fpEventManager->GetConstCurrentEvent()->GetEventID();
147 }                                                 157 }
148                                                   158 
149 //....oooOO0OOooo........oooOO0OOooo........oo    159 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
150                                                   160 
151 void WLSEventAction::SetEventVerbose(G4int lev << 161 void WLSEventAction::SetEventVerbose(G4int level) { fVerboseLevel = level; }
152 {                                              << 
153   fVerboseLevel = level;                       << 
154 }                                              << 
155                                                   162