ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc
Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Jan 23 16:07:08 2007 UTC (18 years, 3 months ago) by fronga
Branch: MAIN
CVS Tags: CMSSW_1_3_0, CMSSW_1_3_0_SLC4_pre2, CMSSW_1_3_0_pre2, CMSSW_1_3_0_pre3, CMSSW_1_3_0_pre4, CMSSW_1_3_0_pre5, CMSSW_1_3_0_pre6, CMSSW_1_3_0_pre7, CMSSW_1_3_1, CMSSW_1_3_1_HLT3, CMSSW_1_3_1_HLT4, CMSSW_1_3_1_HLT5, CMSSW_1_3_1_HLT6, CMSSW_1_3_2, CMSSW_1_3_3, CMSSW_1_3_4, CMSSW_1_3_5, CMSSW_1_3_6, V01-01-00, V01-01-01, V01-01-02, V01-01-03
Changes since 1.12: +49 -31 lines
Diff to previous 1.12
Added functionalities for alignment of muon devices (plus some clean-up).

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Nov 30 10:08:26 2006 UTC (18 years, 5 months ago) by flucke
Branch: MAIN
CVS Tags: CMSSW_1_3_0_SLC4_pre1, CMSSW_1_3_0_pre1, V00-08-00, V00-08-01, V01-00-00
Changes since 1.11: +45 -5 lines
Diff to previous 1.11
Adjust to the new storage of vector<char> instead of vector<bool> in
AlignmentParameterSelector.
The character '0' is is interpreted as false (de-select parameter), all other
characters select the correspondong parameter (true).
In case any other character than '0' or '1' is found, the vector<char> is
attached as user variable (new class SelectionUserVariables) to the
AlignmentParameters for furterh interpretation in the algorithms.

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Nov 8 16:36:22 2006 UTC (18 years, 5 months ago) by fronga
Branch: MAIN
CVS Tags: CMSSW_1_2_0, CMSSW_1_2_0_4821, CMSSW_1_2_0_SL4, CMSSW_1_2_0_g4_81, CMSSW_1_2_0_g4_82, CMSSW_1_2_0_g4_82p01, CMSSW_1_2_0_pre5, CMSSW_1_2_0_pre6, CMSSW_1_2_0_pre8, CMSSW_1_2_0_pre8_g4_81, CMSSW_1_2_0_pre9, CMSSW_1_2_1, CMSSW_1_2_2, CMSSW_1_2_3, CMSSW_1_2_4, CMSSW_1_2_5, CMSSW_1_2_6, V00-07-01, V00-07-02, V00-07-03
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Use shorter names in parameter set

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Nov 7 17:48:25 2006 UTC (18 years, 5 months ago) by flucke
Branch: MAIN
CVS Tags: V00-07-00
Changes since 1.9: +5 -6 lines
Diff to previous 1.9
reduce severity level of many messages

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Nov 7 10:22:56 2006 UTC (18 years, 5 months ago) by flucke
Branch: MAIN
Changes since 1.8: +44 -154 lines
Diff to previous 1.8
Completely decouple selection of Alignables AND their active parameters
from building the requested  AlignmentParameters by:
- replacing  AlignableSelector by AlignmentParameterSelector
- moving decoding of selection of active parameters from
  AlignmentParameterBuilder to AlignmentParameterSelector

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Nov 3 16:28:55 2006 UTC (18 years, 6 months ago) by flucke
Branch: MAIN
Changes since 1.7: +125 -413 lines
Diff to previous 1.7
- moving selection of Alignable into new class AlignableSelector
- changing level of messages: wrong config always gives an exception,
  info instead of warning if it is just information...
- little clean up

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Nov 3 13:46:40 2006 UTC (18 years, 6 months ago) by flucke
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
deselect layer selection after using it for PixelHalfBarrelLaddersLayers12

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Nov 3 11:00:55 2006 UTC (18 years, 6 months ago) by fpschill
Branch: MAIN
CVS Tags: V00-06-00
Changes since 1.5: +40 -4 lines
Diff to previous 1.5
various fixes imported from csa06 version

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Oct 20 13:24:55 2006 UTC (18 years, 6 months ago) by flucke
Branch: MAIN
CVS Tags: CMSSW_1_2_0_pre3, CMSSW_1_2_0_pre4, V00-04-00, V00-05-00
Changes since 1.4: +124 -25 lines
Diff to previous 1.4
- add new selection BarrelSSRod
- enable sequential selection of several sets via an edm::ParameterSet
- exception instead of error in case of unknown selection
- some indentation (no tabs in code!)

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Oct 17 16:03:09 2006 UTC (18 years, 6 months ago) by flucke
Branch: MAIN
CVS Tags: V00-03-00
Changes since 1.3: +10 -11 lines
Diff to previous 1.3
arguments by const reference

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Aug 14 11:18:28 2006 UTC (18 years, 8 months ago) by fpschill
Branch: MAIN
CVS Tags: CMSSW_1_0_0, CMSSW_1_0_0_g4_81, CMSSW_1_0_0_pre2, CMSSW_1_0_0_pre3, CMSSW_1_0_0_pre4, CMSSW_1_0_0_pre5, CMSSW_1_0_1, CMSSW_1_0_2, CMSSW_1_0_3, CMSSW_1_0_4, CMSSW_1_0_5, CMSSW_1_0_6, CMSSW_1_1_0, CMSSW_1_1_0_pre1, CMSSW_1_1_0_pre2, CMSSW_1_1_0_pre3, CMSSW_1_1_0_pre4, CMSSW_1_1_1, CMSSW_1_1_2, CMSSW_1_2_0_pre1, CMSSW_1_2_0_pre2, CMSSW_1_2_0_pre7, V00-02-00
Changes since 1.2: +16 -18 lines
Diff to previous 1.2
move producer/track selector stuff to CommonAlignmentProducer

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Aug 10 13:51:09 2006 UTC (18 years, 8 months ago) by fronga
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fixed DetId <-> Alignable map.

Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Aug 4 16:15:14 2006 UTC (18 years, 9 months ago) by fronga
Branch: MAIN
CVS Tags: CMSSW_1_0_0_pre1, V00-01-00
First version with EDLooper interface, and running in latest release.

Convenience Links

Links to HEAD: (view) (annotate) Links to cklae_20070314: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a