Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -153,16 +153,14 @@ private:
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
template <typename T>
|
||||
G4TAtomicHitsMap<T>::G4TAtomicHitsMap()
|
||||
: theCollection(new container_type),
|
||||
fMutex(G4MUTEX_INITIALIZER)
|
||||
: theCollection(new container_type)
|
||||
{ }
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
template <typename T>
|
||||
G4TAtomicHitsMap<T>::G4TAtomicHitsMap(G4String detName,
|
||||
G4String colNam)
|
||||
: G4VHitsCollection(detName,colNam),
|
||||
theCollection(new container_type),
|
||||
fMutex(G4MUTEX_INITIALIZER)
|
||||
theCollection(new container_type)
|
||||
{ }
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
template <typename T>
|
||||
@@ -172,7 +170,6 @@ G4TAtomicHitsMap<T>::~G4TAtomicHitsMap()
|
||||
delete itr->second;
|
||||
|
||||
delete theCollection;
|
||||
G4MUTEXDESTROY(fMutex);
|
||||
}
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user