| 1 |
|
2004-08-21 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 2 |
|
|
| 3 |
|
* tagging BTaggingEvent-00-06-03 |
| 4 |
|
* checking for empty elementLink before dereferencing |
| 5 |
|
|
| 6 |
|
2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 7 |
|
|
| 8 |
|
* fixed a undefined symbol crash |
| 9 |
|
(no library was declared in req file but cxx files have been added) |
| 10 |
|
|
| 11 |
|
2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 12 |
|
|
| 13 |
|
* BJet.h derives from ParticleEvent/ParticleBase.h |
| 14 |
|
* tagging BTaggingEvent-00-06-01 |
| 15 |
|
|
| 16 |
|
2004-08-16 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 17 |
|
|
| 18 |
|
* added proper copy constructors and assignment constructors |
| 19 |
|
to BJet, BJetLifetimeInfo and BJetSecVtxInfo (and added .cxx for each) |
| 20 |
|
|
| 21 |
|
2004-08-13 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 22 |
|
|
| 23 |
|
* added PxPyPzPe(0.,0.,0.,0.) call to BJet constructor |
| 24 |
|
When running the AODBuilder withh that modifiicaton |
| 25 |
|
the DoBJet.cxx algorithm runs fine later on. |
| 26 |
|
Before it used to crash ... |
| 27 |
|
|
| 28 |
|
2004-08-15 Tadashi Maeno <Tadashi.Maeno@cern.ch> |
| 29 |
|
|
| 30 |
|
* 00-05-03 |
| 31 |
|
* added checking of empty ElementLink |
| 32 |
|
|
| 33 |
|
2004-08-13 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 34 |
|
|
| 35 |
|
* tagging BTaggingEvent-00-05-02 |
| 36 |
|
* Container with possibility to own elements or not |
| 37 |
|
|
| 38 |
|
2004-08-09 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 39 |
|
|
| 40 |
|
* added m_trackSignificance. m_trackSIP is now what it is called: |
| 41 |
|
the signed impact parameter of tracks. The sign is according |
| 42 |
|
to the jet direction. m_trackSignificance is the signed IP divided |
| 43 |
|
by its error. |
| 44 |
|
|
| 45 |
|
2004-08-05 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 46 |
|
|
| 47 |
|
* modified constructors of |
| 48 |
|
+ BJetLifetimeInfo |
| 49 |
|
+ BJetSecVtxInfo |
| 50 |
|
so no DataMember is uninitialized ... |
| 51 |
|
|
| 52 |
|
2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 53 |
|
|
| 54 |
|
* added set_charge and set_origin methods |
| 55 |
|
|
| 56 |
|
2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 57 |
|
|
| 58 |
|
* changed set methods names to: |
| 59 |
|
set_dataType(ParticleDataType::DataType x ) |
| 60 |
|
set_pdgId(PDG::pidType x ) |
| 61 |
|
to be consistant with the de facto coding standard |
| 62 |
|
|
| 63 |
|
2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 64 |
|
|
| 65 |
|
* added set methods: |
| 66 |
|
setDataType(ParticleDataType::DataType x ) |
| 67 |
|
setPdgId(PDG::pidType x ) |
| 68 |
|
|
| 69 |
2004-07-30 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
2004-07-30 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 70 |
|
|
| 71 |
* IBInfo is not pure virtual anymore. Reason: Persistency ... |
* IBInfo is not pure virtual anymore. Reason: Persistency ... |