-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathChangeLog
733 lines (504 loc) · 24.6 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
2010-04-18 Tom McCauley <[email protected]>
* ISpyEventFeatures: added for 7 TeV event (but just added now to ChangeLog)
* ISpyEBDigi, ISpyEEDigi: added (was pending for a while)
* ispy_EcalDigis_cfg.py: added
2010-03-15 Ianna Osborne <[email protected]>
* ISpyEvent.cc: Introduce local time. Evolve schema.
* BuildFile: Remove spurious dependencies.
* python/ispy_35X_cfg.py: Update configuration for the release.
2010-03-09 Tom McCauley <[email protected]>
* ISpyPFRecTrack.cc, ISpyGsfPFRecTrack.cc: fix cast problem
2010-03-08 Tom McCauley <[email protected]>
* BuildFile: remove spurious dependencies
2010-03-05 Tom McCauley <[email protected]>
* ISpyVertex.cc: change "position" to "pos" (to conform to what is used in drawing code)
2010-02-26 Tom McCauley <[email protected]>
* ISpyVertex: add
* ISpyCaloTower.cc: add more info and evolve schema, get rid of pos (not filled or used)
* ispy_35X_cfg.py: create ig files by default
* ISpy_Producer_cff.py: add vertices to sequence
* ispy_36_cfg.py: add
* ispy_SelectCollisions09_cfg.py: add
2010-02-16 Ianna Osborne <[email protected]>
* ISpyService.cc: Reorganize the logic to make sure that an
archive doesn't get closed on timeout if we do not produce the ig
files.
2010-02-11 Ianna Osborne <[email protected]>
* ISpyMuon.h, ISpyTrackRefitter.h, ISpyBasicCluster.cc,
ISpyCaloCluster.cc, ISpyElectron.cc, ISpyGsfElectron.cc,
ISpyGsfPFRecTrack.cc, ISpyGsfTrack.cc, ISpyMuon.cc,
ISpyPATElectron.cc, ISpyPATMuon.cc, ISpyPFCluster.cc,
ISpyPFRecTrack.cc, ISpyPreshowerCluster.cc, ISpySuperCluster.cc,
ISpyTrack.cc, ISpyTrackRefitter.cc, ISpyTrackingParticle.cc:
Migrate to a new IgAssociations API.
2010-01-28 Ianna Osborne <[email protected]>
* ISpyService.h, ISpyService.cc: Add a flag to disable ig file production.
* python/ispy_35X_cfg.py: Add a new flag for testing.
2010-01-12 Tom McCauley <[email protected]>
* ISpy_Producer_cff.py: add CaloMET, CaloTau, PFJet, PFMET, PFTau to sequence
* ISpyCaloTau, ISpyPFTau: add
* ispy_35_cfg.py: add
2010-01-07 Tom McCauley <[email protected]>
* ISpyPFJet: add
2010-01-06 Tom McCauley <[email protected]>
* ISpyPFMET, ISpyCaloMET: add
2010-01-06 Tom McCauley <[email protected]>
* ISpyCSCSegment.cc: constrain segment to chamber
* MakeISpyAnalyzer.py: update to use config for error
2009-12-22 Ianna Osborne <[email protected]>
* ISpyMET.cc: Migtrated to a new MET data format.
2009-12-08 Ianna Osborne <[email protected]>
* ISpyEventSetup.cc: Separate the tracker and RPC geometry to
barrel detectors and encaps.
2009-12-08 Tom McCauley <[email protected]>
* ISpyPATMET, ISpyPATJet: add
2009-12-08 Tom McCauley <[email protected]>
* ISpyCSCRecHit2D.cc: add time and evolve schema
2009-12-08 Tom McCauley <[email protected]>
* ISpyTrackingRecHit.*: change to VInputTag
* ISpyTrack.cc, ISpyHBRecHit.cc, ISpyHERecHit.cc, ISpyHORecHit.cc, ISpyHFRecHit.cc, ISpyEBRecHit.cc, ISpyEERecHit.cc, ISpyESRecHit.cc:
evolve schema to V2
* ispy_*.py: change to iSpyTrackingRecHitTags where appropriate
2009-12-08 Ianna Osborne <[email protected]>
* ISpyService.h, ISpyService.cc: Provide error reporting
function.
* ISpyMuon.h, ISpyPATMuon.h, ISpyBasicCluster.cc,
ISpyCSCRecHit2D.cc, ISpyCSCSegment.cc, ISpyCSCStripDigi.cc,
ISpyCSCWireDigi.cc, ISpyCaloCluster.cc, ISpyCaloHit.cc,
ISpyCaloTower.cc, ISpyDTDigi.cc, ISpyDTRecHit.cc,
ISpyDTRecSegment4D.cc, ISpyEBRecHit.cc, ISpyEERecHit.cc,
ISpyESRecHit.cc, ISpyEcalRecHit.cc, ISpyElectron.cc, ISpyEvent.cc,
ISpyGsfElectron.cc, ISpyGsfPFRecTrack.cc, ISpyGsfTrack.cc,
ISpyHBRecHit.cc, ISpyHERecHit.cc, ISpyHFRecHit.cc,
ISpyHORecHit.cc, ISpyJet.cc, ISpyL1GlobalTriggerReadoutRecord.cc,
ISpyMET.cc, ISpyMuon.cc, ISpyPATElectron.cc, ISpyPATMuon.cc,
ISpyPATPhoton.cc, ISpyPFCluster.cc, ISpyPFRecHit.cc,
ISpyPFRecTrack.cc, ISpyPhoton.cc, ISpyPixelDigi.cc,
ISpyPreshowerCluster.cc, ISpyRPCRecHit.cc, ISpyService.cc,
ISpySiPixelCluster.cc, ISpySiPixelRecHit.cc,
ISpySiStripCluster.cc, ISpySiStripDigi.cc, ISpySimTrack.cc,
ISpySuperCluster.cc, ISpyTrack.cc, ISpyTrackingParticle.cc,
ISpyTrackingRecHit.cc, ISpyTriggerEvent.cc: Use error reporting
from the service.
2009-12-04 Tom McCauley <[email protected]>
* ISpyRPCRecHit.cc, ISpyCSCRecHit2D.cc: add missing sqrt
2009-12-03 Ianna Osborne <[email protected]>
* ISpyTrack.cc: Add chi2 and the number of degrees of freedom.
2009-12-02 Ianna Osborne <[email protected]>
* ispy_33X_COW_online_server_cfg.py: Online configuration to run
of COW.
2009-12-02 Tom McCauley <[email protected]>
* ISpyTriggerEvent.cc: add fix to handling of process name
in input tags (thanks to J. Tucker)
2009-12-01 Ianna Osborne <[email protected]>
* ispy_33X_online_cfg.py: Online example.
* ISpy_Online_Producer_cff.py: Configuration for online.
2009-11-30 Ianna Osborne <[email protected]>
* ISpyHBRecHit.cc, ISpyHERecHit.cc, ISpyHORecHit.cc,
ISpyHFRecHit.cc: Add time information to the collection.
2009-11-27 Tom McCauley <[email protected]>
* ispy_Collisions09_cfg.py: fix file name
2009-11-25 Ianna Osborne <[email protected]>
* python/iSpy_Producer_cff.py: Full iSpy sequence. Examples
updated to use it.
* ISpyEBRecHit.cc, ISpyEERecHit.cc, ISpyESRecHit.cc: Add time
information to the collection.
2009-11-20 Tom McCauley <[email protected]>
* ISpyCSCSegment.cc: quick fix of x,y,z position for splash display
2009-11-19 Ianna Osborne <[email protected]>
* ISpyTriggerEvent.h, ISpyTriggerEvent.cc: Move
(re-)initialization to beginRun as the HLT config may change from
run to run (at most).
2009-11-18 Ianna Osborne <[email protected]>
* ISpyTriggerEvent.cc: Always create an HLT trigger
collection. Even an empty one. It is needed to correctly filter
events on the client side.
* BuildFile: Link DataFormats/RPCRecHit to avoid problems with
data dictionary.
* ispy_BeamSplash_server_cfg.py, ispy_33X_server_cfg.py,
ispy_33X_proxy_server_cfg.py: More examples on how to use iSpy
producers.
2009-11-17 Ianna Osborne <[email protected]>
* ISpyService.h, ISpyService.cc: Allow closing of ig files by
elapsed time.
2009-11-12 Ianna Osborne <[email protected]>
* python/ispy_33X_cfg.py: Update to use data from a CMSSW_3_3_2
release.
2009-11-05 Ianna Osborne <[email protected]>
* ISpyL1GlobalTriggerReadoutRecord.cc: Add technical trigger
word.
2009-11-04 Tom McCauley <[email protected]>
* ISpyMuon.cc, ISpyPATMuon.cc: fix cast problem w/charge
2009-10-09 Tom McCauley <[email protected]>
* VisTriggerEvent.cc: add more information and
fix iteration over trigger objects
2009-10-07 Tom McCauley <[email protected]>
* VisSuperCluster: add rec hit fractions
* VisCaloCluster: add (to replace VisBasicCluster)
* VisPreshowerCluster: add
* VisE*RecHit: add writing to Products_V1
2009-10-06 Ianna Osborne <[email protected]>
* *.h, *.cc, BuildFile, MakeVisAnalyzer.py: Migrated from
VisReco/Analyzer. Paths updated. Systematically removed Iguana,
not to confuse both packages. Vis* renamed to ISpy*.
* python/ISpy*.py: Former Vis*.py renamed.
* ISpyService.h, ISpyService.cc: Former IguanaService.h,
IguanaService.cc renamed. All related classes updated.
* ISpyNetProducer.h: Former IguanaNetProducer.h renamed.
* .admin/developers: Migrated from VisReco/Analyzer.
2009-10-05 Tom McCauley <[email protected]>
* VisSuperCluster: add
2009-10-01 Tom McCauley <[email protected]>
* ispy_33X_cfg.py: add
2009-10-01 Tom McCauley <[email protected]>
* VisPhoton, VisPATPhoton, VisElectron, VisGsfElectron: add
* Vis*Track*, Vis*Electron, Vis*Muon: fix charge type from double to int
2009-09-28 Tom McCauley <[email protected]>
* MakeVisAnalyzer.py: new IgCollection include path
* VisPATMuon: add
2009-09-27 Tom McCauley <[email protected]>
* VisTrackRefitter: add for use in VisMuon, etc.
* VisMuon: use above
* *.h, *.cc: clean up error messages to indicate actual error
* MakeVisAnalyzer.py: modify to reflect changes above
2009-09-24 Tom McCauley <[email protected]>
* VisPATElectron: add
* BuildFile: add support for PAT
* VisGsfTrack: clean up of static_casts
2009-09-24 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Add a buffer to keep track of
objects.
* VisCSCRecHit2D.h: Clean up a compilation warning.
* IguanaService.h, IguanaService.cc: Remove dequeue.
2009-09-22 Tom McCauley <[email protected]>
* VisCSCRecHit2D: add
* ispy_CRAFT09_cfg.py: add support for above
2009-09-21 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Delay creation of a
file/on-line object until it's known that the filters passed to
allow proper filtering.
* ispy_CRAFT09_cfg.py: Add a CSC filter as an example.
* *.h, *.cc: Clean-up and migration to a new package
ISpy/Services.
2009-09-09 Tom McCauley <[email protected]>
* VisMuon.cc: catch exception and make V2 of stand-alone muon collection
* ispy_3XX_cfg.py: add
2009-09-04 Tom McCauley <[email protected]>
* VisRotation.cc: make sure axis is normalized
2009-09-03 Tom McCauley <[email protected]>
* ispy_CRAFT09_cfg.py: add example of prompt reco
2009-09-01 Tom McCauley <[email protected]>
* CRUZET_cfg.py, MWGR_cfg.py: rm
* ispy_CRUZET_cfg.py, ispy_MWGR_cfg.py: add to conform to convention
* ispy_CRAFT09_cfg.py: add
* VisBasicCluster.cc: change CaloHit to RecHitFraction to avoid confusion and
to better conform with API
2009-08-28 Tom McCauley <[email protected]>
* CRUZET_run106019_cfg.py, run106019ev6786592_cfg.py: rm
* CRUZET_cfg.py, MWGR_cfg.py: add
2009-08-26 Tom McCauley <[email protected]>
* VisPFCluster, VisPFRecHit: make separate collections for EB, EE
* VisGsfPFRecTrack: add
2009-08-25 Tom McCauley <[email protected]>
* VisPFRecTrack: add more items to the collection
* VisTrack: rm spurious static_casts and normalize dir
2009-08-25 Tom McCauley <[email protected]>
* VisPFCluster, VisPFRecHit, VisPFRecTrack: improve analyzers and
set input tags in python files
* VisTrackingParticle: add position of parent vertex to collection
2009-08-20 Tom McCauley <[email protected]>
* VisTriggerEvent: catch errors in trigger and write error message
2009-08-18 Tom McCauley <[email protected]>
* VisMuon: create 3 separate collections for
tracker, global, and stand-alone muons
2009-08-17 Ianna Osborne <[email protected]>
* VisL1GlobalTriggerReadoutRecord.cc: Store all triggers.
2009-08-11 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Produce IgNet::Objects for
online.
* VisTrack_cfi.py: Update to use a vector of InputTags.
* ispy_31X_server_cfg.py: Update accordingly.
2009-07-27 Ianna Osborne <[email protected]>
* VisCSCWireDigi_cfi.py, VisCSCStripDigi_cfi.py: Correct the
label.
* IguanaService.h: Fix indentation.
* IguanaService.cc: Remove second flush.
2009-07-26 Ianna Osborne <[email protected]>
* VisTrack.h, VisTrack.cc: Add multiple collections.
* VisEventSetup.cc: Move geometries to background. Do not produce
preshower in 3D - too expensive.
2009-07-22 Ianna Osborne <[email protected]>
* VisEventSetup.cc: Separate geometries by views.
* *.py: Update for CRAFT.
2009-07-16 Tom McCauley <[email protected]>
* VisCaloHit: add
2009-07-16 Tom McCauley <[email protected]>
* VisTriggerEvent: modify HLT handling
2009-07-13 Tom McCauley <[email protected]>
* VisEBRecHit, VisEERecHit, VisESRecHit: add
2009-07-07 Tom McCauley <[email protected]>
* VisGsfTrack: add
2009-07-03 Tom McCauley <[email protected]>
* VisCSCWireDigi, VisCSCStripDigi: add
2009-07-02 Tom McCauley <[email protected]>
* ispy_31X_cfg.py: update global tag and source file for pre11
2009-06-26 Tom McCauley <[email protected]>
* VisTrackingParticle: add
* ispy_31X_cfg.py: update PoolSource and add TrackingParticle
2009-06-19 Tom McCauley <[email protected]>
* VisRotation: add
* VisDTRecHit, VisDTDigi: rm Sb dependency
2009-06-17 Ianna Osborne <[email protected]>
* IguanaService.cc: Fix indentation.
* ispy_31X_server_cfg.py: New configuration for starting a
server.
* IguanaService.h, IguanaService.cc: Streamline file names. Add
run number and file counter for both online and offline. Use best
level of compression.
* IguanaNetProducer.h: Removed unused function.
2009-06-16 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Add a run number in a file
name for online. Fix hanging server for online. Write in a tmp
file, rename it after it is closed.
2009-06-12 Tom McCauley <[email protected]>
* VisL1GlobalTriggerReadoutRecord.cc: write out collection
* ispy_22X_craft_cfg.py: rm
2009-06-12 Ianna Osborne <[email protected]>
* BuildFile: Remove outdated tool.
2009-06-09 Tom McCauley <[email protected]>
* ispy_31X_cfg.py: update for pre9
* VisL1GlobalTriggerReadoutRecord: add
* BuildFile: modify for above
2009-06-05 Tom McCauley <[email protected]>
* VisTriggerEvent.cc, VisTriggerEvent.h, VisTriggerEvent_cfi.py: add
2009-06-03 Tom McCauley <[email protected]>
* VisEvent.cc: fix date/time
* VisSimTrack.cc: write out hits and vertices w/o associations to tracks
2009-05-29 Tom McCauley <[email protected]>
* add iSpy_cff.py
* ispy_31X_cfg.py: use new iSpy cff
2009-05-28 Tom McCauley <[email protected]>
* VisSimTrack.cc: add check on detid
2009-05-26 Tom McCauley <[email protected]>
* MakeVisAnalyzer.py: add script to generate template analyzer code
2009-05-21 Tom McCauley <[email protected]>
* *.cc: clean up and add Product collection
2009-05-19 Tom McCauley <[email protected]>
* VisEBRecHit*, VisEERecHit*: rm
* VisSiStripDigi.cc: add strip and adc info
2009-05-18 Tom McCauley <[email protected]>
* VisSimTrack.cc, VisSimTrack.h, VisSimTrack_cfi.py: add
2009-05-15 Tom McCauley <[email protected]>
* ispy_2XX_*.py: rm a bit of cruft
2009-05-14 Tom McCauley <[email protected]>
* iggi_2XX_*_cfg.py: rm
* ispy_2XX_*_cfg.py: add
2009-05-14 Tom McCauley <[email protected]>
* iggi_31X_cfg.py: rm
* ispy_31X_cfg.py: add
* VisPixelDigi.cc: fix to use DetSetVector (WTF?)
2009-05-13 Tom McCauley <[email protected]>
* VisRPCRechit.cc: add detid and other distinguishing info
2009-05-11 Tom McCauley <[email protected]>
* VisDTDigi.cc, VisDTRecHit.cc: add sufficient information for drawing a la "classic"
2009-05-01 Tom McCauley <[email protected]>
* iggi_*_cgf.py: no need to specify InputTag; defaults added in cfi
* VisEcalRecHit_cfi.py: added default VInputTag for EB, EE
* VisEcalRecHit.cc, VisEcalRecHit.h: added support for a vector of InputTag
2009-04-30 Luis Lopera <[email protected]>
* python/iggi_2XX_playback_cfg.py: Adjusted Event source.
* python/iggi_2XX_online_cfg.py: Adjusted Event source and output files save
directory.
2009-04-29 Luis Lopera <[email protected]>
* python/iggi_2XX_playback_cfg.py: Added to repository, Configuration file for
online playback 2XX releases.
2009-04-28 Luis Lopera <[email protected]>
* python/iggi_2XX_online_cfg.py: Added to repository, Configuration file for
online 2XX releases.
2009-04-28 Ianna Osborne <[email protected]>
* .admin/developers: Added a new developer.
2009-04-28 Tom McCauley <[email protected]>
* added: VisDTDigi, VisDTRecHit, VisEERecHit, VisEERecHit
* VisDTRecSegement4D.cc: added more data
* VisPixelDigi.cc: added more data
2009-04-24 Ianna Osborne <[email protected]>
* IguanaService.cc: Check archive size before attempting to close
it.
* python/iggi_31X_cfg.py: Configuration file for 31X releases.
* python/iggi_2XX_cfg.py: Configuration file for 2XX releases.
* python/iggi_cfg.py: Removed.
* IguanaService.h, IguanaService.cc: Problem with an empty
archive closure fixed.
* VisBasicCluster.cc: Added a missed definition of idetid.
2009-04-23 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Cutting one run on multiple
ig files.
2009-04-01 Ianna Osborne <[email protected]>
* Back-port to 2_2_X.
2009-03-18 Ianna Osborne <[email protected]>
* VisSiPixelCluster.cc: Change the name of collection for
consistency.
* VisCaloTower.cc: Remove association with corners. Keep them in
the collection.
2009-03-09 Ianna Osborne <[email protected]>
* VisH*RecHit.cc, VisEcalRecHit.cc: Added geometrical shape.
* VisEventSetup.cc: Corrected the corners order.
* IguanaService.h, IguanaService.cc: Produce online events via
IgNet. Periodically flash the files based on an event counter.
* IguanaNetProducer.h: Rename the source.
2009-02-27 Ianna Osborne <[email protected]>
* IguanaNetProducer.h: New class to define Iguana producer.
* VisBasicCluster.h, VisBasicCluster.cc: Update interface for 3_1_X.
* IguanaService.h, IguanaService.cc: Add network layer.
* VisTrackingRecHit.h, VisTrackingRecHit.cc: Use external utility
function to calculate global position.
* python/iggi_cfg.py: Add new parameters for the network layer.
* VisCSCSegment.cc, VisDTRecSegment4D.cc, VisEventSetup.cc,
VisMuon.cc, VisPixelDigi.cc, VisSiPixelCluster.cc,
VisSiPixelRecHit.cc, VisSiStripCluster.cc, VisSiStripDigi.cc,
VisTrack.cc: Remove internal shape definition.
2009-02-26 Ianna Osborne <[email protected]>
* IguanaService.cc: Remove spaces from the file names.
* VisEventSetup.h, VisEventSetup.cc: Add helper functions to
convert HCAL detid to a string. Use more efficient properties. Add
shape description. Split collections. Check Muon geometry changes
once for all Muon sub-detectors.
* VisBasicCluster.cc: Add an error message.
* VisCSCSegment.cc, VisDTRecSegment4D.cc, VisPixelDigi.cc,
VisSiPixelCluster.cc, VisSiPixelRecHit.cc, VisSiStripCluster.cc,
VisSiStripDigi.cc, VisTrack.cc, VisTrackingRecHit.cc: Use more
efficient properties. Add shape description.
* VisCaloTower.cc, VisEcalRecHit.cc, VisEvent.cc, VisHBRecHit.cc,
VisHERecHit.cc, VisHORecHit.cc, VisHFRecHit.cc, VisJet.cc,
VisMET.cc: Use properties rather then strings.
2009-02-11 Ianna Osborne <[email protected]>
* .admin/developers: Added a developer.
2009-02-10 Ianna Osborne <[email protected]>
* BuildFile: Added missing dependency.
2009-02-09 Ianna Osborne <[email protected]>
* VisEcalRecHit.cc: Replace obsolete include with a correct
location of IguanaService.
2009-02-06 Ianna Osborne <[email protected]>
* BuildFile: Clean up dependencies.
* python/iggi_cfg.py: Include all analyzers.
* VisCSCSegment_cfi.py, VisCaloTower_cfi.py,
VisDTRecSegment4D_cfi.py, VisJet_cfi.py, VisMET_cfi.py,
VisPFCluster_cfi.py, VisPixelDigi_cfi.py,
VisSiPixelCluster_cfi.py, VisSiPixelRecHit_cfi.py,
VisSiStripCluster_cfi.py, VisSiStripDigi_cfi.py, VisTrack_cfi.py:
Modified to use InputTag rather then VisEventSelector to break up
the dependency on VisFramework.
* VisEcalRecHit_cfi.py, VisHBRecHit_cfi.py, VisHERecHit_cfi.py,
VisHFRecHit_cfi.py, VisHORecHit_cfi.py, VisMuon_cfi.py,
VisRPCRecHit_cfi.py, VisTrackingRecHit_cfi.py: Configurations for
newly added analyzers.
* VisBasicCluster.h, VisBasicCluster.cc, VisCSCSegment.h,
VisCSCSegment.cc, VisCaloTower.h, VisCaloTower.cc,
VisDTRecSegment4D.h, VisDTRecSegment4D.cc, VisEcalRecHit.h,
VisEcalRecHit.cc, VisHBRecHit.h, VisHBRecHit.cc, VisHERecHit.h,
VisHERecHit.cc, VisHFRecHit.h, VisHFRecHit.cc, VisHORecHit.h,
VisHORecHit.cc, VisJet.h, VisJet.cc, VisMET.h, VisMET.cc,
VisMuon.h, VisMuon.cc, VisPFCluster.h, VisPFCluster.cc,
VisPixelDigi.h, VisPixelDigi.cc, VisRPCRecHit.h, VisRPCRecHit.cc,
VisSiPixelCluster.h, VisSiPixelCluster.cc, VisSiPixelRecHit.h,
VisSiPixelRecHit.cc, VisSiStripCluster.h, VisSiStripCluster.cc,
VisSiStripDigi.h, VisSiStripDigi.cc, VisTrack.h, VisTrack.cc,
VisTrackingRecHit.h, VisTrackingRecHit.cc: Use InputTag rather
then VisEventSelector. Use migrated to this package Iguana
service. Replace QString use with std::string to break up
dependencies on Qt and VisFramework.
* IguanaService.h, IguanaService.cc: Migrated here from
VisFramework/VisFrameworkBase to break the dependencies on Qt.
* debug.h: Log symbol used by Iguana service.
2009-01-30 Ianna Osborne <[email protected]>
* BuildFile: Remove GLBrowsers dependency.
* BuildFile, *.cc: Remove qt and OpenInventor dependency.
* VisBasicCluster.h, VisEcalRecHit.h, VisEcalRecHit.cc,
VisHBRecHit.h, VisHBRecHit.cc, VisHERecHit.h, VisHERecHit.cc,
VisHFRecHit.h, VisHFRecHit.cc, VisHORecHit.h, VisHORecHit.cc,
VisMuon.h, VisRPCRecHit.h, VisRPCRecHit.cc,VisTrackingRecHit.h,
VisTrackingRecHit.cc: New analyzers for iguana.
2009-01-28 Ianna Osborne <[email protected]>
* python/VisEventSetup_cfi.py: Geometry configuration.
* VisEventSetup.h, VisEventSetup.cc: Add implementation.
* python/iggi_cfg.py: Add a new parameter.
2008-12-12 Ianna Osborne <[email protected]>
* VisDTRecSegment4D.cc, VisEvent.cc, VisCSCSegment.cc,
VisPFCluster.cc, VisSiPixelCluster.cc, VisSiStripDigi.cc,
VisTrack.cc, VisEvent.cc: Replace forward slash with underscore.
* VisCaloTower.cc: Add more properties, replace forward slash with
underscore.
* VisLocalPosition.cc: Cleanup.
* VisMET.cc, VisJet.cc, VisPixelDigi.cc, VisSiPixelRecHit.cc,
VisSiStripCluster.cc: Replace forward slash with underscore, cast
to an appropriate type.
2008-11-26 Ianna Osborne <[email protected]>
* VisSiPixelRecHit.cc: Update for 3_0_X integration build. Sync
with changes in the collection of global tracker rechits.
2008-11-21 Ianna Osborne <[email protected]>
* *: Commit to the CMSSW repository.
* VisSiPixelRecHit.cc: Check existence of the local position.
* python/iggi_cfg.py: Latest configuration.
2008-11-20 Ianna Osborne <[email protected]>
* VisLocalPosition.h, VisLocalPosition.cc: New class to
facilitate retrieval of a local position which is transient in
some cases.
* VisTrack.h, VisTrack.cc: Use storage from IguanaService. Use the
above class to calculate the local positions.
* VisCSCSegment.cc, VisCaloTower.cc, VisDTRecSegment4D.cc,
VisJet.cc, VisMET.cc, VisPFCluster.cc, VisPixelDigi.cc,
VisSiPixelCluster.cc, VisSiPixelRecHit.cc, VisSiStripCluster.cc,
VisSiStripDigi.cc: Use storage from IguanaService.
* VisDTRecSegment4D_cfi.py, VisMET_cfi.py, VisPFCluster_cfi.py,
VisPixelDigi_cfi.py, VisSiPixelCluster_cfi.py,
VisSiPixelRecHit_cfi.py, VisSiStripCluster_cfi.py,
VisSiStripDigi_cfi.py: Python configuration fragments for
analyzers.
2008-11-18 Ianna Osborne <[email protected]>
* *.h, *.cc: Updated for migration to CMSSW_2_1_10.
2008-07-25 Ianna Osborne <[email protected]>
* BuildFile: Add PF data formats library.
* IgCollection.h, IgCollection.cc: Separation of declaration and
definition from Giulio.
* VisTrack.cc: Hit collection updated to include directions.
2008-07-24 Ianna Osborne <[email protected]>
* VisTrack.cc: Collection of Tracks contains associations to Track
extras and hits. Unnecessary ID removed.
2008-07-23 Ianna Osborne <[email protected]>
* VisTrack.cc: Add a detailed hits name.
* VisTrack.cc: Added rec hits and their associations with the
Tracks.
2008-07-22 Ianna Osborne <[email protected]>
* VisTrack.cc: Adapt to the new ig file format.
* IguanaService.cc: Adapt to the new ig file format.
* data/iggi.cfg: Test configuration to produce Tracks in new
format.
* IgCollection.h: Giulio's file.
2008-06-24 Ianna Osborne <[email protected]>
* data/iguana.cfg: Test configuration to produce all available
data types.
* VisCSCSegment.h, VisCSCSegment.cc: Display CSC track segments.
* VisDTRecSegment4D.h, VisDTRecSegment4D.cc: Display DT track
segments.
* VisPixelDigi.h, VisPixelDigi.cc: Display Pixel digis.
* VisSiPixelCluster.h, VisSiPixelCluster.cc: Display Pixel
clusters.
* VisSiPixelRecHit.h, VisSiPixelRecHit.cc: Display Pixel rechits.
* VisSiStripCluster.h, VisSiStripCluster.cc: Display SiStrip
clusters.
* VisSiStripDigi.h, VisSiStripDigi.cc: Display SiStrip digis.
* BuildFile: Add dependencies on the above data types.
* VisJet.cc, VisTrack.cc: Migrate to CMSSW_2_1_X series.
2008-04-16 Ianna Osborne <[email protected]>
* VisJet.h, VisJet.cc: Use CaloTowers and an energy cut.
* VisMET.h, VisMET.cc: Display MET.
* VisCaloTowers.cc: Tag CaloTowers with raw detid.
2008-04-15 Ianna Osborne <[email protected]>
* IguanaService.h, IguanaService.cc: Iguana service to configure
output.
* VisCaloTower.h, VisCaloTower.cc: CaloTower analyzer.
* VisJet.h, VisJet.cc: CaloJet analyzer.
* VisTrack.h, VisTrack.cc: Track analyzer.
* BuildFile: Include dependencies.
* plugins/BuildFile, plugins/Module.cc: Define Iguana service.
* Iguana analyzers.