Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 2008-12-13  scott snyder  <snyder@bnl.gov>
002 
003         * Tagging LArTools-00-07-06.
004         * LArTools/LArMCSymTool.h: Disallow assignment.
005 
006 2008-09-18 Walter Lampl <walter.lampl @cern.ch>
007         * LArCablingSvc.h/.cxx validate mapping also from calibSlotLine method
008         * tag LArTools-00-07-05 (interface change)
009 
010         
011 2008-09-18 Walter Lampl <walter.lampl @cern.ch>
012         * LArOnOffIdMap.cxx: fix problem with EMEC special crate calib line mapping
013         * tag LArTools-00-07-04 (cxx only change!)
014 
015 2008-09-11 G.Unal
016          * fix one time memory leak
017          * tag LArTools-00-07-03
018 
019 2008-08-14 Walter Lampl <walter.lampl @cern.ch>
020         * LArCablingService:
021           Put back exception-throwing in createSignalChannelID
022           Fix some const-ness issues
023         * tag LArTools-00-07-02
024 
025 2008-08-14 Walter Lampl <walter.lampl @cern.ch>
026         * LArCablingService: The DataHande::isValid() check in the IOV callback causes problems if the 
027           LArCablingService is used before the callback is executed. To make it more robust I check also 
028           in the conversion methods if the cached m_valid is false.
029         * tag LArTools-00-07-01
030         
031 2008-08-12 Walter Lampl <walter.lampl @cern.ch>
032         * Overhaul (speed-up) of LArCablingService and LArOnOffIdMap
033           - remove NOVA legacy
034           - use hash-indexed vectors instead of std::map
035           - inline some methods
036         * tag LArTools-00-07-00
037 
038 2008-07-16 G.Unal
039          *Changer folder name of HVLineToElectrode in database (/LAR/Identifier/HVLineToElectrodeMap)
040          * tag LArTools-00-06-12
041 
042 2008-07-07 G.Unal
043         * multi version folder for HVLineToElectrode map database folder
044         * tag LArTools-00-06-11
045 
046 2008-07-05 G.Unal
047         * add python class to go from AScii file to database file for HVLineToElectrode.data
048         * modify LArHVCabling.cxx to use database folder if it exists, otherwise fall back to ascii
049         * tag LArTools-00-06-10
050 
051 2008-07-01 G.Unal
052         * add one missing line in HVLineToElectrode.data
053         * tag LArTools-00-06-09
054 
055 2008-06-30 G.Unal
056         * fix  src/LArHVCablingTool.cxx to handle cases of multiple electrode vector -> 1 HV line
057         * tag LArTools-00-06-08
058 
059 2008-06-18  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
060 
061         * Tagging LArTools-00-06-07
062         * share/HVLineToElectrode.data : modified according 
063           to the up-to-date LArHighVoltage dictionary
064           added share/HVLineToElectrode_v0.data to be used 
065           with the old (deprecated) dictionary)
066 
067 2008-06-06  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
068 
069         * Tagging LArTools-00-06-06 
070         * src/LArHVCablingTool.cxx bugfixed in getLArElectrode()
071 
072 2008-05-30  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
073 
074         * Tagging LArTools-00-06-05
075         * Updated share/HVLineToElectrode.data with bugfixed 
076           HVline to electrode data
077 
078 2008-05-19  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
079 
080         * Tagging LArTools-00-06-04
081         * updated share/HVLineToElectrode.data with new Francesco 
082           HV line to HV electrode maping
083 
084 2008-04-18 G.Unal <Guillaume.Unal @ cern.ch>
085         * added protection in LArMCSymTool against disconnected channel
086         * tag  LArTools-00-06-03
087 
088 2007-12-27 Hong Ma <hma@bnl.gov>
089         * create MsgStream only when needed in LArCablingService.cxx
090         
091 2007-11-01 Hong Ma <hma@bnl.gov>
092         * fix LArMCSymTool for initialization.
093         
094 2007-10-29 Hong Ma <hma@bnl.gov>
095         * use DataHandle in LArCablingService
096           tag LArTools-00-06-00
097         
098 2007-10-04 G.Unal <Guillaume.Unal@cern.ch>
099        * LArMCSymTool now derives from abstract interface ILArMCSymTool in LArElecCalib
100 
101 2007-07-24 Nir Amram <Nir.Amram@cern.ch>
102         * Changed used package AtlasSEAL to AtlasReflex
103         * Tagged as LArTools-00-04-26
104 
105 2007-07-11 Hong Ma <hma@bnl.gov>
106         * fix code for reading FEBtoROD file.n
107         
108 2007-07-05 Hong Ma <hma@bnl.gov>
109         * LArCablingService::fillFEB_RODmap now accepts filename, and it build the LArFebRodMap objects, 
110          record it in DetectorStore.
111          * doxygen updates.
112 
113 2007-04-03  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
114 
115         * Tagged LArTools-00-04-22
116         * Updated share/HVLineToElectrode.data file
117           (new maping --v2-- from Francesco)
118 
119 2007-03-12  Fabienne Ledroit    <ledroit@lpsc.in2p3.fr>
120 
121         * Tagged LArTools-00-04-21
122         * LArTools/LArCablingService.h, LArFebRodMap.h, LArHVCablingTool.h,
123         LArHVMap.h, LArOnOffIdMap.h:    fixed LCG nightly build errors
124         * src/LArFebRodMap.cxx, LArHVCell.icc, LArHVDetector.icc, LArHVElectrode.icc
125         LArHVMap.cxx, LArHVSpecialElectrode.icc, LArOnOffIdMap.cxx, LArReadoutModuleService.icc:
126         likewise
127 
128 
129 2007-03-12  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
130 
131         * Tagging LArTools-00-04-20
132         * BugFix in src/LArHVCablingTool.cxx 
133           in FCAL HV
134 
135 2007-02-28   Ilija Vukotic <ivukotic@cern.ch>
136         * removed exceptions throwing from isOnlineConnected
137         * it was toooooo expensive.
138         * Tagged LArTools-00-04-19
139         
140 2007-02-13  Ilija Vukotic <ivukotic@cern.ch> 
141         * removed some very expensive MSG's from LArCablingService
142         * Tagged LArTools-00-04-18
143          
144 2007-02-12  Arnaud Lucotte  <lucotte@in2p3.fr>
145 
146         * Tagging LArTools-00-04-17
147         * BugFixed in src/LArHVCablingTool.cxx in HEC HighVoltage 
148 
149 2007-02-05  Arnaud Lucotte  <lucotte@in2p3.fr>
150 
151         * Tagging LArTools-00-04-16
152         * removed the obsolete LArHVCablingService      
153 
154 2007-02-05  Arnaud Lucotte  <lucotte@in2p3.fr>
155 
156         * Tagging LArTools-00-04-15 
157         * FCAL information now in src/LArHVCablingTool.cxx 
158           (new interface)
159 
160 2007-02-01  Arnaud Lucotte  <lucotte@in2p3.fr>
161 
162         * Tagging LArTools-00-04-14
163         * BugFix in src/LArHVCablingTool.cxx for 
164          EMBPS hvline<->electrode correspondence  
165         
166 2007-01-31  Arnaud Lucotte  <lucotte@in2p3.fr>
167 
168         * Tagging LArTools-00-04-13
169         * Update in src/LArHVCablingTool.cxx for EMEC/EMB
170 
171 2007-01-25  Arnaud Lucotte  <lucotte@in2p3.fr>
172 
173         * Tagging LArTools-00-04-12
174         * BugFix in src/LArHVCablingTool.cxx for HEC HV 
175 
176 2007-01-23  Arnaud Lucotte  <lucotte@in2p3.fr>
177 
178         * Tagging LArTools-00-04-11
179         * src/LArHVCablingTool.cxx and LArTools/LArHVCablingTool.h
180          added methods returning offlineID --> HVlineID for EMB & EMEC
181 
182 2007-01-19  Arnaud Lucotte  <lucotte@in2p3.fr>
183 
184         * Tagging LArTools-00-04-10
185         * re-defined access methods to electrodes <--> offline
186         in src/LArHVCablingTool.cxx and LArTools/LArHVCablingTool.h
187 
188 2007-01-17  Arnaud Lucotte  <lucotte@in2p3.fr>
189 
190         * Tagging LArTools-00-04-09
191         * Added access method to eelctrodes from offlineID 
192         in src/LArHVCablingTool.cxx and LArTools/LArHVCablingTool.h
193 
194 2007-01-10  Arnaud Lucotte  <lucotte@in2p3.fr>
195 
196         * Tagging LArTools-00-04-08
197         * BugFixed version of share/HVLineToElectrode.data file
198           for the HV line to electrode map 
199 
200 2007-01-08  Arnaud Lucotte  <lucotte@in2p3.fr>
201 
202         * Tagging LArTools-00-04-07
203         * src/LArHVCablingTool.cxx: avoid compilation warnings 
204 
205 2007-01-07  Arnaud Lucotte  <lucotte@in2p3.fr>
206 
207         * Tagging LArTools-00-04-06
208         * BugFix in src/LArHVCablingTool.cxx
209 
210 2007-01-05  Arnaud Lucotte  <lucotte@in2p3.fr>
211 
212         * Tagging LArTools-00-04-05
213         * Bug Fix in LArHVCablingTool in the maping "hvline to electrode"
214 
215 2007-01-05  Arnaud Lucotte  <lucotte@in2p3.fr>
216 
217         * Tagging LArTools-00-04-03
218         * Bug fixes in LArHVCablingTool with changes in:
219           LArHVInputMap (h,cxx), LArHVMap.cxx and LArHVCablingTool.cxx
220           Added a new run-time-declare in cmt/requirements
221 
222 2006-12-14  scott s snyder  <snyder@bnl.gov>
223 
224         * Tagging LArTools-00-04-02.
225 
226         * src/LArHVCablingService.cxx (getCellElectrodeIDvec): Avoid
227         compilation warnings.
228         * src/LArHVCablingTool.cxx (getCellElectrodeIDvec): Likewise.
229 
230 2006-11-09  Fabienne Ledroit   <ledroit@lpsc.in2p3.fr>
231 
232         * Tagging LArTools-00-04-01
233         * src/LArCablingService.cxx: reduced verbosity 
234 
235 2006-11-07  Fabienne Ledroit   <ledroit@lpsc.in2p3.fr>
236 
237         * Tagging LArTools-00-04-00: cleaning of hard-coded on-off mapping
238         * LArTools/LArCablingService.h: removed all on-off methods 
239           + properties to handle disctionaries + vectors for FT conversions
240         * src/LArCablingSvc.cxx: modified accordingly
241         * share/LArTools_jobOptions.py: cleaned up
242 2006-10-12  Fabienne Ledroit   <ledroit@lpsc.in2p3.fr>
243 
244         * Tagging LArTools-00-03-01
245         * src/LArCablingService.cxx, LArMCSymTool: cosmetics 
246 
247 2006-10-06  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
248 
249         * Tagging LArTools-00-03-00: cleaning of old TT online ID
250         * LArTools/ILArTTChannelService.h,
251           LArTools/LArTriggerTowerService.h,
252           src/LArTTChannelService.icc,
253           src/LArTriggerTowerService.cxx: removed
254         * LArTools/LArCablingService.h,
255           LArTools/LArToolsDict.h,
256           LArTools/selection.xml,
257           src/LArCablingService.cxx: modified to remove LArTTChannelID 
258         * share/LArTools_jobOptions.py: changed 1 property name
259         
260 2006-09-27  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
261 
262         * Tagging LArTools-00-02-04
263         * src/LArMCSymTool.cxx: H6 FCAL bug fix
264         (same as in branch tag LArTools-00-01-53-03)
265 
266 2006-09-27  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
267 
268         * Tagging LArTools-00-02-03
269         * src/LArMCSymTool.cxx: phi_min bug fix
270         (same as in branch tag LArTools-00-01-53-02)
271 
272 2006-09-27  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
273 
274         * Tagging LArTools-00-02-02
275         * LArTriggerTowerService: removed
276         (now in CaloTriggerTool package)
277 
278 2006-09-08  Arnaud Lucotte  <lucotte@in2p3.fr>
279 
280         * Tagging LArTools-00-02-01
281         * Updated LArHVCabling tools
282         * Updated LArToolsDict.h
283         * Updated share/HVLineToElectrode.data
284 
285 2006-09-06  Arnaud Lucotte  <lucotte@in2p3.fr>
286 
287         * Tagging LArTools-00-02-00
288         * Added new HighVoltage service
289           LArHVCablingService.cxx,.h
290           LArHVMap.h,cxx
291           LArHVInputMap.h
292           share/LArHVLineToElectrode.data
293 
294 2006-08-04  Arnaud Lucotte  <lucotte@in2p3.fr>
295 
296         * Tagging LArTools-00-01-58
297         * LArCablingService.cxx,.h and 
298         * LArTriggerTowerService.cxx, .h 
299           Added a switch for the latter corrections 
300           in EMEC (Hong's Fix#2 and #3) allowing to 
301           include or not the changes in EMEC.
302         
303 2006-07-20  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
304 
305         * Tagging LArTools-00-01-57
306         * LArCablingService: cosmetics 
307 
308 2006-07-19  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
309 
310         * Tagging LArTools-00-01-56
311         * src/LArCablingService.cxx,
312         * src/LArTriggerTowerService.cxx : Hong's fix#3  
313 
314 
315 2006-07-18  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
316 
317         * Tagging LArTools-00-01-55
318         * src/LArCablingService.cxx,
319         * src/LArTriggerTowerService.cxx : Hong's fix#2  
320         correctly implemented this time.
321 
322 2006-07-17  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
323 
324         * Tagging LArTools-00-01-54
325         * LArCablingService,
326         * LArTriggerTowerService : Hong's fix#2 from 
327         comissioning tests in ECA -- signal channels only.
328         Affects on-off map and TT-cell map.
329 
330 2006-07-17  Arnaud Lucotte  <lucotte@in2p3.fr>
331 
332         * Tagging LArTools-00-01-53
333         * src/LArTriggerTowerService.cxx : small bug fix in HEC TT 
334 
335 2006-07-11  Arnaud Lucotte  <lucotte@in2p3.fr>
336 
337         * Tagging LArTools-00-01-52
338         * src/LArTriggerTowerService.cxx : fixed bug for HEC 
339         * share/LArTools_jobOptions.py : adapted for new (dictionary) tags 
340 
341 2006-07-04  Arnaud Lucotte  <lucotte@in2p3.fr>
342 
343         * Tagging LArTools-00-01-51
344         * src/LArCablingSvc.cxx, src/LArTriggerTowerSvc.cxx, 
345         and LArTools_jobOptions : Fix to adapt LArTools to all possible 
346         DetDescrVersion values
347 
348 2006-06-30  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
349 
350         * Tagging LArTools-00-01-50
351         * src/LArTriggerTowerService.cxx: bug fix 
352 
353 2006-06-30  Arnaud Lucotte  <lucotte@in2p3.fr>
354 
355         * Tagging LArTools-00-01-49
356         * share/LArTools_jobOptions.py : bug fix / added default properties
357 
358 2006-06-30  Arnaud Lucotte  <lucotte@in2p3.fr>
359 
360         * Tagging LArTools-00-01-48
361         * src/LArCablingSvc : bug fix
362 
363 2006-06-29  Arnaud Lucotte  <lucotte@in2p3.fr>
364 
365         * Tagging LArTools-00-01-47
366         * Adapted the code so that both IdDictLarCalorimeter_DC3-05 and 
367           IdDictLArCalorimeter dictionaries may be used -- via a property 
368           in LArTools_jobOptions.py.
369         * LArTriggerTowerService.cxx : adapted createFEBorChannelvec(),whichTTChannelID
370         * src/LArCablingService.cxx : adapted decodeSignalChannelFCAL() 
371         * share/LArTools_jobOptions.py : added choice for dictionaries
372         * Note: follow-up of bug #17874 (former #17246)
373         
374 2006-05-21  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
375 
376         * Tagging LArTools-00-01-46
377         * src/LArTriggerTowerService.cxx (whichTTChannelID):
378         bug fix (was affecting barrel end)
379 
380 2006-05-19  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
381 
382         * Tagging LArTools-00-01-45
383         * src/LArTriggerTowerService.cxx: bug fixes 
384 
385 2006-05-18  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
386 
387         * not tagged
388         * LArTriggerTowerService: improved version
389 
390 2006-05-16  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
391 
392         * Tagging LArTools-00-01-43
393         * added is_in_lvl1() in LArTriggerTowerService
394 
395 2006-04-27  RD Schaffer  <R.D.Schaffer@cern.ch>
396 
397         * Tagging LArTools-00-01-42
398         * LArTools/selection.xml: adding in more classes to dict.
399 
400 2006-04-26  Arnaud Lucotte  <lucotte@lxplus012.cern.ch>
401 
402         * Tagging LArTools-00-01-41
403         * Added whichTTChannelID() method in LArTriggerTowerService
404 
405 2006-04-21  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
406 
407         * Tagging LArTools-00-01-40
408         * Bug fix in LArTriggerTowerService.cxx
409 
410 2006-04-19  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
411 
412         * Tagging LArTools-00-01-39
413         * src/LArCablingService.cxx (createFEBorChannelvec): 
414         put back cells not summed up in LVL1 in TT<->cells mapping
415 
416 2006-04-19  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
417 
418         * Tagging LArTools-00-01-38
419         * LArCablingService class: added is_in_lvl1() method
420         to disentangle LVL1 and HLT TT<->cells mappings
421 
422 2006-04-18  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
423 
424         * Tagging LArTools-00-01-37
425         * LArTriggerTowerService.cxx and .h : added 
426           methods to access Trigger Tower from onlineID (FCAL,EMB)
427 
428 2006-04-15  RD Schaffer  <R.D.Schaffer@cern.ch>
429 
430         * Tagging LArTools-00-01-36
431         * LArTools/selection.xml: added dict for python interface.
432 
433 2006-03-20  scott s snyder  <snyder@bnl.gov>
434 
435         * Tagging LArTools-00-01-35.
436 
437 2006-03-14  scott s snyder  <snyder@bnl.gov>
438 
439         * src/LArHVCablingTool.cxx: Fix compilation warnings.
440         * src/LArTriggerTowerService.cxx: Likewise.
441 
442 2006-03-05 Hong Ma <hma@bnl.gov>
443         * define LArOnOffId_P_t, works for 11.3.0 also.
444 2006-03-04 Hong Ma <hma@bnl.gov>
445         * add Pool Persistent data, LArFebRod_P and LArOnOffId_P.
446 
447 2006-02-02 Hong Ma <hma@bnl.gov>
448         * LArOnOffIdMap::calibSlotLine returns empty vector for disconnected channels.
449 
450 2005-12-12  G.Unal <unal@in2p3.fr>
451 
452         * improvement in phi definition of LArMCSym to handle some test beam cases
453 
454 2005-11-18  Arnaud Lucotte  <lucotte@in2p3.fr>
455 
456         * Tagging LArTools-00-01-29
457         * Bug fix in LArTriggerTowerService.h
458 
459 2005-10-24  Arnaud Lucotte  <lucotte@lxplus071.cern.ch>
460 
461         * Tagging LArTools-00-01-28
462         * added LArTriggerTowerService (letting unchanged LArCablingSvc)
463 
464 2005-10-18 Hong Ma <hma@bnl.gov>
465         * Tagging LArTools-00-01-27
466         * reduce DEBUG print in LArCablingService::fillFEB_RODmap() 
467 
468 2005-10-02  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
469 
470         * tagging LArTools-00-01-26
471         * src/LArCablingService.cxx : bug fix in TT-cell map
472         for FCAL3
473 
474 2005-09-01  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
475 
476         * tagging LArTools-00-01-25
477         * src/LArCablingService.cxx (createFEBorChannelvec): removed
478         channels of last HEC compartment from Trigger map
479         + undo changes corresponding to tag 00-01-18
480 
481 2005-08-31  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
482 
483         * tagging LArTools-00-01-24
484         * src/LArCablingService.cxx (createFEBorChannelvec): removed
485         channel 120&121 of PS (eta>1.5) from the Trigger Sums (B. Cleland's req).
486 
487 2005-08-24  Karim Bernardet <bernardet@cppm.in2p3.fr>
488         
489         * tagging LArTools-00-01-23
490         * StatusCodes checked
491 
492 2005-07-22  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
493 
494         * tagging LArTools-00-01-22
495         * src/components/LArTools_entries.cxx: removed 6 extra semicolons
496         
497 2005-07-01  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
498 
499         * tagging LArTools-00-01-21
500         * LArCablingService, LArHVCablingTool: 
501         added forgotten finalize() method 
502 
503 2005-06-27  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
504 
505         * tagging LArTools-00-01-19
506         * src/LArCablingService.cxx: implemented Xin Wu's fix
507         to allow multi-thread running
508 
509 2005-06-17  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
510 
511         * tagging LArTools-00-01-18
512         * src/LArCablingService.cxx (createFEBorChannelvec): 
513         bug fix in TT<->mapping for FCAL when layer info
514 
515 2005-06-17  Arnaud Lucotte  <lucotte@in2p3.fr>
516 
517         * Tagging LArTools-00-01-17: fixed bug in LArHVCablingTool
518         in getLArHVCellList()
519 
520 2005-06-15  Arnaud Lucotte  <lucotte@in2p3.fr>
521 
522         * Tagging LArTools-00-01-16: renaming of HV Interface classes 
523           (ILArHVCellService, ILArHVDetector, ILArHVElectrode) and 
524           minor bug fix in LArCablingService (suppressed some DEBUG 
525           messages in calib lines cnv)
526 
527 2005-04-21  Arnaud Lucotte  <lucotte@in2p3.fr>
528 
529         * Tagging LArTools-00-01-15: added a getLArHVCellList method 
530          in LArHVCablingTool. **Intermediate version** working only for 
531          EM barrel.
532 
533 2005-03-02  Arnaud Lucotte  <lucotte@in2p3.fr>
534 
535         * Tagging LArTools-00-01-14: added access methods for clients 
536           in LArHVCablingTool.
537 
538 2005-02-17  Arnaud Lucotte  <lucotte@in2p3.fr>
539 
540         * Tagging LArTools-00-01-13: back to LArTools-00-01-11+special 
541           electrodes fix for H8
542 
543 2005-02-11  Arnaud Lucotte  <lucotte@in2p3.fr>
544 
545         * Tagging LArTools-00-01-12: added access methods and made some
546           cleaning
547 
548         * Tagging LArTools-00-01-11: Fixed bug for special electrodes 
549           phi bins
550 
551 2005-02-10  Arnaud Lucotte  <lucotte@in2p3.fr>
552 
553         * Tagging LArTools-00-01-10: added special electrodes for H8 in 
554           LArHVCablingTool. Added interface class LArHVSpecialElectrode.
555 
556 2005-02-09  Arnaud Lucotte  <lucotte@in2p3.fr>
557 
558         * Tagging LArTools-00-01-09: fixed LArHVCablingTool for 
559           a rotated MOD00 used for H8 configuration
560 
561 2005-02-02  Arnaud Lucotte  <lucotte@in2p3.fr>
562 
563         * Tagging LArTools-00-01-08: fixed LArHVCablingTool for H8 data
564 
565 2005-02-01  Arnaud Lucotte  <lucotte@in2p3.fr>
566 
567         * Tagging LArTools-00-01-07: switched to old Francesco's file 
568           corresponding to old data for H8. H8 data are coded as A-wheel. 
569           Keep CPU-boosted LArHVCablingTool
570 
571 2005-02-01  Arnaud Lucotte  <lucotte@in2p3.fr>
572 
573         * Tagging LArTools-00-01-06: reduced timing in LArHVCablingTool
574          by using vectors of LArHVDetectorID and LARHVElectrodeID declared 
575          and instanciated as class interfaces in LArTools.
576         * switched to reversed data for H8 node 48 and 49 FT's
577         
578 2005-01-10  Arnaud Lucotte  <lucotte@lxplus067.cern.ch>
579 
580         * Tagging LArTools-00-01-05: fixed requirement file for 
581           "declare_runtime" warning
582 
583 2004-12-17  Arnaud Lucotte  <lucotte@lxplus010.cern.ch>
584 
585         * Tagging LArTools-00-01-04: cleaned up src/LArHVCablingTool.cxx
586 
587 2004-12-16  Arnaud Lucotte  <lucotte@in2p3.fr>
588 
589         * Tagging LArTools-00-01-03: added H6-HEC in mapping file 
590           share/HVLineTodetector.data and corresponding code in 
591           src/LArHVCablingTool.cxx
592 
593 2004-12-10  Arnaud Lucotte  <lucotte@in2p3.fr>
594 
595         * Tagging LArTools-00-01-02 : added H6-EMEC in mapping
596           and in LArHVCablingTool.cxx 
597 
598 2004-12-10  Arnaud Lucotte  <lucotte@in2p3.fr>
599 
600         * Tagging LArTools-00-01-01 : included LArHVCablingTool 
601           with ATLAS (EM,EMBPS,EMEC) and H8 (new) mapping
602 
603 2004-12-05 Claire Adam <claire.bourdarios@cern.ch>
604         * cleanup class LArMCSymTool to remove unnecessary dependency
605           onto LArDetDescr.
606         * Tagging LArTools-00-00-38
607 
608 2004-11-03 Hong Ma <hma@bnl.gov>
609         * return empty vector for PS.
610 
611 2004-11-02  Arnaud Lucotte  <lucotte@in2p3.fr>
612 
613         * Tagging LArTools-00-00-35
614         * Fixed LArHVCablingTool.cxx for PS treatment
615 
616 2004-10-28  Arnaud Lucotte  <lucotte@in2p3.fr>
617 
618         * Tagging LArTools-00-00-34
619         * Added LArTools/LArHVCablingTool.h and src/LArHVCablingTool.cxx
620         * Modified src/LArCablingService accordingly
621 
622 2004-08-27  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
623 
624         * Tagging LArTools-00-00-33
625         * added LArTools/ILArHVCellService.h and src/LArHVCellService.icc
626         * modified LArTools/LArCablingService.h and src/LArCablingService.cxx to include 
627           the HVCellID class use.
628 
629 2004-06-22 Hong Ma <hma@bnl.gov> 
630         * use HWIdentifer for Calib Line.
631 
632 2004-04-23  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
633 
634         * tagging LArTools-00-00-30
635         * src/LArCablingService.cxx (createFEBorChannelvec): bug fix
636          (actually, the mirror symmetry bug was over corrected 
637          last september in the TT<->cells mapping).
638 
639 2004-04-16  Hong Ma
640         * remove cout in LArOnOffIdMap and LArFebRodMap. 
641 
642 2004-04-12  Hong Ma
643         * LArOnOffId now has Calibration slot/line.
644         * LArCablingService interface extended to return Calib
645           Slot/Line.
646 
647 2004-04-02  Arnaud Lucotte  <lucotte@lxplus030.cern.ch>
648 
649         * Tagging LArTools-00-00-26
650         * src/LArCablingService.cxx (initialize): bug fixed for retrieving mapping from detStore  
651 
652 2004-03-25  Arnaud Lucotte  <lucotte@lxplus003.cern.ch>
653 
654         * Tagging LArTools-00-00-25
655         * LArCablingService.cxx: modified isOnlineConnected() now 
656                 returning false for online channels with no offline counterparts
657 
658 2004-03-25  Hong Ma
659 
660         * Tagging LArTools-00-00-24
661 
662 
663 2004-04-01 Hong ma <hma@bnl.gov>
664         * LArOnOffIdMap creates disc offline id too.
665 
666 2004-03-26  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
667 
668         * tagging LArTools-00-00-26
669         * LArTools/ILArTTChannelService.h, LArCablingService.h: cleaning
670         in arguments' names and comments
671 
672 2004-03-19  G.Unal <unal@in2p3.fr>
673 
674         * LArMCSymTool: change FCal MC symmetry 
675 
676 2004-03-16  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
677 
678         * tagging LArTools-00-00-23
679         * src/LArCablingService.cxx: replaced all cout's by MsgSvc
680         * cmt/requirements: added  use AtlasDetDescr (for LArMCSymTool)
681 
682 2004-03-12  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
683 
684         * tagging LArTools-00-00-22
685         * src/LArCablingService.cxx: use new is_disconnected() from offline helpers 
686 
687 2004-03-10  G.Unal <unal@in2p3.fr>
688         * use faster channel_hash (thanks to Fabienne) in LArMCSymTool
689 
690 2004-03-10  G.Unal <unal@in2p3.fr>
691         * LArMCSymTool to save MC symmetry (->symmetrized online ID to
692               access calibration constants)
693 
694 2004-03-09  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
695 
696         * tagging LArTools-00-00-19
697         * share/LArTools_jobOptions.txt(py): added include CaloIdCnv/CaloIdCnv_joboptions.txt(py)
698 
699 2004-03-04  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
700 
701         * tagging LArTools-00-00-18
702         * src/LArCablingService.cxx: correction from P.Perrodo for the
703           on-off mapping in the barrel end
704 
705 2004-03-03  G.Unal <unal@in2p3.fr>
706        * use more directly offline helper in isOnlineConnected
707 
708 2004-02-28  G.Unal <unal@in2p3.fr>
709        * correct logic of isOnlineConnected in Cabling Service
710        * tag LArTools-00-00-16
711 
712 2004-02-27  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
713 
714         * tagging LArTools-00-00-15
715         * src/LArCablingService.cxx (cnvToIdentifier): enforced exception protection
716         to run with H6 xml file without crashing.
717 
718 2004-02-26  Arnaud Lucotte  <lucotte@lpsc.in2p3.fr>
719 
720         * tagging LArTools-00-00-14
721         * src/LArCalingService.cxx: included the method isOnlineConnected for 
722         OnlineID.
723         
724 2004-02-24  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
725 
726         * tagging LArTools-00-00-13
727         * src/LArCablingService.cxx: now use both CaloIdentifier/LArID_Exception
728         and LArIdentifier/LArOnlID_Exception
729 
730 2004-02-21  claire.bourdarios@cern.ch
731 
732         * tagging LArTools-00-00-12
733         * take LArID_Exception.h from CaloIdentifier
734         
735 2004-02-20  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
736 
737         * tagging LArTools-00-00-11
738         * src/LArCablingService.cxx: more bug fixes in disconnected channels mapping
739         
740 2004-02-19  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
741 
742         * tagging LArTools-00-00-10
743         * src/LArCablingService.cxx: bug fixes in disconnected channels mapping
744         * cmt/requirements: added apply_pattern declare_joboptions
745 
746 2004-02-18  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
747 
748         * tagging LArTools-00-00-09
749         * src/LArCablingService.cxx: online-offline mapped disconnected channel
750 
751 2004-02-18 Hong ma <hma@bnl.gov>
752         * bug fix in LArFebRodIdMap,
753 
754 2004-02-16 Hong ma <hma@bnl.gov>
755         * add LArCablingService::initFebRodMapFromDB 
756 
757 2004-02-13  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
758 
759         * tagging LArTools-00-00-06
760         * cmt/requirements: add 2 uses missing (as found by checkreq)
761 
762 2004-02-09  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
763 
764         * tagging LArTools-00-00-04
765         * share/LArTools_jobOptions.txt, LArTools_jobOptions.py: new files
766 
767 2004-02-06  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
768 
769         * tagging LArTools-00-00-03
770         * removed implementations of LArSignalChannelID and LArFEB_ID
771         * replaced them by LArOnlineID in LArCablingService
772 
773 2004-02-05  Fabienne Ledroit  <ledroit@lpsc.in2p3.fr>
774 
775         * tagging LArTools-00-00-02
776         * full CablingService moved in
777 

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!