2004-09-17 Andreas H. Wildauer * adjusted to changes in InDetPriVx and VxVertex 2004-09-06 Andreas H. Wildauer * added RPhi distance to primary vertex variable to BJetSecVtxInfo 2004-08-30 Tadashi Maeno * 00-06-04 * fixed initialization of BJet::m_origin for persistency 2004-08-21 Ketevi A. Assamagan * tagging BTaggingEvent-00-06-03 * checking for empty elementLink before dereferencing 2004-08-18 Ketevi A. Assamagan * fixed a undefined symbol crash (no library was declared in req file but cxx files have been added) 2004-08-18 Ketevi A. Assamagan * BJet.h derives from ParticleEvent/ParticleBase.h * tagging BTaggingEvent-00-06-01 2004-08-16 Andreas H. Wildauer * added proper copy constructors and assignment constructors to BJet, BJetLifetimeInfo and BJetSecVtxInfo (and added .cxx for each) 2004-08-13 Andreas H. Wildauer * added PxPyPzPe(0.,0.,0.,0.) call to BJet constructor When running the AODBuilder withh that modifiicaton the DoBJet.cxx algorithm runs fine later on. Before it used to crash ... 2004-08-15 Tadashi Maeno * 00-05-03 * added checking of empty ElementLink 2004-08-13 Ketevi A. Assamagan * tagging BTaggingEvent-00-05-02 * Container with possibility to own elements or not 2004-08-09 Andreas H. Wildauer * added m_trackSignificance. m_trackSIP is now what it is called: the signed impact parameter of tracks. The sign is according to the jet direction. m_trackSignificance is the signed IP divided by its error. 2004-08-05 Andreas H. Wildauer * modified constructors of + BJetLifetimeInfo + BJetSecVtxInfo so no DataMember is uninitialized ... 2004-08-02 Andreas H. Wildauer * added set_charge and set_origin methods 2004-08-02 Andreas H. Wildauer * changed set methods names to: set_dataType(ParticleDataType::DataType x ) set_pdgId(PDG::pidType x ) to be consistant with the de facto coding standard 2004-08-02 Andreas H. Wildauer * added set methods: setDataType(ParticleDataType::DataType x ) setPdgId(PDG::pidType x ) 2004-07-30 Andreas H. Wildauer * IBInfo is not pure virtual anymore. Reason: Persistency ... 2004-07-12 Andreas H. Wildauer * added destructor for BJet. It deletes the elements the pointers of m_bInfo point to. 2004-07-12 Andreas H. Wildauer * added doc/mainpage.h 2004-07-12 Andreas H. Wildauer * added: scheduling file `BTaggingEvent/BJet.h' for addition scheduling file `BTaggingEvent/BJetContainer.h' for addition scheduling file `BTaggingEvent/IBInfo.h' for addition scheduling file `BTaggingEvent/BJetLifetimeInfo.h' for addition scheduling file `BTaggingEvent/BJetSecVtxInfo.h' for addition scheduling file `BTaggingEvent/selection.xml' to get rid of dependencies on PhysicsAnalysis/AnalysisCommon/ParticelEvent 2004-06-28 Ketevi A. Assamagan * tagging BTaggingEvent-00-00-00 * first import