Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/nanobeam/src/RunAction.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/advanced/nanobeam/src/RunAction.cc (Version 11.3.0) and /examples/advanced/nanobeam/src/RunAction.cc (Version 11.0.p2)


  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 // Please cite the following paper if you use      26 // Please cite the following paper if you use this software
 27 // Nucl.Instrum.Meth.B260:20-27, 2007              27 // Nucl.Instrum.Meth.B260:20-27, 2007
 28                                                    28 
 29 // #define MATRIX_BOUND_CHECK                      29 // #define MATRIX_BOUND_CHECK
 30                                                    30 
 31 #include "RunAction.hh"                            31 #include "RunAction.hh"
 32 #include "G4AnalysisManager.hh"                    32 #include "G4AnalysisManager.hh"
 33 #include "G4AutoLock.hh"                           33 #include "G4AutoLock.hh"
 34                                                    34 
 35 namespace                                          35 namespace 
 36 {                                                  36 {
 37   G4Mutex aMutex = G4MUTEX_INITIALIZER;            37   G4Mutex aMutex = G4MUTEX_INITIALIZER;
 38 }                                                  38 }
 39                                                    39 
 40 using namespace std;                               40 using namespace std;
 41                                                    41 
 42 //....oooOO0OOooo........oooOO0OOooo........oo     42 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 43                                                    43 
 44 RunAction::RunAction(DetectorConstruction* det     44 RunAction::RunAction(DetectorConstruction* det, PrimaryGeneratorAction* pri)
 45 :fDetector(det),fPrimary(pri)                      45 :fDetector(det),fPrimary(pri)
 46 {}                                                 46 {}
 47                                                    47 
 48 //....oooOO0OOooo........oooOO0OOooo........oo     48 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 49                                                    49 
 50 RunAction::~RunAction()                            50 RunAction::~RunAction()
 51 {}                                                 51 {}
 52                                                    52 
 53 //....oooOO0OOooo........oooOO0OOooo........oo     53 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 54                                                    54 
 55 void RunAction::BeginOfRunAction(const G4Run*      55 void RunAction::BeginOfRunAction(const G4Run* /*aRun*/)
 56 {                                                  56 {
 57    // Vector initialization                        57    // Vector initialization 
 58                                                    58    
 59    fRow=0;                                         59    fRow=0;
 60                                                    60      
 61    fXVector = CLHEP::HepVector(32);                61    fXVector = CLHEP::HepVector(32);
 62    fYVector = CLHEP::HepVector(32);                62    fYVector = CLHEP::HepVector(32);
 63    fThetaVector = CLHEP::HepVector(32);            63    fThetaVector = CLHEP::HepVector(32);
 64    fPhiVector = CLHEP::HepVector(32);              64    fPhiVector = CLHEP::HepVector(32);
 65                                                    65    
 66    // Histograms                                   66    // Histograms
 67                                                    67   
 68    // Get/create analysis manager                  68    // Get/create analysis manager
 69    G4cout << "##### Create analysis manager "      69    G4cout << "##### Create analysis manager " << "  " << this << G4endl;
 70                                                    70   
 71    G4AnalysisManager* man = G4AnalysisManager:     71    G4AnalysisManager* man = G4AnalysisManager::Instance();
 72    man->SetDefaultFileType("root");                72    man->SetDefaultFileType("root");
 73                                                    73   
 74    G4cout << "Using " << man->GetType() << " a     74    G4cout << "Using " << man->GetType() << " analysis manager" << G4endl;
 75                                                    75 
 76    // Open an output file                          76    // Open an output file
 77    man->OpenFile("nanobeam");                      77    man->OpenFile("nanobeam");
 78    man->SetFirstHistoId(1);                        78    man->SetFirstHistoId(1);
 79    man->SetFirstNtupleId(1);                       79    man->SetFirstNtupleId(1);
 80                                                    80   
 81    // Create 1st ntuple (id = 1)                   81    // Create 1st ntuple (id = 1)
 82    man->CreateNtuple("ntuple0", "BeamProfile")     82    man->CreateNtuple("ntuple0", "BeamProfile");
 83    man->CreateNtupleDColumn("xIn");                83    man->CreateNtupleDColumn("xIn");
 84    man->CreateNtupleDColumn("yIn");                84    man->CreateNtupleDColumn("yIn");
 85    man->CreateNtupleDColumn("zIn");                85    man->CreateNtupleDColumn("zIn");
 86    man->FinishNtuple();                            86    man->FinishNtuple();
 87    G4cout << "Ntuple-1 created" << G4endl;         87    G4cout << "Ntuple-1 created" << G4endl;
 88                                                    88 
 89    // Create 2nd htuple (id = 2)                   89    // Create 2nd htuple (id = 2)
 90    man->CreateNtuple("ntuple1","Grid");            90    man->CreateNtuple("ntuple1","Grid");
 91    man->CreateNtupleDColumn("xIn");                91    man->CreateNtupleDColumn("xIn");
 92    man->CreateNtupleDColumn("yIn");                92    man->CreateNtupleDColumn("yIn");
 93    man->CreateNtupleDColumn("e");                  93    man->CreateNtupleDColumn("e");
 94    man->FinishNtuple();                            94    man->FinishNtuple();
 95    G4cout << "Ntuple-2 created" << G4endl;         95    G4cout << "Ntuple-2 created" << G4endl;
 96                                                    96  
 97    // Create 3rd ntuple (id = 3)                   97    // Create 3rd ntuple (id = 3)   
 98    man->CreateNtuple("ntuple2","Coef");            98    man->CreateNtuple("ntuple2","Coef");
 99    man->CreateNtupleDColumn("xIn");                99    man->CreateNtupleDColumn("xIn");
100    man->CreateNtupleDColumn("yIn");               100    man->CreateNtupleDColumn("yIn");
101    man->CreateNtupleDColumn("thetaIn");           101    man->CreateNtupleDColumn("thetaIn");
102    man->CreateNtupleDColumn("phiIn");             102    man->CreateNtupleDColumn("phiIn");
103    man->FinishNtuple();                           103    man->FinishNtuple();
104    G4cout << "Ntuple-3 created" << G4endl;        104    G4cout << "Ntuple-3 created" << G4endl;
105                                                   105 
106    return;                                        106    return;
107                                                   107 
108 }                                                 108 }
109                                                   109  
110 //....oooOO0OOooo........oooOO0OOooo........oo    110 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
111                                                   111 
112 void RunAction::EndOfRunAction(const G4Run* /*    112 void RunAction::EndOfRunAction(const G4Run* /*aRun*/)
113 {                                                 113 {
114                                                   114 
115 if (fDetector->GetCoef()==1)                      115 if (fDetector->GetCoef()==1)
116 {                                                 116 {
117         // 17/12/2013 - thanks to A. Dotti        117         // 17/12/2013 - thanks to A. Dotti
118   // CLHEP Matrix inversion (as for CLHEP vers    118   // CLHEP Matrix inversion (as for CLHEP version 2.1.4.1)  
119         // is not thread safe, we need to prot    119         // is not thread safe, we need to protect this code.
120         // Since this is not performance criti    120         // Since this is not performance critical we simply lock 
121         // all this part.                         121         // all this part.
122   G4AutoLock l(&aMutex);                          122   G4AutoLock l(&aMutex);
123         //                                        123         //
124                                                   124   
125   CLHEP::HepMatrix m;                             125   CLHEP::HepMatrix m;
126                                                   126   
127   // VECTOR READING                               127   // VECTOR READING
128   // VECTOR READING                               128   // VECTOR READING
129                                                   129 
130   m = CLHEP::HepMatrix(32,32);                    130   m = CLHEP::HepMatrix(32,32);
131   m = fPrimary->GetMatrix();                      131   m = fPrimary->GetMatrix();
132                                                   132 
133   G4cout << G4endl;                               133   G4cout << G4endl;
134   G4cout << "===> NANOBEAM LINE INTRINSIC ABER    134   G4cout << "===> NANOBEAM LINE INTRINSIC ABERRATION COEFFICIENTS (units of micrometer and mrad) :" << G4endl;
135   G4cout << G4endl;                               135   G4cout << G4endl;
136                                                   136 
137   int inv;                                        137   int inv;
138                                                   138 
139   m.invert(inv);                                  139   m.invert(inv);
140   CLHEP::HepVector tmp(32,0);                     140   CLHEP::HepVector tmp(32,0);
141   tmp=m*fXVector;                                 141   tmp=m*fXVector;
142   CLHEP::HepVector b;                             142   CLHEP::HepVector b;
143   b=tmp.sub(2,2);   G4cout << "<x|theta>=" <<     143   b=tmp.sub(2,2);   G4cout << "<x|theta>=" << b << G4endl;
144   b=tmp.sub(8,8);   G4cout << "<x|theta*delta>    144   b=tmp.sub(8,8);   G4cout << "<x|theta*delta>=" << b << G4endl;
145   b=tmp.sub(10,10); G4cout << "<x|theta^3>=" <    145   b=tmp.sub(10,10); G4cout << "<x|theta^3>=" << b << G4endl;
146   b=tmp.sub(12,12); G4cout << "<x|theta*phi^2>    146   b=tmp.sub(12,12); G4cout << "<x|theta*phi^2>=" << b << G4endl;
147   m.invert(inv);                                  147   m.invert(inv);
148                                                   148 
149   m.invert(inv);                                  149   m.invert(inv);
150   tmp = m*fThetaVector;                           150   tmp = m*fThetaVector;
151   m.invert(inv);                                  151   m.invert(inv);
152   b=tmp.sub(2,2); G4cout << "<x|x>=" << b << G    152   b=tmp.sub(2,2); G4cout << "<x|x>=" << b << G4endl;
153                                                   153 
154   m.invert(inv);                                  154   m.invert(inv);
155   tmp=m*fYVector;                                 155   tmp=m*fYVector;
156   b=tmp.sub(3,3);   G4cout << "<y|phi>=" << b     156   b=tmp.sub(3,3);   G4cout << "<y|phi>=" << b << G4endl;
157   b=tmp.sub(9,9);   G4cout << "<y|phi*delta>="    157   b=tmp.sub(9,9);   G4cout << "<y|phi*delta>=" << b << G4endl;
158   b=tmp.sub(11,11); G4cout << "<y|theta^2*phi>    158   b=tmp.sub(11,11); G4cout << "<y|theta^2*phi>=" << b << G4endl;
159   b=tmp.sub(13,13); G4cout << "<y|phi^3>=" <<     159   b=tmp.sub(13,13); G4cout << "<y|phi^3>=" << b << G4endl;
160   m.invert(inv);                                  160   m.invert(inv);
161                                                   161 
162   m.invert(inv);                                  162   m.invert(inv);
163   tmp = m*fPhiVector;                             163   tmp = m*fPhiVector;
164   m.invert(inv);                                  164   m.invert(inv);
165   b=tmp.sub(3,3); G4cout << "<y|y>=" << b << G    165   b=tmp.sub(3,3); G4cout << "<y|y>=" << b << G4endl;
166                                                   166 
167 }                                                 167 }
168                                                   168 
169  // Save histograms                               169  // Save histograms
170                                                   170  
171  G4AnalysisManager* man = G4AnalysisManager::I    171  G4AnalysisManager* man = G4AnalysisManager::Instance();
172  man->Write();                                    172  man->Write();
173  man->CloseFile();                                173  man->CloseFile();
174                                                   174  
175  // Complete clean-up                             175  // Complete clean-up
176  man->Clear();                                    176  man->Clear();
177 }                                                 177 }
178                                                   178