Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user