Import Geant4 10.4.1 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 107500 2017-11-17 11:06:53Z gcosmo $
|
||||
$Id: History 108469 2018-02-15 14:07:01Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,10 @@ committal in the SVN repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
December 21, 2017 G. Cosmo (analysis-V10-03-18)
|
||||
- Fixed self-consistency in headers (missing #include) in G4BaseAnalysisManager,
|
||||
and G4PlotManager.
|
||||
|
||||
November 16, 2017 I. Hrivnacova (analysis-V10-03-17)
|
||||
- Updated to g4tools 4.2.1 (Guy Barrand):
|
||||
Coverity fixes.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Created on : 15/07/2013
|
||||
#
|
||||
# $Id: CMakeLists.txt 99561 2016-09-27 07:04:12Z gcosmo $
|
||||
# $Id: CMakeLists.txt 92606 2015-09-08 12:34:01Z ihrivnac $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Created on : 27/07/2017
|
||||
#
|
||||
# $Id: CMakeLists.txt 105747 2017-08-16 13:16:13Z gcosmo $
|
||||
# $Id: CMakeLists.txt 105426 2017-07-27 09:10:08Z ihrivnac $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "G4BinScheme.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
class G4AnalysisManagerState;
|
||||
#include "G4AnalysisManagerState.hh"
|
||||
|
||||
class G4BaseAnalysisManager
|
||||
{
|
||||
|
||||
@@ -34,14 +34,13 @@
|
||||
|
||||
#include "G4AnalysisManagerState.hh"
|
||||
#include "G4PlotParameters.hh"
|
||||
#include "G4HnInformation.hh"
|
||||
|
||||
#include <tools/viewplot>
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
class G4HnInformation;
|
||||
|
||||
class G4PlotManager
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user