Import Geant4 4.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4CompositeEMDataSet.hh,v 1.3 2001/10/08 15:27:01 pia Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
// $Id: G4CompositeEMDataSet.hh,v 1.4 2002/05/28 09:15:26 pia Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
//
|
||||
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
|
||||
//
|
||||
@@ -81,6 +81,10 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Hide copy constructor and assignment operator
|
||||
G4CompositeEMDataSet& operator=(const G4CompositeEMDataSet& right);
|
||||
G4CompositeEMDataSet(const G4CompositeEMDataSet&);
|
||||
|
||||
void LoadData(const G4String& fileName);
|
||||
|
||||
G4VDataSetAlgorithm* algorithm;
|
||||
|
||||
Reference in New Issue
Block a user