66 {
delete DMtable[i]; }
79 G4cout <<
"<" << DMname <<
"> has already been registered." <<
G4endl;
83 if( verboseLevel > 0 )
85 G4cout <<
"New DigitizerModule <" << DMname
86 <<
"> is registered." <<
G4endl;
88 DMtable.push_back(DM);
91 for(
G4int i=0;i<numberOfCollections;++i)
94 if( DCtable->Registor(DMname,DCname) < 0 )
96 G4cout <<
"DigiCollection <" << DCname
97 <<
"> has already been registered with "
98 << DMname <<
" DigitizerModule." <<
G4endl;
100 else if( verboseLevel > 0 )
102 G4cout <<
"DigiCollection " << DCname
103 <<
" is registered. " <<
G4endl;
107 runManager->SetDCtable(DCtable);
116 {
G4cout <<
"Unknown digitizer module <" << mName <<
">. Digitize() ignored." <<
G4endl; }
123 if(DMtable[i]->GetName() == mName)
return DMtable[i];
132 { evt = runManager->GetCurrentEvent(); }
134 { evt = runManager->GetPreviousEvent(eventID); }
135 if(evt==NULL)
return NULL;
138 if(HCE==NULL)
return NULL;
140 return HCE->
GetHC(HCID);
147 { evt = runManager->GetCurrentEvent(); }
149 { evt = runManager->GetPreviousEvent(eventID); }
150 if(evt==NULL)
return NULL;
153 if(DCE==NULL)
return NULL;
155 return DCE->
GetDC(DCID);
160 return SDManager->GetCollectionID(HCname);
165 G4int i = DCtable->GetCollectionID(DCname);
167 {
G4cout <<
"< " << DCname <<
"> is ambegious." <<
G4endl; }
173 const G4Event* consEvt = runManager->GetCurrentEvent();
176 G4cout <<
"G4DigiManager::SetDigiCollection --- "
177 <<
"Event object is not available." <<
G4endl;
188 {
G4cout <<
"DCofThisEvent object is added to current G4Event." <<
G4endl; }
196 <<
"-th slot of G4DCofThisEvent." <<
G4endl;
204 { DMtable[i]->SetVerboseLevel(val); }
210 {
G4cout <<
" " << i <<
" : " << DMtable[i]->GetName() <<
G4endl; }
G4GLOB_DLL std::ostream G4cout
G4VDigiCollection * GetDC(G4int i) const
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)
void AddNewModule(G4VDigitizerModule *DM)
const G4VHitsCollection * GetHitsCollection(G4int HCID, G4int eventID=0)
void Digitize(const G4String &mName)
static G4DigiManager * GetDMpointer()
G4DigiManager(const G4DigiManager &)=delete
G4int GetDigiCollectionID(const G4String &DCname)
void SetVerboseLevel(G4int vl)
G4int GetHitsCollectionID(const G4String &HCname)
void SetDigiCollection(G4int DCID, G4VDigiCollection *aDC)
G4VDigitizerModule * FindDigitizerModule(const G4String &mName)
const G4VDigiCollection * GetDigiCollection(G4int DCID, G4int eventID=0)
static G4DigiManager * GetDMpointerIfExist()
G4HCofThisEvent * GetHCofThisEvent() const
void SetDCofThisEvent(G4DCofThisEvent *value)
G4DCofThisEvent * GetDCofThisEvent() const
G4VHitsCollection * GetHC(G4int i)
static G4RunManager * GetRunManager()
static G4SDManager * GetSDMpointer()
const G4String & GetName() const
const G4String & GetCollectionName(G4int i) const
const G4String & GetName() const
G4int GetNumberOfCollections() const
virtual void Digitize()=0