59 ParticleName = right.ParticleName;
60 PDGCharge = right.PDGCharge;
61 PDGEncoding = right.PDGEncoding;
62 fTrackID = right.fTrackID;
63 fParentID = right.fParentID;
64 initialKineticEnergy = right.initialKineticEnergy;
65 initialMomentum = right.initialMomentum;
71 fpInitialVolume = right.fpInitialVolume;
72 fpInitialNextVolume = right.fpInitialNextVolume;
73 fpCreatorProcess = right.fpCreatorProcess;
74 fCreatorModelID = right.fCreatorModelID;
75 fpFinalVolume = right.fpFinalVolume;
76 fpFinalNextVolume = right.fpFinalNextVolume;
77 fpEndingProcess = right.fpEndingProcess;
78 fFinalKineticEnergy = right.fFinalKineticEnergy;
79 if(right.fpRichPointContainer!=
nullptr && right.fpRichPointContainer->size()>0)
81 fpRichPointContainer =
new G4TrajectoryPointContainer;
82 for (
auto& i : *right.fpRichPointContainer) {
91 if (fpRichPointContainer !=
nullptr) {
92 for (
auto& i : *fpRichPointContainer) {
95 fpRichPointContainer->clear();
96 delete fpRichPointContainer;
113 fFinalKineticEnergy =
120 if (secondTrajectory ==
nullptr)
return;
123 G4int ent = seco->GetPointEntries();
124 for (
G4int i = 1; i < ent; ++i) {
127 fpRichPointContainer->push_back((*(seco->fpRichPointContainer))[i]);
129 delete (*seco->fpRichPointContainer)[0];
130 seco->fpRichPointContainer->clear();
159 (*store)[ID] =
G4AttDef(ID,
"Track ID",
"Physics",
"",
"G4int");
162 (*store)[ID] =
G4AttDef(ID,
"Parent ID",
"Physics",
"",
"G4int");
165 (*store)[ID] =
G4AttDef(ID,
"Particle Name",
"Physics",
"",
"G4String");
168 (*store)[ID] =
G4AttDef(ID,
"Charge",
"Physics",
"e+",
"G4double");
171 (*store)[ID] =
G4AttDef(ID,
"PDG Encoding",
"Physics",
"",
"G4int");
174 (*store)[ID] =
G4AttDef(ID,
"Initial kinetic energy",
"Physics",
"G4BestUnit",
"G4double");
177 (*store)[ID] =
G4AttDef(ID,
"Initial momentum",
"Physics",
"G4BestUnit",
"G4ThreeVector");
180 (*store)[ID] =
G4AttDef(ID,
"Initial momentum magnitude",
"Physics",
"G4BestUnit",
"G4double");
183 (*store)[ID] =
G4AttDef(ID,
"No. of points",
"Physics",
"",
"G4int");
186 (*store)[ID] =
G4AttDef(ID,
"Initial Volume Path",
"Physics",
"",
"G4String");
189 (*store)[ID] =
G4AttDef(ID,
"Initial Next Volume Path",
"Physics",
"",
"G4String");
192 (*store)[ID] =
G4AttDef(ID,
"Creator Process Name",
"Physics",
"",
"G4String");
195 (*store)[ID] =
G4AttDef(ID,
"Creator Process Type Name",
"Physics",
"",
"G4String");
198 (*store)[ID] =
G4AttDef(ID,
"Creator Model ID",
"Physics",
"",
"G4int");
201 (*store)[ID] =
G4AttDef(ID,
"Creator Model Name",
"Physics",
"",
"G4String");
204 (*store)[ID] =
G4AttDef(ID,
"Final Volume Path",
"Physics",
"",
"G4String");
207 (*store)[ID] =
G4AttDef(ID,
"Final Next Volume Path",
"Physics",
"",
"G4String");
210 (*store)[ID] =
G4AttDef(ID,
"Ending Process Name",
"Physics",
"",
"G4String");
213 (*store)[ID] =
G4AttDef(ID,
"Ending Process Type Name",
"Physics",
"",
"G4String");
216 (*store)[ID] =
G4AttDef(ID,
"Final kinetic energy",
"Physics",
"G4BestUnit",
"G4double");
224 std::ostringstream oss;
226 for (
G4int i = depth; i >= 0; --i) {
228 if (i != 0) oss <<
'/';
237 auto values =
new std::vector<G4AttValue>;
240 values->push_back(
G4AttValue(
"PN", ParticleName,
""));
248 if (fpInitialVolume && (fpInitialVolume->GetVolume() !=
nullptr)) {
249 values->push_back(
G4AttValue(
"IVPath", Path(fpInitialVolume),
""));
252 values->push_back(
G4AttValue(
"IVPath",
"None",
""));
255 if (fpInitialNextVolume && (fpInitialNextVolume->GetVolume() !=
nullptr)) {
256 values->push_back(
G4AttValue(
"INVPath", Path(fpInitialNextVolume),
""));
259 values->push_back(
G4AttValue(
"INVPath",
"None",
""));
262 if (fpCreatorProcess !=
nullptr) {
263 values->push_back(
G4AttValue(
"CPN", fpCreatorProcess->GetProcessName(),
""));
268 values->push_back(
G4AttValue(
"CMN", creatorModelName,
""));
271 values->push_back(
G4AttValue(
"CPN",
"None",
""));
272 values->push_back(
G4AttValue(
"CPTN",
"None",
""));
273 values->push_back(
G4AttValue(
"CMID",
"None",
""));
274 values->push_back(
G4AttValue(
"CMN",
"None",
""));
277 if (fpFinalVolume && (fpFinalVolume->GetVolume() !=
nullptr)) {
278 values->push_back(
G4AttValue(
"FVPath", Path(fpFinalVolume),
""));
281 values->push_back(
G4AttValue(
"FVPath",
"None",
""));
284 if (fpFinalNextVolume && (fpFinalNextVolume->GetVolume() !=
nullptr)) {
285 values->push_back(
G4AttValue(
"FNVPath", Path(fpFinalNextVolume),
""));
288 values->push_back(
G4AttValue(
"FNVPath",
"None",
""));
291 if (fpEndingProcess !=
nullptr) {
292 values->push_back(
G4AttValue(
"EPN", fpEndingProcess->GetProcessName(),
""));
297 values->push_back(
G4AttValue(
"EPN",
"None",
""));
298 values->push_back(
G4AttValue(
"EPTN",
"None",
""));
G4Allocator< G4ClonedRichTrajectory > *& aClonedRichTrajectoryAllocator()
G4ReferenceCountedHandle< G4VTouchable > G4TouchableHandle
G4GLOB_DLL std::ostream G4cout
~G4ClonedRichTrajectory() override
void AppendStep(const G4Step *aStep) override
void DrawTrajectory() const override
std::vector< G4AttValue > * CreateAttValues() const override
G4ClonedRichTrajectory()=default
void ShowTrajectory(std::ostream &os=G4cout) const override
G4ParticleDefinition * GetParticleDefinition()
void MergeTrajectory(G4VTrajectory *secondTrajectory) override
const std::map< G4String, G4AttDef > * GetAttDefs() const override
G4int GetPointEntries() const override
static G4ParticleTable * GetParticleTable()
static const G4String GetModelNameFromID(const G4int modelID)
const G4VProcess * GetProcessDefinedStep() const
G4double GetKineticEnergy() const
G4Track * GetTrack() const
G4StepPoint * GetPreStepPoint() const
G4double GetTotalEnergyDeposit() const
G4StepPoint * GetPostStepPoint() const
G4int GetCopyNumber(G4int depth=0) const
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const
virtual G4int GetHistoryDepth() const
const G4TouchableHandle & GetNextTouchableHandle() const
G4int GetCurrentStepNumber() const
const G4TouchableHandle & GetTouchableHandle() const
static G4String ConvertToString(G4bool boolVal)
const G4String & GetName() const
static const G4String & GetProcessTypeName(G4ProcessType)
virtual void ShowTrajectory(std::ostream &os=G4cout) const
virtual void DrawTrajectory() const
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)