Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -60,9 +60,9 @@
theV.clear();
}
private:
vector<G4String> theS;
vector<G4double> theD;
vector<G4LorentzVector> theV;
std::vector<G4String> theS;
std::vector<G4double> theD;
std::vector<G4LorentzVector> theV;
G4String theName;
};