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

Method StoreDigiCollection

source/readout/src/G4VDigitizerModule.cc:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void G4VDigitizerModule::StoreDigiCollection(G4VDigiCollection* aDC)
56{
57 G4String DCnam = moduleName;
58 DCnam += "/";
59 DCnam += aDC->GetName();
60 G4int DCID = DigiManager->GetDigiCollectionID(DCnam);
61 if(DCID>=0) StoreDigiCollection(DCID,aDC);
62}
63
64void G4VDigitizerModule::StoreDigiCollection(G4int DCID,G4VDigiCollection* aDC)
65{

Callers

nothing calls this directly

Calls 3

GetDigiCollectionIDMethod · 0.80
SetDigiCollectionMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected