Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
90fae7cc
Commit
90fae7cc
authored
Apr 08, 2005
by
Lynn Garren
Browse files
get rid of annoying $Id lines
parent
ecfef2ac
Changes
52
Hide whitespace changes
Inline
Side-by-side
StdHep/StdHep/CBcm.hh
View file @
90fae7cc
// $Id: CBcm.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
// CBcm.hh
// ----------------------------------------------------------------------
...
...
StdHep/StdHep/CBstdhep.hh
View file @
90fae7cc
// $Id: CBstdhep.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
// CBstdhep.hh
// ----------------------------------------------------------------------
...
...
StdHep/StdHep/CBstdhep.icc
View file @
90fae7cc
// $Id: CBstdhep.icc,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
// CBstdhep.icc
// ----------------------------------------------------------------------
...
...
StdHep/StdHep/ConversionMethods.hh
View file @
90fae7cc
// $Id: ConversionMethods.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// ConversionMethods.hh
...
...
StdHep/StdHep/RandomState.hh
View file @
90fae7cc
...
...
@@ -2,6 +2,7 @@
#define STDHEP_RANDOMSTATE_HH
// ----------------------------------------------------------------------
// RandomState.hh
// Author: Lynn Garren
//
// Container for the random state
// ----------------------------------------------------------------------
...
...
StdHep/StdHep/ReadStdHep.hh
View file @
90fae7cc
// $Id: ReadStdHep.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// ReadStdHep.hh
...
...
StdHep/StdHep/StdEvent.hh
View file @
90fae7cc
// $Id: StdEvent.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// -*- C++ -*-
//
// ----------------------------------------------------------------------
// StdEvent.hh
// Author: Lynn Garren
//
// StdCollision has been replaced by GenEvent
// ----------------------------------------------------------------------
...
...
StdHep/StdHep/StdEventConvert.hh
View file @
90fae7cc
// $Id: StdEventConvert.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// StdEventConvert.hh
...
...
StdHep/StdHep/StdEventConvert.icc
View file @
90fae7cc
// $Id: StdEventConvert.icc,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// StdEventConvert.icc
...
...
StdHep/StdHep/StdHep.hh
View file @
90fae7cc
// $Id: StdHep.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// StdHep.hh
...
...
StdHep/StdHep/StdHepfromStdEvent.icc
View file @
90fae7cc
// $Id: StdHepfromStdEvent.icc,v 1.2 2003/08/29 02:06:13 garren Exp $
// ----------------------------------------------------------------------
// HEPEVTfromStdEvent.icc
// ----------------------------------------------------------------------
// Author: Lynn Garren, Marc Paterno
,
// Author: Lynn Garren, Marc Paterno
//
#include "CLHEP/HepMC/GenParticle.h"
...
...
StdHep/StdHep/StdHeptoGenEvent.icc
View file @
90fae7cc
// $Id: StdHeptoGenEvent.icc,v 1.2 2003/08/29 02:06:13 garren Exp $
// ----------------------------------------------------------------------
//
// StdHeptoHepMC::GenEvent.icc
// Author: Lynn Garren
//
// builds HepMC::GenEvent from the information in HEPEVT
//
...
...
StdHep/StdHep/StdRunInfo.hh
View file @
90fae7cc
// ----------------------------------------------------------------------
// StdRunInfo.hh
// Author: Lynn Garren
// ----------------------------------------------------------------------
#ifndef STDRUNINFO_HH
...
...
StdHep/StdHep/StdRunInfoConvert.hh
View file @
90fae7cc
// $Id: StdRunInfoConvert.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// StdRunInfoConvert.hh
...
...
StdHep/StdHep/StdRunInfoConvert.icc
View file @
90fae7cc
// $Id: StdRunInfoConvert.icc,v 1.1.1.1.4.1 2005/03/18 22:26:51 garren Exp $
// ----------------------------------------------------------------------
//
// StdRunInfoConvert.icc
...
...
StdHep/StdHep/WriteStdHep.hh
View file @
90fae7cc
// $Id: WriteStdHep.hh,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// ----------------------------------------------------------------------
//
// WriteStdHep.h
...
...
StdHep/src/RandomState.cc
View file @
90fae7cc
// ----------------------------------------------------------------------
// RandomState.cc
// Author: Lynn Garren
// ----------------------------------------------------------------------
#include
<vector>
...
...
StdHep/src/StdEvent.cc
View file @
90fae7cc
// $Id: StdEvent.cc,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// -*- C++ -*-
//
// ----------------------------------------------------------------------
// StdEvent.cc
// Author: Lynn Garren
// ----------------------------------------------------------------------
//#include <iostream.h> // uncomment if cout is used
...
...
StdHep/src/StdEventPAncestors.cc
View file @
90fae7cc
// $Id: StdEventPAncestors.cc,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// -*- C++ -*-
//
// ----------------------------------------------------------------------
...
...
StdHep/src/StdEventPChildren.cc
View file @
90fae7cc
// $Id: StdEventPChildren.cc,v 1.1.1.1 2003/07/15 20:15:05 garren Exp $
// -*- C++ -*-
//
// ----------------------------------------------------------------------
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment