Log of /trunk/montecarlo/vmc/src/TMCVerbose.cxx
Parent Directory
Revision
44507 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by
axel
File length: 8301 byte(s)
Diff to
previous 23136
Remove
using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.
Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.
Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.
Revision
20768 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 12 16:04:42 2007 UTC (7 years, 2 months ago) by
ivana
Original Path:
trunk/vmc/src/TMCVerbose.cxx
File length: 7946 byte(s)
Diff to
previous 19826
- Modified interface TVirtualMC::DefineParticle() - added more arguments
needed for Geant4 implementation
- Added new function TVirtualMCApplication::AddIons(),
additional to AddParticles(), as in Geant4 ions have to be added
later then particles
From Mohammad Al-Turany:
- Added new function:
TVirtualMC::SetDecayMode()
Revision
11806 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 17 12:44:52 2005 UTC (9 years, 8 months ago) by
brun
Original Path:
trunk/vmc/src/TMCVerbose.cxx
File length: 7223 byte(s)
Diff to
previous 7332
From Ivana:
Added new functions for definition of surfaces and material
properties for optical physics.
TVirtualMC:
virtual void DefineOpSurface(...);
virtual void SetBorderSurface(...);
virtual void SetSkinSurface(...);
virtual void SetMaterialProperty(...);
TVirtualMCApplication:
virtual void ConstructOpGeometry() {}
Use of these functions is demonstrated on the new VMC example E06.
Revision
6934 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Tue Jul 15 09:56:58 2003 UTC (11 years, 6 months ago) by
brun
Original Path:
trunk/vmc/src/TMCVerbose.cxx
File length: 6384 byte(s)
Old directory mc is renamed vmc.
Note new classes TVirtualMCGeometry, TGeoMCGeometry.
The new vmc directory has the following backward incompatibilities;
in class TVirtualMCStack,
SetTrack has been renamed PushTrack
GetNextTrack is renamed PopNextTrack
GetPrimaryForTracking is renamed PopPrimaryForTracking
CurrentTrack is renamed GetCurrentTrackNumber
CurrentTrackParent is renamed GetCurrentParentTrackNumber
in class TVirtualMC
A new optional argument in the constructor
Two new functios SetRootGeometry and IsRootGeometrySupported.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.