[atlas] / offline / PhysicsAnalysis / BTaggingID / BTaggingEvent / ChangeLog Repository:
ViewVC logotype

Annotation of /offline/PhysicsAnalysis/BTaggingID/BTaggingEvent/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.25 - (view) (download)

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

CERN Central CVS service
ViewVC Help
Powered by ViewVC 1.0.9