001 2009-06-24 Davide Costanzo <davide.costanzo@cern.ch>
002
003 * tagging GeneratorObjectsTPCnv-00-03-08
004 * as before, fixing the default ctor
005
006 2009-06-24 Davide Costanzo <davide.costanzo@cern.ch>
007
008 * tagging GeneratorObjectsTPCnv-00-03-07
009 * src/McEventCollectionCnv_p4.cxx and
010 src/McEventCollectionCnv_p4.h. Disable datapool for pileup
011
012
013 2009-06-23 Ilija Vukotic <ilija@vukotic.me>
014 * split dict library into 3.
015 * tagging GeneratorObjectsTPCnv-00-03-06
016
017 2008-09-03 scott snyder <snyder@bnl.gov>
018
019 * Tagging GeneratorObjectsTPCnv-00-03-05.
020 * src/McEventCollectionCnv_p3.cxx (createGenParticle): Do energy
021 calculation explicitly in extended precision, to ensure identical
022 results in optimized and non-optimized code.
023 * src/McEventCollectionCnv_p4.cxx (createGenParticle): Likewise.
024
025 2008-08-17 Sebastien Binet <binet@lblbox>
026
027 * tagging GeneratorObjectsTPCnv-00-03-04
028 * removing dict for vector<std::pair<int, int> > (in libSTLRflx.so)
029 * M GeneratorObjectsTPCnv/selection.xml
030
031 2008-08-14 Sebastien Binet <binet@lblbox>
032
033 * tagging GeneratorObjectsTPCnv-00-03-03
034 * removing dict for std::pair<int, int> (provided by libSTLRflx.so)
035 * M GeneratorObjectsTPCnv/selection.xml
036
037 2008-03-28 Sebastien Binet <binet@lblbox>
038
039 * tagging GeneratorObjectsTPCnv-00-03-02
040 * restoring dict. generation for _p3 T/P converters (needed for ARA)
041 * M GeneratorObjectsTPCnv/selection.xml
042
043 2008-03-12 Sebastien Binet <binet@lblbox>
044
045 * tagging GeneratorObjectsTPCnv-00-03-01
046 * fixing NaNs in P->T converters (raised by std::sqrt(x), x<0)
047 * M src/McEventCollectionCnv_p3.cxx
048 * M src/McEventCollectionCnv_p4.cxx
049
050 2008-03-08 Sebastien Binet <binet@lblbox>
051
052 * tagging GeneratorObjectsTPCnv-00-03-00
053 * introducing McEventCollection_p4 repr. (new HepMC)
054 * TODO: o check possible inefficiency in ::createGenVertex:
055 -> is vtx->m_particles_in.clear() faster than
056 vtx->m_particles_in.resize(0) ??
057 o check if gcc does proper temporaries elimination (in all the
058 bars.push_back( foo_pX() ) [it does not seem to do so...]
059 * M GeneratorObjectsTPCnv/GenEventCnv_p1.h
060 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p2.h
061 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p3.h
062 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p4.h
063 * M cmt/requirements
064 * M src/GenEventCnv_p1.cxx
065 * M src/HepMcDataPool.h
066 * M src/McEventCollectionCnv_p2.cxx
067 * M src/McEventCollectionCnv_p3.cxx
068 * M src/McEventCollectionCnv_p4.cxx
069
070 2008-02-01 David Quarrie <David.Quarrie>
071 * cmt/requirements: Re-enable asNeeded mode
072
073 2008-01-14 Sebastien Binet <binet@lblbox>
074
075 * tagging GeneratorObjectsTPCnv-00-02-04
076 * more doxystuff
077 * M doc/mainpage.h
078
079 2008-01-12 David Quarrie <David.Quarrie@cern.ch>
080
081 * src/McEventCollectionCnv_p3.cxx: Change iterators for compatibility with HepMC 2.0.1.08.
082 * tag as GeneratorObjectsTPCnv-00-02-03
083
084 2008-01-11 Judith Katzy <judith.katzy@cern.ch>
085 * added mainpage.h for doxygen
086 * tag as GeneratorObjectsTPCnv-00-02-02
087
088 2008-01-08 David Quarrie <David.Quarrie@cern.ch>
089
090 * tagging GeneratorObjectsTPCnv-00-02-01
091 * cmt/requirements: Explicitly disable asNeeded mode
092
093 2007-11-22 David Quarrie <David.Quarrie@cern.ch>
094
095 * !!!!! Migration to HepMC 2.01.16 !!!!!
096 * Branch from GeneratorObjectsTPCnv-00-01-03 for Atlas HepMC changes
097 * tagging GeneratorObjectsTPCnv-00-02-00
098 * cmt/requirements: Replace dependency on Simulation/HepMC by one on External/AtlasHepMC
099 * /src/McEventCollectionCnv_p3.cxx: Changes for updated HepMC API
100
101 2007-07-31 Sebastien Binet <binet@lblbox>
102
103 * tagging GeneratorObjectsTPCnv-00-01-03
104 * fixing bug #28450 : do not resize the pools every time (only the first
105 time we come around)
106 * M GeneratorObjectsTPCnv/GenEventCnv_p1.h
107 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p1.h
108 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p2.h
109 * M GeneratorObjectsTPCnv/McEventCollectionCnv_p3.h
110 * M src/GenEventCnv_p1.cxx
111 * M src/HepMcDataPool.h
112 * M src/McEventCollectionCnv_p1.cxx
113 * M src/McEventCollectionCnv_p2.cxx
114 * M src/McEventCollectionCnv_p3.cxx
115
116 2007-07-16 Sebastien Binet <binet@lblbox>
117
118 * tagging GeneratorObjectsTPCnv-00-01-02
119 * fix bug #28005
120 * src/HepMcDataPool.h : reset pointer to GenEvent before destroying a
121 DataPool-owned GenVertex
122
123 2007-07-12 Sebastien Binet <binet@lblbox>
124
125 * tagging GeneratorObjectsTPCnv-00-01-01
126 * cmt/requirements: checkreq fixes
127
128 2007-07-09 Sebastien Binet <binet@lblbox>
129
130 * tagging GeneratorObjectsTPCnv-00-01-00
131 * importing HepMC/Genxyz converters from GeneratorObjectsAthenaPool
132 * A GeneratorObjectsTPCnv/GenEventCnv_p1.h
133 * A GeneratorObjectsTPCnv/GenEvent_p1.h
134 * A GeneratorObjectsTPCnv/GenEvent_p2.h
135 * A GeneratorObjectsTPCnv/GenEvent_p3.h
136 * A GeneratorObjectsTPCnv/GenParticle_p1.h
137 * A GeneratorObjectsTPCnv/GenParticle_p2.h
138 * A GeneratorObjectsTPCnv/GenParticle_p3.h
139 * A GeneratorObjectsTPCnv/GenVertex_p1.h
140 * A GeneratorObjectsTPCnv/GenVertex_p2.h
141 * A GeneratorObjectsTPCnv/GenVertex_p3.h
142 * A GeneratorObjectsTPCnv/McEventCollectionCnv_p1.h
143 * A GeneratorObjectsTPCnv/McEventCollectionCnv_p2.h
144 * A GeneratorObjectsTPCnv/McEventCollectionCnv_p3.h
145 * A GeneratorObjectsTPCnv/McEventCollection_p1.h
146 * A GeneratorObjectsTPCnv/McEventCollection_p2.h
147 * A GeneratorObjectsTPCnv/McEventCollection_p3.h
148 * A src/GenEventCnv_p1.cxx
149 * A src/HepMcDataPool.h
150 * A src/McEventCollectionCnv_p1.cxx
151 * A src/McEventCollectionCnv_p2.cxx
152 * A src/McEventCollectionCnv_p3.cxx
153 * M GeneratorObjectsTPCnv/GeneratorObjectsTPCnvDict.h
154 * M GeneratorObjectsTPCnv/selection.xml
155
156 2007-03-27 Sebastien Binet <binet@lxplus203.cern.ch>
157
158 * tagging GeneratorObjectsTPCnv-00-00-04
159 * addressed warnings
160
161 * tagging GeneratorObjectsTPCnv-00-00-03
162 * src/HepMcParticleLinkCnv_p1.cxx : reduced verbosity of converter
163
164 2007-01-17 Sebastien Binet <binet@lblbox>
165
166 * tagging GeneratorObjectsTPCnv-00-00-02
167 * cmt/requirements: checkreq correctness
168
169 2007-01-16 Sebastien Binet <binet@lblbox>
170
171 * tagging GeneratorObjectsTPCnv-00-00-01
172 * first import
173
174
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems |
|
This page was automatically generated by the
LXR engine.
|
|