[root] / trunk / montecarlo / vmc / src / TMCVerbose.cxx Repository:
ViewVC logotype

Log of /trunk/montecarlo/vmc/src/TMCVerbose.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

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 23136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 08:58:49 2008 UTC (6 years, 9 months ago) by rdm
File length: 7946 byte(s)
Diff to previous 20882
move the following directories to "montecarlo":

eg, g4root, pythia6, pythia8, vmc

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7946 byte(s)
Diff to previous 20768
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

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 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7753 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7805 byte(s)
Diff to previous 16107
remove :$ from tag line

Revision 16107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 24 16:31:21 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7815 byte(s)
Diff to previous 15028
Added proper copyright and license statements. All files now LGPL.

Revision 15028 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 20:57:20 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7390 byte(s)
Diff to previous 12616
Fix coding conventions violations

Revision 12616 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 09:25:01 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 7225 byte(s)
Diff to previous 11806
Fix coding conventions violations.

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 7332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 23 14:03:15 2003 UTC (11 years, 4 months ago) by brun
Original Path: trunk/vmc/src/TMCVerbose.cxx
File length: 6642 byte(s)
Diff to previous 6934
From Ivana:
- added, corrected comments

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9