Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -63,18 +63,17 @@ struct G4RootRNtupleDescription
// fNtuple is owned by the file CHECK
}
// deleted copy constructor
G4RootRNtupleDescription(const G4RootRNtupleDescription& rhs) = delete;
// deleted assignement operator
G4RootRNtupleDescription& operator=(G4RootRNtupleDescription& rhs) = delete;
tools::rroot::ntuple* fNtuple;
tools::ntuple_binding* fNtupleBinding;
tools::rroot::buffer* fBuffer;
tools::rroot::fac* fFac;
tools::rroot::tree* fTree;
G4bool fIsInitialized;
private:
// disabled (not implemented) copy constructor
G4RootRNtupleDescription(const G4RootRNtupleDescription& rhs);
// disabled (not implemented) assignement operator
G4RootRNtupleDescription& operator=(G4RootRNtupleDescription& rhs);
};
#endif