SSO Logout

Subversion Repositories hepmc

Rev

Rev 271 | Rev 280 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 271 Rev 278
Line -... Line 1...
-
 
1
-
 
2
2008-03-26  Lynn Garren
-
 
3
-
 
4
	* HepMC/MomentumUnits.h: new class to encapsulate momentum units,
-
 
5
	  which are represented by a single enum
-
 
6
	* HepMC/PositionUnits.h: new class to encapsulate position units,
-
 
7
	  which are represented by a single enum
-
 
8
	* GenEvent: add MomentumUnits and PositionUnits data members and
-
 
9
	  associated methods
-
 
10
	* GenVertex: add protected convert_position method
-
 
11
	* GenParticle: add protected convert_momentum method
-
 
12
-
 
13
	* HepMC/PdfInfo.h: add pdf_id1(), pdf_id2(), set_pdf_id1(), and
-
 
14
	  set_pdf_id2() for the pdf set id numbers
-
 
15
	
-
 
16
	* IO_GenEvent: get and put unit information in a new line 
-
 
17
	  The first character of the unit line is "U".
-
 
18
	* IO_GenEvent: process the new PdfInfo data members
-
 
19
	
-
 
20
	* test/testUnits.cc: new test for MomentumUnits and PositionUnits
-
 
21
	
1
  --------------------------  HepMC-2.03.06  --------------------------
22
  --------------------------  HepMC-2.03.06  --------------------------
2
23
3
2008-03-12  Lynn Garren
24
2008-03-12  Lynn Garren
4
	
25
	
5
	* test: reduce size of input files
26
	* test: reduce size of input files