Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.17 - (view) (download)
| 1 : | tmaeno | 1.17 | 2004-08-30 Tadashi Maeno <Tadashi.Maeno@cern.ch> |
| 2 : | |||
| 3 : | * 00-06-04 | ||
| 4 : | * fixed initialization of BJet::m_origin for persistency | ||
| 5 : | |||
| 6 : | ketevi | 1.16 | 2004-08-21 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 7 : | |||
| 8 : | * tagging BTaggingEvent-00-06-03 | ||
| 9 : | * checking for empty elementLink before dereferencing | ||
| 10 : | |||
| 11 : | ketevi | 1.14 | 2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 12 : | |||
| 13 : | wildauer | 1.15 | * fixed a undefined symbol crash |
| 14 : | (no library was declared in req file but cxx files have been added) | ||
| 15 : | |||
| 16 : | 2004-08-18 Ketevi A. Assamagan <ketevi@bnl.gov> | ||
| 17 : | |||
| 18 : | ketevi | 1.14 | * BJet.h derives from ParticleEvent/ParticleBase.h |
| 19 : | * tagging BTaggingEvent-00-06-01 | ||
| 20 : | |||
| 21 : | wildauer | 1.13 | 2004-08-16 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 22 : | |||
| 23 : | * added proper copy constructors and assignment constructors | ||
| 24 : | to BJet, BJetLifetimeInfo and BJetSecVtxInfo (and added .cxx for each) | ||
| 25 : | |||
| 26 : | 2004-08-13 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 27 : | |||
| 28 : | * added PxPyPzPe(0.,0.,0.,0.) call to BJet constructor | ||
| 29 : | When running the AODBuilder withh that modifiicaton | ||
| 30 : | the DoBJet.cxx algorithm runs fine later on. | ||
| 31 : | Before it used to crash ... | ||
| 32 : | |||
| 33 : | tmaeno | 1.12 | 2004-08-15 Tadashi Maeno <Tadashi.Maeno@cern.ch> |
| 34 : | |||
| 35 : | * 00-05-03 | ||
| 36 : | * added checking of empty ElementLink | ||
| 37 : | |||
| 38 : | ketevi | 1.11 | 2004-08-13 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 39 : | |||
| 40 : | * tagging BTaggingEvent-00-05-02 | ||
| 41 : | * Container with possibility to own elements or not | ||
| 42 : | |||
| 43 : | wildauer | 1.10 | 2004-08-09 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 44 : | |||
| 45 : | * added m_trackSignificance. m_trackSIP is now what it is called: | ||
| 46 : | the signed impact parameter of tracks. The sign is according | ||
| 47 : | to the jet direction. m_trackSignificance is the signed IP divided | ||
| 48 : | by its error. | ||
| 49 : | |||
| 50 : | wildauer | 1.9 | 2004-08-05 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 51 : | |||
| 52 : | * modified constructors of | ||
| 53 : | + BJetLifetimeInfo | ||
| 54 : | + BJetSecVtxInfo | ||
| 55 : | so no DataMember is uninitialized ... | ||
| 56 : | |||
| 57 : | wildauer | 1.6 | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 58 : | |||
| 59 : | wildauer | 1.8 | * added set_charge and set_origin methods |
| 60 : | |||
| 61 : | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 62 : | |||
| 63 : | wildauer | 1.7 | * changed set methods names to: |
| 64 : | set_dataType(ParticleDataType::DataType x ) | ||
| 65 : | set_pdgId(PDG::pidType x ) | ||
| 66 : | to be consistant with the de facto coding standard | ||
| 67 : | |||
| 68 : | 2004-08-02 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 69 : | |||
| 70 : | wildauer | 1.6 | * added set methods: |
| 71 : | setDataType(ParticleDataType::DataType x ) | ||
| 72 : | setPdgId(PDG::pidType x ) | ||
| 73 : | |||
| 74 : | wildauer | 1.5 | 2004-07-30 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 75 : | |||
| 76 : | * IBInfo is not pure virtual anymore. Reason: Persistency ... | ||
| 77 : | |||
| 78 : | wildauer | 1.2 | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> |
| 79 : | |||
| 80 : | wildauer | 1.4 | * added destructor for BJet. It deletes the elements the |
| 81 : | pointers of m_bInfo point to. | ||
| 82 : | |||
| 83 : | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 84 : | |||
| 85 : | wildauer | 1.3 | * added doc/mainpage.h |
| 86 : | |||
| 87 : | 2004-07-12 Andreas H. Wildauer <andreas.wildauer@cern.ch> | ||
| 88 : | |||
| 89 : | wildauer | 1.2 | * added: |
| 90 : | scheduling file `BTaggingEvent/BJet.h' for addition | ||
| 91 : | scheduling file `BTaggingEvent/BJetContainer.h' for addition | ||
| 92 : | scheduling file `BTaggingEvent/IBInfo.h' for addition | ||
| 93 : | scheduling file `BTaggingEvent/BJetLifetimeInfo.h' for addition | ||
| 94 : | scheduling file `BTaggingEvent/BJetSecVtxInfo.h' for addition | ||
| 95 : | scheduling file `BTaggingEvent/selection.xml' | ||
| 96 : | |||
| 97 : | to get rid of dependencies on PhysicsAnalysis/AnalysisCommon/ParticelEvent | ||
| 98 : | |||
| 99 : | ketevi | 1.1 | 2004-06-28 Ketevi A. Assamagan <ketevi@bnl.gov> |
| 100 : | |||
| 101 : | * tagging BTaggingEvent-00-00-00 | ||
| 102 : | * first import | ||
| 103 : |
| CERN Central CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |