53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
$Id: History 68775 2013-04-05 12:50:10Z gcosmo $
|
|
--------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Example AnaEx02 History file
|
|
----------------------------
|
|
This file should be used by the G4 example coordinator to briefly
|
|
summarize all major modifications introduced in the code and keep
|
|
track of all tags.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
02-04-13 I. Hrivnacova (AnaEx02-V09-06-00)
|
|
- Create two ntuples instead of one in order to demonstrate
|
|
how to do this with all tools.
|
|
|
|
28-11-12 G. Cosmo (AnaEx02-V09-05-04)
|
|
- Fixed cases of variable shadowing.
|
|
|
|
31-08-12 I. Hrivnacova (AnaEx02-V09-05-03)
|
|
- Updated CMakeLists.tx:
|
|
adding install target, minor fixes
|
|
- Adding .README
|
|
|
|
21-06-12 Ivana Hrivnacova (AnaEx02-V09-05-02)
|
|
- G4ANALYSIS_USE flag removed from both GNUmakefile and HistoManager.cc
|
|
- ROOT support added in CMakeLists.txt
|
|
|
|
20-06-12 Gabriele Cosmo (AnaEx02-V09-05-01)
|
|
- GNUmakefile: protect ROOT setup by G4ANALYSIS_USE flag.
|
|
|
|
20-06-12 Ivana Hrivnacova
|
|
- Added Doxygen comments.
|
|
|
|
10-04-12 mma (AnaEx02-V09-05-00)
|
|
- AnaEx02.cc : change order of UI and Vis
|
|
|
|
07-06-11 mma (AnaEx02-V09-04-02)
|
|
PhysicsList migrated to new scheme G4PhysListHelper
|
|
|
|
3 February 2011 Jean Jacquemier (AnaEx02-V09-04-01)
|
|
AnaEx02.cc: fixe in interactive session
|
|
|
|
2 February 2011 Jean Jacquemier (AnaEx02-V09-04-00)
|
|
- identical to AnaEx01
|
|
class HistoManager : direct interface to ROOT system
|
|
see also GNUMakefile
|