Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: Histo.hh,v 1.2 2003/11/03 19:19:46 vnivanch Exp $
// GEANT4 tag $Name: geant4-06-00-patch-01 $
// $Id: Histo.hh,v 1.3 2004/04/02 15:13:44 vnivanch Exp $
// GEANT4 tag $Name: geant4-06-02 $
#ifndef Histo_h
#define Histo_h 1
@@ -92,9 +92,9 @@ public:
void addRow();
// Save tuple event
void setFileName(const G4String& nam) {histName = nam;};
void setFileName(const G4String&);
void setFileType(const G4String& nam) {if(nam == "XML") histType = "XML";};
void setFileType(const G4String&);
private:
@@ -117,7 +117,7 @@ private:
std::vector<G4double> xmax;
std::vector<G4double> unit;
std::vector<G4String> ids;
std::vector<G4String> tittles;
std::vector<G4String> titles;
};
#endif