Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.28 - (view) (download)
| 1 : | ketevi | 1.26 | 2005-01-15 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 2 : | |||
| 3 : | * Tagging BTaggingEvent-00-9-03 | ||
| 4 : | * Extended the POOL dictionary | ||
| 5 : | |||
| 6 : | derue | 1.25 | 2005-01-13 Fredric Derue <derue@lpnhep.in2p3.fr> |
| 7 : | |||
| 8 : | * BJetSoftLeptonInfo .cxx (.h) : new class for soft lepton b-tagging | ||
| 9 : | * IBInfo.h : introduce muon case | ||
| 10 : | * BTaggingEventDict.h : introduce BJetSoftLeptonInfo | ||
| 11 : | |||
| 12 : | fredrik | 1.23 | 2004-12-10 Fredrik Akesson <fredrik.akesson@cern.ch> |
| 13 : | |||
| 14 : | fredrik | 1.24 | * Adjusted for major tag change of VxVertex |
| 15 : | |||
| 16 : | 2004-12-10 Fredrik Akesson <fredrik.akesson@cern.ch> | ||
| 17 : | |||
| 18 : | fredrik | 1.23 | * Adjusted for namespace change of Vertex to Trk |
| 19 : | |||
| 20 : | wildauer | 1.22 | 2004-10-21 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 21 : | |||
| 22 : | * removed code which is now implemented in the base clase ParticleBase | ||
| 23 : | |||
| 24 : | wildauer | 1.21 | 2004-10-20 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 25 : | |||
| 26 : | * removed NavigableTerminalMode inheritance | ||
| 27 : | * included fillToken(0 methods for Navigation | ||
| 28 : | |||
| 29 : | wildauer | 1.20 | 2004-10-08 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 30 : | |||
| 31 : | * first version for release 9.0.0 | ||
| 32 : | * BJet has a new datamember: Jet m_originalJet | ||
| 33 : | * selection and dict files have been updated | ||
| 34 : | |||
| 35 : | wildauer | 1.19 | 2004-09-17 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 36 : | |||
| 37 : | * adjusted to changes in InDetPriVx and VxVertex | ||
| 38 : | |||
| 39 : | wildauer | 1.18 | 2004-09-06 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 40 : | |||
| 41 : | * added RPhi distance to primary vertex variable to BJetSecVtxInfo | ||
| 42 : | |||
| 43 : | tmaeno | 1.17 | 2004-08-30 Tadashi Maeno <Tadashi.Maeno@cern.ch> |
| 44 : | |||
| 45 : | * 00-06-04 | ||
| 46 : | * fixed initialization of BJet::m_origin for persistency | ||
| 47 : | |||
| 48 : | ketevi | 1.16 | 2004-08-21 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 49 : | |||
| 50 : | * tagging BTaggingEvent-00-06-03 | ||
| 51 : | * checking for empty elementLink before dereferencing | ||
| 52 : | |||
| 53 : | ketevi | 1.14 | 2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 54 : | |||
| 55 : | wildauer | 1.15 | * fixed a undefined symbol crash |
| 56 : | (no library was declared in req file but cxx files have been added) | ||
| 57 : | |||
| 58 : | 2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> | ||
| 59 : | |||
| 60 : | ketevi | 1.14 | * BJet.h derives from ParticleEvent/ParticleBase.h |
| 61 : | * tagging BTaggingEvent-00-06-01 | ||
| 62 : | |||
| 63 : | wildauer | 1.13 | 2004-08-16 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 64 : | |||
| 65 : | * added proper copy constructors and assignment constructors | ||
| 66 : | to BJet, BJetLifetimeInfo and BJetSecVtxInfo (and added .cxx for each) | ||
| 67 : | |||
| 68 : | 2004-08-13 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 69 : | |||
| 70 : | * added PxPyPzPe(0.,0.,0.,0.) call to BJet constructor | ||
| 71 : | When running the AODBuilder withh that modifiicaton | ||
| 72 : | the DoBJet.cxx algorithm runs fine later on. | ||
| 73 : | Before it used to crash ... | ||
| 74 : | |||
| 75 : | tmaeno | 1.12 | 2004-08-15 Tadashi Maeno <Tadashi.Maeno@cern.ch> |
| 76 : | |||
| 77 : | * 00-05-03 | ||
| 78 : | * added checking of empty ElementLink | ||
| 79 : | |||
| 80 : | ketevi | 1.11 | 2004-08-13 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 81 : | |||
| 82 : | * tagging BTaggingEvent-00-05-02 | ||
| 83 : | * Container with possibility to own elements or not | ||
| 84 : | |||
| 85 : | wildauer | 1.10 | 2004-08-09 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 86 : | |||
| 87 : | * added m_trackSignificance. m_trackSIP is now what it is called: | ||
| 88 : | the signed impact parameter of tracks. The sign is according | ||
| 89 : | to the jet direction. m_trackSignificance is the signed IP divided | ||
| 90 : | by its error. | ||
| 91 : | |||
| 92 : | wildauer | 1.9 | 2004-08-05 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 93 : | |||
| 94 : | * modified constructors of | ||
| 95 : | + BJetLifetimeInfo | ||
| 96 : | + BJetSecVtxInfo | ||
| 97 : | so no DataMember is uninitialized ... | ||
| 98 : | |||
| 99 : | wildauer | 1.6 | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 100 : | |||
| 101 : | wildauer | 1.8 | * added set_charge and set_origin methods |
| 102 : | |||
| 103 : | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 104 : | |||
| 105 : | wildauer | 1.7 | * changed set methods names to: |
| 106 : | set_dataType(ParticleDataType::DataType x ) | ||
| 107 : | set_pdgId(PDG::pidType x ) | ||
| 108 : | to be consistant with the de facto coding standard | ||
| 109 : | |||
| 110 : | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 111 : | |||
| 112 : | wildauer | 1.6 | * added set methods: |
| 113 : | setDataType(ParticleDataType::DataType x ) | ||
| 114 : | setPdgId(PDG::pidType x ) | ||
| 115 : | |||
| 116 : | wildauer | 1.5 | 2004-07-30 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 117 : | |||
| 118 : | * IBInfo is not pure virtual anymore. Reason: Persistency ... | ||
| 119 : | |||
| 120 : | wildauer | 1.2 | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 121 : | |||
| 122 : | wildauer | 1.4 | * added destructor for BJet. It deletes the elements the |
| 123 : | pointers of m_bInfo point to. | ||
| 124 : | |||
| 125 : | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 126 : | |||
| 127 : | wildauer | 1.3 | * added doc/mainpage.h |
| 128 : | |||
| 129 : | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 130 : | |||
| 131 : | wildauer | 1.2 | * added: |
| 132 : | scheduling file `BTaggingEvent/BJet.h' for addition | ||
| 133 : | scheduling file `BTaggingEvent/BJetContainer.h' for addition | ||
| 134 : | scheduling file `BTaggingEvent/IBInfo.h' for addition | ||
| 135 : | scheduling file `BTaggingEvent/BJetLifetimeInfo.h' for addition | ||
| 136 : | scheduling file `BTaggingEvent/BJetSecVtxInfo.h' for addition | ||
| 137 : | scheduling file `BTaggingEvent/selection.xml' | ||
| 138 : | |||
| 139 : | to get rid of dependencies on PhysicsAnalysis/AnalysisCommon/ParticelEvent | ||
| 140 : | |||
| 141 : | ketevi | 1.1 | 2004-06-28 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 142 : | |||
| 143 : | * tagging BTaggingEvent-00-00-00 | ||
| 144 : | * first import | ||
| 145 : |
| CERN Central CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |