Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: PurgMagActionInitializer.hh 66241 2012-12-13 18:34:42Z gunter $
|
||||
// GEANT4 tag $Name: $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -32,16 +32,11 @@
|
||||
// * *
|
||||
// ************************************
|
||||
//
|
||||
// $Id: PurgMagAnalysisManager.hh 84477 2014-10-16 08:44:04Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4PROCESSTESTANALYSIS_HH
|
||||
#define G4PROCESSTESTANALYSIS_HH
|
||||
|
||||
#include "globals.hh"
|
||||
#include <vector>
|
||||
#include "G4ThreeVector.hh"
|
||||
|
||||
//!Uncomment #include to switch to ROOT or XML output file
|
||||
//#include "g4root.hh"
|
||||
//#include "g4xml.hh"
|
||||
@@ -50,28 +45,6 @@
|
||||
#include "g4csv.hh"
|
||||
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
class PurgMagAnalysisManager
|
||||
{
|
||||
public:
|
||||
~PurgMagAnalysisManager();
|
||||
void book();
|
||||
void finish();
|
||||
static PurgMagAnalysisManager* getInstance();
|
||||
void fill_Tuple_Electrons(G4double,G4double,G4double,G4double,G4double,
|
||||
G4double,G4double);
|
||||
void fill_Tuple_Gamma(G4double,G4double,G4double,G4double,G4double,
|
||||
G4double,G4double);
|
||||
void fill_Tuple_Positrons(G4double,G4double,G4double,G4double,G4double,
|
||||
G4double,G4double);
|
||||
private:
|
||||
static PurgMagAnalysisManager* instance;
|
||||
|
||||
private:
|
||||
PurgMagAnalysisManager();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// *****************************************
|
||||
//
|
||||
// $Id: PurgMagDetectorConstruction.hh 84393 2014-10-15 07:11:25Z gcosmo $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// ********************************
|
||||
//
|
||||
// $Id: PurgMagEventAction.hh 72967 2013-08-14 14:57:48Z gcosmo $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
// ********************************
|
||||
//
|
||||
//
|
||||
// $Id: PurgMagPhysicsList.hh 69086 2013-04-18 07:29:59Z gcosmo $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
// * *
|
||||
// ********************************************
|
||||
//
|
||||
// $Id: PurgMagPrimaryGeneratorAction.hh 72967 2013-08-14 14:57:48Z gcosmo $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// ******************************
|
||||
//
|
||||
// $Id: PurgMagRunAction.hh 72967 2013-08-14 14:57:48Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef PurgMagRunAction_h
|
||||
@@ -62,6 +61,7 @@ public:
|
||||
|
||||
private:
|
||||
G4int saveRndm;
|
||||
void Book();
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// ***********************************
|
||||
//
|
||||
// $Id: PurgMagSteppingAction.hh 84366 2014-10-14 12:46:20Z gcosmo $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
// * *
|
||||
// ************************************
|
||||
//
|
||||
// $Id: PurgMagSteppingVerbose.hh 69086 2013-04-18 07:29:59Z gcosmo $
|
||||
//
|
||||
|
||||
class PurgMagSteppingVerbose;
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// *************************************
|
||||
//
|
||||
// $Id: PurgMagTabulatedField3D.hh 69086 2013-04-18 07:29:59Z gcosmo $
|
||||
//
|
||||
|
||||
#include "globals.hh"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
// * *
|
||||
// **********************************
|
||||
//
|
||||
// $Id: PurgMagTrackingAction.hh 72967 2013-08-14 14:57:48Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef PurgMagTrackingAction_h
|
||||
|
||||
Reference in New Issue
Block a user