#include <G4DigiModel.hh>
Definition at line 46 of file G4DigiModel.hh.
◆ G4DigiModel()
G4DigiModel::G4DigiModel |
( |
| ) |
|
Definition at line 40 of file G4DigiModel.cc.
40 :
41 fpCurrentDigi(nullptr)
42{
43 fType =
"G4DigiModel";
46}
G4String fGlobalDescription
◆ ~G4DigiModel()
G4DigiModel::~G4DigiModel |
( |
| ) |
|
|
virtual |
◆ DescribeYourselfTo()
Implements G4VModel.
Definition at line 48 of file G4DigiModel.cc.
49{
50 const G4Event*
event =
fpMP->GetEvent();
51 if (event) {
52 G4DCofThisEvent* DCE = event->GetDCofThisEvent();
53 if (DCE) {
55 for (
G4int iDC = 0; iDC < nDC; ++iDC) {
56 G4VDigiCollection* DC = DCE->
GetDC(iDC);
57 if (DC) {
58 for(std::size_t iDigi = 0; iDigi < DC->
GetSize(); ++iDigi) {
59 fpCurrentDigi = DC->
GetDigi(iDigi);
60 if (fpCurrentDigi) sceneHandler.
AddCompound(*fpCurrentDigi);
61 }
62 }
63 }
64 }
65 }
66}
G4VDigiCollection * GetDC(G4int i) const
std::size_t GetCapacity() const
virtual G4VDigi * GetDigi(std::size_t) const
virtual std::size_t GetSize() const
virtual void AddCompound(const G4VTrajectory &)=0
const G4ModelingParameters * fpMP
◆ GetCurrentDigi()
const G4VDigi * G4DigiModel::GetCurrentDigi |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: