Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/tracking/src/G4ClonedRichTrajectoryPoint.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 /tracking/src/G4ClonedRichTrajectoryPoint.cc (Version 11.3.0) and /tracking/src/G4ClonedRichTrajectoryPoint.cc (Version 6.2)


  1 //                                                  1 
  2 // *******************************************    
  3 // * License and Disclaimer                       
  4 // *                                              
  5 // * The  Geant4 software  is  copyright of th    
  6 // * the Geant4 Collaboration.  It is provided    
  7 // * conditions of the Geant4 Software License    
  8 // * LICENSE and available at  http://cern.ch/    
  9 // * include a list of copyright holders.         
 10 // *                                              
 11 // * Neither the authors of this software syst    
 12 // * institutes,nor the agencies providing fin    
 13 // * work  make  any representation or  warran    
 14 // * regarding  this  software system or assum    
 15 // * use.  Please see the license in the file     
 16 // * for the full disclaimer and the limitatio    
 17 // *                                              
 18 // * This  code  implementation is the result     
 19 // * technical work of the GEANT4 collaboratio    
 20 // * By using,  copying,  modifying or  distri    
 21 // * any work based  on the software)  you  ag    
 22 // * use  in  resulting  scientific  publicati    
 23 // * acceptance of all terms of the Geant4 Sof    
 24 // *******************************************    
 25 //                                                
 26 // G4ClonedRichTrajectoryPoint class implement    
 27 //                                                
 28 // Makoto Asai (JLab) - Oct.2024                  
 29 // -------------------------------------------    
 30                                                   
 31 #include "G4ClonedRichTrajectoryPoint.hh"         
 32 #include "G4RichTrajectoryPoint.hh"               
 33                                                   
 34 #include "G4AttDef.hh"                            
 35 #include "G4AttDefStore.hh"                       
 36 #include "G4AttValue.hh"                          
 37 #include "G4Step.hh"                              
 38 #include "G4Track.hh"                             
 39 #include "G4UIcommand.hh"                         
 40 #include "G4UnitsTable.hh"                        
 41 #include "G4VProcess.hh"                          
 42                                                   
 43 // #define G4ATTDEBUG                             
 44 #ifdef G4ATTDEBUG                                 
 45 #  include "G4AttCheck.hh"                        
 46 #endif                                            
 47                                                   
 48 #include <sstream>                                
 49                                                   
 50 G4Allocator<G4ClonedRichTrajectoryPoint>*& aCl    
 51 {                                                 
 52   static G4Allocator<G4ClonedRichTrajectoryPoi    
 53   return _instance;                               
 54 }                                                 
 55                                                   
 56 G4ClonedRichTrajectoryPoint::G4ClonedRichTraje    
 57   : fPosition(aTrack->GetPosition()),             
 58     fPreStepPointGlobalTime(aTrack->GetGlobalT    
 59     fPostStepPointGlobalTime(aTrack->GetGlobal    
 60     fpPreStepPointVolume(aTrack->GetTouchableH    
 61     fpPostStepPointVolume(aTrack->GetNextTouch    
 62     fPreStepPointWeight(aTrack->GetWeight()),     
 63     fPostStepPointWeight(aTrack->GetWeight())     
 64 {}                                                
 65                                                   
 66 G4ClonedRichTrajectoryPoint::G4ClonedRichTraje    
 67   : fPosition(aStep->GetPostStepPoint()->GetPo    
 68     fpAuxiliaryPointVector(aStep->GetPointerTo    
 69     fTotEDep(aStep->GetTotalEnergyDeposit())      
 70 {                                                 
 71   G4StepPoint* preStepPoint = aStep->GetPreSte    
 72   G4StepPoint* postStepPoint = aStep->GetPostS    
 73   if (aStep->GetTrack()->GetCurrentStepNumber(    
 74   {                                               
 75     fRemainingEnergy = aStep->GetTrack()->GetK    
 76   }                                               
 77   else {                                          
 78     fRemainingEnergy = preStepPoint->GetKineti    
 79   }                                               
 80   fpProcess = postStepPoint->GetProcessDefined    
 81   fPreStepPointStatus = preStepPoint->GetStepS    
 82   fPostStepPointStatus = postStepPoint->GetSte    
 83   fPreStepPointGlobalTime = preStepPoint->GetG    
 84   fPostStepPointGlobalTime = postStepPoint->Ge    
 85   fpPreStepPointVolume = preStepPoint->GetTouc    
 86   fpPostStepPointVolume = postStepPoint->GetTo    
 87   fPreStepPointWeight = preStepPoint->GetWeigh    
 88   fPostStepPointWeight = postStepPoint->GetWei    
 89 }                                                 
 90                                                   
 91 G4ClonedRichTrajectoryPoint::G4ClonedRichTraje    
 92 {                                                 
 93   fPosition = right.fPosition;                    
 94   fTotEDep = right.fTotEDep;                      
 95   fRemainingEnergy = right.fRemainingEnergy;      
 96   fpProcess = right.fpProcess;                    
 97   fPreStepPointStatus = right.fPreStepPointSta    
 98   fPostStepPointStatus = right.fPostStepPointS    
 99   fPreStepPointGlobalTime = right.fPreStepPoin    
100   fPostStepPointGlobalTime = right.fPostStepPo    
101   fpPreStepPointVolume = right.fpPreStepPointV    
102   fpPostStepPointVolume = right.fpPostStepPoin    
103   fPreStepPointWeight = right.fPreStepPointWei    
104   fPostStepPointWeight = right.fPostStepPointW    
105   if(right.fpAuxiliaryPointVector!=nullptr &&     
106   {                                               
107     fpAuxiliaryPointVector = new std::vector<G    
108     for(auto& i : *(right.fpAuxiliaryPointVect    
109     { fpAuxiliaryPointVector->push_back(i); }     
110   }                                               
111 }                                                 
112                                                   
113 G4ClonedRichTrajectoryPoint::~G4ClonedRichTraj    
114                                                   
115 const std::map<G4String, G4AttDef>* G4ClonedRi    
116 {                                                 
117   G4bool isNew;                                   
118   std::map<G4String, G4AttDef>* store = G4AttD    
119   if (isNew) {                                    
120     G4String ID;                                  
121                                                   
122     ID = "Pos";                                   
123     (*store)[ID] = G4AttDef(ID, "Position", "P    
124     ID = "Aux";                                   
125     (*store)[ID] =                                
126       G4AttDef(ID, "Auxiliary Point Position",    
127     ID = "TED";                                   
128     (*store)[ID] = G4AttDef(ID, "Total Energy     
129     ID = "RE";                                    
130     (*store)[ID] = G4AttDef(ID, "Remaining Ene    
131     ID = "PDS";                                   
132     (*store)[ID] = G4AttDef(ID, "Process Defin    
133     ID = "PTDS";                                  
134     (*store)[ID] = G4AttDef(ID, "Process Type     
135     ID = "PreStatus";                             
136     (*store)[ID] = G4AttDef(ID, "Pre-step-poin    
137     ID = "PostStatus";                            
138     (*store)[ID] = G4AttDef(ID, "Post-step-poi    
139     ID = "PreT";                                  
140     (*store)[ID] = G4AttDef(ID, "Pre-step-poin    
141     ID = "PostT";                                 
142     (*store)[ID] = G4AttDef(ID, "Post-step-poi    
143     ID = "PreVPath";                              
144     (*store)[ID] = G4AttDef(ID, "Pre-step Volu    
145     ID = "PostVPath";                             
146     (*store)[ID] = G4AttDef(ID, "Post-step Vol    
147     ID = "PreW";                                  
148     (*store)[ID] = G4AttDef(ID, "Pre-step-poin    
149     ID = "PostW";                                 
150     (*store)[ID] = G4AttDef(ID, "Post-step-poi    
151   }                                               
152   return store;                                   
153 }                                                 
154                                                   
155 static G4String Status(G4StepStatus stps)         
156 {                                                 
157   G4String status;                                
158   switch (stps) {                                 
159     case fWorldBoundary:                          
160       status = "fWorldBoundary";                  
161       break;                                      
162     case fGeomBoundary:                           
163       status = "fGeomBoundary";                   
164       break;                                      
165     case fAtRestDoItProc:                         
166       status = "fAtRestDoItProc";                 
167       break;                                      
168     case fAlongStepDoItProc:                      
169       status = "fAlongStepDoItProc";              
170       break;                                      
171     case fPostStepDoItProc:                       
172       status = "fPostStepDoItProc";               
173       break;                                      
174     case fUserDefinedLimit:                       
175       status = "fUserDefinedLimit";               
176       break;                                      
177     case fExclusivelyForcedProc:                  
178       status = "fExclusivelyForcedProc";          
179       break;                                      
180     case fUndefined:                              
181       status = "fUndefined";                      
182       break;                                      
183     default:                                      
184       status = "Not recognised";                  
185       break;                                      
186   }                                               
187   return status;                                  
188 }                                                 
189                                                   
190 static G4String Path(const G4TouchableHandle&     
191 {                                                 
192   std::ostringstream oss;                         
193   G4int depth = th->GetHistoryDepth();            
194   for (G4int i = depth; i >= 0; --i) {            
195     oss << th->GetVolume(i)->GetName() << ':'     
196     if (i != 0) oss << '/';                       
197   }                                               
198   return oss.str();                               
199 }                                                 
200                                                   
201 std::vector<G4AttValue>* G4ClonedRichTrajector    
202 {                                                 
203   // Create base class att values...              
204                                                   
205   auto values = new std::vector<G4AttValue>;      
206   values->push_back(G4AttValue("Pos", G4BestUn    
207                                                   
208 #ifdef G4ATTDEBUG                                 
209   G4cout << G4AttCheck(values, GetAttDefs());     
210 #endif                                            
211                                                   
212   if (fpAuxiliaryPointVector != nullptr) {        
213     for (const auto& iAux : *fpAuxiliaryPointV    
214       values->push_back(G4AttValue("Aux", G4Be    
215     }                                             
216   }                                               
217                                                   
218   values->push_back(G4AttValue("TED", G4BestUn    
219   values->push_back(G4AttValue("RE", G4BestUni    
220                                                   
221   if (fpProcess != nullptr) {                     
222     values->push_back(G4AttValue("PDS", fpProc    
223     values->push_back(                            
224       G4AttValue("PTDS", G4VProcess::GetProces    
225   }                                               
226   else {                                          
227     values->push_back(G4AttValue("PDS", "None"    
228     values->push_back(G4AttValue("PTDS", "None    
229   }                                               
230                                                   
231   values->push_back(G4AttValue("PreStatus", St    
232                                                   
233   values->push_back(G4AttValue("PostStatus", S    
234                                                   
235   values->push_back(G4AttValue("PreT", G4BestU    
236                                                   
237   values->push_back(G4AttValue("PostT", G4Best    
238                                                   
239   if (fpPreStepPointVolume && (fpPreStepPointV    
240     values->push_back(G4AttValue("PreVPath", P    
241   }                                               
242   else {                                          
243     values->push_back(G4AttValue("PreVPath", "    
244   }                                               
245                                                   
246   if (fpPostStepPointVolume && (fpPostStepPoin    
247     values->push_back(G4AttValue("PostVPath",     
248   }                                               
249   else {                                          
250     values->push_back(G4AttValue("PostVPath",     
251   }                                               
252                                                   
253   std::ostringstream oss1;                        
254   oss1 << fPreStepPointWeight;                    
255   values->push_back(G4AttValue("PreW", oss1.st    
256                                                   
257   std::ostringstream oss2;                        
258   oss2 << fPostStepPointWeight;                   
259   values->push_back(G4AttValue("PostW", oss2.s    
260                                                   
261 #ifdef G4ATTDEBUG                                 
262   G4cout << G4AttCheck(values, GetAttDefs());     
263 #endif                                            
264                                                   
265   return values;                                  
266 }                                                 
267