MCPcopy Create free account
hub / github.com/Geant4/geant4 / FindDigitizerModule

Method FindDigitizerModule

source/readout/src/G4DigiManager.cc:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119G4VDigitizerModule* G4DigiManager::FindDigitizerModule(const G4String& mName)
120{
121 for(G4int i=0;i<G4int(DMtable.size());++i)
122 {
123 if(DMtable[i]->GetName() == mName) return DMtable[i];
124 }
125 return NULL;
126}
127
128const G4VHitsCollection* G4DigiManager::GetHitsCollection(G4int HCID,G4int eventID)
129{

Callers 4

EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
ReadProjectMethod · 0.80
SaveProjectMethod · 0.80

Calls 2

sizeMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected