Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -42,12 +42,14 @@ struct G4NtupleBooking
|
||||
{
|
||||
G4NtupleBooking()
|
||||
: fNtupleBooking(),
|
||||
fNtupleId(-1),
|
||||
fFileName(),
|
||||
fActivation(true) {}
|
||||
|
||||
~G4NtupleBooking() {}
|
||||
|
||||
tools::ntuple_booking fNtupleBooking;
|
||||
G4int fNtupleId;
|
||||
G4String fFileName;
|
||||
G4bool fActivation;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user