ATLAS Offline Software
Loading...
Searching...
No Matches
TrackBarcodeInfo.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6
9 , m_theBaseISFParticle(baseIsp)
10 , m_barcode(bc)
11 , m_uniqueID(uid)
12 , m_returnedToISF(false)
13{
14}
15
20
22{
23 m_returnedToISF = returned;
24}
The generic ISF particle definition,.
Definition ISFParticle.h:42
virtual void SetBaseISFParticle(ISF::ISFParticle *) override
set the pointer to the ISFParticle corresponding to the current G4Track.
ISF::ISFParticle * m_theBaseISFParticle
virtual void SetReturnedToISF(bool returned) override
Flag whether the ISFParticle corresponding to the current G4Track scheduled to be returned to the ISF...
TrackBarcodeInfo(int uid, int bc, ISF::ISFParticle *baseIsp=0)
VTrackInformation(TrackClassification tc=Primary)