ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/DICOM/include/DicomRun.hh>
Private Attributes | |
std::vector< G4String > | fCollName |
std::vector< G4int > | fCollID |
std::vector< G4THitsMap < G4double > * > | fRunMap |
Additional Inherited Members | |
Protected Attributes inherited from G4Run | |
G4int | runID |
G4int | numberOfEvent |
G4int | numberOfEventToBeProcessed |
G4HCtable * | HCtable |
G4DCtable * | DCtable |
G4String | randomNumberStatus |
std::vector< const G4Event * > * | eventVector |
DicomRun class
Example implementation for multi-functional-detector and primitive scorer. This DicomRun class has collections which accumulate a event information into a run information.
Definition at line 49 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 49 of file DicomRun.hh
DicomRun::DicomRun | ( | ) |
(Description) DicomRun Class is for accumulating scored quantities which is scored using G4MutiFunctionalDetector and G4VPrimitiveScorer. Accumulation is done using G4THitsMap object.
The constructor DicomRun(const std::vector<G4String> mfdName) needs a vector filled with MultiFunctionalDetector names which was assigned at instantiation of MultiFunctionalDetector(MFD). Then DicomRun constructor automatically scans primitive scorers in the MFD, and obtains collectionIDs of all collections associated to those primitive scorers. Futhermore, the G4THitsMap objects for accumulating during a RUN are automatically created too. (*) Collection Name is same as primitive scorer name.
The resultant information is kept inside DicomRun objects as data members. std::vector<G4String> fCollName; // Collection Name, std::vector<G4int> fCollID; // Collection ID, std::vector<G4THitsMap<G4double>*> fRunMap; // HitsMap for RUN.
The resualtant HitsMap objects are obtain using access method, GetHitsMap(..).
Definition at line 66 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 66 of file DicomRun.cc
DicomRun::DicomRun | ( | const std::vector< G4String > | mfdName | ) |
Definition at line 74 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 74 of file DicomRun.cc
References ConstructMFD().
|
virtual |
Definition at line 83 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 83 of file DicomRun.cc
Definition at line 100 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 100 of file DicomRun.cc
References fCollID, fCollName, G4SDManager::FindSensitiveDetector(), fRunMap, G4cout, G4endl, G4SDManager::GetCollectionID(), G4VPrimitiveScorer::GetName(), G4MultiFunctionalDetector::GetNumberOfPrimitives(), G4MultiFunctionalDetector::GetPrimitive(), and G4SDManager::GetSDMpointer().
Referenced by Dicom2Run::ConstructMFD(), and DicomRun().
|
inline |
Definition at line 71 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 71 of file DicomRun.hh
References fRunMap.
Referenced by DicomRunAction::EndOfRunAction(), and GetHitsMap().
G4THitsMap< G4double > * DicomRun::GetHitsMap | ( | const G4String & | detName, |
const G4String & | colName | ||
) | const |
Definition at line 224 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 224 of file DicomRun.cc
References GetHitsMap().
G4THitsMap< G4double > * DicomRun::GetHitsMap | ( | const G4String & | fullName | ) | const |
Definition at line 235 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 235 of file DicomRun.cc
References fCollName, fRunMap, G4Exception(), and JustWarning.
|
inline |
Definition at line 67 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 67 of file DicomRun.hh
References fRunMap.
Reimplemented from G4Run.
Reimplemented in Dicom2Run.
Definition at line 202 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 202 of file DicomRun.cc
References Copy(), fCollID, fCollName, fRunMap, and G4Run::Merge().
Referenced by Dicom2Run::Merge().
Reimplemented from G4Run.
Reimplemented in Dicom2Run.
Definition at line 157 of file DicomRun.cc.
View newest version in sPHENIX GitHub at line 157 of file DicomRun.cc
References fCollID, fRunMap, G4cout, G4endl, G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), and G4Run::RecordEvent().
Referenced by Dicom2Run::RecordEvent().
|
private |
Definition at line 83 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 83 of file DicomRun.hh
Referenced by ConstructMFD(), Merge(), RecordEvent(), and ~DicomRun().
|
private |
Definition at line 82 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 82 of file DicomRun.hh
Referenced by ConstructMFD(), GetHitsMap(), Merge(), and ~DicomRun().
|
private |
Definition at line 84 of file DicomRun.hh.
View newest version in sPHENIX GitHub at line 84 of file DicomRun.hh
Referenced by ConstructMFD(), GetHitsMap(), GetNumberOfHitsMap(), Merge(), RecordEvent(), and ~DicomRun().