diff --git a/Alignment/CommonAlignment/interface/AlignSetup.h b/Alignment/CommonAlignment/interface/AlignSetup.h index 3ec2cff7ade8c..6b4168df3639c 100644 --- a/Alignment/CommonAlignment/interface/AlignSetup.h +++ b/Alignment/CommonAlignment/interface/AlignSetup.h @@ -11,8 +11,8 @@ * It returns 0 if the name is not found on get(). * It throws an exception if an object of the same name exists on put(). * - * $Date: 2008/02/15 18:11:45 $ - * $Revision: 1.4 $ + * $Date: 2008/02/12 18:06:49 $ + * $Revision: 1.3 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/AlignTools.h b/Alignment/CommonAlignment/interface/AlignTools.h index 25a7b76080762..0a3a60aec5067 100644 --- a/Alignment/CommonAlignment/interface/AlignTools.h +++ b/Alignment/CommonAlignment/interface/AlignTools.h @@ -5,8 +5,8 @@ * * Tools for comparing alignables * - * $Date: 2009/02/17 13:56:41 $ - * $Revision: 1.6 $ + * $Date: 2008/06/17 12:46:54 $ + * $Revision: 1.5 $ * \author Nhan Tran */ diff --git a/Alignment/CommonAlignment/interface/Alignable.h b/Alignment/CommonAlignment/interface/Alignable.h index 65e665ccc3acd..90eb02a97fa2b 100644 --- a/Alignment/CommonAlignment/interface/Alignable.h +++ b/Alignment/CommonAlignment/interface/Alignable.h @@ -18,9 +18,9 @@ class SurfaceDeformation; * Any Alignable object can be moved and rotated. * Also an alignment uncertainty can be set. * - * $Date: 2012/12/11 19:11:02 $ - * $Revision: 1.37 $ - * (last update by $Author: flucke $) + * $Date: 2011/09/19 11:42:35 $ + * $Revision: 1.36 $ + * (last update by $Author: mussgill $) */ class AlignmentParameters; diff --git a/Alignment/CommonAlignment/interface/AlignableBeamSpot.h b/Alignment/CommonAlignment/interface/AlignableBeamSpot.h index 03bbf2813d8c7..6d2dbfe65616c 100644 --- a/Alignment/CommonAlignment/interface/AlignableBeamSpot.h +++ b/Alignment/CommonAlignment/interface/AlignableBeamSpot.h @@ -7,9 +7,9 @@ * * Original author: Andreas Mussgiller, August 2010 * - * $Date: 2010/10/29 12:16:28 $ - * $Revision: 1.3 $ - * (last update by $Author: mussgill $) + * $Date: 2010/10/26 19:53:53 $ + * $Revision: 1.2 $ + * (last update by $Author: flucke $) */ #include "Alignment/CommonAlignment/interface/Alignable.h" diff --git a/Alignment/CommonAlignment/interface/AlignableBuilder.h b/Alignment/CommonAlignment/interface/AlignableBuilder.h index 1b9736e6fd637..8bacbb8d1e6b6 100644 --- a/Alignment/CommonAlignment/interface/AlignableBuilder.h +++ b/Alignment/CommonAlignment/interface/AlignableBuilder.h @@ -5,8 +5,8 @@ * * A class to build alignable composites. * - * $Date: 2013/01/07 19:28:55 $ - * $Revision: 1.3 $ + * $Date: 2007/10/18 09:41:07 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h b/Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h index aa465a99f63f2..9a92efe7954bd 100644 --- a/Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h +++ b/Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h @@ -16,9 +16,9 @@ * * Original author: Gero Flucke, April 2007 * - * $Date: 2010/09/10 10:29:17 $ - * $Revision: 1.4 $ - * (last update by $Author: mussgill $) + * $Date: 2009/02/28 21:04:59 $ + * $Revision: 1.3 $ + * (last update by $Author: flucke $) */ class Alignable; diff --git a/Alignment/CommonAlignment/interface/AlignableExtras.h b/Alignment/CommonAlignment/interface/AlignableExtras.h index 89167a6b0ea43..8c93624b32868 100644 --- a/Alignment/CommonAlignment/interface/AlignableExtras.h +++ b/Alignment/CommonAlignment/interface/AlignableExtras.h @@ -7,8 +7,8 @@ * * Original author: Andreas Mussgiller, August 2010 * - * $Date: 2010/09/10 10:26:20 $ - * $Revision: 1.1 $ + * $Date: 2009/02/28 21:04:59 $ + * $Revision: 1.3 $ * (last update by $Author: mussgill $) */ diff --git a/Alignment/CommonAlignment/interface/AlignableNavigator.h b/Alignment/CommonAlignment/interface/AlignableNavigator.h index 6c9508582023c..f0027dfb5b69f 100644 --- a/Alignment/CommonAlignment/interface/AlignableNavigator.h +++ b/Alignment/CommonAlignment/interface/AlignableNavigator.h @@ -1,6 +1,6 @@ -// $Revision: 1.16 $ -// $Date: 2010/09/10 10:30:03 $ -// (last update by $Author: mussgill $) +// $Revision: 1.15 $ +// $Date: 2009/02/28 21:06:53 $ +// (last update by $Author: flucke $) #ifndef Alignment_CommonAlignment_AlignableNavigator_h #define Alignment_CommonAlignment_AlignableNavigator_h diff --git a/Alignment/CommonAlignment/interface/AlignableSurface.h b/Alignment/CommonAlignment/interface/AlignableSurface.h index c6689db7b4a3e..e1184884a7310 100644 --- a/Alignment/CommonAlignment/interface/AlignableSurface.h +++ b/Alignment/CommonAlignment/interface/AlignableSurface.h @@ -5,8 +5,8 @@ * * A class to hold a surface with width and length for alignment purposes. * - * $Date: 2012/12/30 12:18:35 $ - * $Revision: 1.9 $ + * $Date: 2007/04/25 18:37:59 $ + * $Revision: 1.8 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/AlignmentParameters.h b/Alignment/CommonAlignment/interface/AlignmentParameters.h index 02625587c0a85..b118be798519d 100644 --- a/Alignment/CommonAlignment/interface/AlignmentParameters.h +++ b/Alignment/CommonAlignment/interface/AlignmentParameters.h @@ -21,9 +21,9 @@ /// parameters/derivatives/covariance as subvector/submatrix /// of reduced size. /// -/// $Date: 2011/09/19 11:44:21 $ -/// $Revision: 1.10 $ -/// (last update by $Author: mussgill $) +/// $Date: 2010/10/26 19:50:21 $ +/// $Revision: 1.9 $ +/// (last update by $Author: flucke $) // include and not forward declare to ensure automatic conversion from AlignableDet(Unit): // NO: include problems... #include "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h" diff --git a/Alignment/CommonAlignment/interface/Counters.h b/Alignment/CommonAlignment/interface/Counters.h index 07a95fd5e59c1..25f8437dd9dc2 100644 --- a/Alignment/CommonAlignment/interface/Counters.h +++ b/Alignment/CommonAlignment/interface/Counters.h @@ -11,8 +11,8 @@ * User gets a counter using its structure type via Counters::get(type). * Each sub-system has its own concrete counter class implementation. * - * $Date: 2013/01/07 19:28:55 $ - * $Revision: 1.3 $ + * $Date: 2007/10/18 09:41:07 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h b/Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h index 5b44efbb32dc2..452f484e7ac95 100644 --- a/Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h +++ b/Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h @@ -3,10 +3,10 @@ /// \class MisalignmentScenarioBuilder /// -/// $Date: 2012/06/30 09:36:23 $ -/// $Revision: 1.11 $ +/// $Date: 2011/09/19 11:44:50 $ +/// $Revision: 1.10 $ /// -/// $Author: eulisse $ +/// $Author: mussgill $ /// \author Frederic Ronga - CERN-PH-CMG #include diff --git a/Alignment/CommonAlignment/interface/StructureType.h b/Alignment/CommonAlignment/interface/StructureType.h index d810c68dbe624..0703ea31159c9 100644 --- a/Alignment/CommonAlignment/interface/StructureType.h +++ b/Alignment/CommonAlignment/interface/StructureType.h @@ -7,8 +7,8 @@ * * Basically list the levels in the detector's hierarchy. * - * $Date: 2012/06/28 10:02:14 $ - * $Revision: 1.6 $ + * $Date: 2010/09/10 10:28:38 $ + * $Revision: 1.5 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/SurveyDet.h b/Alignment/CommonAlignment/interface/SurveyDet.h index b9e896f3639ab..8ce87c2fb1123 100644 --- a/Alignment/CommonAlignment/interface/SurveyDet.h +++ b/Alignment/CommonAlignment/interface/SurveyDet.h @@ -5,8 +5,8 @@ * * Class to hold survey info. * - * $Date: 2007/10/08 13:21:29 $ - * $Revision: 1.5 $ + * $Date: 2007/04/07 03:29:38 $ + * $Revision: 1.4 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/SurveyResidual.h b/Alignment/CommonAlignment/interface/SurveyResidual.h index b0333a3c8cf3b..3137a126d3780 100644 --- a/Alignment/CommonAlignment/interface/SurveyResidual.h +++ b/Alignment/CommonAlignment/interface/SurveyResidual.h @@ -8,8 +8,8 @@ * For more info, please refer to * http://www.pha.jhu.edu/~gritsan/cms/cms-note-survey.pdf * - * $Date: 2008/11/26 10:21:09 $ - * $Revision: 1.7 $ + * $Date: 2007/11/09 07:45:04 $ + * $Revision: 1.6 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/interface/Utilities.h b/Alignment/CommonAlignment/interface/Utilities.h index b54964e1d87ab..6eda6860f402c 100644 --- a/Alignment/CommonAlignment/interface/Utilities.h +++ b/Alignment/CommonAlignment/interface/Utilities.h @@ -5,8 +5,8 @@ * * Namespace for common calculations in alignment. * - * $Date: 2008/02/26 20:14:28 $ - * $Revision: 1.12 $ + * $Date: 2007/10/08 15:22:08 $ + * $Revision: 1.10 $ * \author Chung Khim Lae */ diff --git a/Alignment/CommonAlignment/src/Alignable.cc b/Alignment/CommonAlignment/src/Alignable.cc index ac62f933fd96b..b62a4eb7e080b 100644 --- a/Alignment/CommonAlignment/src/Alignable.cc +++ b/Alignment/CommonAlignment/src/Alignable.cc @@ -1,7 +1,7 @@ /** \file Alignable.cc * - * $Date: 2013/05/08 10:25:43 $ - * $Revision: 1.25 $ + * $Date: 2012/12/11 19:11:02 $ + * $Revision: 1.23 $ * (last update by $Author: flucke $) */ diff --git a/Alignment/CommonAlignment/src/AlignableBeamSpot.cc b/Alignment/CommonAlignment/src/AlignableBeamSpot.cc index a3559dd7d668b..43ceebd13e051 100644 --- a/Alignment/CommonAlignment/src/AlignableBeamSpot.cc +++ b/Alignment/CommonAlignment/src/AlignableBeamSpot.cc @@ -2,9 +2,9 @@ * * Original author: Andreas Mussgiller, August 2010 * - * $Date: 2011/03/22 09:49:50 $ - * $Revision: 1.3 $ - * (last update by $Author: innocent $) + * $Date: 2010/10/26 19:53:53 $ + * $Revision: 1.2 $ + * (last update by $Author: flucke $) */ #include "Alignment/CommonAlignment/interface/AlignableDetUnit.h" diff --git a/Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc b/Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc index 99cf252fae91a..b1face53218a3 100644 --- a/Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc +++ b/Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc @@ -2,9 +2,9 @@ * * Original author: Gero Flucke, April 2007 * - * $Date: 2010/09/10 10:29:18 $ - * $Revision: 1.4 $ - * (last update by $Author: mussgill $) + * $Date: 2009/02/28 21:05:00 $ + * $Revision: 1.3 $ + * (last update by $Author: flucke $) */ #include "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h" diff --git a/Alignment/CommonAlignment/src/AlignableExtras.cc b/Alignment/CommonAlignment/src/AlignableExtras.cc index e21f2e5339729..fb3752e0dcb22 100644 --- a/Alignment/CommonAlignment/src/AlignableExtras.cc +++ b/Alignment/CommonAlignment/src/AlignableExtras.cc @@ -2,8 +2,8 @@ * * Original author: Andreas Mussgiller, August 2010 * - * $Date: 2011/09/19 11:46:29 $ - * $Revision: 1.2 $ + * $Date: 2010/09/10 10:26:20 $ + * $Revision: 1.1 $ * (last update by $Author: mussgill $) */ diff --git a/Alignment/CommonAlignment/src/AlignableNavigator.cc b/Alignment/CommonAlignment/src/AlignableNavigator.cc index 1890f8271e9be..7da51d41acae4 100644 --- a/Alignment/CommonAlignment/src/AlignableNavigator.cc +++ b/Alignment/CommonAlignment/src/AlignableNavigator.cc @@ -1,7 +1,7 @@ // \file AlignableNavigator.cc // -// $Revision: 1.23 $ -// $Date: 2010/10/11 12:25:33 $ +// $Revision: 1.22 $ +// $Date: 2010/09/10 10:30:03 $ // (last update by $Author: mussgill $) #include "Alignment/CommonAlignment/interface/AlignableDet.h" diff --git a/Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc b/Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc index 0ad13a73d442e..485446524b3ed 100644 --- a/Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc +++ b/Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc @@ -1,9 +1,9 @@ /// \file /// -/// $Date: 2012/06/30 09:36:24 $ -/// $Revision: 1.12 $ +/// $Date: 2010/11/29 20:41:55 $ +/// $Revision: 1.11 $ /// -/// $Author: eulisse $ +/// $Author: wmtan $ /// \author Frederic Ronga - CERN-PH-CMG #include diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h index 193b24f3c0e9a..346b278b8506a 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h @@ -7,9 +7,9 @@ /// Correlations, as well as absolute and relative coordinates of /// Alignables /// -/// $Date: 2007/10/08 14:38:15 $ -/// $Revision: 1.4 $ -/// (last update by $Author: cklae $) +/// $Date: 2006/11/30 09:56:03 $ +/// $Revision: 1.3 $ +/// (last update by $Author: flucke $) #include "Alignment/CommonAlignment/interface/Utilities.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h index 57126dc9ec871..806246a858aab 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h @@ -6,9 +6,9 @@ /// concrete class for ROOT-based I/O of Alignment parameters, correlations /// and Alignable positions. Derived from AlignmentIO /// -/// $Date: 2007/10/08 14:38:15 $ -/// $Revision: 1.4 $ -/// (last update by $Author: cklae $) +/// $Date: 2006/11/30 09:56:03 $ +/// $Revision: 1.3 $ +/// (last update by $Author: flucke $) #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h index a9b2041dd8e3a..6f4f8121b0752 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h @@ -5,9 +5,9 @@ * * Build Alignment Parameter Structure * - * $Date: 2013/01/07 20:56:25 $ - * $Revision: 1.12 $ - * (last update by $Author: wmtan $) + * $Date: 2010/10/26 20:01:51 $ + * $Revision: 1.11 $ + * (last update by $Author: flucke $) */ #include "Alignment/CommonAlignment/interface/Utilities.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h index c2b3e2ce8f1dc..89512364a191d 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h @@ -8,9 +8,9 @@ * additional constraints on eta, phi, r, x, y or z are possible. * Furthermore stores the 'selection' of selected AlignmentParameters. * - * $Date: 2013/01/07 20:56:25 $ - * $Revision: 1.11 $ - * (last update by $Author: wmtan $) + * $Date: 2010/11/22 08:40:08 $ + * $Revision: 1.10 $ + * (last update by $Author: mussgill $) */ #include "Alignment/CommonAlignment/interface/Utilities.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h index 05c874e52807c..b9f55edf9745a 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h @@ -10,9 +10,9 @@ /// /// Basic class for management of alignment parameters and correlations /// -/// $Date: 2013/01/07 20:56:25 $ -/// $Revision: 1.20 $ -/// (last update by $Author: wmtan $) +/// $Date: 2011/05/23 20:50:31 $ +/// $Revision: 1.19 $ +/// (last update by $Author: mussgill $) namespace edm { class ParameterSet; } class AlignmentUserVariables; diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h index 55405086960be..86175b5bb2296 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h @@ -7,9 +7,9 @@ /// /// abstract base class for I/O of AlignmentParameters /// -/// $Date: 2007/10/08 14:38:15 $ -/// $Revision: 1.5 $ -/// (last update by $Author: cklae $) +/// $Date: 2007/01/23 16:07:08 $ +/// $Revision: 1.4 $ +/// (last update by $Author: fronga $) class AlignmentParametersIO { diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h index 96bb30d29c3c6..176d49964a08a 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h @@ -5,9 +5,9 @@ /// /// Concrete class for ROOT-based I/O of AlignmentParameters /// -/// $Date: 2009/01/23 15:47:42 $ -/// $Revision: 1.7 $ -/// (last update by $Author: ewidl $) +/// $Date: 2008/09/02 15:31:23 $ +/// $Revision: 1.6 $ +/// (last update by $Author: flucke $) #include "Alignment/CommonAlignment/interface/StructureType.h" #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h index 33fa333e9c927..ca0c1ea79acc0 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h @@ -8,9 +8,9 @@ /// Abstract base class for I/O of AlignmentUserVariables. /// Note that it is the caller's responsibility to delete objects created during reading. /// -/// $Date: 2007/10/08 14:38:15 $ -/// $Revision: 1.5 $ -/// $Author: cklae $ (at least last update...) +/// $Date: 2007/01/23 16:07:08 $ +/// $Revision: 1.4 $ +/// $Author: fronga $ (at least last update...) class AlignmentUserVariables; diff --git a/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h b/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h index 114eccd0bc6f0..acf883f89b79a 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h @@ -6,9 +6,9 @@ * * \author Gero Flucke * \date August 2012 - * $Revision: 1.3 $ - * $Date: 2013/05/31 12:13:40 $ - * (last update by $Author: flucke $) + * $Revision: 1.2.2.1 $ + * $Date: 2013/04/23 08:13:27 $ + * (last update by $Author: jbehr $) * * Base class for the calibrations that are integrated * into the alignment algorithms. diff --git a/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h b/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h index 367d318aa1f19..babfc740cfd1a 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h @@ -6,9 +6,9 @@ /// /// \author G. Flucke - DESY /// date: July 2012 -/// $Revision: 1.1 $ -/// $Date: 2012/08/10 09:07:21 $ -/// (last update by $Author: flucke $) +/// $Revision: 1.35 $ +/// $Date: 2011/09/06 13:46:07 $ +/// (last update by $Author: mussgill $) #include "FWCore/PluginManager/interface/PluginFactory.h" #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h b/Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h index 75f5710bc7b83..69354fdb11528 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h @@ -10,9 +10,9 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.2 $ - * $Date: 2007/10/08 14:38:15 $ - * (last update by $Author: cklae $) + * $Revision: 1.1 $ + * $Date: 2006/11/30 10:08:26 $ + * (last update by $Author: flucke $) */ #include "Alignment/CommonAlignment/interface/AlignmentUserVariables.h" diff --git a/Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h b/Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h index f010162422579..ab5b71e71ca0b 100644 --- a/Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h +++ b/Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h @@ -10,8 +10,8 @@ * * \author Joerg Behr * \date May 2013 - * $Revision: 1.2 $ - * $Date: 2013/05/31 12:13:40 $ + * $Revision: 1.1.2.12 $ + * $Date: 2013/05/29 07:59:38 $ * (last update by $Author: flucke $) * */ diff --git a/Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc b/Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc index 179cf22a7b905..3f9f73d117b35 100644 --- a/Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc +++ b/Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc @@ -2,9 +2,9 @@ * \file MillePedeAlignmentAlgorithm.cc * * \author : Gero Flucke/Ivan Reid - * date : February 2009 * $Revision: 1.12 $ - * $Date: 2013/01/07 20:56:25 $ - * (last update by $Author: wmtan $) + * date : February 2009 * $Revision: 1.11 $ + * $Date: 2011/03/22 09:49:50 $ + * (last update by $Author: innocent $) */ /* *# Parameters: diff --git a/Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc b/Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc index 57d7d424d9f2a..9fb984bc1408c 100644 --- a/Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc +++ b/Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc @@ -7,8 +7,8 @@ /// /// \author : Gero Flucke /// date : September 2012 -/// $Revision: 1.6 $ -/// $Date: 2013/05/31 12:13:40 $ +/// $Revision: 1.4.2.21 $ +/// $Date: 2013/05/31 08:37:12 $ /// (last update by $Author: flucke $) #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc b/Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc index c15f637f774d1..8212730e7b2cf 100644 --- a/Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc +++ b/Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc @@ -9,8 +9,8 @@ /// /// \author : Gero Flucke /// date : November 2012 -/// $Revision: 1.2 $ -/// $Date: 2013/05/31 12:13:40 $ +/// $Revision: 1.1.2.13 $ +/// $Date: 2013/05/31 08:37:12 $ /// (last update by $Author: flucke $) #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc b/Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc index ea446f30ea84d..1c5bf3ee78888 100644 --- a/Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc +++ b/Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc @@ -7,8 +7,8 @@ /// /// \author : Gero Flucke /// date : August 2012 -/// $Revision: 1.7 $ -/// $Date: 2013/05/31 12:13:40 $ +/// $Revision: 1.6.2.14 $ +/// $Date: 2013/05/31 08:37:12 $ /// (last update by $Author: flucke $) #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc index ddf8c4c610fda..438fc8b58a0b5 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc @@ -1,7 +1,7 @@ /** \file AlignableParameterBuilder.cc * - * $Date: 2013/01/07 20:56:25 $ - * $Revision: 1.20 $ + * $Date: 2010/10/26 20:01:52 $ + * $Revision: 1.19 $ */ diff --git a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc index 53c806ec4ba22..3c0e804242377 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc @@ -1,9 +1,9 @@ /** \file AlignmentParameterSelector.cc * \author Gero Flucke, Nov. 2006 * - * $Date: 2013/01/07 20:56:25 $ - * $Revision: 1.21 $ - * (last update by $Author: wmtan $) + * $Date: 2010/11/22 08:40:09 $ + * $Revision: 1.20 $ + * (last update by $Author: mussgill $) */ #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h" diff --git a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc index 029843baba006..d67766f0c5819 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc @@ -1,9 +1,9 @@ /** * \file AlignmentParameterStore.cc * - * $Revision: 1.32 $ - * $Date: 2013/01/07 20:56:26 $ - * (last update by $Author: wmtan $) + * $Revision: 1.31 $ + * $Date: 2011/05/23 20:50:32 $ + * (last update by $Author: mussgill $) */ // This class's header should be first diff --git a/Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc b/Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc index b8185c681405f..056ca60c787f0 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc @@ -1,9 +1,9 @@ /** * \file AlignmentUserVariablesIO * - * $Revision: 1.4 $ - * $Date: 2007/10/08 14:38:16 $ - * $Author: cklae $ (at least last update...) + * $Revision: 1.3 $ + * $Date: 2006/12/12 08:55:45 $ + * $Author: flucke $ (at least last update...) */ #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc b/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc index b6d0cd71fec0e..f7d61a601c284 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc @@ -3,9 +3,9 @@ * * \author Gero Flucke * \date August 2012 - * $Revision: 1.1 $ - * $Date: 2012/08/10 09:07:21 $ - * (last update by $Author: flucke $) + * $Revision: 1.77 $ + * $Date: 2011/09/06 13:46:08 $ + * (last update by $Author: mussgill $) */ #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" diff --git a/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc b/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc index 8ccfb14e373ec..b66cb0b29c216 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc @@ -2,9 +2,9 @@ /// /// \author G. Flucke - DESY /// date: August 2012 -/// $Revision: 1.1 $ -/// $Date: 2012/08/10 09:07:21 $ -/// (last update by $Author: flucke $) +/// $Revision: 1.77 $ +/// $Date: 2011/09/06 13:46:08 $ +/// (last update by $Author: mussgill $) /// diff --git a/Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc b/Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc index 3e86a07addc73..b7b39c58c1b57 100644 --- a/Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc +++ b/Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc @@ -3,9 +3,9 @@ * * \author Joerg Behr * \date May 2013 - * $Revision: 1.2 $ - * $Date: 2013/05/31 12:13:41 $ - * (last update by $Author: flucke $) + * $Revision: 1.4 $ + * $Date: 2013/05/31 14:50:52 $ + * (last update by $Author: jbehr $) */ #include "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h" @@ -104,6 +104,15 @@ bool TkModuleGroupSelector::createGroup( Id += range.size(); nparameters_ += range.size(); } + + if(refrun > 0 && range.front() > refrun) { //range.size() > 0 checked before + throw cms::Exception("BadConfig") + << "@SUB=TkModuleGroupSelector::createGroup:\n" + << "Invalid combination of reference run number and specified run dependence" + << "\n in module group " << firstId_.size() << "." + << "\n Reference run number (" << refrun << ") is smaller than starting run " + << "\n number (" << range.front() << ") of first IOV."; + } return modules_selected; } @@ -163,7 +172,6 @@ void TkModuleGroupSelector::createModuleGroups(AlignableTracker *aliTracker, refrun = defaultReferenceRun; } - AlignmentParameterSelector selector(aliTracker); selector.clear(); selector.addSelections((*pset).getParameter ("levels")); @@ -266,7 +274,8 @@ int TkModuleGroupSelector::getParameterIndexFromDetId(unsigned int detId, if (runs[0] > run) { throw cms::Exception("BadConfig") << "@SUB=TkModuleGroupSelector::getParameterIndexFromDetId:\n" - << "Run " << run << " not foreseen for detid ('"<< detId <<"')."; + << "Run " << run << " not foreseen for detid ('"<< detId <<"')" + << " in module group " << iAlignableGroup << "."; } unsigned int iovNum = 0; for ( ; iovNum < runs.size(); ++iovNum) { @@ -281,7 +290,9 @@ int TkModuleGroupSelector::getParameterIndexFromDetId(unsigned int detId, if(refrun >= runs[iovNum] && refrun < runs[iovNum+1]) { return -1; } - } else if(run > refrun) { + } + if(run > refrun) { + //iovNum > 0 due to checks in createGroup(...) and createModuleGroups(...) //remove IOV in which the reference run can be found iovNum -= 1; } diff --git a/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h b/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h index 0e629107fdf30..3598120a48189 100644 --- a/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h +++ b/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri Mar 30 12:21:02 CDT 2007 -// $Id: AlignmentMonitorBase.h,v 1.12 2011/10/12 22:25:58 khotilov Exp $ +// $Id: AlignmentMonitorBase.h,v 1.11 2010/01/06 15:23:09 mussgill Exp $ // // system include files diff --git a/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h b/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h index 3fd2a9afbb79d..ea59e42d0b0bc 100644 --- a/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h +++ b/Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Mon Apr 23 15:29:01 CDT 2007 -// $Id: AlignmentMonitorPluginFactory.h,v 1.1 2007/04/23 22:19:13 pivarski Exp $ +// $Id$ // #include "FWCore/PluginManager/interface/PluginFactory.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc index 79ed8b1b6448f..1947211bb52e7 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Sat Apr 26 12:36:13 CDT 2008 -// $Id: AlignmentMonitorAsAnalyzer.cc,v 1.10 2013/01/07 19:32:02 wmtan Exp $ +// $Id: AlignmentMonitorAsAnalyzer.cc,v 1.9 2012/07/13 09:18:40 yana Exp $ // // diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h index 0c28e74c3446f..6b6f4a3f03835 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h @@ -20,7 +20,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 29 13:59:56 CDT 2007 -// $Id: AlignmentMonitorGeneric.h,v 1.4 2008/08/11 20:24:19 pivarski Exp $ +// $Id: AlignmentMonitorGeneric.h,v 1.3 2007/12/04 23:29:26 ratnik Exp $ #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h" #include "TH1.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc index 1c0c54c9fd872..6011980f3298f 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc @@ -5,7 +5,7 @@ * Original Author: Jim Pivarski * Created: Mon Nov 12 13:30:14 CST 2007 * - * $Id: AlignmentMonitorMuonSystemMap1D.cc,v 1.6 2011/10/12 22:59:47 khotilov Exp $ + * $Id: AlignmentMonitorMuonSystemMap1D.cc,v 1.5 2011/04/15 23:09:37 khotilov Exp $ */ #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc index ea390f924226c..825505db1a86d 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc @@ -5,7 +5,7 @@ * Original Author: Jim Pivarski * Created: Fri Feb 19 21:45:02 CET 2010 * - * $Id: AlignmentMonitorMuonVsCurvature.cc,v 1.6 2011/10/12 22:59:47 khotilov Exp $ + * $Id:$ */ #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc index 0fe03122db0da..e48e9b7bc5581 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc @@ -5,7 +5,7 @@ * Original Author: Jim Pivarski * Created: Mon Nov 12 13:30:14 CST 2007 * - * $Id: AlignmentMonitorSegmentDifferences.cc,v 1.6 2011/10/12 22:59:47 khotilov Exp $ + * $Id: AlignmentMonitorSegmentDifferences.cc,v 1.5 2011/04/15 23:09:38 khotilov Exp $ */ #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h index 45de9b2b32fee..c90fc7ef9163a 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h @@ -13,7 +13,7 @@ // // Original Author: Nhan Tran // Created: 10/8/07 -// $Id: AlignmentMonitorSurvey.h,v 1.5 2008/08/11 20:24:19 pivarski Exp $ +// $Id: AlignmentMonitorSurvey.h,v 1.4 2008/02/22 01:21:45 cklae Exp $ #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h" diff --git a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc index f1c6d8f9464f4..247324548b380 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 29 13:59:56 CDT 2007 -// $Id: AlignmentMonitorTemplate.cc,v 1.7 2011/09/04 17:08:14 mussgill Exp $ +// $Id: AlignmentMonitorTemplate.cc,v 1.6 2010/02/25 00:27:56 wmtan Exp $ // // system include files diff --git a/Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc b/Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc index 755f1dd5422ae..c8dfd9d436264 100644 --- a/Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc +++ b/Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Wed Dec 12 13:31:55 CST 2007 -// $Id: TrackerToMuonPropagator.cc,v 1.5 2011/12/22 20:10:49 innocent Exp $ +// $Id: TrackerToMuonPropagator.cc,v 1.4 2010/01/04 15:36:54 mussgill Exp $ // // diff --git a/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc b/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc index 7e2ddb98b0ab6..47c5c44ede828 100644 --- a/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc +++ b/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Fri Mar 30 12:21:07 CDT 2007 -// $Id: AlignmentMonitorBase.cc,v 1.12 2011/10/12 22:25:58 khotilov Exp $ +// $Id: AlignmentMonitorBase.cc,v 1.11 2010/01/06 15:23:09 mussgill Exp $ // #include "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h" diff --git a/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc b/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc index f831b55f6fbd8..48cee906a6eaa 100644 --- a/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc +++ b/Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Mon Apr 23 15:30:20 CDT 2007 -// $Id: AlignmentMonitorPluginFactory.cc,v 1.2 2007/12/04 23:29:27 ratnik Exp $ +// $Id: AlignmentMonitorPluginFactory.cc,v 1.1 2007/04/23 22:19:14 pivarski Exp $ // // system include files diff --git a/Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h b/Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h index c34e9d6b3f162..b94e54b3d7179 100644 --- a/Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h +++ b/Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h @@ -6,9 +6,9 @@ /// Factory interface to create AlignmentParameters for the known types, /// defined by the enum AlignmentParametersFactory::ParametersType. /// -/// $Date: 2010/10/26 20:41:08 $ -/// $Revision: 1.5 $ -/// (last update by $Author: flucke $) +/// $Date: 2010/09/10 11:19:23 $ +/// $Revision: 1.4 $ +/// (last update by $Author: mussgill $) #include #include diff --git a/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h b/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h index 577a850ecb019..89962f82baa51 100644 --- a/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h +++ b/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h @@ -7,9 +7,9 @@ /// /// Calculates derivatives for the alignable beam spot /// -/// $Date: 2010/09/10 11:18:29 $ -/// $Revision: 1.1 $ -/// (last update by $Author: mussgill $) +/// $Date: 2007/03/12 21:28:48 $ +/// $Revision: 1.4 $ +/// (last update by $Author: cklae $) class TrajectoryStateOnSurface; diff --git a/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h b/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h index 0e6bc05c33998..8c6f29aced5cb 100644 --- a/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h +++ b/Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h @@ -10,9 +10,9 @@ /// [derived from AlignmentParameters]. The number of parameters /// N_PARAM is fixed to 4 (2 translations in x & y, and 2 slopes) /// -/// $Date: 2010/09/10 11:16:36 $ -/// $Revision: 1.1 $ -/// (last update by $Author: mussgill $) +/// $Date: 2008/09/02 15:08:12 $ +/// $Revision: 1.13 $ +/// (last update by $Author: flucke $) class Alignable; class AlignableDetOrUnitPtr; diff --git a/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h b/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h index 51c425005d656..f6627d03df436 100644 --- a/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h +++ b/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h @@ -16,9 +16,9 @@ /// (as predicted by TSOS) and the length of the surface is re-scaled. /// /// by Gero Flucke, October 2010 -/// $Date: 2010/10/26 20:41:07 $ -/// $Revision: 1.1 $ -/// (last update by $Author: flucke $) +/// $Date$ +/// $Revision$ +/// (last update by $Author$) class TrajectoryStateOnSurface; diff --git a/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h b/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h index ec831c696da07..e1290876b6cfa 100644 --- a/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h +++ b/Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h @@ -16,8 +16,8 @@ /// - 3 rotations/slopes /// - 3 bows/sagittas (u, v and mixed term) /// -/// $Date: 2010/10/26 20:41:07 $ -/// $Revision: 1.1 $ +/// $Date: 2008/09/02 15:08:12 $ +/// $Revision: 1.13 $ /// (last update by $Author: flucke $) class Alignable; diff --git a/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h b/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h index 014b17a2f5b3e..4bddd402b2db3 100644 --- a/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h +++ b/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h @@ -7,9 +7,9 @@ /// /// A helper class to extract derivatives from composite alignable objects /// -/// $Date: 2007/10/08 15:55:59 $ -/// $Revision: 1.8 $ -/// (last update by $Author: cklae $) +/// $Date: 2007/05/02 21:01:52 $ +/// $Revision: 1.7 $ +/// (last update by $Author: fronga $) class Alignable; class AlignableDet; diff --git a/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h b/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h index 9797925ce65af..57cee9b7f447a 100644 --- a/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h +++ b/Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h @@ -17,9 +17,9 @@ /// to an Alignable, so it does not need to have implementations of the apply(..) method. /// It neither needs AlignmentUservariables attached. /// -/// $Date: 2008/09/02 15:18:19 $ -/// $Revision: 1.13 $ -/// (last update by $Author: flucke $) +/// $Date: 2007/10/08 15:56:00 $ +/// $Revision: 1.12 $ +/// (last update by $Author: cklae $) class AlignableDet; class Alignable; diff --git a/Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h b/Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h index d4904ef9559ba..1ad6777ed87db 100644 --- a/Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h +++ b/Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h @@ -8,9 +8,9 @@ /// /// class for calculating derivatives between different frames /// -/// $Date: 2010/12/14 01:02:34 $ -/// $Revision: 1.7 $ -/// (last update by $Author: flucke $) +/// $Date: 2007/10/08 15:56:00 $ +/// $Revision: 1.6 $ +/// (last update by $Author: cklae $) class Alignable; diff --git a/Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h b/Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h index 010a2a50d25df..beb3699814c38 100644 --- a/Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h +++ b/Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h @@ -7,9 +7,9 @@ /// /// Calculates derivatives à la Karimaki (cf. CR-2003/022) /// -/// $Date: 2007/03/12 21:28:48 $ -/// $Revision: 1.4 $ -/// (last update by $Author: cklae $) +/// $Date: 2007/03/02 12:17:09 $ +/// $Revision: 1.3 $ +/// (last update by $Author: fronga $) class TrajectoryStateOnSurface; diff --git a/Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h b/Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h index 5729d353adfca..8a9485fd97c09 100644 --- a/Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h +++ b/Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h @@ -9,8 +9,8 @@ /// freedom introduced if larger structure and their components are aligned /// simultaneously. /// -/// $Date: 2010/12/14 01:08:25 $ -/// $Revision: 1.2 $ +/// $Date: 2010/12/09 19:53:42 $ +/// $Revision: 1.1 $ /// (last update by $Author: flucke $) #include "DataFormats/Math/interface/AlgebraicROOTObjects.h" diff --git a/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h b/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h index e4cac0deaf794..a49728f80e6b9 100644 --- a/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h +++ b/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h @@ -10,9 +10,9 @@ /// [derived from AlignmentParameters]. The number of parameters /// N_PARAM is fixed to 6 (3 translations + 3 rotations) /// -/// $Date: 2008/09/02 15:08:12 $ -/// $Revision: 1.13 $ -/// (last update by $Author: flucke $) +/// $Date: 2007/10/08 15:56:00 $ +/// $Revision: 1.12 $ +/// (last update by $Author: cklae $) class Alignable; class AlignableDetOrUnitPtr; diff --git a/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h b/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h index c6988566bd86c..fb163fcf6f2b2 100644 --- a/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h +++ b/Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h @@ -11,9 +11,9 @@ /// [derived from AlignmentParameters]. The number of parameters /// N_PARAM is fixed to 6 (3 translations + 3 rotations) /// -/// $Date: 2008/12/12 15:58:07 $ -/// $Revision: 1.1 $ -/// (last update by $Author: pablom $) +/// $Date: 2008/09/02 15:08:12 $ +/// $Revision: 1.13 $ +/// (last update by $Author: flucke $) class Alignable; class AlignableDetOrUnitPtr; diff --git a/Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h b/Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h index 83445e0a8dd8d..dce16ea54610c 100644 --- a/Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h +++ b/Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h @@ -7,9 +7,9 @@ /// /// Calculates derivatives for 4D Segments /// -/// $Date: 2008/12/12 15:58:07 $ -/// $Revision: 1.1 $ -/// (last update by $Author: pablom $) +/// $Date: 2007/03/12 21:28:48 $ +/// $Revision: 1.4 $ +/// (last update by $Author: P. Martinez $) class TrajectoryStateOnSurface; diff --git a/Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h b/Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h index 4086aacfd25ca..64161ac6164fc 100644 --- a/Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h +++ b/Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h @@ -29,8 +29,8 @@ /// for the other sensor /// /// -/// $Date: 2010/12/14 01:03:27 $ -/// $Revision: 1.2 $ +/// $Date: 2010/10/26 20:41:08 $ +/// $Revision: 1.1 $ /// (last update by $Author: flucke $) class Alignable; diff --git a/Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc b/Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc index 0384bdc322ab1..356c39aba9b26 100644 --- a/Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc +++ b/Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc @@ -1,6 +1,6 @@ -/// $Date: 2010/10/26 20:41:08 $ -/// $Revision: 1.4 $ -/// (last update by $Author: flucke $) +/// $Date: 2010/09/10 11:19:37 $ +/// $Revision: 1.3 $ +/// (last update by $Author: mussgill $) #include "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h" #include "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h" diff --git a/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc b/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc index 94b723a53890d..f51639cecbf4d 100644 --- a/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc +++ b/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc @@ -1,8 +1,8 @@ /** \file BeamSpotAlignmentDerivatives.cc * - * $Date: 2010/09/10 11:18:29 $ - * $Revision: 1.1 $ - * (last update by $Author: mussgill $) + * $Date: 2007/05/02 21:01:53 $ + * $Revision: 1.7 $ + * (last update by $Author: cklae $) */ #include "DataFormats/GeometrySurface/interface/Surface.h" diff --git a/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc b/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc index c96a6431a45ec..3c456cb34d7ca 100644 --- a/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc +++ b/Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc @@ -1,8 +1,8 @@ /** \file BeamSpotAlignmentParameters.cc * - * Version : $Revision: 1.1 $ - * last update: $Date: 2010/09/10 11:16:39 $ - * by : $Author: mussgill $ + * Version : $Revision: 1.14 $ + * last update: $Date: 2008/09/02 15:08:12 $ + * by : $Author: flucke $ */ #include "FWCore/Utilities/interface/Exception.h" diff --git a/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc b/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc index 8696cc6e6956b..12ac0823f253c 100644 --- a/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc +++ b/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc @@ -1,7 +1,7 @@ /** \file BowedSurfaceAlignmentDerivatives.cc * - * $Date: 2010/10/26 20:41:08 $ - * $Revision: 1.1 $ + * $Date: 2007/05/02 21:01:53 $ + * $Revision: 1.7 $ */ #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" diff --git a/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc b/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc index 2ec43d2ef99e8..276b2e4541e06 100644 --- a/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc +++ b/Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc @@ -1,7 +1,7 @@ /** \file BowedSurfaceAlignmentParameters.cc * - * Version : $Revision: 1.1 $ - * last update: $Date: 2010/10/26 20:41:08 $ + * Version : $Revision: 1.14 $ + * last update: $Date: 2008/09/02 15:08:12 $ * by : $Author: flucke $ */ diff --git a/Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc b/Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc index 40f5499e3eceb..2e178029d28f3 100644 --- a/Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc +++ b/Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc @@ -1,6 +1,6 @@ -/// $Date: 2008/09/02 15:18:19 $ -/// $Revision: 1.13 $ -/// (last update by $Author: flucke $) +/// $Date: 2007/10/08 15:56:00 $ +/// $Revision: 1.12 $ +/// (last update by $Author: cklae $) #include "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h" diff --git a/Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc b/Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc index fdca3051ffe4d..86cceb5cce0e2 100644 --- a/Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc +++ b/Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc @@ -1,7 +1,7 @@ /** \file FrameToFrameDerivative.cc * - * $Date: 2010/12/14 01:02:34 $ - * $Revision: 1.6 $ + * $Date: 2007/03/12 21:28:48 $ + * $Revision: 1.5 $ */ #include "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h" diff --git a/Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc b/Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc index fac9d8c28e518..99676d73f809f 100644 --- a/Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc +++ b/Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc @@ -1,7 +1,7 @@ /** \file KarimakiAlignmentDerivatives.cc * - * $Date: 2007/05/02 21:01:53 $ - * $Revision: 1.7 $ + * $Date: 2007/05/02 10:51:40 $ + * $Revision: 1.5 $ */ #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" diff --git a/Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc b/Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc index 8a227e26d3c7c..734b55c537deb 100644 --- a/Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc +++ b/Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc @@ -1,7 +1,7 @@ /** \file ParametersToParametersDerivatives.cc * - * $Date: 2010/12/14 01:08:26 $ - * $Revision: 1.2 $ + * $Date: 2010/12/09 19:53:42 $ + * $Revision: 1.1 $ */ #include "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h" diff --git a/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc b/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc index 939a9a76f36fe..2d5eec54c44b1 100644 --- a/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc +++ b/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc @@ -1,8 +1,8 @@ /** \file RigidBodyAlignmentParameters.cc * - * Version : $Revision: 1.14 $ - * last update: $Date: 2008/09/02 15:08:12 $ - * by : $Author: flucke $ + * Version : $Revision: 1.13 $ + * last update: $Date: 2007/10/08 15:56:01 $ + * by : $Author: cklae $ */ #include "FWCore/Utilities/interface/Exception.h" diff --git a/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc b/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc index 90156fa8380c8..e4b1252f2edd5 100644 --- a/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc +++ b/Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc @@ -1,8 +1,8 @@ /** \file RigidBodyAlignmentParameters.cc * - * Version : $Revision: 1.1 $ - * last update: $Date: 2008/12/12 15:58:07 $ - * by : $Author: pablom $ + * Version : $Revision: 1.14 $ + * last update: $Date: 2008/09/02 15:08:12 $ + * by : $Author: flucke $ */ #include "FWCore/Utilities/interface/Exception.h" diff --git a/Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc b/Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc index 87fd56d520716..11dffdabaf89c 100644 --- a/Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc +++ b/Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc @@ -1,7 +1,7 @@ /** \file KarimakiAlignmentDerivatives.cc * - * $Date: 2008/12/12 15:58:07 $ - * $Revision: 1.1 $ + * $Date: 2007/05/02 21:01:53 $ + * $Revision: 1.7 $ */ #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" diff --git a/Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc b/Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc index 46fc294a45324..ae401545704c8 100644 --- a/Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc +++ b/Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc @@ -1,7 +1,7 @@ /** \file TwoBowedSurfacesAlignmentParameters.cc * - * Version : $Revision: 1.3 $ - * last update: $Date: 2011/02/11 11:48:06 $ + * Version : $Revision: 1.2 $ + * last update: $Date: 2010/11/23 13:50:50 $ * by : $Author: flucke $ */ diff --git a/Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h b/Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h index 538494950179f..41ab55d9a67e9 100644 --- a/Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h +++ b/Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h @@ -9,9 +9,9 @@ * * \author Javier Fernandez, IFCA * - * \version $Revision: 1.5 $ + * \version $Revision: 1.4 $ * - * $Id: AlignmentMuonSelector.h,v 1.5 2010/08/19 13:53:08 jfernan2 Exp $ + * $Id: AlignmentMuonSelector.h,v 1.4 2009/03/08 02:12:37 dlange Exp $ * */ diff --git a/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc b/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc index d0ac5b75dc5d7..198f6f9072dfe 100644 --- a/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc +++ b/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Wed Feb 20 10:56:46 CST 2008 -// $Id: AlignmentMuonHIPTrajectorySelector.cc,v 1.5 2010/02/11 00:10:23 wmtan Exp $ +// $Id: AlignmentMuonHIPTrajectorySelector.cc,v 1.4 2010/01/06 15:26:10 mussgill Exp $ // // diff --git a/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc b/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc index b07f63d7094b8..7693a45ab8c5e 100644 --- a/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc +++ b/Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc @@ -6,9 +6,9 @@ * * \author Javier Fernandez, IFCA * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: AlignmentMuonSelectorModule.cc,v 1.4 2009/03/09 23:00:27 flucke Exp $ + * $Id: AlignmentMuonSelectorModule.cc,v 1.3 2008/02/04 19:32:26 flucke Exp $ * */ diff --git a/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc b/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc index ab4140abf6568..c389772787c69 100644 --- a/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc +++ b/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc @@ -1,9 +1,9 @@ /// \file AlignmentProducer.cc /// /// \author : Frederic Ronga -/// Revision : $Revision: 1.69 $ -/// last update: $Date: 2013/01/07 21:03:58 $ -/// by : $Author: wmtan $ +/// Revision : $Revision: 1.68 $ +/// last update: $Date: 2012/08/10 09:25:23 $ +/// by : $Author: flucke $ #include "AlignmentProducer.h" #include "FWCore/Framework/interface/LooperFactory.h" diff --git a/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h b/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h index eca37aa3afb67..990ea8d657bf2 100644 --- a/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h +++ b/Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h @@ -7,9 +7,9 @@ /// Description : calls alignment algorithms /// /// \author : Frederic Ronga -/// Revision : $Revision: 1.28 $ -/// last update: $Date: 2012/08/10 09:20:09 $ -/// by : $Author: flucke $ +/// Revision : $Revision: 1.27 $ +/// last update: $Date: 2012/06/13 16:23:30 $ +/// by : $Author: yana $ #include diff --git a/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc b/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc index 3906ebde1e128..4d781aa405cbd 100644 --- a/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc +++ b/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc @@ -15,7 +15,7 @@ reconstruction Geometry should notice that and not pass to GeometryAligner. // // Original Author: Frederic Ronga // Created: Fri Feb 9 19:24:38 CET 2007 -// $Id: FakeAlignmentProducer.cc,v 1.7 2008/06/26 17:52:29 flucke Exp $ +// $Id: FakeAlignmentProducer.cc,v 1.6 2008/06/26 10:00:35 flucke Exp $ // // diff --git a/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc b/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc index 65fc414ab3f83..cde99e66b6f9c 100644 --- a/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc +++ b/Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc @@ -15,7 +15,7 @@ reconstruction Geometry should notice that and not pass to GeometryAligner. // // Original Author: Gero Flucke (based on FakeAlignmentProducer written by Frederic Ronga) // Created: June 24, 2007 -// $Id: FakeAlignmentSource.cc,v 1.3 2010/11/23 13:24:32 mussgill Exp $ +// $Id: FakeAlignmentSource.cc,v 1.2 2008/06/26 17:52:29 flucke Exp $ // // diff --git a/Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc b/Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc index 0d5cb9ba23131..109ce0c384bba 100644 --- a/Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc +++ b/Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc @@ -16,7 +16,7 @@ // Original Author: Alexandre Spiridonov // Created: Fri Oct 16 15:59:05 CEST 2009 // -// $Id: GlobalTrackerMuonAlignment.cc,v 1.12 2013/04/12 13:16:37 innocent Exp $ +// $Id: GlobalTrackerMuonAlignment.cc,v 1.11 2012/07/16 12:17:53 eulisse Exp $ // // system include files diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py index 68a63791e9085..7a8392f82339f 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py @@ -1,4 +1,4 @@ -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/16 17:08:51 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py index b798d9789e61b..c52522b770c77 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py @@ -1,4 +1,4 @@ -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/16 17:08:51 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms #_________________________________HLT bits___________________________________________ diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py index 562ed4e1992ab..f594815805348 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py @@ -1,4 +1,4 @@ -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2011/02/09 09:10:11 $ by $Author: cerminar $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py index 0707c66e53f70..9988df3909c63 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py @@ -1,6 +1,6 @@ # Author : Gero Flucke # Date : July 19th, 2007 -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/17 18:17:34 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms # DCS partitions diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py index 2f56d6c5aa18e..e0fe2e683b3ba 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py @@ -1,4 +1,4 @@ -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/16 17:08:51 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py index f4a9132726b90..6bafc07bd8a9a 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py @@ -1,4 +1,4 @@ -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/16 17:08:51 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms #_________________________________HLT bits___________________________________________ diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py index d48d1d55c8d64..cfb8b6ca41566 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py @@ -1,6 +1,6 @@ # Author : Andreas Mussgiller # Date : July 1st, 2010 -# last update: $Date: 2011/02/09 09:10:11 $ by $Author: cerminar $ +# last update: $Date: 2010/07/06 11:48:22 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py index 5741025c19847..a1b9080b82a23 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py @@ -1,6 +1,6 @@ # Author : Andreas Mussgiller # Date : July 1st, 2010 -# last update: $Date: 2010/07/06 11:48:22 $ by $Author: mussgill $ +# last update: $Date: 2010/03/17 18:17:34 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py index 57a962d3e7439..c83e3a65b75eb 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py @@ -1,6 +1,6 @@ # Author : Gero Flucke # Date : July 19th, 2007 -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2011/02/09 09:10:11 $ by $Author: cerminar $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py index 010e263c51a7b..78f264138204f 100644 --- a/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py +++ b/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py @@ -1,6 +1,6 @@ # Author : Gero Flucke # Date : July 19th, 2007 -# last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $ +# last update: $Date: 2010/03/17 18:17:34 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py b/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py index aa4570b2ae7d9..15d837084aebb 100755 --- a/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py +++ b/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py @@ -2,8 +2,8 @@ #----------------------------------------------------- # original author: Andrea Lucaroni -# Revision: $Revision: 1.1 $ -# Last update: $Date: 2011/06/28 19:34:22 $ +# Revision: $Revision: 1.53 $ +# Last update: $Date: 2011/06/28 19:01:36 $ # by: $Author: mussgill $ #----------------------------------------------------- diff --git a/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py b/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py index af57b36a45850..1100e74a34098 100755 --- a/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py +++ b/Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py @@ -2,8 +2,8 @@ #----------------------------------------------------- # original author: Andrea Lucaroni -# Revision: $Revision: 1.4 $ -# Last update: $Date: 2012/05/24 13:00:56 $ +# Revision: $Revision: 1.3 $ +# Last update: $Date: 2012/05/22 08:22:04 $ # by: $Author: taroni $ #----------------------------------------------------- diff --git a/Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp b/Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp index fa183f203d405..842704f29cdf6 100644 --- a/Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp +++ b/Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp @@ -1,9 +1,9 @@ // \file AlignmentRcdScan.cpp // // \author : Andreas Mussgiller -// Revision : $Revision: 1.2 $ -// last update: $Date: 2012/03/28 15:44:19 $ -// by : $Author: flucke $ +// Revision : $Revision: 1.1 $ +// last update: $Date: 2010/06/01 07:45:46 $ +// by : $Author: mussgill $ #include #include diff --git a/Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc b/Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc index ef39d66387525..8a97f5256f03c 100644 --- a/Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc +++ b/Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc @@ -13,7 +13,7 @@ // // Original Author: Gero Flucke // Created: Sat Feb 16 20:56:04 CET 2008 -// $Id: TestAccessGeom.cc,v 1.3 2010/01/05 11:22:37 mussgill Exp $ +// $Id: TestAccessGeom.cc,v 1.2 2008/06/26 10:05:09 flucke Exp $ // // diff --git a/Alignment/LaserAlignment/interface/LaserHitPairGenerator.h b/Alignment/LaserAlignment/interface/LaserHitPairGenerator.h index c4ffab34982b4..8ba0b0846d627 100644 --- a/Alignment/LaserAlignment/interface/LaserHitPairGenerator.h +++ b/Alignment/LaserAlignment/interface/LaserHitPairGenerator.h @@ -4,8 +4,8 @@ /** \class LaserHitPairGenerator * generate hit pairs from hits on consecutive discs in the endcaps used by the LaserSeedGenerator * - * $Date: 2007/12/04 23:51:42 $ - * $Revision: 1.6 $ + * $Date: 2007/05/10 12:00:32 $ + * $Revision: 1.5 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/interface/OrderedLaserHitPair.h b/Alignment/LaserAlignment/interface/OrderedLaserHitPair.h index 874056ca2b0fa..76fd9ddfdd728 100644 --- a/Alignment/LaserAlignment/interface/OrderedLaserHitPair.h +++ b/Alignment/LaserAlignment/interface/OrderedLaserHitPair.h @@ -4,8 +4,8 @@ /** \class OrderedLaserHitPair * pair of ordered laser hits * - * $Date: 2007/05/10 12:00:32 $ - * $Revision: 1.2 $ + * $Date: Thu May 10 13:54:44 CEST 2007 $ + * $Revision: 1.1 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/interface/OrderedLaserHitPairs.h b/Alignment/LaserAlignment/interface/OrderedLaserHitPairs.h index cd750a89f7cd4..27e74191c6b31 100644 --- a/Alignment/LaserAlignment/interface/OrderedLaserHitPairs.h +++ b/Alignment/LaserAlignment/interface/OrderedLaserHitPairs.h @@ -4,8 +4,8 @@ /** \class OrderedLaserHitPairs * ordered pairs of laser hits; used for seedgenerator * - * $Date: 2007/05/10 12:00:32 $ - * $Revision: 1.2 $ + * $Date: Thu May 10 13:53:49 CEST 2007 $ + * $Revision: 1.1 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/interface/SeedGeneratorForLaserBeams.h b/Alignment/LaserAlignment/interface/SeedGeneratorForLaserBeams.h index 30cf87221cab2..3f2c855a2d057 100644 --- a/Alignment/LaserAlignment/interface/SeedGeneratorForLaserBeams.h +++ b/Alignment/LaserAlignment/interface/SeedGeneratorForLaserBeams.h @@ -4,8 +4,8 @@ /** \class SeedGeneratorForLaserBeams * seed finding algorithm for the LAS * - * $Date: 2011/12/22 18:06:57 $ - * $Revision: 1.8 $ + * $Date: 2007/12/04 23:51:42 $ + * $Revision: 1.7 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/interface/SeedLayerPairs.h b/Alignment/LaserAlignment/interface/SeedLayerPairs.h index e5eb99c7382c1..7d6525c5f70b1 100644 --- a/Alignment/LaserAlignment/interface/SeedLayerPairs.h +++ b/Alignment/LaserAlignment/interface/SeedLayerPairs.h @@ -4,8 +4,8 @@ /** \class SeedLayerPairs * interface to access pairs of layers; used for seedgenerator * - * $Date: 2007/12/04 23:51:42 $ - * $Revision: 1.3 $ + * $Date: 2007/05/10 12:00:32 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/interface/TsosVectorCollection.h b/Alignment/LaserAlignment/interface/TsosVectorCollection.h index d57e89248c854..30c9d48fedf43 100644 --- a/Alignment/LaserAlignment/interface/TsosVectorCollection.h +++ b/Alignment/LaserAlignment/interface/TsosVectorCollection.h @@ -4,7 +4,7 @@ /** \author Gero Flucke \date May 2009 - last update on $Date: 2009/10/14 07:32:07 $ by $Author: flucke $ + last update on $Date: 2009/05/11 10:01:29 $ by $Author: flucke $ A typedef for a collection of std::vectors of TrajectoryStateOnSurface . diff --git a/Alignment/LaserAlignment/plugins/LaserAlignment.cc b/Alignment/LaserAlignment/plugins/LaserAlignment.cc index ab5ad2b43287f..eb9b0ec708f33 100644 --- a/Alignment/LaserAlignment/plugins/LaserAlignment.cc +++ b/Alignment/LaserAlignment/plugins/LaserAlignment.cc @@ -1,8 +1,8 @@ /** \file LaserAlignment.cc * LAS reconstruction module * - * $Date: 2013/05/25 14:31:03 $ - * $Revision: 1.48 $ + * $Date: 2013/01/07 20:26:37 $ + * $Revision: 1.47 $ * \author Maarten Thomas * \author Jan Olzem */ diff --git a/Alignment/LaserAlignment/plugins/LaserAlignment.h b/Alignment/LaserAlignment/plugins/LaserAlignment.h index 01cb0a6c7ded4..fdb4598c1460f 100644 --- a/Alignment/LaserAlignment/plugins/LaserAlignment.h +++ b/Alignment/LaserAlignment/plugins/LaserAlignment.h @@ -6,8 +6,8 @@ /** \class LaserAlignment * Main reconstruction module for the Laser Alignment System * - * $Date: 2013/05/25 14:31:03 $ - * $Revision: 1.33 $ + * $Date: 2012/12/26 20:34:44 $ + * $Revision: 1.32 $ * \author Maarten Thomas * \author Jan Olzem */ diff --git a/Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.h b/Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.h index b2ef0b75c6c47..3f5d5f207301a 100644 --- a/Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.h +++ b/Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.h @@ -8,7 +8,7 @@ // // Original Author: Jan Olzem // Created: Wed Feb 13 17:30:40 CET 2008 -// $Id: LaserAlignmentT0Producer.h,v 1.3 2010/01/06 09:38:00 mussgill Exp $ +// $Id: LaserAlignmentT0Producer.h,v 1.2 2008/03/03 09:43:32 olzem Exp $ // // diff --git a/Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc b/Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc index 2011c70c2d208..6d5cf707005d9 100644 --- a/Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc +++ b/Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc @@ -2,7 +2,7 @@ Original Authors: Gero Flucke/Kolja Kaschube Created: Wed May 6 08:43:02 CEST 2009 - $Id: TkLasBeamFitter.cc,v 1.13 2013/05/17 18:12:18 chrjones Exp $ + $Id: TkLasBeamFitter.cc,v 1.12 2012/01/25 17:30:30 innocent Exp $ Description: Fitting LAS beams with track model and providing TrajectoryStateOnSurface for hits. diff --git a/Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc b/Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc index 9fca645c535e0..272e2d228d20d 100644 --- a/Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc +++ b/Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc @@ -1,8 +1,8 @@ /** \file ReadLaserRecHitAlgorithm.cc * Algorithm to read RecHits from the LaserBeams * - * $Date: 2008/11/07 11:04:19 $ - * $Revision: 1.4 $ + * $Date: 2007/12/04 23:51:47 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc b/Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc index aa3519094f89b..b2661ef425dc2 100644 --- a/Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc +++ b/Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc @@ -1,8 +1,8 @@ /** \file RecoAnalyzerRecHits.cc * plots for RecHits * - * $Date: 2013/01/03 23:50:05 $ - * $Revision: 1.12 $ + * $Date: 2012/12/26 20:35:50 $ + * $Revision: 1.11 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignment/test/RecoAnalyzerTC.cc b/Alignment/LaserAlignment/test/RecoAnalyzerTC.cc index 2299530c92cc2..ad1588a39b804 100644 --- a/Alignment/LaserAlignment/test/RecoAnalyzerTC.cc +++ b/Alignment/LaserAlignment/test/RecoAnalyzerTC.cc @@ -1,8 +1,8 @@ /** \file RecoAnalyzerTC.cc * function to get some information about the TrackCandidates * - * $Date: 2007/12/04 23:51:53 $ - * $Revision: 1.4 $ + * $Date: 2007/05/14 07:39:33 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h index 31cb90b26292f..1e9088a24f214 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h @@ -4,8 +4,8 @@ /** \class LaserBeamsBarrel * Define the LaserBeams which connect both TECs and TIB and TOB with eachother * - * $Date: 2009/05/26 07:12:23 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:28 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h index caad8a3a3225a..61375b1e842d4 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h @@ -4,8 +4,8 @@ /** \class LaserBeamsTEC1 * Laser Beams in the right Endcap * - * $Date: 2009/05/26 07:12:23 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:28 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h index 1785e5edfbf40..e132a04872e14 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h @@ -4,8 +4,8 @@ /** \class LaserBeamsTEC2 * Laser Beams in the left Endcap * - * $Date: 2009/05/26 07:12:23 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:28 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h b/Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h index 9d8eb3565b2f4..948348bc710bb 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h @@ -4,8 +4,8 @@ /** \class LaserOpticalPhysicsList * Define the Optical processes for the Simulation of the Laser Alignment System * - * $Date: 2007/12/04 23:53:05 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:28 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h b/Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h index eb03daf47290e..da6b27a09c33d 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h @@ -4,8 +4,8 @@ /** \class LaserPrimaryGeneratorAction * Primary Generator Action for the Laser Events * - * $Date: 2007/06/11 14:44:28 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:00:59 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h b/Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h index a927f19995bf0..f65a2f7b858da 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h @@ -4,8 +4,8 @@ /** \class LaserSteppingAction * Class for the Stepping action * - * $Date: 2007/06/11 14:44:28 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:00:59 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h b/Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h index f61614b277c12..de74a96382767 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h @@ -4,8 +4,8 @@ /** \class LaserSteppingVerbose * Class to manage verbose stepping * - * $Date: 2007/06/11 14:44:28 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:00:59 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ #include "G4SteppingVerbose.hh" diff --git a/Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h b/Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h index e6bd410bdaf07..d56d724dc9853 100644 --- a/Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h +++ b/Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h @@ -4,8 +4,8 @@ /** \class LaserTrackingAction * the Laser Tracking Action * - * $Date: 2011/09/16 06:40:35 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:28 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h b/Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h index 60ccb486339dd..70687a6929411 100644 --- a/Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h +++ b/Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h @@ -4,8 +4,8 @@ /** \class MaterialProperties * Class to define custom material properties * - * $Date: 2007/06/11 14:44:28 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:01:00 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc index 79cb60c2b5582..337513b832aba 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc @@ -3,8 +3,8 @@ * an empty MCHepEvent will be generated (needed by OscarProducer). The actual simulation of * the laser beams is done in the SimWatcher attached to OscarProducer * - * $Date: 2012/11/02 19:05:24 $ - * $Revision: 1.1 $ + * $Date: 2011/09/16 06:23:27 $ + * $Revision: 1.6 $ * \author Maarten Thomas */ // system include files diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h index 65a526c672480..e8943628ec991 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h @@ -6,8 +6,8 @@ * an empty MCHepEvent will be generated (needed by OscarProducer). The actual simulation of * the laser beams is done in the SimWatcher attached to OscarProducer * - * $Date: 2012/11/02 19:05:24 $ - * $Revision: 1.1 $ + * $Date: 2007/12/04 23:53:06 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc index 7f90dd0f411ef..eeb2deed9d067 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc @@ -1,8 +1,8 @@ /** \file LaserAlignmentSimulation.cc * SimWatcher for the simulation of the Laser Alignment System of the CMS Tracker * - * $Date: 2012/11/02 19:08:11 $ - * $Revision: 1.7 $ + * $Date: 2010/02/25 00:27:58 $ + * $Revision: 1.6 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h index 7a0d9f35f9168..94d147097b9b1 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h @@ -4,8 +4,8 @@ /** \class LaserAlignmentSimulation * SimWatcher for the simulation of the Laser Alignment System of the CMS Tracker * - * $Date: 2007/12/04 23:53:06 $ - * $Revision: 1.4 $ + * $Date: 2007/03/20 12:01:00 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc b/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc index e4ca5ab46a9ba..17c4874542ce7 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc @@ -1,8 +1,8 @@ /** \file LaserOpticalPhysics.cc * Custom Physics to activate optical processes for the simulation of the Laser Alignment System * - * $Date: 2012/11/02 19:08:11 $ - * $Revision: 1.12 $ + * $Date: 2010/08/02 13:09:56 $ + * $Revision: 1.11 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h b/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h index 7a4b3a6c32c8e..1338536d72880 100644 --- a/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h +++ b/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h @@ -4,8 +4,8 @@ /** \class LaserOpticalPhysics * Custom physics to activate optical processes for the simulation of the Laser Alignment System * - * $Date: 2010/08/02 13:09:56 $ - * $Revision: 1.5 $ + * $Date: 2009/12/10 18:10:05 $ + * $Revision: 1.4 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc b/Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc index 6446f9f6ab488..2cf61a7317d4f 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc @@ -1,8 +1,8 @@ /** \file LaserBeamsBarrel.cc * * - * $Date: 2011/09/16 06:25:53 $ - * $Revision: 1.8 $ + * $Date: 2010/09/09 18:22:48 $ + * $Revision: 1.7 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc b/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc index 26b3dbf6920da..67dd97580beb2 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc @@ -1,8 +1,8 @@ /** \file LaserBeamsTEC1.cc * * - * $Date: 2011/09/16 06:40:53 $ - * $Revision: 1.8 $ + * $Date: 2010/09/09 18:22:48 $ + * $Revision: 1.7 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc b/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc index 95d973a92f922..64ef3cd2a20a1 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc @@ -1,8 +1,8 @@ /** \file LaserBeamsTEC2.cc * * - * $Date: 2011/09/16 06:40:53 $ - * $Revision: 1.8 $ + * $Date: 2010/09/09 18:22:48 $ + * $Revision: 1.7 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc b/Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc index 8c47488247651..3ca1427634eb4 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc @@ -1,8 +1,8 @@ /** \file LaserOpticalPhysicsList.cc * * - * $Date: 2012/11/21 16:38:47 $ - * $Revision: 1.6 $ + * $Date: 2008/03/10 12:52:52 $ + * $Revision: 1.5 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc b/Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc index 14a32d34be429..ce0227ee5157c 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc @@ -1,8 +1,8 @@ /** \file LaserPrimaryGeneratorAction.cc * * - * $Date: 2007/06/11 14:44:29 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:01:01 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc b/Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc index 69fc3cbb1cecb..aca6d05851c09 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc @@ -1,8 +1,8 @@ /** \file LaserSteppingAction.cc * * - * $Date: 2009/09/30 18:33:55 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:29 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc b/Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc index a5d0087507312..4ef444fa1cd48 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc @@ -1,8 +1,8 @@ /** \file LaserSteppingVerbose.cc * * - * $Date: 2007/06/11 14:44:29 $ - * $Revision: 1.3 $ + * $Date: 2007/03/20 12:01:01 $ + * $Revision: 1.2 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc b/Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc index 7937c9e947313..6447436902af6 100644 --- a/Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc +++ b/Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc @@ -1,8 +1,8 @@ /** \file LaserTrackingAction.cc * * - * $Date: 2007/03/20 12:01:01 $ - * $Revision: 1.2 $ + * $Date: Mon Mar 19 12:21:52 CET 2007 $ + * $Revision: 1.1 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc b/Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc index 1312f39e393c5..f5389cedafa1c 100644 --- a/Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc +++ b/Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc @@ -1,8 +1,8 @@ /** \file MaterialProperties.cc * * - * $Date: 2009/05/12 07:17:48 $ - * $Revision: 1.4 $ + * $Date: 2007/06/11 14:44:29 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc b/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc index 40b7400d736de..74133daa8f425 100644 --- a/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc +++ b/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc @@ -1,8 +1,8 @@ /** \file SimAnalyzer.cc * Get some statistics and plots about the simulation of the Laser Alignment System * - * $Date: 2011/09/16 06:49:08 $ - * $Revision: 1.7 $ + * $Date: 2009/12/14 22:21:45 $ + * $Revision: 1.6 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.h b/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.h index 6beff0cc81a65..30f8e3516892c 100644 --- a/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.h +++ b/Alignment/LaserAlignmentSimulation/test/SimAnalyzer.h @@ -4,8 +4,8 @@ /** \class SimAnalyzer * Get some statistics and plots about the simulation of the Laser Alignment System * - * $Date: 2009/12/14 22:21:45 $ - * $Revision: 1.6 $ + * $Date: 2008/01/05 15:30:17 $ + * $Revision: 1.5 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserDQM/plugins/LaserDQM.cc b/Alignment/LaserDQM/plugins/LaserDQM.cc index d490ad774aa97..68855deedbf18 100644 --- a/Alignment/LaserDQM/plugins/LaserDQM.cc +++ b/Alignment/LaserDQM/plugins/LaserDQM.cc @@ -1,8 +1,8 @@ /** \file LaserDQM.cc * DQM Monitors for Laser Alignment System * - * $Date: 2011/09/15 13:00:21 $ - * $Revision: 1.8 $ + * $Date: 2009/12/14 22:21:46 $ + * $Revision: 1.7 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserDQM/plugins/LaserDQM.h b/Alignment/LaserDQM/plugins/LaserDQM.h index 3b214e83a3dc5..1e34508d96e49 100644 --- a/Alignment/LaserDQM/plugins/LaserDQM.h +++ b/Alignment/LaserDQM/plugins/LaserDQM.h @@ -4,8 +4,8 @@ /** \class LaserDQM * DQM Monitor Elements for the Laser Alignment System * - * $Date: 2009/12/14 22:21:46 $ - * $Revision: 1.6 $ + * $Date: 2008/03/01 13:22:57 $ + * $Revision: 1.5 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc b/Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc index 1f31ca466f77e..cd42d3f916d84 100644 --- a/Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc +++ b/Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc @@ -1,8 +1,8 @@ /** \file LaserDQMInitMonitors.cc * Initialisation of the DQM Monitors * - * $Date: 2008/03/01 13:22:57 $ - * $Revision: 1.4 $ + * $Date: 2007/12/04 23:54:44 $ + * $Revision: 1.3 $ * \author Maarten Thomas */ diff --git a/Alignment/LaserDQM/plugins/LaserDQMStatistics.cc b/Alignment/LaserDQM/plugins/LaserDQMStatistics.cc index 5ba007924afc7..a40f89666b83d 100644 --- a/Alignment/LaserDQM/plugins/LaserDQMStatistics.cc +++ b/Alignment/LaserDQM/plugins/LaserDQMStatistics.cc @@ -1,8 +1,8 @@ /** \file LaserDQMStatistics.cc * Fill the DQM Monitors * - * $Date: 2013/01/03 23:50:05 $ - * $Revision: 1.7 $ + * $Date: 2012/12/26 20:38:59 $ + * $Revision: 1.6 $ * \author Maarten Thomas */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeAlignmentAlgorithm.h b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeAlignmentAlgorithm.h index f9a8d8ed06401..69f4eba89a5c2 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeAlignmentAlgorithm.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeAlignmentAlgorithm.h @@ -7,9 +7,9 @@ /// /// \author : Gero Flucke /// date : October 2006 -/// $Revision: 1.37 $ -/// $Date: 2013/01/07 20:21:32 $ -/// (last update by $Author: wmtan $) +/// $Revision: 1.36 $ +/// $Date: 2012/08/10 09:01:11 $ +/// (last update by $Author: flucke $) #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h index 3bf775c17b736..fea070bf62f4e 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h @@ -7,9 +7,9 @@ /// /// \author : Gero Flucke /// date : October 2006 -/// $Revision: 1.15 $ -/// $Date: 2013/01/07 20:21:32 $ -/// (last update by $Author: wmtan $) +/// $Revision: 1.14 $ +/// $Date: 2010/10/26 20:52:23 $ +/// (last update by $Author: flucke $) #include "DataFormats/CLHEP/interface/AlgebraicObjects.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h index afac0a7c5016f..ddb3f87b20918 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h @@ -8,8 +8,8 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.4 $ - * $Date: 2008/10/14 07:19:32 $ + * $Revision: 1.3 $ + * $Date: 2007/03/16 17:03:02 $ * (last update by $Author: flucke $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h index ad79c2b4ffb85..9f591b6a2d10e 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h @@ -7,8 +7,8 @@ /// /// \author : Gero Flucke /// date : November 2006 -/// $Revision: 1.4 $ -/// $Date: 2010/10/26 20:49:42 $ +/// $Revision: 1.3 $ +/// $Date: 2007/03/16 17:03:02 $ /// (last update by $Author: flucke $) diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h b/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h index 09769d996a827..99ddd9bc1a8ba 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h @@ -7,9 +7,9 @@ * * Original author: Andreas Mussgiller, January 2011 * - * $Date: 2012/08/10 09:01:11 $ - * $Revision: 1.3 $ - * (last update by $Author: flucke $) + * $Date: 2011/02/18 17:08:13 $ + * $Revision: 1.2 $ + * (last update by $Author: mussgill $) */ #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h b/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h index 733e87aac4448..5932386261c39 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h +++ b/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h @@ -7,7 +7,7 @@ * * Original author: Andreas Mussgiller, January 2011 * - * $Date: 2011/02/16 12:52:46 $ + * $Date: 2010/09/10 10:26:20 $ * $Revision: 1.1 $ * (last update by $Author: mussgill $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C b/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C index 40859d8cce67b..0f2ed1c874283 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2013/03/07 12:31:06 $ +// last change : $Date: 2013/03/07 11:27:09 $ // by : $Author: flucke $ #include "CompareMillePede.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h b/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h index c9bfdf4fa2087..aa6c54d71fa97 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2013/03/07 11:27:09 $ +// last change : $Date: 2012/03/29 08:47:43 $ // by : $Author: flucke $ #ifndef COMPAREMILLEPEDE_H #define COMPAREMILLEPEDE_H diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C index 779796380d440..532ca7176d9ae 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C @@ -3,7 +3,7 @@ // GFHistArray // Author: Gero Flucke // Date: May 31st, 2002 -// last update: $Date: 2009/01/20 20:21:39 $ +// last update: $Date: 2007/04/04 12:33:17 $ // by: $Author: flucke $ // diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C index 94e40dc7ab973..433574e0d83bb 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C @@ -3,7 +3,7 @@ // GFHistManager // Author: Gero Flucke // Date: Feb. 10th, 2002 -// last update: $Date: 2012/12/07 10:07:24 $ +// last update: $Date: 2012/03/29 07:57:38 $ // by: $Author: flucke $ // diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C index a83aac8b389a3..3bc9da423f6c7 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C @@ -1,6 +1,6 @@ // Author: Gero Flucke // Date: October 2007 -// last update: $Date: 2013/04/12 07:06:16 $ +// last update: $Date: 2012/05/12 19:14:58 $ // by: $Author: flucke $ #include "GFOverlay.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h index c67917c7c0993..b541cb3904c23 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h @@ -7,7 +7,7 @@ // Author: Gero Flucke // Date: October 2007 -// last update: $Date: 2013/04/12 07:06:17 $ +// last update: $Date: 2012/03/29 08:48:50 $ // by: $Author: flucke $ // // Class to overlay hists with same names from (several) different files. diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C b/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C index 38af3a034e563..58274f9dae390 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2012/03/29 08:13:18 $ +// last change : $Date: 2011/08/08 21:55:48 $ // by : $Author: flucke $ #include "TTree.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h b/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h index f7762cde0bc02..e78df6cbc1cd1 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2013/03/07 11:27:40 $ +// last change : $Date: 2012/03/29 08:13:18 $ // by : $Author: flucke $ #ifndef MILLEPEDETREES_H diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C index 430e5a882cc43..f697d85938edc 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2011/02/11 10:46:20 $ +// last change : $Date: 2009/01/20 20:21:38 $ // by : $Author: flucke $ #include "PlotMilleMonitor.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h index a58d29729643e..24325664c89e2 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2009/01/20 20:21:39 $ +// last change : $Date: 2009/01/20 18:28:38 $ // by : $Author: flucke $ #ifndef PLOTMILLEMONITOR_H #define PLOTMILLEMONITOR_H diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C index 0e3078a66db55..88b8e9b4518c3 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2013/04/09 20:54:11 $ +// last change : $Date: 2013/03/07 11:22:10 $ // by : $Author: flucke $ #include "PlotMillePede.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h index d24072a5e7917..830f5b5747611 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h @@ -1,7 +1,7 @@ #ifndef PLOTMILLEPEDE_H #define PLOTMILLEPEDE_H // Original Author: Gero Flucke -// last change : $Date: 2013/03/07 11:22:10 $ +// last change : $Date: 2012/06/25 13:19:30 $ // by : $Author: flucke $ // // PlotMillePede is a class to interprete the content of the ROOT diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C index 205d33351071c..dd75f9ee2e121 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2012/06/25 13:21:53 $ +// last change : $Date: 2012/03/29 08:42:23 $ // by : $Author: flucke $ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h index dd5f0807a210a..2d52d1a092953 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h @@ -1,7 +1,7 @@ #ifndef PLOTMILLEPEDEIOV_H #define PLOTMILLEPEDEIOV_H // Original Author: Gero Flucke -// last change : $Date: 2013/03/07 11:30:08 $ +// last change : $Date: 2012/06/25 13:21:53 $ // by : $Author: flucke $ // // PlotMillePedeIOV is a class to plot the IOV dependence of pede parameters diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C b/Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C index 9eacc1fc145aa..ca7f86d07ec2a 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C @@ -1,5 +1,5 @@ // Original Author: Gero Flucke -// last change : $Date: 2012/05/12 19:20:58 $ +// last change : $Date: 2009/01/20 20:21:38 $ // by : $Author: flucke $ void allMillePede(bool forceCompile = false) { diff --git a/Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C b/Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C index ac69d0a6d8397..925827c60b0d8 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C +++ b/Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C @@ -7,7 +7,7 @@ // // Author : Gero Flucke // Date : July 2007 -// Last update: $Date: 2011/08/09 13:21:03 $ by $Author: flucke $ +// Last update: $Date: 2009/01/20 20:22:27 $ by $Author: flucke $ // // // Usage: diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl index c0da5ea479fff..37ce7ead36a8e 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 17-Oct-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.7 $ -# $Date: 2011/06/15 14:24:52 $ +# $Revision: 1.6 $ +# $Date: 2010/08/12 12:55:08 $ # # Try periodically to fire merge job. # Terminate when done diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.pl index b56a17a7fdebb..0f1be2b5fbc5f 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 09-Jul-2007 # A. Parenti, DESY Hamburg 24-Apr-2008 -# $Revision: 1.35 $ by $Author: jbehr $ -# $Date: 2013/05/30 13:37:00 $ +# $Revision: 1.34 $ by $Author: jbehr $ +# $Date: 2013/05/29 16:02:07 $ # # Check output from jobs that have FETCH status # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.pl index 436356b39d39b..e6a89bab7d2f6 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 07-Jul-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.4 $ -# $Date: 2012/09/10 15:11:04 $ +# $Revision: 1.3 $ +# $Date: 2009/01/07 18:25:14 $ # # Fetch jobs that have DONE status # This step is mainly foreseen in case job result files need diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.pl index af84ffc601525..20b13d14f97df 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 3-Jul-2007 # A. Parenti, DESY Hamburg 21-Apr-2008 -# $Revision: 1.27 $ by $Author: jbehr $ -# $Date: 2012/09/10 15:11:04 $ +# $Revision: 1.26 $ by $Author: jbehr $ +# $Date: 2011/09/22 13:48:11 $ # # Submit jobs that are setup in local mps database # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl index f8d93afdacd76..2221825935c71 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 16-Jul-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.4 $ -# $Date: 2012/09/10 15:11:05 $ +# $Revision: 1.3 $ +# $Date: 2009/01/07 18:26:00 $ # # Kill all jobs being processed by ZARAH, # i.e. those pending, running or suspended. diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.pl index 35b3a7b443fcb..e6e9737395956 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.pl @@ -2,8 +2,8 @@ # R. Mankel, DESY Hamburg 03-Jul-2007 # A. Parenti, DESY Hamburg 24-Apr-2008 # -# $Revision: 1.29 $ -# $Date: 2013/04/22 11:26:31 $ +# $Revision: 1.28 $ +# $Date: 2013/04/22 08:42:20 $ # # produce cfg file for merging run # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl index 45c8015506a93..61aa47eeaa50d 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 10-Jul-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.7 $ by $Author: jbehr $ -# $Date: 2012/09/10 15:11:05 $ +# $Revision: 1.6 $ by $Author: flucke $ +# $Date: 2009/06/24 10:13:36 $ # # Re-Setup failed jobs for resubmission # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl index 7977224f851e7..e242077251b11 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 11-Oct-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.12 $ by $Author: parenti $ -# $Date: 2010/03/11 11:14:35 $ +# $Revision: 1.11 $ by $Author: flucke $ +# $Date: 2009/06/24 10:14:03 $ # # Save output from jobs that have FETCH status # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl index 6cfe4e28cb892..4226d8bae7e7d 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 06-Jul-2007 # A. Parenti, DESY Hamburg 27-Mar-2008 -# $Revision: 1.8 $ -# $Date: 2011/06/15 14:51:45 $ +# $Revision: 1.7 $ +# $Date: 2011/06/15 14:24:52 $ # # Prepare the run script for this job. # The main action is to embed the output directory diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl index 0522fa6156b53..c7d572ce789dc 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 06-Jul-2007 # A. Parenti, DESY Hamburg 27-Mar-2008 -# $Revision: 1.9 $ -# $Date: 2012/02/13 09:25:12 $ +# $Revision: 1.8 $ +# $Date: 2011/06/15 14:51:45 $ # # Prepare the run script for the merge job. # The main action is to embed the output directory diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.pl index 934d2aad0c949..0b17a599b270c 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 08-Oct-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.27 $ -# $Date: 2012/03/26 15:11:58 $ +# $Revision: 1.26 $ +# $Date: 2011/11/22 14:21:01 $ # # Setup local mps database # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl index c6781c5a9a2a1..ac69c121ecd48 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # G. Fluck, Uni Hamburg 13-May-2009 -# $Revision: 1.4 $ by $Author: jbehr $ -# $Date: 2012/10/29 13:10:32 $ +# $Revision: 1.3 $ by $Author: jbehr $ +# $Date: 2012/09/10 13:10:37 $ # # Setup an extra pede # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.pl index ce5f28556bfff..d7a02b53084e4 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 03-Jul-2007 # A. Parenti, DESY Hamburg 27-Mar-2008 -# $Revision: 1.10 $ -# $Date: 2012/01/20 10:21:28 $ +# $Revision: 1.9 $ +# $Date: 2011/06/15 14:24:52 $ # # Take card file, blank all INFI directives and insert # the INFI directives from the modifier file instead. diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl index 4a85b09b470e0..c7b762f2c2028 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 06-Jul-2007 # A. Parenti, DESY Hamburg 27-Mar-2008 -# $Revision: 1.4 $ by $Author: flucke $ -# $Date: 2010/04/19 15:03:20 $ +# $Revision: 1.3 $ by $Author$ +# $Date: 2009/01/07 18:27:49 $ # # Extract INFI directives from input file # and write chunk to standard output according to diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.pl index b316f6c34e3e1..2dfac67e6c15b 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 28-Nov-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.3 $ -# $Date: 2009/01/07 18:28:40 $ +# $Revision: 1.2 $ +# $Date: 2008/04/17 16:38:47 $ # # Display local mps database # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.pl b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.pl index cab5181b80d62..e7a024124548a 100755 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.pl +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.pl @@ -1,8 +1,8 @@ #!/usr/bin/env perl # R. Mankel, DESY Hamburg 06-Jul-2007 # A. Parenti, DESY Hamburg 16-Apr-2008 -# $Revision: 1.7 $ by $Author: jbehr $ -# $Date: 2012/09/10 15:11:05 $ +# $Revision: 1.6 $ by $Author: jbehr $ +# $Date: 2011/06/15 14:24:52 $ # # Update local mps database with batch job status # diff --git a/Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm b/Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm index 5eb2e7390688f..50d13577a3677 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm +++ b/Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm @@ -1,6 +1,6 @@ package Mpslib; # assumes Some/Module.pm -# $Revision: 1.10 $ by $Author: flucke $ +# $Revision: 1.9 $ by $Author: jbehr $ # # Meaning of the database variables: # diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc b/Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc index 60388017c8bea..9f7784bc739c9 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc @@ -2,9 +2,9 @@ * \file Mille.cc * \author : Gero Flucke * date : October 2006 - * $Revision: 1.4 $ - * $Date: 2007/12/04 23:55:25 $ - * (last update by $Author: ratnik $) + * $Revision: 1.3 $ + * $Date: 2007/04/16 17:47:38 $ + * (last update by $Author: flucke $) */ #include "Mille.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/Mille.h b/Alignment/MillePedeAlignmentAlgorithm/src/Mille.h index d721ebe1b73c5..553cb8012604c 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/Mille.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/Mille.h @@ -18,8 +18,8 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.3 $ - * $Date: 2007/04/16 17:47:38 $ + * $Revision: 1.2 $ + * $Date: 2007/03/16 16:44:47 $ * (last update by $Author: flucke $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeAlignmentAlgorithm.cc b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeAlignmentAlgorithm.cc index c5777c098c21e..2b60de0f1e794 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeAlignmentAlgorithm.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeAlignmentAlgorithm.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.81 $ - * $Date: 2013/05/31 12:41:11 $ - * (last update by $Author: flucke $) + * $Revision: 1.80 $ + * $Date: 2013/01/07 20:21:32 $ + * (last update by $Author: wmtan $) */ #include "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeAlignmentAlgorithm.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc index 38d46feacc47e..1a2962fae677b 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.25 $ - * $Date: 2013/01/07 20:21:32 $ - * (last update by $Author: wmtan $) + * $Revision: 1.24 $ + * $Date: 2011/02/16 13:11:57 $ + * (last update by $Author: mussgill $) */ #include "DataFormats/GeometrySurface/interface/Surface.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc index 3b50f974569f8..35a9e206b88c4 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc @@ -4,8 +4,8 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.5 $ - * $Date: 2008/10/14 07:19:32 $ + * $Revision: 1.4 $ + * $Date: 2007/08/17 17:20:05 $ * (last update by $Author: flucke $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc index f090f7431d14e..17aa738f0b34f 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.7 $ - * $Date: 2011/09/15 12:20:09 $ - * (last update by $Author: mussgill $) + * $Revision: 1.6 $ + * $Date: 2008/10/14 07:19:32 $ + * (last update by $Author: flucke $) */ // this class's header diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.cc b/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.cc index 4757486b8d78d..732da4ac611d1 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.3 $ - * $Date: 2013/02/28 16:34:50 $ - * (last update by $Author: jbehr $) + * $Revision: 1.2 $ + * $Date: 2012/08/10 09:01:11 $ + * (last update by $Author: flucke $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.h b/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.h index 75dfcf0023d5c..6e7193025c6d5 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/MomentumDependentPedeLabeler.h @@ -8,9 +8,9 @@ * * \author : Gero Flucke * date : September 2007 - * $Date: 2012/08/10 09:01:11 $ - * $Revision: 1.2 $ - * (last update by $Author: flucke $) + * $Date: 2011/03/05 20:12:23 $ + * $Revision: 1.1 $ + * (last update by $Author: mussgill $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.cc b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.cc index 0a48c6ae47f69..4fb3cadf9f20c 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.8 $ - * $Date: 2011/02/16 12:52:46 $ - * (last update by $Author: mussgill $) + * $Revision: 1.7 $ + * $Date: 2010/10/26 20:49:42 $ + * (last update by $Author: flucke $) */ #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.h b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.h index d3687d507ba2f..001cbbcd441c9 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabeler.h @@ -8,9 +8,9 @@ * * \author : Gero Flucke * date : September 2007 - * $Date: 2012/08/10 09:01:11 $ - * $Revision: 1.6 $ - * (last update by $Author: flucke $) + * $Date: 2011/02/16 12:52:46 $ + * $Revision: 1.5 $ + * (last update by $Author: mussgill $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc index ec406e33d6936..5f089ecd2e969 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc @@ -4,9 +4,9 @@ * * Original author: Andreas Mussgiller, January 2011 * - * $Date: 2012/08/10 09:01:11 $ - * $Revision: 1.4 $ - * (last update by $Author: flucke $) + * $Date: 2011/02/23 16:58:34 $ + * $Revision: 1.3 $ + * (last update by $Author: mussgill $) */ #include "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc index 1d310425bf4e4..0723110b46fb2 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc @@ -4,7 +4,7 @@ * * Original author: Andreas Mussgiller, January 2011 * - * $Date: 2011/02/16 12:52:46 $ + * $Date: 2010/09/10 10:26:20 $ * $Revision: 1.1 $ * (last update by $Author: mussgill $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc b/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc index 7afc6310c507a..cad83ffa0dc1a 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc @@ -3,8 +3,8 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.15 $ - * $Date: 2013/05/29 08:52:48 $ + * $Revision: 1.14 $ + * $Date: 2012/08/10 09:01:11 $ * (last update by $Author: flucke $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h b/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h index 2d2266f2901e0..7f675013a58f1 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h @@ -8,9 +8,9 @@ * * \author : Gero Flucke * date : November 2006 - * $Revision: 1.5 $ - * $Date: 2012/08/10 09:01:11 $ - * (last update by $Author: flucke $) + * $Revision: 1.4 $ + * $Date: 2011/02/16 13:11:57 $ + * (last update by $Author: mussgill $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc b/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc index f6f71ff9c2b2a..d260e5e0852b3 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.32 $ - * $Date: 2012/06/30 10:19:14 $ - * (last update by $Author: eulisse $) + * $Revision: 1.31 $ + * $Date: 2011/02/16 13:11:57 $ + * (last update by $Author: mussgill $) */ #include "PedeSteerer.h" diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h b/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h index ad9d2d055b859..b11e66f7b21a4 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h @@ -8,8 +8,8 @@ * * \author : Gero Flucke * date : October 2006 - * $Date: 2011/02/16 13:11:57 $ - * $Revision: 1.21 $ + * $Date: 2010/09/10 13:31:54 $ + * $Revision: 1.20 $ * (last update by $Author: mussgill $) */ diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.cc b/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.cc index fc670bdf42d76..f50496e1118d6 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.cc +++ b/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.cc @@ -3,9 +3,9 @@ * * \author : Gero Flucke * date : October 2006 - * $Revision: 1.5 $ - * $Date: 2013/02/28 16:34:50 $ - * (last update by $Author: jbehr $) + * $Revision: 1.4 $ + * $Date: 2012/08/10 09:01:11 $ + * (last update by $Author: flucke $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.h b/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.h index b68d8a54fa65a..134e72cfe4109 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.h +++ b/Alignment/MillePedeAlignmentAlgorithm/src/RunRangeDependentPedeLabeler.h @@ -8,9 +8,9 @@ * * \author : Gero Flucke * date : September 2007 - * $Date: 2012/08/10 09:01:11 $ - * $Revision: 1.2 $ - * (last update by $Author: flucke $) + * $Date: 2011/02/16 13:12:41 $ + * $Revision: 1.1 $ + * (last update by $Author: mussgill $) */ #include diff --git a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py index 1a4280837af9f..10ee9e3d0b843 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py +++ b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py @@ -1,4 +1,4 @@ -# last update on $Date: 2010/12/14 01:36:38 $ by $Author: flucke $ +# last update on $Date: 2010/09/10 13:33:44 $ by $Author: mussgill $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py index 68ce9c3d953aa..163f7bd0aff83 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py +++ b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py @@ -2,7 +2,7 @@ # .../CMSSW/Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h # to compare two different geometries. # -# last update on $Date: 2011/10/20 16:37:13 $ by $Author: flucke $ +# last update on $Date: 2010/12/14 01:36:38 $ by $Author: flucke $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py index 2b1596e145c18..d7b95af5b77dc 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py +++ b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py @@ -1,4 +1,4 @@ -# last update on $Date: 2009/07/27 15:49:38 $ by $Author: flucke $ +# last update on $Date: 2009/07/17 14:17:33 $ by $Author: kaschube $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py index 77cf88b47d7bd..311de3d99574c 100644 --- a/Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py +++ b/Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py @@ -1,4 +1,4 @@ -# last update on $Date: 2010/02/26 12:14:59 $ by $Author: frmeier $ +# last update on $Date: 2010/02/25 18:44:14 $ by $Author: frmeier $ import FWCore.ParameterSet.Config as cms diff --git a/Alignment/MuonAlignment/interface/AlignableCSCChamber.h b/Alignment/MuonAlignment/interface/AlignableCSCChamber.h index 736b4d6732ad4..5779a3d0b82eb 100644 --- a/Alignment/MuonAlignment/interface/AlignableCSCChamber.h +++ b/Alignment/MuonAlignment/interface/AlignableCSCChamber.h @@ -4,8 +4,8 @@ /** \class AlignableCSCChamber * The alignable muon CSC chamber. * - * $Date: 2008/03/26 21:58:50 $ - * $Revision: 1.13 $ + * $Date: 2008/02/14 09:39:19 $ + * $Revision: 1.12 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableCSCEndcap.h b/Alignment/MuonAlignment/interface/AlignableCSCEndcap.h index 9ac7a94fe255e..c0c9f180cf2f8 100644 --- a/Alignment/MuonAlignment/interface/AlignableCSCEndcap.h +++ b/Alignment/MuonAlignment/interface/AlignableCSCEndcap.h @@ -4,8 +4,8 @@ /** \class AlignableCSCCEndcap * The alignable muon CSC endcap. * - * $Date: 2011/09/15 09:40:22 $ - * $Revision: 1.11 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableCSCRing.h b/Alignment/MuonAlignment/interface/AlignableCSCRing.h index c8ce28a4aab0d..5b3b3f0ce37b6 100644 --- a/Alignment/MuonAlignment/interface/AlignableCSCRing.h +++ b/Alignment/MuonAlignment/interface/AlignableCSCRing.h @@ -4,8 +4,8 @@ /** \class AlignableCSCRing * The alignable muon CSC ring. * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.4 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.3 $ * \author Jim Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignment/interface/AlignableCSCStation.h b/Alignment/MuonAlignment/interface/AlignableCSCStation.h index 95259a4ef4fbc..1117115687db2 100644 --- a/Alignment/MuonAlignment/interface/AlignableCSCStation.h +++ b/Alignment/MuonAlignment/interface/AlignableCSCStation.h @@ -4,8 +4,8 @@ /** \class AlignableCSCStation * The alignable muon CSC station. * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.13 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.12 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableDTBarrel.h b/Alignment/MuonAlignment/interface/AlignableDTBarrel.h index 8b5d17a2c7e97..cab106bca7a88 100644 --- a/Alignment/MuonAlignment/interface/AlignableDTBarrel.h +++ b/Alignment/MuonAlignment/interface/AlignableDTBarrel.h @@ -4,8 +4,8 @@ /** \class AlignableDTBarrel * The alignable muon DT barrel. * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.11 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableDTChamber.h b/Alignment/MuonAlignment/interface/AlignableDTChamber.h index 407690e2fbcd5..bc2d716a545fa 100644 --- a/Alignment/MuonAlignment/interface/AlignableDTChamber.h +++ b/Alignment/MuonAlignment/interface/AlignableDTChamber.h @@ -4,8 +4,8 @@ /** \class AlignableDTChamber * The alignable muon DT chamber. * - * $Date: 2008/03/26 21:58:55 $ - * $Revision: 1.13 $ + * $Date: 2008/02/14 09:39:20 $ + * $Revision: 1.12 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableDTStation.h b/Alignment/MuonAlignment/interface/AlignableDTStation.h index 1524e264a45cc..ae67b52580a1f 100644 --- a/Alignment/MuonAlignment/interface/AlignableDTStation.h +++ b/Alignment/MuonAlignment/interface/AlignableDTStation.h @@ -4,8 +4,8 @@ /** \class AlignableDTStation * The alignable muon DT station. * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.11 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h b/Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h index 3e526e137920d..9c97befdec7cc 100644 --- a/Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h +++ b/Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h @@ -4,8 +4,8 @@ /** \class AlignableDTSuperLayer * The alignable muon DT superlayer. * - * $Date: 2008/03/26 21:59:00 $ - * $Revision: 1.1 $ + * $Date: Wed Mar 26 22:20:38 CET 2008 $ + * $Revision: 1.0 $ * \author Jim Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignment/interface/AlignableDTWheel.h b/Alignment/MuonAlignment/interface/AlignableDTWheel.h index b5d6c0e440d3e..deebe160dc999 100644 --- a/Alignment/MuonAlignment/interface/AlignableDTWheel.h +++ b/Alignment/MuonAlignment/interface/AlignableDTWheel.h @@ -4,8 +4,8 @@ /** \class AlignableDTWheel * The alignable muon DT wheel. * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.11 $ + * $Date: 2008/04/15 16:05:53 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/AlignableMuon.h b/Alignment/MuonAlignment/interface/AlignableMuon.h index a39d57e4cd732..30f7ea058a2c4 100644 --- a/Alignment/MuonAlignment/interface/AlignableMuon.h +++ b/Alignment/MuonAlignment/interface/AlignableMuon.h @@ -4,8 +4,8 @@ /** \class AlignableMuon * The alignable muon. * - * $Date: 2011/06/07 19:28:47 $ - * $Revision: 1.22 $ + * $Date: 2008/04/25 21:23:15 $ + * $Revision: 1.21 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/MuonAlignment.h b/Alignment/MuonAlignment/interface/MuonAlignment.h index 41a350d439d4b..90904aa621cc7 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignment.h +++ b/Alignment/MuonAlignment/interface/MuonAlignment.h @@ -4,8 +4,8 @@ /** \class MuonAlignment * The MuonAlignment helper class for alignment jobs * - * $Date: 2011/09/15 11:52:25 $ - * $Revision: 1.16 $ + * $Date: 2011/06/07 19:28:47 $ + * $Revision: 1.14 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h b/Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h index f8ac8c6b7fe17..48ab44d260cb9 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h +++ b/Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 6 17:30:40 CST 2008 -// $Id: MuonAlignmentInputDB.h,v 1.2 2009/10/07 20:46:38 pivarski Exp $ +// $Id: MuonAlignmentInputDB.h,v 1.1 2008/03/15 20:26:46 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h b/Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h index 33ef88be02cf7..b9e92dea64f9e 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h +++ b/Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 6 14:10:22 CST 2008 -// $Id: MuonAlignmentInputMethod.h,v 1.2 2008/03/20 21:39:26 pivarski Exp $ +// $Id: MuonAlignmentInputMethod.h,v 1.1 2008/03/15 20:26:46 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h b/Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h index 7882df6b06719..66108b9457da3 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h +++ b/Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri Mar 7 16:13:19 CST 2008 -// $Id: MuonAlignmentInputSurveyDB.h,v 1.1 2008/03/15 20:26:46 pivarski Exp $ +// $Id$ // // system include files diff --git a/Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h b/Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h index c04e41ca172c0..c5ae68809605a 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h +++ b/Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Mon Mar 10 16:37:55 CDT 2008 -// $Id: MuonAlignmentInputXML.h,v 1.9 2011/06/07 19:28:47 khotilov Exp $ +// $Id: MuonAlignmentInputXML.h,v 1.8 2010/07/30 04:20:13 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h b/Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h index 2808b1d5704f3..6620372557438 100644 --- a/Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h +++ b/Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri Mar 14 18:02:28 CDT 2008 -// $Id: MuonAlignmentOutputXML.h,v 1.4 2011/06/07 19:28:47 khotilov Exp $ +// $Id: MuonAlignmentOutputXML.h,v 1.3 2008/05/17 18:10:19 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/interface/MuonScenarioBuilder.h b/Alignment/MuonAlignment/interface/MuonScenarioBuilder.h index 1fc508c0daa02..23c6063b1ff85 100755 --- a/Alignment/MuonAlignment/interface/MuonScenarioBuilder.h +++ b/Alignment/MuonAlignment/interface/MuonScenarioBuilder.h @@ -4,8 +4,8 @@ /** \class MuonScenarioBuilder * The misalignment scenario builder. * - * $Date: 2011/06/07 19:28:47 $ - * $Revision: 1.6 $ + * $Date: 2009/09/15 17:09:58 $ + * $Revision: 1.5 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/plugins/MisalignedMuonESProducer.cc b/Alignment/MuonAlignment/plugins/MisalignedMuonESProducer.cc index 55cc08b8a8235..51de1d39e0601 100755 --- a/Alignment/MuonAlignment/plugins/MisalignedMuonESProducer.cc +++ b/Alignment/MuonAlignment/plugins/MisalignedMuonESProducer.cc @@ -5,8 +5,8 @@ /// when producing Misalignment scenarios. /// /// \file -/// $Date: 2010/05/14 21:07:59 $ -/// $Revision: 1.12 $ +/// $Date: 2009/03/26 09:56:51 $ +/// $Revision: 1.11 $ /// \author Andre Sznajder - UERJ(Brazil) /// diff --git a/Alignment/MuonAlignment/plugins/MuonGeometryArrange.h b/Alignment/MuonAlignment/plugins/MuonGeometryArrange.h index c5609a003bd3c..b3690a50453fb 100644 --- a/Alignment/MuonAlignment/plugins/MuonGeometryArrange.h +++ b/Alignment/MuonAlignment/plugins/MuonGeometryArrange.h @@ -14,8 +14,8 @@ * path p = { comparator } * * - * $Date: 2010/01/04 17:04:08 $ - * $Revision: 1.3 $ + * $Date: 2009/09/15 17:09:58 $ + * $Revision: 1.2 $ * \author Nhan Tran */ diff --git a/Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc b/Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc index 8ad9bce6805f2..5f8d9d6452056 100644 --- a/Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc +++ b/Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Sat Feb 16 00:04:55 CST 2008 -// $Id: MuonGeometryDBConverter.cc,v 1.16 2011/09/15 09:15:51 mussgill Exp $ +// $Id: MuonGeometryDBConverter.cc,v 1.15 2011/09/15 09:12:01 mussgill Exp $ // // diff --git a/Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc b/Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc index aeafd15e9c9bb..3a415a27027e8 100644 --- a/Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc +++ b/Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Sat Jul 3 13:33:13 CDT 2010 -// $Id: MuonGeometrySanityCheck.cc,v 1.5 2011/11/02 07:29:39 mussgill Exp $ +// $Id: MuonGeometrySanityCheck.cc,v 1.3 2011/10/12 22:13:00 khotilov Exp $ // // diff --git a/Alignment/MuonAlignment/src/AlignableCSCChamber.cc b/Alignment/MuonAlignment/src/AlignableCSCChamber.cc index aaeed0f4c98c7..24bd90459906c 100644 --- a/Alignment/MuonAlignment/src/AlignableCSCChamber.cc +++ b/Alignment/MuonAlignment/src/AlignableCSCChamber.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/03/01 21:21:22 $ - * $Revision: 1.12 $ + * $Date: 2008/03/26 21:59:18 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableCSCEndcap.cc b/Alignment/MuonAlignment/src/AlignableCSCEndcap.cc index 11de116a2e7e0..241ef902aead2 100644 --- a/Alignment/MuonAlignment/src/AlignableCSCEndcap.cc +++ b/Alignment/MuonAlignment/src/AlignableCSCEndcap.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 09:40:22 $ - * $Revision: 1.8 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.7 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableCSCRing.cc b/Alignment/MuonAlignment/src/AlignableCSCRing.cc index 8658b8f5b2290..ed42bcc3ede73 100644 --- a/Alignment/MuonAlignment/src/AlignableCSCRing.cc +++ b/Alignment/MuonAlignment/src/AlignableCSCRing.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.3 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.2 $ * \author Jim Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignment/src/AlignableCSCStation.cc b/Alignment/MuonAlignment/src/AlignableCSCStation.cc index bb9df854700ce..52c5732f517b0 100644 --- a/Alignment/MuonAlignment/src/AlignableCSCStation.cc +++ b/Alignment/MuonAlignment/src/AlignableCSCStation.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.7 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.6 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableDTBarrel.cc b/Alignment/MuonAlignment/src/AlignableDTBarrel.cc index 0c736c7ac44ce..c1cca826a9ed2 100644 --- a/Alignment/MuonAlignment/src/AlignableDTBarrel.cc +++ b/Alignment/MuonAlignment/src/AlignableDTBarrel.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.8 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.7 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableDTChamber.cc b/Alignment/MuonAlignment/src/AlignableDTChamber.cc index db256acf08fd5..876d0528b1d26 100644 --- a/Alignment/MuonAlignment/src/AlignableDTChamber.cc +++ b/Alignment/MuonAlignment/src/AlignableDTChamber.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/03/02 09:03:50 $ - * $Revision: 1.13 $ + * $Date: 2008/03/26 21:59:25 $ + * $Revision: 1.10 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableDTStation.cc b/Alignment/MuonAlignment/src/AlignableDTStation.cc index 1518e279f901b..7046865e46a80 100644 --- a/Alignment/MuonAlignment/src/AlignableDTStation.cc +++ b/Alignment/MuonAlignment/src/AlignableDTStation.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.6 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.5 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc b/Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc index 4788cb4eb64a7..ea49f9080d304 100644 --- a/Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc +++ b/Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/03/01 21:21:22 $ - * $Revision: 1.3 $ + * $Date: 2008/03/26 21:59:30 $ + * $Revision: 1.1 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableDTWheel.cc b/Alignment/MuonAlignment/src/AlignableDTWheel.cc index 14153eeb0b4a6..d07e11def4379 100644 --- a/Alignment/MuonAlignment/src/AlignableDTWheel.cc +++ b/Alignment/MuonAlignment/src/AlignableDTWheel.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/15 10:07:07 $ - * $Revision: 1.6 $ + * $Date: 2008/04/10 16:36:41 $ + * $Revision: 1.5 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/AlignableMuon.cc b/Alignment/MuonAlignment/src/AlignableMuon.cc index 3a2325914e032..cbfe940eebdbd 100644 --- a/Alignment/MuonAlignment/src/AlignableMuon.cc +++ b/Alignment/MuonAlignment/src/AlignableMuon.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/06/07 19:38:24 $ - * $Revision: 1.22 $ + * $Date: 2008/04/25 21:23:15 $ + * $Revision: 1.21 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc b/Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc index f21b1d7e20610..aa4b5c5b7d146 100644 --- a/Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc +++ b/Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 6 17:30:46 CST 2008 -// $Id: MuonAlignmentInputDB.cc,v 1.5 2011/09/15 11:08:01 mussgill Exp $ +// $Id: MuonAlignmentInputDB.cc,v 1.4 2009/10/07 20:46:39 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc b/Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc index 76b56b39a9964..50236a99ede86 100644 --- a/Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc +++ b/Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 6 14:25:07 CST 2008 -// $Id: MuonAlignmentInputMethod.cc,v 1.4 2010/05/14 21:07:59 pivarski Exp $ +// $Id: MuonAlignmentInputMethod.cc,v 1.3 2009/01/19 11:07:37 flucke Exp $ // // system include files diff --git a/Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc b/Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc index 021b955a79df0..ed1cbec8b8f5b 100644 --- a/Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc +++ b/Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Thu Mar 6 17:30:46 CST 2008 -// $Id: MuonAlignmentInputSurveyDB.cc,v 1.2 2008/03/20 21:39:26 pivarski Exp $ +// $Id: MuonAlignmentInputSurveyDB.cc,v 1.1 2008/03/15 20:26:46 pivarski Exp $ // // system include files diff --git a/Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc b/Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc index 2b3803e509111..716ae4288f20c 100644 --- a/Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc +++ b/Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Mon Mar 10 16:37:40 CDT 2008 -// $Id: MuonAlignmentInputXML.cc,v 1.17 2011/06/07 19:38:24 khotilov Exp $ +// $Id: MuonAlignmentInputXML.cc,v 1.16 2011/03/22 09:49:50 innocent Exp $ // // system include files diff --git a/Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc b/Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc index 75cd06c9c78fa..e9545dd043783 100644 --- a/Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc +++ b/Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Mar 14 18:02:33 CDT 2008 -// $Id: MuonAlignmentOutputXML.cc,v 1.10 2012/06/30 09:13:41 eulisse Exp $ +// $Id: MuonAlignmentOutputXML.cc,v 1.9 2011/06/07 19:38:24 khotilov Exp $ // // system include files diff --git a/Alignment/MuonAlignment/src/MuonScenarioBuilder.cc b/Alignment/MuonAlignment/src/MuonScenarioBuilder.cc index a374d0d060707..1557dd5f61c25 100755 --- a/Alignment/MuonAlignment/src/MuonScenarioBuilder.cc +++ b/Alignment/MuonAlignment/src/MuonScenarioBuilder.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/10/12 22:13:10 $ - * $Revision: 1.10 $ + * $Date: 2011/06/07 19:38:24 $ + * $Revision: 1.9 $ * \author Andre Sznajder - UERJ(Brazil) */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h b/Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h index 166dbf4aa40ae..ed203ff79a4e3 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_CSCPairConstraint_H /** \class CSCPairConstraint - * $Date: 2010/05/05 04:00:38 $ - * $Revision: 1.2 $ + * $Date: 2010/05/04 01:16:04 $ + * $Revision: 1.1 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h index df2b755d3e1a5..2f1d5a41a06f5 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_DTMuonLocalAlignment_h /** \class DTMuonLocalAlignment - * $Date: 2010/02/25 11:33:32 $ - * $Revision: 1.2 $ + * $Date$ + * $Revision: 1.3 $ * \author Luca Scodellaro */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h index 8070d1a01c60e..635df9e9a4d24 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_DTMuonMillepede_H /** \class DTMuonMillepede - * $Date: 2011/09/15 08:52:14 $ - * $Revision: 1.3 $ + * $Date: 2010/02/25 11:33:32 $ + * $Revision: 1.2 $ * \author Luca Scodellaro */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h index 0f177ed52ddce..f91e8cfcd6ba5 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_DTMuonSLToSL_H /** \class DTMuonSLToSL - * $Date: 2010/02/25 11:33:32 $ - * $Revision: 1.2 $ + * $Date$ + * $Revision: 1.3 $ * \author Luca Scodellaro */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h index 9fd87feb70e6c..aefd69937609b 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of muon chamber residuals for CSC * - * $Id: MuonCSCChamberResidual.h,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h index e346f3fd5a7fb..e91e0e3eb50e0 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h @@ -5,7 +5,7 @@ * * Abstract base class for muon chamber residulas * - * $Id: MuonChamberResidual.h,v 1.7 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h index 6a36fc9329e69..f09a097e0699e 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of muon chamber residuals for axial DT layers * - * $Id: MuonDT13ChamberResidual.h,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h index d4f9814afcc3c..78a1f880f9432 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of muon chamber residuals for transverse DT layers * - * $Id: MuonDT2ChamberResidual.h,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h index dc5a65e9b5775..528a19697ea33 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h @@ -6,7 +6,7 @@ * Second level abstraction class for muon chamber residulas: * for alignment using individual rechits it implements linear segment fit of hits. * - * $Id: MuonHitsChamberResidual.h,v 1.1 2011/10/12 23:32:07 khotilov Exp $ + * $Id: $ * \author V. Khotilovich - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonInfoTuple.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonInfoTuple.h index 894ce062a7e0b..22e88bcafb998 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonInfoTuple.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonInfoTuple.h @@ -1,8 +1,8 @@ #ifndef Alignment_MuonAlignmentAlgorithms_MuonInfoTuple_H #define Alignment_MuonAlignmentAlgorithms_MuonInfoTuple_H -/* $Date: 2010/02/25 11:33:32 $ - * $Revision: 1.2 $ +/* $Date$ + * $Revision: 1.3 $ * \author Luca Scodellaro */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h index 1e8e500f59955..8cd66a31e25b0 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h @@ -3,7 +3,7 @@ /** \class MuonResiduals1DOFFitter * $Date: Fri Apr 17 16:09:40 CDT 2009 - * $Revision: 1.5 $ + * $Revision: 1.4 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h index e3756c3c7f97b..3e06a3bf4aa68 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h @@ -3,7 +3,7 @@ /** \class MuonResiduals5DOFFitter * $Date: Fri Apr 17 15:29:54 CDT 2009 - * $Revision: 1.6 $ + * $Revision: 1.5 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h index 780d0758aaaf5..19acffe1e1600 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h @@ -3,7 +3,7 @@ /** \class MuonResiduals6DOFFitter * $Date: Thu Apr 16 14:20:58 CDT 2009 - * $Revision: 1.6 $ + * $Revision: 1.5 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h index 898ba15d06b5c..3336e79d3b81c 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h @@ -3,7 +3,7 @@ /** \class MuonResiduals6DOFrphiFitter * $Date: Thu Apr 16 21:29:15 CDT 2009 - * $Revision: 1.6 $ + * $Revision: 1.5 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h index ff00393a8f281..e99ed700f2793 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsAngleFitter_H /** \class MuonResidualsAngleFitter - * $Date: 2011/10/12 23:18:05 $ - * $Revision: 1.11 $ + * $Date: 2010/03/12 22:23:18 $ + * $Revision: 1.10 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h index 3da9157dfadc8..94142da0176c3 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsBfieldAngleFitter_H /** \class MuonResidualsBfieldAngleFitter - * $Date: 2011/10/12 23:18:05 $ - * $Revision: 1.6 $ + * $Date: 2010/03/12 22:23:26 $ + * $Revision: 1.5 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h index 37041f5073490..99d5cb40672c0 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h @@ -2,11 +2,11 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsFitter_H /** \class MuonResidualsFitter - * $Date: 2011/10/12 23:44:10 $ - * $Revision: 1.17 $ + * $Date: 2011/04/15 21:51:13 $ + * $Revision: 1.16 $ * \author J. Pivarski - Texas A&M University * - * $Id: MuonResidualsFitter.h,v 1.17 2011/10/12 23:44:10 khotilov Exp $ + * $Id: MuonResidualsFitter.h,v 1.16 2011/04/15 21:51:13 khotilov Exp $ */ #ifndef STANDALONE_FITTER diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h index d1e7b2d94731b..b7a5a1350b380 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h @@ -2,7 +2,7 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsFromTrack_H /** \class MuonResidualsFromTrack - * $Id: MuonResidualsFromTrack.h,v 1.4 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h index 4fff443c87799..af619de0157eb 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsPositionFitter_H /** \class MuonResidualsPositionFitter - * $Date: 2011/10/12 23:18:05 $ - * $Revision: 1.9 $ + * $Date: 2010/03/12 22:23:34 $ + * $Revision: 1.8 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h index c46507ef65cfc..d8df43ed7a5ec 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_MuonResidualsTwoBin_H /** \class MuonResidualsTwoBin - * $Date: 2011/10/12 23:45:21 $ - * $Revision: 1.11 $ + * $Date: 2011/04/15 21:51:13 $ + * $Revision: 1.10 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h index 7fcf5f72ceeaa..bf4dfa046c5ed 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of tracker muon chamber residuals for CSC * - * $Id: MuonTrackCSCChamberResidual.h,v 1.1 2011/10/12 23:32:07 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h index 50e80235e8627..e8269a2408e9f 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of tracker muon chamber residuals for axial DT layers * - * $Id: MuonTrackDT13ChamberResidual.h,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h index f56d48dbf92cc..1183edfc4170f 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h @@ -5,7 +5,7 @@ * * Implementation of tracker muon chamber residuals for transverse DT layers * - * $Id: MuonTrackDT2ChamberResidual.h,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h b/Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h index d2d8334078969..a1f1ddaf00e8b 100644 --- a/Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h +++ b/Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_ReadPGInfo_H /** \class ReadPGInfo - * $Date: 2010/03/29 13:18:43 $ - * $Revision: 1.4 $ + * $Date: 2010/02/25 11:33:32 $ + * $Revision: 1.3 $ * \author Luca Scodellaro */ diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h b/Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h index 2d7b860137447..a149bbf5c5795 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h +++ b/Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_CSCAlignmentCorrections_H /** \class CSCAlignmentCorrections - * $Date: 2010/05/27 19:40:03 $ - * $Revision: 1.1 $ + * $Date: 2010/05/12 21:57:51 $ + * $Revision: 1.2 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h b/Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h index 80d4ff849e6ca..d65a18d88a386 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h +++ b/Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_CSCChamberFitter_H /** \class CSCChamberFitter - * $Date: 2010/05/27 19:40:03 $ - * $Revision: 1.1 $ + * $Date: 2010/05/06 05:57:33 $ + * $Revision: 1.2 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h b/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h index 66dfce22bd98d..f96c7f59dd669 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h +++ b/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski,,, // Created: Tue Oct 7 14:56:49 CDT 2008 -// $Id: CSCOverlapsAlignmentAlgorithm.h,v 1.7 2013/01/07 19:58:00 wmtan Exp $ +// $Id: CSCOverlapsAlignmentAlgorithm.h,v 1.6 2010/09/10 11:56:11 mussgill Exp $ // // diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc b/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc index c0f3565791dd4..8f586ed0480d8 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc +++ b/Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Wed Dec 12 13:31:55 CST 2007 -// $Id: CSCOverlapsTrackPreparation.cc,v 1.9 2011/12/22 20:01:12 innocent Exp $ +// $Id: CSCOverlapsTrackPreparation.cc,v 1.8 2011/03/22 09:49:50 innocent Exp $ // // diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h b/Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h index ecf50deeacf54..34665befbce7b 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h +++ b/Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h @@ -2,8 +2,8 @@ #define Alignment_MuonAlignmentAlgorithms_CSCPairResidualsConstraint_H /** \class CSCPairResidualsConstraint - * $Date: 2010/05/27 19:40:03 $ - * $Revision: 1.1 $ + * $Date: 2010/05/06 05:57:33 $ + * $Revision: 1.4 $ * \author J. Pivarski - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc b/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc index d6dcf4df15128..6b1ffc3396946 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc +++ b/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski,,, // Created: Sat Jan 24 16:20:28 CST 2009 -// $Id: MuonAlignmentFromReference.cc,v 1.41 2013/01/07 19:58:00 wmtan Exp $ +// $Id: MuonAlignmentFromReference.cc,v 1.39 2011/10/13 00:03:12 khotilov Exp $ #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h" diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc b/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc index c7ad1910d63a6..0962474b54b0c 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc +++ b/Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc @@ -7,7 +7,7 @@ Description: pre-select events that are worth considering in muon alignment - $Id: MuonAlignmentPreFilter.cc,v 1.1 2011/04/15 21:59:00 khotilov Exp $ + $Id:$ */ #include diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.cc b/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.cc index 0e4fb3022908f..946d13eca3df0 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.cc +++ b/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.cc @@ -1,8 +1,8 @@ /** \class MuonMillepedeTrackRefitter * * - * $Date: 2010/03/29 13:18:43 $ - * $Revision: 1.4 $ + * $Date: 2010/02/24 09:09:10 $ + * $Revision: 1.3 $ * \author P. Martinez Ruiz del Arbol, IFCA (CSIC-UC) */ diff --git a/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.h b/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.h index 89e9b8dfbf990..2bb612279da71 100644 --- a/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.h +++ b/Alignment/MuonAlignmentAlgorithms/plugins/MuonMillepedeTrackRefitter.h @@ -4,8 +4,8 @@ * Tracks and 4DSegments from AlcaReco. * Calculation of predicted states is performed here. * -* $Date: 2010/02/24 09:09:10 $ -* $Revision: 1.3 $ +* $Date: 2009/12/15 15:07:16 $ +* $Revision: 1.1 $ * \author P. Martinez Ruiz del Arbol, IFCA (CSIC-UC) */ diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc index 9012231d81aee..2ad7a93479e52 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonCSCChamberResidual.cc,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc index f465210e8ae4d..623c64f102c38 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc @@ -1,5 +1,5 @@ /** \class MuonChamberResidual - * $Id: MuonChamberResidual.cc,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ * \author V. Khotilovich - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc index baa3d386cb426..8005ed0e8d09b 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonDT13ChamberResidual.cc,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc index d683ae514b4db..649675e8a44e2 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonDT2ChamberResidual.cc,v 1.3 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc index b1a07bded45f8..a0830efb8e7e8 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc @@ -1,5 +1,5 @@ /** \class MuonHitsChamberResidual - * $Id: MuonHitsChamberResidual.cc,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ * \author V. Khotilovich - Texas A&M University */ diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc index 2d1dd00345414..9796627e24a2d 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc @@ -1,4 +1,4 @@ -// $Id: MuonResiduals5DOFFitter.cc,v 1.9 2011/10/12 23:44:11 khotilov Exp $ +// $Id:$ #ifdef STANDALONE_FITTER #include "MuonResiduals5DOFFitter.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc index 95ebd92674f8a..6a4b3a6484275 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc @@ -1,4 +1,4 @@ -// $Id: MuonResiduals6DOFFitter.cc,v 1.9 2011/10/12 23:44:11 khotilov Exp $ +// $Id:$ #ifdef STANDALONE_FITTER #include "MuonResiduals6DOFFitter.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc index 8c937fcbfa4ec..bc0c3011d7b04 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc @@ -1,4 +1,4 @@ -// $Id: MuonResiduals6DOFrphiFitter.cc,v 1.9 2011/10/12 23:44:11 khotilov Exp $ +// $Id:$ #ifdef STANDALONE_FITTER #include "MuonResiduals6DOFrphiFitter.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc index f0e7b612e47b8..a6409786319c1 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc @@ -1,4 +1,4 @@ -// $Id: MuonResidualsFitter.cc,v 1.12 2011/10/12 23:44:11 khotilov Exp $ +// $Id: MuonResidualsFitter.cc,v 1.11 2011/04/15 21:48:21 khotilov Exp $ #ifdef STANDALONE_FITTER #include "MuonResidualsFitter.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc index 63b3f7d76ccd8..6d0a4f58e4ca2 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonResidualsFromTrack.cc,v 1.5 2011/10/12 23:40:24 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc index 991696b1e45d3..d7da3d0c95347 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonTrackCSCChamberResidual.cc,v 1.4 2013/01/02 15:07:22 eulisse Exp $ + * $Id: MuonTrackCSCChamberResidual.cc,v 1.3 2011/11/02 19:58:38 khotilov Exp $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc index 41c2391d922cf..0dd4a60a09325 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonTrackDT13ChamberResidual.cc,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc index 358d464b75f05..f0ffe3e410ed5 100644 --- a/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc @@ -1,5 +1,5 @@ /* - * $Id: MuonTrackDT2ChamberResidual.cc,v 1.1 2011/10/12 23:32:08 khotilov Exp $ + * $Id: $ */ #include "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h" diff --git a/Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc b/Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc index 386ecedfc2f09..6f7a5f3f1c9e9 100755 --- a/Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc +++ b/Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/07/16 07:14:42 $ - * $Revision: 1.3 $ + * $Date: 2010/03/29 13:18:43 $ + * $Revision: 1.2 $ * \author P. Martinez - IFCA */ diff --git a/Alignment/MuonAlignmentAlgorithms/test/StandAloneTest.cc b/Alignment/MuonAlignmentAlgorithms/test/StandAloneTest.cc index 90d51bafa31be..64dbb47d4ca05 100644 --- a/Alignment/MuonAlignmentAlgorithms/test/StandAloneTest.cc +++ b/Alignment/MuonAlignmentAlgorithms/test/StandAloneTest.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Sat Sep 26 02:50:24 CEST 2009 -// $Id: StandAloneTest.cc,v 1.3 2011/10/12 23:05:21 khotilov Exp $ +// $Id: StandAloneTest.cc,v 1.2 2010/01/06 15:38:44 mussgill Exp $ // // diff --git a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py index d0fcb8eccadb4..aa0117d141551 100644 --- a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py +++ b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py @@ -6,7 +6,7 @@ process = cms.Process("runMuonMillepedeAlgorithm") process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('runMuonMillepedeAlgorithm'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/UserCode/pablom/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py,v $'), annotation = cms.untracked.string('runMuonMillepeAlgorithm') ) diff --git a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeData.py b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeData.py index 52d7994ff7b84..aa6525ed49124 100644 --- a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeData.py +++ b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeData.py @@ -6,7 +6,7 @@ process = cms.Process("runMuonMillepedeAlgorithm") process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('runMuonMillepedeAlgorithm'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeData.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/UserCode/pablom/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py,v $'), annotation = cms.untracked.string('runMuonMillepeAlgorithm') ) diff --git a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeFit.py b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeFit.py index 53503b6847c5a..ead7b8c7fb79e 100644 --- a/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeFit.py +++ b/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeFit.py @@ -6,7 +6,7 @@ process = cms.Process("runMuonMillepedeAlgorithm") process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('runMuonMillepedeAlgorithm'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Alignment/MuonAlignmentAlgorithms/test/runDTLocalMillepedeFit.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/UserCode/pablom/MuonAlignmentAlgorithms/test/runDTLocalMillepede.py,v $'), annotation = cms.untracked.string('runMuonMillepeAlgorithm') ) diff --git a/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py b/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py index a973b1443baa8..bfbc23dbd3fe8 100644 --- a/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py +++ b/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py @@ -10,7 +10,7 @@ process = cms.Process("runMuonMillepedeAlgorithm") process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('runMuonMillepedeAlgorithm'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Alignment/MuonAlignmentAlgorithms/test/runMuonMillepedeLocal.py,v $'), annotation = cms.untracked.string('runMuonMillepeAlgorithm') ) diff --git a/Alignment/OfflineValidation/doc/OfflineValidation.doc b/Alignment/OfflineValidation/doc/OfflineValidation.doc new file mode 100644 index 0000000000000..4458367ca4db4 --- /dev/null +++ b/Alignment/OfflineValidation/doc/OfflineValidation.doc @@ -0,0 +1,55 @@ + +/*! + +\page Alignment_OfflineValidation Package Alignment/OfflineValidation + +
+ + + +Source code (CVS tag: @CVS_TAG@) - +Administrative privileges + +
+ +\section desc Description + + +(THE PACKAGE ADMINISTATOR SHOULD REPLACE THIS SENTENCE WITH HAND-WRITTEN DOCUMENTATION SAYING WHAT THE PACKAGE DOES.) + +\subsection interface Public interface + + +- EopVariables +- TkOffTreeVariables +- TrackerValidationVariables + + +\subsection pluginai Plugins + + +- MuonAlignmentAnalyzer +- PrimaryVertexValidation +- ResidualRefitting +- TrackerGeometryCompare +- ValidationMisalignedTracker + + + +\subsection modules Modules + + + +\subsection tests Unit tests and examples + +Unknown + +\section status Status and planned development + +Unknown + +
+Last updated: +@DATE@ Author: computer-generated. +*/ + diff --git a/Alignment/OfflineValidation/macros/PlotAlignmentValidation.C b/Alignment/OfflineValidation/macros/PlotAlignmentValidation.C index 68fe4b09c0143..378222124c6e7 100644 --- a/Alignment/OfflineValidation/macros/PlotAlignmentValidation.C +++ b/Alignment/OfflineValidation/macros/PlotAlignmentValidation.C @@ -360,10 +360,10 @@ void PlotAlignmentValidation::plotSS( const std::string& options, const std::str } int plotLayerN = 0; - int plotRingN = 0; + // int plotRingN = 0; // bool plotPlain = false; bool plotLayers = false; // overrides plotLayerN - bool plotRings = false; // Todo: implement this? + // bool plotRings = false; // Todo: implement this? bool plotSplits = false; int plotSubDetN = 0; // if zero, plot all @@ -503,6 +503,18 @@ void PlotAlignmentValidation::plotSS( const std::string& options, const std::str //------------------------------------------------------------------------------ void PlotAlignmentValidation::plotDMR(const std::string& variable, Int_t minHits, const std::string& options) { + // If several, comma-separated values are given, + // call plotDMR with each value separately. + // If a comma is found, the string is divided to two. + // (no space allowed) + std::size_t findres = variable.find(","); + if ( findres != std::string::npos) { + std::string substring1 = variable.substr(0, findres); + std::string substring2 = variable.substr(findres+1, std::string::npos); + plotDMR(substring1, minHits, options); + plotDMR(substring2, minHits, options); + return; + } // Variable name should end with X or Y. If it doesn't, recursively calls plotDMR twice with // X and Y added, respectively diff --git a/Alignment/OfflineValidation/macros/PlotAlignmentValidation.h b/Alignment/OfflineValidation/macros/PlotAlignmentValidation.h index 675ee3158babe..ccde075834af5 100644 --- a/Alignment/OfflineValidation/macros/PlotAlignmentValidation.h +++ b/Alignment/OfflineValidation/macros/PlotAlignmentValidation.h @@ -78,7 +78,7 @@ class PlotAlignmentValidation { void useFitForDMRplots(bool usefit = false); void plotOutlierModules(const char *outputFileName="OutlierModules.ps",std::string plotVariable = "chi2PerDofX" ,float chi2_cut = 10,unsigned int minHits = 50);//method dumps selected modules into ps file void plotSubDetResiduals(bool plotNormHisto=false, unsigned int subDetId=7);//subDetector number :1.TPB, 2.TBE+, 3.TBE-, 4.TIB, 5.TID+, 6.TID-, 7.TOB, 8.TEC+ or 9.TEC- - void plotDMR(const std::string& plotVar="medianX",Int_t minHits = 50, const std::string& options = "plain"); // plotVar=mean,meanX,meanY,median,rms etc., minHits=the minimum hits needed for module to appear in plot, options="plain" for regular DMR, "split" for inwards/outwards split, "layers" for layerwise DMR, "layer=N" for Nth layer, or combination of the previous (e.g. "split layers") + void plotDMR(const std::string& plotVar="medianX",Int_t minHits = 50, const std::string& options = "plain"); // plotVar=mean,meanX,meanY,median,rms etc., comma-separated list can be given; minHits=the minimum hits needed for module to appear in plot; options="plain" for regular DMR, "split" for inwards/outwards split, "layers" for layerwise DMR, "layer=N" for Nth layer, or combination of the previous (e.g. "split layers") void plotSurfaceShapes(const std::string& options = "layers",const std::string& variable=""); // plotSurfaceShapes: options="split","layers"/"layer","subdet" void plotHitMaps(); diff --git a/Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc b/Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc index eea3d21ecd1c3..d840ec99da35c 100644 --- a/Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc +++ b/Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc @@ -13,7 +13,7 @@ // // Original Author: Nhan Tran // Created: Mon Jul 16m 16:56:34 CDT 2007 -// $Id: CosmicSplitterValidation.cc,v 1.12 2011/12/20 15:11:41 mussgill Exp $ +// $Id: CosmicSplitterValidation.cc,v 1.11 2010/03/29 13:18:43 mussgill Exp $ // // diff --git a/Alignment/OfflineValidation/plugins/EopTreeWriter.cc b/Alignment/OfflineValidation/plugins/EopTreeWriter.cc index 296de1bd1ab92..7e81f7e736e9d 100644 --- a/Alignment/OfflineValidation/plugins/EopTreeWriter.cc +++ b/Alignment/OfflineValidation/plugins/EopTreeWriter.cc @@ -13,7 +13,7 @@ // // Original Author: Holger Enderle // Created: Thu Dec 4 11:22:48 CET 2008 -// $Id: EopTreeWriter.cc,v 1.3 2012/03/02 07:46:48 mussgill Exp $ +// $Id: EopTreeWriter.cc,v 1.2 2011/11/30 07:45:28 mussgill Exp $ // // diff --git a/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc b/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc index a54089bfb7b02..bac60e9775693 100644 --- a/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc +++ b/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc @@ -3,8 +3,8 @@ * Makes histograms of high level Muon objects/quantities * for Alignment Scenarios/DB comparison * - * $Date: 2011/12/20 15:11:41 $ - * $Revision: 1.14 $ + * $Date: 2011/09/04 17:40:58 $ + * $Revision: 1.13 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h b/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h index 0a9c618912d1b..a7f09397356f6 100644 --- a/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h +++ b/Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h @@ -7,8 +7,8 @@ * and residuals (base EDAnalyzer for Muon Alignment Offline DQM) * for Alignment Scenarios/DB comparison * - * $Date: 2010/07/19 22:17:23 $ - * $Revision: 1.9 $ + * $Date: 2010/03/29 13:18:44 $ + * $Revision: 1.8 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h b/Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h index 6bf7f3bc96af2..2f8e2b7e828bf 100644 --- a/Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h +++ b/Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h @@ -14,8 +14,8 @@ * path p = { comparator } * * - * $Date: 2013/01/07 20:46:23 $ - * $Revision: 1.15 $ + * $Date: 2012/12/02 22:13:12 $ + * $Revision: 1.14 $ * \author Nhan Tran * * ******** diff --git a/Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc b/Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc index 4be25fa732d7b..701cea87b1974 100644 --- a/Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc +++ b/Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc @@ -14,7 +14,7 @@ // Original class TrackerGeometryIntoNtuples.cc // Original Author: Nhan Tran // Created: Mon Jul 16m 16:56:34 CDT 2007 -// $Id: TrackerGeometryIntoNtuples.cc,v 1.15 2013/01/07 20:46:23 wmtan Exp $ +// $Id: TrackerGeometryIntoNtuples.cc,v 1.14 2012/12/02 22:13:12 devdatta Exp $ // // 26 May 2012 // *********** diff --git a/Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc b/Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc index 0dbade78e4652..90e8e708fd61c 100644 --- a/Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc +++ b/Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc @@ -13,7 +13,7 @@ // // Original Author: Erik Butz // Created: Tue Dec 11 14:03:05 CET 2007 -// $Id: TrackerOfflineValidation.cc,v 1.56 2013/01/07 20:46:23 wmtan Exp $ +// $Id: TrackerOfflineValidation.cc,v 1.55 2012/09/28 20:48:06 flucke Exp $ // // diff --git a/Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc b/Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc index 342a1ce353521..ce0ab555e1f51 100644 --- a/Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc +++ b/Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc @@ -13,7 +13,7 @@ // // Original Author: Johannes Hauk // Created: Sat Aug 22 10:31:34 CEST 2009 -// $Id: TrackerOfflineValidationSummary.cc,v 1.8 2013/01/07 20:46:23 wmtan Exp $ +// $Id: TrackerOfflineValidationSummary.cc,v 1.7 2012/06/30 09:09:47 eulisse Exp $ // // diff --git a/Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc b/Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc index b3f72b6d40e9c..c8d971f334d10 100644 --- a/Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc +++ b/Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc @@ -13,7 +13,7 @@ // // Original Author: Nhan Tran // Created: Mon Jul 16m 16:56:34 CDT 2007 -// $Id: Tracker_OldtoNewConverter.cc,v 1.3 2011/09/15 08:12:03 mussgill Exp $ +// $Id: Tracker_OldtoNewConverter.cc,v 1.2 2010/01/04 18:24:37 mussgill Exp $ // // diff --git a/Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc b/Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc index 9268c1b8ab5a4..0a8e86e395f48 100644 --- a/Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc +++ b/Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc @@ -13,7 +13,7 @@ // // Original Author: Nicola De Filippis // Created: Thu Dec 14 13:13:32 CET 2006 -// $Id: ValidationMisalignedTracker.cc,v 1.9 2013/01/09 04:19:35 dlange Exp $ +// $Id: ValidationMisalignedTracker.cc,v 1.8 2013/01/07 20:46:23 wmtan Exp $ // // diff --git a/Alignment/OfflineValidation/python/TkAlAllInOneTool/configTemplates.py b/Alignment/OfflineValidation/python/TkAlAllInOneTool/configTemplates.py index e612cfda77a30..c1b6191493cbf 100644 --- a/Alignment/OfflineValidation/python/TkAlAllInOneTool/configTemplates.py +++ b/Alignment/OfflineValidation/python/TkAlAllInOneTool/configTemplates.py @@ -67,7 +67,7 @@ #retrieve -rfmkdir -p .oO[logdir]Oo. +rfmkdir -p .oO[logdir]Oo. >&! /dev/null gzip -f LOGFILE_*_.oO[name]Oo..log find .oO[workdir]Oo. -maxdepth 1 -name "LOGFILE*.oO[alignmentName]Oo.*" -print | xargs -I {} bash -c "rfcp {} .oO[logdir]Oo." @@ -110,7 +110,8 @@ eval `scramv1 ru -sh` #rfmkdir -p ${LSFWORKDIR} -rfmkdir -p .oO[datadir]Oo. +# make rfmkdir silent in case directory already exists +rfmkdir -p .oO[datadir]Oo. >&! /dev/null cmsMkdir /store/caf/user/$USER/.oO[eosdir]Oo. #remove possible result file from previous runs @@ -139,7 +140,7 @@ #retrieve -rfmkdir -p .oO[logdir]Oo. +rfmkdir -p .oO[logdir]Oo. >&! /dev/null gzip LOGFILE_*_.oO[name]Oo..log find ${LSFWORKDIR} -maxdepth 1 -name "LOGFILE*.oO[alignmentName]Oo.*" -print | xargs -I {} bash -c "rfcp {} .oO[logdir]Oo." @@ -181,14 +182,17 @@ fi echo "Working directory: $(pwd -P)" -root_files=$(cmsLs -l /store/caf/user/$USER/.oO[eosdir]Oo. | awk '{print $5}' | grep ".root$" | grep -v "result.root$") -# echo $root_files +############################################################################### +# download root files from eos +root_files=$(cmsLs -l /store/caf/user/$USER/.oO[eosdir]Oo. | awk '{print $5}' \ + | grep ".root$" | grep -v "result.root$") for file in ${root_files} do cmsStage -f ${file} . # echo ${file} done + #run .oO[DownloadData]Oo. .oO[CompareAlignments]Oo. diff --git a/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidation.py b/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidation.py index 125000f2803bf..ae4172ac989eb 100644 --- a/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidation.py +++ b/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidation.py @@ -9,7 +9,7 @@ class OfflineValidation(GenericValidationData): def __init__(self, valName, alignment,config): defaults = { - "DMRMethod":"median", + "DMRMethod":"median,rmsNorm", "DMRMinimum":"30", "DMROptions":"", "offlineModuleLevelHistsTransient":"False", @@ -222,8 +222,9 @@ def appendToMergeParJobs( self, validationsSoFar = "" ): mergedoutputfile = ("AlignmentValidation_" + self.name + "_" + '%(name)s'%repMap + ".root") - validationsSoFar += ('hadd("'+parameters+'","'+mergedoutputfile+'");' - + "\n") + validationsSoFar += ('root -x -b -q "TkAlOfflineJobsMerge.C(\\\"' + +parameters+'\\\",\\\"'+mergedoutputfile+'\\\")"' + +"\n") return validationsSoFar def createCrabCfg( self ): diff --git a/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidationTemplates.py b/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidationTemplates.py index ed16cff92f58a..65de4ae30a589 100644 --- a/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidationTemplates.py +++ b/Alignment/OfflineValidation/python/TkAlAllInOneTool/offlineValidationTemplates.py @@ -410,9 +410,7 @@ # export OUTPUTDIR=.oO[datadir]Oo. export OUTPUTDIR=. cp .oO[CMSSW_BASE]Oo./src/Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C . -# root -x -b -q .oO[logdir]Oo./TkAlOfflineJobsMerge.C -root -x -b -q TkAlOfflineJobsMerge.C -cmsStage -f .oO[outputFile]Oo. .oO[resultFile]Oo. +.oO[haddLoop]Oo. # create log file # ls -al .oO[datadir]Oo./AlignmentValidation*.root > .oO[datadir]Oo./log_rootfilelist.txt @@ -421,7 +419,7 @@ # Remove parallel job files if merged file exists for file in $(cmsLs -l /store/caf/user/$USER/.oO[eosdir]Oo. |awk '{print $5}') do - if [[ ${file} = /store/caf/user/$USER/.oO[eosdir]Oo./AlignmentValidation*_[0-9]*.root ]] + if [[ ${file} = /store/caf/user/$USER/.oO[eosdir]Oo./AlignmentValidation*_[0-9].root ]] then cmsRm ${file} fi @@ -433,15 +431,15 @@ ###################################################################### ###################################################################### mergeOfflineParJobsTemplate=""" -void TkAlOfflineJobsMerge() +void TkAlOfflineJobsMerge(TString pars, TString outFile) { // load framework lite just to find the CMSSW libs... gSystem->Load("libFWCoreFWLite"); AutoLibraryLoader::enable(); -//compile the makro +//compile the macro gROOT->ProcessLine(".L merge_TrackerOfflineValidation.C++"); -.oO[mergeOfflinParJobsInstantiation]Oo. +hadd(pars, outFile); } """ diff --git a/Alignment/OfflineValidation/scripts/GeoComparisonGUI.C b/Alignment/OfflineValidation/scripts/GeoComparisonGUI.C index aaa527f5b3e54..6bbf4141d6a8f 100644 --- a/Alignment/OfflineValidation/scripts/GeoComparisonGUI.C +++ b/Alignment/OfflineValidation/scripts/GeoComparisonGUI.C @@ -42,9 +42,9 @@ // command uses the exact binning of the first draw command. // // Author : Martin Weber -// Revision : $Revision: 1.1 $ -// Last update : $Date: 2010/05/21 13:19:15 $ -// by : $Author: mussgill $ +// Revision : $Revision: 1.17 $ +// Last update : $Date: 2009/10/10 14:17:44 $ +// by : $Author: bonato $ // ////////////////////////////////////////////////////////////////////// diff --git a/Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C b/Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C index 9f135cc2febb6..d3d2e47cfacbc 100644 --- a/Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C +++ b/Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C @@ -240,7 +240,8 @@ void MergeRootfile( TDirectory *target, TList *sourcelist) { std::cout << "Copy info from first TTree." << std::endl; Long64_t nentries = tree->GetEntriesFast(); for (Long64_t jentry = 0; jentry < nentries; ++jentry) { - std::cout << "Copy entry " << jentry << std::endl; + if (jentry%1000==0) + std::cout << "Copy entry " << jentry << " / " << nentries << std::endl; tree->GetEntry(jentry); // Erase everything not common: treeMem->clearMergeAffectedPart(); @@ -251,7 +252,7 @@ void MergeRootfile( TDirectory *target, TList *sourcelist) { } } else if ( obj->IsA()->InheritsFrom( "TDirectory" ) ) { // it's a subdirectory - cout << "Found subdirectory " << obj->GetName() << endl; + // cout << "Found subdirectory " << obj->GetName() << endl; // create a new subdir of same name and title in the target file target->cd(); diff --git a/Alignment/OfflineValidation/test/PVValidationSubmitter.csh b/Alignment/OfflineValidation/test/PVValidationSubmitter.csh index 09befc801bf08..8aa3220bf52b5 100755 --- a/Alignment/OfflineValidation/test/PVValidationSubmitter.csh +++ b/Alignment/OfflineValidation/test/PVValidationSubmitter.csh @@ -17,8 +17,10 @@ endif set inputsource=$1 set options=$2 +#setenv STAGE_SVCCLASS cmscaf +source /afs/cern.ch/cms/caf/setup.csh -setenv CMSSW_VER 3_4_1 +setenv CMSSW_VER 4_2_3 setenv CMSSW_DIR ${CMSSW_BASE}/src/Alignment/OfflineValidation/test setenv LXBATCH_DIR `pwd` @@ -28,23 +30,33 @@ cd $LXBATCH_DIR cp ${CMSSW_DIR}/${inputsource} . -set jobname=`tail ${inputsource} | grep jobname | awk '{print $2}'` -set datasetpath=`tail ${inputsource} | grep datasetpath | awk '{print $2}'` -set globaltag=`tail ${inputsource} | grep globaltag | awk '{print $2}'` -set alignobj=`tail ${inputsource} | grep alignobj | awk '{print $2}'` -set taggeom=`tail ${inputsource} | grep taggeom | awk '{print $2}'` -set apeobj=`tail ${inputsource} | grep apeobj | awk '{print $2}'` -set tagape=`tail ${inputsource} | grep tagape | awk '{print $2}'` -set tracktype=`tail ${inputsource} | grep tracktype | awk '{print $2}'` -set outfile=`tail ${inputsource} | grep outfile | awk '{print $2}'` - -echo ${datasetpath} - +set jobname=`more ${inputsource} | grep jobname | awk '{print $2}'` +set isda=`more ${inputsource} | grep isda | awk '{print $2}'` +set applybows=`more ${inputsource} | grep applybows | awk '{print $2}'` +set applycorrs=`more ${inputsource} | grep applycorrs | awk '{print $2}'` +set datasetpath=`more ${inputsource} | grep datasetpath | awk '{print $2}'` +set maxevents=`more ${inputsource} | grep maxevents | awk '{print $2}'` +set globaltag=`more ${inputsource} | grep globaltag | awk '{print $2}'` +set alignobj=`more ${inputsource} | grep alignobj | awk '{print $2}'` +set taggeom=`more ${inputsource} | grep taggeom | awk '{print $2}'` +set apeobj=`more ${inputsource} | grep apeobj | awk '{print $2}'` +set tagape=`more ${inputsource} | grep tagape | awk '{print $2}'` +set bowsobj=`more ${inputsource} | grep bowsobj | awk '{print $2}'` +set tagbows=`more ${inputsource} | grep tagbows | awk '{print $2}'` +set tracktype=`more ${inputsource} | grep tracktype | awk '{print $2}'` +set outfile=`more ${inputsource} | grep outfile | awk '{print $2}'` + +echo "Starting to validate" cp ${CMSSW_DIR}/PVValidation_TEMPL_cfg.py . -cp ${CMSSW_DIR}/PVValidation_TEMPL.lsf . - -cat PVValidation_TEMPL_cfg.py | sed "s?DATASETTEMPLATE?${datasetpath}?g" | sed "s?GLOBALTAGTEMPLATE?${globaltag}?g" | sed "s?ALIGNOBJTEMPLATE?${alignobj}?g" | sed "s?GEOMTAGTEMPLATE?${taggeom}?g" | sed "s?APEOBJTEMPLATE?${apeobj}?g" | sed "s?ERRORTAGTEMPLATE?${tagape}?g" | sed "s?TRACKTYPETEMPLATE?${tracktype}?g" | sed "s?OUTFILETEMPLATE?${outfile}?g" >! ${jobname}_cfg.py +cat PVValidation_TEMPL_cfg.py | sed "s?ISDATEMPLATE?${isda}?g" | sed "s?APPLYBOWSTEMPLATE?${applybows}?g" | sed "s?EXTRACORRTEMPLATE?${applycorrs}?g" | sed "s?DATASETTEMPLATE?${datasetpath}?g" | sed "s?MAXEVENTSTEMPLATE?${maxevents}?g" | sed "s?GLOBALTAGTEMPLATE?${globaltag}?g" | sed "s?ALIGNOBJTEMPLATE?${alignobj}?g" | sed "s?GEOMTAGTEMPLATE?${taggeom}?g" | sed "s?APEOBJTEMPLATE?${apeobj}?g" | sed "s?ERRORTAGTEMPLATE?${tagape}?g" | sed "s?TRACKTYPETEMPLATE?${tracktype}?g" | sed "s?OUTFILETEMPLATE?${outfile}?g" >! ${jobname}_cfg +if(${applybows} == "True") then + cat ${jobname}_cfg | sed "s?BOWSOBJECTTEMPLATE?${bowsobj}?g" | sed "s?BOWSTAGTEMPLATE?${tagbows}?g" >! ${jobname}_cfg.py + rm ${jobname}_cfg +else + mv ${jobname}_cfg ${jobname}_cfg.py +endif +cp ${CMSSW_DIR}/PVValidation_TEMPL.lsf . cat PVValidation_TEMPL.lsf | sed "s?JOBNAMETEMPLATE?${jobname}?g" | sed "s?OUTFILETEMPLATE?${outfile}?g" >! ${jobname}.lsf if (! -d ${CMSSW_DIR}/submittedCfg) then diff --git a/Alignment/OfflineValidation/test/PVValidation_TEMPL_cfg.py b/Alignment/OfflineValidation/test/PVValidation_TEMPL_cfg.py index e288d3f82e9c3..e164690a40386 100644 --- a/Alignment/OfflineValidation/test/PVValidation_TEMPL_cfg.py +++ b/Alignment/OfflineValidation/test/PVValidation_TEMPL_cfg.py @@ -1,10 +1,16 @@ import FWCore.ParameterSet.Config as cms +isDA = ISDATEMPLATE +applyBows = APPLYBOWSTEMPLATE +applyExtraCorrection = EXTRACORRTEMPLATE + process = cms.Process("Demo") process.load("Alignment.OfflineValidation.DATASETTEMPLATE"); process.load("FWCore.MessageService.MessageLogger_cfi") -process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) ) +process.MessageLogger.destinations = ['cout', 'cerr'] +process.MessageLogger.cerr.FwkReport.reportEvery = 1000 +process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(MAXEVENTSTEMPLATE) ) ## ## Get the Magnetic Field @@ -15,24 +21,33 @@ ## Get the Geometry ## from Geometry.CommonDetUnit.globalTrackingGeometry_cfi import * -process.load("Configuration.StandardSequences.Geometry_cff") +process.load("Configuration.Geometry.GeometryIdeal_cff") process.load("Geometry.CommonDetUnit.globalTrackingGeometry_cfi") -process.load("Geometry.CMSCommonData.cmsIdealGeometryXML_cfi") -process.load("Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi") process.load("Geometry.TrackerGeometryBuilder.trackerGeometry_cfi") -####### Begin snippet for choosing the GlobalPositionRcd -## load the Global Position Rcd -from CondCore.DBCommon.CondDBSetup_cfi import * -process.globalPosition = cms.ESSource("PoolDBESSource",CondDBSetup, - toGet = cms.VPSet(cms.PSet( - record = cms.string('GlobalPositionRcd'), - tag= cms.string('IdealGeometry') - )), - connect =cms.string('frontier://FrontierProd/CMS_COND_31X_FROM21X') - ) -process.es_prefer_GPRcd = cms.ESPrefer("PoolDBESSource","globalPosition") -####### End snippet + ## + ## Load Global Position Record + ## +# process.globalPosition = cms.ESSource("PoolDBESSource",CondDBSetup, +# toGet = cms.VPSet(cms.PSet( +# record = cms.string('GlobalPositionRcd'), +# tag= cms.string('IdealGeometry') +# )), +# connect =cms.string('frontier://FrontierProd/CMS_COND_31X_FROM21X') +# ) +# process.es_prefer_GPRcd = cms.ESPrefer("PoolDBESSource","globalPosition") + + + ## + ## Load Beamspot + ## +# process.beamspot = cms.ESSource("PoolDBESSource",CondDBSetup, +# toGet = cms.VPSet(cms.PSet( record = cms.string('BeamSpotObjectsRcd'), +# tag= cms.string('Realistic7TeVCollisions2011_START311_V2_v2_mc') +# )), +# connect =cms.string('frontier://FrontierProd/CMS_COND_31X_BEAMSPOT') +# ) +# process.es_prefer_beamspot = cms.ESPrefer("PoolDBESSource","beamspot") ## ## Get the BeamSpot @@ -61,7 +76,6 @@ ## ## Get APE ## -from CondCore.DBCommon.CondDBSetup_cfi import * process.setAPE = cms.ESSource("PoolDBESSource",CondDBSetup, connect = cms.string('APEOBJTEMPLATE'), timetype = cms.string("runnumber"), @@ -72,40 +86,154 @@ process.es_prefer_setAPE = cms.ESPrefer("PoolDBESSource", "setAPE") ## - ## HLT bit selection + ## Kinks and Bows (optional) + ## +if applyBows: + process.trackerBows = cms.ESSource("PoolDBESSource",CondDBSetup, + connect = cms.string('BOWSOBJECTTEMPLATE'), + toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerSurfaceDeformationRcd'), + tag = cms.string('BOWSTAGTEMPLATE') + ) + ) + ) + process.es_prefer_Bows = cms.ESPrefer("PoolDBESSource", "trackerBows") +else: + print "msg%-i: Primary Vertex Validation: Not applying bows!" + + ## + ## Extra corrections not included in the GT ## -process.load('L1TriggerConfig.L1GtConfigProducers.L1GtTriggerMaskTechTrigConfig_cff') -process.load('HLTrigger/HLTfilters/hltLevel1GTSeed_cfi') -process.hltLevel1GTSeed.L1TechTriggerSeeding = cms.bool(True) -process.hltLevel1GTSeed.L1SeedsLogicalExpression = cms.string('0 AND (40 OR 41) AND NOT (36 OR 37 OR 38 OR 39)') +if applyExtraCorrection: + import CalibTracker.Configuration.Common.PoolDBESSource_cfi + + ## pixel templates + process.conditionsInSiPixelTemplateDBObjectRcd = CalibTracker.Configuration.Common.PoolDBESSource_cfi.poolDBESSource.clone( + connect = cms.string('frontier://FrontierProd/CMS_COND_31X_PIXEL'), + toGet = cms.VPSet(cms.PSet(record = cms.string('SiPixelTemplateDBObjectRcd'), + tag = cms.string('SiPixelTemplateDBObject_38T_v4_offline') + ) + ) + ) + process.prefer_conditionsInSiPixelTemplateDBObjectRcd = cms.ESPrefer("PoolDBESSource", "conditionsInSiPixelTemplateDBObjectRcd") + + ## SiStrip Lorentz Angle corrections + process.conditionsInSiStripLorentzAngleRcd = CalibTracker.Configuration.Common.PoolDBESSource_cfi.poolDBESSource.clone( + connect = cms.string('sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/mp1025/SiStripLorentzAngleDeco_GR10_v1_offline_BPCorrected.db'), + toGet = cms.VPSet(cms.PSet(record = cms.string('SiStripLorentzAngleRcd'), + tag = cms.string('SiStripLorentzAngleDeco_GR10_v1_offline_BPCorrected'), + label = cms.untracked.string('deconvolution') + ) + ) + ) + + process.prefer_conditionsInSiStripLorentzAngleRcd = cms.ESPrefer("PoolDBESSource", "conditionsInSiStripLorentzAngleRcd") + + ## SiStrip backplane corrections + process.conditionsInSiStripConfObjectRcd = CalibTracker.Configuration.Common.PoolDBESSource_cfi.poolDBESSource.clone( + connect = cms.string('sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/mp1025/SiStripShiftAndCrosstalk_GR10_v2_offline_BPCorrected.db'), + toGet = cms.VPSet(cms.PSet(record = cms.string('SiStripConfObjectRcd'), + tag = cms.string('SiStripShiftAndCrosstalk_GR10_v2_offline_BPCorrected') + ) + ) + ) + process.prefer_conditionsInSiStripConfObjectRcd = cms.ESPrefer("PoolDBESSource", "conditionsInSiStripConfObjectRcd") + +else: + print "msg%-i: Primary Vertex Validation: Not applying extra calibration constants!" + + ## + ## Load and Configure event selection + ## +process.primaryVertexFilter = cms.EDFilter("VertexSelector", + src = cms.InputTag("offlinePrimaryVertices"), + cut = cms.string("!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2"), + filter = cms.bool(True) + ) + +process.noscraping = cms.EDFilter("FilterOutScraping", + applyfilter = cms.untracked.bool(True), + src = cms.untracked.InputTag("TRACKTYPETEMPLATE"), + debugOn = cms.untracked.bool(False), + numtrack = cms.untracked.uint32(10), + thresh = cms.untracked.double(0.25) + ) + +process.goodvertexSkim = cms.Sequence(process.primaryVertexFilter + process.noscraping) ## - ## Physics declared skim + ## output file ## -process.skimmingPhysDecl = cms.EDFilter("PhysDecl", - applyfilter = cms.untracked.bool(True) -) +process.TFileService = cms.Service("TFileService", + fileName=cms.string("OUTFILETEMPLATE") + ) ## - ## Load and Configure TrackRefitter1 + ## Load and Configure TrackRefitter ## process.load("RecoTracker.TrackProducer.TrackRefitters_cff") import RecoTracker.TrackProducer.TrackRefitters_cff -process.TrackRefitter1 = RecoTracker.TrackProducer.TrackRefitter_cfi.TrackRefitter.clone() -process.TrackRefitter1.src = "TRACKTYPETEMPLATE" -process.TrackRefitter1.TrajectoryInEvent = True -process.TrackRefitter1.TTRHBuilder = "WithTrackAngle" - -process.PVValidation = cms.EDAnalyzer("PrimaryVertexValidation", - TrackCollectionTag = cms.InputTag("TrackRefitter1"), - OutputFileName = cms.string("OUTFILETEMPLATE"), - Debug = cms.bool(False), - TkFilterParameters = cms.PSet(maxNormalizedChi2 = cms.double(5.0), ## chi2ndof < 5 - minSiliconHits = cms.int32(7), ## hits > 7 - maxD0Significance = cms.double(1000000.0), ## fake cut (requiring 1 PXB hit) - minPt = cms.double(1.0), ## better for softish events - minPixelHits = cms.int32(2) ## hits > 2 - ) - ) - -process.p = cms.Path(process.skimmingPhysDecl*process.hltLevel1GTSeed*process.offlineBeamSpot*process.TrackRefitter1*process.PVValidation) +process.TrackRefitter = RecoTracker.TrackProducer.TrackRefitter_cfi.TrackRefitter.clone() +process.TrackRefitter.src = "TRACKTYPETEMPLATE" +process.TrackRefitter.TrajectoryInEvent = True +process.TrackRefitter.TTRHBuilder = "WithAngleAndTemplate" +process.TrackRefitter.NavigationSchool = '' + +if isDA: + process.PVValidation = cms.EDAnalyzer("PrimaryVertexValidation", + TrackCollectionTag = cms.InputTag("TrackRefitter"), + Debug = cms.bool(False), + storeNtuple = cms.bool(True), + isLightNtuple = cms.bool(True), + useTracksFromRecoVtx = cms.bool(False), + askFirstLayerHit = cms.bool(True), + probePt = cms.untracked.double(1.), + probeEta = cms.untracked.double(2.4), + numberOfBins = cms.untracked.int32(24), + + TkFilterParameters = cms.PSet(algorithm=cms.string('filter'), + maxNormalizedChi2 = cms.double(20.0), # chi2ndof < 20 + minPixelLayersWithHits=cms.int32(2), # PX hits > 2 + minSiliconLayersWithHits = cms.int32(5), # TK hits > 5 + maxD0Significance = cms.double(1000), # fake cut (requiring 1 PXB hit) + minPt = cms.double(1.0), # better for softish events + trackQuality = cms.string("any") + ), + + TkClusParameters=cms.PSet(algorithm=cms.string('DA'), + TkDAClusParameters = cms.PSet(coolingFactor = cms.double(0.6), # moderate annealing speed + Tmin = cms.double(4.), # end of annealing + vertexSize = cms.double(0.01), # ~ resolution / sqrt(Tmin) + d0CutOff = cms.double(10.), # downweight high IP tracks + dzCutOff = cms.double(10.) # outlier rejection after freeze-out (T 2 + minSiliconLayersWithHits = cms.int32(5), # TK hits > 5 + maxD0Significance = cms.double(10000.0), # fake cut (requiring 1 PXB hit) + minPt = cms.double(1.0), # better for softish events + trackQuality = cms.string("any") + ), + + TkClusParameters = cms.PSet(algorithm = cms.string('gap'), + TkGapClusParameters = cms.PSet(zSeparation = cms.double(0.2) # 0.2 cm max separation betw. clusters + ) + ) + ) + +process.p = cms.Path(process.goodvertexSkim*process.offlineBeamSpot*process.TrackRefitter*process.PVValidation) diff --git a/Alignment/ReferenceTrajectories/interface/BeamSpotGeomDet.h b/Alignment/ReferenceTrajectories/interface/BeamSpotGeomDet.h index 3044382cca36d..3783660561a80 100644 --- a/Alignment/ReferenceTrajectories/interface/BeamSpotGeomDet.h +++ b/Alignment/ReferenceTrajectories/interface/BeamSpotGeomDet.h @@ -9,7 +9,7 @@ * * Author : Andreas Mussgiller * date : 2010/08/30 - * last update: $Date: 2011/05/18 10:19:12 $ + * last update: $Date: 2010/09/10 12:02:44 $ * by : $Author: mussgill $ */ diff --git a/Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h b/Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h index c88bd452e6336..16058644641a1 100644 --- a/Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h +++ b/Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h @@ -8,7 +8,7 @@ * * Author : Andreas Mussgiller * date : 2010/08/30 - * last update: $Date: 2012/11/27 18:05:37 $ + * last update: $Date: 2012/02/04 15:02:59 $ * by : $Author: innocent $ */ diff --git a/Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h b/Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h index d9f6f3c77ceba..f307ddaa19f4c 100644 --- a/Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h +++ b/Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h @@ -4,8 +4,8 @@ /** * Author : Gero Flucke (based on code by Edmund Widl replacing ORCA's TkReferenceTrack) * date : 2006/09/17 - * last update: $Date: 2012/12/25 16:42:04 $ - * by : $Author: innocent $ + * last update: $Date: 2012/06/20 12:07:28 $ + * by : $Author: flucke $ * * Class implementing the reference trajectory of a single charged * particle, i.e. a helix with 5 parameters. Given the diff --git a/Alignment/ReferenceTrajectories/interface/ReferenceTrajectoryBase.h b/Alignment/ReferenceTrajectories/interface/ReferenceTrajectoryBase.h index ca0bce93d2de1..35a4e01a7210c 100644 --- a/Alignment/ReferenceTrajectories/interface/ReferenceTrajectoryBase.h +++ b/Alignment/ReferenceTrajectories/interface/ReferenceTrajectoryBase.h @@ -4,7 +4,7 @@ /** * Author : Gero Flucke (based on code for ORCA by Edmund Widl) * date : 2006/09/17 - * last update: $Date: 2011/09/06 13:50:18 $ + * last update: $Date: 2010/09/10 12:11:39 $ * by : $Author: mussgill $ * * Base class for reference 'trajectories' of single- or multiparticles diff --git a/Alignment/ReferenceTrajectories/src/BeamSpotTransientTrackingRecHit.cc b/Alignment/ReferenceTrajectories/src/BeamSpotTransientTrackingRecHit.cc index 853c06cd7ec32..e2c89e973ba07 100644 --- a/Alignment/ReferenceTrajectories/src/BeamSpotTransientTrackingRecHit.cc +++ b/Alignment/ReferenceTrajectories/src/BeamSpotTransientTrackingRecHit.cc @@ -2,7 +2,7 @@ * * Author : Andreas Mussgiller * date : 2010/08/30 - * last update: $Date: 2011/05/18 10:19:48 $ + * last update: $Date: 2010/09/10 12:06:43 $ * by : $Author: mussgill $ */ diff --git a/Alignment/ReferenceTrajectories/src/ReferenceTrajectory.cc b/Alignment/ReferenceTrajectories/src/ReferenceTrajectory.cc index 39bff2e35948a..5280f0f50c808 100644 --- a/Alignment/ReferenceTrajectories/src/ReferenceTrajectory.cc +++ b/Alignment/ReferenceTrajectories/src/ReferenceTrajectory.cc @@ -1,6 +1,6 @@ // Author : Gero Flucke (based on code by Edmund Widl replacing ORCA's TkReferenceTrack) // date : 2006/09/17 -// last update: $Date: 2013/04/12 13:22:30 $ +// last update: $Date: 2012/12/25 16:42:04 $ // by : $Author: innocent $ #include diff --git a/Alignment/SurveyAnalysis/interface/Chi2.h b/Alignment/SurveyAnalysis/interface/Chi2.h index 1e34c2da65de5..02c09c40cac10 100644 --- a/Alignment/SurveyAnalysis/interface/Chi2.h +++ b/Alignment/SurveyAnalysis/interface/Chi2.h @@ -2,8 +2,8 @@ * * Chi2 calculation in survey data for drift tube chambers * - * $Date: 2007/04/17 07:45:02 $ - * $Revision: 1.2 $ + * $Date: 2007/04/13 18:05:35 $ + * $Revision: 1.1 $ * \author Pablo Martinez Ruiz del Arbol */ diff --git a/Alignment/SurveyAnalysis/interface/DTSurvey.h b/Alignment/SurveyAnalysis/interface/DTSurvey.h index e267a77cb680b..01220d1a55dfa 100644 --- a/Alignment/SurveyAnalysis/interface/DTSurvey.h +++ b/Alignment/SurveyAnalysis/interface/DTSurvey.h @@ -4,8 +4,8 @@ * Contains DTSurveyChambers and the displacements and rotations for each are * calculated. * - * $Date: 2008/04/11 05:08:01 $ - * $Revision: 1.4 $ + * $Date: 2007/12/06 01:53:28 $ + * $Revision: 1.3 $ * \author Pablo Martinez Ruiz del Arbol */ diff --git a/Alignment/SurveyAnalysis/interface/DTSurveyChamber.h b/Alignment/SurveyAnalysis/interface/DTSurveyChamber.h index 640685ba421c0..b59fb44f5c3cb 100644 --- a/Alignment/SurveyAnalysis/interface/DTSurveyChamber.h +++ b/Alignment/SurveyAnalysis/interface/DTSurveyChamber.h @@ -3,8 +3,8 @@ * Implements a chamber in the context of Drift Tube Survey Measurements * and calculates displacements and rotations for it. * - * $Date: 2011/09/14 15:03:57 $ - * $Revision: 1.6 $ + * $Date: 2008/04/11 05:08:01 $ + * $Revision: 1.5 $ * \author Pablo Martinez Ruiz del Arbol */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyAlignment.h b/Alignment/SurveyAnalysis/interface/SurveyAlignment.h index 1ba0d7b3cd40c..f767b2e2cfd54 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyAlignment.h +++ b/Alignment/SurveyAnalysis/interface/SurveyAlignment.h @@ -5,8 +5,8 @@ * * Alignment using only survey info (no tracks) as a proof of principle. * - * $Date: 2007/10/08 16:38:03 $ - * $Revision: 1.5 $ + * $Date: 2007/05/03 20:58:58 $ + * $Revision: 1.4 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyAlignmentPoints.h b/Alignment/SurveyAnalysis/interface/SurveyAlignmentPoints.h index e4142aac0126c..360c3501dc3cf 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyAlignmentPoints.h +++ b/Alignment/SurveyAnalysis/interface/SurveyAlignmentPoints.h @@ -8,8 +8,8 @@ * The local residuals for survey points are found for each sensor. * The alignment parameters are found using the HIP algorithm. * - * $Date: 2007/10/08 16:38:03 $ - * $Revision: 1.4 $ + * $Date: 2007/05/03 20:58:58 $ + * $Revision: 1.3 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyAlignmentSensor.h b/Alignment/SurveyAnalysis/interface/SurveyAlignmentSensor.h index 1c2d637cf8497..118a17a39c264 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyAlignmentSensor.h +++ b/Alignment/SurveyAnalysis/interface/SurveyAlignmentSensor.h @@ -8,8 +8,8 @@ * The residual (dRx, dRy, dRz, dWx, dWy, dWz) is found for each sensor. * The sensor shifted by this amount during each iteration. * - * $Date: 2007/10/08 16:38:03 $ - * $Revision: 1.4 $ + * $Date: 2007/05/03 20:58:58 $ + * $Revision: 1.3 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyInputBase.h b/Alignment/SurveyAnalysis/interface/SurveyInputBase.h index 0e9b70cd291a5..0333a82c35515 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyInputBase.h +++ b/Alignment/SurveyAnalysis/interface/SurveyInputBase.h @@ -5,8 +5,8 @@ * * Abstract base class to read survey raw measurements. * - * $Date: 2010/01/07 14:36:22 $ - * $Revision: 1.3 $ + * $Date: 2007/05/15 18:14:04 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyOutput.h b/Alignment/SurveyAnalysis/interface/SurveyOutput.h index 3582a30090802..7b48a5b3bfd59 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyOutput.h +++ b/Alignment/SurveyAnalysis/interface/SurveyOutput.h @@ -5,8 +5,8 @@ * * Write variables to ntuple for survey analysis. * - * $Date: 2007/03/14 18:05:35 $ - * $Revision: 1.1 $ + * $Date: 2007/01/09 $ + * $Revision: 1 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/interface/SurveyParameters.h b/Alignment/SurveyAnalysis/interface/SurveyParameters.h index 1c995a50e5601..194b34e245e84 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyParameters.h +++ b/Alignment/SurveyAnalysis/interface/SurveyParameters.h @@ -7,8 +7,8 @@ * Inheriting from AlignmentParameters is fake, just to attach it to an Alignable, * re-using the AlignmentParameters data member. (Should look for another solution...) * - * $Date: 2008/09/02 16:18:26 $ - * $Revision: 1.3 $ + * $Date: 2007/05/09 12:42:03 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.h b/Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.h index fa01dca512287..d0366a83d048b 100644 --- a/Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.h +++ b/Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.h @@ -5,8 +5,8 @@ * * Class to create Survey[Error]Rcd for alignment with survey constraint * - * $Date: 2012/06/13 16:23:31 $ - * $Revision: 1.4 $ + * $Date: 2012/06/13 09:22:26 $ + * $Revision: 1.3 $ * \author Chung Khim Lae */ // user include files diff --git a/Alignment/SurveyAnalysis/plugins/DTSurveyConvert.h b/Alignment/SurveyAnalysis/plugins/DTSurveyConvert.h index c968f75ca0c4a..ee88fb8aab770 100644 --- a/Alignment/SurveyAnalysis/plugins/DTSurveyConvert.h +++ b/Alignment/SurveyAnalysis/plugins/DTSurveyConvert.h @@ -16,7 +16,7 @@ // // Original Author: Pablo Martinez Ruiz Del Arbol // Created: Wed Mar 28 09:50:08 CEST 2007 -// $Id: DTSurveyConvert.h,v 1.1 2008/04/11 05:06:12 cklae Exp $ +// $Id: DTSurveyConvert.cpp,v 1.5 2007/12/06 01:53:29 ratnik Exp $ // // diff --git a/Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.h b/Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.h index 4227f6ca01ef7..6dacfc77ec10d 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.h @@ -2,8 +2,8 @@ * * Alignment of Silicon Pixel Detector with survey constraint. * - * $Date: 2013/01/07 19:42:15 $ - * $Revision: 1.5 $ + * $Date: 2010/09/10 11:53:18 $ + * $Revision: 1.4 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/plugins/SurveyDBUploader.h b/Alignment/SurveyAnalysis/plugins/SurveyDBUploader.h index 0e1d5066afc84..5b7d85a19edb2 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyDBUploader.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyDBUploader.h @@ -12,8 +12,8 @@ * string errorTag = "TrackerSurveyErrorRcd" * } * - * $Date: 2007/04/18 17:23:51 $ - * $Revision: 1.1 $ + * $Date: 2007/04/09 01:16:13 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/plugins/SurveyDataConverter.h b/Alignment/SurveyAnalysis/plugins/SurveyDataConverter.h index 2f13f532b3a0d..d667a3cd051bf 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyDataConverter.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyDataConverter.h @@ -14,7 +14,7 @@ // // Original Author: Roberto Covarelli // Created: Fri Jul 14 18:05:49 CEST 2006 -// $Id: SurveyDataConverter.h,v 1.3 2007/10/08 16:38:04 cklae Exp $ +// $Id: SurveyDataConverter.h,v 1.2 2007/07/03 15:51:26 covarell Exp $ // // diff --git a/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h b/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h index af22478103e24..1b223ac1fe5d8 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h @@ -6,7 +6,7 @@ * Class to read ideal tracker from DB. * * $Date: Fri Jun 29 09:20:52 CEST 2007 - * $Revision: 1.3 $ + * $Revision: 1.2 $ * \author Dmitry Yakorev */ #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.h b/Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.h index 95ffaf8d79bc0..3cb78c65c5c6f 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.h @@ -5,8 +5,8 @@ * * Class to read ideal tracker from DB. * - * $Date: 2012/06/13 16:23:31 $ - * $Revision: 1.5 $ + * $Date: 2012/06/13 09:22:26 $ + * $Revision: 1.4 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.h b/Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.h index 17263af05051c..4bcc45625316d 100644 --- a/Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.h +++ b/Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.h @@ -5,8 +5,8 @@ * * Class to misaligned tracker from DB. * - * $Date: 2012/06/13 16:23:31 $ - * $Revision: 1.6 $ + * $Date: 2012/06/13 09:22:26 $ + * $Revision: 1.5 $ * \author Chung Khim Lae */ // user include files diff --git a/Alignment/SurveyAnalysis/test/SurveyDBReader.h b/Alignment/SurveyAnalysis/test/SurveyDBReader.h index c8790d610e188..6b2a21bbf46e1 100644 --- a/Alignment/SurveyAnalysis/test/SurveyDBReader.h +++ b/Alignment/SurveyAnalysis/test/SurveyDBReader.h @@ -11,8 +11,8 @@ * * Only one parameter to set the name of the output ROOT file. * - * $Date: 2010/01/07 14:36:23 $ - * $Revision: 1.4 $ + * $Date: 2007/06/19 14:56:18 $ + * $Revision: 1.3 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/test/SurveyInputDummy.h b/Alignment/SurveyAnalysis/test/SurveyInputDummy.h index b3fc824c2784b..63436ca661064 100644 --- a/Alignment/SurveyAnalysis/test/SurveyInputDummy.h +++ b/Alignment/SurveyAnalysis/test/SurveyInputDummy.h @@ -24,8 +24,8 @@ * The covariance matrix for all structures of a level will be diagonal * given by value^2 * identity. * - * $Date: 2010/01/07 14:36:23 $ - * $Revision: 1.5 $ + * $Date: 2007/11/15 10:22:42 $ + * $Revision: 1.4 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/test/SurveyInputTest.h b/Alignment/SurveyAnalysis/test/SurveyInputTest.h index 25c40f5c143cf..7310d173b1900 100644 --- a/Alignment/SurveyAnalysis/test/SurveyInputTest.h +++ b/Alignment/SurveyAnalysis/test/SurveyInputTest.h @@ -5,8 +5,8 @@ * * Class to read survey raw measurements from a config file. * - * $Date: 2010/01/07 14:36:23 $ - * $Revision: 1.2 $ + * $Date: 2007/04/07 01:58:49 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/SurveyAnalysis/test/SurveyTest.h b/Alignment/SurveyAnalysis/test/SurveyTest.h index 40ae413185772..c935a369cd5f3 100644 --- a/Alignment/SurveyAnalysis/test/SurveyTest.h +++ b/Alignment/SurveyAnalysis/test/SurveyTest.h @@ -5,8 +5,8 @@ * * Analyser module for testing. * - * $Date: 2010/01/07 14:36:23 $ - * $Revision: 1.7 $ + * $Date: 2007/10/10 20:54:07 $ + * $Revision: 1.6 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/AlignableSiStripDet.h b/Alignment/TrackerAlignment/interface/AlignableSiStripDet.h index 0adc0f54db21f..b3ad0cc66b08c 100644 --- a/Alignment/TrackerAlignment/interface/AlignableSiStripDet.h +++ b/Alignment/TrackerAlignment/interface/AlignableSiStripDet.h @@ -7,8 +7,8 @@ * * First implementation April/May 2008 * \author Gero Flucke, Hamburg University - * $Date: 2009/04/16 16:53:06 $ - * $Revision: 1.5 $ + * $Date: 2008/07/13 12:26:41 $ + * $Revision: 1.4 $ */ #include "Alignment/CommonAlignment/interface/AlignableDet.h" diff --git a/Alignment/TrackerAlignment/interface/TECNameSpace.h b/Alignment/TrackerAlignment/interface/TECNameSpace.h index a0cf523785615..4af0f0c5eee6b 100644 --- a/Alignment/TrackerAlignment/interface/TECNameSpace.h +++ b/Alignment/TrackerAlignment/interface/TECNameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TIBNameSpace.h b/Alignment/TrackerAlignment/interface/TIBNameSpace.h index d59bffd77439c..6f7a54986b302 100644 --- a/Alignment/TrackerAlignment/interface/TIBNameSpace.h +++ b/Alignment/TrackerAlignment/interface/TIBNameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TIDNameSpace.h b/Alignment/TrackerAlignment/interface/TIDNameSpace.h index 3cabd985c618d..0d34fc43ee565 100644 --- a/Alignment/TrackerAlignment/interface/TIDNameSpace.h +++ b/Alignment/TrackerAlignment/interface/TIDNameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TOBNameSpace.h b/Alignment/TrackerAlignment/interface/TOBNameSpace.h index 83f5c4461de12..a67e587c43b73 100644 --- a/Alignment/TrackerAlignment/interface/TOBNameSpace.h +++ b/Alignment/TrackerAlignment/interface/TOBNameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TPBNameSpace.h b/Alignment/TrackerAlignment/interface/TPBNameSpace.h index 9a81e9f268d19..a9e2890f0de42 100644 --- a/Alignment/TrackerAlignment/interface/TPBNameSpace.h +++ b/Alignment/TrackerAlignment/interface/TPBNameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TPENameSpace.h b/Alignment/TrackerAlignment/interface/TPENameSpace.h index 53d48da0bc938..daad140244056 100644 --- a/Alignment/TrackerAlignment/interface/TPENameSpace.h +++ b/Alignment/TrackerAlignment/interface/TPENameSpace.h @@ -7,8 +7,8 @@ * * A system to number a component within its parent; starts from 1. * - * $Date: 2013/01/07 19:44:30 $ - * $Revision: 1.2 $ + * $Date: 2007/10/18 09:57:10 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TrackerAlignableId.h b/Alignment/TrackerAlignment/interface/TrackerAlignableId.h index 0f0f13a85c6cb..630b3ec35d04b 100644 --- a/Alignment/TrackerAlignment/interface/TrackerAlignableId.h +++ b/Alignment/TrackerAlignment/interface/TrackerAlignableId.h @@ -10,9 +10,9 @@ /// A mapping between the AlignableObjectId and the string name /// is also provided. /// -/// $Revision: 1.12 $ -/// $Date: 2013/01/07 19:44:30 $ -/// (last update by $Author: wmtan $) +/// $Revision: 1.11 $ +/// $Date: 2007/10/08 13:49:05 $ +/// (last update by $Author: cklae $) #include diff --git a/Alignment/TrackerAlignment/interface/TrackerCounters.h b/Alignment/TrackerAlignment/interface/TrackerCounters.h index 5f6b6f06b51b6..11c4e63a23766 100644 --- a/Alignment/TrackerAlignment/interface/TrackerCounters.h +++ b/Alignment/TrackerAlignment/interface/TrackerCounters.h @@ -8,7 +8,7 @@ * Allows to set an id to each alignable. * Actual counter definitions are in separate header files. * - * $Date: 2007/10/18 09:57:10 $ + * $Date: 2007/10/08 13:36:11 $ * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/Alignment/TrackerAlignment/interface/TrackerScenarioBuilder.h b/Alignment/TrackerAlignment/interface/TrackerScenarioBuilder.h index f2fad2449a6d0..05e321b437b52 100644 --- a/Alignment/TrackerAlignment/interface/TrackerScenarioBuilder.h +++ b/Alignment/TrackerAlignment/interface/TrackerScenarioBuilder.h @@ -3,10 +3,10 @@ /// \class TrackerScenarioBuilder /// -/// $Date: 2009/03/15 17:39:58 $ -/// $Revision: 1.3 $ +/// $Date: 2007/10/18 09:57:11 $ +/// $Revision: 1.2 $ /// -/// $Author: flucke $ +/// $Author: fronga $ /// \author Frederic Ronga - CERN-PH-CMG /// /// Builds a scenario from configuration and applies it to the alignable tracker. diff --git a/Alignment/TrackerAlignment/plugins/TrackerSystematicMisalignments.h b/Alignment/TrackerAlignment/plugins/TrackerSystematicMisalignments.h index 1d7bbff4cdff2..e4677861736e0 100644 --- a/Alignment/TrackerAlignment/plugins/TrackerSystematicMisalignments.h +++ b/Alignment/TrackerAlignment/plugins/TrackerSystematicMisalignments.h @@ -5,8 +5,8 @@ * * Class to misaligned tracker from DB. * - * $Date: 2012/06/13 16:23:32 $ - * $Revision: 1.6 $ + * $Date: 2012/06/13 09:24:50 $ + * $Revision: 1.5 $ * \author Chung Khim Lae */ // user include files diff --git a/Alignment/TrackerAlignment/src/AlignableSiStripDet.cc b/Alignment/TrackerAlignment/src/AlignableSiStripDet.cc index 71322de29e40f..86baa6272f333 100644 --- a/Alignment/TrackerAlignment/src/AlignableSiStripDet.cc +++ b/Alignment/TrackerAlignment/src/AlignableSiStripDet.cc @@ -1,6 +1,6 @@ /* - * $Date: 2012/12/27 07:18:39 $ - * $Revision: 1.10 $ + * $Date: 2011/09/05 16:59:07 $ + * $Revision: 1.9 $ */ #include "Alignment/TrackerAlignment/interface/AlignableSiStripDet.h" diff --git a/Alignment/TrackerAlignment/src/TrackerAlignableId.cc b/Alignment/TrackerAlignment/src/TrackerAlignableId.cc index 6ad8d20699ab4..87cee8dd55cfc 100644 --- a/Alignment/TrackerAlignment/src/TrackerAlignableId.cc +++ b/Alignment/TrackerAlignment/src/TrackerAlignableId.cc @@ -1,8 +1,8 @@ /// \file TrackerAlignableId.cc /// -/// $Revision: 1.13 $ -/// $Date: 2013/01/07 19:44:30 $ -/// (last update by $Author: wmtan $) +/// $Revision: 1.12 $ +/// $Date: 2007/10/08 13:49:07 $ +/// (last update by $Author: cklae $) #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/Alignment/TrackerAlignment/src/TrackerScenarioBuilder.cc b/Alignment/TrackerAlignment/src/TrackerScenarioBuilder.cc index 2eb4dcfbf4ad4..f1f7bacc25fde 100644 --- a/Alignment/TrackerAlignment/src/TrackerScenarioBuilder.cc +++ b/Alignment/TrackerAlignment/src/TrackerScenarioBuilder.cc @@ -1,9 +1,9 @@ /// \file /// -/// $Date: 2009/03/15 17:39:58 $ -/// $Revision: 1.3 $ +/// $Date: 2007/12/06 01:55:18 $ +/// $Revision: 1.2 $ /// -/// $Author: flucke $ +/// $Author: ratnik $ /// \author Frederic Ronga - CERN-PH-CMG #include diff --git a/Alignment/TrackerAlignment/test/TestTrackerHierarchy.cpp b/Alignment/TrackerAlignment/test/TestTrackerHierarchy.cpp index 1890e66b09871..fb4df4c25d348 100644 --- a/Alignment/TrackerAlignment/test/TestTrackerHierarchy.cpp +++ b/Alignment/TrackerAlignment/test/TestTrackerHierarchy.cpp @@ -9,7 +9,7 @@ // // Original Author: Frederic Ronga // Created: March 16, 2006 -// $Id: TestTrackerHierarchy.cpp,v 1.7 2013/01/07 19:44:30 wmtan Exp $ +// $Id: TestTrackerHierarchy.cpp,v 1.6 2012/06/30 08:59:35 eulisse Exp $ // system include files diff --git a/AnalysisDataFormats/TopObjects/interface/StEvtSolution.h b/AnalysisDataFormats/TopObjects/interface/StEvtSolution.h index ba6049a26a19d..c25505d6a1101 100644 --- a/AnalysisDataFormats/TopObjects/interface/StEvtSolution.h +++ b/AnalysisDataFormats/TopObjects/interface/StEvtSolution.h @@ -1,5 +1,5 @@ // -// $Id: StEvtSolution.h,v 1.13 2008/12/18 21:20:10 rwolf Exp $ +// $Id: StEvtSolution.h,v 1.12 2008/11/14 19:20:51 rwolf Exp $ // #ifndef TopObjects_StEvtSolution_h diff --git a/AnalysisDataFormats/TopObjects/interface/TtDilepEvtSolution.h b/AnalysisDataFormats/TopObjects/interface/TtDilepEvtSolution.h index c56f31fb898b8..24e75a9bf73c6 100644 --- a/AnalysisDataFormats/TopObjects/interface/TtDilepEvtSolution.h +++ b/AnalysisDataFormats/TopObjects/interface/TtDilepEvtSolution.h @@ -1,5 +1,5 @@ // -// $Id: TtDilepEvtSolution.h,v 1.23 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtDilepEvtSolution.h,v 1.22 2008/12/18 21:20:10 rwolf Exp $ // #ifndef TopObjects_TtDilepEvtSolution_h diff --git a/AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h b/AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h index 51b15f9afb41f..192c9a3280b2c 100644 --- a/AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h +++ b/AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h @@ -1,7 +1,7 @@ #ifndef TopObjects_TtHadEvtSolution_h #define TopObjects_TtHadEvtSolution_h // -// $Id: TtHadEvtSolution.h,v 1.13 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtHadEvtSolution.h,v 1.12 2009/11/16 14:06:51 rwolf Exp $ // adapted TtSemiEvtSolution.h,v 1.14 2007/07/06 03:07:47 lowette Exp // for fully hadronic channel diff --git a/AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h b/AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h index c74160d609ad1..00888bdb46c57 100644 --- a/AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h +++ b/AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h @@ -1,5 +1,5 @@ // -// $Id: TtSemiEvtSolution.h,v 1.31 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtSemiEvtSolution.h,v 1.30 2011/05/26 10:14:37 mseidel Exp $ // #ifndef TopObjects_TtSemiEvtSolution_h diff --git a/AnalysisDataFormats/TopObjects/src/StEvtSolution.cc b/AnalysisDataFormats/TopObjects/src/StEvtSolution.cc index ad14a83854ab6..9c5440b65bd20 100644 --- a/AnalysisDataFormats/TopObjects/src/StEvtSolution.cc +++ b/AnalysisDataFormats/TopObjects/src/StEvtSolution.cc @@ -1,5 +1,5 @@ // -// $Id: StEvtSolution.cc,v 1.11 2008/11/14 19:20:51 rwolf Exp $ +// $Id: StEvtSolution.cc,v 1.10 2008/02/15 12:10:51 rwolf Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/AnalysisDataFormats/TopObjects/src/StGenEvent.cc b/AnalysisDataFormats/TopObjects/src/StGenEvent.cc index e0eb506b6ac9c..01880027c861e 100644 --- a/AnalysisDataFormats/TopObjects/src/StGenEvent.cc +++ b/AnalysisDataFormats/TopObjects/src/StGenEvent.cc @@ -1,5 +1,5 @@ // -// $Id: StGenEvent.cc,v 1.11 2010/10/15 22:44:30 wmtan Exp $ +// $Id: StGenEvent.cc,v 1.10 2009/10/09 12:59:25 llista Exp $ // #include "FWCore/Utilities/interface/EDMException.h" diff --git a/AnalysisDataFormats/TopObjects/src/TtDilepEvtSolution.cc b/AnalysisDataFormats/TopObjects/src/TtDilepEvtSolution.cc index cee1fc77dee5d..ec8690ab94a59 100644 --- a/AnalysisDataFormats/TopObjects/src/TtDilepEvtSolution.cc +++ b/AnalysisDataFormats/TopObjects/src/TtDilepEvtSolution.cc @@ -1,5 +1,5 @@ // -// $Id: TtDilepEvtSolution.cc,v 1.22 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtDilepEvtSolution.cc,v 1.21 2009/04/29 13:27:58 snaumann Exp $ // #include "DataFormats/Math/interface/deltaR.h" diff --git a/AnalysisDataFormats/TopObjects/src/TtGenEvent.cc b/AnalysisDataFormats/TopObjects/src/TtGenEvent.cc index aca540d263aba..1de614402a50d 100644 --- a/AnalysisDataFormats/TopObjects/src/TtGenEvent.cc +++ b/AnalysisDataFormats/TopObjects/src/TtGenEvent.cc @@ -1,5 +1,5 @@ // -// $Id: TtGenEvent.cc,v 1.35 2012/07/03 13:11:27 davidlt Exp $ +// $Id: TtGenEvent.cc,v 1.34 2012/04/23 10:26:38 snaumann Exp $ // #include "FWCore/Utilities/interface/EDMException.h" diff --git a/AnalysisDataFormats/TopObjects/src/TtHadEvtSolution.cc b/AnalysisDataFormats/TopObjects/src/TtHadEvtSolution.cc index 4a66ea5b945ec..8d71acc242321 100644 --- a/AnalysisDataFormats/TopObjects/src/TtHadEvtSolution.cc +++ b/AnalysisDataFormats/TopObjects/src/TtHadEvtSolution.cc @@ -1,5 +1,5 @@ // -// $Id: TtHadEvtSolution.cc,v 1.9 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtHadEvtSolution.cc,v 1.8 2008/11/14 19:20:51 rwolf Exp $ // adapted TtSemiEvtSolution.cc,v 1.13 2007/07/05 23:43:08 lowette Exp // for fully hadronic channel diff --git a/AnalysisDataFormats/TopObjects/src/TtSemiEvtSolution.cc b/AnalysisDataFormats/TopObjects/src/TtSemiEvtSolution.cc index b8a738fd3ae06..7505c77276f22 100644 --- a/AnalysisDataFormats/TopObjects/src/TtSemiEvtSolution.cc +++ b/AnalysisDataFormats/TopObjects/src/TtSemiEvtSolution.cc @@ -1,5 +1,5 @@ // -// $Id: TtSemiEvtSolution.cc,v 1.29 2013/04/19 22:13:23 wmtan Exp $ +// $Id: TtSemiEvtSolution.cc,v 1.28 2009/10/09 12:59:25 llista Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/AnalysisDataFormats/TrackInfo/interface/TrackInfo.h b/AnalysisDataFormats/TrackInfo/interface/TrackInfo.h index 09b9da7905437..849c8ce4a20a5 100755 --- a/AnalysisDataFormats/TrackInfo/interface/TrackInfo.h +++ b/AnalysisDataFormats/TrackInfo/interface/TrackInfo.h @@ -8,7 +8,7 @@ * * \author Chiara Genta * - * \version $Id: TrackInfo.h,v 1.7 2007/04/18 16:46:37 genta Exp $ + * \version $Id: TrackInfo.h,v 1.6 2007/04/16 13:25:06 genta Exp $ * */ diff --git a/AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h b/AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h index 448d554a9cac7..642319148f3d1 100644 --- a/AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h +++ b/AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h @@ -8,7 +8,7 @@ * * \author Chiara Genta * - * \version $Id: TrackInfoEnum.h,v 1.1 2007/04/18 16:46:37 genta Exp $ + * \version $Id:$ * */ namespace reco { diff --git a/AnalysisDataFormats/TrackInfo/interface/TrackingRecHitInfo.h b/AnalysisDataFormats/TrackInfo/interface/TrackingRecHitInfo.h index 5d4778a81fb8f..b158b260ece31 100644 --- a/AnalysisDataFormats/TrackInfo/interface/TrackingRecHitInfo.h +++ b/AnalysisDataFormats/TrackInfo/interface/TrackingRecHitInfo.h @@ -8,7 +8,7 @@ * * \author Chiara Genta * - * \version $Id: TrackingRecHitInfo.h,v 1.4 2007/04/18 16:46:37 genta Exp $ + * \version $Id: TrackingRecHitInfo.h,v 1.3 2007/04/16 13:25:06 genta Exp $ * */ diff --git a/AnalysisDataFormats/TrackInfo/interface/TrackingStateInfo.h b/AnalysisDataFormats/TrackInfo/interface/TrackingStateInfo.h index 55795d7d4db80..a4c87daa4e2cb 100644 --- a/AnalysisDataFormats/TrackInfo/interface/TrackingStateInfo.h +++ b/AnalysisDataFormats/TrackInfo/interface/TrackingStateInfo.h @@ -8,7 +8,7 @@ * * \author Chiara Genta * - * \version $Id: TrackingStateInfo.h,v 1.2 2011/12/22 19:19:31 innocent Exp $ + * \version $Id: TrackingStateInfo.h,v 1.1 2007/04/16 13:25:06 genta Exp $ * */ diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibTools.h b/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibTools.h index 9213675a4fce5..3dc90258df1da 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibTools.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibTools.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Mon Jul 17 18:07:01 CEST 2006 -// $Id: CaloMiscalibTools.h,v 1.3 2007/09/11 13:46:07 malgeri Exp $ +// $Id: CaloMiscalibTools.h,v 1.2 2006/11/21 13:13:01 malgeri Exp $ // // Modified : Luca Malgeri // Date: : 11/09/2006 diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibToolsMC.h b/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibToolsMC.h index 5a44fb5c3130b..aa1dc3d913879 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibToolsMC.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibToolsMC.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Mon Jul 17 18:07:01 CEST 2006 -// $Id: CaloMiscalibToolsMC.h,v 1.1 2009/04/08 22:29:38 fra Exp $ +// $Id: CaloMiscalibToolsMC.h,v 1.3 2007/09/11 13:46:07 malgeri Exp $ // // Modified : Luca Malgeri // Date: : 11/09/2006 diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/EcalRecHitRecalib.h b/CalibCalorimetry/CaloMiscalibTools/interface/EcalRecHitRecalib.h index b1615cc7fa24a..cc293a4f5c9a7 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/EcalRecHitRecalib.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/EcalRecHitRecalib.h @@ -15,8 +15,8 @@ */ // // Original Author: Luca Malgeri -// Created: $Date: 2007/09/11 13:46:21 $ -// $Id: EcalRecHitRecalib.h,v 1.4 2007/09/11 13:46:21 malgeri Exp $ +// Created: $Date: 2006/11/21 16:47:46 $ +// $Id: EcalRecHitRecalib.h,v 1.3 2006/11/21 16:47:46 malgeri Exp $ // // diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/HcalRecHitRecalib.h b/CalibCalorimetry/CaloMiscalibTools/interface/HcalRecHitRecalib.h index 66df6fc7dd143..3ad34cfaa68f1 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/HcalRecHitRecalib.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/HcalRecHitRecalib.h @@ -15,8 +15,8 @@ */ // // Original Author: Luca Malgeri -// Created: $Date: 2013/02/27 14:11:14 $ -// $Id: HcalRecHitRecalib.h,v 1.6 2013/02/27 14:11:14 davidlt Exp $ +// Created: $Date: 2012/10/09 09:26:52 $ +// $Id: HcalRecHitRecalib.h,v 1.5 2012/10/09 09:26:52 yana Exp $ // // diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h b/CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h index 6af963f09d0fd..d3fd02c385d48 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h @@ -5,8 +5,8 @@ * * * Parses the xml file to get miscalibration constants * - * $Date: 2010/08/07 14:55:53 $ - * $Revision: 1.2 $ + * $Date: 2006/05/31 10:09:55 $ + * $Revision: 1.1 $ * \author Lorenzo Agostino */ diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstants.h b/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstants.h index 0a01c901a7d23..a14b58b0456ae 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstants.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstants.h @@ -3,7 +3,7 @@ // // Original Author: Stephanie BEAUCERON // Created: Tue May 15 16:23:21 CEST 2007 -// $Id: WriteEcalMiscalibConstants.h,v 1.2 2009/12/17 20:59:29 wmtan Exp $ +// $Id: WriteEcalMiscalibConstants.h,v 1.1 2007/05/16 16:13:40 malgeri Exp $ // // diff --git a/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstantsMC.h b/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstantsMC.h index f5cef9d94f48f..80369d3ffb266 100644 --- a/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstantsMC.h +++ b/CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstantsMC.h @@ -3,7 +3,7 @@ // // Original Author: Stephanie BEAUCERON // Created: Tue May 15 16:23:21 CEST 2007 -// $Id: WriteEcalMiscalibConstantsMC.h,v 1.2 2009/12/17 20:59:29 wmtan Exp $ +// $Id: WriteEcalMiscalibConstantsMC.h,v 1.1 2009/04/08 22:29:38 fra Exp $ // // diff --git a/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibTools.cc b/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibTools.cc index 33326a656b391..e4a47bc8ae205 100644 --- a/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibTools.cc +++ b/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibTools.cc @@ -13,7 +13,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Wed May 31 10:37:45 CEST 2006 -// $Id: CaloMiscalibTools.cc,v 1.4 2008/03/26 14:07:42 fra Exp $ +// $Id: CaloMiscalibTools.cc,v 1.3 2008/01/22 18:52:16 muzaffar Exp $ // // Modified : Luca Malgeri // Date: : 11/09/2006 diff --git a/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibToolsMC.cc b/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibToolsMC.cc index 77c00f67b1fb0..1fbfe684d5b28 100644 --- a/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibToolsMC.cc +++ b/CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibToolsMC.cc @@ -13,7 +13,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Wed May 31 10:37:45 CEST 2006 -// $Id: CaloMiscalibToolsMC.cc,v 1.1 2009/04/08 22:29:39 fra Exp $ +// $Id: CaloMiscalibToolsMC.cc,v 1.4 2008/03/26 14:07:42 fra Exp $ // // Modified : Luca Malgeri // Date: : 11/09/2006 diff --git a/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstants.cc b/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstants.cc index aedab3d1e07c8..1980798229705 100644 --- a/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstants.cc +++ b/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstants.cc @@ -13,7 +13,7 @@ // // Original Author: Stephanie BEAUCERON // Created: Tue May 15 16:23:21 CEST 2007 -// $Id: WriteEcalMiscalibConstants.cc,v 1.4 2009/12/17 20:59:29 wmtan Exp $ +// $Id: WriteEcalMiscalibConstants.cc,v 1.3 2008/03/26 14:07:42 fra Exp $ // // diff --git a/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstantsMC.cc b/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstantsMC.cc index 8b27c20182ba7..e717caf1f1fe1 100644 --- a/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstantsMC.cc +++ b/CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstantsMC.cc @@ -13,7 +13,7 @@ // // Original Author: Stephanie BEAUCERON // Created: Tue May 15 16:23:21 CEST 2007 -// $Id: WriteEcalMiscalibConstantsMC.cc,v 1.2 2009/12/17 20:59:29 wmtan Exp $ +// $Id: WriteEcalMiscalibConstantsMC.cc,v 1.1 2009/04/08 22:29:39 fra Exp $ // // diff --git a/CalibCalorimetry/CaloTPG/plugins/CaloTPGTranscoderULUTs.cc b/CalibCalorimetry/CaloTPG/plugins/CaloTPGTranscoderULUTs.cc index 54b72a388a8a7..285e78f31c423 100644 --- a/CalibCalorimetry/CaloTPG/plugins/CaloTPGTranscoderULUTs.cc +++ b/CalibCalorimetry/CaloTPG/plugins/CaloTPGTranscoderULUTs.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Fri Sep 15 11:49:44 CDT 2006 -// $Id: CaloTPGTranscoderULUTs.cc,v 1.5 2009/10/27 12:08:49 kvtsang Exp $ +// $Id: CaloTPGTranscoderULUTs.cc,v 1.4 2009/06/23 23:28:48 tulika Exp $ // // diff --git a/CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.h b/CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.h index 04ec93af1c2a1..b5b0fa402c772 100644 --- a/CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.h +++ b/CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.h @@ -11,8 +11,8 @@ /** \class CaloTPGTranscoderULUT * - * $Date: 2012/08/28 13:40:07 $ - * $Revision: 1.17 $ + * $Date: 2010/05/12 13:22:15 $ + * $Revision: 1.16 $ * \author J. Mans - Minnesota */ diff --git a/CalibCalorimetry/CastorCalib/plugins/CastorDbProducer.cc b/CalibCalorimetry/CastorCalib/plugins/CastorDbProducer.cc index 1b3a71ccceee2..b25e46db38a7c 100644 --- a/CalibCalorimetry/CastorCalib/plugins/CastorDbProducer.cc +++ b/CalibCalorimetry/CastorCalib/plugins/CastorDbProducer.cc @@ -14,7 +14,7 @@ // Original Author: Fedor Ratnikov // Created: Tue Aug 9 19:10:10 CDT 2005 // Adapted for CASTOR by L. Mundim -// $Id: CastorDbProducer.cc,v 1.4 2012/11/12 21:06:22 dlange Exp $ +// $Id: CastorDbProducer.cc,v 1.3 2009/03/26 17:49:44 mundim Exp $ // // diff --git a/CalibCalorimetry/CastorCalib/plugins/CastorHardcodeCalibrations.cc b/CalibCalorimetry/CastorCalib/plugins/CastorHardcodeCalibrations.cc index 4dae25fdf9ed8..d2fa1e2ca029b 100644 --- a/CalibCalorimetry/CastorCalib/plugins/CastorHardcodeCalibrations.cc +++ b/CalibCalorimetry/CastorCalib/plugins/CastorHardcodeCalibrations.cc @@ -1,6 +1,6 @@ // -*- C++ -*- // Original Author: Fedor Ratnikov -// $Id: CastorHardcodeCalibrations.cc,v 1.6 2012/11/14 13:28:52 mundim Exp $ +// $Id: CastorHardcodeCalibrations.cc,v 1.5 2011/05/09 19:35:15 mundim Exp $ // Adapted for CASTOR by L. Mundim // diff --git a/CalibCalorimetry/CastorCalib/src/CastorDbASCIIIO.cc b/CalibCalorimetry/CastorCalib/src/CastorDbASCIIIO.cc index 80f0b6d75586c..670b46e2a587f 100644 --- a/CalibCalorimetry/CastorCalib/src/CastorDbASCIIIO.cc +++ b/CalibCalorimetry/CastorCalib/src/CastorDbASCIIIO.cc @@ -1,6 +1,6 @@ // // F.Ratnikov (UMd), Oct 28, 2005 -// $Id: CastorDbASCIIIO.cc,v 1.8 2012/11/14 13:28:53 mundim Exp $ +// $Id: CastorDbASCIIIO.cc,v 1.7 2012/01/12 14:15:44 muzaffar Exp $ // #include #include diff --git a/CalibCalorimetry/CastorCalib/src/CastorDbHardcode.cc b/CalibCalorimetry/CastorCalib/src/CastorDbHardcode.cc index 0f9f2db73bb39..951cf10d66a54 100644 --- a/CalibCalorimetry/CastorCalib/src/CastorDbHardcode.cc +++ b/CalibCalorimetry/CastorCalib/src/CastorDbHardcode.cc @@ -1,6 +1,6 @@ // // F.Ratnikov (UMd), Dec 14, 2005 -// $Id: CastorDbHardcode.cc,v 1.6 2012/11/14 13:28:53 mundim Exp $ +// $Id: CastorDbHardcode.cc,v 1.5 2012/01/12 14:15:59 muzaffar Exp $ // Adapted for Castor by L. Mundim // #include diff --git a/CalibCalorimetry/CastorCalib/src/CastorDbXml.cc b/CalibCalorimetry/CastorCalib/src/CastorDbXml.cc index 9fccc4c259c5f..2ac104a716b36 100644 --- a/CalibCalorimetry/CastorCalib/src/CastorDbXml.cc +++ b/CalibCalorimetry/CastorCalib/src/CastorDbXml.cc @@ -1,6 +1,6 @@ // F.Ratnikov (UMd), Oct 28, 2005 // Modified by S. Won 6 May 2008 -// $Id: CastorDbXml.cc,v 1.2 2009/12/10 10:29:00 elmer Exp $ +// $Id: CastorDbXml.cc,v 1.1 2009/03/26 17:49:44 mundim Exp $ // #include #include diff --git a/CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc b/CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc index c28d79bdcd6a7..f79b0fab9b26c 100644 --- a/CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc +++ b/CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc @@ -10,7 +10,7 @@ \author Paolo Meridiani - \id $Id: EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc,v 1.2 2007/07/16 17:24:24 meridian Exp $ + \id $Id: EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc,v 1.1 2007/07/13 17:44:28 meridian Exp $ */ // system include files diff --git a/CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc b/CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc index 9bf224c7266a5..35e07d2c288f1 100644 --- a/CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc +++ b/CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc @@ -11,7 +11,7 @@ \author Stefano Argiro Created: Mon Mar 5 08:39:12 CET 2007 - \id $Id: EcalShowerContainmentCorrectionsESProducer.cc,v 1.2 2007/07/13 17:44:28 meridian Exp $ + \id $Id: EcalShowerContainmentCorrectionsESProducer.cc,v 1.1 2007/05/15 20:46:31 argiro Exp $ */ // system include files diff --git a/CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc b/CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc index cf65cc1c6ae39..d25ae22f0c684 100644 --- a/CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc +++ b/CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc @@ -3,7 +3,7 @@ * * Analyzer to test Shower Containment Corrections * - * $Id: EcalContainmentCorrectionAnalyzer.cc,v 1.1 2007/07/16 17:26:29 meridian Exp $ + * $Id: $ * */ diff --git a/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/interface/EcnaAnalyzer.h b/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/interface/EcnaAnalyzer.h index b674d826494a3..c27b33f9abc85 100644 --- a/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/interface/EcnaAnalyzer.h +++ b/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/interface/EcnaAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Bernard Fabbro // Created: Fri Jun 2 10:27:01 CEST 2006 -// $Id: EcnaAnalyzer.h,v 1.3 2013/04/05 20:17:20 wmtan Exp $ +// $Id: EcnaAnalyzer.h,v 1.2 2011/03/21 14:57:41 fabbro Exp $ // // diff --git a/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/EcnaAnalyzer.cc b/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/EcnaAnalyzer.cc index 8a4bfee09189a..2c67caaf82638 100644 --- a/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/EcnaAnalyzer.cc +++ b/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/EcnaAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Bernard Fabbro // Created: Fri Jun 2 10:27:01 CEST 2006 -// $Id: EcnaAnalyzer.cc,v 1.4 2013/04/05 20:17:20 wmtan Exp $ +// $Id: EcnaAnalyzer.cc,v 1.3 2011/10/13 09:02:06 eulisse Exp $ // // Update: 02/03/2011 diff --git a/CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFit.h b/CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFit.h index f1f4baffa7c91..47bedf73cc8f5 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFit.h +++ b/CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFit.h @@ -2,8 +2,8 @@ // // Class which computes // -// last change : $Date: 2012/02/09 10:07:33 $ -// by : $Author: eulisse $ +// last change : $Date: 2010/10/21 23:03:11 $ +// by : $Author: wmtan $ // #ifndef PulseFit_H diff --git a/CalibCalorimetry/EcalLaserAnalyzer/interface/Shape.h b/CalibCalorimetry/EcalLaserAnalyzer/interface/Shape.h index 5ea5128e3633d..b711380ba31b3 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/interface/Shape.h +++ b/CalibCalorimetry/EcalLaserAnalyzer/interface/Shape.h @@ -3,8 +3,8 @@ /*! \class Shape * \brief Abstract Class of shape * - * last change : $Date: 2009/06/02 12:55:17 $ - * by : $Author: malcles $ + * last change : $Date: 2007/07/10 08:29:38 $ + * by : $Author: ghm $ * */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.cc index 3cc641aba4c1c..1e48c34b8d354 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalABAnalyzer * - * $Date: 2012/02/09 10:07:36 $ + * $Date: 2010/10/21 22:03:32 $ * primary author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.cc index 722bfe0a86ca0..3853ac8267bf9 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalLaserAnalyzer * - * $Date: 2012/07/04 12:24:06 $ + * $Date: 2012/02/09 10:07:36 $ * primary author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.cc index 906e1b4e5550e..b204291f122a7 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.cc @@ -1,6 +1,6 @@ /* * \class EcalLaserAnalyzer2 - * $Date: 2012/02/09 10:07:36 $ + * $Date: 2010/01/18 17:28:44 $ * primary author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzerYousi.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzerYousi.cc index 03f4fa5422994..1e5fd132b1e83 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzerYousi.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzerYousi.cc @@ -13,7 +13,7 @@ // // Original Author: Yousi Ma // Created: Tue Jun 19 23:06:36 CEST 2007 -// $Id: EcalLaserAnalyzerYousi.cc,v 1.4 2012/02/09 10:07:36 eulisse Exp $ +// $Id: EcalLaserAnalyzerYousi.cc,v 1.2 2010/01/18 17:28:44 ferriff Exp $ // // diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.cc index 35a65bd91e760..18a9fa2d1237e 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalMatacqAnalyzer * - * $Date: 2012/02/09 10:07:37 $ + * $Date: 2010/10/21 22:03:33 $ * primary author: Gautier Hamel De Monchenault - CEA/Saclay * author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.cc index 0915f6e588a58..f0d9f1c9bd24d 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalPerEvtLaserAnalyzer * - * $Date: 2012/02/09 10:07:37 $ + * $Date: 2010/01/18 17:28:45 $ * primary author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.cc index 12d567c4ce876..5f10e538dd1ff 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalPerEvtMatacqAnalyzer * - * $Date: 2012/02/09 10:07:37 $ + * $Date: 2010/01/18 17:28:45 $ * primary author: Gautier Hamel De Monchenault - CEA/Saclay * author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.cc index 89e6283bff6bb..f67e7a3675769 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.cc @@ -1,7 +1,7 @@ /* * \class EcalStatusAnalyzer * - * $Date: 2012/02/09 10:07:37 $ + * $Date: 2010/10/21 22:03:33 $ * author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.cc b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.cc index a6404a7380025..3c0c3590aa816 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.cc @@ -3,7 +3,7 @@ * * \class EcalTestPulseAnalyzer * - * $Date: 2012/02/09 10:07:37 $ + * $Date: 2010/10/21 22:03:33 $ * primary author: Julie Malcles - CEA/Saclay * author: Gautier Hamel De Monchenault - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.h b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.h index 2bd253f9042f8..c3b65633c3adc 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.h +++ b/CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.h @@ -1,4 +1,4 @@ -// $Id: EcalTestPulseAnalyzer.h,v 1.6 2012/02/09 10:07:37 eulisse Exp $ +// $Id: EcalTestPulseAnalyzer.h,v 1.4 2010/10/21 22:03:33 wmtan Exp $ #include #include diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithFunction.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithFunction.cc index 7d6d562557300..899539c4213a4 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithFunction.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithFunction.cc @@ -1,7 +1,7 @@ /* * \class PulseFitWithFunction * - * $Date: 2012/02/09 10:08:09 $ + * $Date: 2009/06/02 12:55:20 $ * \author: Patrick Jarry - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithShape.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithShape.cc index 40216c0be7d40..e96d98b6fca97 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithShape.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithShape.cc @@ -1,7 +1,7 @@ /* * \class PulseFitWithShape * - * $Date: 2013/04/19 22:19:23 $ + * $Date: 2012/02/09 10:08:09 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TAPD.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TAPD.cc index 8e767c37f714d..e5d485f9d9dbb 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TAPD.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TAPD.cc @@ -1,7 +1,7 @@ /* * \class TAPD * - * $Date: 2013/04/19 22:19:23 $ + * $Date: 2012/02/09 10:08:10 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TAPDPulse.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TAPDPulse.cc index 70d573fa92eed..a7498267e356b 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TAPDPulse.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TAPDPulse.cc @@ -1,7 +1,7 @@ /* * \class TAPDPulse * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/01/04 15:06:28 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TMTQ.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TMTQ.cc index fc38a3d1d4c86..9751c737c3347 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TMTQ.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TMTQ.cc @@ -1,7 +1,7 @@ /* * \class TMTQ * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/10/21 22:54:31 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TMarkov.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TMarkov.cc index 1d22129aea236..31029b0f7229b 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TMarkov.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TMarkov.cc @@ -1,7 +1,7 @@ /* * \class TMarkov * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/01/04 15:06:28 $ * \author: Patrice Verrecchia - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TMatacq.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TMatacq.cc index fe9ec3923950e..312c6790fabf6 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TMatacq.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TMatacq.cc @@ -1,7 +1,7 @@ /* * \class TMatacq * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/10/21 22:54:32 $ * \author: Patrice Verrecchia - CEA/Saclay */ #include diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TMem.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TMem.cc index eeb167c55993e..c578a444e99ed 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TMem.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TMem.cc @@ -1,7 +1,7 @@ /* * \class TMem * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/10/21 22:54:32 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TMom.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TMom.cc index 534337366c3af..90a5f45e04511 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TMom.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TMom.cc @@ -1,7 +1,7 @@ /* * \class TMom * - * $Date: 2013/04/19 22:19:23 $ + * $Date: 2012/02/09 10:08:10 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TPN.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TPN.cc index c380c69f09231..a71f358597efa 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TPN.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TPN.cc @@ -1,7 +1,7 @@ /* * \class TPN * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/10/21 22:54:32 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNCor.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNCor.cc index 9b8dca91240d3..d10fda3cacee7 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNCor.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNCor.cc @@ -1,7 +1,7 @@ /* * \class TPNCor * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2009/06/02 12:55:21 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNFit.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNFit.cc index 4633663986118..d468d7e7b729c 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNFit.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNFit.cc @@ -1,7 +1,7 @@ /* * \class TPNFit * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2009/06/02 12:55:21 $ * \author: Patrice Verrecchia - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNPulse.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNPulse.cc index 27579b726243a..3c609a9b02773 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TPNPulse.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TPNPulse.cc @@ -1,7 +1,7 @@ /* * \class TPNPulse * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/01/04 15:06:28 $ * \author: Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TSFit.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TSFit.cc index 6270453145d7e..5250cd0969b32 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TSFit.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TSFit.cc @@ -1,7 +1,7 @@ /* * \class TSFit * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/01/04 15:06:28 $ * \author: Jean-Pierre Pansart - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserAnalyzer/src/TShapeAnalysis.cc b/CalibCalorimetry/EcalLaserAnalyzer/src/TShapeAnalysis.cc index b8a7064643a28..d54aa1cec61d9 100644 --- a/CalibCalorimetry/EcalLaserAnalyzer/src/TShapeAnalysis.cc +++ b/CalibCalorimetry/EcalLaserAnalyzer/src/TShapeAnalysis.cc @@ -1,7 +1,7 @@ /* * \class TShapeAnalysis * - * $Date: 2012/02/09 10:08:10 $ + * $Date: 2010/10/21 22:54:32 $ * original author: Patrice Verrecchia * modified by Julie Malcles - CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h b/CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h index 967a21f6251b8..7bd68d5a48b86 100644 --- a/CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h +++ b/CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h @@ -1,5 +1,5 @@ /* - * $Id: LaserSorter.h,v 1.8 2012/10/09 19:00:18 wdd Exp $ + * $Id: LaserSorter.h,v 1.7 2012/06/14 10:12:31 eulisse Exp $ */ #ifndef EVENT_SELECT_H diff --git a/CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc b/CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc index aadb3daf9908b..3b59b7a75c4ca 100644 --- a/CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc +++ b/CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc @@ -1,6 +1,6 @@ //emacs settings:-*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*- /* - * $Id: LaserSorter.cc,v 1.19 2012/10/09 19:00:18 wdd Exp $ + * $Id: LaserSorter.cc,v 1.18 2012/06/14 10:12:31 eulisse Exp $ */ /*************************************************** diff --git a/CalibCalorimetry/EcalLaserSorting/src/LmfSource.cc b/CalibCalorimetry/EcalLaserSorting/src/LmfSource.cc index 6d23c8a3926a9..bc3b12d28063d 100644 --- a/CalibCalorimetry/EcalLaserSorting/src/LmfSource.cc +++ b/CalibCalorimetry/EcalLaserSorting/src/LmfSource.cc @@ -1,6 +1,6 @@ /* - * $Date: 2012/11/19 18:34:01 $ - * $Revision: 1.9 $ + * $Date: 2012/01/13 16:20:33 $ + * $Revision: 1.8 $ * \author Philippe Gras CEA/Saclay */ diff --git a/CalibCalorimetry/EcalLaserSorting/src/Majority.h b/CalibCalorimetry/EcalLaserSorting/src/Majority.h index 718f76056bf62..85373e07e22af 100644 --- a/CalibCalorimetry/EcalLaserSorting/src/Majority.h +++ b/CalibCalorimetry/EcalLaserSorting/src/Majority.h @@ -1,5 +1,5 @@ /* - * $Id: Majority.h,v 1.1 2009/02/25 17:34:05 pgras Exp $ + * $Id: Majority.h,v 1.1.1.1 2008/10/13 14:26:27 pgras Exp $ */ #ifndef MAJORITY_H diff --git a/CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h b/CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h index f2fbdd673bd66..398fa2674482c 100644 --- a/CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h +++ b/CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h @@ -5,8 +5,8 @@ * \file EcalPedOffset.h * \class EcalPedOffset * \brief calculate the best DAC value to obtain a pedestal = 200 - * $Date: 2013/05/30 22:33:07 $ - * $Revision: 1.5 $ + * $Date: 2010/01/04 15:06:29 $ + * $Revision: 1.4 $ * \author P. Govoni (pietro.govoni@cernNOSPAM.ch) * */ diff --git a/CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h b/CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h index 7cde22370bcd9..2e2845302dd02 100644 --- a/CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h +++ b/CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h @@ -5,8 +5,8 @@ * \file testChannel.h * \class testChannel * \brief calculate the best DAC value to obtain a pedestal = 200 - * $Date: 2011/05/20 17:17:23 $ - * $Revision: 1.7 $ + * $Date: 2010/01/04 15:06:29 $ + * $Revision: 1.6 $ * \author P. Govoni (testChannel.govoni@cernNOSPAM.ch) * */ diff --git a/CalibCalorimetry/EcalPedestalOffsets/src/EcalPedOffset.cc b/CalibCalorimetry/EcalPedestalOffsets/src/EcalPedOffset.cc index 40d9db53470b9..ec5d557297b30 100644 --- a/CalibCalorimetry/EcalPedestalOffsets/src/EcalPedOffset.cc +++ b/CalibCalorimetry/EcalPedestalOffsets/src/EcalPedOffset.cc @@ -2,8 +2,8 @@ /** * \file EcalPedOffset.cc * - * $Date: 2013/05/30 22:33:07 $ - * $Revision: 1.18 $ + * $Date: 2010/07/30 02:09:17 $ + * $Revision: 1.17 $ * \author P. Govoni (pietro.govoni@cernNOSPAM.ch) - originally * \author S. Cooper (seth.cooper@cernNOSPAM.ch) * Last updated: @DATE@ @AUTHOR@ diff --git a/CalibCalorimetry/EcalPedestalOffsets/src/testChannel.cc b/CalibCalorimetry/EcalPedestalOffsets/src/testChannel.cc index 0b5eb9ef5db6e..6ca39b066a31d 100644 --- a/CalibCalorimetry/EcalPedestalOffsets/src/testChannel.cc +++ b/CalibCalorimetry/EcalPedestalOffsets/src/testChannel.cc @@ -1,8 +1,8 @@ /** * \file testChannel.cc * - * $Date: 2010/01/04 15:06:29 $ - * $Revision: 1.11 $ + * $Date: 2008/04/23 14:59:08 $ + * $Revision: 1.10 $ * \author P. Govoni (pietro.govoni@cernNOSPAM.ch) * */ diff --git a/CalibCalorimetry/EcalSRTools/interface/EcalDccWeightBuilder.h b/CalibCalorimetry/EcalSRTools/interface/EcalDccWeightBuilder.h index bbdc2ef35eba5..fc8cfa19099b4 100644 --- a/CalibCalorimetry/EcalSRTools/interface/EcalDccWeightBuilder.h +++ b/CalibCalorimetry/EcalSRTools/interface/EcalDccWeightBuilder.h @@ -1,5 +1,5 @@ /* - * $Id: EcalDccWeightBuilder.h,v 1.6 2009/10/09 15:55:35 pgras Exp $ + * $Id: EcalDccWeightBuilder.h,v 1.5 2009/10/09 14:23:47 pgras Exp $ */ #ifndef ECALDCCWEIGHTBUILDER_CC diff --git a/CalibCalorimetry/EcalSRTools/src/EcalDccWeightBuilder.cc b/CalibCalorimetry/EcalSRTools/src/EcalDccWeightBuilder.cc index 63d02a0004984..f0d93cbd2f700 100644 --- a/CalibCalorimetry/EcalSRTools/src/EcalDccWeightBuilder.cc +++ b/CalibCalorimetry/EcalSRTools/src/EcalDccWeightBuilder.cc @@ -1,4 +1,4 @@ -/* $Id: EcalDccWeightBuilder.cc,v 1.9 2009/10/13 15:56:16 heltsley Exp $ +/* $Id: EcalDccWeightBuilder.cc,v 1.8 2009/10/09 15:55:35 pgras Exp $ * * authors: Ph. Gras (CEA/Saclay), F. Cavallari (INFN/Roma) * some code copied from CalibCalorimetry/EcalTPGTools code diff --git a/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h b/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h index 91372c7edcb1e..715beac351553 100644 --- a/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h +++ b/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h @@ -1,5 +1,5 @@ // -// $Id: EcalTrivialConditionRetriever.h,v 1.36 2013/04/28 05:49:04 davidlt Exp $ +// $Id: EcalTrivialConditionRetriever.h,v 1.35 2013/03/11 09:47:58 fra Exp $ // Created: 2 Mar 2006 // Shahram Rahatlou, University of Rome & INFN // diff --git a/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialObjectAnalyzer.h b/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialObjectAnalyzer.h index 9831b16e43dc5..320d0aa4d4b61 100644 --- a/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialObjectAnalyzer.h +++ b/CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialObjectAnalyzer.h @@ -1,5 +1,5 @@ // -// $Id: EcalTrivialObjectAnalyzer.h,v 1.1 2006/03/02 17:03:43 rahatlou Exp $ +// $Id: $ // Created: 2 Mar 2006 // Shahram Rahatlou, University of Rome & INFN // diff --git a/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialConditionRetriever.cc b/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialConditionRetriever.cc index f1204e8ee0922..93c31c3fbfb51 100644 --- a/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialConditionRetriever.cc +++ b/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialConditionRetriever.cc @@ -1,5 +1,5 @@ // -// $Id: EcalTrivialConditionRetriever.cc,v 1.59 2013/04/28 05:49:04 davidlt Exp $ +// $Id: EcalTrivialConditionRetriever.cc,v 1.58 2013/03/11 09:47:58 fra Exp $ // Created: 2 Mar 2006 // Shahram Rahatlou, University of Rome & INFN // diff --git a/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialObjectAnalyzer.cc b/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialObjectAnalyzer.cc index 810b15874e573..4f325efaa53f5 100644 --- a/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialObjectAnalyzer.cc +++ b/CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialObjectAnalyzer.cc @@ -1,5 +1,5 @@ // -// $Id: EcalTrivialObjectAnalyzer.cc,v 1.25 2012/05/18 13:20:49 fay Exp $ +// $Id: EcalTrivialObjectAnalyzer.cc,v 1.25 2012/05/09 fay Exp $ // Created: 2 Mar 2006 // Shahram Rahatlou, University of Rome & INFN // diff --git a/CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h b/CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h index ea9a97e7b051a..ca828401a493d 100644 --- a/CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h +++ b/CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h @@ -13,7 +13,7 @@ \class HcalDbASCIIIO \brief IO for ASCII instances of Hcal Calibrations \author Fedor Ratnikov Oct. 28, 2005 - $Id: HcalDbASCIIIO.h,v 1.21 2011/11/23 13:48:27 abdullin Exp $ + $Id: HcalDbASCIIIO.h,v 1.20 2011/10/26 13:58:20 xiezhen Exp $ Text file formats for different data types is as following: - # in first column comments the line diff --git a/CalibCalorimetry/HcalAlgos/interface/HcalDbXml.h b/CalibCalorimetry/HcalAlgos/interface/HcalDbXml.h index 15a042c95d60c..1603fe86124f9 100644 --- a/CalibCalorimetry/HcalAlgos/interface/HcalDbXml.h +++ b/CalibCalorimetry/HcalAlgos/interface/HcalDbXml.h @@ -12,7 +12,7 @@ /** \brief IO for XML instances of Hcal Calibrations \author Fedor Ratnikov Oct. 28, 2005 - $Id: HcalDbXml.h,v 1.8 2008/03/03 16:44:41 rofierzy Exp $ + $Id: HcalDbXml.h,v 1.7 2006/05/26 23:32:02 fedor Exp $ */ namespace HcalDbXml { diff --git a/CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentCorrection.h b/CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentCorrection.h index a9b1fa871c90a..09e97b5ab98cb 100644 --- a/CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentCorrection.h +++ b/CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentCorrection.h @@ -9,8 +9,8 @@ class HcalPulseShape; * Amplitude correction for pulse containment in time. * Currently only for HPD pulse shape. * - * $Date: 2011/09/08 13:23:03 $ - * $Revision: 1.3 $ + * $Date: 2011/07/26 21:07:44 $ + * $Revision: 1.2 $ * \author P. Dudero - Minnesota */ class HcalPulseContainmentCorrection { diff --git a/CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h b/CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h index 626f68565da21..ce47ae5d879cb 100644 --- a/CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h +++ b/CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h @@ -8,8 +8,8 @@ /** \class HcalPulseShapes * - * $Date: 2012/11/12 20:40:39 $ - * $Revision: 1.7 $ + * $Date: 2011/11/23 13:48:27 $ + * $Revision: 1.6 $ * \author J. Mans - Minnesota */ class HcalMCParams; diff --git a/CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h b/CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h index 3aea39b4c901e..5209df29778b1 100644 --- a/CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h +++ b/CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h @@ -12,8 +12,8 @@ * * Not to be used for HF at this time (unlikely to have much effect, however) * - * $Date: 2006/02/07 23:02:36 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalTimeSlew { diff --git a/CalibCalorimetry/HcalAlgos/src/HcalDbASCIIIO.cc b/CalibCalorimetry/HcalAlgos/src/HcalDbASCIIIO.cc index 80e175ccf622d..a79d2a4954284 100644 --- a/CalibCalorimetry/HcalAlgos/src/HcalDbASCIIIO.cc +++ b/CalibCalorimetry/HcalAlgos/src/HcalDbASCIIIO.cc @@ -1,6 +1,6 @@ // // F.Ratnikov (UMd), Oct 28, 2005 -// $Id: HcalDbASCIIIO.cc,v 1.68 2012/11/12 20:40:40 dlange Exp $ +// $Id: HcalDbASCIIIO.cc,v 1.67 2012/11/02 14:15:56 dlange Exp $ // #include #include diff --git a/CalibCalorimetry/HcalAlgos/src/HcalDbXml.cc b/CalibCalorimetry/HcalAlgos/src/HcalDbXml.cc index d8046ca81a335..1bf4336087684 100644 --- a/CalibCalorimetry/HcalAlgos/src/HcalDbXml.cc +++ b/CalibCalorimetry/HcalAlgos/src/HcalDbXml.cc @@ -1,6 +1,6 @@ // F.Ratnikov (UMd), Oct 28, 2005 // Modified by S. Won 6 May 2008 -// $Id: HcalDbXml.cc,v 1.19 2012/11/12 20:40:40 dlange Exp $ +// $Id: HcalDbXml.cc,v 1.18 2011/11/14 13:34:41 abdullin Exp $ // #include #include diff --git a/CalibCalorimetry/HcalAlgos/test/MapTester.cc b/CalibCalorimetry/HcalAlgos/test/MapTester.cc index 5ddc35579fa5e..1b87d2f5d6f39 100644 --- a/CalibCalorimetry/HcalAlgos/test/MapTester.cc +++ b/CalibCalorimetry/HcalAlgos/test/MapTester.cc @@ -13,7 +13,7 @@ // // Original Author: Jared Todd Sturdy // Created: Thu Oct 23 18:16:33 CEST 2008 -// $Id: MapTester.cc,v 1.7 2012/04/04 09:32:27 abdullin Exp $ +// $Id: MapTester.cc,v 1.6 2011/11/15 14:19:38 pbgeff Exp $ // // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.cc b/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.cc index 54cdc261e97ef..95e75cd0bfcf2 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.cc +++ b/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Fedor Ratnikov // Created: Tue Aug 9 19:10:10 CDT 2005 -// $Id: HcalDbProducer.cc,v 1.28 2012/11/12 20:42:39 dlange Exp $ +// $Id: HcalDbProducer.cc,v 1.27 2009/10/16 22:12:57 kukartse Exp $ // // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.h b/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.h index b084be85f40bd..138a70d72093d 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.h +++ b/CalibCalorimetry/HcalPlugins/src/HcalDbProducer.h @@ -13,7 +13,7 @@ // // Original Author: Fedor Ratnikov // Created: Tue Aug 9 19:10:10 CDT 2005 -// $Id: HcalDbProducer.h,v 1.17 2009/10/16 22:12:57 kukartse Exp $ +// $Id: HcalDbProducer.h,v 1.16 2009/05/20 15:54:19 rofierzy Exp $ // // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc b/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc index dc9c662f34517..026a0326d095a 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc +++ b/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc @@ -1,6 +1,6 @@ // -*- C++ -*- // Original Author: Fedor Ratnikov -// $Id: HcalHardcodeCalibrations.cc,v 1.43 2013/04/23 16:06:26 abdullin Exp $ +// $Id: HcalHardcodeCalibrations.cc,v 1.42 2013/04/23 15:41:27 abdullin Exp $ // // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h b/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h index a149607c45ca2..4c4ad82517bba 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h +++ b/CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Oct 21, 2005 -// $Id: HcalHardcodeCalibrations.h,v 1.25 2013/04/23 15:41:27 abdullin Exp $ +// $Id: HcalHardcodeCalibrations.h,v 1.23 2013/03/19 16:23:11 abdullin Exp $ // // ESSource to generate default HCAL calibration objects // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc index d8679c8135721..5dc84e123c4cc 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc +++ b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc @@ -1,6 +1,6 @@ // -*- C++ -*- // Original Author: Fedor Ratnikov -// $Id: HcalTextCalibrations.cc,v 1.22 2012/11/12 20:42:39 dlange Exp $ +// $Id: HcalTextCalibrations.cc,v 1.21 2011/10/26 14:00:29 xiezhen Exp $ // // diff --git a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.h b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.h index 260ef519c7782..a2cf7534bafa4 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.h +++ b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Oct 21, 2005 -// $Id: HcalTextCalibrations.h,v 1.15 2011/10/26 14:00:29 xiezhen Exp $ +// $Id: HcalTextCalibrations.h,v 1.14 2011/06/24 22:15:53 temple Exp $ // // #include diff --git a/CalibCalorimetry/HcalPlugins/test/HcalDbAnalyzer.cc b/CalibCalorimetry/HcalPlugins/test/HcalDbAnalyzer.cc index f6345a04950ba..93a2fe81c6530 100644 --- a/CalibCalorimetry/HcalPlugins/test/HcalDbAnalyzer.cc +++ b/CalibCalorimetry/HcalPlugins/test/HcalDbAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 19:13:25 EDT 2005 -// $Id: HcalDbAnalyzer.cc,v 1.23 2012/11/02 14:16:26 dlange Exp $ +// $Id: HcalDbAnalyzer.cc,v 1.22 2008/11/10 10:13:20 rofierzy Exp $ // // diff --git a/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalAnalyzer.h b/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalAnalyzer.h index fc76ecd7cba61..be04d37bb4e98 100644 --- a/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalAnalyzer.h +++ b/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalAnalyzer.h @@ -4,8 +4,8 @@ /* * \file HcalPedestalAnalyzer.h * - * $Date: 2012/11/13 03:30:20 $ - * $Revision: 1.5 $ + * $Date: 2012/10/09 14:57:58 $ + * $Revision: 1.4 $ * \author S. Stoynev / W. Fisher * */ diff --git a/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalsAnalysis.h b/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalsAnalysis.h index 53be05752e2e8..769d4140a123b 100644 --- a/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalsAnalysis.h +++ b/CalibCalorimetry/HcalStandardModules/interface/HcalPedestalsAnalysis.h @@ -1,4 +1,4 @@ -// $Id: HcalPedestalsAnalysis.h,v 1.15 2012/11/13 03:30:20 dlange Exp $ +// $Id: HcalPedestalsAnalysis.h,v 1.14 2012/10/09 15:43:32 wdd Exp $ #ifndef HcalPedestalsAnalysis_H #define HcalPedestalsAnalysis_H diff --git a/CalibCalorimetry/HcalStandardModules/src/HcalPedestalAnalyzer.cc b/CalibCalorimetry/HcalStandardModules/src/HcalPedestalAnalyzer.cc index a85df90bbb4ae..42e6fc6091e4b 100644 --- a/CalibCalorimetry/HcalStandardModules/src/HcalPedestalAnalyzer.cc +++ b/CalibCalorimetry/HcalStandardModules/src/HcalPedestalAnalyzer.cc @@ -20,8 +20,8 @@ /* * \file HcalPedestalAnalyzer.cc * - * $Date: 2012/11/13 03:30:20 $ - * $Revision: 1.16 $ + * $Date: 2012/10/09 14:58:05 $ + * $Revision: 1.15 $ * \author S Stoynev / W Fisher * */ diff --git a/CalibCalorimetry/HcalStandardModules/src/HcalPedestalsAnalysis.cc b/CalibCalorimetry/HcalStandardModules/src/HcalPedestalsAnalysis.cc index 3849efc82fbab..d97303c67e7f5 100644 --- a/CalibCalorimetry/HcalStandardModules/src/HcalPedestalsAnalysis.cc +++ b/CalibCalorimetry/HcalStandardModules/src/HcalPedestalsAnalysis.cc @@ -4,7 +4,7 @@ // This code runs 1000x faster and produces all outputs from a single run // (ADC, fC in .txt plus an .xml file) // -// $Id: HcalPedestalsAnalysis.cc,v 1.25 2012/11/13 03:30:20 dlange Exp $ +// $Id: HcalPedestalsAnalysis.cc,v 1.24 2012/11/02 14:40:26 dlange Exp $ #include #include "CalibCalorimetry/HcalStandardModules/interface/HcalPedestalsAnalysis.h" diff --git a/CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h b/CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h index 5e29f10d06002..be7ce6d43de59 100644 --- a/CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h +++ b/CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h @@ -20,7 +20,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 14 14:30:20 CDT 2009 -// $Id: HcalEmap.h,v 1.2 2010/08/06 20:24:02 wmtan Exp $ +// $Id: HcalEmap.h,v 1.1 2009/04/14 22:49:05 kukartse Exp $ // // system include files diff --git a/CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h b/CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h index 186bd1de5886e..f1a0c347b3623 100644 --- a/CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h +++ b/CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h @@ -23,8 +23,8 @@ class HcalDbService; * [LUT 1(127)] [LUT 2(127)] ... * * - * $Date: 2012/11/12 20:43:41 $ - * $Revision: 1.23 $ + * $Date: 2012/08/28 13:47:23 $ + * $Revision: 1.22 $ * \author M. Weinberger -- TAMU * \author Tulika Bose and Greg Landsberg -- Brown */ diff --git a/CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h b/CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h index 64c69d49ff8e9..ad08e045b88e9 100644 --- a/CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h +++ b/CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Mar 18 14:30:33 CDT 2008 -// $Id: LutXml.h,v 1.6 2013/04/19 22:21:02 wmtan Exp $ +// $Id: LutXml.h,v 1.5 2010/08/06 20:24:02 wmtan Exp $ // #include diff --git a/CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h b/CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h index 8bd468d27c4a2..654b302e5fd18 100644 --- a/CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h +++ b/CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev // Created: Thu Sep 27 01:46:46 CEST 2007 -// $Id: XMLDOMBlock.h,v 1.3 2010/08/06 20:24:02 wmtan Exp $ +// $Id: XMLDOMBlock.h,v 1.2 2009/07/09 16:12:04 kukartse Exp $ // diff --git a/CalibCalorimetry/HcalTPGAlgos/interface/XMLProcessor.h b/CalibCalorimetry/HcalTPGAlgos/interface/XMLProcessor.h index d8eabf1168208..eec0405258f7a 100644 --- a/CalibCalorimetry/HcalTPGAlgos/interface/XMLProcessor.h +++ b/CalibCalorimetry/HcalTPGAlgos/interface/XMLProcessor.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev // Created: Sun Sep 23 16:57:06 CEST 2007 -// $Id: XMLProcessor.h,v 1.6 2010/08/06 20:24:02 wmtan Exp $ +// $Id: XMLProcessor.h,v 1.5 2009/10/25 21:19:45 kvtsang Exp $ // // system include files diff --git a/CalibCalorimetry/HcalTPGAlgos/src/HcalEmap.cc b/CalibCalorimetry/HcalTPGAlgos/src/HcalEmap.cc index 036f79f99d56e..15b5fb9e99ce8 100644 --- a/CalibCalorimetry/HcalTPGAlgos/src/HcalEmap.cc +++ b/CalibCalorimetry/HcalTPGAlgos/src/HcalEmap.cc @@ -10,7 +10,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 14 14:30:20 CDT 2009 -// $Id: HcalEmap.cc,v 1.2 2010/08/06 20:24:03 wmtan Exp $ +// $Id: HcalEmap.cc,v 1.1 2009/04/14 22:49:05 kukartse Exp $ // #include diff --git a/CalibCalorimetry/HcalTPGAlgos/src/LutXml.cc b/CalibCalorimetry/HcalTPGAlgos/src/LutXml.cc index e5fa6e3b1085c..4d7abcc28d30a 100644 --- a/CalibCalorimetry/HcalTPGAlgos/src/LutXml.cc +++ b/CalibCalorimetry/HcalTPGAlgos/src/LutXml.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Mar 18 14:30:20 CDT 2008 -// $Id: LutXml.cc,v 1.7 2013/04/19 22:21:02 wmtan Exp $ +// $Id: LutXml.cc,v 1.6 2010/08/06 20:24:03 wmtan Exp $ // #include diff --git a/CalibCalorimetry/HcalTPGAlgos/src/XMLDOMBlock.cc b/CalibCalorimetry/HcalTPGAlgos/src/XMLDOMBlock.cc index 2f043ce7bf69c..160f8e2680197 100644 --- a/CalibCalorimetry/HcalTPGAlgos/src/XMLDOMBlock.cc +++ b/CalibCalorimetry/HcalTPGAlgos/src/XMLDOMBlock.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev // Created: Thu Sep 27 01:43:42 CEST 2007 -// $Id: XMLDOMBlock.cc,v 1.5 2010/08/06 20:24:03 wmtan Exp $ +// $Id: XMLDOMBlock.cc,v 1.4 2009/10/25 21:19:45 kvtsang Exp $ // // system include files diff --git a/CalibCalorimetry/HcalTPGAlgos/src/XMLProcessor.cc b/CalibCalorimetry/HcalTPGAlgos/src/XMLProcessor.cc index 06b2a9c920de5..6325098b5510f 100644 --- a/CalibCalorimetry/HcalTPGAlgos/src/XMLProcessor.cc +++ b/CalibCalorimetry/HcalTPGAlgos/src/XMLProcessor.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Sep 21 15:56:27 CEST 2007 -// $Id: XMLProcessor.cc,v 1.3 2010/08/06 20:24:03 wmtan Exp $ +// $Id: XMLProcessor.cc,v 1.2 2009/07/24 06:57:38 kukartse Exp $ // // system include files diff --git a/CalibCalorimetry/HcalTPGEventSetup/src/HcalTPGCoderULUT.cc b/CalibCalorimetry/HcalTPGEventSetup/src/HcalTPGCoderULUT.cc index 8b39b53bea4de..4a78f949a05c5 100644 --- a/CalibCalorimetry/HcalTPGEventSetup/src/HcalTPGCoderULUT.cc +++ b/CalibCalorimetry/HcalTPGEventSetup/src/HcalTPGCoderULUT.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Fri Sep 15 11:49:44 CDT 2006 -// $Id: HcalTPGCoderULUT.cc,v 1.12 2012/11/12 20:44:36 dlange Exp $ +// $Id: HcalTPGCoderULUT.cc,v 1.11 2012/08/28 13:49:26 yana Exp $ // // diff --git a/CalibCalorimetry/HcalTPGIO/src/HcalLuttoDB.cc b/CalibCalorimetry/HcalTPGIO/src/HcalLuttoDB.cc index 08262c6f8b66d..0dfcbd6576396 100644 --- a/CalibCalorimetry/HcalTPGIO/src/HcalLuttoDB.cc +++ b/CalibCalorimetry/HcalTPGIO/src/HcalLuttoDB.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Weinberger // Created: Mon Mar 19 11:53:56 CDT 2007 -// $Id: HcalLuttoDB.cc,v 1.6 2009/12/17 21:20:49 wmtan Exp $ +// $Id: HcalLuttoDB.cc,v 1.5 2008/01/22 19:07:41 muzaffar Exp $ // // diff --git a/CalibFormats/CaloObjects/interface/CaloSamples.h b/CalibFormats/CaloObjects/interface/CaloSamples.h index 4b8e34c7310e3..cc057f14b7b86 100644 --- a/CalibFormats/CaloObjects/interface/CaloSamples.h +++ b/CalibFormats/CaloObjects/interface/CaloSamples.h @@ -10,8 +10,8 @@ Class which represents the charge/voltage measurements of an event/channel with the ADC decoding performed. -$Date: 2013/04/15 12:19:45 $ -$Revision: 1.6 $ +$Date: 2011/06/02 00:31:13 $ +$Revision: 1.5 $ */ class CaloSamples { public: diff --git a/CalibFormats/CaloObjects/interface/IntegerCaloSamples.h b/CalibFormats/CaloObjects/interface/IntegerCaloSamples.h index 9264b9db2ffb2..89a1a29fa8c3d 100644 --- a/CalibFormats/CaloObjects/interface/IntegerCaloSamples.h +++ b/CalibFormats/CaloObjects/interface/IntegerCaloSamples.h @@ -12,8 +12,8 @@ event/channel, but with defined resolution. This class uses 32-bit bins, so users should be careful if their calculation implies fewer bins. -$Date: 2006/03/23 18:24:51 $ -$Revision: 1.1 $ +$Date: 2006/01/05 16:26:05 $ +$Revision: 1.3 $ */ class IntegerCaloSamples { public: diff --git a/CalibFormats/CaloTPG/interface/CaloTPGRecord.h b/CalibFormats/CaloTPG/interface/CaloTPGRecord.h index 434802963b142..191183b131c10 100644 --- a/CalibFormats/CaloTPG/interface/CaloTPGRecord.h +++ b/CalibFormats/CaloTPG/interface/CaloTPGRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Sep 13 19:20:14 CDT 2006 -// $Id: CaloTPGRecord.h,v 1.1 2006/09/14 16:24:10 mansj Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h b/CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h index e84efc39c7962..d46eeed15d39d 100644 --- a/CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h +++ b/CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h @@ -19,8 +19,8 @@ namespace edm { * Abstract interface for the mutual transcoder required for compressing * and uncompressing the ET stored in HCAL and ECAL Trigger Primitives * - * $Date: 2008/09/05 05:15:45 $ - * $Revision: 1.7 $ + * $Date: 2008/08/20 12:02:09 $ + * $Revision: 1.6 $ * \author J. Mans - Minnesota */ class CaloTPGTranscoder { diff --git a/CalibFormats/CaloTPG/interface/EcalTPGCompressor.h b/CalibFormats/CaloTPG/interface/EcalTPGCompressor.h index 8faf0c9d1edc5..928393da75a93 100644 --- a/CalibFormats/CaloTPG/interface/EcalTPGCompressor.h +++ b/CalibFormats/CaloTPG/interface/EcalTPGCompressor.h @@ -7,8 +7,8 @@ class CaloTPGTranscoder; /** \class EcalTPGCompressor * - * $Date: 2006/09/14 16:24:10 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class EcalTPGCompressor { diff --git a/CalibFormats/CaloTPG/interface/EcalTPGScale.h b/CalibFormats/CaloTPG/interface/EcalTPGScale.h index 207bf8a240103..05d37458358f3 100644 --- a/CalibFormats/CaloTPG/interface/EcalTPGScale.h +++ b/CalibFormats/CaloTPG/interface/EcalTPGScale.h @@ -12,8 +12,8 @@ namespace edm { * * To be stored in the CaloTPGRecord * - * $Date: 2007/02/19 16:24:20 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class EcalTPGScale { diff --git a/CalibFormats/CaloTPG/interface/HcalTPGCompressor.h b/CalibFormats/CaloTPG/interface/HcalTPGCompressor.h index e49a2f8146cc0..34b69469f91de 100644 --- a/CalibFormats/CaloTPG/interface/HcalTPGCompressor.h +++ b/CalibFormats/CaloTPG/interface/HcalTPGCompressor.h @@ -7,8 +7,8 @@ class CaloTPGTranscoder; /** \class HcalTPGCompressor * - * $Date: 2006/09/14 16:24:10 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalTPGCompressor { diff --git a/CalibFormats/CaloTPG/interface/HcalTPGScale.h b/CalibFormats/CaloTPG/interface/HcalTPGScale.h index 7527de36885b3..671b0854cd282 100644 --- a/CalibFormats/CaloTPG/interface/HcalTPGScale.h +++ b/CalibFormats/CaloTPG/interface/HcalTPGScale.h @@ -12,8 +12,8 @@ namespace edm { * * To be stored in the CaloTPGRecord * - * $Date: 2007/02/19 16:24:20 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalTPGScale { diff --git a/CalibFormats/CaloTPG/src/CaloTPGRecord.cc b/CalibFormats/CaloTPG/src/CaloTPGRecord.cc index f3fc582429480..8e7d2a2ecd15d 100644 --- a/CalibFormats/CaloTPG/src/CaloTPGRecord.cc +++ b/CalibFormats/CaloTPG/src/CaloTPGRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Sep 13 19:20:14 CDT 2006 -// $Id: CaloTPGRecord.cc,v 1.1 2006/09/14 16:24:10 mansj Exp $ +// $Id$ #include "CalibFormats/CaloTPG/interface/CaloTPGRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h b/CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h index b9334797eb577..aa1c822fa5376 100644 --- a/CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h +++ b/CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h @@ -7,7 +7,7 @@ /** \class CastorCalibrationWidthsSet * - * $Date: 2009/03/26 17:55:06 $ + * $Date: 2008/11/08 21:19:28 $ * $Revision: 1.1 $ * \author R.Ofierzynski * Adapted for CASTOR by L. Mundim diff --git a/CalibFormats/CastorObjects/interface/CastorTPGCoder.h b/CalibFormats/CastorObjects/interface/CastorTPGCoder.h index 15b78ec4dad16..04c72fdad25e8 100644 --- a/CalibFormats/CastorObjects/interface/CastorTPGCoder.h +++ b/CalibFormats/CastorObjects/interface/CastorTPGCoder.h @@ -18,8 +18,8 @@ namespace edm { * Note : whether the coder produces E or ET is determined by the specific * implementation of the coder. * - * $Date: 2009/03/26 17:55:06 $ - * $Revision: 1.2 $ + * $Date: 2008/03/04 10:04:15 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class CastorTPGCoder { diff --git a/CalibFormats/CastorObjects/interface/QieShape.h b/CalibFormats/CastorObjects/interface/QieShape.h index 17f2ccbded1e6..e21c8b914c392 100644 --- a/CalibFormats/CastorObjects/interface/QieShape.h +++ b/CalibFormats/CastorObjects/interface/QieShape.h @@ -5,8 +5,8 @@ basic linearization function for HCAL/castor QIE $Author: ratnikov - $Date: 2010/07/20 04:22:55 $ - $Revision: 1.2 $ + $Date: 2008/03/04 10:04:16 $ + $Revision: 1.1 $ */ namespace reco { diff --git a/CalibFormats/CastorObjects/src/CastorCalibrationWidths.cc b/CalibFormats/CastorObjects/src/CastorCalibrationWidths.cc index f8175db5b687e..4cfe8172967d5 100644 --- a/CalibFormats/CastorObjects/src/CastorCalibrationWidths.cc +++ b/CalibFormats/CastorObjects/src/CastorCalibrationWidths.cc @@ -5,8 +5,8 @@ Container for retrieving uncertainties of calibration constants for Castor $Author: katsas - $Date: 2011/10/13 09:37:52 $ - $Revision: 1.2 $ + $Date: 2008/03/04 10:01:27 $ + $Revision: 1.1 $ */ CastorCalibrationWidths::CastorCalibrationWidths (const float fGain [4], const float fPedestal [4]) { diff --git a/CalibFormats/CastorObjects/src/CastorCalibrations.cc b/CalibFormats/CastorObjects/src/CastorCalibrations.cc index 29c83efc0a173..885ad855a7ac2 100644 --- a/CalibFormats/CastorObjects/src/CastorCalibrations.cc +++ b/CalibFormats/CastorObjects/src/CastorCalibrations.cc @@ -5,8 +5,8 @@ Container for retrieved calibration constants for Castor $Author: katsas - $Date: 2011/10/13 09:37:52 $ - $Revision: 1.2 $ + $Date: 2008/03/04 10:01:27 $ + $Revision: 1.1 $ */ CastorCalibrations::CastorCalibrations (const float fGain [4], const float fPedestal [4]) { diff --git a/CalibFormats/CastorObjects/src/CastorChannelCoder.cc b/CalibFormats/CastorObjects/src/CastorChannelCoder.cc index 63e6a6c6461ea..d02c0e584bf59 100644 --- a/CalibFormats/CastorObjects/src/CastorChannelCoder.cc +++ b/CalibFormats/CastorObjects/src/CastorChannelCoder.cc @@ -2,7 +2,7 @@ Container for ADC<->fQ conversion constants for HCAL/Castor QIE $Original author: ratnikov - $Revision: 1.2 $ + $Revision: 1.1 $ */ #include diff --git a/CalibFormats/CastorObjects/src/CastorDbService.cc b/CalibFormats/CastorObjects/src/CastorDbService.cc index 3579dd3677fb2..0a5332bf74c9c 100644 --- a/CalibFormats/CastorObjects/src/CastorDbService.cc +++ b/CalibFormats/CastorObjects/src/CastorDbService.cc @@ -2,7 +2,7 @@ // F.Ratnikov (UMd), Aug. 9, 2005 // Adapted for CASTOR by L. Mundim // -// $Id: CastorDbService.cc,v 1.4 2010/02/20 20:54:59 wmtan Exp $ +// $Id: CastorDbService.cc,v 1.3 2009/03/26 17:55:07 mundim Exp $ #include "FWCore/Utilities/interface/typelookup.h" diff --git a/CalibFormats/CastorObjects/src/QieShape.cc b/CalibFormats/CastorObjects/src/QieShape.cc index 808b13e8ec366..419677c7e1445 100644 --- a/CalibFormats/CastorObjects/src/QieShape.cc +++ b/CalibFormats/CastorObjects/src/QieShape.cc @@ -2,8 +2,8 @@ basic linearization function for HCAL QIE $Author: ratnikov - $Date: 2010/07/20 04:22:55 $ - $Revision: 1.2 $ + $Date: 2008/03/04 10:01:27 $ + $Revision: 1.1 $ */ #include diff --git a/CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h b/CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h index f414660da9c77..f23ac84b00912 100644 --- a/CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h +++ b/CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h @@ -5,8 +5,8 @@ Container for retrieving uncertainties of calibration constants for HCAL $Author: ratnikov - $Date: 2008/11/08 21:16:38 $ - $Revision: 1.6 $ + $Date: 2006/04/13 22:40:40 $ + $Revision: 1.5 $ */ class HcalCalibrationWidths { public: diff --git a/CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h b/CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h index 57eb04dfa2229..6cb4947cae6d4 100644 --- a/CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h +++ b/CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h @@ -7,7 +7,7 @@ /** \class HcalCalibrationWidthsSet * - * $Date: 2008/11/08 21:19:28 $ + * $Date: 2007/12/20 01:39:52 $ * $Revision: 1.1 $ * \author R.Ofierzynski */ diff --git a/CalibFormats/HcalObjects/interface/HcalCalibrations.h b/CalibFormats/HcalObjects/interface/HcalCalibrations.h index 102dfc8816f97..778f1183586e0 100644 --- a/CalibFormats/HcalObjects/interface/HcalCalibrations.h +++ b/CalibFormats/HcalObjects/interface/HcalCalibrations.h @@ -5,8 +5,8 @@ Container for retrieved calibration constants for HCAL $Author: ratnikov - $Date: 2009/05/19 16:06:05 $ - $Revision: 1.9 $ + $Date: 2009/05/06 22:22:41 $ + $Revision: 1.8 $ */ class HcalCalibrations { public: diff --git a/CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h b/CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h index 6e95779d809d7..bb45cfb343b3e 100644 --- a/CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h +++ b/CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h @@ -7,8 +7,8 @@ /** \class HcalCalibrationsSet * - * $Date: 2007/12/20 01:39:52 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalCalibrationsSet { diff --git a/CalibFormats/HcalObjects/interface/HcalChannelCoder.h b/CalibFormats/HcalObjects/interface/HcalChannelCoder.h index 6413e962bbd94..bb26868619013 100644 --- a/CalibFormats/HcalObjects/interface/HcalChannelCoder.h +++ b/CalibFormats/HcalObjects/interface/HcalChannelCoder.h @@ -5,8 +5,8 @@ Container for ADC<->fQ conversion constants for HCAL QIE $Author: ratnikov - $Date: 2006/04/13 22:40:40 $ - $Revision: 1.3 $ + $Date: 2005/10/04 18:05:54 $ + $Revision: 1.2 $ */ class QieShape; diff --git a/CalibFormats/HcalObjects/interface/HcalCoder.h b/CalibFormats/HcalObjects/interface/HcalCoder.h index d08d1bc809527..b2b77ddf60f2f 100644 --- a/CalibFormats/HcalObjects/interface/HcalCoder.h +++ b/CalibFormats/HcalObjects/interface/HcalCoder.h @@ -14,8 +14,8 @@ Abstract interface of a coder/decoder which converts ADC values to and from femtocolumbs of collected charge. - $Date: 2013/04/15 12:24:12 $ - $Revision: 1.6 $ + $Date: 2006/09/25 21:59:23 $ + $Revision: 1.5 $ */ class HcalCoder { public: diff --git a/CalibFormats/HcalObjects/interface/HcalCoderDb.h b/CalibFormats/HcalObjects/interface/HcalCoderDb.h index 9b139334e200b..2adc6f046d896 100644 --- a/CalibFormats/HcalObjects/interface/HcalCoderDb.h +++ b/CalibFormats/HcalObjects/interface/HcalCoderDb.h @@ -7,8 +7,8 @@ coder which uses DB services to convert to fC $Author: ratnikov - $Date: 2013/04/19 07:36:50 $ - $Revision: 1.7 $ + $Date: 2013/04/15 12:24:12 $ + $Revision: 1.6 $ */ class HcalQIECoder; diff --git a/CalibFormats/HcalObjects/interface/HcalDbRecord.h b/CalibFormats/HcalObjects/interface/HcalDbRecord.h index b8c7e88950f87..e327a009aaa1e 100644 --- a/CalibFormats/HcalObjects/interface/HcalDbRecord.h +++ b/CalibFormats/HcalObjects/interface/HcalDbRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Aug 9 19:10:36 CDT 2005 -// $Id: HcalDbRecord.h,v 1.12 2012/11/12 20:47:04 dlange Exp $ +// $Id: HcalDbRecord.h,v 1.11 2009/10/23 13:33:56 rofierzy Exp $ // #include "boost/mpl/vector.hpp" #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CalibFormats/HcalObjects/interface/HcalNominalCoder.h b/CalibFormats/HcalObjects/interface/HcalNominalCoder.h index 3b9abfb4145df..faefe0992163c 100644 --- a/CalibFormats/HcalObjects/interface/HcalNominalCoder.h +++ b/CalibFormats/HcalObjects/interface/HcalNominalCoder.h @@ -7,8 +7,8 @@ Simple coder which uses the QIESample to convert to fC - $Date: 2013/04/15 12:24:12 $ - $Revision: 1.5 $ + $Date: 2006/09/25 21:59:23 $ + $Revision: 1.4 $ */ class HcalNominalCoder : public HcalCoder { public: diff --git a/CalibFormats/HcalObjects/interface/HcalTPGCoder.h b/CalibFormats/HcalObjects/interface/HcalTPGCoder.h index 3785f6a716499..caff2fcc6c7a8 100644 --- a/CalibFormats/HcalObjects/interface/HcalTPGCoder.h +++ b/CalibFormats/HcalObjects/interface/HcalTPGCoder.h @@ -19,8 +19,8 @@ namespace edm { * Note : whether the coder produces E or ET is determined by the specific * implementation of the coder. * - * $Date: 2007/07/11 22:06:36 $ - * $Revision: 1.6 $ + * $Date: 2007/02/19 15:34:55 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class HcalTPGCoder { diff --git a/CalibFormats/HcalObjects/interface/HcalTPGRecord.h b/CalibFormats/HcalObjects/interface/HcalTPGRecord.h index 0e6020c3815b0..3acf1351021dc 100644 --- a/CalibFormats/HcalObjects/interface/HcalTPGRecord.h +++ b/CalibFormats/HcalObjects/interface/HcalTPGRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Sep 14 11:54:26 CDT 2006 -// $Id: HcalTPGRecord.h,v 1.3 2012/11/12 20:47:04 dlange Exp $ +// $Id: HcalTPGRecord.h,v 1.2 2007/07/11 22:05:49 mansj Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h b/CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h index b66cd64b9a419..1da2cb4412b6b 100644 --- a/CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h +++ b/CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h @@ -14,7 +14,7 @@ fField2 is iphi fField3 is ctype (CALIB only) - $Id: HcalText2DetIdConverter.h,v 1.2 2008/07/22 11:41:34 mansj Exp $ + $Id: HcalText2DetIdConverter.h,v 1.1 2006/07/31 19:51:49 fedor Exp $ */ #include #include "DataFormats/DetId/interface/DetId.h" diff --git a/CalibFormats/HcalObjects/interface/QieShape.h b/CalibFormats/HcalObjects/interface/QieShape.h index fdf396487fe44..59200e96a86bd 100644 --- a/CalibFormats/HcalObjects/interface/QieShape.h +++ b/CalibFormats/HcalObjects/interface/QieShape.h @@ -5,8 +5,8 @@ basic linearization function for HCAL QIE $Author: ratnikov - $Date: 2005/08/18 23:41:41 $ - $Revision: 1.1 $ + $Date: 2005/08/02 01:31:24 $ + $Revision: 1.2 $ */ class QieShape { public: diff --git a/CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc b/CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc index 7df05af4b3dd5..caf3e0774f811 100644 --- a/CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc +++ b/CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc @@ -5,8 +5,8 @@ Container for retrieving uncertainties of calibration constants for HCAL $Author: ratnikov - $Date: 2011/10/13 09:44:45 $ - $Revision: 1.3 $ + $Date: 2005/10/04 18:05:54 $ + $Revision: 1.2 $ */ HcalCalibrationWidths::HcalCalibrationWidths (const float fGain [4], const float fPedestal [4]) { diff --git a/CalibFormats/HcalObjects/src/HcalCalibrations.cc b/CalibFormats/HcalObjects/src/HcalCalibrations.cc index ac91c2431dfde..11d6cdd39b25e 100644 --- a/CalibFormats/HcalObjects/src/HcalCalibrations.cc +++ b/CalibFormats/HcalObjects/src/HcalCalibrations.cc @@ -5,8 +5,8 @@ Container for retrieved calibration constants for HCAL $Author: ratnikov - $Date: 2011/10/13 09:44:45 $ - $Revision: 1.7 $ + $Date: 2009/05/19 16:06:08 $ + $Revision: 1.6 $ */ HcalCalibrations::HcalCalibrations (const float fGain [4], const float fPedestal [4], diff --git a/CalibFormats/HcalObjects/src/HcalChannelCoder.cc b/CalibFormats/HcalObjects/src/HcalChannelCoder.cc index 06d94f13ca453..6f62deb1afa7a 100644 --- a/CalibFormats/HcalObjects/src/HcalChannelCoder.cc +++ b/CalibFormats/HcalObjects/src/HcalChannelCoder.cc @@ -2,7 +2,7 @@ Container for ADC<->fQ conversion constants for HCAL QIE $Author: ratnikov - $Revision: 1.3 $ + $Revision: 1.3 by michals$ */ #include diff --git a/CalibFormats/HcalObjects/src/HcalCoderDb.cc b/CalibFormats/HcalObjects/src/HcalCoderDb.cc index ab22df1891f2a..7e83cf36a18ca 100644 --- a/CalibFormats/HcalObjects/src/HcalCoderDb.cc +++ b/CalibFormats/HcalObjects/src/HcalCoderDb.cc @@ -2,8 +2,8 @@ coder which uses DB services to convert to fC $Author: ratnikov - $Date: 2013/04/19 07:36:50 $ - $Revision: 1.7 $ + $Date: 2008/01/22 18:58:53 $ + $Revision: 1.6 $ */ #include "CondFormats/HcalObjects/interface/HcalQIECoder.h" diff --git a/CalibFormats/HcalObjects/src/HcalDbRecord.cc b/CalibFormats/HcalObjects/src/HcalDbRecord.cc index a228b975aeffd..4725ad2f3b736 100644 --- a/CalibFormats/HcalObjects/src/HcalDbRecord.cc +++ b/CalibFormats/HcalObjects/src/HcalDbRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Aug 9 19:10:36 CDT 2005 -// $Id: HcalDbRecord.cc,v 1.1 2005/08/17 18:51:44 fedor Exp $ +// $Id$ #include "CalibFormats/HcalObjects/interface/HcalDbRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CalibFormats/HcalObjects/src/HcalTPGRecord.cc b/CalibFormats/HcalObjects/src/HcalTPGRecord.cc index 8154d3fadb442..c234dce0dc6ae 100644 --- a/CalibFormats/HcalObjects/src/HcalTPGRecord.cc +++ b/CalibFormats/HcalObjects/src/HcalTPGRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Sep 14 11:54:26 CDT 2006 -// $Id: HcalTPGRecord.cc,v 1.1 2006/09/14 16:59:05 mansj Exp $ +// $Id$ #include "CalibFormats/HcalObjects/interface/HcalTPGRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CalibFormats/HcalObjects/src/HcalText2DetIdConverter.cc b/CalibFormats/HcalObjects/src/HcalText2DetIdConverter.cc index 02c00ba8dc345..16ce5bbcb46b1 100644 --- a/CalibFormats/HcalObjects/src/HcalText2DetIdConverter.cc +++ b/CalibFormats/HcalObjects/src/HcalText2DetIdConverter.cc @@ -1,6 +1,6 @@ /** \class HcalText2DetIdConverter \author F.Ratnikov, UMd - $Id: HcalText2DetIdConverter.cc,v 1.10 2009/05/09 00:31:10 elmer Exp $ + $Id: HcalText2DetIdConverter.cc,v 1.9 2008/07/22 11:41:34 mansj Exp $ */ #include #include diff --git a/CalibFormats/HcalObjects/src/QieShape.cc b/CalibFormats/HcalObjects/src/QieShape.cc index 9b06e58bb7b61..b3b7fd3a9b74a 100644 --- a/CalibFormats/HcalObjects/src/QieShape.cc +++ b/CalibFormats/HcalObjects/src/QieShape.cc @@ -2,8 +2,8 @@ basic linearization function for HCAL QIE $Author: ratnikov - $Date: 2005/11/07 22:15:09 $ - $Revision: 1.2 $ + $Date: 2005/08/18 23:41:41 $ + $Revision: 1.1 $ */ #include diff --git a/CalibFormats/SiPixelObjects/Makefile b/CalibFormats/SiPixelObjects/Makefile index 3aa95a2f04653..1e597e242b72f 100644 --- a/CalibFormats/SiPixelObjects/Makefile +++ b/CalibFormats/SiPixelObjects/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2009/10/20 10:13:22 aryd Exp $ +# $Id: Makefile,v 1.8 2008/02/15 21:02:29 aryd Exp $ ######################################################################### # XDAQ Components for Distributed Data Acquisition # diff --git a/CalibFormats/SiStripObjects/interface/NumberOfDevices.h b/CalibFormats/SiStripObjects/interface/NumberOfDevices.h index 2363d3e5baeed..d1c6c71754064 100644 --- a/CalibFormats/SiStripObjects/interface/NumberOfDevices.h +++ b/CalibFormats/SiStripObjects/interface/NumberOfDevices.h @@ -1,4 +1,4 @@ -// Last commit: $Id: NumberOfDevices.h,v 1.6 2007/12/19 17:51:53 bainbrid Exp $ +// Last commit: $Id: NumberOfDevices.h,v 1.5 2007/03/21 09:54:20 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_NumberOfDevices_H #define CalibFormats_SiStripObjects_NumberOfDevices_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripCcu.h b/CalibFormats/SiStripObjects/interface/SiStripCcu.h index 77d74c8a68fe4..b78ea7aba9640 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripCcu.h +++ b/CalibFormats/SiStripObjects/interface/SiStripCcu.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCcu.h,v 1.3 2007/03/28 09:11:51 bainbrid Exp $ +// Last commit: $Id: SiStripCcu.h,v 1.2 2007/03/21 09:54:20 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripCcu_H #define CalibFormats_SiStripObjects_SiStripCcu_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripDetCabling.h b/CalibFormats/SiStripObjects/interface/SiStripDetCabling.h index cc37f28b4a78a..0c8de507f25af 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripDetCabling.h +++ b/CalibFormats/SiStripObjects/interface/SiStripDetCabling.h @@ -10,7 +10,7 @@ */ // Original Author: dkcira // Created: Wed Mar 22 12:24:20 CET 2006 -// $Id: SiStripDetCabling.h,v 1.10 2011/09/16 13:49:22 demattia Exp $ +// $Id: SiStripDetCabling.h,v 1.9 2009/07/25 11:34:10 demattia Exp $ #include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h" #include "CondFormats/SiStripObjects/interface/FedChannelConnection.h" #include diff --git a/CalibFormats/SiStripObjects/interface/SiStripFec.h b/CalibFormats/SiStripObjects/interface/SiStripFec.h index fdf3024458b50..c4ce8eec965a6 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripFec.h +++ b/CalibFormats/SiStripObjects/interface/SiStripFec.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFec.h,v 1.3 2007/03/28 09:11:51 bainbrid Exp $ +// Last commit: $Id: SiStripFec.h,v 1.2 2007/03/21 09:54:20 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripFec_H #define CalibFormats_SiStripObjects_SiStripFec_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripFecCabling.h b/CalibFormats/SiStripObjects/interface/SiStripFecCabling.h index de495babc6007..fe608567e86cc 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripFecCabling.h +++ b/CalibFormats/SiStripObjects/interface/SiStripFecCabling.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecCabling.h,v 1.18 2008/02/06 16:40:42 bainbrid Exp $ +// Last commit: $Id: SiStripFecCabling.h,v 1.17 2007/05/24 15:16:56 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripFecCabling_H #define CalibFormats_SiStripObjects_SiStripFecCabling_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripFecCrate.h b/CalibFormats/SiStripObjects/interface/SiStripFecCrate.h index 6c33f62891fcb..fd266ca206ae0 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripFecCrate.h +++ b/CalibFormats/SiStripObjects/interface/SiStripFecCrate.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecCrate.h,v 1.3 2007/03/28 09:11:51 bainbrid Exp $ +// Last commit: $Id: SiStripFecCrate.h,v 1.2 2007/03/21 09:54:20 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripFecCrate_H #define CalibFormats_SiStripObjects_SiStripFecCrate_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripGain.h b/CalibFormats/SiStripObjects/interface/SiStripGain.h index f23ce90a9c321..72e62df98943b 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripGain.h +++ b/CalibFormats/SiStripObjects/interface/SiStripGain.h @@ -14,7 +14,7 @@ * * Original Author: gbruno * Created: Wed Mar 22 12:24:20 CET 2006 - * $Id: SiStripGain.h,v 1.9 2010/04/19 16:17:18 demattia Exp $ + * $Id: SiStripGain.h,v 1.8 2010/04/15 14:30:41 demattia Exp $ * * Modifications by M. De Mattia (demattia@pd.infn.it) on 11/11/2009: * It now holds a std::vector of pointers to ApvGain and a std::vector of corresponding diff --git a/CalibFormats/SiStripObjects/interface/SiStripModule.h b/CalibFormats/SiStripObjects/interface/SiStripModule.h index 4a02c643be978..d18b53a2a4eaf 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripModule.h +++ b/CalibFormats/SiStripObjects/interface/SiStripModule.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripModule.h,v 1.12 2008/02/06 16:40:42 bainbrid Exp $ +// Last commit: $Id: SiStripModule.h,v 1.11 2007/12/19 17:51:53 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripModule_H #define CalibFormats_SiStripObjects_SiStripModule_H diff --git a/CalibFormats/SiStripObjects/interface/SiStripQuality.h b/CalibFormats/SiStripObjects/interface/SiStripQuality.h index fd68aa284fa9c..8412a7f0402ef 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripQuality.h +++ b/CalibFormats/SiStripObjects/interface/SiStripQuality.h @@ -17,7 +17,7 @@ // // Author: Domenico Giordano // Created: Wed Sep 26 17:42:12 CEST 2007 -// $Id: SiStripQuality.h,v 1.15 2013/01/22 17:03:17 chrjones Exp $ +// $Id: SiStripQuality.h,v 1.14 2009/07/28 08:39:55 demattia Exp $ // diff --git a/CalibFormats/SiStripObjects/interface/SiStripRing.h b/CalibFormats/SiStripObjects/interface/SiStripRing.h index e6d6a1845adea..1b5fb5d303550 100644 --- a/CalibFormats/SiStripObjects/interface/SiStripRing.h +++ b/CalibFormats/SiStripObjects/interface/SiStripRing.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripRing.h,v 1.3 2007/03/28 09:11:51 bainbrid Exp $ +// Last commit: $Id: SiStripRing.h,v 1.2 2007/03/21 09:54:20 bainbrid Exp $ #ifndef CalibFormats_SiStripObjects_SiStripRing_H #define CalibFormats_SiStripObjects_SiStripRing_H diff --git a/CalibFormats/SiStripObjects/src/NumberOfDevices.cc b/CalibFormats/SiStripObjects/src/NumberOfDevices.cc index b32c1bae923b4..c75e77857f93f 100644 --- a/CalibFormats/SiStripObjects/src/NumberOfDevices.cc +++ b/CalibFormats/SiStripObjects/src/NumberOfDevices.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: NumberOfDevices.cc,v 1.10 2007/12/19 17:51:54 bainbrid Exp $ +// Last commit: $Id: NumberOfDevices.cc,v 1.9 2007/05/24 15:19:11 bainbrid Exp $ #include "CalibFormats/SiStripObjects/interface/NumberOfDevices.h" #include diff --git a/CalibFormats/SiStripObjects/src/SiStripCcu.cc b/CalibFormats/SiStripObjects/src/SiStripCcu.cc index 6a1f6ab8d09c6..ef8ba573955f8 100644 --- a/CalibFormats/SiStripObjects/src/SiStripCcu.cc +++ b/CalibFormats/SiStripObjects/src/SiStripCcu.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCcu.cc,v 1.7 2008/01/22 18:44:27 muzaffar Exp $ +// Last commit: $Id: SiStripCcu.cc,v 1.6 2007/03/28 09:13:33 bainbrid Exp $ #include "CalibFormats/SiStripObjects/interface/SiStripCcu.h" #include diff --git a/CalibFormats/SiStripObjects/src/SiStripDelay.cc b/CalibFormats/SiStripObjects/src/SiStripDelay.cc index dfcd8f340dc24..8b7e179614b4a 100644 --- a/CalibFormats/SiStripObjects/src/SiStripDelay.cc +++ b/CalibFormats/SiStripObjects/src/SiStripDelay.cc @@ -6,7 +6,7 @@ // // Original Author: M. De Mattia // Created: 26/10/2010 -// $Id: SiStripDelay.cc,v 1.3 2012/09/26 18:39:46 eulisse Exp $ +// $Id: SiStripDelay.cc,v 1.2 2010/11/04 14:31:55 demattia Exp $ #include "FWCore/Utilities/interface/typelookup.h" #include diff --git a/CalibFormats/SiStripObjects/src/SiStripDetCabling.cc b/CalibFormats/SiStripObjects/src/SiStripDetCabling.cc index 29580310696fa..c03ce26ef2d11 100644 --- a/CalibFormats/SiStripObjects/src/SiStripDetCabling.cc +++ b/CalibFormats/SiStripObjects/src/SiStripDetCabling.cc @@ -3,7 +3,7 @@ // Class : SiStripDetCabling // Original Author: dkcira // Created: Wed Mar 22 12:24:33 CET 2006 -// $Id: SiStripDetCabling.cc,v 1.25 2012/12/18 13:40:32 venturia Exp $ +// $Id: SiStripDetCabling.cc,v 1.24 2011/09/16 13:49:22 demattia Exp $ #include "FWCore/Utilities/interface/typelookup.h" #include "CalibFormats/SiStripObjects/interface/SiStripDetCabling.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibFormats/SiStripObjects/src/SiStripFec.cc b/CalibFormats/SiStripObjects/src/SiStripFec.cc index 2fc3109c4d835..b58455a0507c0 100644 --- a/CalibFormats/SiStripObjects/src/SiStripFec.cc +++ b/CalibFormats/SiStripObjects/src/SiStripFec.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFec.cc,v 1.7 2008/01/22 18:44:27 muzaffar Exp $ +// Last commit: $Id: SiStripFec.cc,v 1.6 2007/03/28 09:13:33 bainbrid Exp $ #include "CalibFormats/SiStripObjects/interface/SiStripFec.h" #include diff --git a/CalibFormats/SiStripObjects/src/SiStripFecCabling.cc b/CalibFormats/SiStripObjects/src/SiStripFecCabling.cc index 0342d8173d708..7b33d4f4847fc 100644 --- a/CalibFormats/SiStripObjects/src/SiStripFecCabling.cc +++ b/CalibFormats/SiStripObjects/src/SiStripFecCabling.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecCabling.cc,v 1.29 2010/02/20 20:55:05 wmtan Exp $ +// Last commit: $Id: SiStripFecCabling.cc,v 1.28 2008/11/28 14:17:43 bainbrid Exp $ #include "FWCore/Utilities/interface/typelookup.h" #include "CalibFormats/SiStripObjects/interface/SiStripFecCabling.h" diff --git a/CalibFormats/SiStripObjects/src/SiStripFecCrate.cc b/CalibFormats/SiStripObjects/src/SiStripFecCrate.cc index f880cba60daf4..865d42e60375a 100644 --- a/CalibFormats/SiStripObjects/src/SiStripFecCrate.cc +++ b/CalibFormats/SiStripObjects/src/SiStripFecCrate.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecCrate.cc,v 1.7 2008/01/22 18:44:27 muzaffar Exp $ +// Last commit: $Id: SiStripFecCrate.cc,v 1.6 2007/03/28 09:13:33 bainbrid Exp $ #include "CalibFormats/SiStripObjects/interface/SiStripFecCrate.h" #include diff --git a/CalibFormats/SiStripObjects/src/SiStripGain.cc b/CalibFormats/SiStripObjects/src/SiStripGain.cc index da7221fa85f83..873be7e4738a8 100644 --- a/CalibFormats/SiStripObjects/src/SiStripGain.cc +++ b/CalibFormats/SiStripObjects/src/SiStripGain.cc @@ -6,7 +6,7 @@ // // Original Author: gbruno // Created: Wed Mar 22 12:24:33 CET 2006 -// $Id: SiStripGain.cc,v 1.13 2010/04/27 08:06:06 demattia Exp $ +// $Id: SiStripGain.cc,v 1.12 2010/04/19 16:17:18 demattia Exp $ #include "FWCore/Utilities/interface/typelookup.h" #include "CalibFormats/SiStripObjects/interface/SiStripGain.h" diff --git a/CalibFormats/SiStripObjects/src/SiStripModule.cc b/CalibFormats/SiStripObjects/src/SiStripModule.cc index 19208ad598e5e..e19ca7ced1414 100644 --- a/CalibFormats/SiStripObjects/src/SiStripModule.cc +++ b/CalibFormats/SiStripObjects/src/SiStripModule.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripModule.cc,v 1.19 2009/10/27 09:50:29 lowette Exp $ +// Last commit: $Id: SiStripModule.cc,v 1.18 2009/07/08 18:59:12 lowette Exp $ #include "CalibFormats/SiStripObjects/interface/SiStripModule.h" #include "DataFormats/SiStripCommon/interface/SiStripConstants.h" diff --git a/CalibFormats/SiStripObjects/src/SiStripQuality.cc b/CalibFormats/SiStripObjects/src/SiStripQuality.cc index 579834fbda6e6..ee5e659a488d4 100644 --- a/CalibFormats/SiStripObjects/src/SiStripQuality.cc +++ b/CalibFormats/SiStripObjects/src/SiStripQuality.cc @@ -1,7 +1,7 @@ // // Author: Domenico Giordano // Created: Wed Sep 26 17:42:12 CEST 2007 -// $Id: SiStripQuality.cc,v 1.23 2013/01/22 17:03:17 chrjones Exp $ +// $Id: SiStripQuality.cc,v 1.22 2011/09/16 13:49:22 demattia Exp $ // #include "FWCore/Utilities/interface/typelookup.h" #include "CalibFormats/SiStripObjects/interface/SiStripQuality.h" diff --git a/CalibFormats/SiStripObjects/src/SiStripRing.cc b/CalibFormats/SiStripObjects/src/SiStripRing.cc index 13b0d70a58e2c..fcc38e9489dfb 100644 --- a/CalibFormats/SiStripObjects/src/SiStripRing.cc +++ b/CalibFormats/SiStripObjects/src/SiStripRing.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripRing.cc,v 1.7 2008/01/22 18:44:27 muzaffar Exp $ +// Last commit: $Id: SiStripRing.cc,v 1.6 2007/03/28 09:13:33 bainbrid Exp $ #include "CalibFormats/SiStripObjects/interface/SiStripRing.h" #include diff --git a/CalibFormats/SiStripObjects/test/UnitTests/MasterTest.cpp b/CalibFormats/SiStripObjects/test/UnitTests/MasterTest.cpp index 1c18d48efee2a..700cd1aec6b2e 100644 --- a/CalibFormats/SiStripObjects/test/UnitTests/MasterTest.cpp +++ b/CalibFormats/SiStripObjects/test/UnitTests/MasterTest.cpp @@ -6,7 +6,7 @@ * class description: * * - * Version: $Id: MasterTest.cpp,v 1.1 2010/04/15 12:48:14 demattia Exp $ + * Version: $Id: MasterTestMuScleFit.cpp,v 1.1 2010/01/11 09:32:33 demattia Exp $ */ #include diff --git a/CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.cc b/CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.cc index 3fddf1b00b2f1..8118966a3b109 100644 --- a/CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.cc +++ b/CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: testSiStripHashedDetId.cc,v 1.2 2010/01/07 10:25:42 demattia Exp $ +// Last commit: $Id: testSiStripHashedDetId.cc,v 1.1 2008/01/09 13:27:27 bainbrid Exp $ #include "CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.h" #include "CalibFormats/SiStripObjects/interface/SiStripHashedDetId.h" diff --git a/CalibMuon/CSCCalibration/test/Compare_template.txt b/CalibMuon/CSCCalibration/test/Compare_template.txt index 6935fb8b4e906..d1c080199898c 100644 --- a/CalibMuon/CSCCalibration/test/Compare_template.txt +++ b/CalibMuon/CSCCalibration/test/Compare_template.txt @@ -13,7 +13,7 @@ // // Original Author: Thomas Nummy,Bld. 32 Room 4-C21,+41227671337, // Created: Thu Oct 29 13:55:15 CET 2009 -// $Id: Compare_template.txt,v 1.1 2011/04/27 19:56:00 darinb Exp $ +// $Id: Compare.cc,v 1.3 2010/06/23 11:31:59 boeriu Exp $ // // //////////////////////////////////READ THIS FIRST////////////////////////////////////////////////////////// diff --git a/CalibMuon/CSCCalibration/test/stubs/Compare.cc b/CalibMuon/CSCCalibration/test/stubs/Compare.cc index 80b244ccd626d..aab4a87cc672a 100644 --- a/CalibMuon/CSCCalibration/test/stubs/Compare.cc +++ b/CalibMuon/CSCCalibration/test/stubs/Compare.cc @@ -13,7 +13,7 @@ // // Original Author: Thomas Nummy,Bld. 32 Room 4-C21,+41227671337, // Created: Thu Oct 29 13:55:15 CET 2009 -// $Id: Compare.cc,v 1.4 2010/06/24 13:59:34 boeriu Exp $ +// $Id: Compare.cc,v 1.3 2010/06/23 11:31:59 boeriu Exp $ // // //////////////////////////////////READ THIS FIRST////////////////////////////////////////////////////////// diff --git a/CalibMuon/CSCCalibration/test/testCSCIndexer.cc b/CalibMuon/CSCCalibration/test/testCSCIndexer.cc index 0f8e4211133c3..dcf180e7fdff2 100644 --- a/CalibMuon/CSCCalibration/test/testCSCIndexer.cc +++ b/CalibMuon/CSCCalibration/test/testCSCIndexer.cc @@ -10,11 +10,11 @@ The old indexers with some code adaptations are saved in CalibMuon/CSCCalibration/test/old_indexers/ \author Vadim Khotilovich - \version $Id: testCSCIndexer.cc,v 1.1 2012/12/04 11:14:24 khotilov Exp $ + \version $Id:$ \date 2 Dec 2012 */ -static const char CVSId[] = "$Id: testCSCIndexer.cc,v 1.1 2012/12/04 11:14:24 khotilov Exp $"; +static const char CVSId[] = "$Id:$"; #include #include "Utilities/Testing/interface/CppUnit_testdriver.icpp" diff --git a/CalibMuon/DTCalibration/interface/DTCalibDBUtils.h b/CalibMuon/DTCalibration/interface/DTCalibDBUtils.h index 0c1bf5033843a..ba3504167ebd5 100644 --- a/CalibMuon/DTCalibration/interface/DTCalibDBUtils.h +++ b/CalibMuon/DTCalibration/interface/DTCalibDBUtils.h @@ -4,8 +4,8 @@ /** \class DTCalibDBUtils * Simple interface to PoolDBOutputService to write objects to DB. * - * $Date: 2008/03/06 14:41:12 $ - * $Revision: 1.3 $ + * $Date: 2007/01/22 17:08:15 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h b/CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h index 697a201cd7b82..64ec7618a635e 100644 --- a/CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h +++ b/CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h @@ -5,8 +5,8 @@ * Fit the Tmax histograms with a gaussian * returning the mean values and the sigmas. * - * $Date: 2013/05/23 15:28:44 $ - * $Revision: 1.3 $ + * $Date: 2007/01/22 11:10:27 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ #include diff --git a/CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h b/CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h index 1846493ff9bc0..432d1a97f24a5 100644 --- a/CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h +++ b/CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h @@ -2,8 +2,8 @@ #define CalibMuon_DTCalibration_DTRecHitSegmentResidual_h /* - * $Date: 2011/02/22 18:43:20 $ - * $Revision: 1.1 $ + * $Date: 2010/11/18 20:33:10 $ + * $Revision: 1.4 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTResidualFitter.h b/CalibMuon/DTCalibration/interface/DTResidualFitter.h index ed84a4d624f78..bd77572e94357 100644 --- a/CalibMuon/DTCalibration/interface/DTResidualFitter.h +++ b/CalibMuon/DTCalibration/interface/DTResidualFitter.h @@ -2,8 +2,8 @@ #define CalibMuon_DTCalibration_DTResidualFitter_h /* - * $Date: 2010/11/19 14:02:08 $ - * $Revision: 1.3 $ + * $Date: 2010/11/18 21:38:41 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTSegmentSelector.h b/CalibMuon/DTCalibration/interface/DTSegmentSelector.h index 88ef9202c2340..795f057c22c4e 100644 --- a/CalibMuon/DTCalibration/interface/DTSegmentSelector.h +++ b/CalibMuon/DTCalibration/interface/DTSegmentSelector.h @@ -2,8 +2,8 @@ #define CalibMuon_DTCalibration_DTSegmentSelector_h /* - * $Date: 2010/11/18 20:33:10 $ - * $Revision: 1.4 $ + * $Date: 2010/11/18 10:35:51 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTT0BaseCorrection.h b/CalibMuon/DTCalibration/interface/DTT0BaseCorrection.h index 95856b65cc82d..63890439e7ff9 100644 --- a/CalibMuon/DTCalibration/interface/DTT0BaseCorrection.h +++ b/CalibMuon/DTCalibration/interface/DTT0BaseCorrection.h @@ -4,8 +4,8 @@ /** \class DTT0BaseCorrection * Base class to define t0 corrections * - * $Date: 2012/03/02 19:47:31 $ - * $Revision: 1.1 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTT0CorrectionFactory.h b/CalibMuon/DTCalibration/interface/DTT0CorrectionFactory.h index b104217dadc5b..23f3d5acc1c63 100644 --- a/CalibMuon/DTCalibration/interface/DTT0CorrectionFactory.h +++ b/CalibMuon/DTCalibration/interface/DTT0CorrectionFactory.h @@ -5,7 +5,7 @@ * Factory of seal plugins for TTrig DB corrections. * The plugins are concrete implementations of DTT0BaseCorrection case class. * - * $Date: 2012/03/02 19:47:31 $ + * $Date: 2008/12/11 16:34:34 $ * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTTMax.h b/CalibMuon/DTCalibration/interface/DTTMax.h index 995aae1452e57..21479cb7c888f 100644 --- a/CalibMuon/DTCalibration/interface/DTTMax.h +++ b/CalibMuon/DTCalibration/interface/DTTMax.h @@ -5,8 +5,8 @@ * Class to calculate the different TMax values according to * the track path * - * $Date: 2013/05/23 15:28:44 $ - * $Revision: 1.2 $ + * $Date: 2008/08/04 16:18:46 $ + * $Revision: 1.1 $ * \author Marina Giunta */ diff --git a/CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h b/CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h index e5a821fc2c0b1..3f0d88478d60b 100644 --- a/CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h +++ b/CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h @@ -4,8 +4,8 @@ /** \class DTTTrigBaseCorrection * Base class to define the tTrig corrections for entering in DB * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.3 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTTTrigCorrectionFactory.h b/CalibMuon/DTCalibration/interface/DTTTrigCorrectionFactory.h index 216050b50e76e..d652451361874 100644 --- a/CalibMuon/DTCalibration/interface/DTTTrigCorrectionFactory.h +++ b/CalibMuon/DTCalibration/interface/DTTTrigCorrectionFactory.h @@ -5,8 +5,8 @@ * Factory of seal plugins for TTrig DB corrections. * The plugins are concrete implementations of DTTTrigBaseCorrection case class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.2 $ + * $Date: 2008/12/11 16:34:34 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ #include "FWCore/PluginManager/interface/PluginFactory.h" diff --git a/CalibMuon/DTCalibration/interface/DTTimeBoxFitter.h b/CalibMuon/DTCalibration/interface/DTTimeBoxFitter.h index c2c6878ab2768..d2cfa1b245352 100644 --- a/CalibMuon/DTCalibration/interface/DTTimeBoxFitter.h +++ b/CalibMuon/DTCalibration/interface/DTTimeBoxFitter.h @@ -5,8 +5,8 @@ * Fit the rising edge of the time box with the integral * of a gaussian returning the mean value and the sigma. * - * $Date: 2008/11/05 20:25:25 $ - * $Revision: 1.7 $ + * $Date: 2008/06/06 17:09:51 $ + * $Revision: 1.6 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/interface/DTVDriftBaseAlgo.h b/CalibMuon/DTCalibration/interface/DTVDriftBaseAlgo.h index c893feb110b9c..b78384934d127 100644 --- a/CalibMuon/DTCalibration/interface/DTVDriftBaseAlgo.h +++ b/CalibMuon/DTCalibration/interface/DTVDriftBaseAlgo.h @@ -4,8 +4,8 @@ /** \class DTVDriftBaseAlgo * Base class to define algorithm for vDrift computation * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.3 $ + * $Date: 2010/11/18 20:59:52 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/interface/DTVDriftPluginFactory.h b/CalibMuon/DTCalibration/interface/DTVDriftPluginFactory.h index f1fd35c5a73bb..620a6e9df1bfa 100644 --- a/CalibMuon/DTCalibration/interface/DTVDriftPluginFactory.h +++ b/CalibMuon/DTCalibration/interface/DTVDriftPluginFactory.h @@ -5,8 +5,8 @@ * Factory of seal plugins for vDrfit computation. * The plugins are concrete implementations of DTVDriftBaseAlgo. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.2 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTCalibrationMap.cc b/CalibMuon/DTCalibration/plugins/DTCalibrationMap.cc index 94ca2079e7ef9..ce40d3c366c81 100644 --- a/CalibMuon/DTCalibration/plugins/DTCalibrationMap.cc +++ b/CalibMuon/DTCalibration/plugins/DTCalibrationMap.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/09 22:43:38 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:20:50 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTCalibrationMap.h b/CalibMuon/DTCalibration/plugins/DTCalibrationMap.h index cbde429d85411..57ff125362e4d 100644 --- a/CalibMuon/DTCalibration/plugins/DTCalibrationMap.h +++ b/CalibMuon/DTCalibration/plugins/DTCalibrationMap.h @@ -8,8 +8,8 @@ * needed granularity and to retrieve them back using the wireId. * The first 5 fields for each key are allocated to ttri, sigma_ttrig, kfactor, vdrift and sigma_vdrift. * - * $Date: 2008/12/09 22:43:38 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:20:59 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.cc b/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.cc index 7b82977ca80bd..15ee9c46ae468 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.cc +++ b/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/04/20 09:34:56 $ - * $Revision: 1.3 $ + * $Date: 2008/01/18 17:48:39 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.h b/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.h index 879f045670f32..e7ba3dc3667a7 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.h +++ b/CalibMuon/DTCalibration/plugins/DTFakeT0ESProducer.h @@ -4,7 +4,7 @@ /* * See header file for a description of this class. * - * $Date: 2007/11/02 10:47:03 $ + * $Date: 2007/07/11 12:20:59 $ * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.cc b/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.cc index 9e6862c73a670..2854e59c7b112 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.cc +++ b/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/09 22:44:10 $ - * $Revision: 1.3 $ + * $Date: 2008/01/18 17:48:39 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.h b/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.h index d34f93c21a94c..fd74e03688520 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.h +++ b/CalibMuon/DTCalibration/plugins/DTFakeTTrigESProducer.h @@ -4,8 +4,8 @@ /** \class DTFakeTTrigESProducer * ESProducer to store in the EventSetup fake ttrig value read from cfg * - * $Date: 2008/12/09 22:44:10 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:20:59 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.cc b/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.cc index 2c28f437b9699..9a90142fcd62b 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.cc +++ b/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/10/03 08:34:49 $ - * $Revision: 1.2 $ + * $Date: 2008/09/19 15:56:25 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.h b/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.h index 5024834894f5c..4418440c2ca65 100644 --- a/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.h +++ b/CalibMuon/DTCalibration/plugins/DTFakeVDriftESProducer.h @@ -4,7 +4,7 @@ /** \class DTFakeVDriftESProducer * ESProducer to store in the EventSetup fake vDrift value read from cfg * - * $Date: 2008/09/19 15:56:17 $ + * $Date: 2007/07/11 12:20:59 $ * $Revision: 1.1 $ * \author S. Maselli - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.cc b/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.cc index 2ed90151fb223..a04971b7f9541 100644 --- a/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.cc +++ b/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/03/21 16:45:14 $ - * $Revision: 1.2 $ + * $Date: 2007/11/02 10:47:56 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN To */ diff --git a/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.h b/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.h index f93f7a4e0bdcf..b621695f2f1c1 100644 --- a/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.h +++ b/CalibMuon/DTCalibration/plugins/DTGeometryParserFromDDD.h @@ -4,8 +4,8 @@ /** \class DTGeometryParserFromDDD * Class which read the geometry from DDD to provide a map between * layerId and pairs with first wire number, total number of wires. - * $Date: 2007/11/02 10:47:48 $ - * $Revision: 1.1 $ + * $Date: 2007/07/11 12:21:00 $ + * $Revision: 1.0 $ * \author S. Bolognesi - INFN Torino */ #include diff --git a/CalibMuon/DTCalibration/plugins/DTMapGenerator.cc b/CalibMuon/DTCalibration/plugins/DTMapGenerator.cc index 0df99c3ddb766..bd856b94bc1ab 100644 --- a/CalibMuon/DTCalibration/plugins/DTMapGenerator.cc +++ b/CalibMuon/DTCalibration/plugins/DTMapGenerator.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/01/22 19:00:29 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:20:59 $ + * $Revision: 1.1 $ * \author G. Cerminara, S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTMapGenerator.h b/CalibMuon/DTCalibration/plugins/DTMapGenerator.h index c212aa646d049..34e2b62769f7c 100644 --- a/CalibMuon/DTCalibration/plugins/DTMapGenerator.h +++ b/CalibMuon/DTCalibration/plugins/DTMapGenerator.h @@ -4,8 +4,8 @@ /** \class DTMapGenerator * Class which creates a textual map of the hardware channels * in the software detIds - * $Date: 2010/01/19 09:51:31 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:21:00 $ + * $Revision: 1.1 $ * \author G. Cerminara S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.cc b/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.cc index 1f155578921a2..418bec23d1688 100644 --- a/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/08/21 18:33:39 $ - * $Revision: 1.18 $ + * $Date: 2011/08/16 11:05:23 $ + * $Revision: 1.17 $ * \author G. Mila - INFN Torino * A. Vilela Pereira - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.h b/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.h index c38950e76e408..51917a7019da0 100644 --- a/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTNoiseCalibration.h @@ -4,8 +4,8 @@ /* * \file DTNoiseCalibration.h * - * $Date: 2011/08/16 11:05:23 $ - * $Revision: 1.12 $ + * $Date: 2011/08/15 20:29:37 $ + * $Revision: 1.11 $ * \author G. Mila - INFN Torino * A. Vilela Pereira - INFN Torino * diff --git a/CalibMuon/DTCalibration/plugins/DTNoiseComputation.cc b/CalibMuon/DTCalibration/plugins/DTNoiseComputation.cc index 1a20ba4f703a9..b77e5c9862c78 100644 --- a/CalibMuon/DTCalibration/plugins/DTNoiseComputation.cc +++ b/CalibMuon/DTCalibration/plugins/DTNoiseComputation.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/12 15:05:33 $ - * $Revision: 1.7 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTNoiseComputation.h b/CalibMuon/DTCalibration/plugins/DTNoiseComputation.h index 8bf8b17d44b44..38fd85ec11bc7 100644 --- a/CalibMuon/DTCalibration/plugins/DTNoiseComputation.h +++ b/CalibMuon/DTCalibration/plugins/DTNoiseComputation.h @@ -4,8 +4,8 @@ /* * \file DTNoiseComputation.h * - * $Date: 2010/01/19 09:51:31 $ - * $Revision: 1.4 $ + * $Date: 2008/02/06 10:31:21 $ + * $Revision: 1.3 $ * \author G. Mila - INFN Torino * */ diff --git a/CalibMuon/DTCalibration/plugins/DTResidualCalibration.cc b/CalibMuon/DTCalibration/plugins/DTResidualCalibration.cc index afe7623a1542b..7745199355a74 100644 --- a/CalibMuon/DTCalibration/plugins/DTResidualCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTResidualCalibration.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/02 13:30:02 $ - * $Revision: 1.4 $ + * $Date: 2012/02/01 17:25:58 $ + * $Revision: 1.3 $ */ #include "DTResidualCalibration.h" diff --git a/CalibMuon/DTCalibration/plugins/DTResidualCalibration.h b/CalibMuon/DTCalibration/plugins/DTResidualCalibration.h index 48c1dca1ce18f..b943c18a7a8d4 100644 --- a/CalibMuon/DTCalibration/plugins/DTResidualCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTResidualCalibration.h @@ -4,8 +4,8 @@ /** \class DTResidualCalibration * Extracts DT segment residuals * - * $Date: 2012/02/01 17:25:58 $ - * $Revision: 1.2 $ + * $Date: 2011/02/22 18:43:20 $ + * $Revision: 1.1 $ */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/CalibMuon/DTCalibration/plugins/DTT0AbsoluteReferenceCorrection.cc b/CalibMuon/DTCalibration/plugins/DTT0AbsoluteReferenceCorrection.cc index d41586ac715e4..d4941419432a9 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0AbsoluteReferenceCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0AbsoluteReferenceCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/10 17:55:08 $ - * $Revision: 1.1 $ + * $Date: 2012/03/21 13:48:46 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0Calibration.cc b/CalibMuon/DTCalibration/plugins/DTT0Calibration.cc index 64303654b48b5..1ff0dbe4a57d6 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0Calibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0Calibration.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/11 17:17:17 $ - * $Revision: 1.13 $ + * $Date: 2012/04/10 17:55:08 $ + * $Revision: 1.12 $ * \author S. Bolognesi - INFN Torino */ #include "CalibMuon/DTCalibration/plugins/DTT0Calibration.h" diff --git a/CalibMuon/DTCalibration/plugins/DTT0Calibration.h b/CalibMuon/DTCalibration/plugins/DTT0Calibration.h index 6d4bc0607dd75..ec54e942a98b5 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0Calibration.h +++ b/CalibMuon/DTCalibration/plugins/DTT0Calibration.h @@ -8,8 +8,8 @@ * The t0 of wires in odd layers are corrected for the relative difference between * odd and even layers * - * $Date: 2012/04/10 17:55:08 $ - * $Revision: 1.6 $ + * $Date: 2009/06/11 14:01:57 $ + * $Revision: 1.5 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.cc b/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.cc index 1ad4c279d7168..7b2b4a0e2981c 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/11 17:17:17 $ - * $Revision: 1.6 $ + * $Date: 2012/02/17 16:39:06 $ + * $Revision: 1.5.2.1 $ * \author S. Bolognesi - INFN Torino * 06/08/2008 Mofified by Antonio.Vilela.Pereira@cern.ch */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.h b/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.h index b932caf5b70a0..2c71d288adbfd 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.h +++ b/CalibMuon/DTCalibration/plugins/DTT0CalibrationNew.h @@ -8,8 +8,8 @@ * The t0 of wires in odd layers are corrected for the relative difference between * odd and even layers * - * $Date: 2010/02/16 10:03:23 $ - * $Revision: 1.3 $ + * $Date: 2008/09/01 13:29:28 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0ChamberReferenceCorrection.cc b/CalibMuon/DTCalibration/plugins/DTT0ChamberReferenceCorrection.cc index 2cd2005babddf..e31cdb4e6beeb 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0ChamberReferenceCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0ChamberReferenceCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/10 17:55:08 $ - * $Revision: 1.1 $ + * $Date: 2012/03/21 13:48:46 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0Correction.cc b/CalibMuon/DTCalibration/plugins/DTT0Correction.cc index d0f19c8b68212..be53ea242a94b 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0Correction.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0Correction.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.1 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.10 $ * \author A. Vilela Pereira * */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0Correction.h b/CalibMuon/DTCalibration/plugins/DTT0Correction.h index 7f56386384a13..499f9c04b0a29 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0Correction.h +++ b/CalibMuon/DTCalibration/plugins/DTT0Correction.h @@ -4,8 +4,8 @@ /** \class DTT0Correction * Class that reads and corrects t0 DB * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.1 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.8 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0FillChamberFromDB.cc b/CalibMuon/DTCalibration/plugins/DTT0FillChamberFromDB.cc index 37549f6ce0818..eb821624e71d0 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0FillChamberFromDB.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0FillChamberFromDB.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/21 13:48:46 $ - * $Revision: 1.2 $ + * $Date: 2012/03/09 17:29:12 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.cc b/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.cc index 0811db0b724ff..b152961a689c1 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.1 $ + * $Date: 2010/11/19 15:17:51 $ + * $Revision: 1.7 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.h b/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.h index 5bd93039fb3d9..c903d5e249bc1 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.h +++ b/CalibMuon/DTCalibration/plugins/DTT0FillDefaultFromDB.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTT0BaseCorrection. * Computes correction for t0 * - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTT0WireInChamberReferenceCorrection.cc b/CalibMuon/DTCalibration/plugins/DTT0WireInChamberReferenceCorrection.cc index b908eceed0273..5e67bf53ba356 100644 --- a/CalibMuon/DTCalibration/plugins/DTT0WireInChamberReferenceCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTT0WireInChamberReferenceCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/10 17:55:08 $ - * $Revision: 1.1 $ + * $Date: 2012/03/21 13:48:46 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTPAnalyzer.cc b/CalibMuon/DTCalibration/plugins/DTTPAnalyzer.cc index 6c2f3dfe2a460..df472c3595766 100644 --- a/CalibMuon/DTCalibration/plugins/DTTPAnalyzer.cc +++ b/CalibMuon/DTCalibration/plugins/DTTPAnalyzer.cc @@ -1,7 +1,7 @@ /** \class DTTPAnalyzer * - * $Date: 2011/02/10 20:38:59 $ - * $Revision: 1.1 $ + * $Date: 2010/11/19 14:02:08 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.cc b/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.cc index bc63f7da912a6..728b97d9325f5 100644 --- a/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.cc +++ b/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/11 17:17:17 $ - * $Revision: 1.4 $ + * $Date: 2012/02/17 16:39:06 $ + * $Revision: 1.3.2.1 $ * \author S. Bolognesi */ diff --git a/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.h b/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.h index d8725891566ad..5c67c798a9662 100644 --- a/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.h +++ b/CalibMuon/DTCalibration/plugins/DTTPDeadWriter.h @@ -4,8 +4,8 @@ /* Class to find test-pulse dead channels from a t0 databases: * wires without t0 value are tp-dead. - * $Date: 2008/10/03 08:34:49 $ - * $Revision: 1.2 $ + * $Date: 2008/02/19 15:15:00 $ + * $Revision: 1.1 $ * \author S. Bolognesi */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.cc b/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.cc index 971e02a6cbbd0..dcc4577461c56 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/09/21 08:03:43 $ - * $Revision: 1.6 $ + * $Date: 2008/12/09 22:44:10 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ #include "CalibMuon/DTCalibration/plugins/DTTTrigCalibration.h" diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.h b/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.h index 39b3dfbb8b1b3..ab2352d8e9dae 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCalibration.h @@ -6,8 +6,8 @@ * for t_trig computation, fits the rising edge and write results to DB. * The time boxes are written to file. * - * $Date: 2008/12/09 22:44:10 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:21:00 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.cc b/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.cc index 2a797af9ef4cf..704bbd4ef6e0d 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/21 13:48:06 $ - * $Revision: 1.1 $ + * $Date: 2012/03/02 19:47:32 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.h b/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.h index 23595e3ac807a..77773e33752f4 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigConstantShift.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTTTrigBaseCorrection. * Applies constant shift to tTrig values * - * $Revision: 1.1 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.cc b/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.cc index e850c52f1c5df..4f9a60ec7bd07 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.11 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.10 $ * \author S. Maselli - INFN Torino * A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.h b/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.h index 56265426879f7..4fedb93066ac0 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCorrection.h @@ -5,8 +5,8 @@ * Class which read a ttrig DB and correct it with * the near SL (or the global average) * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.9 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.8 $ * \author S. Maselli - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.cc b/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.cc index bd8afd9d20c53..e69558494fe5b 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/02/16 10:03:23 $ - * $Revision: 1.3 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.2 $ * \author S. Maselli - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.h b/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.h index 4c939ec51bf2e..b512f9a4d666e 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigCorrectionFirst.h @@ -5,8 +5,8 @@ * Class which read a ttrig DB and correct it with * the near SL (or the global average) * - * $Date: 2010/02/16 10:03:23 $ - * $Revision: 1.3 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.2 $ * \author S. Maselli - INFN Torino */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.cc b/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.cc index 3c5df2faff80b..91d4326933b96 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.4 $ + * $Date: 2010/02/16 10:03:23 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.h b/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.h index 49a7991f780a0..91b21a0dd15a0 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigFillWithAverage.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTTTrigBaseCorrection. * Fills missing tTrig values in DB * - * $Revision: 1.4 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.cc b/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.cc index 5d6da09573711..6b48714b8f948 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:32 $ - * $Revision: 1.3 $ + * $Date: 2010/02/16 10:03:23 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.h b/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.h index 287f00961bf9b..ab8ea54fcf17b 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigMatchRPhi.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTTTrigBaseCorrection. * Matches tTrig values for RPhi SL's * - * $Revision: 1.3 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.cc b/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.cc index cbc8595cc2087..4dceb3ddf6de0 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/11/18 20:33:11 $ - * $Revision: 1.9 $ + * $Date: 2010/11/17 18:15:42 $ + * $Revision: 1.8 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.h b/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.h index 2a90379d29386..3bf9ddace99dd 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigOffsetCalibration.h @@ -4,8 +4,8 @@ /** \class DTTTrigOffsetCalibration * No description available. * - * $Date: 2010/11/16 19:06:59 $ - * $Revision: 1.4 $ + * $Date: 2010/07/19 22:17:25 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.cc b/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.cc index 8f2dab23cacde..cf50e30c96fb3 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/06/13 17:36:28 $ - * $Revision: 1.10 $ + * $Date: 2012/03/02 19:47:32 $ + * $Revision: 1.8 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.h b/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.h index ddde7541b2b25..a1160441d7660 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigResidualCorrection.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTTTrigBaseCorrection. * Computes residual correction for tTrig * - * $Revision: 1.6 $ + * $Revision: 1.5 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.cc b/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.cc index f57bcf68a9744..3e2125e6b6bfc 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:33 $ - * $Revision: 1.3 $ + * $Date: 2010/02/16 10:03:23 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.h b/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.h index c773504294548..5d139b590c778 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigT0SegCorrection.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTTTrigBaseCorrection. * Computes t0-seg correction for tTrig * - * $Revision: 1.3 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigWriter.cc b/CalibMuon/DTCalibration/plugins/DTTTrigWriter.cc index 17b7807e6de06..8a1570cc89141 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigWriter.cc +++ b/CalibMuon/DTCalibration/plugins/DTTTrigWriter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/08/02 16:11:35 $ - * $Revision: 1.5 $ + * $Date: 2008/12/09 22:44:10 $ + * $Revision: 1.4 $ * \author S. Bolognesi */ diff --git a/CalibMuon/DTCalibration/plugins/DTTTrigWriter.h b/CalibMuon/DTCalibration/plugins/DTTTrigWriter.h index 3a20b72494852..0f197b447404c 100644 --- a/CalibMuon/DTCalibration/plugins/DTTTrigWriter.h +++ b/CalibMuon/DTCalibration/plugins/DTTTrigWriter.h @@ -4,8 +4,8 @@ /* Program to evaluate ttrig and sigma ttrig from TB histograms * and write the results to a file for each SL - * $Date: 2008/12/09 22:44:10 $ - * $Revision: 1.2 $ + * $Date: 2007/07/11 12:21:01 $ + * $Revision: 1.1 $ * \author S. Bolognesi */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.cc b/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.cc index 7ac1b51cdbd77..5a97e71181af8 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/23 15:28:45 $ - * $Revision: 1.12 $ + * $Date: 2010/12/02 19:43:40 $ + * $Revision: 1.11 $ * \author M. Giunta */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.h b/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.h index 765ec58ec4495..5ae199dac012c 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTVDriftCalibration.h @@ -4,8 +4,8 @@ /** \class DTVDriftCalibration * No description available. * - * $Date: 2013/05/23 15:28:45 $ - * $Revision: 1.6 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.5 $ * \author M. Giunta */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.cc b/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.cc index f3404b48ef3cf..ef6e20c7e6f65 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.cc +++ b/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:33 $ - * $Revision: 1.3 $ + * $Date: 2010/11/18 20:58:24 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.h b/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.h index f14955f31ccc5..a0cf5bc97d63a 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.h +++ b/CalibMuon/DTCalibration/plugins/DTVDriftMeanTimer.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTVDriftBaseAlgo. * Computes vDrift using the Mean Timer algorithm. * - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftSegment.cc b/CalibMuon/DTCalibration/plugins/DTVDriftSegment.cc index e25df66529d1e..7f664d2aee2c4 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftSegment.cc +++ b/CalibMuon/DTCalibration/plugins/DTVDriftSegment.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:33 $ - * $Revision: 1.4 $ + * $Date: 2010/11/19 14:02:08 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftSegment.h b/CalibMuon/DTCalibration/plugins/DTVDriftSegment.h index 3230d85230d45..407eb274b9669 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftSegment.h +++ b/CalibMuon/DTCalibration/plugins/DTVDriftSegment.h @@ -5,7 +5,7 @@ * Concrete implementation of a DTVDriftBaseAlgo. * Computes vDrift using fit result segment by segment. * - * $Revision: 1.4 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.cc b/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.cc index 4583b11f5faf6..fd379b076544f 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.cc +++ b/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/11/19 14:02:08 $ - * $Revision: 1.3 $ + * $Date: 2010/11/18 21:38:41 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.h b/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.h index 54a0ef2b94e3d..a2351d9d11145 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.h +++ b/CalibMuon/DTCalibration/plugins/DTVDriftSegmentCalibration.h @@ -5,8 +5,8 @@ * Produces histograms from v-drift computation in * segment fit to be used for v-drift calibration * - * $Date: 2010/11/19 14:02:08 $ - * $Revision: 1.2 $ + * $Date: 2010/11/18 20:59:10 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftWriter.cc b/CalibMuon/DTCalibration/plugins/DTVDriftWriter.cc index faca45365f6e8..9ed5bf87ade2d 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftWriter.cc +++ b/CalibMuon/DTCalibration/plugins/DTVDriftWriter.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:33 $ - * $Revision: 1.12 $ + * $Date: 2010/11/19 14:02:08 $ + * $Revision: 1.11 $ * Author of original version: M. Giunta * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/plugins/DTVDriftWriter.h b/CalibMuon/DTCalibration/plugins/DTVDriftWriter.h index 836fb5249e325..3bb9090e12fd9 100644 --- a/CalibMuon/DTCalibration/plugins/DTVDriftWriter.h +++ b/CalibMuon/DTCalibration/plugins/DTVDriftWriter.h @@ -5,8 +5,8 @@ * Instantiates configurable algo plugin to * compute and write vDrift DB. * - * $Date: 2012/03/02 19:47:33 $ - * $Revision: 1.4 $ + * $Date: 2010/11/18 20:58:24 $ + * $Revision: 1.3 $ * Author of original version: M. Giunta * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTMeanTimerFitter.cc b/CalibMuon/DTCalibration/src/DTMeanTimerFitter.cc index a578036c1800e..ab2ceeced9133 100644 --- a/CalibMuon/DTCalibration/src/DTMeanTimerFitter.cc +++ b/CalibMuon/DTCalibration/src/DTMeanTimerFitter.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/23 15:28:45 $ - * $Revision: 1.10 $ + * $Date: 2012/10/22 15:01:07 $ + * $Revision: 1.9 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/src/DTRecHitSegmentResidual.cc b/CalibMuon/DTCalibration/src/DTRecHitSegmentResidual.cc index d8d87ce8f2d59..459ecc79faf4b 100644 --- a/CalibMuon/DTCalibration/src/DTRecHitSegmentResidual.cc +++ b/CalibMuon/DTCalibration/src/DTRecHitSegmentResidual.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/02/22 18:43:20 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ */ #include "CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h" diff --git a/CalibMuon/DTCalibration/src/DTResidualFitter.cc b/CalibMuon/DTCalibration/src/DTResidualFitter.cc index 28f819bdd271f..404a7fc7c2d8d 100644 --- a/CalibMuon/DTCalibration/src/DTResidualFitter.cc +++ b/CalibMuon/DTCalibration/src/DTResidualFitter.cc @@ -2,8 +2,8 @@ /* * Fits core distribution to single gaussian; iterates once. * - * $Date: 2010/11/19 14:02:09 $ - * $Revision: 1.3 $ + * $Date: 2010/11/18 21:38:41 $ + * $Revision: 1.2 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTT0BaseCorrection.cc b/CalibMuon/DTCalibration/src/DTT0BaseCorrection.cc index 118a2c7f3e586..0ae37730175d9 100644 --- a/CalibMuon/DTCalibration/src/DTT0BaseCorrection.cc +++ b/CalibMuon/DTCalibration/src/DTT0BaseCorrection.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:33 $ + * $Date: 2008/12/11 16:34:35 $ * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTT0CorrectionFactory.cc b/CalibMuon/DTCalibration/src/DTT0CorrectionFactory.cc index 33739e197cc14..3f4e9c4652bf8 100644 --- a/CalibMuon/DTCalibration/src/DTT0CorrectionFactory.cc +++ b/CalibMuon/DTCalibration/src/DTT0CorrectionFactory.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:34 $ + * $Date: 2008/12/11 16:34:35 $ * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTTMax.cc b/CalibMuon/DTCalibration/src/DTTMax.cc index 62b32e05ecac2..782c718ab978d 100644 --- a/CalibMuon/DTCalibration/src/DTTMax.cc +++ b/CalibMuon/DTCalibration/src/DTTMax.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/23 15:28:45 $ - * $Revision: 1.9 $ + * $Date: 2009/05/13 13:25:04 $ + * $Revision: 1.8 $ * \author Marina Giunta */ diff --git a/CalibMuon/DTCalibration/src/DTTTrigBaseCorrection.cc b/CalibMuon/DTCalibration/src/DTTTrigBaseCorrection.cc index e98ea3746d97b..7dad6f0537cfe 100644 --- a/CalibMuon/DTCalibration/src/DTTTrigBaseCorrection.cc +++ b/CalibMuon/DTCalibration/src/DTTTrigBaseCorrection.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:34 $ - * $Revision: 1.2 $ + * $Date: 2008/12/11 16:34:35 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTTTrigCorrectionFactory.cc b/CalibMuon/DTCalibration/src/DTTTrigCorrectionFactory.cc index d02157a857b3d..b910c8efe96d4 100644 --- a/CalibMuon/DTCalibration/src/DTTTrigCorrectionFactory.cc +++ b/CalibMuon/DTCalibration/src/DTTTrigCorrectionFactory.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/11 16:34:35 $ - * $Revision: 1.1 $ + * $Date: 2008/01/22 18:57:52 $ + * $Revision: 1.3 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTTimeBoxFitter.cc b/CalibMuon/DTCalibration/src/DTTimeBoxFitter.cc index 801334f394625..d80f411c4b3ed 100644 --- a/CalibMuon/DTCalibration/src/DTTimeBoxFitter.cc +++ b/CalibMuon/DTCalibration/src/DTTimeBoxFitter.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/08 12:51:42 $ - * $Revision: 1.12 $ + * $Date: 2008/06/25 13:18:44 $ + * $Revision: 1.11 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/src/DTVDriftBaseAlgo.cc b/CalibMuon/DTCalibration/src/DTVDriftBaseAlgo.cc index 198a9df37e1f8..5d1d773b6a461 100644 --- a/CalibMuon/DTCalibration/src/DTVDriftBaseAlgo.cc +++ b/CalibMuon/DTCalibration/src/DTVDriftBaseAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/02 19:47:34 $ - * $Revision: 1.2 $ + * $Date: 2010/11/17 17:54:23 $ + * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/src/DTVDriftPluginFactory.cc b/CalibMuon/DTCalibration/src/DTVDriftPluginFactory.cc index 32a0c728fdf16..fc5004ad99147 100644 --- a/CalibMuon/DTCalibration/src/DTVDriftPluginFactory.cc +++ b/CalibMuon/DTCalibration/src/DTVDriftPluginFactory.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/11/17 17:54:24 $ + * $Date: 2008/12/11 16:34:35 $ * $Revision: 1.1 $ * \author A. Vilela Pereira */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTCalibrationMap.cc b/CalibMuon/DTCalibration/test/DBTools/DTCalibrationMap.cc index 0fe0821bf119a..38989cdf1266a 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTCalibrationMap.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DTCalibrationMap.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/07/12 07:25:49 $ - * $Revision: 1.2 $ + * $Date: 2006/07/03 15:06:12 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.cc b/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.cc index e0bb7e0db5595..378b328a7598f 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/11 17:17:17 $ - * $Revision: 1.9 $ + * $Date: 2012/02/17 16:39:06 $ + * $Revision: 1.8.2.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.h b/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.h index 40e527faaebf8..c2371cccb2976 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.h +++ b/CalibMuon/DTCalibration/test/DBTools/DTT0Analyzer.h @@ -4,8 +4,8 @@ /** \class DTT0Analyzer * Plot the t0 from the DB * - * $Date: 2008/10/03 08:53:22 $ - * $Revision: 1.2 $ + * $Date: 2007/03/28 17:19:28 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.cc b/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.cc index c43729f04ecd1..8764466d3ac80 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/11/19 19:08:19 $ - * $Revision: 1.12 $ + * $Date: 2010/06/21 08:49:20 $ + * $Revision: 1.11 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.h b/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.h index b40da3acab523..526ed2470683a 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.h +++ b/CalibMuon/DTCalibration/test/DBTools/DTTTrigAnalyzer.h @@ -4,8 +4,8 @@ /** \class DTTTrigAnalyzer * Plot the ttrig from the DB * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.4 $ + * $Date: 2009/07/17 09:15:48 $ + * $Revision: 1.3 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.cc b/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.cc index b621cee591df2..31236397c395c 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/06/21 08:49:20 $ - * $Revision: 1.6 $ + * $Date: 2008/10/03 08:53:22 $ + * $Revision: 1.5 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.h b/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.h index ed7175580ed8d..f4c4fa85a16e7 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.h +++ b/CalibMuon/DTCalibration/test/DBTools/DTVDriftAnalyzer.h @@ -4,8 +4,8 @@ /** \class DTVDriftAnalyzer * Plot the vdrift from the DB * - * $Date: 2008/10/03 08:53:22 $ - * $Revision: 1.3 $ + * $Date: 2008/09/19 14:25:42 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.cc b/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.cc index d5c88a99df8fd..d52b7f9d979d9 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/11 17:17:17 $ - * $Revision: 1.14 $ + * $Date: 2012/02/17 16:39:06 $ + * $Revision: 1.13.2.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.h b/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.h index 116ad9b9e0ced..e24e3448a21f7 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.h +++ b/CalibMuon/DTCalibration/test/DBTools/DumpDBToFile.h @@ -6,8 +6,8 @@ * a txt file of the same format of ORCA MuBarDigiParameters * (see DTCalibrationMap for details) * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.8 $ + * $Date: 2008/10/03 08:53:22 $ + * $Revision: 1.7 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.cc b/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.cc index e510b770dba42..7f5e4756ab73c 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.cc +++ b/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/05/25 18:34:19 $ - * $Revision: 1.16 $ + * $Date: 2009/02/16 14:25:08 $ + * $Revision: 1.15 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.h b/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.h index 8afdb88dc2881..37f8716fc7857 100644 --- a/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.h +++ b/CalibMuon/DTCalibration/test/DBTools/DumpFileToDB.h @@ -6,8 +6,8 @@ * of ORCA MuBarDigiParameters (see DTCalibrationMap for details) * into a DB. At the moment only the ttrig info is handled. * - * $Date: 2010/05/25 18:34:19 $ - * $Revision: 1.5 $ + * $Date: 2007/01/24 16:04:21 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.cc b/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.cc index fc72e2a59254d..e234e88184dca 100644 --- a/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.cc +++ b/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.7 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.h b/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.h index f553ff78265cd..415ede56c10cd 100644 --- a/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.h +++ b/CalibMuon/DTCalibration/test/DBTools/FakeTTrig.h @@ -8,8 +8,8 @@ * --- time of wire propagation * --- time of fly * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.5 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.4 $ * \author Giorgia Mila - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.cc b/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.cc index ab101b3e8da34..d94d9e55521b1 100644 --- a/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.cc +++ b/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/19 09:51:31 $ - * $Revision: 1.6 $ + * $Date: 2008/12/09 22:44:11 $ + * $Revision: 1.5 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.h b/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.h index 04cd7c29cff7c..1e646dec1f49f 100644 --- a/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.h +++ b/CalibMuon/DTCalibration/test/DBTools/ProduceFakeDB.h @@ -4,8 +4,8 @@ /** \class ProduceFakeDB * Class which produce fake DB of ttrig,t0,vdrift * - * $Date: 2010/01/19 09:51:31 $ - * $Revision: 1.2 $ + * $Date: 2007/03/28 17:05:12 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.cc b/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.cc index 6d296dd6df1a3..d682fe2d7b933 100644 --- a/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.cc +++ b/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.5 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.h b/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.h index e422a173388b1..036d2f9f31871 100644 --- a/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.h +++ b/CalibMuon/DTCalibration/test/DBTools/ShiftTTrigDB.h @@ -5,8 +5,8 @@ * Class which read a ttrig DB and modifies it introducing * shifts with chamber granularity * - * $Date: 2010/02/15 16:45:47 $ - * $Revision: 1.3 $ + * $Date: 2010/01/19 09:51:31 $ + * $Revision: 1.2 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.cc b/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.cc index 825c32b883596..91f3edaf28d9a 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.cc +++ b/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/12 15:20:03 $ - * $Revision: 1.6 $ + * $Date: 2010/12/21 09:43:29 $ + * $Revision: 1.5 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.h b/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.h index 36ad715bffc06..5c98a015a6132 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.h +++ b/CalibMuon/DTCalibration/test/stubs/DTMeanTimerPlotter.h @@ -6,8 +6,8 @@ * The tmax histograms can be fitted using exactly the same code that is * used by the calibration application. * - * $Date: 2007/01/22 11:11:10 $ - * $Revision: 1.2 $ + * $Date: 2006/11/28 14:31:44 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc index d0b265e05e175..3eaafee66062d 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc +++ b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2006/03/13 12:17:38 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.h b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.h index 477ce63aa8407..1726ea07dff14 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.h +++ b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxFitter.h @@ -4,8 +4,8 @@ /** \class DTTimeBoxFitter * No description available. * - * $Date: 2006/03/13 12:17:38 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.cc b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.cc index 74e5a8102cbaf..1e9d36d3c414f 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.cc +++ b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/01/22 19:00:30 $ - * $Revision: 1.5 $ + * $Date: 2007/05/15 14:43:20 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.h b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.h index 6ae0f2165f5bc..a7f6187c52a65 100644 --- a/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.h +++ b/CalibMuon/DTCalibration/test/stubs/DTTimeBoxPlotter.h @@ -6,8 +6,8 @@ * The time box rising edge can be fitted using exactly the same code that is * used by the calibration application. * - * $Date: 2007/05/15 14:43:20 $ - * $Revision: 1.4 $ + * $Date: 2006/07/21 12:26:32 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h b/CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h index f9eb2306e3c07..2a9b1514f3dfc 100644 --- a/CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h +++ b/CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h @@ -4,8 +4,8 @@ /** \class DTTTrigBaseSync * Base class to define the offsets for 1D DT RecHit building * - * $Date: 2009/10/21 17:05:47 $ - * $Revision: 1.3 $ + * $Date: 2007/03/07 18:32:31 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h b/CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h index 017fdfcc4185f..98b92d6ddd089 100644 --- a/CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h +++ b/CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h @@ -5,8 +5,8 @@ * Factory of seal plugins for TTrig syncronization during RecHit reconstruction. * The plugins are concrete implementations of DTTTrigBaseSync case class. * - * $Date: 2007/04/17 22:46:21 $ - * $Revision: 1.2 $ + * $Date: 2007/02/19 11:45:22 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ #include "FWCore/PluginManager/interface/PluginFactory.h" diff --git a/CalibMuon/DTDigiSync/src/DTTTrigBaseSync.cc b/CalibMuon/DTDigiSync/src/DTTTrigBaseSync.cc index 85a41a7760b06..c46448f1fa029 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigBaseSync.cc +++ b/CalibMuon/DTDigiSync/src/DTTTrigBaseSync.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/10/21 17:05:47 $ - * $Revision: 1.2 $ + * $Date: 2007/02/19 11:45:21 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncFactory.cc b/CalibMuon/DTDigiSync/src/DTTTrigSyncFactory.cc index caaaacef248a4..d0194ac9dc605 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncFactory.cc +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncFactory.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/01/22 18:57:52 $ - * $Revision: 1.3 $ + * $Date: 2007/04/17 22:46:22 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.cc b/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.cc index 0b342be7f6057..937b47bfaa494 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.cc +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/12/07 17:22:18 $ - * $Revision: 1.10 $ + * $Date: 2009/10/21 17:20:27 $ + * $Revision: 1.9 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.h b/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.h index 8863257d12162..d009aee4f9921 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.h +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncFromDB.h @@ -35,8 +35,8 @@ * * NOTE: this should approximate what is seen online by the BTI * - * $Date: 2009/12/07 17:22:18 $ - * $Revision: 1.5 $ + * $Date: 2009/10/21 17:05:47 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.cc b/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.cc index 25b272c7684e5..93ce7695ca95d 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.cc +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/10/21 17:05:47 $ - * $Revision: 1.6 $ + * $Date: 2008/10/03 09:13:59 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.h b/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.h index 7e817a7fb88ad..d8aa90dd77f15 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.h +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncT0Only.h @@ -6,8 +6,8 @@ * This plugin reads only the t0 from pulses from the DB. * * - * $Date: 2009/10/21 17:05:47 $ - * $Revision: 1.2 $ + * $Date: 2007/02/19 11:45:21 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.cc b/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.cc index d6cd7c84944be..12aa617d2f6e0 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.cc +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/10/31 15:02:21 $ - * $Revision: 1.6 $ + * $Date: 2009/10/21 17:20:27 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.h b/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.h index 062d1cdcdb924..61e3aae124607 100644 --- a/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.h +++ b/CalibMuon/DTDigiSync/src/DTTTrigSyncTOFCorr.h @@ -33,8 +33,8 @@ * * * - * $Date: 2009/10/21 17:05:47 $ - * $Revision: 1.2 $ + * $Date: 2007/02/19 11:45:21 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h b/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h index 35a27a84a4c42..5f34cff49e884 100644 --- a/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h +++ b/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h @@ -15,7 +15,7 @@ // // Original Author: V.Chiochia // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiPixelDetInfoFileReader.h,v 1.1 2007/08/08 16:22:28 chiochia Exp $ +// $Id: SiPixelDetInfoFileReader.h,v 1.1 2007/07/09 11:24:02 gbruno Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h b/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h index 61acff83460a5..617ac227de4a9 100644 --- a/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h +++ b/CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiPixelDetInfoFileWriter.h,v 1.2 2010/01/13 16:25:38 ursl Exp $ +// $Id: SiPixelDetInfoFileWriter.h,v 1.1 2007/08/08 16:22:28 chiochia Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainESSource.h b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainESSource.h index f4fa26b4a6b5d..3278381bc52b1 100644 --- a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainESSource.h +++ b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainESSource.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia // Created: Tue 8 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainESSource.h,v 1.4 2008/02/11 15:23:28 friis Exp $ +// $Id: SiPixelFakeGainESSource.h,v 1.3 2007/08/21 10:37:30 chiochia Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainForHLTESSource.h b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainForHLTESSource.h index 41c1250723ede..920c48e5351d4 100644 --- a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainForHLTESSource.h +++ b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainForHLTESSource.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia // Created: Tue 8 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainForHLTESSource.h,v 1.1 2008/02/11 15:23:29 friis Exp $ +// $Id: SiPixelFakeGainForHLTESSource.h,v 1.3 2007/08/21 10:37:30 chiochia Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainOfflineESSource.h b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainOfflineESSource.h index fbd2bd04305b6..f45926dbedc2a 100644 --- a/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainOfflineESSource.h +++ b/CalibTracker/SiPixelESProducers/interface/SiPixelFakeGainOfflineESSource.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia // Created: Tue 8 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainOfflineESSource.h,v 1.1 2008/02/11 15:23:30 friis Exp $ +// $Id: SiPixelFakeGainOfflineESSource.h,v 1.3 2007/08/21 10:37:30 chiochia Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/plugins/SiPixelDetInfoFileWriter.cc b/CalibTracker/SiPixelESProducers/plugins/SiPixelDetInfoFileWriter.cc index 9f02d34f5bd8b..687b0098cf226 100644 --- a/CalibTracker/SiPixelESProducers/plugins/SiPixelDetInfoFileWriter.cc +++ b/CalibTracker/SiPixelESProducers/plugins/SiPixelDetInfoFileWriter.cc @@ -3,7 +3,7 @@ // Class: SiPixelDetInfoFileWriter // Original Author: V.Chiochia (adapted from the Strip version by G.Bruno) // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiPixelDetInfoFileWriter.cc,v 1.4 2010/01/14 09:36:57 ursl Exp $ +// $Id: SiPixelDetInfoFileWriter.cc,v 1.3 2010/01/13 16:25:39 ursl Exp $ #include "CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainESSource.cc b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainESSource.cc index bdf011a6a6ee2..3426d2f82438c 100644 --- a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainESSource.cc +++ b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainESSource.cc @@ -13,7 +13,7 @@ // // Original Author: Vincenzo Chiochia // Created: Fri Apr 27 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainESSource.cc,v 1.6 2008/02/11 15:23:38 friis Exp $ +// $Id: SiPixelFakeGainESSource.cc,v 1.5 2008/01/22 19:15:07 muzaffar Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainForHLTESSource.cc b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainForHLTESSource.cc index 597c59d6cf97a..9cef81e151a4c 100644 --- a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainForHLTESSource.cc +++ b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainForHLTESSource.cc @@ -13,7 +13,7 @@ // // Original Author: Vincenzo Chiochia // Created: Fri Apr 27 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainForHLTESSource.cc,v 1.3 2008/04/22 12:36:49 friis Exp $ +// $Id: SiPixelFakeGainForHLTESSource.cc,v 1.2 2008/04/21 19:46:03 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainOfflineESSource.cc b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainOfflineESSource.cc index 16806e20902a5..ee4f608c84134 100644 --- a/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainOfflineESSource.cc +++ b/CalibTracker/SiPixelESProducers/plugins/SiPixelFakeGainOfflineESSource.cc @@ -13,7 +13,7 @@ // // Original Author: Vincenzo Chiochia // Created: Fri Apr 27 12:31:25 CEST 2007 -// $Id: SiPixelFakeGainOfflineESSource.cc,v 1.2 2008/04/22 12:36:49 friis Exp $ +// $Id: SiPixelFakeGainOfflineESSource.cc,v 1.1 2008/02/11 15:23:41 friis Exp $ // // diff --git a/CalibTracker/SiPixelESProducers/src/SiPixelDetInfoFileReader.cc b/CalibTracker/SiPixelESProducers/src/SiPixelDetInfoFileReader.cc index 743f271d33f29..9c1ebe70b42d6 100644 --- a/CalibTracker/SiPixelESProducers/src/SiPixelDetInfoFileReader.cc +++ b/CalibTracker/SiPixelESProducers/src/SiPixelDetInfoFileReader.cc @@ -3,7 +3,7 @@ // Class: SiPixelDetInfoFileReader // Original Author: V.Chiochia // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiPixelDetInfoFileReader.cc,v 1.1 2007/08/08 16:22:30 chiochia Exp $ +// $Id: SiPixelDetInfoFileReader.cc,v 1.1 2007/07/09 11:24:03 gbruno Exp $ #include "CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.h b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.h index 7c1c750de8980..33134d63cf1bb 100644 --- a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.h +++ b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainForHLTReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelFakeGainForHLTReader.h,v 1.3 2010/01/13 16:25:39 ursl Exp $ +// $Id: SiPixelFakeGainForHLTReader.h,v 1.2 2009/05/28 22:20:43 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainOfflineReader.h b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainOfflineReader.h index 760dddd8d0814..1784e60c5e35e 100644 --- a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainOfflineReader.h +++ b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainOfflineReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelFakeGainOfflineReader.h,v 1.3 2010/01/13 16:25:39 ursl Exp $ +// $Id: SiPixelFakeGainOfflineReader.h,v 1.2 2009/05/28 22:20:43 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainReader.h b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainReader.h index e78b8de8bbe6e..1ec0b902a0596 100644 --- a/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainReader.h +++ b/CalibTracker/SiPixelESProducers/test/SiPixelFakeGainReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelFakeGainReader.h,v 1.4 2010/01/13 16:25:39 ursl Exp $ +// $Id: SiPixelFakeGainReader.h,v 1.3 2009/05/28 22:20:44 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CalibTracker/SiPixelErrorEstimation/test/SingleMuPt10_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_RAW2DIGI_RECO_IDEAL.py b/CalibTracker/SiPixelErrorEstimation/test/SingleMuPt10_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_RAW2DIGI_RECO_IDEAL.py index a391c1ae6650e..6eacdbbcdd0e9 100644 --- a/CalibTracker/SiPixelErrorEstimation/test/SingleMuPt10_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_RAW2DIGI_RECO_IDEAL.py +++ b/CalibTracker/SiPixelErrorEstimation/test/SingleMuPt10_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_RAW2DIGI_RECO_IDEAL.py @@ -32,7 +32,7 @@ process.PixelErrorEstimation.outputFile = cms.untracked.string('./SiPixelErrorEstimation_ntuple.root') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.100 $'), annotation = cms.untracked.string('SingleMuPt10.cfi nevts:3'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.cc b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.cc index ea1406880ae39..3a646d1602203 100644 --- a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.cc +++ b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Wed Oct 31 15:28:52 CET 2007 -// $Id: SiPixelCalibDigiProducer.cc,v 1.18 2013/02/27 14:26:41 davidlt Exp $ +// $Id: SiPixelCalibDigiProducer.cc,v 1.17 2008/11/18 12:21:23 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.h b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.h index d655d162ce4b2..15de524da9ab7 100644 --- a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.h +++ b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelCalibDigiProducer.h @@ -15,7 +15,7 @@ // // Original Author: Freya Blekman // Created: Wed Oct 31 15:28:52 CET 2007 -// $Id: SiPixelCalibDigiProducer.h,v 1.13 2013/02/27 14:26:41 davidlt Exp $ +// $Id: SiPixelCalibDigiProducer.h,v 1.12 2010/02/11 00:10:31 wmtan Exp $ // // diff --git a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.cc b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.cc index 591ea5f4e5b94..b5076beb9c9d6 100644 --- a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.cc +++ b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Freya Blekman // Created: Wed Nov 14 15:02:06 CET 2007 -// $Id: SiPixelGainCalibrationAnalysis.cc,v 1.41 2009/10/21 09:28:07 rougny Exp $ +// $Id: SiPixelGainCalibrationAnalysis.cc,v 1.40 2009/07/24 10:49:31 rougny Exp $ // // diff --git a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.h b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.h index c10057f354f53..4a34b1ee8da47 100644 --- a/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.h +++ b/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.h @@ -13,7 +13,7 @@ Description: // // Original Author: Freya Blekman // Created: Wed Nov 14 15:02:06 CET 2007 -// $Id: SiPixelGainCalibrationAnalysis.h,v 1.23 2009/07/07 15:52:36 rougny Exp $ +// $Id: SiPixelGainCalibrationAnalysis.h,v 1.22 2009/05/28 22:19:06 dlange Exp $ // // diff --git a/CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py b/CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py index 4248800e725c1..89e305bee30a3 100644 --- a/CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py +++ b/CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py @@ -22,7 +22,7 @@ # CMSSW configuration init file for pixel gain calibrations in CMSSW>=180 # Original Author: Freya Blekman # Created: November 15 2007 -# $Id: SiPixelGainCalibrationAnalysis_cfi.py,v 1.9 2008/10/15 14:56:35 fblekman Exp $ +# $Id: SiPixelGainCalibrationAnalysis_cfi.py,v 1.8 2008/09/16 14:46:01 fblekman Exp $ # # siPixelGainCalibrationAnalysis = cms.EDFilter("SiPixelGainCalibrationAnalysis", diff --git a/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc b/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc index 5e6e287dcbf0e..86893288f279d 100644 --- a/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc +++ b/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Mon Nov 5 16:56:35 CET 2007 -// $Id: SimpleTestPrintOutPixelCalibAnalyzer.cc,v 1.7 2009/12/17 21:30:29 wmtan Exp $ +// $Id: SimpleTestPrintOutPixelCalibAnalyzer.cc,v 1.6 2008/08/08 08:24:58 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.h b/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.h index 735866d78e1d8..3086daf0c0e26 100644 --- a/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.h +++ b/CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Mon Nov 5 16:56:35 CET 2007 -// $Id: SimpleTestPrintOutPixelCalibAnalyzer.h,v 1.2 2009/12/17 21:30:29 wmtan Exp $ +// $Id: SimpleTestPrintOutPixelCalibAnalyzer.h,v 1.1 2008/08/08 08:46:27 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelIsAliveCalibration/python/SiPixelIsAliveCalibration_cfi.py b/CalibTracker/SiPixelIsAliveCalibration/python/SiPixelIsAliveCalibration_cfi.py index 855fc8d18187e..c90429d587062 100644 --- a/CalibTracker/SiPixelIsAliveCalibration/python/SiPixelIsAliveCalibration_cfi.py +++ b/CalibTracker/SiPixelIsAliveCalibration/python/SiPixelIsAliveCalibration_cfi.py @@ -5,7 +5,7 @@ # CMSSW configuration init file for pixel alive calibrations in CMSSW>=180 # Original Author: Freya Blekman # Created: December 6 2007 -# $Id: SiPixelIsAliveCalibration_cfi.py,v 1.2 2008/04/21 00:27:43 rpw Exp $ +# $Id: SiPixelIsAliveCalibration.cfi,v 1.8 2008/02/22 14:27:46 fblekman Exp $ # # siPixelIsAliveCalibration = cms.EDFilter("SiPixelIsAliveCalibration", diff --git a/CalibTracker/SiPixelIsAliveCalibration/src/SiPixelIsAliveCalibration.cc b/CalibTracker/SiPixelIsAliveCalibration/src/SiPixelIsAliveCalibration.cc index fccb94ef44761..ba48f58186c43 100644 --- a/CalibTracker/SiPixelIsAliveCalibration/src/SiPixelIsAliveCalibration.cc +++ b/CalibTracker/SiPixelIsAliveCalibration/src/SiPixelIsAliveCalibration.cc @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Mon Dec 3 14:07:42 CET 2007 -// $Id: SiPixelIsAliveCalibration.cc,v 1.21 2008/09/18 11:25:17 krose Exp $ +// $Id: SiPixelIsAliveCalibration.cc,v 1.20 2008/04/17 11:47:05 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h b/CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h index c73d603fab26e..228652f097dd1 100644 --- a/CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h +++ b/CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h @@ -14,7 +14,7 @@ // // Original Author: Evan Klose Friis // Created: Tue Nov 13 13:59:09 CET 2007 -// $Id: SiPixelSCurveCalibrationAnalysis.h,v 1.18 2008/08/29 14:57:27 fblekman Exp $ +// $Id: SiPixelSCurveCalibrationAnalysis.h,v 1.17 2008/07/29 11:20:11 fblekman Exp $ // // diff --git a/CalibTracker/SiPixelTools/interface/SiPixelOfflineCalibAnalysisBase.h b/CalibTracker/SiPixelTools/interface/SiPixelOfflineCalibAnalysisBase.h index d3715c752e145..c819816f299f3 100644 --- a/CalibTracker/SiPixelTools/interface/SiPixelOfflineCalibAnalysisBase.h +++ b/CalibTracker/SiPixelTools/interface/SiPixelOfflineCalibAnalysisBase.h @@ -14,7 +14,7 @@ // Original Author: Evan Klose Friis // additions by: Freya Blekman // Created: Tue Nov 6 17:27:19 CET 2007 -// $Id: SiPixelOfflineCalibAnalysisBase.h,v 1.19 2011/06/29 10:29:35 eulisse Exp $ +// $Id: SiPixelOfflineCalibAnalysisBase.h,v 1.1 2010/08/10 08:46:12 ursl Exp $ // // diff --git a/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.cc b/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.cc index 8df0a210df9ff..ee166156cf3d1 100644 --- a/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.cc +++ b/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Evan Klose Friis // Created: Tue Nov 6 16:59:50 CET 2007 -// $Id: SiPixelCalibDigiFilter.cc,v 1.4 2010/08/10 09:06:13 ursl Exp $ +// $Id: SiPixelCalibDigiFilter.cc,v 1.3 2010/08/10 08:57:54 ursl Exp $ // // diff --git a/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.h b/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.h index 7cf575193753c..3a9c55872e7d4 100644 --- a/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.h +++ b/CalibTracker/SiPixelTools/plugins/SiPixelCalibDigiFilter.h @@ -13,7 +13,7 @@ // // Original Author: Evan Klose Friis // Created: Tue Nov 6 16:59:50 CET 2007 -// $Id: SiPixelCalibDigiFilter.h,v 1.1 2010/08/10 08:57:54 ursl Exp $ +// $Id: SiPixelCalibDigiFilter.h,v 1.3 2010/01/13 09:35:58 ursl Exp $ // // diff --git a/CalibTracker/SiPixelTools/plugins/SiPixelDQMRocLevelAnalyzer.h b/CalibTracker/SiPixelTools/plugins/SiPixelDQMRocLevelAnalyzer.h index 70e26d642ead4..621ee72687d61 100644 --- a/CalibTracker/SiPixelTools/plugins/SiPixelDQMRocLevelAnalyzer.h +++ b/CalibTracker/SiPixelTools/plugins/SiPixelDQMRocLevelAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Lukas Wehrli // Created: Thu Sep 30 14:03:02 CEST 2008 -// $Id: SiPixelDQMRocLevelAnalyzer.h,v 1.1 2010/08/10 08:57:54 ursl Exp $ +// $Id: SiPixelDQMRocLevelAnalyzer.h,v 1.3 2010/01/13 09:35:58 ursl Exp $ // // diff --git a/CalibTracker/SiPixelTools/plugins/SiPixelErrorsDigisToCalibDigis.cc b/CalibTracker/SiPixelTools/plugins/SiPixelErrorsDigisToCalibDigis.cc index 028f832e51c1f..545631e83d442 100644 --- a/CalibTracker/SiPixelTools/plugins/SiPixelErrorsDigisToCalibDigis.cc +++ b/CalibTracker/SiPixelTools/plugins/SiPixelErrorsDigisToCalibDigis.cc @@ -13,7 +13,7 @@ // // Original Author: Ricardo Vasquez Sierra // Created: Wed Apr 9 12:43:02 CEST 2008 -// $Id: SiPixelErrorsDigisToCalibDigis.cc,v 1.10 2010/08/10 09:06:13 ursl Exp $ +// $Id: SiPixelErrorsDigisToCalibDigis.cc,v 1.9 2010/08/10 08:57:54 ursl Exp $ // // diff --git a/CalibTracker/SiPixelTools/plugins/SiPixelFedFillerWordEventNumber.cc b/CalibTracker/SiPixelTools/plugins/SiPixelFedFillerWordEventNumber.cc index eeaeb7ea9753c..0c0f8b5bbf509 100755 --- a/CalibTracker/SiPixelTools/plugins/SiPixelFedFillerWordEventNumber.cc +++ b/CalibTracker/SiPixelTools/plugins/SiPixelFedFillerWordEventNumber.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Andres Carlos FLOREZ B // Created: Thu Jun 26 09:02:02 CEST 2008 -// $Id: SiPixelFedFillerWordEventNumber.cc,v 1.6 2011/07/01 07:05:03 eulisse Exp $ +// $Id: SiPixelFedFillerWordEventNumber.cc,v 1.5 2010/01/22 15:56:08 argiro Exp $ // // diff --git a/CalibTracker/SiPixelTools/src/SiPixelOfflineCalibAnalysisBase.cc b/CalibTracker/SiPixelTools/src/SiPixelOfflineCalibAnalysisBase.cc index 281a0e21e7bdd..26306425bd35a 100644 --- a/CalibTracker/SiPixelTools/src/SiPixelOfflineCalibAnalysisBase.cc +++ b/CalibTracker/SiPixelTools/src/SiPixelOfflineCalibAnalysisBase.cc @@ -14,7 +14,7 @@ // Original Author: Evan Klose Friis // additions by: Freya Blekman // Created: Tue Nov 6 17:27:19 CET 2007 -// $Id: SiPixelOfflineCalibAnalysisBase.cc,v 1.19 2011/06/29 10:29:36 eulisse Exp $ +// $Id: SiPixelOfflineCalibAnalysisBase.cc,v 1.2 2010/08/10 08:57:54 ursl Exp $ // // diff --git a/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.cc b/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.cc index d04a6af2beb9b..ee4fe05f9cc3e 100644 --- a/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.cc +++ b/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.cc @@ -3,7 +3,7 @@ // Class: SiStripGainCosmicCalculator // Original Author: G. Bruno, D. Kcira // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiStripGainCosmicCalculator.cc,v 1.13 2013/01/11 05:51:19 wmtan Exp $ +// $Id: SiStripGainCosmicCalculator.cc,v 1.12 2010/11/09 10:09:34 querten Exp $ #include "CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.h" #include "CalibTracker/Records/interface/SiStripDetCablingRcd.h" #include "CalibFormats/SiStripObjects/interface/SiStripDetCabling.h" diff --git a/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.h b/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.h index 2409705e70959..93ffda8c401d7 100644 --- a/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.h +++ b/CalibTracker/SiStripChannelGain/plugins/SiStripGainCosmicCalculator.h @@ -9,7 +9,7 @@ */ // Original Author: Dorian Kcira, Pierre Rodeghiero // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiStripGainCosmicCalculator.h,v 1.3 2013/01/11 05:51:19 wmtan Exp $ +// $Id: SiStripGainCosmicCalculator.h,v 1.2 2007/09/13 20:02:52 dkcira Exp $ #include "CommonTools/ConditionDBWriter/interface/ConditionDBWriter.h" #include "CondFormats/SiStripObjects/interface/SiStripApvGain.h" #include diff --git a/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.cc b/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.cc index 74fd5d4120eb9..dc92f67e35378 100644 --- a/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.cc +++ b/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.cc @@ -3,7 +3,7 @@ // Class: SiStripGainRandomCalculator // Original Author: G. Bruno // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiStripGainRandomCalculator.cc,v 1.7 2010/04/12 23:23:46 elmer Exp $ +// $Id: SiStripGainRandomCalculator.cc,v 1.6 2009/05/27 11:40:29 fabiocos Exp $ #include "CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.h b/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.h index f98a9e277e088..16d1c379ae77e 100644 --- a/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.h +++ b/CalibTracker/SiStripChannelGain/plugins/SiStripGainRandomCalculator.h @@ -15,7 +15,7 @@ // // Original Author: Dorian Kcira, Pierre Rodeghiero // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiStripGainRandomCalculator.h,v 1.1 2007/06/13 14:03:35 gbruno Exp $ +// $Id: SiStripGainRandomCalculator.h,v 1.3 2007/05/09 16:10:13 gbruno Exp $ // // diff --git a/CalibTracker/SiStripCommon/interface/ShallowTree.h b/CalibTracker/SiStripCommon/interface/ShallowTree.h index 684484bf01bd0..e0201f9ae8af3 100644 --- a/CalibTracker/SiStripCommon/interface/ShallowTree.h +++ b/CalibTracker/SiStripCommon/interface/ShallowTree.h @@ -15,8 +15,8 @@ * See the file doc/README for more detailed documentation, including * advantages, disadvantages, and use philosophy. * - * $Date: 2010/01/19 11:49:24 $ - * $Revision: 1.4 $ + * $Date: 2010/01/13 17:04:34 $ + * $Revision: 1.3 $ * \author Burt Betchart - University of Rochester */ diff --git a/CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h b/CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h index 74de26310a3ae..35093c8b26876 100644 --- a/CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h +++ b/CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h @@ -15,7 +15,7 @@ // // Original Author: G. Bruno // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiStripDetInfoFileReader.h,v 1.4 2008/09/19 16:53:10 giordano Exp $ +// $Id: SiStripDetInfoFileReader.h,v 1.3 2007/10/24 08:36:37 giordano Exp $ // // diff --git a/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.cc b/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.cc index 3ff70e6756be5..e4478d379725e 100644 --- a/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.cc +++ b/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.cc @@ -3,7 +3,7 @@ // Class: SiStripDetInfoFileWriter // Original Author: G. Bruno // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiStripDetInfoFileWriter.cc,v 1.3 2010/01/19 11:49:24 bbetchar Exp $ +// $Id: SiStripDetInfoFileWriter.cc,v 1.2 2008/01/22 19:16:28 muzaffar Exp $ #include "CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.h b/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.h index 8264adf8f519a..425fe048c9fd2 100644 --- a/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.h +++ b/CalibTracker/SiStripCommon/plugins/SiStripDetInfoFileWriter.h @@ -15,7 +15,7 @@ // // Original Author: G. Bruno // Created: Mon Nov 20 10:04:31 CET 2006 -// $Id: SiStripDetInfoFileWriter.h,v 1.2 2010/01/19 11:49:24 bbetchar Exp $ +// $Id: SiStripDetInfoFileWriter.h,v 1.1 2007/07/09 11:24:03 gbruno Exp $ // // diff --git a/CalibTracker/SiStripCommon/src/SiStripDetInfoFileReader.cc b/CalibTracker/SiStripCommon/src/SiStripDetInfoFileReader.cc index 018efb20aa6c9..309cf5660c0c7 100644 --- a/CalibTracker/SiStripCommon/src/SiStripDetInfoFileReader.cc +++ b/CalibTracker/SiStripCommon/src/SiStripDetInfoFileReader.cc @@ -3,7 +3,7 @@ // Class: SiStripDetInfoFileReader // Original Author: G. Bruno // Created: Mon May 20 10:04:31 CET 2007 -// $Id: SiStripDetInfoFileReader.cc,v 1.6 2009/06/09 18:31:52 elmer Exp $ +// $Id: SiStripDetInfoFileReader.cc,v 1.5 2008/09/19 16:53:10 giordano Exp $ #include "CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/CalibTracker/SiStripDCS/plugins/FilterTrackerOn.h b/CalibTracker/SiStripDCS/plugins/FilterTrackerOn.h index 290d20b1a5d06..08389157cba28 100644 --- a/CalibTracker/SiStripDCS/plugins/FilterTrackerOn.h +++ b/CalibTracker/SiStripDCS/plugins/FilterTrackerOn.h @@ -12,7 +12,7 @@ // // Original Author: Marco DE MATTIA // Created: 2010/03/10 10:51:00 -// $Id: FilterTrackerOn.h,v 1.2 2010/03/29 12:32:37 demattia Exp $ +// $Id: FilterTrackerOn.h,v 1.1 2010/03/10 17:30:52 demattia Exp $ // // diff --git a/CalibTracker/SiStripDCS/test/Synchronization/SyncDCSO2O.h b/CalibTracker/SiStripDCS/test/Synchronization/SyncDCSO2O.h index 0b3549ae9fb1a..d84e03fe6a996 100644 --- a/CalibTracker/SiStripDCS/test/Synchronization/SyncDCSO2O.h +++ b/CalibTracker/SiStripDCS/test/Synchronization/SyncDCSO2O.h @@ -11,7 +11,7 @@ // // Original Author: Marco DE MATTIA // Created: Tue Feb 9 15:38:18 CET 2010 -// $Id: SyncDCSO2O.h,v 1.2 2010/03/29 12:32:38 demattia Exp $ +// $Id: SyncDCSO2O.h,v 1.1 2010/02/17 11:53:40 demattia Exp $ // // diff --git a/CalibTracker/SiStripDCS/test/UnitTests/MasterTestSiStripDCS.cpp b/CalibTracker/SiStripDCS/test/UnitTests/MasterTestSiStripDCS.cpp index 335e368d8306f..76e0839095436 100644 --- a/CalibTracker/SiStripDCS/test/UnitTests/MasterTestSiStripDCS.cpp +++ b/CalibTracker/SiStripDCS/test/UnitTests/MasterTestSiStripDCS.cpp @@ -6,7 +6,7 @@ * class description: * * - * Version: $Id: MasterTestSiStripDCS.cpp,v 1.1 2010/01/18 12:26:26 demattia Exp $ + * Version: $Id: MasterTestSiStripDCS.cpp,v 0.0 2009/12/17 10:55:13 demattia Exp $ */ // In case this does not work anymore uncomment the rest diff --git a/CalibTracker/SiStripESProducers/plugins/fake/SiStripQualityFakeESSource.cc b/CalibTracker/SiStripESProducers/plugins/fake/SiStripQualityFakeESSource.cc index 017f95b3cb231..05678d1fd9888 100644 --- a/CalibTracker/SiStripESProducers/plugins/fake/SiStripQualityFakeESSource.cc +++ b/CalibTracker/SiStripESProducers/plugins/fake/SiStripQualityFakeESSource.cc @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Wed Oct 3 11:46:09 CEST 2007 -// $Id: SiStripQualityFakeESSource.cc,v 1.1 2008/02/06 17:04:16 bainbrid Exp $ +// $Id: SiStripQualityFakeESSource.cc,v 1.1 2007/10/08 17:34:22 giordano Exp $ // // diff --git a/CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc b/CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc index b31e4d01683a5..08b1a26f49041 100644 --- a/CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc +++ b/CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Loic Quertenmont inspired from the SiStripLorentzAngleDepESProducer // Created: 07/03/2013 -// $Id: SiStripBackPlaneCorrectionDepESProducer.cc,v 1.1 2013/03/15 11:24:03 querten Exp $ +// $Id: SiStripBackPlaneCorrectionDepESProducer.cc,v 1.0 2013/03/07 13:22:55 querten Exp $ // // diff --git a/CalibTracker/SiStripESProducers/plugins/real/SiStripDelayESProducer.cc b/CalibTracker/SiStripESProducers/plugins/real/SiStripDelayESProducer.cc index dcf088ac3ad90..5cf11041475e4 100644 --- a/CalibTracker/SiStripESProducers/plugins/real/SiStripDelayESProducer.cc +++ b/CalibTracker/SiStripESProducers/plugins/real/SiStripDelayESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: M. De Mattia // Created: 26/10/2010 -// $Id: SiStripDelayESProducer.cc,v 1.1 2010/10/26 14:55:59 demattia Exp $ +// $Id: SiStripDelayESProducer.cc,v 1.9 2010/02/09 08:39:33 demattia Exp $ // // diff --git a/CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc b/CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc index 757f879d3cf59..46346ccde0b36 100644 --- a/CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc +++ b/CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Segala and Rebeca Gonzalez Suarez // Created: 15/02/2011 -// $Id: SiStripLorentzAngleDepESProducer.cc,v 1.2 2011/03/16 13:22:55 rebeca Exp $ +// $Id: SiStripLorentzAngleDepESProducer.cc,v 1.1 2011/03/02 15:47:07 rebeca Exp $ // // diff --git a/CalibTracker/SiStripESProducers/plugins/real/SiStripQualityESProducer.cc b/CalibTracker/SiStripESProducers/plugins/real/SiStripQualityESProducer.cc index 48bc69ba86aaf..8195536e8085d 100644 --- a/CalibTracker/SiStripESProducers/plugins/real/SiStripQualityESProducer.cc +++ b/CalibTracker/SiStripESProducers/plugins/real/SiStripQualityESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Wed Oct 3 12:11:10 CEST 2007 -// $Id: SiStripQualityESProducer.cc,v 1.9 2010/02/09 08:39:33 demattia Exp $ +// $Id: SiStripQualityESProducer.cc,v 1.8 2009/10/20 15:11:45 demattia Exp $ // // diff --git a/CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h b/CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h index e29b0de7aa81f..06793f60d029b 100644 --- a/CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h +++ b/CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h @@ -13,7 +13,7 @@ // // Original Author: Gordon KAUSSEN // Created: Wed Jan 28 09:11:10 CEST 2009 -// $Id: SiStripBadAPVAlgorithmFromClusterOccupancy.h,v 1.7 2013/01/11 04:57:47 wmtan Exp $ +// $Id: SiStripBadAPVAlgorithmFromClusterOccupancy.h,v 1.6 2010/04/26 12:20:05 kaussen Exp $ // // diff --git a/CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h b/CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h index 3b2864d215fb1..43b0f87a708c4 100644 --- a/CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h +++ b/CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h @@ -13,7 +13,7 @@ // // Original Author: Gordon KAUSSEN // Created: Wed Jan 28 09:11:10 CEST 2009 -// $Id: SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h,v 1.3 2013/01/11 04:57:47 wmtan Exp $ +// $Id: SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h,v 1.2 2011/02/14 18:19:38 kaussen Exp $ // // diff --git a/CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h b/CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h index b36787c162e46..1c4bc7fc863d3 100644 --- a/CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h +++ b/CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Wed Oct 3 12:11:10 CEST 2007 -// $Id: SiStripHotStripAlgorithmFromClusterOccupancy.h,v 1.10 2013/01/11 04:57:47 wmtan Exp $ +// $Id: SiStripHotStripAlgorithmFromClusterOccupancy.h,v 1.9 2010/11/04 14:12:13 muzaffar Exp $ // // diff --git a/CalibTracker/SiStripQuality/plugins/SiStripQualityStatistics.cc b/CalibTracker/SiStripQuality/plugins/SiStripQualityStatistics.cc index c5e725762bfcc..4107ca1dc0be5 100644 --- a/CalibTracker/SiStripQuality/plugins/SiStripQualityStatistics.cc +++ b/CalibTracker/SiStripQuality/plugins/SiStripQualityStatistics.cc @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Wed Oct 3 12:11:10 CEST 2007 -// $Id: SiStripQualityStatistics.cc,v 1.16 2013/01/11 05:01:23 wmtan Exp $ +// $Id: SiStripQualityStatistics.cc,v 1.15 2009/11/30 11:23:27 giordano Exp $ // // #include "CalibTracker/Records/interface/SiStripQualityRcd.h" diff --git a/Calibration/EcalAlCaRecoProducers/interface/AlCaECALRecHitReducer.h b/Calibration/EcalAlCaRecoProducers/interface/AlCaECALRecHitReducer.h index 48db655bfdc54..6db8d0d96507a 100644 --- a/Calibration/EcalAlCaRecoProducers/interface/AlCaECALRecHitReducer.h +++ b/Calibration/EcalAlCaRecoProducers/interface/AlCaECALRecHitReducer.h @@ -17,7 +17,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Mon Jul 17 18:07:01 CEST 2006 -// $Id: AlCaECALRecHitReducer.h,v 1.1 2012/07/12 18:49:41 shervin Exp $ +// $Id: AlCaECALRecHitReducer.h,v 1.13 2010/02/11 00:10:34 wmtan Exp $ // // diff --git a/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalPhiSym_cff.py b/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalPhiSym_cff.py index 4dc2645995bc4..e315d0c354202 100644 --- a/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalPhiSym_cff.py +++ b/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalPhiSym_cff.py @@ -6,7 +6,7 @@ # # Passes events that are coming from the online phi-symmetry stream # -# Id: $Id: alcastreamEcalPhiSym_cff.py,v 1.9 2010/01/08 15:45:42 argiro Exp $ +# Id: $Id: alcastreamEcalPhiSym_cff.py,v 1.8 2009/04/23 11:57:48 beaucero Exp $ # import FWCore.ParameterSet.Config as cms diff --git a/Calibration/EcalCalibAlgos/interface/EcalEleCalibLooper.h b/Calibration/EcalCalibAlgos/interface/EcalEleCalibLooper.h index dcfb40e321231..aeb61fc953e40 100644 --- a/Calibration/EcalCalibAlgos/interface/EcalEleCalibLooper.h +++ b/Calibration/EcalCalibAlgos/interface/EcalEleCalibLooper.h @@ -2,8 +2,8 @@ * \file EcalEleCalibLooper.h * \class EcalEleCalibLooper * \brief ECAL TB 2006 calibration with matrix inversion technique - * $Date: 2010/01/18 21:31:47 $ - * $Revision: 1.5 $ + * $Date: 2009/02/11 15:46:48 $ + * $Revision: 1.4 $ * \author * */ diff --git a/Calibration/EcalCalibAlgos/interface/ElectronCalibration.h b/Calibration/EcalCalibAlgos/interface/ElectronCalibration.h index 3820d2ad652fe..159a6aacaee53 100644 --- a/Calibration/EcalCalibAlgos/interface/ElectronCalibration.h +++ b/Calibration/EcalCalibAlgos/interface/ElectronCalibration.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO, Radek Ofierzynski // Created: Tue Jul 18 12:17:01 CEST 2006 -// $Id: ElectronCalibration.h,v 1.11 2010/07/30 02:40:20 wmtan Exp $ +// $Id: ElectronCalibration.h,v 1.10 2010/01/04 15:07:17 ferriff Exp $ // // diff --git a/Calibration/EcalCalibAlgos/interface/ElectronCalibrationUniv.h b/Calibration/EcalCalibAlgos/interface/ElectronCalibrationUniv.h index 3b641419dc4aa..3b6d0b38315ea 100644 --- a/Calibration/EcalCalibAlgos/interface/ElectronCalibrationUniv.h +++ b/Calibration/EcalCalibAlgos/interface/ElectronCalibrationUniv.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO, Radek Ofierzynski // Created: Tue Jul 18 12:17:01 CEST 2006 -// $Id: ElectronCalibrationUniv.h,v 1.7 2011/01/13 18:28:26 beaucero Exp $ +// $Id: ElectronCalibrationUniv.h,v 1.6 2010/07/30 02:40:20 wmtan Exp $ // // diff --git a/Calibration/EcalCalibAlgos/interface/IMACalibBlock.h b/Calibration/EcalCalibAlgos/interface/IMACalibBlock.h index 3fff10d28e977..a3311264a49c1 100644 --- a/Calibration/EcalCalibAlgos/interface/IMACalibBlock.h +++ b/Calibration/EcalCalibAlgos/interface/IMACalibBlock.h @@ -18,10 +18,10 @@ \brief element for the single ECAL block intercalibration - $Date: 2009/02/11 15:46:48 $ - $Revision: 1.4 $ - $Id: IMACalibBlock.h,v 1.4 2009/02/11 15:46:48 presotto Exp $ - \author $Author: presotto $ + $Date: 2008/09/05 08:55:42 $ + $Revision: 1.3 $ + $Id: IMACalibBlock.h,v 1.3 2008/09/05 08:55:42 govoni Exp $ + \author $Author: govoni $ */ class IMACalibBlock : public VEcalCalibBlock { diff --git a/Calibration/EcalCalibAlgos/interface/InvRingCalib.h b/Calibration/EcalCalibAlgos/interface/InvRingCalib.h index c8a0ebe587baf..873b6499d2018 100644 --- a/Calibration/EcalCalibAlgos/interface/InvRingCalib.h +++ b/Calibration/EcalCalibAlgos/interface/InvRingCalib.h @@ -2,8 +2,8 @@ * \file InvRingCalib.h * \class InvRingCalib * \brief ECAL TB 2006 calibration with matrix inversion technique - * $Date: 2010/01/18 21:31:47 $ - * $Revision: 1.5 $ + * $Date: 2009/02/11 15:46:48 $ + * $Revision: 1.4 $ * \author * */ diff --git a/Calibration/EcalCalibAlgos/interface/L3CalibBlock.h b/Calibration/EcalCalibAlgos/interface/L3CalibBlock.h index 61716198a2da8..e797cd3b9032b 100644 --- a/Calibration/EcalCalibAlgos/interface/L3CalibBlock.h +++ b/Calibration/EcalCalibAlgos/interface/L3CalibBlock.h @@ -20,10 +20,10 @@ \brief interface to the L3Univ class for testing - $Date: 2009/02/11 15:46:48 $ - $Revision: 1.4 $ - $Id: L3CalibBlock.h,v 1.4 2009/02/11 15:46:48 presotto Exp $ - \author $Author: presotto $ + $Date: 2008/09/05 08:55:42 $ + $Revision: 1.3 $ + $Id: L3CalibBlock.h,v 1.3 2008/09/05 08:55:42 govoni Exp $ + \author $Author: govoni $ */ class L3CalibBlock : public VEcalCalibBlock { diff --git a/Calibration/EcalCalibAlgos/interface/VEcalCalibBlock.h b/Calibration/EcalCalibAlgos/interface/VEcalCalibBlock.h index c47a2bfecc95d..d24e7882e215b 100644 --- a/Calibration/EcalCalibAlgos/interface/VEcalCalibBlock.h +++ b/Calibration/EcalCalibAlgos/interface/VEcalCalibBlock.h @@ -9,10 +9,10 @@ /** \class VEcalCalibBlock \brief element for the single ECAL block intercalibration - $Date: 2008/11/14 11:38:45 $ - $Revision: 1.4 $ - $Id: VEcalCalibBlock.h,v 1.4 2008/11/14 11:38:45 presotto Exp $ - \author $Author: presotto $ + $Date: 2008/09/05 08:55:42 $ + $Revision: 1.3 $ + $Id: VEcalCalibBlock.h,v 1.3 2008/09/05 08:55:42 govoni Exp $ + \author $Author: govoni $ */ class VEcalCalibBlock { diff --git a/Calibration/EcalCalibAlgos/interface/ZeeCalibration.h b/Calibration/EcalCalibAlgos/interface/ZeeCalibration.h index 02005454e58ba..50fba075e4934 100644 --- a/Calibration/EcalCalibAlgos/interface/ZeeCalibration.h +++ b/Calibration/EcalCalibAlgos/interface/ZeeCalibration.h @@ -14,7 +14,7 @@ */ // -// $Id: ZeeCalibration.h,v 1.15 2012/02/09 08:01:42 eulisse Exp $ +// $Id: ZeeCalibration.h,v 1.13 2010/02/16 22:47:45 wdd Exp $ // // diff --git a/Calibration/EcalCalibAlgos/interface/ZeePlots.h b/Calibration/EcalCalibAlgos/interface/ZeePlots.h index deba7760044c2..c5f21a72ddbfe 100644 --- a/Calibration/EcalCalibAlgos/interface/ZeePlots.h +++ b/Calibration/EcalCalibAlgos/interface/ZeePlots.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO, Radek Ofierzynski // Created: Tue Jul 18 12:17:01 CEST 2006 -// $Id: ZeePlots.h,v 1.7 2010/07/30 02:40:20 wmtan Exp $ +// $Id: ZeePlots.h,v 1.6 2009/11/30 12:53:53 elmer Exp $ // // diff --git a/Calibration/EcalCalibAlgos/interface/ZeeRescaleFactorPlots.h b/Calibration/EcalCalibAlgos/interface/ZeeRescaleFactorPlots.h index b9003f06e83e2..e88c2fb15c194 100644 --- a/Calibration/EcalCalibAlgos/interface/ZeeRescaleFactorPlots.h +++ b/Calibration/EcalCalibAlgos/interface/ZeeRescaleFactorPlots.h @@ -16,7 +16,7 @@ // // Original Author: Lorenzo AGOSTINO, Radek Ofierzynski // Created: Tue Jul 18 12:17:01 CEST 2006 -// $Id: ZeeRescaleFactorPlots.h,v 1.6 2012/02/09 08:01:42 eulisse Exp $ +// $Id: ZeeRescaleFactorPlots.h,v 1.4 2009/01/09 10:23:04 saout Exp $ // // diff --git a/Calibration/EcalCalibAlgos/interface/miscalibExample.h b/Calibration/EcalCalibAlgos/interface/miscalibExample.h index ec3655b5d57c1..b629d35c5d448 100644 --- a/Calibration/EcalCalibAlgos/interface/miscalibExample.h +++ b/Calibration/EcalCalibAlgos/interface/miscalibExample.h @@ -9,7 +9,7 @@ \\\author: Lorenzo Agostino, September 2006 */ // -// $Id: miscalibExample.h,v 1.2 2010/01/04 15:07:17 ferriff Exp $ +// $Id: miscalibExample.h,v 1.1 2006/09/19 08:38:23 lorenzo Exp $ // diff --git a/Calibration/EcalCalibAlgos/src/IMACalibBlock.cc b/Calibration/EcalCalibAlgos/src/IMACalibBlock.cc index 8bd5a1d6246fb..dfef5c1308dfa 100644 --- a/Calibration/EcalCalibAlgos/src/IMACalibBlock.cc +++ b/Calibration/EcalCalibAlgos/src/IMACalibBlock.cc @@ -1,8 +1,8 @@ /** - $Date: 2012/12/06 09:46:42 $ - $Revision: 1.12 $ - $Id: IMACalibBlock.cc,v 1.12 2012/12/06 09:46:42 eulisse Exp $ - \author $Author: eulisse $ + $Date: 2011/06/30 10:10:52 $ + $Revision: 1.11 $ + $Id: IMACalibBlock.cc,v 1.11 2011/06/30 10:10:52 muzaffar Exp $ + \author $Author: muzaffar $ */ #include "Calibration/EcalCalibAlgos/interface/IMACalibBlock.h" diff --git a/Calibration/EcalCalibAlgos/src/L3CalibBlock.cc b/Calibration/EcalCalibAlgos/src/L3CalibBlock.cc index b945c6c4bd9bd..7adb61ec17c63 100644 --- a/Calibration/EcalCalibAlgos/src/L3CalibBlock.cc +++ b/Calibration/EcalCalibAlgos/src/L3CalibBlock.cc @@ -1,8 +1,8 @@ /** - $Date: 2008/11/14 11:40:34 $ - $Revision: 1.4 $ - $Id: L3CalibBlock.cc,v 1.4 2008/11/14 11:40:34 presotto Exp $ - \author $Author: presotto $ + $Date: 2008/09/05 08:55:42 $ + $Revision: 1.3 $ + $Id: L3CalibBlock.cc,v 1.3 2008/09/05 08:55:42 govoni Exp $ + \author $Author: govoni $ */ #include "Calibration/EcalCalibAlgos/interface/L3CalibBlock.h" diff --git a/Calibration/EcalCalibAlgos/src/miscalibExample.cc b/Calibration/EcalCalibAlgos/src/miscalibExample.cc index cb83c41223140..f306f7d6024f3 100644 --- a/Calibration/EcalCalibAlgos/src/miscalibExample.cc +++ b/Calibration/EcalCalibAlgos/src/miscalibExample.cc @@ -13,7 +13,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Tue Jul 18 12:17:01 CEST 2006 -// $Id: miscalibExample.cc,v 1.8 2010/01/14 22:21:39 wmtan Exp $ +// $Id: miscalibExample.cc,v 1.7 2010/01/04 15:07:18 ferriff Exp $ // // diff --git a/Calibration/EcalTBTools/interface/TB06Reco.h b/Calibration/EcalTBTools/interface/TB06Reco.h index 41b2a12d3ae9d..2b9f788fa99bc 100644 --- a/Calibration/EcalTBTools/interface/TB06Reco.h +++ b/Calibration/EcalTBTools/interface/TB06Reco.h @@ -3,9 +3,9 @@ /** \class TB06Reco compact reco dataset for ECAL TB 2006 data - $Date: 2006/08/15 10:21:23 $ - $Revision: 1.2 $ - $Id: TB06Reco.h,v 1.2 2006/08/15 10:21:23 govoni Exp $ + $Date: 2006/08/01 09:45:13 $ + $Revision: 1.1 $ + $Id: TB06Reco.h,v 1.1 2006/08/01 09:45:13 govoni Exp $ \author $Author: govoni $ */ diff --git a/Calibration/EcalTBTools/interface/TB06RecoH2.h b/Calibration/EcalTBTools/interface/TB06RecoH2.h index 43eb93124d00e..2570b7ccee4d9 100644 --- a/Calibration/EcalTBTools/interface/TB06RecoH2.h +++ b/Calibration/EcalTBTools/interface/TB06RecoH2.h @@ -3,10 +3,10 @@ /** \class TB06RecoH2 compact reco dataset for ECAL TB 2006 data - $Date: 2007/02/02 12:16:26 $ - $Revision: 1.1 $ - $Id: TB06RecoH2.h,v 1.1 2007/02/02 12:16:26 delre Exp $ - \author $Author: delre $ + $Date: 2006/08/15 10:21:23 $ + $Revision: 1.2 $ + $Id: TB06RecoH2.h,v 1.2 2006/08/15 10:21:23 govoni Exp $ + \author $Author: govoni $ */ #include "TObject.h" diff --git a/Calibration/EcalTBTools/src/TB06Reco.cc b/Calibration/EcalTBTools/src/TB06Reco.cc index 63f3b0c603a6e..ea7f811f31fa1 100644 --- a/Calibration/EcalTBTools/src/TB06Reco.cc +++ b/Calibration/EcalTBTools/src/TB06Reco.cc @@ -1,9 +1,9 @@ #include "Calibration/EcalTBTools/interface/TB06Reco.h" /* - $Date: 2006/08/15 10:21:24 $ - $Revision: 1.2 $ - $Id: TB06Reco.cc,v 1.2 2006/08/15 10:21:24 govoni Exp $ + $Date: 2006/08/01 09:45:13 $ + $Revision: 1.1 $ + $Id: TB06Reco.cc,v 1.1 2006/08/01 09:45:13 govoni Exp $ $Author: govoni $ */ diff --git a/Calibration/EcalTBTools/src/TB06RecoH2.cc b/Calibration/EcalTBTools/src/TB06RecoH2.cc index 5d4bc9b88e7e9..910d12037b327 100644 --- a/Calibration/EcalTBTools/src/TB06RecoH2.cc +++ b/Calibration/EcalTBTools/src/TB06RecoH2.cc @@ -1,10 +1,10 @@ #include "Calibration/EcalTBTools/interface/TB06RecoH2.h" /* - $Date: 2007/02/02 12:16:26 $ - $Revision: 1.1 $ - $Id: TB06RecoH2.cc,v 1.1 2007/02/02 12:16:26 delre Exp $ - $Author: delre $ + $Date: 2006/08/15 10:21:24 $ + $Revision: 1.2 $ + $Id: TB06RecoH2.cc,v 1.2 2006/08/15 10:21:24 govoni Exp $ + $Author: govoni $ */ //FIXME ClassImp (TB06RecoH2) diff --git a/Calibration/HcalAlCaRecoProducers/plugins/PrescalerFHN.cc b/Calibration/HcalAlCaRecoProducers/plugins/PrescalerFHN.cc index a0503ce97c0e5..963fbb0b6a90b 100644 --- a/Calibration/HcalAlCaRecoProducers/plugins/PrescalerFHN.cc +++ b/Calibration/HcalAlCaRecoProducers/plugins/PrescalerFHN.cc @@ -13,7 +13,7 @@ // // Original Author: Kenneth Case Rossato // Created: Wed Mar 25 13:05:10 CET 2008 -// $Id: PrescalerFHN.cc,v 1.4 2010/02/16 22:24:16 wdd Exp $ +// $Id: PrescalerFHN.cc,v 1.3 2010/02/11 00:10:37 wmtan Exp $ // // // modified to PrecalerFHN by Grigory Safronov 27/03/09 diff --git a/Calibration/HcalAlCaRecoProducers/src/AlCaHOCalibProducer.cc b/Calibration/HcalAlCaRecoProducers/src/AlCaHOCalibProducer.cc index 8176b83b86aac..cb6667cdfa699 100644 --- a/Calibration/HcalAlCaRecoProducers/src/AlCaHOCalibProducer.cc +++ b/Calibration/HcalAlCaRecoProducers/src/AlCaHOCalibProducer.cc @@ -53,7 +53,7 @@ Ring 0 L0 : Width Tray 6:266.6, 5&4:325.6, 3:330.6, 2:341.6, 1:272.6 // // Original Author: Gobinda Majumder // Created: Fri Jul 6 17:17:21 CEST 2007 -// $Id: AlCaHOCalibProducer.cc,v 1.27 2012/12/26 15:36:24 innocent Exp $ +// $Id: AlCaHOCalibProducer.cc,v 1.26 2012/11/02 14:24:42 dlange Exp $ // // diff --git a/Calibration/HcalCalibAlgos/interface/CommonUsefulStuff.h b/Calibration/HcalCalibAlgos/interface/CommonUsefulStuff.h index 1918f6d527ed2..b1df1ee840d58 100644 --- a/Calibration/HcalCalibAlgos/interface/CommonUsefulStuff.h +++ b/Calibration/HcalCalibAlgos/interface/CommonUsefulStuff.h @@ -1,7 +1,7 @@ #ifndef CommonUsefulStuff_h #define CommonUsefulStuff_h -// $Id: CommonUsefulStuff.h,v 1.3 2010/03/16 23:25:48 andrey Exp $ +// $Id: CommonUsefulStuff.h,v 1.2 2010/03/06 18:40:33 andrey Exp $ #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/Calibration/HcalCalibAlgos/interface/hcalCalib.h b/Calibration/HcalCalibAlgos/interface/hcalCalib.h index b831244052fca..244ed1f4a1ac0 100644 --- a/Calibration/HcalCalibAlgos/interface/hcalCalib.h +++ b/Calibration/HcalCalibAlgos/interface/hcalCalib.h @@ -9,7 +9,7 @@ // Anton Anastassov (Northwestern) // Email: aa@fnal.gov // -// $Id: hcalCalib.h,v 1.6 2012/11/12 21:08:17 dlange Exp $ +// $Id: hcalCalib.h,v 1.5 2009/10/26 01:48:57 anastass Exp $ // /////////////////////////////////////////////////////////////// diff --git a/Calibration/HcalCalibAlgos/plugins/HcalCorrPFCalculation.cc b/Calibration/HcalCalibAlgos/plugins/HcalCorrPFCalculation.cc index c46e2c33c9fbc..fb102614b7d7a 100755 --- a/Calibration/HcalCalibAlgos/plugins/HcalCorrPFCalculation.cc +++ b/Calibration/HcalCalibAlgos/plugins/HcalCorrPFCalculation.cc @@ -1,4 +1,4 @@ -// $Id: HcalCorrPFCalculation.cc,v 1.30 2012/12/26 15:46:48 innocent Exp $ +// $Id: HcalCorrPFCalculation.cc,v 1.29 2012/09/28 16:27:32 wdd Exp $ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/Calibration/HcalCalibAlgos/plugins/ValidIsoTrkCalib.cc b/Calibration/HcalCalibAlgos/plugins/ValidIsoTrkCalib.cc index 1ba710a28f6ad..0d07f539236f4 100644 --- a/Calibration/HcalCalibAlgos/plugins/ValidIsoTrkCalib.cc +++ b/Calibration/HcalCalibAlgos/plugins/ValidIsoTrkCalib.cc @@ -15,7 +15,7 @@ See the twiki page for details: // // Original Author: Andrey Pozdnyakov // Created: Tue Nov 4 01:16:05 CET 2008 -// $Id: ValidIsoTrkCalib.cc,v 1.14 2012/11/12 21:08:18 dlange Exp $ +// $Id: ValidIsoTrkCalib.cc,v 1.13 2010/03/09 01:14:48 andrey Exp $ // // system include files diff --git a/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.cc b/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.cc index 30c6bb5fbdbe9..7e306393d36c0 100644 --- a/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.cc +++ b/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.cc @@ -13,7 +13,7 @@ // // Original Author: Grigory SAFRONOV, Sergey PETRUSHANKO // Created: Tue Oct 14 16:10:31 CEST 2008 -// $Id: ValidationHcalIsoTrackAlCaReco.cc,v 1.4 2012/09/28 16:27:32 wdd Exp $ +// $Id: ValidationHcalIsoTrackAlCaReco.cc,v 1.3 2010/01/22 19:34:19 argiro Exp $ // // diff --git a/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.h b/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.h index a3eadaaf51915..823fe0a02252d 100644 --- a/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.h +++ b/Calibration/HcalCalibAlgos/plugins/ValidationHcalIsoTrackAlCaReco.h @@ -13,7 +13,7 @@ // // Original Author: Grigory SAFRONOV, Sergey PETRUSHANKO // Created: Tue Oct 14 16:10:31 CEST 2008 -// $Id: ValidationHcalIsoTrackAlCaReco.h,v 1.3 2012/09/28 16:27:32 wdd Exp $ +// $Id: ValidationHcalIsoTrackAlCaReco.h,v 1.2 2010/01/11 16:40:13 kodolova Exp $ // // diff --git a/Calibration/HcalCalibAlgos/src/HOCalibAnalyzer.cc b/Calibration/HcalCalibAlgos/src/HOCalibAnalyzer.cc index d1387f1af9e6d..842c1f2feed8f 100644 --- a/Calibration/HcalCalibAlgos/src/HOCalibAnalyzer.cc +++ b/Calibration/HcalCalibAlgos/src/HOCalibAnalyzer.cc @@ -13,8 +13,8 @@ // // Original Author: Gobinda Majumder // Created: Sat Jul 7 09:51:31 CEST 2007 -// $Id: HOCalibAnalyzer.cc,v 1.12 2012/09/27 20:32:04 wdd Exp $ -// $Id: HOCalibAnalyzer.cc,v 1.12 2012/09/27 20:32:04 wdd Exp $ +// $Id: HOCalibAnalyzer.cc,v 1.11 2010/08/11 13:37:54 elmer Exp $ +// $Id: HOCalibAnalyzer.cc,v 1.11 2010/08/11 13:37:54 elmer Exp $ // // diff --git a/Calibration/HcalCalibAlgos/src/HcalCalibrator.cc b/Calibration/HcalCalibAlgos/src/HcalCalibrator.cc index 022e4085f6baf..0d3cfb4c600dc 100644 --- a/Calibration/HcalCalibAlgos/src/HcalCalibrator.cc +++ b/Calibration/HcalCalibAlgos/src/HcalCalibrator.cc @@ -19,7 +19,7 @@ to the actual calibration code in "endJob()". // // Original Author: "Anton Anastassov" // Created: Tue Sept 24 09:13:48 CDT 2008 -// $Id: HcalCalibrator.cc,v 1.7 2012/11/12 21:08:18 dlange Exp $ +// $Id: HcalCalibrator.cc,v 1.6 2010/11/04 14:09:07 muzaffar Exp $ // // //_________________________________________________________________________________ diff --git a/Calibration/HcalCalibAlgos/src/HcalIsoTrkAnalyzer.cc b/Calibration/HcalCalibAlgos/src/HcalIsoTrkAnalyzer.cc index fc65a50306240..a47b7f6b56c2f 100644 --- a/Calibration/HcalCalibAlgos/src/HcalIsoTrkAnalyzer.cc +++ b/Calibration/HcalCalibAlgos/src/HcalIsoTrkAnalyzer.cc @@ -14,7 +14,7 @@ // Original Authors: Andrey Pozdnyakov, Sergey Petrushanko, // Grigory Safronov, Olga Kodolova // Created: Thu Jul 12 18:12:19 CEST 2007 -// $Id: HcalIsoTrkAnalyzer.cc,v 1.27 2012/11/12 21:08:18 dlange Exp $ +// $Id: HcalIsoTrkAnalyzer.cc,v 1.26 2011/12/21 08:27:47 eulisse Exp $ // // diff --git a/Calibration/HcalCalibAlgos/src/hcalCalib.cc b/Calibration/HcalCalibAlgos/src/hcalCalib.cc index 2e5f74909df17..5e921c80be3ae 100644 --- a/Calibration/HcalCalibAlgos/src/hcalCalib.cc +++ b/Calibration/HcalCalibAlgos/src/hcalCalib.cc @@ -6,7 +6,7 @@ // Anton Anastassov (Northwestern) // Email: aa@fnal.gov // -// $Id: hcalCalib.cc,v 1.9 2012/11/12 21:08:18 dlange Exp $ +// $Id: hcalCalib.cc,v 1.8 2010/10/03 20:38:58 elmer Exp $ // #include "Calibration/HcalCalibAlgos/interface/hcalCalib.h" diff --git a/Calibration/HcalConnectivity/src/HcalCableMapper.cc b/Calibration/HcalConnectivity/src/HcalCableMapper.cc index 749b142c4f618..9eb0e0e8e7fa5 100644 --- a/Calibration/HcalConnectivity/src/HcalCableMapper.cc +++ b/Calibration/HcalConnectivity/src/HcalCableMapper.cc @@ -8,7 +8,7 @@ using namespace std; -/*$Date: 2012/08/05 22:53:25 $ +/*$Date: 2012/01/11 16:20:48 $ version 3.1 02-13-07 author Kevin Klapoetke - Minnesota*/ diff --git a/Calibration/HcalIsolatedTrackReco/src/EcalIsolatedParticleCandidateProducer.cc b/Calibration/HcalIsolatedTrackReco/src/EcalIsolatedParticleCandidateProducer.cc index 73eef93e279e1..73ad4000e5d2d 100644 --- a/Calibration/HcalIsolatedTrackReco/src/EcalIsolatedParticleCandidateProducer.cc +++ b/Calibration/HcalIsolatedTrackReco/src/EcalIsolatedParticleCandidateProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Grigory Safronov // Created: Thu Jun 7 17:21:58 MSD 2007 -// $Id: EcalIsolatedParticleCandidateProducer.cc,v 1.9 2010/01/13 22:25:52 wmtan Exp $ +// $Id: EcalIsolatedParticleCandidateProducer.cc,v 1.8 2008/05/13 20:51:01 heltsley Exp $ // // diff --git a/Calibration/IsolatedParticles/plugins/IsoTrig.cc b/Calibration/IsolatedParticles/plugins/IsoTrig.cc index 0c546c2d60a09..0d04f761250e3 100644 --- a/Calibration/IsolatedParticles/plugins/IsoTrig.cc +++ b/Calibration/IsolatedParticles/plugins/IsoTrig.cc @@ -13,7 +13,7 @@ v Description: [one line class summary] // // Original Author: Ruchi Gupta // Created: Fri May 25 12:02:48 CDT 2012 -// $Id: IsoTrig.cc,v 1.1 2012/10/10 15:04:59 sunanda Exp $ +// $Id$ // // #include "IsoTrig.h" diff --git a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotFromDB.h b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotFromDB.h index bc73d8668f336..f10b1910fae7b 100644 --- a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotFromDB.h +++ b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotFromDB.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: AlcaBeamSpotFromDB.h,v 1.2 2013/05/17 20:25:10 chrjones Exp $ + version $Id: AlcaBeamSpotFromDB.h,v 1.1 2010/06/21 18:02:19 yumiceva Exp $ ________________________________________________________________**/ diff --git a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotHarvester.h b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotHarvester.h index 4f230d6894a98..585a211fb4403 100644 --- a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotHarvester.h +++ b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotHarvester.h @@ -4,8 +4,8 @@ /** \class AlcaBeamSpotHarvester * No description available. * - * $Date: 2011/02/16 12:40:30 $ - * $Revision: 1.6 $ + * $Date: 2010/10/07 17:09:10 $ + * $Revision: 1.5 $ * \author L. Uplegger F. Yumiceva - Fermilab */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotManager.h b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotManager.h index 0722e08c94f91..a0e7f7b70d2ea 100644 --- a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotManager.h +++ b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotManager.h @@ -4,8 +4,8 @@ /** \class AlcaBeamSpotManager * No description available. * - * $Date: 2010/06/30 20:49:56 $ - * $Revision: 1.2 $ + * $Date: 2010/06/21 18:02:19 $ + * $Revision: 1.1 $ * \author L. Uplegger F. Yumiceva - Fermilab */ diff --git a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotProducer.h b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotProducer.h index 71b8364090fd6..061ae6ad7c9a0 100644 --- a/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotProducer.h +++ b/Calibration/TkAlCaRecoProducers/interface/AlcaBeamSpotProducer.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: AlcaBeamSpotProducer.h,v 1.2 2013/05/17 20:25:10 chrjones Exp $ + version $Id: AlcaBeamSpotProducer.h,v 1.1 2010/06/21 18:02:19 yumiceva Exp $ ________________________________________________________________**/ diff --git a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotFromDB.cc b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotFromDB.cc index c67c028b84743..413c482ccb552 100644 --- a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotFromDB.cc +++ b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotFromDB.cc @@ -6,7 +6,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: AlcaBeamSpotFromDB.cc,v 1.4 2013/05/17 20:25:11 chrjones Exp $ + version $Id: AlcaBeamSpotFromDB.cc,v 1.3 2010/07/20 02:58:20 wmtan Exp $ ________________________________________________________________**/ diff --git a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotHarvester.cc b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotHarvester.cc index 0c547b1bfd1b1..5e6dc047b13bd 100644 --- a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotHarvester.cc +++ b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotHarvester.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/02/16 12:40:30 $ - * $Revision: 1.10 $ + * $Date: 2010/10/14 12:42:57 $ + * $Revision: 1.9 $ * \author L. Uplegger F. Yumiceva - Fermilab */ diff --git a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotProducer.cc b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotProducer.cc index 3e5e4cde18f1c..57fc52d364bd4 100644 --- a/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotProducer.cc +++ b/Calibration/TkAlCaRecoProducers/plugins/AlcaBeamSpotProducer.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: AlcaBeamSpotProducer.cc,v 1.4 2013/05/17 20:25:11 chrjones Exp $ + version $Id: AlcaBeamSpotProducer.cc,v 1.3 2011/03/02 20:20:00 uplegger Exp $ ________________________________________________________________**/ diff --git a/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.cc b/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.cc index 0ba2b1175b6dc..618da6f8da238 100644 --- a/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.cc +++ b/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/03/03 09:32:46 $ - * $Revision: 1.2 $ + * $Date: 2011/02/16 12:40:30 $ + * $Revision: 1.1 $ * \author G. Cerminara - CERN */ diff --git a/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.h b/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.h index fc32c0800de0f..8b4c65b28b98e 100644 --- a/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.h +++ b/Calibration/TkAlCaRecoProducers/plugins/PCLMetadataWriter.h @@ -4,8 +4,8 @@ /** \class PCLMetadataWriter * No description available. * - * $Date: 2011/03/03 09:32:46 $ - * $Revision: 1.2 $ + * $Date: 2011/02/16 12:40:30 $ + * $Revision: 1.1 $ * \author G. Cerminara - CERN */ diff --git a/Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc b/Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc index 7b5ea5b05aa0b..d779c1cc42e09 100644 --- a/Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc +++ b/Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc @@ -1,8 +1,8 @@ /** \class AlcaBeamSpotManager * No description available. * - * $Date: 2011/04/07 14:51:32 $ - * $Revision: 1.8 $ + * $Date: 2011/04/06 23:03:16 $ + * $Revision: 1.6.2.1 $ * \author L. Uplegger F. Yumiceva - Fermilab */ diff --git a/Calibration/TkAlCaRecoProducers/test/Alca_BeamSpot_Harvester.py b/Calibration/TkAlCaRecoProducers/test/Alca_BeamSpot_Harvester.py index 2ca282e50b626..3193d83a457ad 100644 --- a/Calibration/TkAlCaRecoProducers/test/Alca_BeamSpot_Harvester.py +++ b/Calibration/TkAlCaRecoProducers/test/Alca_BeamSpot_Harvester.py @@ -51,7 +51,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('step3 nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Calibration/Tools/interface/BlockSolver.h b/Calibration/Tools/interface/BlockSolver.h index 859a0acb52b1e..93255987ce01e 100644 --- a/Calibration/Tools/interface/BlockSolver.h +++ b/Calibration/Tools/interface/BlockSolver.h @@ -17,10 +17,10 @@ \brief solves at best the matrix invertion for calibration - $Date: 2011/06/30 10:10:52 $ - $Revision: 1.1 $ - $Id: BlockSolver.h,v 1.1 2011/06/30 10:10:52 muzaffar Exp $ - \author $Author: muzaffar $ + $Date: 2008/02/25 17:50:16 $ + $Revision: 1.2 $ + $Id: BlockSolver.h,v 1.2 2008/02/25 17:50:16 malberti Exp $ + \author $Author: malberti $ */ struct BlockSolver { diff --git a/Calibration/Tools/interface/CalibCoeff.h b/Calibration/Tools/interface/CalibCoeff.h index aaf7e6b212e43..6d10532a4f538 100644 --- a/Calibration/Tools/interface/CalibCoeff.h +++ b/Calibration/Tools/interface/CalibCoeff.h @@ -6,10 +6,10 @@ \brief intercalibration coefficient - $Date: 2008/02/25 16:46:55 $ - $Revision: 1.2 $ - $Id: CalibCoeff.h,v 1.2 2008/02/25 16:46:55 malberti Exp $ - \author $Author: malberti $ + $Date: 2008/01/23 10:59:53 $ + $Revision: 1.1.2.1 $ + $Id: CalibCoeff.h,v 1.1.2.1 2008/01/23 10:59:53 govoni Exp $ + \author $Author: govoni $ */ class CalibCoeff { diff --git a/Calibration/Tools/interface/EcalIndexingTools.h b/Calibration/Tools/interface/EcalIndexingTools.h index 698e47f65b120..23bab38ccdd9d 100644 --- a/Calibration/Tools/interface/EcalIndexingTools.h +++ b/Calibration/Tools/interface/EcalIndexingTools.h @@ -6,7 +6,7 @@ * Alessandro Palma 19/03/2008 ********************************************/ -// $Id: EcalIndexingTools.h,v 1.1 2008/04/28 16:59:17 palmale Exp $ +// $Id: $ class EcalIndexingTools { diff --git a/Calibration/Tools/interface/GenericHouseholder.h b/Calibration/Tools/interface/GenericHouseholder.h index 76c74c6244664..ace99dc3ec2e1 100644 --- a/Calibration/Tools/interface/GenericHouseholder.h +++ b/Calibration/Tools/interface/GenericHouseholder.h @@ -4,8 +4,8 @@ /** \class GenericHouseholder * Generic implementation of the QR decomposition of a matrix using Householder transformation * - * $Date: 2010/08/06 20:24:06 $ - * $Revision: 1.2 $ + * $Date: 2007/03/14 13:55:40 $ + * $Revision: 1.1 $ * \author Lorenzo Agostino, R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/interface/GenericMinL3Algorithm.h b/Calibration/Tools/interface/GenericMinL3Algorithm.h index 54de17670010a..9112607029940 100644 --- a/Calibration/Tools/interface/GenericMinL3Algorithm.h +++ b/Calibration/Tools/interface/GenericMinL3Algorithm.h @@ -5,8 +5,8 @@ * Implementation of the L3 Collaboration algorithm to solve a system Ax = B * by minimization of |Ax-B| using an iterative linear approach * - * $Date: 2010/08/06 20:24:06 $ - * $Revision: 1.2 $ + * $Date: 2006/10/13 14:33:26 $ + * $Revision: 1.1 $ * \author R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/interface/HouseholderDecomposition.h b/Calibration/Tools/interface/HouseholderDecomposition.h index 934deaa0716e8..04b233ec2a3f3 100644 --- a/Calibration/Tools/interface/HouseholderDecomposition.h +++ b/Calibration/Tools/interface/HouseholderDecomposition.h @@ -8,8 +8,8 @@ * - using a reduced matrix * - implements Regional Householder Algorithm * - * $Date: 2010/08/06 20:24:06 $ - * $Revision: 1.4 $ + * $Date: 2007/03/14 13:55:40 $ + * $Revision: 1.3 $ * \author Lorenzo Agostino, R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/interface/InvMatrixCommonDefs.h b/Calibration/Tools/interface/InvMatrixCommonDefs.h index e3ee2b41580b9..5922300a9125c 100644 --- a/Calibration/Tools/interface/InvMatrixCommonDefs.h +++ b/Calibration/Tools/interface/InvMatrixCommonDefs.h @@ -2,10 +2,10 @@ \brief common definitions that have to hold across different programs - $Date: 2008/02/25 17:39:43 $ - $Revision: 1.2 $ - $Id: InvMatrixCommonDefs.h,v 1.2 2008/02/25 17:39:43 malberti Exp $ - \author $Author: malberti $ + $Date: 2008/01/23 10:59:54 $ + $Revision: 1.1.2.1 $ + $Id: InvMatrixCommonDefs.h,v 1.1.2.1 2008/01/23 10:59:54 govoni Exp $ + \author $Author: govoni $ */ #ifndef __CINT__ diff --git a/Calibration/Tools/interface/InvMatrixUtils.h b/Calibration/Tools/interface/InvMatrixUtils.h index f8837400749d3..cf4e4ae3c6682 100644 --- a/Calibration/Tools/interface/InvMatrixUtils.h +++ b/Calibration/Tools/interface/InvMatrixUtils.h @@ -2,10 +2,10 @@ \brief various utilities - $Date: 2008/02/25 17:39:59 $ - $Revision: 1.2 $ - $Id: InvMatrixUtils.h,v 1.2 2008/02/25 17:39:59 malberti Exp $ - \author $Author: malberti $ + $Date: 2008/01/23 10:59:54 $ + $Revision: 1.1.2.1 $ + $Id: InvMatrixUtils.h,v 1.1.2.1 2008/01/23 10:59:54 govoni Exp $ + \author $Author: govoni $ */ #ifndef InvMatrixUtils_h diff --git a/Calibration/Tools/interface/MinL3AlgoUniv.h b/Calibration/Tools/interface/MinL3AlgoUniv.h index 0e60ea5e8efaf..40473fef0df20 100644 --- a/Calibration/Tools/interface/MinL3AlgoUniv.h +++ b/Calibration/Tools/interface/MinL3AlgoUniv.h @@ -8,8 +8,8 @@ * will be invented to identify Subdetector parts * The bookkeeping of the cluster size and its elements has to be done by the user. * - * $Date: 2007/08/23 12:38:02 $ - * $Revision: 1.2 $ + * $Date: 2007/08/22 16:46:34 $ + * $Revision: 1.1 $ * \author R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/interface/MinL3AlgoUnivErr.h b/Calibration/Tools/interface/MinL3AlgoUnivErr.h index ec47e499edaa0..615faa44d72d6 100644 --- a/Calibration/Tools/interface/MinL3AlgoUnivErr.h +++ b/Calibration/Tools/interface/MinL3AlgoUnivErr.h @@ -5,8 +5,8 @@ /** class MinL3AlgoUnivErr - * $Date: 2009/10/20 12:56:44 $ - * $Revision: 1.1 $ + * $Date: 2007/08/23 12:38:02 $ + * $Revision: 1.2 $ * \author R.Ofierzynski, CERN, 2007/08/23 * under class name MinL3AlgoUniv * Modified by A.Fedotov : diff --git a/Calibration/Tools/interface/MinL3Algorithm.h b/Calibration/Tools/interface/MinL3Algorithm.h index 54da5dda8f28a..0583363bb656f 100644 --- a/Calibration/Tools/interface/MinL3Algorithm.h +++ b/Calibration/Tools/interface/MinL3Algorithm.h @@ -9,8 +9,8 @@ * 13.03.2007: R.Ofierzynski * - implemented event weighting * - * $Date: 2010/08/06 20:24:06 $ - * $Revision: 1.5 $ + * $Date: 2007/03/14 13:55:40 $ + * $Revision: 1.4 $ * \author R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/interface/matrixSaver.h b/Calibration/Tools/interface/matrixSaver.h index b3cc5e0d6bee8..d0420b153463b 100644 --- a/Calibration/Tools/interface/matrixSaver.h +++ b/Calibration/Tools/interface/matrixSaver.h @@ -2,10 +2,10 @@ \brief save (read) CLHEP::HepMatrix to (from) text files - $Date: 2009/05/27 11:37:33 $ - $Revision: 1.3 $ - $Id: matrixSaver.h,v 1.3 2009/05/27 11:37:33 fabiocos Exp $ - \author $Author: fabiocos $ + $Date: 2008/02/25 17:40:25 $ + $Revision: 1.2 $ + $Id: matrixSaver.h,v 1.2 2008/02/25 17:40:25 malberti Exp $ + \author $Author: malberti $ */ #ifndef __CINT__ diff --git a/Calibration/Tools/interface/smartSelector.h b/Calibration/Tools/interface/smartSelector.h index ffa33d2c01d50..ddc5a757e4297 100644 --- a/Calibration/Tools/interface/smartSelector.h +++ b/Calibration/Tools/interface/smartSelector.h @@ -1,8 +1,8 @@ /* - $Date: 2008/02/25 17:40:43 $ - $Revision: 1.2 $ - $Id: smartSelector.h,v 1.2 2008/02/25 17:40:43 malberti Exp $ - $Author: malberti $ + $Date: 2008/01/23 10:59:54 $ + $Revision: 1.1.2.1 $ + $Id: smartSelector.h,v 1.1.2.1 2008/01/23 10:59:54 govoni Exp $ + $Author: govoni $ */ #ifndef smartSelector_h diff --git a/Calibration/Tools/src/BlockSolver.cc b/Calibration/Tools/src/BlockSolver.cc index 82070349dbbd9..e977e54d0eee6 100644 --- a/Calibration/Tools/src/BlockSolver.cc +++ b/Calibration/Tools/src/BlockSolver.cc @@ -1,8 +1,8 @@ /** - $Date: 2011/06/30 10:10:52 $ - $Revision: 1.1 $ - $Id: BlockSolver.cc,v 1.1 2011/06/30 10:10:52 muzaffar Exp $ - \author $Author: muzaffar $ + $Date: 2008/09/11 15:22:43 $ + $Revision: 1.3 $ + $Id: BlockSolver.cc,v 1.3 2008/09/11 15:22:43 govoni Exp $ + \author $Author: govoni $ */ #include "Calibration/Tools/interface/BlockSolver.h" diff --git a/Calibration/Tools/src/CalibCoeff.cc b/Calibration/Tools/src/CalibCoeff.cc index e07fa56a6b80f..8ab101291c890 100644 --- a/Calibration/Tools/src/CalibCoeff.cc +++ b/Calibration/Tools/src/CalibCoeff.cc @@ -1,8 +1,8 @@ /** - $Date: 2008/02/25 17:41:51 $ - $Revision: 1.2 $ - $Id: CalibCoeff.cc,v 1.2 2008/02/25 17:41:51 malberti Exp $ - \author $Author: malberti $ + $Date: 2008/01/23 10:59:54 $ + $Revision: 1.1.2.1 $ + $Id: CalibCoeff.cc,v 1.1.2.1 2008/01/23 10:59:54 govoni Exp $ + \author $Author: govoni $ */ #include "Calibration/Tools/interface/CalibCoeff.h" diff --git a/Calibration/Tools/src/DetIdAssociator.cc b/Calibration/Tools/src/DetIdAssociator.cc index 0e7a5d77f2f33..7ab7fdbb57b7c 100644 --- a/Calibration/Tools/src/DetIdAssociator.cc +++ b/Calibration/Tools/src/DetIdAssociator.cc @@ -14,7 +14,7 @@ // Original Author: Dmytro Kovalskyi // Modified for ECAL+HCAL by: Michal Szleper // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: DetIdAssociator.cc,v 1.7 2012/12/26 15:46:48 innocent Exp $ +// $Id: DetIdAssociator.cc,v 1.6 2009/04/08 12:34:29 argiro Exp $ // // diff --git a/Calibration/Tools/src/GenericHouseholder.cc b/Calibration/Tools/src/GenericHouseholder.cc index dd195b64deefe..58ebcf71efd47 100644 --- a/Calibration/Tools/src/GenericHouseholder.cc +++ b/Calibration/Tools/src/GenericHouseholder.cc @@ -1,7 +1,7 @@ /** \file GenericHouseholder.cc * - * $Date: 2010/08/06 20:24:06 $ - * $Revision: 1.2 $ + * $Date: 2007/03/14 13:55:41 $ + * $Revision: 1.1 $ * * \author Lorenzo Agostino, R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/src/GenericMinL3Algorithm.cc b/Calibration/Tools/src/GenericMinL3Algorithm.cc index e856f1d669fcc..671309dfe57e5 100644 --- a/Calibration/Tools/src/GenericMinL3Algorithm.cc +++ b/Calibration/Tools/src/GenericMinL3Algorithm.cc @@ -1,8 +1,8 @@ /** \file GenericMinL3Algorithm.cc * - * $Date: 2010/08/06 20:24:08 $ - * $Revision: 1.3 $ + * $Date: 2009/02/26 13:48:09 $ + * $Revision: 1.2 $ * * \author R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/src/HouseholderDecomposition.cc b/Calibration/Tools/src/HouseholderDecomposition.cc index fa2a15f4a8e62..251f35518283e 100644 --- a/Calibration/Tools/src/HouseholderDecomposition.cc +++ b/Calibration/Tools/src/HouseholderDecomposition.cc @@ -1,7 +1,7 @@ /** \file HouseholderDecomposition.cc * - * $Date: 2010/08/06 20:24:08 $ - * $Revision: 1.7 $ + * $Date: 2009/02/26 13:48:08 $ + * $Revision: 1.6 $ * * \author Lorenzo Agostino, R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/src/InvMatrixCommonDefs.cc b/Calibration/Tools/src/InvMatrixCommonDefs.cc index baab77b2d3eae..596d6d6077d84 100644 --- a/Calibration/Tools/src/InvMatrixCommonDefs.cc +++ b/Calibration/Tools/src/InvMatrixCommonDefs.cc @@ -1,8 +1,8 @@ /** - $Date: 2008/02/25 17:42:31 $ - $Revision: 1.2 $ - $Id: InvMatrixCommonDefs.cc,v 1.2 2008/02/25 17:42:31 malberti Exp $ - \author $Author: malberti $ + $Date: 2008/01/23 10:59:54 $ + $Revision: 1.1.2.1 $ + $Id: InvMatrixCommonDefs.cc,v 1.1.2.1 2008/01/23 10:59:54 govoni Exp $ + \author $Author: govoni $ */ #include "Calibration/Tools/interface/InvMatrixCommonDefs.h" diff --git a/Calibration/Tools/src/InvMatrixUtils.cc b/Calibration/Tools/src/InvMatrixUtils.cc index a719fd42df58a..b2a0f04872757 100644 --- a/Calibration/Tools/src/InvMatrixUtils.cc +++ b/Calibration/Tools/src/InvMatrixUtils.cc @@ -1,8 +1,8 @@ /** - $Date: 2009/02/26 13:48:08 $ - $Revision: 1.4 $ - $Id: InvMatrixUtils.cc,v 1.4 2009/02/26 13:48:08 argiro Exp $ - \author $Author: argiro $ + $Date: 2008/03/10 13:54:05 $ + $Revision: 1.3 $ + $Id: InvMatrixUtils.cc,v 1.3 2008/03/10 13:54:05 elmer Exp $ + \author $Author: elmer $ */ #include "Calibration/Tools/interface/InvMatrixUtils.h" diff --git a/Calibration/Tools/src/MinL3Algorithm.cc b/Calibration/Tools/src/MinL3Algorithm.cc index 6abc4fe7259f9..2a4d93fd9fcbb 100644 --- a/Calibration/Tools/src/MinL3Algorithm.cc +++ b/Calibration/Tools/src/MinL3Algorithm.cc @@ -1,8 +1,8 @@ /** \file MinL3Algorithm.cc * - * $Date: 2010/08/06 20:24:08 $ - * $Revision: 1.6 $ + * $Date: 2007/03/19 10:06:47 $ + * $Revision: 1.5 $ * \author R.Ofierzynski, CERN */ diff --git a/Calibration/Tools/src/TrackAssociator.cc b/Calibration/Tools/src/TrackAssociator.cc index 126d78aa5f5c9..c88697adde77b 100644 --- a/Calibration/Tools/src/TrackAssociator.cc +++ b/Calibration/Tools/src/TrackAssociator.cc @@ -14,7 +14,7 @@ // Original Author: Dmytro Kovalskyi // Modified for ECAL+HCAL by: Michal Szleper // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: TrackAssociator.cc,v 1.8 2011/04/06 09:19:13 innocent Exp $ +// $Id: TrackAssociator.cc,v 1.7 2009/05/27 11:37:34 fabiocos Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.cc b/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.cc index 65b760ebe055e..222ce92434c40 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.cc @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalBxOrbitNumberGrapher.cc,v 1.3 2011/10/10 09:05:21 eulisse Exp $ +// $Id: EcalBxOrbitNumberGrapher.cc,v 1.2 2010/01/04 15:07:39 ferriff Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.h b/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.h index bd0ae509cae09..3ca0065bc5da6 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalBxOrbitNumberGrapher.h @@ -14,7 +14,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalBxOrbitNumberGrapher.h,v 1.2 2010/01/04 15:07:39 ferriff Exp $ +// $Id: EcalBxOrbitNumberGrapher.h,v 1.1 2008/12/12 02:34:36 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalCosmicsHists.h b/CaloOnlineTools/EcalTools/plugins/EcalCosmicsHists.h index 7ea81f4dd563c..e2250791ce3e9 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalCosmicsHists.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalCosmicsHists.h @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalCosmicsHists.h,v 1.4 2010/01/04 15:07:39 ferriff Exp $ +// $Id: EcalCosmicsHists.h,v 1.3 2009/08/27 17:13:24 ferriff Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalDigiDisplay.cc b/CaloOnlineTools/EcalTools/plugins/EcalDigiDisplay.cc index a43ed468bc094..86a132aeffd7e 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalDigiDisplay.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalDigiDisplay.cc @@ -3,8 +3,8 @@ * dummy module for the test of DaqFileInputService * * - * $Date: 2011/10/10 09:05:21 $ - * $Revision: 1.4 $ + * $Date: 2010/01/04 15:07:39 $ + * $Revision: 1.3 $ * \author Keti Kaadze * \author G. Franzoni * diff --git a/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.cc b/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.cc index afaa7d6fd6b4f..f9340c81b1fc7 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.cc @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Aug 28 5:46:22 CEST 2007 -// $Id: EcalDisplaysByEvent.cc,v 1.6 2011/10/10 09:05:21 eulisse Exp $ +// $Id: EcalDisplaysByEvent.cc,v 1.5 2010/10/20 10:01:59 elmer Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.h b/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.h index 9126d661957c7..06038575da73b 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalDisplaysByEvent.h @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Aug 28 5:46:22 CEST 2007 -// $Id: EcalDisplaysByEvent.h,v 1.3 2010/01/16 14:46:16 hegner Exp $ +// $Id: EcalDisplaysByEvent.h,v 1.2 2010/01/04 15:07:39 ferriff Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.cc b/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.cc index cfe95786bcef3..eace93077605b 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Thu May 22 11:40:12 CEST 2008 -// $Id: EcalExclusiveTrigFilter.cc,v 1.2 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalExclusiveTrigFilter.cc,v 1.1 2008/06/04 19:43:52 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.h b/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.h index f555bab12e136..119940913abe1 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalExclusiveTrigFilter.h @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Thu May 22 11:40:12 CEST 2008 -// $Id: EcalExclusiveTrigFilter.h,v 1.2 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalExclusiveTrigFilter.h,v 1.1 2008/06/04 19:43:52 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.cc b/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.cc index d4e0a9d7200aa..801389c803c2f 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giovanni FRANZONI // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: EcalFEDErrorFilter.cc,v 1.5 2012/01/21 14:56:53 fwyzard Exp $ +// $Id: EcalFEDErrorFilter.cc,v 1.4 2010/10/05 13:39:30 vlimant Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.h b/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.h index 6a7a530f39b49..c2d64944eaf75 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalFEDErrorFilter.h @@ -13,7 +13,7 @@ Description: // // Original Author: Giovanni FRANZONI // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: EcalFEDErrorFilter.h,v 1.4 2012/01/21 14:56:53 fwyzard Exp $ +// $Id: EcalFEDErrorFilter.h,v 1.3 2010/02/11 00:10:40 wmtan Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalFEDWithCRCErrorProducer.cc b/CaloOnlineTools/EcalTools/plugins/EcalFEDWithCRCErrorProducer.cc index 78ea90bc6695f..c3440f7cf89ef 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalFEDWithCRCErrorProducer.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalFEDWithCRCErrorProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giovanni FRANZONI // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: EcalFEDWithCRCErrorProducer.cc,v 1.5 2010/10/05 13:39:30 vlimant Exp $ +// $Id: EcalFEDWithCRCErrorProducer.cc,v 1.4 2010/02/11 00:10:41 wmtan Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.cc b/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.cc index ea7bf8b1e9969..4278ae0f246eb 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.cc @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalMipGraphs.cc,v 1.12 2010/10/20 10:02:00 elmer Exp $ +// $Id: EcalMipGraphs.cc,v 1.11 2010/10/15 12:18:41 elmer Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.h b/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.h index 735ad7aba4415..b3773ef9002a2 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalMipGraphs.h @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalMipGraphs.h,v 1.9 2010/01/16 14:46:16 hegner Exp $ +// $Id: EcalMipGraphs.h,v 1.8 2010/01/04 15:07:40 ferriff Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalPnGraphs.cc b/CaloOnlineTools/EcalTools/plugins/EcalPnGraphs.cc index 1779804fcfd97..debe3e6891df9 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalPnGraphs.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalPnGraphs.cc @@ -2,8 +2,8 @@ * module dumping TGraph with 50 data frames from Pn Diodes * * - * $Date: 2011/10/10 09:05:21 $ - * $Revision: 1.4 $ + * $Date: 2010/01/04 15:07:40 $ + * $Revision: 1.3 $ * \author K. Kaadze * \author G. Franzoni * diff --git a/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.cc b/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.cc index 7e8d65243727e..f627dbe00cf00 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.cc @@ -13,7 +13,7 @@ // // Original Author: Seth Cooper // Created: Tue Feb 5 11:35:45 CST 2008 -// $Id: EcalPulseShapeGrapher.cc,v 1.2 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalPulseShapeGrapher.cc,v 1.1 2008/06/04 19:44:49 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.h b/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.h index b3042dc598b5c..7d817edc7f4e3 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalPulseShapeGrapher.h @@ -13,7 +13,7 @@ // // Original Author: Seth Cooper // Created: Tue Feb 5 11:35:45 CST 2008 -// $Id: EcalPulseShapeGrapher.h,v 1.2 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalPulseShapeGrapher.h,v 1.1 2008/06/04 19:44:49 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.cc b/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.cc index edce202022243..5f0030019d6bf 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.cc +++ b/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.cc @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalURecHitHists.cc,v 1.5 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalURecHitHists.cc,v 1.4 2008/04/22 21:08:24 scooper Exp $ // // diff --git a/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.h b/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.h index ad638da0f94be..ac9a076e73f6d 100644 --- a/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.h +++ b/CaloOnlineTools/EcalTools/plugins/EcalURecHitHists.h @@ -13,7 +13,7 @@ // // Original Author: Seth COOPER // Created: Th Nov 22 5:46:22 CEST 2007 -// $Id: EcalURecHitHists.h,v 1.5 2010/01/04 15:07:40 ferriff Exp $ +// $Id: EcalURecHitHists.h,v 1.4 2008/04/22 21:08:24 scooper Exp $ // // diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalAssistant.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalAssistant.h index d65083f1fda05..28e02edfdd139 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalAssistant.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalAssistant.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Thu Jul 16 11:39:31 CEST 2009 -// $Id: HcalAssistant.h,v 1.5 2009/08/11 14:23:31 kukartse Exp $ +// $Id: HcalAssistant.h,v 1.4 2009/08/05 18:19:25 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelDataXml.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelDataXml.h index 6f280d978ade5..459eee78886c9 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelDataXml.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelDataXml.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:42:00 CDT 2009 -// $Id: HcalChannelDataXml.h,v 1.6 2010/08/06 20:24:09 wmtan Exp $ +// $Id: HcalChannelDataXml.h,v 1.5 2009/10/26 02:55:16 kukartse Exp $ // #include "CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h" diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelIterator.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelIterator.h index 9d8f78aa7a1c0..9ace54a7636b5 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelIterator.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelIterator.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev // Created: Fri Jul 10 16:59:15 CEST 2009 -// $Id: HcalChannelIterator.h,v 1.3 2013/05/23 15:17:36 gartung Exp $ +// $Id: HcalChannelIterator.h,v 1.2 2009/08/04 22:25:17 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelQualityXml.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelQualityXml.h index 34831ed026ccb..04abb1d69b316 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelQualityXml.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalChannelQualityXml.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:42:00 CDT 2009 -// $Id: HcalChannelQualityXml.h,v 1.7 2009/10/26 02:55:16 kukartse Exp $ +// $Id: HcalChannelQualityXml.h,v 1.6 2009/08/16 14:21:17 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalDbOmds.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalDbOmds.h index 17011a7fa1caf..7e132aad0970f 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalDbOmds.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalDbOmds.h @@ -2,7 +2,7 @@ // // Original Author: Gena Kukartsev Mar 11, 2009 // Adapted from HcalDbOmds.h -// $Id: HcalDbOmds.h,v 1.13 2010/08/06 20:24:09 wmtan Exp $ +// $Id: HcalDbOmds.h,v 1.12 2010/03/07 22:51:31 kukartse Exp $ // #ifndef HcalDbOmds_h #define HcalDbOmds_h diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalL1TriggerObjectsXml.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalL1TriggerObjectsXml.h index 24237bec7cd57..ca267540c2c84 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalL1TriggerObjectsXml.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalL1TriggerObjectsXml.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:42:00 CDT 2009 -// $Id: HcalL1TriggerObjectsXml.h,v 1.1 2009/09/23 22:06:28 kukartse Exp $ +// $Id: HcalL1TriggerObjectsXml.h,v 1.3 2009/07/24 06:55:21 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalO2OManager.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalO2OManager.h index 6f031568f442d..c2cfe7c6a59fc 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalO2OManager.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalO2OManager.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev // Created: Sun Aug 16 20:45:38 CEST 2009 -// $Id: HcalO2OManager.h,v 1.9 2010/03/07 22:53:42 kukartse Exp $ +// $Id$ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalOmdsCalibrations.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalOmdsCalibrations.h index 472611b375e66..726a6a52df0db 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalOmdsCalibrations.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalOmdsCalibrations.h @@ -1,7 +1,7 @@ // // Original Author: Gena Kukartsev Mar 11, 2009 // Adapted from HcalTextCalibrations -// $Id: HcalOmdsCalibrations.h,v 1.7 2010/03/07 22:54:26 kukartse Exp $ +// $Id$ // // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/HcalTriggerKey.h b/CaloOnlineTools/HcalOnlineDb/interface/HcalTriggerKey.h index 9ab8db87f7dd8..8245cbd3a028d 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/HcalTriggerKey.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/HcalTriggerKey.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Nov 06 14:30:33 CDT 2007 -// $Id: HcalTriggerKey.h,v 1.4 2010/08/06 20:24:09 wmtan Exp $ +// $Id: HcalTriggerKey.h,v 1.3 2009/04/14 22:53:05 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/interface/LMap.h b/CaloOnlineTools/HcalOnlineDb/interface/LMap.h index ed46a4097abf1..8a1422d4df487 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/LMap.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/LMap.h @@ -19,7 +19,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Nov 06 14:30:33 CDT 2007 -// $Id: LMap.h,v 1.7 2010/08/06 20:24:10 wmtan Exp $ +// $Id: LMap.h,v 1.6 2009/08/05 16:23:31 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/interface/LMapLoader.h b/CaloOnlineTools/HcalOnlineDb/interface/LMapLoader.h index dabdd87e1572d..534f52872e368 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/LMapLoader.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/LMapLoader.h @@ -16,7 +16,7 @@ // // Original Author: Aram Avetisyan avetisya@fnal.gov // Created: Tue Nov 14 15:05:33 CDT 2007 -// $Id: LMapLoader.h,v 1.3 2010/08/06 20:24:10 wmtan Exp $ +// $Id: LMapLoader.h,v 1.2 2009/04/14 22:53:05 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRPatternLoader.h b/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRPatternLoader.h index 3758b326b84b3..6588c266061ac 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRPatternLoader.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRPatternLoader.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:33 CDT 2007 -// $Id: XMLHTRPatternLoader.h,v 1.4 2013/05/23 15:17:36 gartung Exp $ +// $Id: XMLHTRPatternLoader.h,v 1.3 2010/08/06 20:24:10 wmtan Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRZeroSuppressionLoader.h b/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRZeroSuppressionLoader.h index 9cfe3d42c59ea..bbaab82e2966b 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRZeroSuppressionLoader.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/XMLHTRZeroSuppressionLoader.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Nov 06 14:30:33 CDT 2007 -// $Id: XMLHTRZeroSuppressionLoader.h,v 1.4 2010/08/06 20:24:10 wmtan Exp $ +// $Id: XMLHTRZeroSuppressionLoader.h,v 1.3 2009/04/14 22:53:05 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h b/CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h index a5486b8be20a2..c12250b2b94f2 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:33 CDT 2007 -// $Id: XMLLUTLoader.h,v 1.5 2013/05/23 15:17:36 gartung Exp $ +// $Id: XMLLUTLoader.h,v 1.4 2010/08/06 20:24:11 wmtan Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/interface/XMLRBXPedestalsLoader.h b/CaloOnlineTools/HcalOnlineDb/interface/XMLRBXPedestalsLoader.h index c7ba9a5d78a97..fd4be0b8a11cb 100644 --- a/CaloOnlineTools/HcalOnlineDb/interface/XMLRBXPedestalsLoader.h +++ b/CaloOnlineTools/HcalOnlineDb/interface/XMLRBXPedestalsLoader.h @@ -16,7 +16,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Nov 06 14:30:33 CDT 2007 -// $Id: XMLRBXPedestalsLoader.h,v 1.5 2010/08/06 20:24:11 wmtan Exp $ +// $Id: XMLRBXPedestalsLoader.h,v 1.4 2009/04/14 22:53:05 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/ConfigurationDatabaseImplOracle.cc b/CaloOnlineTools/HcalOnlineDb/src/ConfigurationDatabaseImplOracle.cc index b85d418c9f942..863b55446207c 100755 --- a/CaloOnlineTools/HcalOnlineDb/src/ConfigurationDatabaseImplOracle.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/ConfigurationDatabaseImplOracle.cc @@ -1,4 +1,4 @@ -// $Id: ConfigurationDatabaseImplOracle.cc,v 1.4 2013/05/23 15:17:36 gartung Exp $ +// $Id: ConfigurationDatabaseImplOracle.cc,v 1.3 2010/08/06 20:24:11 wmtan Exp $ #include "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseImplOracle.hh" diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalAssistant.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalAssistant.cc index 3cc93de16f1bb..482b041dc867f 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalAssistant.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalAssistant.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Thu Jul 16 11:39:22 CEST 2009 -// $Id: HcalAssistant.cc,v 1.9 2010/08/06 20:24:11 wmtan Exp $ +// $Id: HcalAssistant.cc,v 1.8 2009/11/18 23:02:26 lsexton Exp $ // diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelDataXml.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelDataXml.cc index 16f44ebbf065e..e31630d43d60c 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelDataXml.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelDataXml.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:30:00 CDT 2009 -// $Id: HcalChannelDataXml.cc,v 1.5 2009/10/26 02:55:16 kukartse Exp $ +// $Id: HcalChannelDataXml.cc,v 1.4 2009/10/14 00:09:01 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelIterator.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelIterator.cc index 14a117e2744b5..351b48aecbf0b 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelIterator.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelIterator.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev // Created: Mon Jul 13 12:15:33 CEST 2009 -// $Id: HcalChannelIterator.cc,v 1.6 2013/05/23 15:17:36 gartung Exp $ +// $Id: HcalChannelIterator.cc,v 1.5 2010/08/06 20:24:11 wmtan Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelQualityXml.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelQualityXml.cc index 3b447cbb1b4de..3d26f93c1c324 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalChannelQualityXml.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalChannelQualityXml.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:30:00 CDT 2009 -// $Id: HcalChannelQualityXml.cc,v 1.12 2010/08/06 20:24:12 wmtan Exp $ +// $Id: HcalChannelQualityXml.cc,v 1.11 2009/11/18 23:02:26 lsexton Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalDbOmds.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalDbOmds.cc index 6f85990fee80d..56d6059bf1531 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalDbOmds.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalDbOmds.cc @@ -2,7 +2,7 @@ // // Original Author: Gena Kukartsev Mar 11, 2009 // Adapted from HcalDbASCIIIO.cc,v 1.41 -// $Id: HcalDbOmds.cc,v 1.21 2012/11/12 20:49:45 dlange Exp $ +// $Id: HcalDbOmds.cc,v 1.20 2010/08/06 20:24:12 wmtan Exp $ // #include #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalHardwareXml.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalHardwareXml.cc index a80e5f2bba908..867379c8dbd8f 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalHardwareXml.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalHardwareXml.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Feb 25 14:30:20 CDT 2008 -// $Id: HcalHardwareXml.cc,v 1.6 2010/08/06 20:24:13 wmtan Exp $ +// $Id: HcalHardwareXml.cc,v 1.5 2009/08/16 21:21:21 kukartse Exp $ #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalL1TriggerObjectsXml.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalL1TriggerObjectsXml.cc index 3f258559d844f..54949e3ef99cd 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalL1TriggerObjectsXml.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalL1TriggerObjectsXml.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Wed Jul 01 06:30:00 CDT 2009 -// $Id: HcalL1TriggerObjectsXml.cc,v 1.2 2009/11/18 23:02:26 lsexton Exp $ +// $Id: HcalL1TriggerObjectsXml.cc,v 1.1 2009/09/23 22:06:28 kukartse Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalO2OManager.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalO2OManager.cc index ebe0f71a8880c..14c63bf3885dd 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalO2OManager.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalO2OManager.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev // Created: Sun Aug 16 20:44:05 CEST 2009 -// $Id: HcalO2OManager.cc,v 1.43 2012/02/15 15:26:07 andreasp Exp $ +// $Id: HcalO2OManager.cc,v 1.42 2011/12/20 15:11:58 eulisse Exp $ // diff --git a/CaloOnlineTools/HcalOnlineDb/src/HcalOmdsCalibrations.cc b/CaloOnlineTools/HcalOnlineDb/src/HcalOmdsCalibrations.cc index 79a38e4040152..c05f5b0e0b471 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/HcalOmdsCalibrations.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/HcalOmdsCalibrations.cc @@ -2,7 +2,7 @@ // // Original Author: Gena Kukartsev Mar 11, 2009 // Adapted from HcalAsciiCalibrations -// $Id: HcalOmdsCalibrations.cc,v 1.14 2012/11/12 20:49:45 dlange Exp $ +// $Id: HcalOmdsCalibrations.cc,v 1.13 2010/08/06 20:24:13 wmtan Exp $ // #include diff --git a/CaloOnlineTools/HcalOnlineDb/src/LMap.cc b/CaloOnlineTools/HcalOnlineDb/src/LMap.cc index 6f1e5c95f77ec..d52f266b58b30 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/LMap.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/LMap.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: LMap.cc,v 1.16 2010/08/06 20:24:13 wmtan Exp $ +// $Id: LMap.cc,v 1.15 2010/03/07 22:55:37 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/LMapLoader.cc b/CaloOnlineTools/HcalOnlineDb/src/LMapLoader.cc index 1f7570225da2e..3163c1da5699e 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/LMapLoader.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/LMapLoader.cc @@ -8,7 +8,7 @@ // // Original Author: Aram Avetisyan, avetisya@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: LMapLoader.cc,v 1.3 2010/08/06 20:24:13 wmtan Exp $ +// $Id: LMapLoader.cc,v 1.2 2009/04/14 22:53:06 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/WriteL1TriggerObjetsXml.cc b/CaloOnlineTools/HcalOnlineDb/src/WriteL1TriggerObjetsXml.cc index c5b889f32eedb..72ae15a70e89c 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/WriteL1TriggerObjetsXml.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/WriteL1TriggerObjetsXml.cc @@ -13,7 +13,7 @@ // // Original Author: Ka Vang TSANG // Created: Fri Jul 31 15:18:53 CEST 2009 -// $Id: WriteL1TriggerObjetsXml.cc,v 1.2 2012/11/12 20:49:45 dlange Exp $ +// $Id: WriteL1TriggerObjetsXml.cc,v 1.1 2009/09/23 22:06:28 kukartse Exp $ // // diff --git a/CaloOnlineTools/HcalOnlineDb/src/XMLHTRPatternLoader.cc b/CaloOnlineTools/HcalOnlineDb/src/XMLHTRPatternLoader.cc index 771e5f25f2ef5..116d768d103f1 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/XMLHTRPatternLoader.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/XMLHTRPatternLoader.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: XMLHTRPatternLoader.cc,v 1.5 2013/05/23 15:17:36 gartung Exp $ +// $Id: XMLHTRPatternLoader.cc,v 1.4 2010/08/06 20:24:13 wmtan Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/XMLHTRZeroSuppressionLoader.cc b/CaloOnlineTools/HcalOnlineDb/src/XMLHTRZeroSuppressionLoader.cc index 9ead063f0b866..8421140e1aecb 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/XMLHTRZeroSuppressionLoader.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/XMLHTRZeroSuppressionLoader.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: XMLHTRZeroSuppressionLoader.cc,v 1.5 2010/08/06 20:24:13 wmtan Exp $ +// $Id: XMLHTRZeroSuppressionLoader.cc,v 1.4 2009/04/14 22:53:06 kukartse Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/XMLLUTLoader.cc b/CaloOnlineTools/HcalOnlineDb/src/XMLLUTLoader.cc index 9723eca397276..eb3d6a00eb026 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/XMLLUTLoader.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/XMLLUTLoader.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: XMLLUTLoader.cc,v 1.5 2013/05/23 15:17:36 gartung Exp $ +// $Id: XMLLUTLoader.cc,v 1.4 2010/08/06 20:24:13 wmtan Exp $ // // system include files diff --git a/CaloOnlineTools/HcalOnlineDb/src/XMLRBXPedestalsLoader.cc b/CaloOnlineTools/HcalOnlineDb/src/XMLRBXPedestalsLoader.cc index 858212ba7635a..dc8356b272380 100644 --- a/CaloOnlineTools/HcalOnlineDb/src/XMLRBXPedestalsLoader.cc +++ b/CaloOnlineTools/HcalOnlineDb/src/XMLRBXPedestalsLoader.cc @@ -8,7 +8,7 @@ // // Original Author: Gena Kukartsev, kukarzev@fnal.gov // Created: Tue Oct 23 14:30:20 CDT 2007 -// $Id: XMLRBXPedestalsLoader.cc,v 1.8 2010/08/06 20:24:13 wmtan Exp $ +// $Id: XMLRBXPedestalsLoader.cc,v 1.7 2009/08/16 21:32:20 kukartse Exp $ // // system include files diff --git a/CommonTools/CandAlgos/interface/CandCombiner.h b/CommonTools/CandAlgos/interface/CandCombiner.h index 8db1ab5066022..fcaf9fe5ab5ed 100755 --- a/CommonTools/CandAlgos/interface/CandCombiner.h +++ b/CommonTools/CandAlgos/interface/CandCombiner.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: CandCombiner.h,v 1.3 2010/10/25 14:07:17 gpetrucc Exp $ + * $Id: CandCombiner.h,v 1.2 2009/04/22 17:51:05 kaulmer Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/CommonTools/CandAlgos/interface/GenJetParticleSelector.h b/CommonTools/CandAlgos/interface/GenJetParticleSelector.h index 47a164379611a..b459bd7c936b7 100644 --- a/CommonTools/CandAlgos/interface/GenJetParticleSelector.h +++ b/CommonTools/CandAlgos/interface/GenJetParticleSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: GenJetParticleSelector.h,v 1.1 2009/03/03 13:50:54 llista Exp $ + * \version $Id: GenJetParticleSelector.h,v 1.1 2008/02/07 14:37:04 llista Exp $ * */ #include "SimGeneral/HepPDTRecord/interface/PdtEntry.h" diff --git a/CommonTools/CandAlgos/interface/NamedCandCombiner.h b/CommonTools/CandAlgos/interface/NamedCandCombiner.h index b6cb0b57f59ff..f52cab730c2de 100644 --- a/CommonTools/CandAlgos/interface/NamedCandCombiner.h +++ b/CommonTools/CandAlgos/interface/NamedCandCombiner.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: NamedCandCombiner.h,v 1.3 2010/10/25 14:07:17 gpetrucc Exp $ + * $Id: NamedCandCombiner.h,v 1.2 2009/04/22 17:51:06 kaulmer Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/CommonTools/CandAlgos/interface/decayParser.h b/CommonTools/CandAlgos/interface/decayParser.h index 6717d6b999b5f..4d0a8e0facc1a 100644 --- a/CommonTools/CandAlgos/interface/decayParser.h +++ b/CommonTools/CandAlgos/interface/decayParser.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sun Aug 7 20:26:36 EDT 2005 -// $Id: decayParser.h,v 1.3 2010/02/11 00:10:46 wmtan Exp $ +// $Id: decayParser.h,v 1.2 2009/05/08 12:54:34 llista Exp $ // // system include files diff --git a/CommonTools/CandAlgos/plugins/CandReducer.cc b/CommonTools/CandAlgos/plugins/CandReducer.cc index b8e8a02a6189c..4260dcb5db2aa 100755 --- a/CommonTools/CandAlgos/plugins/CandReducer.cc +++ b/CommonTools/CandAlgos/plugins/CandReducer.cc @@ -11,9 +11,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: CandReducer.cc,v 1.4 2010/07/20 02:58:21 wmtan Exp $ + * $Id: CandReducer.cc,v 1.3 2009/09/27 22:26:55 hegner Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/CommonTools/CandAlgos/src/decayParser.cc b/CommonTools/CandAlgos/src/decayParser.cc index 320edd09f6607..65486e55c025d 100755 --- a/CommonTools/CandAlgos/src/decayParser.cc +++ b/CommonTools/CandAlgos/src/decayParser.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Aug 7 20:26:31 EDT 2005 -// $Id: decayParser.cc,v 1.2 2009/05/08 12:54:35 llista Exp $ +// $Id: decayParser.cc,v 1.1 2009/03/03 13:50:55 llista Exp $ // #include "CommonTools/CandAlgos/interface/decayParser.h" #include diff --git a/CommonTools/CandUtils/interface/AddFourMomenta.h b/CommonTools/CandUtils/interface/AddFourMomenta.h index 6121ef3622dd1..20c9a8a51097d 100755 --- a/CommonTools/CandUtils/interface/AddFourMomenta.h +++ b/CommonTools/CandUtils/interface/AddFourMomenta.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.9 $ * - * $Id: AddFourMomenta.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * $Id: AddFourMomenta.h,v 1.9 2007/01/09 09:14:42 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/CommonTools/CandUtils/interface/ApplyEnergyCorrection.h b/CommonTools/CandUtils/interface/ApplyEnergyCorrection.h index 0845bbbdf237b..fb23cc0f93be8 100644 --- a/CommonTools/CandUtils/interface/ApplyEnergyCorrection.h +++ b/CommonTools/CandUtils/interface/ApplyEnergyCorrection.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: ApplyEnergyCorrection.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * $Id: ApplyEnergyCorrection.h,v 1.2 2006/07/26 08:48:05 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/CommonTools/CandUtils/interface/Booster.h b/CommonTools/CandUtils/interface/Booster.h index b0189ff0e1b0d..9b368c6f2b827 100755 --- a/CommonTools/CandUtils/interface/Booster.h +++ b/CommonTools/CandUtils/interface/Booster.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.11 $ * - * $Id: Booster.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * $Id: Booster.h,v 1.11 2006/12/14 14:19:11 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/CommonTools/CandUtils/interface/CandMapTrait.h b/CommonTools/CandUtils/interface/CandMapTrait.h index 74d3c8536717e..e2238d0005749 100644 --- a/CommonTools/CandUtils/interface/CandMapTrait.h +++ b/CommonTools/CandUtils/interface/CandMapTrait.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CandMapTrait.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * \version $Id: CandMapTrait.h,v 1.2 2007/10/20 16:00:52 llista Exp $ * */ namespace reco { diff --git a/CommonTools/CandUtils/interface/CandSelector.h b/CommonTools/CandUtils/interface/CandSelector.h index 7b7fc2cb11222..62a33edf5b0ce 100755 --- a/CommonTools/CandUtils/interface/CandSelector.h +++ b/CommonTools/CandUtils/interface/CandSelector.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.3 $ * - * $Id: CandSelector.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * $Id: CandSelector.h,v 1.3 2006/03/03 10:09:18 llista Exp $ * */ diff --git a/CommonTools/CandUtils/interface/CenterOfMassBooster.h b/CommonTools/CandUtils/interface/CenterOfMassBooster.h index 7bc5981dbafef..2e73b86667542 100755 --- a/CommonTools/CandUtils/interface/CenterOfMassBooster.h +++ b/CommonTools/CandUtils/interface/CenterOfMassBooster.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: CenterOfMassBooster.h,v 1.1 2009/02/26 09:17:33 llista Exp $ + * $Id: CenterOfMassBooster.h,v 1.2 2006/07/26 08:48:05 llista Exp $ * */ #include "CommonTools/CandUtils/interface/Booster.h" diff --git a/CommonTools/CandUtils/interface/helicityAngle.h b/CommonTools/CandUtils/interface/helicityAngle.h index 263f95cad2f86..209e83bb48922 100755 --- a/CommonTools/CandUtils/interface/helicityAngle.h +++ b/CommonTools/CandUtils/interface/helicityAngle.h @@ -11,9 +11,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.7 $ * - * $Id: helicityAngle.h,v 1.1 2009/02/26 09:17:34 llista Exp $ + * $Id: helicityAngle.h,v 1.7 2007/12/11 08:42:52 hegner Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/CommonTools/CandUtils/src/AddFourMomenta.cc b/CommonTools/CandUtils/src/AddFourMomenta.cc index 542aa66f825af..0093b89d94523 100755 --- a/CommonTools/CandUtils/src/AddFourMomenta.cc +++ b/CommonTools/CandUtils/src/AddFourMomenta.cc @@ -1,4 +1,4 @@ -// $Id: AddFourMomenta.cc,v 1.3 2009/10/01 09:14:52 llista Exp $ +// $Id: AddFourMomenta.cc,v 1.2 2009/09/29 12:24:45 llista Exp $ #include "CommonTools/CandUtils/interface/AddFourMomenta.h" #include "DataFormats/Candidate/interface/Candidate.h" using namespace reco; diff --git a/CommonTools/CandUtils/src/ApplyEnergyCorrection.cc b/CommonTools/CandUtils/src/ApplyEnergyCorrection.cc index d3916ccae37cd..6380a30f96d8d 100644 --- a/CommonTools/CandUtils/src/ApplyEnergyCorrection.cc +++ b/CommonTools/CandUtils/src/ApplyEnergyCorrection.cc @@ -1,4 +1,4 @@ -// $Id: ApplyEnergyCorrection.cc,v 1.1 2009/02/26 09:17:34 llista Exp $ +// $Id: ApplyEnergyCorrection.cc,v 1.2 2006/07/26 08:48:06 llista Exp $ #include "CommonTools/CandUtils/interface/ApplyEnergyCorrection.h" #include "DataFormats/Candidate/interface/Candidate.h" diff --git a/CommonTools/CandUtils/src/Booster.cc b/CommonTools/CandUtils/src/Booster.cc index d02c79dcfbc4b..b87f0fe669a2b 100755 --- a/CommonTools/CandUtils/src/Booster.cc +++ b/CommonTools/CandUtils/src/Booster.cc @@ -1,4 +1,4 @@ -// $Id: Booster.cc,v 1.1 2009/02/26 09:17:34 llista Exp $ +// $Id: Booster.cc,v 1.9 2007/09/27 13:55:04 llista Exp $ #include "CommonTools/CandUtils/interface/Booster.h" #include "DataFormats/Candidate/interface/Candidate.h" #include diff --git a/CommonTools/CandUtils/src/helicityAngle.cc b/CommonTools/CandUtils/src/helicityAngle.cc index 75b1bea940e73..90b29c9864da7 100755 --- a/CommonTools/CandUtils/src/helicityAngle.cc +++ b/CommonTools/CandUtils/src/helicityAngle.cc @@ -1,4 +1,4 @@ -// $Id: helicityAngle.cc,v 1.1 2009/02/26 09:17:35 llista Exp $ +// $Id: helicityAngle.cc,v 1.14 2007/12/11 08:42:53 hegner Exp $ #include "CommonTools/CandUtils/interface/helicityAngle.h" #include "DataFormats/Candidate/interface/Candidate.h" #include "CommonTools/CandUtils/interface/Booster.h" diff --git a/CommonTools/CandUtils/test/testMakeCompositeCandidate.cc b/CommonTools/CandUtils/test/testMakeCompositeCandidate.cc index 206ebf8706ae6..5857cad9214c9 100755 --- a/CommonTools/CandUtils/test/testMakeCompositeCandidate.cc +++ b/CommonTools/CandUtils/test/testMakeCompositeCandidate.cc @@ -1,4 +1,4 @@ -// $Id: testMakeCompositeCandidate.cc,v 1.2 2009/10/01 09:14:52 llista Exp $ +// $Id: testMakeCompositeCandidate.cc,v 1.1 2009/02/26 09:17:35 llista Exp $ #include #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "CommonTools/CandUtils/interface/makeCompositeCandidate.h" diff --git a/CommonTools/CandUtils/test/testMakeCompositePtrCandidate.cc b/CommonTools/CandUtils/test/testMakeCompositePtrCandidate.cc index a5e882228ae60..015ae1d0faacf 100755 --- a/CommonTools/CandUtils/test/testMakeCompositePtrCandidate.cc +++ b/CommonTools/CandUtils/test/testMakeCompositePtrCandidate.cc @@ -1,4 +1,4 @@ -// $Id: testMakeCompositePtrCandidate.cc,v 1.2 2009/10/01 09:14:52 llista Exp $ +// $Id: testMakeCompositePtrCandidate.cc,v 1.1 2009/09/29 14:13:28 llista Exp $ #include #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "CommonTools/CandUtils/interface/makeCompositeCandidate.h" diff --git a/CommonTools/ParticleFlow/interface/ElectronIDPFCandidateSelectorDefinition.h b/CommonTools/ParticleFlow/interface/ElectronIDPFCandidateSelectorDefinition.h index 269082bd2d355..a0594da7b455b 100644 --- a/CommonTools/ParticleFlow/interface/ElectronIDPFCandidateSelectorDefinition.h +++ b/CommonTools/ParticleFlow/interface/ElectronIDPFCandidateSelectorDefinition.h @@ -6,7 +6,7 @@ \brief Selects PFCandidates basing on cuts provided with string cut parser \author Giovanni Petrucciani - \version $Id: ElectronIDPFCandidateSelectorDefinition.h,v 1.2 2011/04/06 12:12:38 rwolf Exp $ + \version $Id: ElectronIDPFCandidateSelectorDefinition.h,v 1.1 2011/01/28 20:56:44 srappocc Exp $ */ #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" diff --git a/CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h b/CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h index 870b15649da9f..3763676f4a39c 100644 --- a/CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h +++ b/CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h @@ -6,7 +6,7 @@ \brief Selects PFCandidates basing on cuts provided with string cut parser \author Giovanni Petrucciani - \version $Id: GenericPFCandidateSelectorDefinition.h,v 1.2 2011/04/06 12:12:38 rwolf Exp $ + \version $Id: GenericPFCandidateSelectorDefinition.h,v 1.1 2011/01/28 20:56:44 srappocc Exp $ */ #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" diff --git a/CommonTools/ParticleFlow/interface/IPCutPFCandidateSelectorDefinition.h b/CommonTools/ParticleFlow/interface/IPCutPFCandidateSelectorDefinition.h index 14a2c2ba0edb2..7a1253a03eb8d 100644 --- a/CommonTools/ParticleFlow/interface/IPCutPFCandidateSelectorDefinition.h +++ b/CommonTools/ParticleFlow/interface/IPCutPFCandidateSelectorDefinition.h @@ -6,7 +6,7 @@ \brief Selects PFCandidates basing on their compatibility with vertex \author Giovanni Petrucciani - \version $Id: IPCutPFCandidateSelectorDefinition.h,v 1.3 2013/05/24 01:49:49 srappocc Exp $ + \version $Id: IPCutPFCandidateSelectorDefinition.h,v 1.2 2011/04/06 12:12:38 rwolf Exp $ */ #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" diff --git a/CommonTools/ParticleFlow/interface/MuonIDPFCandidateSelectorDefinition.h b/CommonTools/ParticleFlow/interface/MuonIDPFCandidateSelectorDefinition.h index 3b72ab3e71067..cc9a9bf63df47 100644 --- a/CommonTools/ParticleFlow/interface/MuonIDPFCandidateSelectorDefinition.h +++ b/CommonTools/ParticleFlow/interface/MuonIDPFCandidateSelectorDefinition.h @@ -6,7 +6,7 @@ \brief Selects PFCandidates basing on cuts provided with string cut parser \author Giovanni Petrucciani - \version $Id: MuonIDPFCandidateSelectorDefinition.h,v 1.2 2011/04/06 12:12:38 rwolf Exp $ + \version $Id: MuonIDPFCandidateSelectorDefinition.h,v 1.1 2011/01/28 20:56:44 srappocc Exp $ */ #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" diff --git a/CommonTools/ParticleFlow/python/Isolation/pfIsolatedElectrons_cfi.py b/CommonTools/ParticleFlow/python/Isolation/pfIsolatedElectrons_cfi.py index b73df81c6748e..07b83f44d98c3 100644 --- a/CommonTools/ParticleFlow/python/Isolation/pfIsolatedElectrons_cfi.py +++ b/CommonTools/ParticleFlow/python/Isolation/pfIsolatedElectrons_cfi.py @@ -1,24 +1,16 @@ import FWCore.ParameterSet.Config as cms -pfIsolatedElectronsClones = cms.EDFilter( - "IsolatedPFCandidateSelector", - src = cms.InputTag("pfSelectedElectrons"), - isolationValueMapsCharged = cms.VInputTag( - cms.InputTag("elPFIsoValueCharged04PFId"), - ), - isolationValueMapsNeutral = cms.VInputTag( - cms.InputTag("elPFIsoValueNeutral04PFId"), - cms.InputTag("elPFIsoValueGamma04PFId") - ), - doDeltaBetaCorrection = cms.bool(False), - deltaBetaIsolationValueMap = cms.InputTag("elPFIsoValuePU04PFId"), - deltaBetaFactor = cms.double(-0.5), - ## if True isolation is relative to pT - isRelative = cms.bool(True), - isolationCut = cms.double(0.2) - ) - -pfIsolatedElectrons = cms.EDProducer("PFCandidateFwdPtrProducer", - src = cms.InputTag("pfIsolatedElectronsClones") - ) + +pfIsolatedElectrons = cms.EDFilter( + "PFCandidateFwdPtrCollectionStringFilter", + src = cms.InputTag("pfElectronsFromVertex"), + cut = cms.string(" pt > 5 & gsfElectronRef.isAvailable() & gsfTrackRef.trackerExpectedHitsInner.numberOfLostHits<2 & "\ + "gsfElectronRef.pfIsolationVariables().chargedHadronIso + "\ + "gsfElectronRef.pfIsolationVariables().neutralHadronIso + "\ + "gsfElectronRef.pfIsolationVariables().photonIso "\ + " < 0.2 * pt " + ), + makeClones = cms.bool(True) +) + diff --git a/CommonTools/ParticleFlow/python/Isolation/pfIsolatedMuons_cfi.py b/CommonTools/ParticleFlow/python/Isolation/pfIsolatedMuons_cfi.py index ef86484d1f10c..d68fda44997f2 100644 --- a/CommonTools/ParticleFlow/python/Isolation/pfIsolatedMuons_cfi.py +++ b/CommonTools/ParticleFlow/python/Isolation/pfIsolatedMuons_cfi.py @@ -1,34 +1,15 @@ import FWCore.ParameterSet.Config as cms -pfIsolatedMuonsClones = cms.EDFilter( - "IsolatedPFCandidateSelector", - src = cms.InputTag("pfSelectedMuons"), - isolationValueMapsCharged = cms.VInputTag( - cms.InputTag("muPFIsoValueCharged04"), +pfIsolatedMuons = cms.EDFilter( + "PFCandidateFwdPtrCollectionStringFilter", + src = cms.InputTag("pfMuonsFromVertex"), + cut = cms.string("pt > 5 & muonRef.isAvailable() & "\ + "muonRef.pfIsolationR04().sumChargedHadronPt + "\ + "muonRef.pfIsolationR04().sumNeutralHadronEt + "\ + "muonRef.pfIsolationR04().sumPhotonEt "\ + " < 0.15 * pt " ), - isolationValueMapsNeutral = cms.VInputTag( - cms.InputTag("muPFIsoValueNeutral04"), - cms.InputTag("muPFIsoValueGamma04") - ), - doDeltaBetaCorrection = cms.bool(False), - deltaBetaIsolationValueMap = cms.InputTag("muPFIsoValuePU04"), - deltaBetaFactor = cms.double(-0.5), - ## if True isolation is relative to pT - isRelative = cms.bool(True), - ## if True all isoValues are combined (summed) - # isCombined = cms.bool(True), - ## not used when isCombined=True - # non-optimised default for loose absulute isolation - # isolationCuts = cms.vdouble( 10, - # 10, - # 10 ), - # not used when isCombined=False - # default value for combined relative with DR={0.4,0.4,0.4} - # and weight={1.,1.,1.}; optimised for Z->mu,mu - isolationCut = cms.double(0.15) - ) + makeClones = cms.bool(True) +) -pfIsolatedMuons = cms.EDProducer("PFCandidateFwdPtrProducer", - src = cms.InputTag("pfIsolatedMuonsClones") - ) diff --git a/CommonTools/ParticleFlow/python/pfElectrons_cff.py b/CommonTools/ParticleFlow/python/pfElectrons_cff.py index 671f5cbbde492..c8f1400c1c548 100644 --- a/CommonTools/ParticleFlow/python/pfElectrons_cff.py +++ b/CommonTools/ParticleFlow/python/pfElectrons_cff.py @@ -1,31 +1,16 @@ import FWCore.ParameterSet.Config as cms from CommonTools.ParticleFlow.ParticleSelectors.pfAllElectrons_cfi import * -#from CommonTools.ParticleFlow.ParticleSelectors.pfElectronsPtGt5_cfi import * from CommonTools.ParticleFlow.ParticleSelectors.pfElectronsFromVertex_cfi import * -from CommonTools.ParticleFlow.ParticleSelectors.pfSelectedElectrons_cfi import * -from CommonTools.ParticleFlow.Isolation.pfElectronIsolation_cff import * from CommonTools.ParticleFlow.Isolation.pfIsolatedElectrons_cfi import * -pfElectronsClones = pfIsolatedElectronsClones.clone() -pfElectronsClones.isolationCut = 999 - -pfElectrons = pfIsolatedElectrons.clone(src=cms.InputTag("pfElectronsClones")) +pfElectrons = pfIsolatedElectrons.clone( cut = cms.string(" pt > 5 & gsfElectronRef.isAvailable() & gsfTrackRef.trackerExpectedHitsInner.numberOfLostHits<2")) pfElectronSequence = cms.Sequence( pfAllElectrons + - pfAllElectronsClones + - # electron selection: - #pfElectronsPtGt5 + - pfElectronsFromVertex + - pfSelectedElectrons + - # computing isolation variables: - pfElectronIsolationSequence + - # selecting isolated electrons: - pfIsolatedElectronsClones+ - pfElectronsClones+ - pfIsolatedElectrons + + pfElectronsFromVertex + + pfIsolatedElectrons + pfElectrons ) diff --git a/CommonTools/ParticleFlow/python/pfMuons_cff.py b/CommonTools/ParticleFlow/python/pfMuons_cff.py index 5ac49bb51aeb3..1eb3651caccad 100644 --- a/CommonTools/ParticleFlow/python/pfMuons_cff.py +++ b/CommonTools/ParticleFlow/python/pfMuons_cff.py @@ -1,31 +1,16 @@ import FWCore.ParameterSet.Config as cms from CommonTools.ParticleFlow.ParticleSelectors.pfAllMuons_cfi import * -#from CommonTools.ParticleFlow.ParticleSelectors.pfMuonsPtGt5_cfi import * from CommonTools.ParticleFlow.ParticleSelectors.pfMuonsFromVertex_cfi import * -from CommonTools.ParticleFlow.ParticleSelectors.pfSelectedMuons_cfi import * -from CommonTools.ParticleFlow.Isolation.pfMuonIsolation_cff import * from CommonTools.ParticleFlow.Isolation.pfIsolatedMuons_cfi import * -pfMuonsClones = pfIsolatedMuonsClones.clone() -pfMuonsClones.isolationCut = 999 - -pfMuons = pfIsolatedMuons.clone(src=cms.InputTag("pfMuonsClones")) +pfMuons = pfIsolatedMuons.clone(cut = cms.string("pt > 5 & muonRef.isAvailable()")) pfMuonSequence = cms.Sequence( pfAllMuons + - pfAllMuonsClones + - # muon selection - #pfMuonsPtGt5 + pfMuonsFromVertex + - pfSelectedMuons + - # computing isolation variables: - pfMuonIsolationSequence + - # selecting isolated muons: - pfIsolatedMuonsClones+ - pfMuonsClones+ pfIsolatedMuons+ pfMuons ) diff --git a/CommonTools/RecoAlgos/interface/ClusterStorer.h b/CommonTools/RecoAlgos/interface/ClusterStorer.h index cac97c8314ca2..c3d584c02bb30 100644 --- a/CommonTools/RecoAlgos/interface/ClusterStorer.h +++ b/CommonTools/RecoAlgos/interface/ClusterStorer.h @@ -11,7 +11,7 @@ * * \version $Revision: 1.1 $ * - * $Id: ClusterStorer.h,v 1.1 2009/12/09 15:58:42 flucke Exp $ + * $Id: TrackSelector.h,v 1.1 2009/03/04 13:11:28 llista Exp $ * */ #include "DataFormats/TrackingRecHit/interface/TrackingRecHitFwd.h" diff --git a/CommonTools/RecoAlgos/interface/CosmicTrackingParticleSelector.h b/CommonTools/RecoAlgos/interface/CosmicTrackingParticleSelector.h index 04296b04ac8cd..5cc366d2da4d1 100755 --- a/CommonTools/RecoAlgos/interface/CosmicTrackingParticleSelector.h +++ b/CommonTools/RecoAlgos/interface/CosmicTrackingParticleSelector.h @@ -4,8 +4,8 @@ * * \author Yanyan Gao, FNAL * - * $Date: 2013/06/24 12:25:14 $ - * $Revision: 1.5 $ + * $Date: 2013/05/14 14:26:32 $ + * $Revision: 1.4.4.1 $ * */ #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h" diff --git a/CommonTools/RecoAlgos/interface/GsfElectronSelector.h b/CommonTools/RecoAlgos/interface/GsfElectronSelector.h index 0ca1b427a5632..d60f5272f914f 100755 --- a/CommonTools/RecoAlgos/interface/GsfElectronSelector.h +++ b/CommonTools/RecoAlgos/interface/GsfElectronSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.6 $ + * \version $Revision: 1.5 $ * - * $Id: GsfElectronSelector.h,v 1.6 2013/02/28 00:14:22 wmtan Exp $ + * $Id: GsfElectronSelector.h,v 1.5 2010/09/27 07:48:51 gpetrucc Exp $ * */ diff --git a/CommonTools/RecoAlgos/interface/MuonSelector.h b/CommonTools/RecoAlgos/interface/MuonSelector.h index feedddad12b17..e5ccbf24b74f6 100755 --- a/CommonTools/RecoAlgos/interface/MuonSelector.h +++ b/CommonTools/RecoAlgos/interface/MuonSelector.h @@ -8,9 +8,9 @@ * * \author Javier Fernandez, Uniovi * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: MuonSelector.h,v 1.2 2009/12/09 16:00:33 flucke Exp $ + * $Id: MuonSelector.h,v 1.1 2009/03/04 13:11:28 llista Exp $ * */ #include "DataFormats/MuonReco/interface/Muon.h" diff --git a/CommonTools/RecoAlgos/interface/PhotonSelector.h b/CommonTools/RecoAlgos/interface/PhotonSelector.h index d6196db8d12a8..8399a2331ffe9 100755 --- a/CommonTools/RecoAlgos/interface/PhotonSelector.h +++ b/CommonTools/RecoAlgos/interface/PhotonSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: PhotonSelector.h,v 1.2 2013/02/28 00:14:22 wmtan Exp $ + * $Id: PhotonSelector.h,v 1.1 2009/03/04 13:11:28 llista Exp $ * */ diff --git a/CommonTools/RecoAlgos/interface/RecoTrackRefSelector.h b/CommonTools/RecoAlgos/interface/RecoTrackRefSelector.h index e1080aceb1e44..ba8e51f50cacb 100755 --- a/CommonTools/RecoAlgos/interface/RecoTrackRefSelector.h +++ b/CommonTools/RecoAlgos/interface/RecoTrackRefSelector.h @@ -4,8 +4,8 @@ * * \author Ian Tomalin, RAL * - * $Date: 2010/02/11 00:10:49 $ - * $Revision: 1.2 $ + * $Date: 2009/10/13 12:07:49 $ + * $Revision: 1.1 $ * */ #include "DataFormats/TrackReco/interface/Track.h" diff --git a/CommonTools/RecoAlgos/interface/RecoTrackSelector.h b/CommonTools/RecoAlgos/interface/RecoTrackSelector.h index 1d624b9fd66f8..23490b55a99f7 100755 --- a/CommonTools/RecoAlgos/interface/RecoTrackSelector.h +++ b/CommonTools/RecoAlgos/interface/RecoTrackSelector.h @@ -4,8 +4,8 @@ * * \author Giuseppe Cerati, INFN * - * $Date: 2013/06/24 12:25:14 $ - * $Revision: 1.4 $ + * $Date: 2013/06/05 14:49:09 $ + * $Revision: 1.3.12.2 $ * */ #include "DataFormats/TrackReco/interface/Track.h" diff --git a/CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h b/CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h index e5ea857fdfb3b..e28fbcea7ce1d 100644 --- a/CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h +++ b/CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h @@ -6,9 +6,9 @@ * * \author Giovanni Petrucciani * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: TrackFullCloneSelectorBase.h,v 1.4 2013/02/28 00:12:51 wmtan Exp $ + * $Id: TrackFullCloneSelectorBase.h,v 1.3 2010/02/11 00:10:51 wmtan Exp $ * */ diff --git a/CommonTools/RecoAlgos/interface/TrackSelector.h b/CommonTools/RecoAlgos/interface/TrackSelector.h index 135c5da330f7a..8b422f95a0102 100755 --- a/CommonTools/RecoAlgos/interface/TrackSelector.h +++ b/CommonTools/RecoAlgos/interface/TrackSelector.h @@ -9,9 +9,9 @@ * Reorganized by Petar Maksimovic, JHU * Reorganized again by Giovanni Petrucciani * Outsourcing of cluster cloning by Gero Flucke, DESY - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: TrackSelector.h,v 1.2 2009/12/09 16:00:33 flucke Exp $ + * $Id: TrackSelector.h,v 1.1 2009/03/04 13:11:28 llista Exp $ * */ #include "DataFormats/TrackReco/interface/Track.h" diff --git a/CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h b/CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h index 5bcadded96695..5a0b67b3fd72e 100644 --- a/CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h +++ b/CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h @@ -3,7 +3,7 @@ // Original Author: Giovanni Petrucciani // Created: Fri May 25 10:06:02 CEST 2007 -// $Id: TrackWithVertexSelector.h,v 1.5 2010/05/06 12:06:19 lowette Exp $ +// $Id: TrackWithVertexSelector.h,v 1.4 2010/04/07 08:56:18 gpetrucc Exp $ #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/CommonTools/RecoAlgos/interface/TrackingParticleSelector.h b/CommonTools/RecoAlgos/interface/TrackingParticleSelector.h index 7b3fefa9eb769..7c11c05ba4135 100755 --- a/CommonTools/RecoAlgos/interface/TrackingParticleSelector.h +++ b/CommonTools/RecoAlgos/interface/TrackingParticleSelector.h @@ -4,8 +4,8 @@ * * \author Giuseppe Cerati, INFN * - * $Date: 2013/06/24 12:25:14 $ - * $Revision: 1.7 $ + * $Date: 2013/05/14 15:46:46 $ + * $Revision: 1.5.4.2 $ * */ #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h" diff --git a/CommonTools/RecoAlgos/plugins/ChargedCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ChargedCandidateProducer.cc index 0a7638dabeddc..366ffe9b28edd 100644 --- a/CommonTools/RecoAlgos/plugins/ChargedCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ChargedCandidateProducer.cc @@ -5,7 +5,7 @@ * * \author Steven Lowette * - * $Id: ChargedCandidateProducer.cc,v 1.2 2009/11/18 09:12:49 hegner Exp $ + * $Id: ChargedCandidateProducer.cc,v 1.1 2009/11/17 12:01:31 lowette Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/ChargedRefCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ChargedRefCandidateProducer.cc index 705613ca2e30e..0baa4c9cb2115 100644 --- a/CommonTools/RecoAlgos/plugins/ChargedRefCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ChargedRefCandidateProducer.cc @@ -5,7 +5,7 @@ * * \author Steven Lowette * - * $Id: ChargedRefCandidateProducer.cc,v 1.2 2013/02/28 00:17:18 wmtan Exp $ + * $Id: ChargedRefCandidateProducer.cc,v 1.1 2009/11/26 11:49:29 lowette Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/ConcreteChargedCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ConcreteChargedCandidateProducer.cc index b02ecdae42726..320ff03676983 100755 --- a/CommonTools/RecoAlgos/plugins/ConcreteChargedCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ConcreteChargedCandidateProducer.cc @@ -5,9 +5,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ConcreteChargedCandidateProducer.cc,v 1.2 2013/02/28 00:17:18 wmtan Exp $ + * $Id: ConcreteChargedCandidateProducer.cc,v 1.1 2009/03/04 13:11:29 llista Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/ConcreteChargedRefCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ConcreteChargedRefCandidateProducer.cc index cd15db50b8482..9c8919b0cb706 100644 --- a/CommonTools/RecoAlgos/plugins/ConcreteChargedRefCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ConcreteChargedRefCandidateProducer.cc @@ -5,9 +5,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ConcreteChargedRefCandidateProducer.cc,v 1.2 2013/02/28 00:17:18 wmtan Exp $ + * $Id: ConcreteChargedRefCandidateProducer.cc,v 1.1 2009/11/24 03:47:26 srappocc Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/ConcreteEcalCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ConcreteEcalCandidateProducer.cc index bf516631b7f6c..9c6b87389e5b9 100755 --- a/CommonTools/RecoAlgos/plugins/ConcreteEcalCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ConcreteEcalCandidateProducer.cc @@ -5,9 +5,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ConcreteEcalCandidateProducer.cc,v 1.2 2013/02/28 00:17:18 wmtan Exp $ + * $Id: ConcreteEcalCandidateProducer.cc,v 1.1 2009/03/04 13:11:29 llista Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/ConcreteStandAloneMuonCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/ConcreteStandAloneMuonCandidateProducer.cc index 43bad70584218..57184441ea696 100755 --- a/CommonTools/RecoAlgos/plugins/ConcreteStandAloneMuonCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/ConcreteStandAloneMuonCandidateProducer.cc @@ -5,9 +5,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ConcreteStandAloneMuonCandidateProducer.cc,v 1.2 2013/02/28 00:17:18 wmtan Exp $ + * $Id: ConcreteStandAloneMuonCandidateProducer.cc,v 1.1 2009/03/04 13:11:29 llista Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/CosmicTrackingParticleSelector.cc b/CommonTools/RecoAlgos/plugins/CosmicTrackingParticleSelector.cc index 1401644b30b0f..27b85206d7be0 100755 --- a/CommonTools/RecoAlgos/plugins/CosmicTrackingParticleSelector.cc +++ b/CommonTools/RecoAlgos/plugins/CosmicTrackingParticleSelector.cc @@ -4,8 +4,8 @@ * * \author Yanyan Gao, FNAL * - * $Date: 2010/02/25 00:28:55 $ - * $Revision: 1.2 $ + * $Date: 2009/09/02 22:39:13 $ + * $Revision: 1.1 $ */ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/CommonTools/RecoAlgos/plugins/PFClusterCandidateMerger.cc b/CommonTools/RecoAlgos/plugins/PFClusterCandidateMerger.cc index 3ee14e1994031..5b1efa146644e 100644 --- a/CommonTools/RecoAlgos/plugins/PFClusterCandidateMerger.cc +++ b/CommonTools/RecoAlgos/plugins/PFClusterCandidateMerger.cc @@ -5,7 +5,7 @@ * * \author Hartmut Stadie * - * $Id: PFClusterCandidateMerger.cc,v 1.1 2011/01/27 17:39:41 srappocc Exp $ + * $Id: PFClusterCandidateProducer.cc,v 1.1 2011/01/26 16:00:11 srappocc Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/PFClusterCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/PFClusterCandidateProducer.cc index 686c8853775e5..d4169468c3901 100644 --- a/CommonTools/RecoAlgos/plugins/PFClusterCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/PFClusterCandidateProducer.cc @@ -5,7 +5,7 @@ * * \author Steven Lowette * - * $Id: PFClusterCandidateProducer.cc,v 1.2 2013/02/28 00:17:19 wmtan Exp $ + * $Id: PFClusterCandidateProducer.cc,v 1.1 2011/01/26 16:00:11 srappocc Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/RecoTrackRefSelector.cc b/CommonTools/RecoAlgos/plugins/RecoTrackRefSelector.cc index 4da906a9a7a26..e617f0480c6b5 100755 --- a/CommonTools/RecoAlgos/plugins/RecoTrackRefSelector.cc +++ b/CommonTools/RecoAlgos/plugins/RecoTrackRefSelector.cc @@ -5,7 +5,7 @@ * \author Giuseppe Cerati, INFN * \author Ian Tomalin, RAL * - * $Date: 2009/10/13 12:07:49 $ + * $Date: 2009/07/09 13:11:30 $ * $Revision: 1.1 $ * */ diff --git a/CommonTools/RecoAlgos/plugins/RecoTrackSelector.cc b/CommonTools/RecoAlgos/plugins/RecoTrackSelector.cc index d7c6ffe7f2537..52054bcf0027e 100755 --- a/CommonTools/RecoAlgos/plugins/RecoTrackSelector.cc +++ b/CommonTools/RecoAlgos/plugins/RecoTrackSelector.cc @@ -4,8 +4,8 @@ * * \author Giuseppe Cerati, INFN * - * $Date: 2013/06/24 12:25:14 $ - * $Revision: 1.2 $ + * $Date: 2013/06/04 21:29:52 $ + * $Revision: 1.1.12.1 $ * */ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/CommonTools/RecoAlgos/plugins/TrackViewCandidateProducer.cc b/CommonTools/RecoAlgos/plugins/TrackViewCandidateProducer.cc index 28532c621edeb..7f8c8d1e0c3a8 100755 --- a/CommonTools/RecoAlgos/plugins/TrackViewCandidateProducer.cc +++ b/CommonTools/RecoAlgos/plugins/TrackViewCandidateProducer.cc @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: TrackViewCandidateProducer.cc,v 1.2 2013/02/28 00:17:19 wmtan Exp $ + * $Id: TrackViewCandidateProducer.cc,v 1.1 2009/03/04 13:11:31 llista Exp $ * */ diff --git a/CommonTools/RecoAlgos/plugins/TrackingParticleRefSelector.cc b/CommonTools/RecoAlgos/plugins/TrackingParticleRefSelector.cc index ce9e73e6a1330..9b55921b3c7a2 100755 --- a/CommonTools/RecoAlgos/plugins/TrackingParticleRefSelector.cc +++ b/CommonTools/RecoAlgos/plugins/TrackingParticleRefSelector.cc @@ -4,8 +4,8 @@ * * \author Ian Tomalin, RAL * - * $Date: 2010/02/25 00:28:56 $ - * $Revision: 1.2 $ + * $Date: 2009/10/13 12:07:49 $ + * $Revision: 1.1 $ */ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/CommonTools/RecoAlgos/plugins/TrackingParticleSelector.cc b/CommonTools/RecoAlgos/plugins/TrackingParticleSelector.cc index 8b5db065215c1..ea1fd453bb289 100755 --- a/CommonTools/RecoAlgos/plugins/TrackingParticleSelector.cc +++ b/CommonTools/RecoAlgos/plugins/TrackingParticleSelector.cc @@ -4,8 +4,8 @@ * * \author Giuseppe Cerati, INFN * - * $Date: 2010/02/25 00:28:57 $ - * $Revision: 1.2 $ + * $Date: 2009/03/04 13:11:31 $ + * $Revision: 1.1 $ */ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/CommonTools/RecoAlgos/src/CandidateProducer.h b/CommonTools/RecoAlgos/src/CandidateProducer.h index 65e8aa313d291..8dcfd74fdd8b5 100755 --- a/CommonTools/RecoAlgos/src/CandidateProducer.h +++ b/CommonTools/RecoAlgos/src/CandidateProducer.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.5 $ + * \version $Revision: 1.4 $ * - * $Id: CandidateProducer.h,v 1.5 2013/02/28 00:15:23 wmtan Exp $ + * $Id: CandidateProducer.h,v 1.4 2010/02/11 00:10:53 wmtan Exp $ * */ #include "FWCore/Utilities/interface/InputTag.h" diff --git a/CommonTools/RecoUtils/interface/PFCand_AssoMap.h b/CommonTools/RecoUtils/interface/PFCand_AssoMap.h index f437f174f8fc8..25307e29dfb7b 100644 --- a/CommonTools/RecoUtils/interface/PFCand_AssoMap.h +++ b/CommonTools/RecoUtils/interface/PFCand_AssoMap.h @@ -13,7 +13,7 @@ // // Original Author: Matthias Geisler // Created: Wed Apr 18 14:48:37 CEST 2012 -// $Id: PFCand_AssoMap.h,v 1.8 2012/11/21 09:39:33 mgeisler Exp $ +// $Id: PFCand_AssoMap.h,v 1.7 2012/10/10 11:45:01 mgeisler Exp $ // // diff --git a/CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h b/CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h index 432ed5881036b..344923080347a 100644 --- a/CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h +++ b/CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h @@ -8,7 +8,7 @@ */ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, -// $Id: PFCand_AssoMapAlgos.h,v 1.1 2012/11/21 09:46:43 mgeisler Exp $ +// $Id$ // // #include "CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h" diff --git a/CommonTools/RecoUtils/interface/PFCand_NoPU_WithAM.h b/CommonTools/RecoUtils/interface/PFCand_NoPU_WithAM.h index 6c83f916d9606..5e1151f0588eb 100644 --- a/CommonTools/RecoUtils/interface/PFCand_NoPU_WithAM.h +++ b/CommonTools/RecoUtils/interface/PFCand_NoPU_WithAM.h @@ -14,7 +14,7 @@ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, // Created: Thu Dec 1 16:07:41 CET 2011 -// $Id: PFCand_NoPU_WithAM.h,v 1.3 2012/11/21 09:40:40 mgeisler Exp $ +// $Id: PFCand_NoPU_WithAM.h,v 1.2 2012/04/18 15:09:23 mgeisler Exp $ // // #include diff --git a/CommonTools/RecoUtils/interface/PF_PU_AssoMap.h b/CommonTools/RecoUtils/interface/PF_PU_AssoMap.h index fabbc5ccad0a9..fdafa11772bac 100644 --- a/CommonTools/RecoUtils/interface/PF_PU_AssoMap.h +++ b/CommonTools/RecoUtils/interface/PF_PU_AssoMap.h @@ -13,7 +13,7 @@ */ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, -// $Id: PF_PU_AssoMap.h,v 1.8 2012/11/21 09:42:35 mgeisler Exp $ +// $Id$ // // diff --git a/CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h b/CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h index 9e7f3149571d7..206493993468f 100644 --- a/CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h +++ b/CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h @@ -8,7 +8,7 @@ */ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, -// $Id: PF_PU_AssoMapAlgos.h,v 1.8 2013/05/23 15:41:35 gartung Exp $ +// $Id: PF_PU_AssoMapAlgos.h,v 1.7 2012/11/21 09:45:04 mgeisler Exp $ // // diff --git a/CommonTools/RecoUtils/plugins/PFCand_AssoMap.cc b/CommonTools/RecoUtils/plugins/PFCand_AssoMap.cc index b22aca4ee7eba..052f10611c259 100644 --- a/CommonTools/RecoUtils/plugins/PFCand_AssoMap.cc +++ b/CommonTools/RecoUtils/plugins/PFCand_AssoMap.cc @@ -10,7 +10,7 @@ // // Original Author: Matthias Geisler // Created: Wed Apr 18 14:48:37 CEST 2012 -// $Id: PFCand_AssoMap.cc,v 1.6 2012/12/06 14:02:13 mgeisler Exp $ +// $Id: PFCand_AssoMap.cc,v 1.5 2012/11/21 09:52:27 mgeisler Exp $ // // #include "CommonTools/RecoUtils/interface/PFCand_AssoMap.h" diff --git a/CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc b/CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc index 79342122c33df..4546bf7e3a5a4 100644 --- a/CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc +++ b/CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc @@ -11,7 +11,7 @@ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, // Created: Thu Dec 1 16:07:41 CET 2011 -// $Id: PFCand_NoPU_WithAM.cc,v 1.6 2012/12/20 13:14:12 mgeisler Exp $ +// $Id: PFCand_NoPU_WithAM.cc,v 1.5 2012/12/06 14:03:15 mgeisler Exp $ // // #include "CommonTools/RecoUtils/interface/PFCand_NoPU_WithAM.h" diff --git a/CommonTools/RecoUtils/plugins/PF_PU_AssoMap.cc b/CommonTools/RecoUtils/plugins/PF_PU_AssoMap.cc index d87781905035f..c916164aee604 100644 --- a/CommonTools/RecoUtils/plugins/PF_PU_AssoMap.cc +++ b/CommonTools/RecoUtils/plugins/PF_PU_AssoMap.cc @@ -10,7 +10,7 @@ */ // // Original Author: Matthias Geisler,32 4-B20,+41227676487, -// $Id: PF_PU_AssoMap.cc,v 1.8 2012/11/21 09:56:19 mgeisler Exp $ +// $Id$ // // diff --git a/CommonTools/RecoUtils/plugins/PF_PU_FirstVertexTracks.cc b/CommonTools/RecoUtils/plugins/PF_PU_FirstVertexTracks.cc index f125fc2dfcf37..616a3684a06b7 100644 --- a/CommonTools/RecoUtils/plugins/PF_PU_FirstVertexTracks.cc +++ b/CommonTools/RecoUtils/plugins/PF_PU_FirstVertexTracks.cc @@ -10,7 +10,7 @@ // // Original Author: Matthias Geisler // Created: Wed Apr 18 14:48:37 CEST 2012 -// $Id: PF_PU_FirstVertexTracks.cc,v 1.2 2013/05/23 15:41:36 gartung Exp $ +// $Id: PF_PU_FirstVertexTracks.cc,v 1.1 2012/11/21 09:57:30 mgeisler Exp $ // // #include "CommonTools/RecoUtils/interface/PF_PU_FirstVertexTracks.h" diff --git a/CommonTools/TriggerUtils/interface/CandidateTriggerObjectProducer.h b/CommonTools/TriggerUtils/interface/CandidateTriggerObjectProducer.h index d5357f2df57d0..cd1e3e3cc4ca2 100644 --- a/CommonTools/TriggerUtils/interface/CandidateTriggerObjectProducer.h +++ b/CommonTools/TriggerUtils/interface/CandidateTriggerObjectProducer.h @@ -6,8 +6,8 @@ * * This class creates a list of candidates based on the last accepted filter * - * $Date: 2013/02/28 00:22:50 $ - * $Revision: 1.2 $ + * $Date: 2011/04/30 16:04:26 $ + * $Revision: 1.1 $ * * \author Paolo Meridiani * diff --git a/CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h b/CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h index 2eccad84f4c49..67b68a1020f91 100644 --- a/CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h +++ b/CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h @@ -7,7 +7,7 @@ // Package: CommonTools/TriggerUtils // Class: GenericTriggerEventFlag // -// $Id: GenericTriggerEventFlag.h,v 1.6 2012/01/20 18:18:11 vadler Exp $ +// $Id: GenericTriggerEventFlag.h,v 1.5 2012/01/19 20:17:34 vadler Exp $ // /** \class GenericTriggerEventFlag GenericTriggerEventFlag.h "CommonTools/TriggerUtils/interface/GenericTriggerEventFlag.h" @@ -16,7 +16,7 @@ [...] \author Volker Adler - \version $Id: GenericTriggerEventFlag.h,v 1.6 2012/01/20 18:18:11 vadler Exp $ + \version $Id: GenericTriggerEventFlag.h,v 1.5 2012/01/19 20:17:34 vadler Exp $ */ diff --git a/CommonTools/TriggerUtils/interface/PrescaleWeightProvider.h b/CommonTools/TriggerUtils/interface/PrescaleWeightProvider.h index 04c88e8b9e79b..15bb45d1ee572 100644 --- a/CommonTools/TriggerUtils/interface/PrescaleWeightProvider.h +++ b/CommonTools/TriggerUtils/interface/PrescaleWeightProvider.h @@ -7,7 +7,7 @@ // Package: CommonTools/TriggerUtils // Class: PrescaleWeightProvider // -// $Id: PrescaleWeightProvider.h,v 1.1 2010/08/23 18:44:13 avetisya Exp $ +// $Id: PrescaleWeightProvider.h,v 1.1 2010/08/17 17:15:26 vadler Exp $ // /** \class PrescaleWeightProvider PrescaleWeightProvider.h "CommonTools/TriggerUtils/interface/PrescaleWeightProvider.h" @@ -19,7 +19,7 @@ \author Aram Avetisyan - \version $Id: PrescaleWeightProvider.h,v 1.1 2010/08/23 18:44:13 avetisya Exp $ + \version $Id: PrescaleWeightProvider.h,v 1.1 2010/08/17 17:15:26 vadler Exp $ */ diff --git a/CommonTools/TriggerUtils/src/GenericTriggerEventFlag.cc b/CommonTools/TriggerUtils/src/GenericTriggerEventFlag.cc index 957796c8678c5..50127350e5bdd 100644 --- a/CommonTools/TriggerUtils/src/GenericTriggerEventFlag.cc +++ b/CommonTools/TriggerUtils/src/GenericTriggerEventFlag.cc @@ -1,5 +1,5 @@ // -// $Id: GenericTriggerEventFlag.cc,v 1.14 2012/10/04 20:26:10 vadler Exp $ +// $Id: GenericTriggerEventFlag.cc,v 1.13 2012/04/22 15:09:29 vadler Exp $ // diff --git a/CommonTools/TriggerUtils/src/PrescaleWeightProvider.cc b/CommonTools/TriggerUtils/src/PrescaleWeightProvider.cc index 8b4f01ef39db0..f4e10f38100a8 100644 --- a/CommonTools/TriggerUtils/src/PrescaleWeightProvider.cc +++ b/CommonTools/TriggerUtils/src/PrescaleWeightProvider.cc @@ -1,6 +1,6 @@ // // See header file for description -// $Id: PrescaleWeightProvider.cc,v 1.2 2010/08/25 16:20:29 vadler Exp $ +// $Id: PrescaleWeightProvider.cc,v 1.1 2010/08/23 18:44:13 avetisya Exp $ // diff --git a/CommonTools/TriggerUtils/test/GenericTriggerEventFlagTest.cc b/CommonTools/TriggerUtils/test/GenericTriggerEventFlagTest.cc index 03771dd8cac5c..512a435c6c935 100644 --- a/CommonTools/TriggerUtils/test/GenericTriggerEventFlagTest.cc +++ b/CommonTools/TriggerUtils/test/GenericTriggerEventFlagTest.cc @@ -3,7 +3,7 @@ // Package: TriggerUtils // Class: GenericTriggerEventFlagTest // -// $Id: GenericTriggerEventFlagTest.cc,v 1.3 2013/02/28 00:22:50 wmtan Exp $ +// $Id: GenericTriggerEventFlagTest.cc,v 1.2 2012/01/19 20:17:34 vadler Exp $ // /** \class GenericTriggerEventFlagTest @@ -12,7 +12,7 @@ This unit test ... \author Volker Adler - \version $Id: GenericTriggerEventFlagTest.cc,v 1.3 2013/02/28 00:22:50 wmtan Exp $ + \version $Id: GenericTriggerEventFlagTest.cc,v 1.2 2012/01/19 20:17:34 vadler Exp $ */ diff --git a/CommonTools/UtilAlgos/interface/AssociatedVariableCollectionSelector.h b/CommonTools/UtilAlgos/interface/AssociatedVariableCollectionSelector.h index a6ddbcaaf642a..efddda04d3a86 100755 --- a/CommonTools/UtilAlgos/interface/AssociatedVariableCollectionSelector.h +++ b/CommonTools/UtilAlgos/interface/AssociatedVariableCollectionSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: AssociatedVariableCollectionSelector.h,v 1.3 2013/02/28 00:34:26 wmtan Exp $ + * \version $Id: AssociatedVariableCollectionSelector.h,v 1.2 2010/02/20 20:55:13 wmtan Exp $ * */ #include "FWCore/Utilities/interface/InputTag.h" diff --git a/CommonTools/UtilAlgos/interface/AssociationMapOneToOne2Association.h b/CommonTools/UtilAlgos/interface/AssociationMapOneToOne2Association.h index 17b6f9000e2e2..386ebd8f6848f 100755 --- a/CommonTools/UtilAlgos/interface/AssociationMapOneToOne2Association.h +++ b/CommonTools/UtilAlgos/interface/AssociationMapOneToOne2Association.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: AssociationMapOneToOne2Association.h,v 1.3 2013/02/28 00:34:12 wmtan Exp $ + * \version $Id: AssociationMapOneToOne2Association.h,v 1.2 2010/02/20 20:55:14 wmtan Exp $ */ #include "DataFormats/Common/interface/AssociationMap.h" diff --git a/CommonTools/UtilAlgos/interface/AssociationVector2ValueMap.h b/CommonTools/UtilAlgos/interface/AssociationVector2ValueMap.h index a58dd03da8c65..351206c9effc1 100755 --- a/CommonTools/UtilAlgos/interface/AssociationVector2ValueMap.h +++ b/CommonTools/UtilAlgos/interface/AssociationVector2ValueMap.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: AssociationVector2ValueMap.h,v 1.3 2013/02/28 00:34:12 wmtan Exp $ + * \version $Id: AssociationVector2ValueMap.h,v 1.2 2010/02/20 20:55:15 wmtan Exp $ */ #include "DataFormats/Common/interface/AssociationVector.h" diff --git a/CommonTools/UtilAlgos/interface/AssociationVectorSelector.h b/CommonTools/UtilAlgos/interface/AssociationVectorSelector.h index e410a1ddb35d5..df71208a660bb 100755 --- a/CommonTools/UtilAlgos/interface/AssociationVectorSelector.h +++ b/CommonTools/UtilAlgos/interface/AssociationVectorSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: AssociationVectorSelector.h,v 1.3 2013/02/28 00:34:12 wmtan Exp $ + * \version $Id: AssociationVectorSelector.h,v 1.2 2010/02/20 20:55:16 wmtan Exp $ */ #include "DataFormats/Common/interface/AssociationVector.h" diff --git a/CommonTools/UtilAlgos/interface/CollectionAdder.h b/CommonTools/UtilAlgos/interface/CollectionAdder.h index 53a51fbbd84f3..6902d23549584 100755 --- a/CommonTools/UtilAlgos/interface/CollectionAdder.h +++ b/CommonTools/UtilAlgos/interface/CollectionAdder.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CollectionAdder.h,v 1.4 2013/02/28 00:34:12 wmtan Exp $ + * \version $Id: CollectionAdder.h,v 1.3 2010/02/20 20:55:17 wmtan Exp $ */ #include "FWCore/Framework/interface/EDProducer.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/CommonTools/UtilAlgos/interface/EventSelectorAdapter.h b/CommonTools/UtilAlgos/interface/EventSelectorAdapter.h index 2dabad8d233cd..0094c25dcad92 100644 --- a/CommonTools/UtilAlgos/interface/EventSelectorAdapter.h +++ b/CommonTools/UtilAlgos/interface/EventSelectorAdapter.h @@ -7,9 +7,9 @@ * * \author Christian Veelken, UC Davis * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: EventSelectorAdapter.h,v 1.2 2013/02/28 00:34:12 wmtan Exp $ + * $Id: EventSelectorAdapter.h,v 1.1 2009/03/03 13:07:26 llista Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/EventSelectorBase.h b/CommonTools/UtilAlgos/interface/EventSelectorBase.h index 59c508d41d71b..586b824174935 100644 --- a/CommonTools/UtilAlgos/interface/EventSelectorBase.h +++ b/CommonTools/UtilAlgos/interface/EventSelectorBase.h @@ -7,9 +7,9 @@ * * \author Christian Veelken, UC Davis * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: EventSelectorBase.h,v 1.2 2013/02/28 00:34:26 wmtan Exp $ + * $Id: EventSelectorBase.h,v 1.1 2009/03/03 13:07:26 llista Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/FreeFunctionSelector.h b/CommonTools/UtilAlgos/interface/FreeFunctionSelector.h index d01d5953b8869..4d5f03a8e7e7d 100644 --- a/CommonTools/UtilAlgos/interface/FreeFunctionSelector.h +++ b/CommonTools/UtilAlgos/interface/FreeFunctionSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: FreeFunctionSelector.h,v 1.1 2009/03/03 13:07:26 llista Exp $ + * \version $Id: FreeFunctionSelector.h,v 1.1 2008/01/22 11:17:58 llista Exp $ */ template struct FreeFunctionSelector { diff --git a/CommonTools/UtilAlgos/interface/MasterCollectionHelper.h b/CommonTools/UtilAlgos/interface/MasterCollectionHelper.h index 684ace432106f..da4776cdc2f54 100755 --- a/CommonTools/UtilAlgos/interface/MasterCollectionHelper.h +++ b/CommonTools/UtilAlgos/interface/MasterCollectionHelper.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: MasterCollectionHelper.h,v 1.2 2013/02/28 00:34:26 wmtan Exp $ + * \version $Id: MasterCollectionHelper.h,v 1.1 2009/03/03 13:07:26 llista Exp $ * */ #include "DataFormats/Common/interface/Handle.h" diff --git a/CommonTools/UtilAlgos/interface/Merger.h b/CommonTools/UtilAlgos/interface/Merger.h index 7cb3caa8ffc02..498273bf10cf5 100755 --- a/CommonTools/UtilAlgos/interface/Merger.h +++ b/CommonTools/UtilAlgos/interface/Merger.h @@ -12,9 +12,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: Merger.h,v 1.3 2013/02/28 00:34:12 wmtan Exp $ + * $Id: Merger.h,v 1.2 2010/02/20 20:55:21 wmtan Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/CommonTools/UtilAlgos/interface/ObjectCountEventSelector.h b/CommonTools/UtilAlgos/interface/ObjectCountEventSelector.h index 3a9ed22ae3956..a6c64d5acc1fc 100644 --- a/CommonTools/UtilAlgos/interface/ObjectCountEventSelector.h +++ b/CommonTools/UtilAlgos/interface/ObjectCountEventSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: ObjectCountEventSelector.h,v 1.3 2013/02/28 00:34:26 wmtan Exp $ + * $Id: ObjectCountEventSelector.h,v 1.2 2010/02/20 20:55:24 wmtan Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/ObjectCountFilter.h b/CommonTools/UtilAlgos/interface/ObjectCountFilter.h index ac282a9588c94..890622213a129 100644 --- a/CommonTools/UtilAlgos/interface/ObjectCountFilter.h +++ b/CommonTools/UtilAlgos/interface/ObjectCountFilter.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: ObjectCountFilter.h,v 1.3 2010/02/20 20:55:25 wmtan Exp $ + * $Id: ObjectCountFilter.h,v 1.2 2009/04/08 11:35:00 veelken Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/ObjectCounter.h b/CommonTools/UtilAlgos/interface/ObjectCounter.h index b1a1d659334d5..a9603081aaaca 100644 --- a/CommonTools/UtilAlgos/interface/ObjectCounter.h +++ b/CommonTools/UtilAlgos/interface/ObjectCounter.h @@ -10,9 +10,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ObjectCounter.h,v 1.2 2013/02/28 00:34:12 wmtan Exp $ + * $Id: ObjectCounter.h,v 1.1 2009/03/03 13:07:27 llista Exp $ * */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/CommonTools/UtilAlgos/interface/ObjectPairCollectionSelector.h b/CommonTools/UtilAlgos/interface/ObjectPairCollectionSelector.h index c3edbea541b21..2782d6eedb30e 100644 --- a/CommonTools/UtilAlgos/interface/ObjectPairCollectionSelector.h +++ b/CommonTools/UtilAlgos/interface/ObjectPairCollectionSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ObjectPairCollectionSelector.h,v 1.2 2013/02/28 00:34:26 wmtan Exp $ + * $Id: ObjectPairCollectionSelector.h,v 1.1 2009/03/03 13:07:27 llista Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/ObjectPairFilter.h b/CommonTools/UtilAlgos/interface/ObjectPairFilter.h index 22f2da22bbd99..f2b0df324e235 100755 --- a/CommonTools/UtilAlgos/interface/ObjectPairFilter.h +++ b/CommonTools/UtilAlgos/interface/ObjectPairFilter.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: ObjectPairFilter.h,v 1.4 2013/02/28 00:34:12 wmtan Exp $ + * $Id: ObjectPairFilter.h,v 1.3 2010/02/20 20:55:26 wmtan Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/ObjectSelector.h b/CommonTools/UtilAlgos/interface/ObjectSelector.h index fc37b707b423e..17cbc65df9d4f 100644 --- a/CommonTools/UtilAlgos/interface/ObjectSelector.h +++ b/CommonTools/UtilAlgos/interface/ObjectSelector.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: ObjectSelector.h,v 1.4 2013/02/28 00:29:50 wmtan Exp $ + * $Id: ObjectSelector.h,v 1.3 2010/02/20 20:55:27 wmtan Exp $ * */ diff --git a/CommonTools/UtilAlgos/interface/SingleElementCollectionRefSelector.h b/CommonTools/UtilAlgos/interface/SingleElementCollectionRefSelector.h index f7b727579a4df..c0d2a473a085c 100644 --- a/CommonTools/UtilAlgos/interface/SingleElementCollectionRefSelector.h +++ b/CommonTools/UtilAlgos/interface/SingleElementCollectionRefSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: SingleElementCollectionRefSelector.h,v 1.2 2013/02/28 00:28:05 wmtan Exp $ + * $Id: SingleElementCollectionRefSelector.h,v 1.1 2009/03/03 13:07:28 llista Exp $ * */ #include "CommonTools/UtilAlgos/interface/SelectionAdderTrait.h" diff --git a/CommonTools/UtilAlgos/interface/SingleElementCollectionSelector.h b/CommonTools/UtilAlgos/interface/SingleElementCollectionSelector.h index 7fb0659c37411..c0c7031635b90 100644 --- a/CommonTools/UtilAlgos/interface/SingleElementCollectionSelector.h +++ b/CommonTools/UtilAlgos/interface/SingleElementCollectionSelector.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: SingleElementCollectionSelector.h,v 1.2 2013/02/28 00:28:06 wmtan Exp $ + * $Id: SingleElementCollectionSelector.h,v 1.1 2009/03/03 13:07:28 llista Exp $ * */ #include "CommonTools/UtilAlgos/interface/SelectionAdderTrait.h" diff --git a/CommonTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h b/CommonTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h index 18b7e344d4d68..18e90f6962d30 100644 --- a/CommonTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h +++ b/CommonTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: SingleElementCollectionSelectorPlusEvent.h,v 1.2 2013/02/28 00:28:06 wmtan Exp $ + * $Id: SingleElementCollectionSelectorPlusEvent.h,v 1.1 2009/03/03 13:07:28 llista Exp $ * */ #include "CommonTools/UtilAlgos/interface/SelectionAdderTrait.h" diff --git a/CommonTools/UtilAlgos/interface/SortCollectionSelector.h b/CommonTools/UtilAlgos/interface/SortCollectionSelector.h index 717bd103dc485..a3359373a72a1 100644 --- a/CommonTools/UtilAlgos/interface/SortCollectionSelector.h +++ b/CommonTools/UtilAlgos/interface/SortCollectionSelector.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: SortCollectionSelector.h,v 1.2 2013/02/28 00:28:06 wmtan Exp $ + * $Id: SortCollectionSelector.h,v 1.1 2009/03/03 13:07:28 llista Exp $ * */ diff --git a/CommonTools/UtilAlgos/plugins/DoubleProducer.cc b/CommonTools/UtilAlgos/plugins/DoubleProducer.cc index dd55a5729cc38..45a4348d9ca4b 100644 --- a/CommonTools/UtilAlgos/plugins/DoubleProducer.cc +++ b/CommonTools/UtilAlgos/plugins/DoubleProducer.cc @@ -2,7 +2,7 @@ * * \author Luca Lista, INFN * - * $Id: DoubleProducer.cc,v 1.2 2013/02/28 00:37:01 wmtan Exp $ + * $Id: DoubleProducer.cc,v 1.1 2009/03/03 13:07:29 llista Exp $ * */ diff --git a/CommonTools/Utils/interface/AndPairSelector.h b/CommonTools/Utils/interface/AndPairSelector.h index d1fe9220b0cf5..bc77207db524e 100755 --- a/CommonTools/Utils/interface/AndPairSelector.h +++ b/CommonTools/Utils/interface/AndPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: AndPairSelector.h,v 1.2 2012/06/26 21:13:11 wmtan Exp $ + * $Id: AndPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/AndSelector.h b/CommonTools/Utils/interface/AndSelector.h index ee137cd1eba8e..507e1fb22836f 100644 --- a/CommonTools/Utils/interface/AndSelector.h +++ b/CommonTools/Utils/interface/AndSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: AndSelector.h,v 1.1 2009/02/20 16:20:38 llista Exp $ + * $Id: AndSelector.h,v 1.7 2008/05/20 15:13:27 piccolo Exp $ */ namespace helpers { diff --git a/CommonTools/Utils/interface/AnyPairSelector.h b/CommonTools/Utils/interface/AnyPairSelector.h index c2a9207e5954f..8f7453d2f4f80 100644 --- a/CommonTools/Utils/interface/AnyPairSelector.h +++ b/CommonTools/Utils/interface/AnyPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: AnyPairSelector.h,v 1.1 2009/02/24 14:10:18 llista Exp $ + * $Id: AnyPairSelector.h,v 1.3 2007/06/18 18:33:53 llista Exp $ */ struct AnyPairSelector { diff --git a/CommonTools/Utils/interface/AnySelector.h b/CommonTools/Utils/interface/AnySelector.h index 2d1f03837c69e..79b949f75e11c 100644 --- a/CommonTools/Utils/interface/AnySelector.h +++ b/CommonTools/Utils/interface/AnySelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: AnySelector.h,v 1.1 2009/02/24 14:10:19 llista Exp $ + * $Id: AnySelector.h,v 1.5 2007/06/18 18:33:53 llista Exp $ */ struct AnySelector { diff --git a/CommonTools/Utils/interface/DeltaPhiMinPairSelector.h b/CommonTools/Utils/interface/DeltaPhiMinPairSelector.h index 8d90e681c1016..8235b1e8e5614 100644 --- a/CommonTools/Utils/interface/DeltaPhiMinPairSelector.h +++ b/CommonTools/Utils/interface/DeltaPhiMinPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: DeltaPhiMinPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: DeltaPhiMinPairSelector.h,v 1.1 2007/06/19 15:39:08 llista Exp $ */ #include "DataFormats/Math/interface/deltaPhi.h" diff --git a/CommonTools/Utils/interface/DeltaRMinPairSelector.h b/CommonTools/Utils/interface/DeltaRMinPairSelector.h index b0c9f673e46c3..478869d1d9e1f 100644 --- a/CommonTools/Utils/interface/DeltaRMinPairSelector.h +++ b/CommonTools/Utils/interface/DeltaRMinPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: DeltaRMinPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: DeltaRMinPairSelector.h,v 1.1 2007/06/19 15:39:08 llista Exp $ */ #include "DataFormats/Math/interface/deltaR.h" diff --git a/CommonTools/Utils/interface/EtComparator.h b/CommonTools/Utils/interface/EtComparator.h index fde79ce4bba38..56ec84807704e 100644 --- a/CommonTools/Utils/interface/EtComparator.h +++ b/CommonTools/Utils/interface/EtComparator.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: EtComparator.h,v 1.1 2009/02/24 14:52:46 llista Exp $ + * $Id: EtComparator.h,v 1.2 2007/04/23 20:41:01 llista Exp $ * */ diff --git a/CommonTools/Utils/interface/EtMinSelector.h b/CommonTools/Utils/interface/EtMinSelector.h index 8df8277ed4a0b..69c5b752c5f8b 100644 --- a/CommonTools/Utils/interface/EtMinSelector.h +++ b/CommonTools/Utils/interface/EtMinSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: EtMinSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: EtMinSelector.h,v 1.5 2007/06/18 18:33:53 llista Exp $ */ struct EtMinSelector { diff --git a/CommonTools/Utils/interface/EtaRangeSelector.h b/CommonTools/Utils/interface/EtaRangeSelector.h index dc79a06356932..24a1909a9729d 100644 --- a/CommonTools/Utils/interface/EtaRangeSelector.h +++ b/CommonTools/Utils/interface/EtaRangeSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: EtaRangeSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: EtaRangeSelector.h,v 1.4 2007/06/18 18:33:53 llista Exp $ */ struct EtaRangeSelector { diff --git a/CommonTools/Utils/interface/Exception.h b/CommonTools/Utils/interface/Exception.h index f2e539b8de26d..8307728438ebf 100644 --- a/CommonTools/Utils/interface/Exception.h +++ b/CommonTools/Utils/interface/Exception.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Aug 14 17:09:42 EDT 2008 -// $Id: Exception.h,v 1.3 2009/03/17 09:38:54 llista Exp $ +// $Id: Exception.h,v 1.2 2009/02/24 14:40:26 llista Exp $ // // system include files diff --git a/CommonTools/Utils/interface/ExpressionHisto.h b/CommonTools/Utils/interface/ExpressionHisto.h index 7b731bc62286d..ee1104e8306cb 100644 --- a/CommonTools/Utils/interface/ExpressionHisto.h +++ b/CommonTools/Utils/interface/ExpressionHisto.h @@ -16,7 +16,7 @@ // // Original Author: Benedikt HEGNER // Created: Fri Jun 1 14:35:22 CEST 2007 -// $Id: ExpressionHisto.h,v 1.1 2010/05/04 10:36:06 hegner Exp $ +// $Id: ExpressionHisto.h,v 1.2 2009/07/09 10:52:01 gpetrucc Exp $ // // system include files diff --git a/CommonTools/Utils/interface/FunctionMinSelector.h b/CommonTools/Utils/interface/FunctionMinSelector.h index 16f654e6140e1..9fcce9fa54154 100755 --- a/CommonTools/Utils/interface/FunctionMinSelector.h +++ b/CommonTools/Utils/interface/FunctionMinSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: FunctionMinSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: FunctionMinSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MassMinSelector.h b/CommonTools/Utils/interface/MassMinSelector.h index 02cca9731127a..8a8bdc2099199 100755 --- a/CommonTools/Utils/interface/MassMinSelector.h +++ b/CommonTools/Utils/interface/MassMinSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MassMinSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MassMinSelector.h,v 1.1 2007/07/12 08:30:40 llista Exp $ */ struct MassMinSelector { diff --git a/CommonTools/Utils/interface/MassRangeSelector.h b/CommonTools/Utils/interface/MassRangeSelector.h index c004f10fcea0e..c4b68f3342690 100755 --- a/CommonTools/Utils/interface/MassRangeSelector.h +++ b/CommonTools/Utils/interface/MassRangeSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MassRangeSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MassRangeSelector.h,v 1.3 2007/06/18 18:33:53 llista Exp $ */ struct MassRangeSelector { diff --git a/CommonTools/Utils/interface/MaxFunctionSelector.h b/CommonTools/Utils/interface/MaxFunctionSelector.h index bf04d126b5b83..cc56872b6d0e0 100755 --- a/CommonTools/Utils/interface/MaxFunctionSelector.h +++ b/CommonTools/Utils/interface/MaxFunctionSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MaxFunctionSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: MaxFunctionSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MaxNumberSelector.h b/CommonTools/Utils/interface/MaxNumberSelector.h index 22a77389847e9..a2216972a53e8 100644 --- a/CommonTools/Utils/interface/MaxNumberSelector.h +++ b/CommonTools/Utils/interface/MaxNumberSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MaxNumberSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MaxNumberSelector.h,v 1.1 2007/11/30 13:33:43 llista Exp $ */ struct MaxNumberSelector { diff --git a/CommonTools/Utils/interface/MaxObjectPairSelector.h b/CommonTools/Utils/interface/MaxObjectPairSelector.h index a0bbbb347f4f1..cd280dedb17f1 100755 --- a/CommonTools/Utils/interface/MaxObjectPairSelector.h +++ b/CommonTools/Utils/interface/MaxObjectPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MaxObjectPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MaxObjectPairSelector.h,v 1.3 2007/06/18 18:33:53 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MaxSelector.h b/CommonTools/Utils/interface/MaxSelector.h index c79bf23f6b3ba..e50671e04ec64 100755 --- a/CommonTools/Utils/interface/MaxSelector.h +++ b/CommonTools/Utils/interface/MaxSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MaxSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: MaxSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MinFunctionSelector.h b/CommonTools/Utils/interface/MinFunctionSelector.h index d8009220eedb5..24848a41273c2 100755 --- a/CommonTools/Utils/interface/MinFunctionSelector.h +++ b/CommonTools/Utils/interface/MinFunctionSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MinFunctionSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: MinFunctionSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MinNumberSelector.h b/CommonTools/Utils/interface/MinNumberSelector.h index 2e9b39bb125e7..0af644193e3ab 100644 --- a/CommonTools/Utils/interface/MinNumberSelector.h +++ b/CommonTools/Utils/interface/MinNumberSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MinNumberSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MinNumberSelector.h,v 1.5 2007/11/30 13:33:43 llista Exp $ */ struct MinNumberSelector { diff --git a/CommonTools/Utils/interface/MinObjectPairSelector.h b/CommonTools/Utils/interface/MinObjectPairSelector.h index adb1c3e0f977e..cb9a6b2c4168e 100755 --- a/CommonTools/Utils/interface/MinObjectPairSelector.h +++ b/CommonTools/Utils/interface/MinObjectPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MinObjectPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: MinObjectPairSelector.h,v 1.3 2007/06/18 18:33:54 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/MinSelector.h b/CommonTools/Utils/interface/MinSelector.h index 936065d1e0504..14e2fa5b23c3d 100755 --- a/CommonTools/Utils/interface/MinSelector.h +++ b/CommonTools/Utils/interface/MinSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: MinSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: MinSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/NonNullNumberSelector.h b/CommonTools/Utils/interface/NonNullNumberSelector.h index dbf61157b9449..7a9cfab1cfb37 100644 --- a/CommonTools/Utils/interface/NonNullNumberSelector.h +++ b/CommonTools/Utils/interface/NonNullNumberSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: NonNullNumberSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: NonNullNumberSelector.h,v 1.3 2007/06/07 08:59:43 llista Exp $ */ struct NonNullNumberSelector { diff --git a/CommonTools/Utils/interface/OrPairSelector.h b/CommonTools/Utils/interface/OrPairSelector.h index e3e6206d21a49..2619ee3378a2c 100755 --- a/CommonTools/Utils/interface/OrPairSelector.h +++ b/CommonTools/Utils/interface/OrPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: OrPairSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: OrPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/OrSelector.h b/CommonTools/Utils/interface/OrSelector.h index e391f29cb0446..a63af32db7bc3 100644 --- a/CommonTools/Utils/interface/OrSelector.h +++ b/CommonTools/Utils/interface/OrSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: OrSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: OrSelector.h,v 1.6 2008/05/20 15:13:27 piccolo Exp $ */ namespace helpers { diff --git a/CommonTools/Utils/interface/PairSelector.h b/CommonTools/Utils/interface/PairSelector.h index fadfafbc5379c..96866c8eb537c 100755 --- a/CommonTools/Utils/interface/PairSelector.h +++ b/CommonTools/Utils/interface/PairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: PairSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: PairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/PdgIdExcluder.h b/CommonTools/Utils/interface/PdgIdExcluder.h index 2672337b54276..53081c8aefce0 100644 --- a/CommonTools/Utils/interface/PdgIdExcluder.h +++ b/CommonTools/Utils/interface/PdgIdExcluder.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: PdgIdExcluder.h,v 1.2 2009/09/04 12:37:20 hegner Exp $ + * $Id: PdgIdExcluder.h,v 1.1 2009/02/24 15:01:17 llista Exp $ */ #include #include diff --git a/CommonTools/Utils/interface/PdgIdSelector.h b/CommonTools/Utils/interface/PdgIdSelector.h index 1fb5aa6a0c4b4..92def8bfc0dfd 100755 --- a/CommonTools/Utils/interface/PdgIdSelector.h +++ b/CommonTools/Utils/interface/PdgIdSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: PdgIdSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: PdgIdSelector.h,v 1.4 2007/11/14 10:14:21 llista Exp $ */ #include #include diff --git a/CommonTools/Utils/interface/PointerComparator.h b/CommonTools/Utils/interface/PointerComparator.h index 5b16f30cabec4..759e010c0d544 100644 --- a/CommonTools/Utils/interface/PointerComparator.h +++ b/CommonTools/Utils/interface/PointerComparator.h @@ -8,7 +8,7 @@ * * \version $Revision: 1.1 $ * - * $Id: PointerComparator.h,v 1.1 2009/02/24 14:52:46 llista Exp $ + * $Id: PointerComparator.h,v 1.1 2007/04/23 20:43:09 llista Exp $ * */ #include "FWCore/Utilities/interface/EDMException.h" diff --git a/CommonTools/Utils/interface/PtComparator.h b/CommonTools/Utils/interface/PtComparator.h index e483dde05fc5b..b7e311106db09 100644 --- a/CommonTools/Utils/interface/PtComparator.h +++ b/CommonTools/Utils/interface/PtComparator.h @@ -7,9 +7,9 @@ * \author Luca Lista, INFN * numeric safe implementation by Fedor Ratnikov, FNAL * - * \version $Revision: 1.1 $ + * \version $Revision: 1.4 $ * - * $Id: PtComparator.h,v 1.1 2009/02/24 14:52:46 llista Exp $ + * $Id: PtComparator.h,v 1.4 2007/04/23 20:54:26 llista Exp $ * */ diff --git a/CommonTools/Utils/interface/PtMinSelector.h b/CommonTools/Utils/interface/PtMinSelector.h index 796c7f364731b..d00ec6b3548a7 100644 --- a/CommonTools/Utils/interface/PtMinSelector.h +++ b/CommonTools/Utils/interface/PtMinSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: PtMinSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: PtMinSelector.h,v 1.6 2007/06/18 18:33:54 llista Exp $ */ struct PtMinSelector { diff --git a/CommonTools/Utils/interface/RangeObjectPairSelector.h b/CommonTools/Utils/interface/RangeObjectPairSelector.h index 886ff00a35d9b..7eacdb0b753ed 100755 --- a/CommonTools/Utils/interface/RangeObjectPairSelector.h +++ b/CommonTools/Utils/interface/RangeObjectPairSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: RangeObjectPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: RangeObjectPairSelector.h,v 1.4 2007/06/18 18:33:54 llista Exp $ */ template diff --git a/CommonTools/Utils/interface/RangeSelector.h b/CommonTools/Utils/interface/RangeSelector.h index 2b362ff60db4b..c4fb737e54f6b 100755 --- a/CommonTools/Utils/interface/RangeSelector.h +++ b/CommonTools/Utils/interface/RangeSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: RangeSelector.h,v 1.2 2012/06/26 21:13:12 wmtan Exp $ + * $Id: RangeSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ */ #include diff --git a/CommonTools/Utils/interface/StatusSelector.h b/CommonTools/Utils/interface/StatusSelector.h index 10b576b460f98..e3700d4345498 100755 --- a/CommonTools/Utils/interface/StatusSelector.h +++ b/CommonTools/Utils/interface/StatusSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: StatusSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $ + * $Id: StatusSelector.h,v 1.3 2007/06/18 18:33:54 llista Exp $ */ #include #include diff --git a/CommonTools/Utils/interface/StringCutObjectSelector.h b/CommonTools/Utils/interface/StringCutObjectSelector.h index d5f4d545c643e..b0362783a24b3 100755 --- a/CommonTools/Utils/interface/StringCutObjectSelector.h +++ b/CommonTools/Utils/interface/StringCutObjectSelector.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: StringCutObjectSelector.h,v 1.5 2012/08/03 18:08:09 wmtan Exp $ + * $Id: StringCutObjectSelector.h,v 1.4 2012/06/26 21:09:37 wmtan Exp $ */ #include "FWCore/Utilities/interface/EDMException.h" #include "CommonTools/Utils/src/SelectorPtr.h" diff --git a/CommonTools/Utils/interface/StringObjectFunction.h b/CommonTools/Utils/interface/StringObjectFunction.h index 8513eaa5c0f2b..f6dce36cd7c85 100755 --- a/CommonTools/Utils/interface/StringObjectFunction.h +++ b/CommonTools/Utils/interface/StringObjectFunction.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * $Id: StringObjectFunction.h,v 1.5 2012/08/03 18:08:09 wmtan Exp $ + * $Id: StringObjectFunction.h,v 1.4 2012/06/26 21:09:37 wmtan Exp $ */ #include "FWCore/Utilities/interface/EDMException.h" #include "CommonTools/Utils/src/ExpressionPtr.h" diff --git a/CommonTools/Utils/interface/StringToEnumValue.h b/CommonTools/Utils/interface/StringToEnumValue.h index 048265b373184..0fb35f664bd8e 100644 --- a/CommonTools/Utils/interface/StringToEnumValue.h +++ b/CommonTools/Utils/interface/StringToEnumValue.h @@ -17,7 +17,7 @@ \author Stefano Argiro - \version $Id: StringToEnumValue.h,v 1.6 2013/01/25 23:27:41 wmtan Exp $ + \version $Id: StringToEnumValue.h,v 1.5 2012/08/28 22:28:38 wmtan Exp $ \date 04 Mar 2011 */ diff --git a/CommonTools/Utils/interface/TH1AddDirectorySentry.h b/CommonTools/Utils/interface/TH1AddDirectorySentry.h index cc84358c6c951..fd7c4045483f2 100644 --- a/CommonTools/Utils/interface/TH1AddDirectorySentry.h +++ b/CommonTools/Utils/interface/TH1AddDirectorySentry.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Thu Nov 8 12:16:13 EST 2007 -// $Id: TH1AddDirectorySentry.h,v 1.1 2010/01/05 14:21:14 hegner Exp $ +// $Id: TH1AddDirectorySentry.h,v 1.1 2009/03/03 13:07:28 llista Exp $ // class TH1AddDirectorySentry diff --git a/CommonTools/Utils/src/Abort.h b/CommonTools/Utils/src/Abort.h index 72a55b9b19cf3..44b62b4699e0e 100755 --- a/CommonTools/Utils/src/Abort.h +++ b/CommonTools/Utils/src/Abort.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ diff --git a/CommonTools/Utils/src/AndCombiner.h b/CommonTools/Utils/src/AndCombiner.h index 49e4923ecc739..30f0e71873f00 100755 --- a/CommonTools/Utils/src/AndCombiner.h +++ b/CommonTools/Utils/src/AndCombiner.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/BinaryCutSetter.h b/CommonTools/Utils/src/BinaryCutSetter.h index 583264d7f9b1f..e1003738bcb98 100644 --- a/CommonTools/Utils/src/BinaryCutSetter.h +++ b/CommonTools/Utils/src/BinaryCutSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorStack.h" diff --git a/CommonTools/Utils/src/BinarySelector.h b/CommonTools/Utils/src/BinarySelector.h index e4275d37e5f6f..8c3aad1c63127 100755 --- a/CommonTools/Utils/src/BinarySelector.h +++ b/CommonTools/Utils/src/BinarySelector.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/BinarySelectorSetter.h b/CommonTools/Utils/src/BinarySelectorSetter.h index c6e5aacad9d97..8ff4b9f0179a0 100755 --- a/CommonTools/Utils/src/BinarySelectorSetter.h +++ b/CommonTools/Utils/src/BinarySelectorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorStack.h" diff --git a/CommonTools/Utils/src/CombinerSetter.h b/CommonTools/Utils/src/CombinerSetter.h index 0c32931f2fb74..1322bba78c70e 100755 --- a/CommonTools/Utils/src/CombinerSetter.h +++ b/CommonTools/Utils/src/CombinerSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/Combiner.h" diff --git a/CommonTools/Utils/src/Comparison.h b/CommonTools/Utils/src/Comparison.h index 7570afef41634..039d6450761a6 100755 --- a/CommonTools/Utils/src/Comparison.h +++ b/CommonTools/Utils/src/Comparison.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ComparisonBase.h" diff --git a/CommonTools/Utils/src/ComparisonBase.h b/CommonTools/Utils/src/ComparisonBase.h index 735630356f7cb..5c11bf268ca16 100755 --- a/CommonTools/Utils/src/ComparisonBase.h +++ b/CommonTools/Utils/src/ComparisonBase.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ diff --git a/CommonTools/Utils/src/ComparisonSetter.h b/CommonTools/Utils/src/ComparisonSetter.h index 805f613c7bf27..6729d6fb30bca 100755 --- a/CommonTools/Utils/src/ComparisonSetter.h +++ b/CommonTools/Utils/src/ComparisonSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ComparisonStack.h" diff --git a/CommonTools/Utils/src/ComparisonStack.h b/CommonTools/Utils/src/ComparisonStack.h index 6f3ac8e9d6482..dc8088fb6da83 100755 --- a/CommonTools/Utils/src/ComparisonStack.h +++ b/CommonTools/Utils/src/ComparisonStack.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/CutBinaryOperator.h b/CommonTools/Utils/src/CutBinaryOperator.h index 9a34ae2bd9e58..84c3992fff878 100644 --- a/CommonTools/Utils/src/CutBinaryOperator.h +++ b/CommonTools/Utils/src/CutBinaryOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/CutBase.h" diff --git a/CommonTools/Utils/src/CutBinaryOperatorSetter.h b/CommonTools/Utils/src/CutBinaryOperatorSetter.h index 1f5a2fd4110fc..fd4cdffa35d63 100644 --- a/CommonTools/Utils/src/CutBinaryOperatorSetter.h +++ b/CommonTools/Utils/src/CutBinaryOperatorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/CutBinaryOperator.h" diff --git a/CommonTools/Utils/src/CutSetter.h b/CommonTools/Utils/src/CutSetter.h index 4ccd0f07b2502..28313a66aa564 100755 --- a/CommonTools/Utils/src/CutSetter.h +++ b/CommonTools/Utils/src/CutSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * */ #include "CommonTools/Utils/src/SelectorPtr.h" diff --git a/CommonTools/Utils/src/ErrorCodes.h b/CommonTools/Utils/src/ErrorCodes.h index f63f2766d41bd..6c69e32fe5ff0 100644 --- a/CommonTools/Utils/src/ErrorCodes.h +++ b/CommonTools/Utils/src/ErrorCodes.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Aug 13 10:37:44 EDT 2008 -// $Id: ErrorCodes.h,v 1.1 2009/02/24 14:10:20 llista Exp $ +// $Id: ErrorCodes.h,v 1.2 2008/11/07 15:13:08 gpetrucc Exp $ // // system include files diff --git a/CommonTools/Utils/src/ExpressionBase.h b/CommonTools/Utils/src/ExpressionBase.h index 43674f79052cd..8738d583c716f 100755 --- a/CommonTools/Utils/src/ExpressionBase.h +++ b/CommonTools/Utils/src/ExpressionBase.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/ExpressionBinaryOperator.h b/CommonTools/Utils/src/ExpressionBinaryOperator.h index f120a09a8dcf8..1d0deb57765e5 100755 --- a/CommonTools/Utils/src/ExpressionBinaryOperator.h +++ b/CommonTools/Utils/src/ExpressionBinaryOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionBinaryOperatorSetter.h b/CommonTools/Utils/src/ExpressionBinaryOperatorSetter.h index bb5bfdc5072b6..b837de0a93158 100755 --- a/CommonTools/Utils/src/ExpressionBinaryOperatorSetter.h +++ b/CommonTools/Utils/src/ExpressionBinaryOperatorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBinaryOperator.h" diff --git a/CommonTools/Utils/src/ExpressionCondition.h b/CommonTools/Utils/src/ExpressionCondition.h index 74423b01bb123..f9f1a2cca6e33 100644 --- a/CommonTools/Utils/src/ExpressionCondition.h +++ b/CommonTools/Utils/src/ExpressionCondition.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionConditionSetter.h b/CommonTools/Utils/src/ExpressionConditionSetter.h index 517136c743c4b..0dca9b96fe036 100644 --- a/CommonTools/Utils/src/ExpressionConditionSetter.h +++ b/CommonTools/Utils/src/ExpressionConditionSetter.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include "CommonTools/Utils/src/ExpressionStack.h" diff --git a/CommonTools/Utils/src/ExpressionFunctionSetter.h b/CommonTools/Utils/src/ExpressionFunctionSetter.h index 551c4e19381f5..72a4741b4f249 100755 --- a/CommonTools/Utils/src/ExpressionFunctionSetter.h +++ b/CommonTools/Utils/src/ExpressionFunctionSetter.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include "CommonTools/Utils/src/ExpressionStack.h" diff --git a/CommonTools/Utils/src/ExpressionNumber.h b/CommonTools/Utils/src/ExpressionNumber.h index 0dd8fcb2f2973..c958159ab724d 100755 --- a/CommonTools/Utils/src/ExpressionNumber.h +++ b/CommonTools/Utils/src/ExpressionNumber.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionNumberSetter.h b/CommonTools/Utils/src/ExpressionNumberSetter.h index 07a414aff60c5..759ba657e928f 100755 --- a/CommonTools/Utils/src/ExpressionNumberSetter.h +++ b/CommonTools/Utils/src/ExpressionNumberSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * */ #include "CommonTools/Utils/src/ExpressionNumber.h" diff --git a/CommonTools/Utils/src/ExpressionPtr.h b/CommonTools/Utils/src/ExpressionPtr.h index f624deb96f02a..dfcd15e525be4 100755 --- a/CommonTools/Utils/src/ExpressionPtr.h +++ b/CommonTools/Utils/src/ExpressionPtr.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/ExpressionQuaterOperator.h b/CommonTools/Utils/src/ExpressionQuaterOperator.h index fd18c0abab867..bf360bb3abf4f 100644 --- a/CommonTools/Utils/src/ExpressionQuaterOperator.h +++ b/CommonTools/Utils/src/ExpressionQuaterOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionSelectorSetter.h b/CommonTools/Utils/src/ExpressionSelectorSetter.h index c9c4a05a73a40..b9fa7a2d54087 100755 --- a/CommonTools/Utils/src/ExpressionSelectorSetter.h +++ b/CommonTools/Utils/src/ExpressionSelectorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorStack.h" diff --git a/CommonTools/Utils/src/ExpressionSetter.h b/CommonTools/Utils/src/ExpressionSetter.h index b12a1f0d57cdb..a6c41eb40f5dc 100755 --- a/CommonTools/Utils/src/ExpressionSetter.h +++ b/CommonTools/Utils/src/ExpressionSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionPtr.h" diff --git a/CommonTools/Utils/src/ExpressionStack.h b/CommonTools/Utils/src/ExpressionStack.h index 26db9cfbbbf80..6e1a9386c1813 100755 --- a/CommonTools/Utils/src/ExpressionStack.h +++ b/CommonTools/Utils/src/ExpressionStack.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/ExpressionUnaryOperator.h b/CommonTools/Utils/src/ExpressionUnaryOperator.h index 59c5bc5dc97b2..2ec58c846e15f 100755 --- a/CommonTools/Utils/src/ExpressionUnaryOperator.h +++ b/CommonTools/Utils/src/ExpressionUnaryOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionUnaryOperatorSetter.h b/CommonTools/Utils/src/ExpressionUnaryOperatorSetter.h index 9a5d9aaf2551a..49760e893c936 100755 --- a/CommonTools/Utils/src/ExpressionUnaryOperatorSetter.h +++ b/CommonTools/Utils/src/ExpressionUnaryOperatorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/ExpressionUnaryOperator.h" diff --git a/CommonTools/Utils/src/ExpressionVar.h b/CommonTools/Utils/src/ExpressionVar.h index 2a7ec92f1f123..359d5ddca0a12 100755 --- a/CommonTools/Utils/src/ExpressionVar.h +++ b/CommonTools/Utils/src/ExpressionVar.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.7 $ + * \version $Revision: 1.6 $ * */ #include "CommonTools/Utils/src/ExpressionBase.h" diff --git a/CommonTools/Utils/src/ExpressionVarSetter.h b/CommonTools/Utils/src/ExpressionVarSetter.h index 5b5dea5de3ccd..b7cdb0b478a83 100755 --- a/CommonTools/Utils/src/ExpressionVarSetter.h +++ b/CommonTools/Utils/src/ExpressionVarSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * */ #include "CommonTools/Utils/src/ExpressionStack.h" diff --git a/CommonTools/Utils/src/Function.h b/CommonTools/Utils/src/Function.h index b0b961dcbb3f3..ac26881f639ae 100755 --- a/CommonTools/Utils/src/Function.h +++ b/CommonTools/Utils/src/Function.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * */ #ifdef BOOST_SPIRIT_DEBUG diff --git a/CommonTools/Utils/src/FunctionSetter.h b/CommonTools/Utils/src/FunctionSetter.h index 583f98e282106..4930af2f2d635 100755 --- a/CommonTools/Utils/src/FunctionSetter.h +++ b/CommonTools/Utils/src/FunctionSetter.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/Function.h" diff --git a/CommonTools/Utils/src/FunctionStack.h b/CommonTools/Utils/src/FunctionStack.h index 7f44b9c6116f2..9bec8ab8cc3ab 100755 --- a/CommonTools/Utils/src/FunctionStack.h +++ b/CommonTools/Utils/src/FunctionStack.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include "CommonTools/Utils/src/Function.h" diff --git a/CommonTools/Utils/src/Grammar.h b/CommonTools/Utils/src/Grammar.h index a83845add80f4..fae399de85644 100755 --- a/CommonTools/Utils/src/Grammar.h +++ b/CommonTools/Utils/src/Grammar.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * extended by Luca Lista, INFN * - * \version $Revision: 1.14 $ + * \version $Revision: 1.13 $ * */ #include "boost/spirit/include/classic_core.hpp" diff --git a/CommonTools/Utils/src/IntSetter.h b/CommonTools/Utils/src/IntSetter.h index 0184d64b5dd6f..ef32e321121d5 100755 --- a/CommonTools/Utils/src/IntSetter.h +++ b/CommonTools/Utils/src/IntSetter.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include "CommonTools/Utils/src/IntStack.h" diff --git a/CommonTools/Utils/src/IntStack.h b/CommonTools/Utils/src/IntStack.h index 6b1bc825135d8..129c4e2a03ccf 100755 --- a/CommonTools/Utils/src/IntStack.h +++ b/CommonTools/Utils/src/IntStack.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include diff --git a/CommonTools/Utils/src/LogicalBinaryOperator.h b/CommonTools/Utils/src/LogicalBinaryOperator.h index 2ab4a3e202c22..962469603e912 100644 --- a/CommonTools/Utils/src/LogicalBinaryOperator.h +++ b/CommonTools/Utils/src/LogicalBinaryOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/LogicalUnaryOperator.h b/CommonTools/Utils/src/LogicalUnaryOperator.h index f0723ca21b0e4..c71e84e576303 100644 --- a/CommonTools/Utils/src/LogicalUnaryOperator.h +++ b/CommonTools/Utils/src/LogicalUnaryOperator.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/MethodArgumentSetter.h b/CommonTools/Utils/src/MethodArgumentSetter.h index 585a90dee7de0..a5e7237a7a2d1 100644 --- a/CommonTools/Utils/src/MethodArgumentSetter.h +++ b/CommonTools/Utils/src/MethodArgumentSetter.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * */ #include "CommonTools/Utils/src/MethodArgumentStack.h" diff --git a/CommonTools/Utils/src/MethodSetter.h b/CommonTools/Utils/src/MethodSetter.h index 9e8e5fc5541f1..5a3f4197be3bd 100755 --- a/CommonTools/Utils/src/MethodSetter.h +++ b/CommonTools/Utils/src/MethodSetter.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: MethodSetter.h,v 1.4 2012/06/26 21:13:13 wmtan Exp $ + * \version $Id: MethodSetter.h,v 1.3 2010/02/20 00:44:40 gpetrucc Exp $ */ #include "CommonTools/Utils/src/MethodStack.h" #include "CommonTools/Utils/src/TypeStack.h" diff --git a/CommonTools/Utils/src/MethodStack.h b/CommonTools/Utils/src/MethodStack.h index 0dc843b4677be..c16da0ff6f26a 100755 --- a/CommonTools/Utils/src/MethodStack.h +++ b/CommonTools/Utils/src/MethodStack.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * */ #include "CommonTools/Utils/src/MethodInvoker.h" diff --git a/CommonTools/Utils/src/NotCombiner.h b/CommonTools/Utils/src/NotCombiner.h index 720c13e8ba238..6bdb0fa94206f 100755 --- a/CommonTools/Utils/src/NotCombiner.h +++ b/CommonTools/Utils/src/NotCombiner.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/OrCombiner.h b/CommonTools/Utils/src/OrCombiner.h index db7c9e3d818c5..ec17df89ade93 100755 --- a/CommonTools/Utils/src/OrCombiner.h +++ b/CommonTools/Utils/src/OrCombiner.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/SelectorBase.h b/CommonTools/Utils/src/SelectorBase.h index cc1f46eb02bd4..69cd1549782e7 100755 --- a/CommonTools/Utils/src/SelectorBase.h +++ b/CommonTools/Utils/src/SelectorBase.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ diff --git a/CommonTools/Utils/src/SelectorPtr.h b/CommonTools/Utils/src/SelectorPtr.h index 191dabf72fc58..5a1cf34a56403 100755 --- a/CommonTools/Utils/src/SelectorPtr.h +++ b/CommonTools/Utils/src/SelectorPtr.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/SelectorStack.h b/CommonTools/Utils/src/SelectorStack.h index 5c414d3ac8c5b..cbad7b7071614 100755 --- a/CommonTools/Utils/src/SelectorStack.h +++ b/CommonTools/Utils/src/SelectorStack.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include diff --git a/CommonTools/Utils/src/TH1AddDirectorySentry.cc b/CommonTools/Utils/src/TH1AddDirectorySentry.cc index fc89e5d4b42de..af088deaa88ef 100644 --- a/CommonTools/Utils/src/TH1AddDirectorySentry.cc +++ b/CommonTools/Utils/src/TH1AddDirectorySentry.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Nov 8 12:16:02 EST 2007 -// $Id: TH1AddDirectorySentry.cc,v 1.1 2010/01/05 14:21:14 hegner Exp $ +// $Id: TH1AddDirectorySentry.cc,v 1.1 2009/03/03 13:07:30 llista Exp $ // // system include files diff --git a/CommonTools/Utils/src/TrinarySelector.h b/CommonTools/Utils/src/TrinarySelector.h index 38fbbc6ee7907..e4d54b769de4f 100755 --- a/CommonTools/Utils/src/TrinarySelector.h +++ b/CommonTools/Utils/src/TrinarySelector.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorBase.h" diff --git a/CommonTools/Utils/src/TrinarySelectorSetter.h b/CommonTools/Utils/src/TrinarySelectorSetter.h index fe90da2936041..2cb3d62cafed5 100755 --- a/CommonTools/Utils/src/TrinarySelectorSetter.h +++ b/CommonTools/Utils/src/TrinarySelectorSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorStack.h" diff --git a/CommonTools/Utils/src/TypeCode.h b/CommonTools/Utils/src/TypeCode.h index 3baf151130ecb..d384c8d5f28bc 100644 --- a/CommonTools/Utils/src/TypeCode.h +++ b/CommonTools/Utils/src/TypeCode.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: TypeCode.h,v 1.2 2009/12/04 13:29:43 gpetrucc Exp $ + * \version $Id: TypeCode.h,v 1.1 2009/02/24 14:10:22 llista Exp $ * */ diff --git a/CommonTools/Utils/src/TypeStack.h b/CommonTools/Utils/src/TypeStack.h index 8e54172bb2bee..69cd39da120a3 100755 --- a/CommonTools/Utils/src/TypeStack.h +++ b/CommonTools/Utils/src/TypeStack.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "FWCore/Utilities/interface/TypeWithDict.h" diff --git a/CommonTools/Utils/src/UnaryCutSetter.h b/CommonTools/Utils/src/UnaryCutSetter.h index 1e77326ee9e81..b42dd89ef349c 100644 --- a/CommonTools/Utils/src/UnaryCutSetter.h +++ b/CommonTools/Utils/src/UnaryCutSetter.h @@ -7,7 +7,7 @@ * \author original version: Chris Jones, Cornell, * adapted by Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * */ #include "CommonTools/Utils/src/SelectorStack.h" diff --git a/CommonTools/Utils/src/findDataMember.cc b/CommonTools/Utils/src/findDataMember.cc index 75074390bd036..aeddb0ce4ce20 100644 --- a/CommonTools/Utils/src/findDataMember.cc +++ b/CommonTools/Utils/src/findDataMember.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Aug 13 10:07:46 EDT 2008 -// $Id: findDataMember.cc,v 1.4 2013/02/10 22:15:06 wmtan Exp $ +// $Id: findDataMember.cc,v 1.3 2012/08/03 18:08:11 wmtan Exp $ // // system include files diff --git a/CommonTools/Utils/src/findDataMember.h b/CommonTools/Utils/src/findDataMember.h index de70c8fdbd0f2..28a3335e156f3 100644 --- a/CommonTools/Utils/src/findDataMember.h +++ b/CommonTools/Utils/src/findDataMember.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Aug 13 10:07:45 EDT 2008 -// $Id: findDataMember.h,v 1.2 2012/08/03 18:08:11 wmtan Exp $ +// $Id: findDataMember.h,v 1.1 2009/02/24 14:10:22 llista Exp $ // // system include files diff --git a/CommonTools/Utils/src/returnType.h b/CommonTools/Utils/src/returnType.h index 10cb5b5c1947b..7c26ba8625ab2 100755 --- a/CommonTools/Utils/src/returnType.h +++ b/CommonTools/Utils/src/returnType.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: returnType.h,v 1.4 2012/08/28 22:28:39 wmtan Exp $ + * \version $Id: returnType.h,v 1.3 2012/08/03 18:08:11 wmtan Exp $ */ #include "CommonTools/Utils/src/TypeCode.h" diff --git a/CondCore/DTPlugins/interface/DTCompactMapPluginHandler.h b/CondCore/DTPlugins/interface/DTCompactMapPluginHandler.h index 9c05b51eec559..17ee0a9f7de0c 100644 --- a/CondCore/DTPlugins/interface/DTCompactMapPluginHandler.h +++ b/CondCore/DTPlugins/interface/DTCompactMapPluginHandler.h @@ -5,7 +5,7 @@ * Description: * Class to hold configuration identifier for chambers * - * $Date: 2011/02/08 15:46:42 $ + * $Date: 2011/02/08 10:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondCore/DTPlugins/interface/DTConfigPluginHandler.h b/CondCore/DTPlugins/interface/DTConfigPluginHandler.h index f044a6bf31f82..475ec89896985 100644 --- a/CondCore/DTPlugins/interface/DTConfigPluginHandler.h +++ b/CondCore/DTPlugins/interface/DTConfigPluginHandler.h @@ -5,8 +5,8 @@ * Description: * Class to hold configuration identifier for chambers * - * $Date: 2011/06/06 17:24:05 $ - * $Revision: 1.3 $ + * $Date: 2010/05/14 11:43:02 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondCore/DTPlugins/src/DTCompactMapPluginHandler.cc b/CondCore/DTPlugins/src/DTCompactMapPluginHandler.cc index 8d967d21b8a08..bcdc5c1c0dd68 100644 --- a/CondCore/DTPlugins/src/DTCompactMapPluginHandler.cc +++ b/CondCore/DTPlugins/src/DTCompactMapPluginHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/10/13 11:54:18 $ - * $Revision: 1.4 $ + * $Date: 2011/06/27 17:38:56 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondCore/DTPlugins/src/DTConfigPluginHandler.cc b/CondCore/DTPlugins/src/DTConfigPluginHandler.cc index f7696eae97f9f..a5c242ebe457b 100644 --- a/CondCore/DTPlugins/src/DTConfigPluginHandler.cc +++ b/CondCore/DTPlugins/src/DTConfigPluginHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/07/19 15:56:43 $ - * $Revision: 1.4 $ + * $Date: 2011/06/06 17:23:42 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondCore/EcalPlugins/plugins/EcalPyUtils.cc b/CondCore/EcalPlugins/plugins/EcalPyUtils.cc index b5e56a39cb6be..ab4d79d73ec18 100644 --- a/CondCore/EcalPlugins/plugins/EcalPyUtils.cc +++ b/CondCore/EcalPlugins/plugins/EcalPyUtils.cc @@ -2,7 +2,7 @@ * Make some convenient Ecal function available in python * * \author Stefano Argiro - * \version $Id: EcalPyUtils.cc,v 1.7 2012/07/18 10:40:33 davidlt Exp $ + * \version $Id: EcalPyUtils.cc,v 1.6 2012/07/17 09:17:11 davidlt Exp $ */ diff --git a/CondFormats/Alignment/interface/AlignmentSurfaceDeformations.h b/CondFormats/Alignment/interface/AlignmentSurfaceDeformations.h index af7a4647126dd..24e8c5aa33c1a 100644 --- a/CondFormats/Alignment/interface/AlignmentSurfaceDeformations.h +++ b/CondFormats/Alignment/interface/AlignmentSurfaceDeformations.h @@ -11,9 +11,9 @@ /// parameters for all detector IDs are stored inside one big vector. /// Access is provided via a pair of iterators for this vector. /// -/// $Date: 2010/10/29 10:09:35 $ +/// $Date: 2010/10/26 20:41:07 $ /// $Revision: 1.1 $ -/// (last update by $Author: mussgill $) +/// (last update by $Author: flucke $) class AlignmentSurfaceDeformations { public: diff --git a/CondFormats/Alignment/interface/Definitions.h b/CondFormats/Alignment/interface/Definitions.h index ad8cde0c024a5..13e086a596820 100644 --- a/CondFormats/Alignment/interface/Definitions.h +++ b/CondFormats/Alignment/interface/Definitions.h @@ -5,8 +5,8 @@ * * Namespace for common type definitions used in alignment. * - * $Date: 2007/10/08 14:44:38 $ - * $Revision: 1.3 $ + * $Date: 2007/04/09 00:26:08 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/CondFormats/Alignment/interface/SurveyError.h b/CondFormats/Alignment/interface/SurveyError.h index 4e5d04b26d548..5ad2c2fac2cf9 100644 --- a/CondFormats/Alignment/interface/SurveyError.h +++ b/CondFormats/Alignment/interface/SurveyError.h @@ -11,8 +11,8 @@ * an array of 21 floats for the error matrix of 6 alignment parameters * The lower triangular of the error matrix is stored. * - * $Date: 2007/10/08 14:44:38 $ - * $Revision: 1.2 $ + * $Date: 2007/04/03 15:59:58 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/CondFormats/Alignment/interface/SurveyErrors.h b/CondFormats/Alignment/interface/SurveyErrors.h index 8628f1dc7a22e..d9706bf82b195 100644 --- a/CondFormats/Alignment/interface/SurveyErrors.h +++ b/CondFormats/Alignment/interface/SurveyErrors.h @@ -7,7 +7,7 @@ * * For more info, see CondFormats/Alignment/interface/SurveyError.h * - * $Date: 2007/04/03 15:59:58 $ + * $Date: 2007/03/22 $ * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/CondFormats/Alignment/src/T_EventSetup_Alignment.cc b/CondFormats/Alignment/src/T_EventSetup_Alignment.cc index 70cadf5d14adf..690a308659399 100644 --- a/CondFormats/Alignment/src/T_EventSetup_Alignment.cc +++ b/CondFormats/Alignment/src/T_EventSetup_Alignment.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_Alignment.cc,v 1.2 2010/02/20 20:55:32 wmtan Exp $ +// $Id: T_EventSetup_Alignment.cc,v 1.1 2005/07/22 14:26:16 xiezhen Exp $ // // system include files diff --git a/CondFormats/Alignment/src/T_EventSetup_AlignmentSurfaceDeformation.cc b/CondFormats/Alignment/src/T_EventSetup_AlignmentSurfaceDeformation.cc index f23ac4da83443..150fc743b7459 100644 --- a/CondFormats/Alignment/src/T_EventSetup_AlignmentSurfaceDeformation.cc +++ b/CondFormats/Alignment/src/T_EventSetup_AlignmentSurfaceDeformation.cc @@ -1,7 +1,7 @@ // -*- C++ -*- // Author: Andreas Mussgiller // Created: 2010/08/05 -// $Id: T_EventSetup_AlignmentSurfaceDeformation.cc,v 1.1 2010/10/29 10:09:35 mussgill Exp $ +// $Id: T_EventSetup_Alignment.cc,v 1.2 2010/02/20 20:55:32 wmtan Exp $ // // system include files diff --git a/CondFormats/AlignmentRecord/interface/CSCSurveyErrorRcd.h b/CondFormats/AlignmentRecord/interface/CSCSurveyErrorRcd.h index d823eddbc3e70..28fd6dbc7f008 100644 --- a/CondFormats/AlignmentRecord/interface/CSCSurveyErrorRcd.h +++ b/CondFormats/AlignmentRecord/interface/CSCSurveyErrorRcd.h @@ -5,7 +5,7 @@ * * DB record to hold errors of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/07/06 16:01:02 $ * $Revision: 1.1 $ * \author Jim Pivarski */ diff --git a/CondFormats/AlignmentRecord/interface/CSCSurveyRcd.h b/CondFormats/AlignmentRecord/interface/CSCSurveyRcd.h index 824988fc3fd9c..4be1e52d934f6 100644 --- a/CondFormats/AlignmentRecord/interface/CSCSurveyRcd.h +++ b/CondFormats/AlignmentRecord/interface/CSCSurveyRcd.h @@ -5,7 +5,7 @@ * * DB record to hold values of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/07/06 16:01:02 $ * $Revision: 1.1 $ * \author Jim Pivarski */ diff --git a/CondFormats/AlignmentRecord/interface/DTSurveyErrorRcd.h b/CondFormats/AlignmentRecord/interface/DTSurveyErrorRcd.h index f02240a8e492e..75c83fcb5b118 100644 --- a/CondFormats/AlignmentRecord/interface/DTSurveyErrorRcd.h +++ b/CondFormats/AlignmentRecord/interface/DTSurveyErrorRcd.h @@ -5,7 +5,7 @@ * * DB record to hold errors of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/07/06 16:01:02 $ * $Revision: 1.1 $ * \author Jim Pivarski */ diff --git a/CondFormats/AlignmentRecord/interface/DTSurveyRcd.h b/CondFormats/AlignmentRecord/interface/DTSurveyRcd.h index 73927f7d2169d..87bb44e8b9b2d 100644 --- a/CondFormats/AlignmentRecord/interface/DTSurveyRcd.h +++ b/CondFormats/AlignmentRecord/interface/DTSurveyRcd.h @@ -5,7 +5,7 @@ * * DB record to hold values of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/07/06 16:01:03 $ * $Revision: 1.1 $ * \author Jim Pivarski */ diff --git a/CondFormats/AlignmentRecord/interface/TrackerSurveyErrorRcd.h b/CondFormats/AlignmentRecord/interface/TrackerSurveyErrorRcd.h index 751e00a4f8d71..1c5dc45e9b925 100644 --- a/CondFormats/AlignmentRecord/interface/TrackerSurveyErrorRcd.h +++ b/CondFormats/AlignmentRecord/interface/TrackerSurveyErrorRcd.h @@ -5,7 +5,7 @@ * * DB record to hold errors of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/04/03 15:24:56 $ * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/CondFormats/AlignmentRecord/interface/TrackerSurveyRcd.h b/CondFormats/AlignmentRecord/interface/TrackerSurveyRcd.h index 414d2a2f534b6..dd80092df79dd 100644 --- a/CondFormats/AlignmentRecord/interface/TrackerSurveyRcd.h +++ b/CondFormats/AlignmentRecord/interface/TrackerSurveyRcd.h @@ -5,7 +5,7 @@ * * DB record to hold values of alignment parameters from survey. * - * $Date: 2007/10/18 07:31:48 $ + * $Date: 2007/04/03 15:24:56 $ * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/CondFormats/AlignmentRecord/src/TrackerAlignmentRcd.cc b/CondFormats/AlignmentRecord/src/TrackerAlignmentRcd.cc index 347c239994814..1df4d5c41e049 100644 --- a/CondFormats/AlignmentRecord/src/TrackerAlignmentRcd.cc +++ b/CondFormats/AlignmentRecord/src/TrackerAlignmentRcd.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed May 11 16:28:46 EDT 2005 -// $Id: TrackerAlignmentRcd.cc,v 1.1 2007/10/18 07:31:49 fronga Exp $ +// $Id: TrackerAlignmentRcd.cc,v 1.1 2005/07/27 19:52:00 xiezhen Exp $ #include "CondFormats/AlignmentRecord/interface/TrackerAlignmentRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/AlignmentRecord/src/TrackerSurfaceDeformationRcd.cc b/CondFormats/AlignmentRecord/src/TrackerSurfaceDeformationRcd.cc index ac4adb8564829..14d572044438a 100644 --- a/CondFormats/AlignmentRecord/src/TrackerSurfaceDeformationRcd.cc +++ b/CondFormats/AlignmentRecord/src/TrackerSurfaceDeformationRcd.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed May 11 16:28:46 EDT 2005 -// $Id: TrackerSurfaceDeformationRcd.cc,v 1.1 2010/10/29 11:52:39 mussgill Exp $ +// $Id: TrackerAlignmentRcd.cc,v 1.1 2007/10/18 07:31:49 fronga Exp $ #include "CondFormats/AlignmentRecord/interface/TrackerSurfaceDeformationRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h b/CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h index fe07ab64f7204..82f2b98d8687b 100644 --- a/CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h +++ b/CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h @@ -7,7 +7,7 @@ * * \author Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) * - * \version $Id: BeamSpotObjects.h,v 1.10 2009/03/26 19:43:30 yumiceva Exp $ + * \version $Id: BeamSpotObjects.h,v 1.9 2009/03/26 18:39:42 yumiceva Exp $ * */ diff --git a/CondFormats/Calibration/src/T_EventSetup_Efficiency.cc b/CondFormats/Calibration/src/T_EventSetup_Efficiency.cc index 375799ad7df56..1698e0f03cf33 100644 --- a/CondFormats/Calibration/src/T_EventSetup_Efficiency.cc +++ b/CondFormats/Calibration/src/T_EventSetup_Efficiency.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_Efficiency.cc,v 1.4 2010/02/20 20:56:02 wmtan Exp $ +// $Id: T_EventSetup_Efficiency.cc,v 1.3 2008/07/13 06:59:49 innocent Exp $ // // system include files diff --git a/CondFormats/Calibration/src/T_EventSetup_Pedestals.cc b/CondFormats/Calibration/src/T_EventSetup_Pedestals.cc index 5a852200d0d7e..32742469b7180 100644 --- a/CondFormats/Calibration/src/T_EventSetup_Pedestals.cc +++ b/CondFormats/Calibration/src/T_EventSetup_Pedestals.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_Pedestals.cc,v 1.4 2010/02/20 20:56:03 wmtan Exp $ +// $Id: T_EventSetup_Pedestals.cc,v 1.3 2006/11/13 10:07:32 xiezhen Exp $ // // system include files diff --git a/CondFormats/CastorObjects/interface/CastorElectronicsMap.h b/CondFormats/CastorObjects/interface/CastorElectronicsMap.h index 1510102c33d98..bd263e60e2342 100644 --- a/CondFormats/CastorObjects/interface/CastorElectronicsMap.h +++ b/CondFormats/CastorObjects/interface/CastorElectronicsMap.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store map between detector ID, electronics ID and trigger ID $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2007/12/14 13:31:21 $ +$Revision: 1.17 $ Modified for CASTOR by L. Mundim */ diff --git a/CondFormats/CastorObjects/interface/CastorPedestal.h b/CondFormats/CastorObjects/interface/CastorPedestal.h index 4a9974780ae80..0b1e9c9b4c1e1 100644 --- a/CondFormats/CastorObjects/interface/CastorPedestal.h +++ b/CondFormats/CastorObjects/interface/CastorPedestal.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store Pedestal values 4xCapId $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2009/03/24 16:05:27 $ +$Revision: 1.8 $ Adapted for CASTOR by L. Mundim (26/03/2009) */ #include diff --git a/CondFormats/CastorObjects/interface/CastorPedestalWidth.h b/CondFormats/CastorObjects/interface/CastorPedestalWidth.h index 0cc9dd9483158..aee78ecd79a9c 100644 --- a/CondFormats/CastorObjects/interface/CastorPedestalWidth.h +++ b/CondFormats/CastorObjects/interface/CastorPedestalWidth.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store PedestalWidth values 4xCapId $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2009/03/24 16:05:29 $ +$Revision: 1.10 $ Adapted for CASTOR by L. Mundim */ #include diff --git a/CondFormats/CastorObjects/interface/CastorQIECoder.h b/CondFormats/CastorObjects/interface/CastorQIECoder.h index 936440437c812..605a85b18fb5b 100644 --- a/CondFormats/CastorObjects/interface/CastorQIECoder.h +++ b/CondFormats/CastorObjects/interface/CastorQIECoder.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store QIE coder parameters for one channel $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2008/03/05 10:38:03 $ +$Revision: 1.9 $ Modified for CASTOR by L. Mundim */ #include diff --git a/CondFormats/CastorObjects/interface/CastorQIEData.h b/CondFormats/CastorObjects/interface/CastorQIEData.h index bbf763af923cb..a333bfbbbe9f6 100644 --- a/CondFormats/CastorObjects/interface/CastorQIEData.h +++ b/CondFormats/CastorObjects/interface/CastorQIEData.h @@ -8,8 +8,8 @@ Modified by L.Mundim (Mar/2009) POOL object to store QIE parameters $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2008/07/15 13:00:16 $ +$Revision: 1.9 $ */ #include diff --git a/CondFormats/CastorObjects/src/CastorElectronicsMap.cc b/CondFormats/CastorObjects/src/CastorElectronicsMap.cc index 4a2fd18b1d317..d32053a59f220 100644 --- a/CondFormats/CastorObjects/src/CastorElectronicsMap.cc +++ b/CondFormats/CastorObjects/src/CastorElectronicsMap.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) POOL object to store mapping for Castor channels $Author: ratnikov -$Date: 2009/03/26 18:03:15 $ -$Revision: 1.2 $ +$Date: 2008/01/22 18:58:47 $ +$Revision: 1.23 $ Adapted for CASTOR by L. Mundim */ diff --git a/CondFormats/CastorObjects/src/CastorPedestalWidth.cc b/CondFormats/CastorObjects/src/CastorPedestalWidth.cc index c55cb8eb48e4c..91e64ed22dd53 100644 --- a/CondFormats/CastorObjects/src/CastorPedestalWidth.cc +++ b/CondFormats/CastorObjects/src/CastorPedestalWidth.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) correlation matrix for pedestals $Author: ratnikov -$Date: 2009/03/26 18:03:16 $ -$Revision: 1.2 $ +$Date: 2009/03/24 16:05:35 $ +$Revision: 1.9 $ Adapted for CASTOR by L. Mundim */ diff --git a/CondFormats/Common/interface/DropBoxMetadata.h b/CondFormats/Common/interface/DropBoxMetadata.h index ed3023547c0c0..5db8ac4d6d187 100644 --- a/CondFormats/Common/interface/DropBoxMetadata.h +++ b/CondFormats/Common/interface/DropBoxMetadata.h @@ -4,8 +4,8 @@ /** \class DropBoxMetadata * No description available. * - * $Date: 2011/03/02 17:09:28 $ - * $Revision: 1.2 $ + * $Date: 2011/02/23 16:55:18 $ + * $Revision: 1.1 $ * \author G. Cerminara - CERN */ diff --git a/CondFormats/Common/src/DropBoxMetadata.cc b/CondFormats/Common/src/DropBoxMetadata.cc index c8f8eefc05610..59de963a95e27 100644 --- a/CondFormats/Common/src/DropBoxMetadata.cc +++ b/CondFormats/Common/src/DropBoxMetadata.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/03/02 17:09:28 $ - * $Revision: 1.2 $ + * $Date: 2011/02/23 16:55:18 $ + * $Revision: 1.1 $ * \author G. Cerminara - CERN */ diff --git a/CondFormats/Common/test/ProduceDropBoxMetadata.cc b/CondFormats/Common/test/ProduceDropBoxMetadata.cc index 662672de76efc..ef8e8483219b6 100644 --- a/CondFormats/Common/test/ProduceDropBoxMetadata.cc +++ b/CondFormats/Common/test/ProduceDropBoxMetadata.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/12/06 14:57:10 $ - * $Revision: 1.4 $ + * $Date: 2012/02/15 14:07:10 $ + * $Revision: 1.3 $ * \author G. Cerminara - CERN */ diff --git a/CondFormats/Common/test/ProduceDropBoxMetadata.h b/CondFormats/Common/test/ProduceDropBoxMetadata.h index c5642857f7101..b965098e61da2 100644 --- a/CondFormats/Common/test/ProduceDropBoxMetadata.h +++ b/CondFormats/Common/test/ProduceDropBoxMetadata.h @@ -4,7 +4,7 @@ /** \class ProduceDropBoxMetadata * No description available. * - * $Date: 2011/02/23 16:55:18 $ + * $Date: 2011/02/22 11:05:16 $ * $Revision: 1.1 $ * \author G. Cerminara - CERN */ diff --git a/CondFormats/DTObjects/interface/DTBufferTree.h b/CondFormats/DTObjects/interface/DTBufferTree.h index 0d63ad321a4b5..bfb58cc2d559b 100644 --- a/CondFormats/DTObjects/interface/DTBufferTree.h +++ b/CondFormats/DTObjects/interface/DTBufferTree.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2007/12/07 15:00:45 $ - * $Revision: 1.3 $ + * $Date: 2007/11/24 12:29:06 $ + * $Revision: 1.2.6.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTBufferTree.icc b/CondFormats/DTObjects/interface/DTBufferTree.icc index 3c0633e49c708..3870bcd7e3553 100644 --- a/CondFormats/DTObjects/interface/DTBufferTree.icc +++ b/CondFormats/DTObjects/interface/DTBufferTree.icc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/12/07 15:00:45 $ - * $Revision: 1.4 $ + * $Date: 2007/11/24 12:29:06 $ + * $Revision: 1.3.6.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTCCBConfig.h b/CondFormats/DTObjects/interface/DTCCBConfig.h index 5b7f0a64c2126..ce0191a21c0e3 100644 --- a/CondFormats/DTObjects/interface/DTCCBConfig.h +++ b/CondFormats/DTObjects/interface/DTCCBConfig.h @@ -5,8 +5,8 @@ * Description: * Class to hold configuration identifier for chambers * - * $Date: 2013/05/23 15:59:44 $ - * $Revision: 1.5 $ + * $Date: 2010/01/20 18:20:07 $ + * $Revision: 1.4 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h b/CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h index ff5ed83af1c19..d84501b8747f5 100644 --- a/CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h +++ b/CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h @@ -5,8 +5,8 @@ * Description: * Abstract class to hold configuration identifier for chambers * - * $Date: 2011/02/08 15:48:27 $ - * $Revision: 1.1 $ + * $Date: 2010/05/14 11:42:55 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTConfigAbstractHandler.h b/CondFormats/DTObjects/interface/DTConfigAbstractHandler.h index 74e43868867e1..5093379153d17 100644 --- a/CondFormats/DTObjects/interface/DTConfigAbstractHandler.h +++ b/CondFormats/DTObjects/interface/DTConfigAbstractHandler.h @@ -5,8 +5,8 @@ * Description: * Abstract class to hold configuration identifier for chambers * - * $Date: 2010/05/14 11:42:55 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:02:48 $ + * $Revision: 1.1.4.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTDeadFlag.h b/CondFormats/DTObjects/interface/DTDeadFlag.h index ffc7959dd4bfe..79622c7087c62 100644 --- a/CondFormats/DTObjects/interface/DTDeadFlag.h +++ b/CondFormats/DTObjects/interface/DTDeadFlag.h @@ -5,8 +5,8 @@ * Description: * Class to hold drift tubes life and HV status * - * $Date: 2010/01/20 18:20:07 $ - * $Revision: 1.5 $ + * $Date: 2009/09/25 12:03:19 $ + * $Revision: 1.4 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTHVStatus.h b/CondFormats/DTObjects/interface/DTHVStatus.h index a6d70013df875..46c7f92b014ed 100644 --- a/CondFormats/DTObjects/interface/DTHVStatus.h +++ b/CondFormats/DTObjects/interface/DTHVStatus.h @@ -6,8 +6,8 @@ * Class to hold high voltage status * ( half layer by half layer ) * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.3 $ + * $Date: 2009/09/25 12:03:19 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTKeyedConfig.h b/CondFormats/DTObjects/interface/DTKeyedConfig.h index d0cfba5bc7b7d..8ac6752f9d538 100644 --- a/CondFormats/DTObjects/interface/DTKeyedConfig.h +++ b/CondFormats/DTObjects/interface/DTKeyedConfig.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/05/14 11:42:55 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:02:30 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTLVStatus.h b/CondFormats/DTObjects/interface/DTLVStatus.h index 899afadf0acb9..3389067b3c7c7 100644 --- a/CondFormats/DTObjects/interface/DTLVStatus.h +++ b/CondFormats/DTObjects/interface/DTLVStatus.h @@ -5,8 +5,8 @@ * Description: * Class to hold CCB status * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.2 $ + * $Date: 2009/03/26 14:10:59 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTMtime.h b/CondFormats/DTObjects/interface/DTMtime.h index 5e92a73b43705..e009f427c4d1a 100644 --- a/CondFormats/DTObjects/interface/DTMtime.h +++ b/CondFormats/DTObjects/interface/DTMtime.h @@ -6,8 +6,8 @@ * Class to hold drift tubes mean-times * ( SL by SL mean-time calculation ) * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.9 $ + * $Date: 2008/09/29 13:10:34 $ + * $Revision: 1.8 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTPerformance.h b/CondFormats/DTObjects/interface/DTPerformance.h index 3ef9e5a419765..d85fe90b751c5 100644 --- a/CondFormats/DTObjects/interface/DTPerformance.h +++ b/CondFormats/DTObjects/interface/DTPerformance.h @@ -5,8 +5,8 @@ * Description: * Class to hold drift tubes performances ( SL by SL ) * - * $Date: 2010/01/20 18:37:52 $ - * $Revision: 1.4 $ + * $Date: 2008/09/29 13:10:34 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTRangeT0.h b/CondFormats/DTObjects/interface/DTRangeT0.h index 8db4da41a3312..0ad77bed2daf4 100644 --- a/CondFormats/DTObjects/interface/DTRangeT0.h +++ b/CondFormats/DTObjects/interface/DTRangeT0.h @@ -6,8 +6,8 @@ * Class to hold drift tubes T0 range * ( SL by SL min - max T0 ) * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.4 $ + * $Date: 2007/12/07 15:00:45 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTReadOutMapping.h b/CondFormats/DTObjects/interface/DTReadOutMapping.h index 527a6dd3fc3d3..564eb10ef7c8a 100644 --- a/CondFormats/DTObjects/interface/DTReadOutMapping.h +++ b/CondFormats/DTObjects/interface/DTReadOutMapping.h @@ -5,8 +5,8 @@ * Description: * Class to map read-out channels to physical drift tubes * - * $Date: 2011/02/08 15:48:27 $ - * $Revision: 1.8 $ + * $Date: 2010/01/20 18:20:08 $ + * $Revision: 1.7 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTSequentialCellNumber.h b/CondFormats/DTObjects/interface/DTSequentialCellNumber.h index e6c9afb7db337..1dd45c4324eac 100644 --- a/CondFormats/DTObjects/interface/DTSequentialCellNumber.h +++ b/CondFormats/DTObjects/interface/DTSequentialCellNumber.h @@ -5,8 +5,8 @@ * Description: * Class to compute a sequential number for drift tube cells * - * $Date: 2012/02/18 10:46:28 $ - * $Revision: 1.2 $ + * $Date: 2012/02/07 18:34:59 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTSequentialLayerNumber.h b/CondFormats/DTObjects/interface/DTSequentialLayerNumber.h index b379d4ee44217..005c07c5aa371 100644 --- a/CondFormats/DTObjects/interface/DTSequentialLayerNumber.h +++ b/CondFormats/DTObjects/interface/DTSequentialLayerNumber.h @@ -5,7 +5,7 @@ * Description: * Class to compute a sequential number for drift tube layers * - * $Date: 2010/05/06 14:42:49 $ + * $Date: 2010/04/30 16:20:08 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/interface/DTStatusFlag.h b/CondFormats/DTObjects/interface/DTStatusFlag.h index cc0829acde185..fe2bf66177dda 100644 --- a/CondFormats/DTObjects/interface/DTStatusFlag.h +++ b/CondFormats/DTObjects/interface/DTStatusFlag.h @@ -6,8 +6,8 @@ * Class to hold drift tubes status * ( cell by cell noise and masks ) * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.6 $ + * $Date: 2009/09/25 12:03:19 $ + * $Revision: 1.5 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTT0.h b/CondFormats/DTObjects/interface/DTT0.h index 57c85a6d32d61..b2c352df8ddb6 100644 --- a/CondFormats/DTObjects/interface/DTT0.h +++ b/CondFormats/DTObjects/interface/DTT0.h @@ -6,8 +6,8 @@ * Class to hold drift tubes T0s * ( cell by cell time offsets ) * - * $Date: 2012/02/18 10:46:28 $ - * $Revision: 1.12 $ + * $Date: 2012/02/07 18:35:00 $ + * $Revision: 1.11.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTTPGParameters.h b/CondFormats/DTObjects/interface/DTTPGParameters.h index b500beb665052..6bbf9ab11e03f 100644 --- a/CondFormats/DTObjects/interface/DTTPGParameters.h +++ b/CondFormats/DTObjects/interface/DTTPGParameters.h @@ -5,8 +5,8 @@ * Description: * Class to hold drift tubes TPG parameters * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.3 $ + * $Date: 2009/03/06 14:09:14 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTTimeUnits.h b/CondFormats/DTObjects/interface/DTTimeUnits.h index d2dc6a714e000..e663b2deb3bc7 100644 --- a/CondFormats/DTObjects/interface/DTTimeUnits.h +++ b/CondFormats/DTObjects/interface/DTTimeUnits.h @@ -5,7 +5,7 @@ * Description: * Class to contain time units identifier * - * $Date: 2006/05/04 06:54:02 $ + * $Date: 2006-03-30 17:42:20 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/interface/DTTtrig.h b/CondFormats/DTObjects/interface/DTTtrig.h index 28f9d55fcf959..53f14212035d6 100644 --- a/CondFormats/DTObjects/interface/DTTtrig.h +++ b/CondFormats/DTObjects/interface/DTTtrig.h @@ -6,8 +6,8 @@ * Class to hold drift tubes TTrigs * ( SL by SL time offsets ) * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.9 $ + * $Date: 2008/12/11 09:44:53 $ + * $Revision: 1.8 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/interface/DTVelocityUnits.h b/CondFormats/DTObjects/interface/DTVelocityUnits.h index 81313e668ed00..8ff839bd6129f 100644 --- a/CondFormats/DTObjects/interface/DTVelocityUnits.h +++ b/CondFormats/DTObjects/interface/DTVelocityUnits.h @@ -5,7 +5,7 @@ * Description: * Class to contain time units identifier * - * $Date: 2008/09/29 13:16:13 $ + * $Date: 2006/05/04 06:54:02 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/src/DTCCBConfig.cc b/CondFormats/DTObjects/src/DTCCBConfig.cc index dded5b1e01dbb..80cafa60fcc80 100644 --- a/CondFormats/DTObjects/src/DTCCBConfig.cc +++ b/CondFormats/DTObjects/src/DTCCBConfig.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/23 15:59:44 $ - * $Revision: 1.10 $ + * $Date: 2010/01/20 18:20:08 $ + * $Revision: 1.9 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTCompactMapAbstractHandler.cc b/CondFormats/DTObjects/src/DTCompactMapAbstractHandler.cc index 3feef56029bb9..a662dd12b2099 100644 --- a/CondFormats/DTObjects/src/DTCompactMapAbstractHandler.cc +++ b/CondFormats/DTObjects/src/DTCompactMapAbstractHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/02/08 15:49:03 $ - * $Revision: 1.1 $ + * $Date: 2010/05/14 11:42:56 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTConfigAbstractHandler.cc b/CondFormats/DTObjects/src/DTConfigAbstractHandler.cc index b0d91958a2000..55c8075659193 100644 --- a/CondFormats/DTObjects/src/DTConfigAbstractHandler.cc +++ b/CondFormats/DTObjects/src/DTConfigAbstractHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/05/14 11:42:56 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:03:22 $ + * $Revision: 1.1.4.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTDeadFlag.cc b/CondFormats/DTObjects/src/DTDeadFlag.cc index 27bde6ae5db34..bb5cfdca63892 100644 --- a/CondFormats/DTObjects/src/DTDeadFlag.cc +++ b/CondFormats/DTObjects/src/DTDeadFlag.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.7 $ + * $Date: 2009/09/25 12:03:19 $ + * $Revision: 1.6 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTHVStatus.cc b/CondFormats/DTObjects/src/DTHVStatus.cc index a23abd31404af..91712a5617930 100644 --- a/CondFormats/DTObjects/src/DTHVStatus.cc +++ b/CondFormats/DTObjects/src/DTHVStatus.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.3 $ + * $Date: 2009/09/25 12:03:19 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTKeyedConfig.cc b/CondFormats/DTObjects/src/DTKeyedConfig.cc index 891e70605b573..79507b418280a 100644 --- a/CondFormats/DTObjects/src/DTKeyedConfig.cc +++ b/CondFormats/DTObjects/src/DTKeyedConfig.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/05/14 11:42:56 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:03:17 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTLVStatus.cc b/CondFormats/DTObjects/src/DTLVStatus.cc index 649035f7a0f34..490fd622ccf15 100644 --- a/CondFormats/DTObjects/src/DTLVStatus.cc +++ b/CondFormats/DTObjects/src/DTLVStatus.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.2 $ + * $Date: 2009/03/26 14:11:00 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTMtime.cc b/CondFormats/DTObjects/src/DTMtime.cc index 236c83d709b58..7685a7026db68 100644 --- a/CondFormats/DTObjects/src/DTMtime.cc +++ b/CondFormats/DTObjects/src/DTMtime.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.16 $ + * $Date: 2008/09/29 13:10:50 $ + * $Revision: 1.15 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTPerformance.cc b/CondFormats/DTObjects/src/DTPerformance.cc index 079b70597b10a..4ad9da56cf748 100644 --- a/CondFormats/DTObjects/src/DTPerformance.cc +++ b/CondFormats/DTObjects/src/DTPerformance.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:37:53 $ - * $Revision: 1.7 $ + * $Date: 2008/07/15 15:57:23 $ + * $Revision: 1.6 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTRangeT0.cc b/CondFormats/DTObjects/src/DTRangeT0.cc index ac6282e894722..559041e37ffa3 100644 --- a/CondFormats/DTObjects/src/DTRangeT0.cc +++ b/CondFormats/DTObjects/src/DTRangeT0.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.11 $ + * $Date: 2008/07/15 15:57:23 $ + * $Revision: 1.10 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTReadOutMapping.cc b/CondFormats/DTObjects/src/DTReadOutMapping.cc index f0bc98431e501..e8ce4a1f3f6fb 100644 --- a/CondFormats/DTObjects/src/DTReadOutMapping.cc +++ b/CondFormats/DTObjects/src/DTReadOutMapping.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/02/08 15:49:28 $ - * $Revision: 1.24 $ + * $Date: 2010/03/01 10:27:09 $ + * $Revision: 1.23 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTSequentialCellNumber.cc b/CondFormats/DTObjects/src/DTSequentialCellNumber.cc index 1415e81f65908..666ea6d507348 100644 --- a/CondFormats/DTObjects/src/DTSequentialCellNumber.cc +++ b/CondFormats/DTObjects/src/DTSequentialCellNumber.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/05/06 14:41:14 $ + * $Date: 2010/05/06 16:23:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/src/DTSequentialLayerNumber.cc b/CondFormats/DTObjects/src/DTSequentialLayerNumber.cc index b0b4ac55b6e5d..1374508536c2e 100644 --- a/CondFormats/DTObjects/src/DTSequentialLayerNumber.cc +++ b/CondFormats/DTObjects/src/DTSequentialLayerNumber.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/05/06 14:41:14 $ + * $Date: 2010/04/30 16:20:08 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/src/DTStatusFlag.cc b/CondFormats/DTObjects/src/DTStatusFlag.cc index e2e909d30ac7a..9cc86ad269fa8 100644 --- a/CondFormats/DTObjects/src/DTStatusFlag.cc +++ b/CondFormats/DTObjects/src/DTStatusFlag.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.12 $ + * $Date: 2009/09/25 12:03:20 $ + * $Revision: 1.11 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTT0.cc b/CondFormats/DTObjects/src/DTT0.cc index bc845f25eae4f..a345b329adcc9 100644 --- a/CondFormats/DTObjects/src/DTT0.cc +++ b/CondFormats/DTObjects/src/DTT0.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/18 10:46:36 $ - * $Revision: 1.22 $ + * $Date: 2012/02/17 13:33:34 $ + * $Revision: 1.21.2.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTTPGParameters.cc b/CondFormats/DTObjects/src/DTTPGParameters.cc index db0442be45685..5098d94fe0451 100644 --- a/CondFormats/DTObjects/src/DTTPGParameters.cc +++ b/CondFormats/DTObjects/src/DTTPGParameters.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/01/21 17:24:34 $ - * $Revision: 1.4 $ + * $Date: 2010/01/20 18:20:08 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTTimeUnits.cc b/CondFormats/DTObjects/src/DTTimeUnits.cc index 59e46eab47613..b0bf5a32e6806 100644 --- a/CondFormats/DTObjects/src/DTTimeUnits.cc +++ b/CondFormats/DTObjects/src/DTTimeUnits.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2006/05/04 06:54:26 $ + * $Date: 2006-03-30 17:42:20 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DTObjects/src/DTTtrig.cc b/CondFormats/DTObjects/src/DTTtrig.cc index 584b4ac347245..53045dbad12ca 100644 --- a/CondFormats/DTObjects/src/DTTtrig.cc +++ b/CondFormats/DTObjects/src/DTTtrig.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:08 $ - * $Revision: 1.17 $ + * $Date: 2008/12/11 09:44:53 $ + * $Revision: 1.16 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondFormats/DTObjects/src/DTVelocityUnits.cc b/CondFormats/DTObjects/src/DTVelocityUnits.cc index 2964680877a8a..8d3656d1f26ef 100644 --- a/CondFormats/DTObjects/src/DTVelocityUnits.cc +++ b/CondFormats/DTObjects/src/DTVelocityUnits.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2008/09/29 13:16:24 $ + * $Date: 2006/05/04 06:54:26 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h b/CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h index 2b391f5b75c54..08956b6182367 100644 --- a/CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h +++ b/CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h @@ -14,7 +14,7 @@ */ // Created: Tue Nov 4 18:52:34 CET 2008 -// $Id: AlCaRecoTriggerBitsRcd.h,v 1.1 2008/11/05 10:55:11 xiezhen Exp $ +// $Id:$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/BTagTrackProbability2DRcd.h b/CondFormats/DataRecord/interface/BTagTrackProbability2DRcd.h index b427395a6dc35..c9876ec81080f 100644 --- a/CondFormats/DataRecord/interface/BTagTrackProbability2DRcd.h +++ b/CondFormats/DataRecord/interface/BTagTrackProbability2DRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Jan 11 09:36:33 CET 2007 -// $Id: BTagTrackProbability2DRcd.h,v 1.1 2007/01/22 17:02:41 arizzi Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/BTagTrackProbability3DRcd.h b/CondFormats/DataRecord/interface/BTagTrackProbability3DRcd.h index 06d028cce5beb..598ee53e313e5 100644 --- a/CondFormats/DataRecord/interface/BTagTrackProbability3DRcd.h +++ b/CondFormats/DataRecord/interface/BTagTrackProbability3DRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Jan 11 09:36:33 CET 2007 -// $Id: BTagTrackProbability3DRcd.h,v 1.1 2007/01/22 17:02:54 arizzi Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/BeamSpotObjectsRcd.h b/CondFormats/DataRecord/interface/BeamSpotObjectsRcd.h index b632e815115f0..d19e9fa15a50a 100644 --- a/CondFormats/DataRecord/interface/BeamSpotObjectsRcd.h +++ b/CondFormats/DataRecord/interface/BeamSpotObjectsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: BeamSpotObjectsRcd.h,v 1.1 2007/04/03 02:34:07 yumiceva Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CSCDBL1TPParametersRcd.h b/CondFormats/DataRecord/interface/CSCDBL1TPParametersRcd.h index f79f8a0fce1d1..d0f9ac084fd69 100644 --- a/CondFormats/DataRecord/interface/CSCDBL1TPParametersRcd.h +++ b/CondFormats/DataRecord/interface/CSCDBL1TPParametersRcd.h @@ -30,7 +30,7 @@ // Created: Thu Apr 12 11:18:05 CEST 2007 -// $Id: CSCDBL1TPParametersRcd.h,v 1.1 2010/04/14 08:59:20 boeriu Exp $ +// $Id: CSCDBL1TPParametersRcd.h,v 1.1 2008/07/06 05:00:29 wsun Exp $ // diff --git a/CondFormats/DataRecord/interface/CSCL1TPParametersRcd.h b/CondFormats/DataRecord/interface/CSCL1TPParametersRcd.h index 347b23320062b..fc3000e1b768a 100644 --- a/CondFormats/DataRecord/interface/CSCL1TPParametersRcd.h +++ b/CondFormats/DataRecord/interface/CSCL1TPParametersRcd.h @@ -30,7 +30,7 @@ // Created: Thu Apr 12 11:18:05 CEST 2007 -// $Id: CSCL1TPParametersRcd.h,v 1.1 2008/07/06 05:00:29 wsun Exp $ +// $Id: CSCL1TPParametersRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ // diff --git a/CondFormats/DataRecord/interface/CastorChannelQualityRcd.h b/CondFormats/DataRecord/interface/CastorChannelQualityRcd.h index a4938d623f841..4efe1995cf647 100644 --- a/CondFormats/DataRecord/interface/CastorChannelQualityRcd.h +++ b/CondFormats/DataRecord/interface/CastorChannelQualityRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:15:32 CET 2008 -// $Id: CastorChannelQualityRcd.h,v 1.1 2008/03/04 10:38:53 katsas Exp $ +// $Id: CastorChannelQualityRcd.h,v 1.1 2008/02/15 15:53:03 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CastorGainWidthsRcd.h b/CondFormats/DataRecord/interface/CastorGainWidthsRcd.h index 129a6ac9d5917..aca66f23e4a55 100644 --- a/CondFormats/DataRecord/interface/CastorGainWidthsRcd.h +++ b/CondFormats/DataRecord/interface/CastorGainWidthsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:17:17 CET 2008 -// $Id: CastorGainWidthsRcd.h,v 1.1 2008/03/04 10:38:54 katsas Exp $ +// $Id: CastorGainWidthsRcd.h,v 1.1 2008/02/15 15:53:03 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CastorGainsRcd.h b/CondFormats/DataRecord/interface/CastorGainsRcd.h index 20199bf7d7a1b..ce9955012f94e 100644 --- a/CondFormats/DataRecord/interface/CastorGainsRcd.h +++ b/CondFormats/DataRecord/interface/CastorGainsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:16:54 CET 2008 -// $Id: CastorGainsRcd.h,v 1.1 2008/03/04 10:38:54 katsas Exp $ +// $Id: CastorGainsRcd.h,v 1.1 2008/02/15 15:53:04 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h b/CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h index b9245a2b80527..05797157765eb 100644 --- a/CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h +++ b/CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:18:02 CET 2008 -// $Id: CastorPedestalWidthsRcd.h,v 1.1 2008/03/04 10:38:54 katsas Exp $ +// $Id: CastorPedestalWidthsRcd.h,v 1.1 2008/02/15 15:53:04 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CastorPedestalsRcd.h b/CondFormats/DataRecord/interface/CastorPedestalsRcd.h index c6ca282356ddc..02844896d3fbf 100644 --- a/CondFormats/DataRecord/interface/CastorPedestalsRcd.h +++ b/CondFormats/DataRecord/interface/CastorPedestalsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:17:40 CET 2008 -// $Id: CastorPedestalsRcd.h,v 1.1 2008/03/04 10:38:54 katsas Exp $ +// $Id: CastorPedestalsRcd.h,v 1.1 2008/02/15 15:53:04 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/CastorQIEDataRcd.h b/CondFormats/DataRecord/interface/CastorQIEDataRcd.h index f94d8f5ba29b4..7c8e20cfa8aae 100644 --- a/CondFormats/DataRecord/interface/CastorQIEDataRcd.h +++ b/CondFormats/DataRecord/interface/CastorQIEDataRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 11 12:18:26 CET 2008 -// $Id: CastorQIEDataRcd.h,v 1.1 2008/03/04 10:38:54 katsas Exp $ +// $Id: CastorQIEDataRcd.h,v 1.1 2008/02/15 15:53:04 mccauley Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/ConfObjectRcd.h b/CondFormats/DataRecord/interface/ConfObjectRcd.h index a30d6a1c412e9..3080bb2decc00 100644 --- a/CondFormats/DataRecord/interface/ConfObjectRcd.h +++ b/CondFormats/DataRecord/interface/ConfObjectRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jan 18 11:27:43 CET 2011 -// $Id: ConfObjectRcd.h,v 1.1 2011/01/18 11:33:54 vlimant Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/DQMReferenceHistogramRootFileRcd.h b/CondFormats/DataRecord/interface/DQMReferenceHistogramRootFileRcd.h index ff3cfb0a33f65..581a5bda949e0 100644 --- a/CondFormats/DataRecord/interface/DQMReferenceHistogramRootFileRcd.h +++ b/CondFormats/DataRecord/interface/DQMReferenceHistogramRootFileRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jul 7 20:29:25 CEST 2009 -// $Id: DQMReferenceHistogramRootFileRcd.h,v 1.1 2009/07/20 17:08:07 diguida Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/DQMSummaryRcd.h b/CondFormats/DataRecord/interface/DQMSummaryRcd.h index b1f68f2bc35bc..1fd27faadd734 100644 --- a/CondFormats/DataRecord/interface/DQMSummaryRcd.h +++ b/CondFormats/DataRecord/interface/DQMSummaryRcd.h @@ -16,7 +16,7 @@ // // Author: Salvatore di Guida (CERN) // Created: Wed Mar 18 15:11:00 CET 2009 -// $Id: DQMSummaryRcd.h,v 1.1 2009/03/27 16:04:31 emanuele Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/DQMXMLFileRcd.h b/CondFormats/DataRecord/interface/DQMXMLFileRcd.h index f68bd2d927fac..bb7451f2ee647 100644 --- a/CondFormats/DataRecord/interface/DQMXMLFileRcd.h +++ b/CondFormats/DataRecord/interface/DQMXMLFileRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jul 7 20:29:25 CEST 2009 -// $Id: DQMXMLFileRcd.h,v 1.1 2010/01/26 15:51:43 diguida Exp $ +// $Id: DQMReferenceHistogramRootFileRcd.h,v 1.1 2009/07/20 17:08:07 diguida Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/DropBoxMetadataRcd.h b/CondFormats/DataRecord/interface/DropBoxMetadataRcd.h index 5930b7e86dcb3..3699196433261 100644 --- a/CondFormats/DataRecord/interface/DropBoxMetadataRcd.h +++ b/CondFormats/DataRecord/interface/DropBoxMetadataRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Feb 23 11:26:01 CET 2011 -// $Id: DropBoxMetadataRcd.h,v 1.1 2011/02/25 14:20:28 cerminar Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h b/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h index 31f7563691fca..be2a82c66843f 100644 --- a/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h +++ b/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Jun 1 12:30:43 CEST 2007 -// $Id: EcalLaserAPDPNRatiosRcd.h,v 1.1 2007/06/22 13:30:19 fra Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h b/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h index 4f324c444ad6d..4487317620d41 100644 --- a/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h +++ b/CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Jun 1 12:31:01 CEST 2007 -// $Id: EcalLaserAPDPNRatiosRefRcd.h,v 1.1 2007/06/22 13:30:19 fra Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h b/CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h index 1460e867f2460..0e57556071c94 100644 --- a/CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h +++ b/CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Jun 1 12:28:55 CEST 2007 -// $Id: EcalLaserAlphasRcd.h,v 1.1 2007/06/22 13:30:19 fra Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h b/CondFormats/DataRecord/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h index ad574c76a6153..4c28a9c4f6404 100644 --- a/CondFormats/DataRecord/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h +++ b/CondFormats/DataRecord/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Mar 2 16:50:49 CET 2007 -// $Id: EcalShowerContainmentCorrectionsLogE2E1Rcd.h,v 1.1 2007/07/25 15:26:07 argiro Exp $ +// $Id: EcalShowerContainmentCorrectionsRcd.h,v 1.1.2.1 2007/05/15 20:55:18 argiro Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h b/CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h index 5a5456e3cd321..e92ae56002edf 100644 --- a/CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h +++ b/CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Sep 5 16:36:25 CEST 2007 -// $Id: ElectronLikelihoodPdfsRcd.h,v 1.1 2007/09/18 20:08:35 emanuele Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h b/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h index 74f490dd18182..288782e9178c5 100644 --- a/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h +++ b/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h @@ -16,7 +16,7 @@ // // Author: I. Volobouev // Created: Tue Jul 31 19:49:12 CDT 2012 -// $Id: FFTJetCorrectorParametersRcd.h,v 1.1 2012/11/06 20:20:01 igv Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h b/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h index c5b49bd1e121f..b95565a6b3eef 100644 --- a/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h +++ b/CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h @@ -17,7 +17,7 @@ // // Author: I. Volobouev // Created: Tue Jul 31 19:49:12 CDT 2012 -// $Id: FFTJetCorrectorParametersRcdTypes.h,v 1.1 2012/11/06 20:20:02 igv Exp $ +// $Id$ // #include "CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h" diff --git a/CondFormats/DataRecord/interface/FillInfoRcd.h b/CondFormats/DataRecord/interface/FillInfoRcd.h index 8efa2f9ff398f..d57b015fc7586 100644 --- a/CondFormats/DataRecord/interface/FillInfoRcd.h +++ b/CondFormats/DataRecord/interface/FillInfoRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Apr 10 19:38:43 CEST 2012 -// $Id: FillInfoRcd.h,v 1.1 2012/05/02 19:22:50 diguida Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/GBRWrapperRcd.h b/CondFormats/DataRecord/interface/GBRWrapperRcd.h index c15d19309f6ce..25501397bae4d 100644 --- a/CondFormats/DataRecord/interface/GBRWrapperRcd.h +++ b/CondFormats/DataRecord/interface/GBRWrapperRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Nov 8 22:18:56 CET 2011 -// $Id: GBRWrapperRcd.h,v 1.1 2011/11/16 17:32:22 bendavid Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HDQMSummaryRcd.h b/CondFormats/DataRecord/interface/HDQMSummaryRcd.h index 29ec36f919700..f3d6404c0b4ba 100644 --- a/CondFormats/DataRecord/interface/HDQMSummaryRcd.h +++ b/CondFormats/DataRecord/interface/HDQMSummaryRcd.h @@ -16,7 +16,7 @@ // // Author: Anne-Catherine Le Bihan // Created: Wed Apr 01 15:11:00 CET 2009 -// $Id: HDQMSummaryRcd.h,v 1.1 2009/04/06 16:52:56 giordano Exp $ +// $Id: HDQMSummaryRcd.h,v 1.1 2009/04/01 16:04:31 alebihan Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h b/CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h index 4218e173af362..3def7aec898c7 100644 --- a/CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h +++ b/CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Feb 25 15:41:50 CET 2010 -// $Id: HLTPrescaleTableRcd.h,v 1.1 2010/02/26 16:27:37 gruen Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalCalibrationQIEDataRcd.h b/CondFormats/DataRecord/interface/HcalCalibrationQIEDataRcd.h index d75f018b3de93..31776964a1c24 100644 --- a/CondFormats/DataRecord/interface/HcalCalibrationQIEDataRcd.h +++ b/CondFormats/DataRecord/interface/HcalCalibrationQIEDataRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:07 CET 2008 -// $Id: HcalCalibrationQIEDataRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalCalibrationQIEDataRcd.h,v 1.1 2008/03/03 16:56:47 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalCholeskyMatricesRcd.h b/CondFormats/DataRecord/interface/HcalCholeskyMatricesRcd.h index c1807d787656b..3c51f1dcb9616 100644 --- a/CondFormats/DataRecord/interface/HcalCholeskyMatricesRcd.h +++ b/CondFormats/DataRecord/interface/HcalCholeskyMatricesRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalCholeskyMatricesRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalCholeskyMatricesRcd.h,v 1.1 2010/04/26 22:13:33 kukartse Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h b/CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h index 62c02b3c606ae..a3270af18cb11 100644 --- a/CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h +++ b/CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalCovarianceMatricesRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalCovarianceMatricesRcd.h,v 1.1 2010/04/26 22:13:34 kukartse Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalL1TriggerObjectsRcd.h b/CondFormats/DataRecord/interface/HcalL1TriggerObjectsRcd.h index fa44d783b3a3c..eb9cc97ea6901 100644 --- a/CondFormats/DataRecord/interface/HcalL1TriggerObjectsRcd.h +++ b/CondFormats/DataRecord/interface/HcalL1TriggerObjectsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Nov 7 18:37:16 CET 2008 -// $Id: HcalL1TriggerObjectsRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalL1TriggerObjectsRcd.h,v 1.1 2008/11/08 21:19:31 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalLUTCorrsRcd.h b/CondFormats/DataRecord/interface/HcalLUTCorrsRcd.h index 95dc11c10836e..c9647fe3fe721 100644 --- a/CondFormats/DataRecord/interface/HcalLUTCorrsRcd.h +++ b/CondFormats/DataRecord/interface/HcalLUTCorrsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalLUTCorrsRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalLUTCorrsRcd.h,v 1.1 2009/05/19 16:05:39 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalLutMetadataRcd.h b/CondFormats/DataRecord/interface/HcalLutMetadataRcd.h index c1f6a47adbf95..22f48aff7fa9e 100644 --- a/CondFormats/DataRecord/interface/HcalLutMetadataRcd.h +++ b/CondFormats/DataRecord/interface/HcalLutMetadataRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalLutMetadataRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalLutMetadataRcd.h,v 1.1 2009/09/18 14:25:15 kukartse Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalPFCorrsRcd.h b/CondFormats/DataRecord/interface/HcalPFCorrsRcd.h index 3389297d8ced4..78f62c82bd8e8 100644 --- a/CondFormats/DataRecord/interface/HcalPFCorrsRcd.h +++ b/CondFormats/DataRecord/interface/HcalPFCorrsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalPFCorrsRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalPFCorrsRcd.h,v 1.1 2009/05/20 15:54:02 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalRespCorrsRcd.h b/CondFormats/DataRecord/interface/HcalRespCorrsRcd.h index 404205c550234..3e51c624cf60a 100644 --- a/CondFormats/DataRecord/interface/HcalRespCorrsRcd.h +++ b/CondFormats/DataRecord/interface/HcalRespCorrsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalRespCorrsRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $ +// $Id: HcalRespCorrsRcd.h,v 1.1 2008/03/03 16:57:14 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalTimeCorrsRcd.h b/CondFormats/DataRecord/interface/HcalTimeCorrsRcd.h index 0885ffa2782bf..1565555b5aa60 100644 --- a/CondFormats/DataRecord/interface/HcalTimeCorrsRcd.h +++ b/CondFormats/DataRecord/interface/HcalTimeCorrsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalTimeCorrsRcd.h,v 1.2 2012/11/12 21:13:55 dlange Exp $ +// $Id: HcalTimeCorrsRcd.h,v 1.1 2009/05/08 13:45:46 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalValidationCorrsRcd.h b/CondFormats/DataRecord/interface/HcalValidationCorrsRcd.h index f6018d38f785b..25b4e286cabd1 100644 --- a/CondFormats/DataRecord/interface/HcalValidationCorrsRcd.h +++ b/CondFormats/DataRecord/interface/HcalValidationCorrsRcd.h @@ -16,7 +16,7 @@ // // Author: Gena Kukartsev // Created: Wed Jul 29 14:35:28 CSET 2009 -// $Id: HcalValidationCorrsRcd.h,v 1.2 2012/11/12 21:13:55 dlange Exp $ +// $Id: HcalValidationCorrsRcd.h,v 1.1 2009/07/30 20:38:37 kukartse Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HcalZSThresholdsRcd.h b/CondFormats/DataRecord/interface/HcalZSThresholdsRcd.h index f13e486c1523f..a133e881ada84 100644 --- a/CondFormats/DataRecord/interface/HcalZSThresholdsRcd.h +++ b/CondFormats/DataRecord/interface/HcalZSThresholdsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Nov 24 16:42:00 CET 2007 -// $Id: HcalZSThresholdsRcd.h,v 1.2 2012/11/12 21:13:55 dlange Exp $ +// $Id: HcalZSThresholdsRcd.h,v 1.1 2007/11/24 16:54:13 rofierzy Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HeavyIonRPRcd.h b/CondFormats/DataRecord/interface/HeavyIonRPRcd.h index e94004f82ee12..9208ece11e246 100644 --- a/CondFormats/DataRecord/interface/HeavyIonRPRcd.h +++ b/CondFormats/DataRecord/interface/HeavyIonRPRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jul 10 05:49:16 EDT 2007 -// $Id: HeavyIonRPRcd.h,v 1.2 2011/09/20 19:01:31 yilmaz Exp $ +// $Id: HeavyIonRPRcd.h,v 1.1 2011/09/20 14:08:53 yilmaz Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/HeavyIonRcd.h b/CondFormats/DataRecord/interface/HeavyIonRcd.h index fd81c4029315a..f111475eb2b5d 100644 --- a/CondFormats/DataRecord/interface/HeavyIonRcd.h +++ b/CondFormats/DataRecord/interface/HeavyIonRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jul 10 05:49:16 EDT 2007 -// $Id: HeavyIonRcd.h,v 1.1 2007/11/06 13:01:32 yilmaz Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/InclinometersRcd.h b/CondFormats/DataRecord/interface/InclinometersRcd.h index d780c39fbbf14..865d53df33e7b 100644 --- a/CondFormats/DataRecord/interface/InclinometersRcd.h +++ b/CondFormats/DataRecord/interface/InclinometersRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Jul 20 14:30:27 CEST 2006 -// $Id: InclinometersRcd.h,v 1.1 2006/08/01 12:00:10 kdziedzi Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/JetCorrectorParametersRecord.h b/CondFormats/DataRecord/interface/JetCorrectorParametersRecord.h index 06f742dbe7944..9d6db78293856 100644 --- a/CondFormats/DataRecord/interface/JetCorrectorParametersRecord.h +++ b/CondFormats/DataRecord/interface/JetCorrectorParametersRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Mar 10 12:03:17 CET 2010 -// $Id: JetCorrectorParametersRecord.h,v 1.1 2010/03/10 17:05:58 hegner Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/L1CaloGeometryRecord.h b/CondFormats/DataRecord/interface/L1CaloGeometryRecord.h index 3769bfdbd9a85..36edfb173f342 100644 --- a/CondFormats/DataRecord/interface/L1CaloGeometryRecord.h +++ b/CondFormats/DataRecord/interface/L1CaloGeometryRecord.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 23 23:08:26 EDT 2006 -// $Id: L1CaloGeometryRecord.h,v 1.1 2008/04/16 23:06:56 wsun Exp $ +// $Id: L1CaloGeometryRecord.h,v 1.1 2006/12/21 01:55:34 wsun Exp $ // //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h b/CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h index d7114ff6fc72b..8579e612a0eb4 100644 --- a/CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h +++ b/CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Jul 10 10:14:03 CEST 2007 -// $Id: L1GctJetFinderParamsRcd.h,v 1.3 2009/02/24 15:47:22 jbrooke Exp $ +// $Id: L1GctJetFinderParamsRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ // #include "boost/mpl/vector.hpp" diff --git a/CondFormats/DataRecord/interface/L1GtPsbSetupRcd.h b/CondFormats/DataRecord/interface/L1GtPsbSetupRcd.h index e605bf9215c71..df059a4e58e96 100644 --- a/CondFormats/DataRecord/interface/L1GtPsbSetupRcd.h +++ b/CondFormats/DataRecord/interface/L1GtPsbSetupRcd.h @@ -12,8 +12,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2008/11/16 04:45:11 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/CondFormats/DataRecord/interface/L1GtStableParametersRcd.h b/CondFormats/DataRecord/interface/L1GtStableParametersRcd.h index 579b42ee7f146..adce42f85be30 100644 --- a/CondFormats/DataRecord/interface/L1GtStableParametersRcd.h +++ b/CondFormats/DataRecord/interface/L1GtStableParametersRcd.h @@ -12,8 +12,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2008/03/03 07:09:47 $ - * $Revision: 1.2 $ + * $Date: 2007/09/27 10:30:00 $ + * $Revision: 1.1 $ * */ diff --git a/CondFormats/DataRecord/interface/L1JetEtScaleRcd.h b/CondFormats/DataRecord/interface/L1JetEtScaleRcd.h index 715ba11c1a0f8..1b0822e1aa1be 100644 --- a/CondFormats/DataRecord/interface/L1JetEtScaleRcd.h +++ b/CondFormats/DataRecord/interface/L1JetEtScaleRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Oct 4 16:49:43 CEST 2006 -// $Id: L1JetEtScaleRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ +// $Id: L1JetEtScaleRcd.h,v 1.1 2007/03/16 13:51:29 heath Exp $ // #include "boost/mpl/vector.hpp" diff --git a/CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h b/CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h index 22cf3c9632a0e..bb4f52806afe8 100644 --- a/CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h +++ b/CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Feb 22 12:15:57 CET 2008 -// $Id: L1RPCConeBuilderRcd.h,v 1.3 2009/03/18 23:12:01 wsun Exp $ +// $Id: L1RPCConeBuilderRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ // // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/L1RPCConfigRcd.h b/CondFormats/DataRecord/interface/L1RPCConfigRcd.h index 8c383f698d210..679b5522fcf76 100644 --- a/CondFormats/DataRecord/interface/L1RPCConfigRcd.h +++ b/CondFormats/DataRecord/interface/L1RPCConfigRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Mar 20 14:39:09 CET 2007 -// $Id: L1RPCConfigRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ +// $Id: L1RPCConfigRcd.h,v 1.1 2007/03/23 14:36:40 wsun Exp $ // #include "boost/mpl/vector.hpp" diff --git a/CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h b/CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h index 8a09255ce0807..603a6c4aef70d 100644 --- a/CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h +++ b/CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Fri Feb 29 21:48:40 CET 2008 -// $Id: L1TriggerKeyListRcd.h,v 1.1 2008/03/03 07:07:22 wsun Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/L1TriggerKeyRcd.h b/CondFormats/DataRecord/interface/L1TriggerKeyRcd.h index 293c1ac1cc01e..e767aaa169e83 100644 --- a/CondFormats/DataRecord/interface/L1TriggerKeyRcd.h +++ b/CondFormats/DataRecord/interface/L1TriggerKeyRcd.h @@ -16,7 +16,7 @@ // // Author: Giedrius Bacevicius // Created: Tue Jul 17 19:15:08 CEST 2007 -// $Id: L1TriggerKeyRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ +// $Id: L1TriggerKeyRcd.h,v 1.1 2007/08/22 14:20:13 jbrooke Exp $ // #include "boost/mpl/vector.hpp" diff --git a/CondFormats/DataRecord/interface/L1TriggerScalerRcd.h b/CondFormats/DataRecord/interface/L1TriggerScalerRcd.h index 8ab98a6274eea..87c7ab70b4bbe 100644 --- a/CondFormats/DataRecord/interface/L1TriggerScalerRcd.h +++ b/CondFormats/DataRecord/interface/L1TriggerScalerRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Aug 21 11:41:10 CEST 2008 -// $Id: L1TriggerScalerRcd.h,v 1.1 2008/09/01 10:45:04 degrutto Exp $ +// $Id$ // diff --git a/CondFormats/DataRecord/interface/MixingRcd.h b/CondFormats/DataRecord/interface/MixingRcd.h index 57303a224de04..6b14a224680ab 100644 --- a/CondFormats/DataRecord/interface/MixingRcd.h +++ b/CondFormats/DataRecord/interface/MixingRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: MixingRcd.h,v 1.1 2012/01/17 11:50:08 vlimant Exp $ +// $Id: MixingRcd.h,v 1.1 2012/01/06 02:34:07 vlimant Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/PXsensorsRcd.h b/CondFormats/DataRecord/interface/PXsensorsRcd.h index c901196b40f52..8f9de4988214f 100644 --- a/CondFormats/DataRecord/interface/PXsensorsRcd.h +++ b/CondFormats/DataRecord/interface/PXsensorsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Jul 20 14:30:27 CEST 2006 -// $Id: PXsensorsRcd.h,v 1.1 2006/08/02 14:19:01 kdziedzi Exp $ +// $Id: PX_sensorsRcd.h,v 1.1 2006/08/01 12:00:10 kdziedzi Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/PixelCPEParmErrorsRcd.h b/CondFormats/DataRecord/interface/PixelCPEParmErrorsRcd.h index 6d0a7121aed96..f6779843b5594 100644 --- a/CondFormats/DataRecord/interface/PixelCPEParmErrorsRcd.h +++ b/CondFormats/DataRecord/interface/PixelCPEParmErrorsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Aug 17 08:18:51 CDT 2007 -// $Id: PixelCPEParmErrorsRcd.h,v 1.1 2007/08/20 08:40:35 chiochia Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RBCBoardSpecsRcd.h b/CondFormats/DataRecord/interface/RBCBoardSpecsRcd.h index 7cb0132a793f1..969a477a26195 100644 --- a/CondFormats/DataRecord/interface/RBCBoardSpecsRcd.h +++ b/CondFormats/DataRecord/interface/RBCBoardSpecsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Dec 11 17:47:19 CET 2008 -// $Id: RBCBoardSpecsRcd.h,v 1.1 2009/01/28 12:57:34 aosorio Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCClusterSizeRcd.h b/CondFormats/DataRecord/interface/RPCClusterSizeRcd.h index a46e7c71c8299..7a5eb58139cf6 100644 --- a/CondFormats/DataRecord/interface/RPCClusterSizeRcd.h +++ b/CondFormats/DataRecord/interface/RPCClusterSizeRcd.h @@ -16,7 +16,7 @@ // // Author: Borislav Pavlov // Created: Mon Nov 2 17:43:16 CET 2009 -// $Id: RPCClusterSizeRcd.h,v 1.1 2009/12/10 13:05:02 futyand Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCDQMObjectRcd.h b/CondFormats/DataRecord/interface/RPCDQMObjectRcd.h index cda719a6c32fd..e2c041b8c4fec 100644 --- a/CondFormats/DataRecord/interface/RPCDQMObjectRcd.h +++ b/CondFormats/DataRecord/interface/RPCDQMObjectRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 7 17:00:06 CET 2011 -// $Id: RPCDQMObjectRcd.h,v 1.1 2011/05/09 13:21:36 tjkim Exp $ +// $Id: RPCDQMObjectRcd.h,v 1.1 2011/02/07 16:41:23 tjkim Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCDeadStripsRcd.h b/CondFormats/DataRecord/interface/RPCDeadStripsRcd.h index a9e80470b181c..23b7349be99fd 100644 --- a/CondFormats/DataRecord/interface/RPCDeadStripsRcd.h +++ b/CondFormats/DataRecord/interface/RPCDeadStripsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 19 15:48:55 CEST 2008 -// $Id: RPCDeadStripsRcd.h,v 1.1 2008/12/04 12:49:22 sanabria Exp $ +// $Id: RPCDeadStripsRcd.h,v 1.3 2008/11/19 18:55:37 sanabria Exp $ // diff --git a/CondFormats/DataRecord/interface/RPCMaskedStripsRcd.h b/CondFormats/DataRecord/interface/RPCMaskedStripsRcd.h index b77787a3f9384..41a27605e9f84 100644 --- a/CondFormats/DataRecord/interface/RPCMaskedStripsRcd.h +++ b/CondFormats/DataRecord/interface/RPCMaskedStripsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 03 15:48:55 CEST 2008 -// $Id: RPCMaskedStripsRcd.h,v 1.1 2008/12/04 12:50:24 sanabria Exp $ +// $Id: RPCMaskedStripsRcd.h,v 1.3 2008/11/03 18:55:37 sanabria Exp $ // diff --git a/CondFormats/DataRecord/interface/RPCNoiseObjectRcd.h b/CondFormats/DataRecord/interface/RPCNoiseObjectRcd.h index 8a758f76ecaae..86fed5e15ad9e 100644 --- a/CondFormats/DataRecord/interface/RPCNoiseObjectRcd.h +++ b/CondFormats/DataRecord/interface/RPCNoiseObjectRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 2 17:37:55 CET 2011 -// $Id: RPCNoiseObjectRcd.h,v 1.2 2011/11/07 08:09:34 mmaggi Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCNoiseStripsObjectRcd.h b/CondFormats/DataRecord/interface/RPCNoiseStripsObjectRcd.h index eca9549bd5835..dee87fb996bb5 100644 --- a/CondFormats/DataRecord/interface/RPCNoiseStripsObjectRcd.h +++ b/CondFormats/DataRecord/interface/RPCNoiseStripsObjectRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 2 17:46:33 CET 2011 -// $Id: RPCNoiseStripsObjectRcd.h,v 1.1 2011/11/07 08:09:34 mmaggi Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObAlignmentRcd.h b/CondFormats/DataRecord/interface/RPCObAlignmentRcd.h index c3b2fc4ec67bb..b30b1bb9877e7 100644 --- a/CondFormats/DataRecord/interface/RPCObAlignmentRcd.h +++ b/CondFormats/DataRecord/interface/RPCObAlignmentRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Mar 24 11:26:21 CET 2009 -// $Id: RPCObAlignmentRcd.h,v 1.1 2009/03/24 10:27:53 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObCondRcd.h b/CondFormats/DataRecord/interface/RPCObCondRcd.h index a4575aaf6f0aa..3452a21633bb9 100644 --- a/CondFormats/DataRecord/interface/RPCObCondRcd.h +++ b/CondFormats/DataRecord/interface/RPCObCondRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Oct 10 20:02:37 CEST 2008 -// $Id: RPCObCondRcd.h,v 1.2 2008/12/12 17:30:31 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObFebAssmapRcd.h b/CondFormats/DataRecord/interface/RPCObFebAssmapRcd.h index 2a16993c5f31f..9634a3f08e4ed 100644 --- a/CondFormats/DataRecord/interface/RPCObFebAssmapRcd.h +++ b/CondFormats/DataRecord/interface/RPCObFebAssmapRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Mar 26 18:13:51 CET 2009 -// $Id: RPCObFebAssmapRcd.h,v 1.1 2009/03/26 17:15:11 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObFebmapRcd.h b/CondFormats/DataRecord/interface/RPCObFebmapRcd.h index 46664bab26cb5..280b6870b484a 100644 --- a/CondFormats/DataRecord/interface/RPCObFebmapRcd.h +++ b/CondFormats/DataRecord/interface/RPCObFebmapRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Feb 26 10:06:35 CET 2009 -// $Id: RPCObFebmapRcd.h,v 1.1 2009/02/26 09:07:36 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObGasHumRcd.h b/CondFormats/DataRecord/interface/RPCObGasHumRcd.h index dbb9ff044ca09..6e9d2af0309af 100644 --- a/CondFormats/DataRecord/interface/RPCObGasHumRcd.h +++ b/CondFormats/DataRecord/interface/RPCObGasHumRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasHumRcd.h,v 1.1 2009/12/14 16:48:38 dpagano Exp $ +// $Id: RPCObGasMixRcd.h,v 1.1 2009/12/13 10:05:23 dpagano Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObGasMixRcd.h b/CondFormats/DataRecord/interface/RPCObGasMixRcd.h index 60d6dc881a857..6d084c314179d 100644 --- a/CondFormats/DataRecord/interface/RPCObGasMixRcd.h +++ b/CondFormats/DataRecord/interface/RPCObGasMixRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasMixRcd.h,v 1.1 2009/12/13 10:05:23 dpagano Exp $ +// $Id: RPCObGasMixRcd.h,v 1.2 2008/12/12 17:30:36 dpagano Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObGasRcd.h b/CondFormats/DataRecord/interface/RPCObGasRcd.h index 2228c86252a83..086fe05dceb68 100644 --- a/CondFormats/DataRecord/interface/RPCObGasRcd.h +++ b/CondFormats/DataRecord/interface/RPCObGasRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasRcd.h,v 1.2 2008/12/12 17:30:36 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObGasmapRcd.h b/CondFormats/DataRecord/interface/RPCObGasmapRcd.h index 55f631d87768a..90a302a89c332 100644 --- a/CondFormats/DataRecord/interface/RPCObGasmapRcd.h +++ b/CondFormats/DataRecord/interface/RPCObGasmapRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Feb 26 10:36:36 CET 2009 -// $Id: RPCObGasmapRcd.h,v 1.1 2009/02/26 09:37:27 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h b/CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h index af8e4643f3da3..50472fd626b52 100644 --- a/CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h +++ b/CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Oct 15 21:38:05 CEST 2008 -// $Id: RPCObPVSSmapRcd.h,v 1.2 2008/12/12 17:30:45 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCObUXCRcd.h b/CondFormats/DataRecord/interface/RPCObUXCRcd.h index 7723d485d3a62..e51be6267b992 100644 --- a/CondFormats/DataRecord/interface/RPCObUXCRcd.h +++ b/CondFormats/DataRecord/interface/RPCObUXCRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Nov 16 12:18:42 CET 2009 -// $Id: RPCObUXCRcd.h,v 1.1 2009/11/16 11:19:31 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCRunIOVRcd.h b/CondFormats/DataRecord/interface/RPCRunIOVRcd.h index 488c0611b69fd..4964bda0f2213 100644 --- a/CondFormats/DataRecord/interface/RPCRunIOVRcd.h +++ b/CondFormats/DataRecord/interface/RPCRunIOVRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Mar 26 17:38:10 CET 2009 -// $Id: RPCRunIOVRcd.h,v 1.1 2009/03/26 16:54:14 dpagano Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RPCStripNoisesRcd.h b/CondFormats/DataRecord/interface/RPCStripNoisesRcd.h index c784e51400740..e1ef0a711a1b7 100644 --- a/CondFormats/DataRecord/interface/RPCStripNoisesRcd.h +++ b/CondFormats/DataRecord/interface/RPCStripNoisesRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Apr 21 15:48:55 CEST 2008 -// $Id: RPCStripNoisesRcd.h,v 1.3 2008/05/22 18:55:37 trentad Exp $ +// $Id: RPCStripNoisesRcd.h,v 1.1 2008/05/12 08:34:42 trentad Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RunNumberRcd.h b/CondFormats/DataRecord/interface/RunNumberRcd.h index f87b07c88dde6..c96a23ee7d494 100644 --- a/CondFormats/DataRecord/interface/RunNumberRcd.h +++ b/CondFormats/DataRecord/interface/RunNumberRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed May 28 11:20:27 CEST 2008 -// $Id: RunNumberRcd.h,v 1.1 2008/06/17 17:01:00 degrutto Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/RunSummaryRcd.h b/CondFormats/DataRecord/interface/RunSummaryRcd.h index b4ae8d8d59052..7969783d156c5 100644 --- a/CondFormats/DataRecord/interface/RunSummaryRcd.h +++ b/CondFormats/DataRecord/interface/RunSummaryRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thus 25 Sep 11:20:27 CEST 2008 -// $Id: RunSummaryRcd.h,v 1.2 2008/10/15 12:12:11 degrutto Exp $ +// $Id: RunSummaryRcd.h,v 1.1 2008/09/25 17:01:00 degrutto Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelCPEGenericErrorParmRcd.h b/CondFormats/DataRecord/interface/SiPixelCPEGenericErrorParmRcd.h index 03b3bb2980a75..02e1b231648b3 100644 --- a/CondFormats/DataRecord/interface/SiPixelCPEGenericErrorParmRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelCPEGenericErrorParmRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Nov 11 23:07:06 CET 2008 -// $Id: SiPixelCPEGenericErrorParmRcd.h,v 1.1 2008/11/12 18:13:03 dfehling Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelCalibConfigurationRcd.h b/CondFormats/DataRecord/interface/SiPixelCalibConfigurationRcd.h index fb35422483914..1ead1f24616fd 100644 --- a/CondFormats/DataRecord/interface/SiPixelCalibConfigurationRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelCalibConfigurationRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Feb 14 20:27:08 CET 2008 -// $Id: SiPixelCalibConfigurationRcd.h,v 1.2 2008/02/14 19:28:55 fblekman Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelDisabledModulesRcd.h b/CondFormats/DataRecord/interface/SiPixelDisabledModulesRcd.h index feebdb922149d..5874324b86fcf 100644 --- a/CondFormats/DataRecord/interface/SiPixelDisabledModulesRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelDisabledModulesRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Sat Apr 19 02:11:49 CDT 2008 -// $Id: SiPixelDisabledModulesRcd.h,v 1.1 2008/04/21 09:44:04 chiochia Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTRcd.h b/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTRcd.h index 2fc8d3300c310..3f9cf0acb99b5 100644 --- a/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationForHLTRcd.h,v 1.1 2008/02/06 16:05:18 chiochia Exp $ +// $Id: SiPixelGainCalibrationForHLTRcd.h,v 1.1 2006/10/20 09:09:15 chiochia Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTSimRcd.h b/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTSimRcd.h index bc8b991725907..8f1181a19ab5d 100644 --- a/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTSimRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTSimRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Mar 13 12:13:06 CET 2009 -// $Id: SiPixelGainCalibrationForHLTSimRcd.h,v 1.1 2009/03/19 15:54:43 fblekman Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineRcd.h b/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineRcd.h index 3b24417284914..2d01998d6b408 100644 --- a/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationOfflineRcd.h,v 1.1 2008/02/06 16:05:18 chiochia Exp $ +// $Id: SiPixelGainCalibrationOfflineRcd.h,v 1.1 2006/10/20 09:09:15 chiochia Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineSimRcd.h b/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineSimRcd.h index 085694142c73a..3435d514d70b9 100644 --- a/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineSimRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineSimRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Mar 13 12:13:12 CET 2009 -// $Id: SiPixelGainCalibrationOfflineSimRcd.h,v 1.1 2009/03/19 15:54:43 fblekman Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelGainCalibrationRcd.h b/CondFormats/DataRecord/interface/SiPixelGainCalibrationRcd.h index 1df51333b7964..ad2f0118b04aa 100644 --- a/CondFormats/DataRecord/interface/SiPixelGainCalibrationRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelGainCalibrationRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationRcd.h,v 1.1 2006/10/20 09:09:15 chiochia Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h b/CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h index 1543be4094c0c..8b5d632e65dd8 100644 --- a/CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Jun 25 15:48:11 CEST 2007 -// $Id: SiPixelLorentzAngleRcd.h,v 1.1 2007/06/28 12:37:44 chiochia Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelLorentzAngleSimRcd.h b/CondFormats/DataRecord/interface/SiPixelLorentzAngleSimRcd.h index f55d61f94c77a..fc7a65cd2b9ba 100644 --- a/CondFormats/DataRecord/interface/SiPixelLorentzAngleSimRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelLorentzAngleSimRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Mar 13 12:13:25 CET 2009 -// $Id: SiPixelLorentzAngleSimRcd.h,v 1.1 2009/03/19 15:54:43 fblekman Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelQualityFromDbRcd.h b/CondFormats/DataRecord/interface/SiPixelQualityFromDbRcd.h index 6ce61c988fae4..037936ff60de2 100644 --- a/CondFormats/DataRecord/interface/SiPixelQualityFromDbRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelQualityFromDbRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Fri Oct 17 11:53:51 CEST 2008 -// $Id: SiPixelQualityFromDbRcd.h,v 1.1 2011/06/23 17:41:13 tinti Exp $ +// $Id: SiPixelQualityFromDbRcd.h,v 1.1 2008/10/17 09:55:15 fblekman Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject0TRcd.h b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject0TRcd.h index db75e63d2df2e..2db2322b92a7c 100644 --- a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject0TRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject0TRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Sep 28 15:40:32 CEST 2009 -// $Id: SiPixelTemplateDBObject0TRcd.h,v 1.1 2009/10/19 15:22:43 dfehling Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject38TRcd.h b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject38TRcd.h index e02cfa01db99f..393f6e683887f 100644 --- a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject38TRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject38TRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Sep 28 15:40:47 CEST 2009 -// $Id: SiPixelTemplateDBObject38TRcd.h,v 1.1 2009/10/19 15:22:45 dfehling Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject4TRcd.h b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject4TRcd.h index f646d65d24ded..d1210fab52bd3 100644 --- a/CondFormats/DataRecord/interface/SiPixelTemplateDBObject4TRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelTemplateDBObject4TRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Sep 28 15:40:50 CEST 2009 -// $Id: SiPixelTemplateDBObject4TRcd.h,v 1.1 2009/10/19 15:22:46 dfehling Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h b/CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h index 365bb1a4e05cd..36360505f704c 100644 --- a/CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h +++ b/CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Nov 11 23:08:00 CET 2008 -// $Id: SiPixelTemplateDBObjectRcd.h,v 1.1 2008/11/12 18:13:03 dfehling Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/SimBeamSpotObjectsRcd.h b/CondFormats/DataRecord/interface/SimBeamSpotObjectsRcd.h index f369ba570c057..df955028f03b0 100644 --- a/CondFormats/DataRecord/interface/SimBeamSpotObjectsRcd.h +++ b/CondFormats/DataRecord/interface/SimBeamSpotObjectsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: SimBeamSpotObjectsRcd.h,v 1.1 2012/01/17 11:49:53 vlimant Exp $ +// $Id: SimBeamSpotObjectsRcd.h,v 1.1 2012/01/06 02:34:07 vlimant Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/interface/TTUBoardSpecsRcd.h b/CondFormats/DataRecord/interface/TTUBoardSpecsRcd.h index 320784318c80d..e6893ebd554b7 100644 --- a/CondFormats/DataRecord/interface/TTUBoardSpecsRcd.h +++ b/CondFormats/DataRecord/interface/TTUBoardSpecsRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Dec 11 17:47:39 CET 2008 -// $Id: TTUBoardSpecsRcd.h,v 1.1 2009/01/28 12:57:34 aosorio Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/CondFormats/DataRecord/src/AlCaRecoTriggerBitsRcd.cc b/CondFormats/DataRecord/src/AlCaRecoTriggerBitsRcd.cc index 19b171dd5dea1..446d69fed9b2f 100644 --- a/CondFormats/DataRecord/src/AlCaRecoTriggerBitsRcd.cc +++ b/CondFormats/DataRecord/src/AlCaRecoTriggerBitsRcd.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: AlCaRecoTriggerBitsRcd.cc,v 1.1 2008/11/05 10:55:11 xiezhen Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/AlCaRecoTriggerBitsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/BTagTrackProbability2DRcd.cc b/CondFormats/DataRecord/src/BTagTrackProbability2DRcd.cc index 588a1ce09bd00..789526a80efce 100644 --- a/CondFormats/DataRecord/src/BTagTrackProbability2DRcd.cc +++ b/CondFormats/DataRecord/src/BTagTrackProbability2DRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Jan 11 09:36:33 CET 2007 -// $Id: BTagTrackProbability2DRcd.cc,v 1.1 2007/01/22 17:02:54 arizzi Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/BTagTrackProbability2DRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/BTagTrackProbability3DRcd.cc b/CondFormats/DataRecord/src/BTagTrackProbability3DRcd.cc index 830892631e063..d845cc6755f40 100644 --- a/CondFormats/DataRecord/src/BTagTrackProbability3DRcd.cc +++ b/CondFormats/DataRecord/src/BTagTrackProbability3DRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Jan 11 09:36:33 CET 2007 -// $Id: BTagTrackProbability3DRcd.cc,v 1.1 2007/01/22 17:02:54 arizzi Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/BTagTrackProbability3DRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/BeamSpotObjectsRcd.cc b/CondFormats/DataRecord/src/BeamSpotObjectsRcd.cc index dc9c0ff85b5e1..90ac20efea9fa 100644 --- a/CondFormats/DataRecord/src/BeamSpotObjectsRcd.cc +++ b/CondFormats/DataRecord/src/BeamSpotObjectsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: BeamSpotObjectsRcd.cc,v 1.1 2007/04/03 02:34:07 yumiceva Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/BeamSpotObjectsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CSCDBL1TPParametersRcd.cc b/CondFormats/DataRecord/src/CSCDBL1TPParametersRcd.cc index 08961c60d9730..31921fdeefe4b 100644 --- a/CondFormats/DataRecord/src/CSCDBL1TPParametersRcd.cc +++ b/CondFormats/DataRecord/src/CSCDBL1TPParametersRcd.cc @@ -12,7 +12,7 @@ // Created: Thu Apr 12 11:18:05 CEST 2007 -// $Id: CSCDBL1TPParametersRcd.cc,v 1.1 2010/04/14 08:59:46 boeriu Exp $ +// $Id: CSCDBL1TPParametersRcd.cc,v 1.1 2008/07/06 05:00:30 wsun Exp $ diff --git a/CondFormats/DataRecord/src/CSCL1TPParametersRcd.cc b/CondFormats/DataRecord/src/CSCL1TPParametersRcd.cc index 74636c270180b..a53fd27b899ad 100644 --- a/CondFormats/DataRecord/src/CSCL1TPParametersRcd.cc +++ b/CondFormats/DataRecord/src/CSCL1TPParametersRcd.cc @@ -12,7 +12,7 @@ // Created: Thu Apr 12 11:18:05 CEST 2007 -// $Id: CSCL1TPParametersRcd.cc,v 1.1 2008/07/06 05:00:30 wsun Exp $ +// $Id: CSCL1TPParametersRcd.cc,v 1.1 2007/04/19 15:52:09 jbrooke Exp $ diff --git a/CondFormats/DataRecord/src/CastorChannelQualityRcd.cc b/CondFormats/DataRecord/src/CastorChannelQualityRcd.cc index d214987608263..8b6559efc01e3 100644 --- a/CondFormats/DataRecord/src/CastorChannelQualityRcd.cc +++ b/CondFormats/DataRecord/src/CastorChannelQualityRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:15:32 CET 2008 -// $Id: CastorChannelQualityRcd.cc,v 1.1 2008/03/04 10:37:45 katsas Exp $ +// $Id: CastorChannelQualityRcd.cc,v 1.1 2008/02/15 15:53:55 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorChannelQualityRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CastorGainWidthsRcd.cc b/CondFormats/DataRecord/src/CastorGainWidthsRcd.cc index ac09e5fcf535e..229d776030a4d 100644 --- a/CondFormats/DataRecord/src/CastorGainWidthsRcd.cc +++ b/CondFormats/DataRecord/src/CastorGainWidthsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:17:17 CET 2008 -// $Id: CastorGainWidthsRcd.cc,v 1.1 2008/03/04 10:37:46 katsas Exp $ +// $Id: CastorGainWidthsRcd.cc,v 1.1 2008/02/15 15:53:55 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorGainWidthsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CastorGainsRcd.cc b/CondFormats/DataRecord/src/CastorGainsRcd.cc index 4378b9322b028..92c93878627c2 100644 --- a/CondFormats/DataRecord/src/CastorGainsRcd.cc +++ b/CondFormats/DataRecord/src/CastorGainsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:16:54 CET 2008 -// $Id: CastorGainsRcd.cc,v 1.1 2008/03/04 10:37:46 katsas Exp $ +// $Id: CastorGainsRcd.cc,v 1.1 2008/02/15 15:53:55 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorGainsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CastorPedestalWidthsRcd.cc b/CondFormats/DataRecord/src/CastorPedestalWidthsRcd.cc index 899cdfa71a293..fe03f040814af 100644 --- a/CondFormats/DataRecord/src/CastorPedestalWidthsRcd.cc +++ b/CondFormats/DataRecord/src/CastorPedestalWidthsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:18:02 CET 2008 -// $Id: CastorPedestalWidthsRcd.cc,v 1.1 2008/03/04 10:37:47 katsas Exp $ +// $Id: CastorPedestalWidthsRcd.cc,v 1.1 2008/02/15 15:53:56 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorPedestalWidthsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CastorPedestalsRcd.cc b/CondFormats/DataRecord/src/CastorPedestalsRcd.cc index f1dc1e52a9ac3..b5fa58e683d9a 100644 --- a/CondFormats/DataRecord/src/CastorPedestalsRcd.cc +++ b/CondFormats/DataRecord/src/CastorPedestalsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:17:40 CET 2008 -// $Id: CastorPedestalsRcd.cc,v 1.1 2008/03/04 10:37:46 katsas Exp $ +// $Id: CastorPedestalsRcd.cc,v 1.1 2008/02/15 15:53:56 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorPedestalsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/CastorQIEDataRcd.cc b/CondFormats/DataRecord/src/CastorQIEDataRcd.cc index 88af8a6ef3245..09d5464217886 100644 --- a/CondFormats/DataRecord/src/CastorQIEDataRcd.cc +++ b/CondFormats/DataRecord/src/CastorQIEDataRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 11 12:18:26 CET 2008 -// $Id: CastorQIEDataRcd.cc,v 1.1 2008/03/04 10:37:47 katsas Exp $ +// $Id: CastorQIEDataRcd.cc,v 1.1 2008/02/15 15:53:56 mccauley Exp $ #include "CondFormats/DataRecord/interface/CastorQIEDataRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/ConfObjectRcd.cc b/CondFormats/DataRecord/src/ConfObjectRcd.cc index 2c33fe2960322..f24667335d9bb 100644 --- a/CondFormats/DataRecord/src/ConfObjectRcd.cc +++ b/CondFormats/DataRecord/src/ConfObjectRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jan 18 11:27:43 CET 2011 -// $Id: ConfObjectRcd.cc,v 1.1 2011/01/18 11:33:54 vlimant Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/ConfObjectRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/DQMReferenceHistogramRootFileRcd.cc b/CondFormats/DataRecord/src/DQMReferenceHistogramRootFileRcd.cc index e5c305e508217..6ad343da8e4b7 100644 --- a/CondFormats/DataRecord/src/DQMReferenceHistogramRootFileRcd.cc +++ b/CondFormats/DataRecord/src/DQMReferenceHistogramRootFileRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 7 20:29:25 CEST 2009 -// $Id: DQMReferenceHistogramRootFileRcd.cc,v 1.1 2009/07/20 17:08:17 diguida Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/DQMReferenceHistogramRootFileRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/DQMSummaryRcd.cc b/CondFormats/DataRecord/src/DQMSummaryRcd.cc index 81374969d89c1..0e38796f3e628 100644 --- a/CondFormats/DataRecord/src/DQMSummaryRcd.cc +++ b/CondFormats/DataRecord/src/DQMSummaryRcd.cc @@ -8,7 +8,7 @@ // // Author: Salvatore di Guida (CERN) // Created: Wed Mar 18 15:11:00 CET 2009 -// $Id: DQMSummaryRcd.cc,v 1.1 2009/03/27 16:04:31 emanuele Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/DQMSummaryRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/DQMXMLFileRcd.cc b/CondFormats/DataRecord/src/DQMXMLFileRcd.cc index d111ddfb543e3..9ad758c8b8516 100644 --- a/CondFormats/DataRecord/src/DQMXMLFileRcd.cc +++ b/CondFormats/DataRecord/src/DQMXMLFileRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 7 20:29:25 CEST 2009 -// $Id: DQMXMLFileRcd.cc,v 1.1 2010/01/26 15:51:31 diguida Exp $ +// $Id: DQMReferenceHistogramRootFileRcd.cc,v 1.1 2009/07/20 17:08:17 diguida Exp $ #include "CondFormats/DataRecord/interface/DQMXMLFileRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/DropBoxMetadataRcd.cc b/CondFormats/DataRecord/src/DropBoxMetadataRcd.cc index 695b7a6b1aa10..fb44a490de089 100644 --- a/CondFormats/DataRecord/src/DropBoxMetadataRcd.cc +++ b/CondFormats/DataRecord/src/DropBoxMetadataRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Feb 23 11:26:01 CET 2011 -// $Id: DropBoxMetadataRcd.cc,v 1.1 2011/02/25 14:20:28 cerminar Exp $ +// $Id$ #include "CondFormats/DataRecord//interface/DropBoxMetadataRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRcd.cc b/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRcd.cc index 5959cf3778444..4c0193f039d75 100644 --- a/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRcd.cc +++ b/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Jun 1 12:30:43 CEST 2007 -// $Id: EcalLaserAPDPNRatiosRcd.cc,v 1.1 2007/06/22 13:30:20 fra Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRefRcd.cc b/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRefRcd.cc index 576a77ef80e10..35171a1ee8054 100644 --- a/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRefRcd.cc +++ b/CondFormats/DataRecord/src/EcalLaserAPDPNRatiosRefRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Jun 1 12:31:01 CEST 2007 -// $Id: EcalLaserAPDPNRatiosRefRcd.cc,v 1.1 2007/06/22 13:30:20 fra Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/EcalLaserAlphasRcd.cc b/CondFormats/DataRecord/src/EcalLaserAlphasRcd.cc index 6822975bc828a..88d74ab30081a 100644 --- a/CondFormats/DataRecord/src/EcalLaserAlphasRcd.cc +++ b/CondFormats/DataRecord/src/EcalLaserAlphasRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Jun 1 12:28:55 CEST 2007 -// $Id: EcalLaserAlphasRcd.cc,v 1.1 2007/06/22 13:30:20 fra Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/EcalShowerContainmentCorrectionsLogE2E1Rcd.cc b/CondFormats/DataRecord/src/EcalShowerContainmentCorrectionsLogE2E1Rcd.cc index e57cb4b427bda..42845ba1475c7 100644 --- a/CondFormats/DataRecord/src/EcalShowerContainmentCorrectionsLogE2E1Rcd.cc +++ b/CondFormats/DataRecord/src/EcalShowerContainmentCorrectionsLogE2E1Rcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Mar 2 16:50:49 CET 2007 -// $Id: EcalShowerContainmentCorrectionsLogE2E1Rcd.cc,v 1.1 2007/07/25 15:26:07 argiro Exp $ +// $Id: EcalShowerContainmentCorrectionsLogE2E1Rcd.cc,v 1.1.2.1 2007/05/15 20:55:17 argiro Exp $ #include "CondFormats/DataRecord/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/ElectronLikelihoodPdfsRcd.cc b/CondFormats/DataRecord/src/ElectronLikelihoodPdfsRcd.cc index 1b1bee829d5a1..4823f95462ca8 100644 --- a/CondFormats/DataRecord/src/ElectronLikelihoodPdfsRcd.cc +++ b/CondFormats/DataRecord/src/ElectronLikelihoodPdfsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Sep 5 16:36:25 CEST 2007 -// $Id: ElectronLikelihoodPdfsRcd.cc,v 1.1 2007/09/18 20:08:37 emanuele Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/FillInfoRcd.cc b/CondFormats/DataRecord/src/FillInfoRcd.cc index bb0a68f96acff..2b41cb3a1ed98 100644 --- a/CondFormats/DataRecord/src/FillInfoRcd.cc +++ b/CondFormats/DataRecord/src/FillInfoRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Apr 10 19:38:43 CEST 2012 -// $Id: FillInfoRcd.cc,v 1.1 2012/05/02 19:22:50 diguida Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/FillInfoRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/GBRWrapperRcd.cc b/CondFormats/DataRecord/src/GBRWrapperRcd.cc index bd8f59f680eb5..a73aa5969e1c3 100644 --- a/CondFormats/DataRecord/src/GBRWrapperRcd.cc +++ b/CondFormats/DataRecord/src/GBRWrapperRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Nov 8 22:18:56 CET 2011 -// $Id: GBRWrapperRcd.cc,v 1.1 2011/11/16 17:32:22 bendavid Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/GBRWrapperRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HLTPrescaleTableRcd.cc b/CondFormats/DataRecord/src/HLTPrescaleTableRcd.cc index 1d5430bd9bf39..89551a824dcde 100644 --- a/CondFormats/DataRecord/src/HLTPrescaleTableRcd.cc +++ b/CondFormats/DataRecord/src/HLTPrescaleTableRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Feb 25 15:41:50 CET 2010 -// $Id: HLTPrescaleTableRcd.cc,v 1.1 2010/02/26 16:27:37 gruen Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HLTPrescaleTableRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalCalibrationQIEDataRcd.cc b/CondFormats/DataRecord/src/HcalCalibrationQIEDataRcd.cc index 1592436464f12..d5786a512f830 100644 --- a/CondFormats/DataRecord/src/HcalCalibrationQIEDataRcd.cc +++ b/CondFormats/DataRecord/src/HcalCalibrationQIEDataRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:07 CET 2008 -// $Id: HcalCalibrationQIEDataRcd.cc,v 1.1 2008/03/03 16:57:57 rofierzy Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HcalCalibrationQIEDataRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalCholeskyMatricesRcd.cc b/CondFormats/DataRecord/src/HcalCholeskyMatricesRcd.cc index 181b765e26275..292ad8edc6f22 100644 --- a/CondFormats/DataRecord/src/HcalCholeskyMatricesRcd.cc +++ b/CondFormats/DataRecord/src/HcalCholeskyMatricesRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalCholeskyMatricesRcd.cc,v 1.1 2010/04/26 22:13:43 kukartse Exp $ +// $Id: HcalCholeskyMatricesRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalCholeskyMatricesRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalCovarianceMatricesRcd.cc b/CondFormats/DataRecord/src/HcalCovarianceMatricesRcd.cc index 41dab2efc7ab5..da6311325183c 100644 --- a/CondFormats/DataRecord/src/HcalCovarianceMatricesRcd.cc +++ b/CondFormats/DataRecord/src/HcalCovarianceMatricesRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalCovarianceMatricesRcd.cc,v 1.1 2010/04/26 22:13:44 kukartse Exp $ +// $Id: HcalCovarianceMatricesRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalL1TriggerObjectsRcd.cc b/CondFormats/DataRecord/src/HcalL1TriggerObjectsRcd.cc index 1322af7e59153..63044c042966f 100644 --- a/CondFormats/DataRecord/src/HcalL1TriggerObjectsRcd.cc +++ b/CondFormats/DataRecord/src/HcalL1TriggerObjectsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Nov 7 18:37:16 CET 2008 -// $Id: HcalL1TriggerObjectsRcd.cc,v 1.1 2008/11/08 21:19:33 rofierzy Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HcalL1TriggerObjectsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalLUTCorrsRcd.cc b/CondFormats/DataRecord/src/HcalLUTCorrsRcd.cc index 8b906c059c3a8..8c321308abf0f 100644 --- a/CondFormats/DataRecord/src/HcalLUTCorrsRcd.cc +++ b/CondFormats/DataRecord/src/HcalLUTCorrsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalLUTCorrsRcd.cc,v 1.1 2009/05/19 16:05:40 rofierzy Exp $ +// $Id: HcalLUTCorrsRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalLUTCorrsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalLutMetadataRcd.cc b/CondFormats/DataRecord/src/HcalLutMetadataRcd.cc index 6bf561d17681f..825108cb24eda 100644 --- a/CondFormats/DataRecord/src/HcalLutMetadataRcd.cc +++ b/CondFormats/DataRecord/src/HcalLutMetadataRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalLutMetadataRcd.cc,v 1.1 2009/09/18 14:25:15 kukartse Exp $ +// $Id: HcalLutMetadataRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalLutMetadataRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalPFCorrsRcd.cc b/CondFormats/DataRecord/src/HcalPFCorrsRcd.cc index fb07d204852e7..5bd78b5db832e 100644 --- a/CondFormats/DataRecord/src/HcalPFCorrsRcd.cc +++ b/CondFormats/DataRecord/src/HcalPFCorrsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalPFCorrsRcd.cc,v 1.1 2009/05/20 15:54:03 rofierzy Exp $ +// $Id: HcalPFCorrsRcd.cc,v 1.1 2009/05/19 16:05:40 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalPFCorrsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalRespCorrsRcd.cc b/CondFormats/DataRecord/src/HcalRespCorrsRcd.cc index 82625586f209c..ef5c8940e5801 100644 --- a/CondFormats/DataRecord/src/HcalRespCorrsRcd.cc +++ b/CondFormats/DataRecord/src/HcalRespCorrsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalRespCorrsRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HcalRespCorrsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalTimeCorrsRcd.cc b/CondFormats/DataRecord/src/HcalTimeCorrsRcd.cc index 2076f3eb719f9..a5b94d602f8e1 100644 --- a/CondFormats/DataRecord/src/HcalTimeCorrsRcd.cc +++ b/CondFormats/DataRecord/src/HcalTimeCorrsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 -// $Id: HcalTimeCorrsRcd.cc,v 1.1 2009/05/08 13:45:47 rofierzy Exp $ +// $Id: HcalTimeCorrsRcd.cc,v 1.1 2008/03/03 16:58:17 rofierzy Exp $ #include "CondFormats/DataRecord/interface/HcalTimeCorrsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalValidationCorrsRcd.cc b/CondFormats/DataRecord/src/HcalValidationCorrsRcd.cc index 8a60a540d47b8..593321b6e3cce 100644 --- a/CondFormats/DataRecord/src/HcalValidationCorrsRcd.cc +++ b/CondFormats/DataRecord/src/HcalValidationCorrsRcd.cc @@ -8,7 +8,7 @@ // // Author: Gena Kukartsev // Created: Wed Jul 29 14:35:28 CSET 2009 -// $Id: HcalValidationCorrsRcd.cc,v 1.1 2009/07/30 20:38:37 kukartse Exp $ +// $Id: HcalValidationCorrsRcd.cc,v 1.1 2009/07/29 14:58:17 kukartse Exp $ #include "CondFormats/DataRecord/interface/HcalValidationCorrsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HcalZSThresholdsRcd.cc b/CondFormats/DataRecord/src/HcalZSThresholdsRcd.cc index ae6e05e6e3f20..706afb0d2a9f9 100644 --- a/CondFormats/DataRecord/src/HcalZSThresholdsRcd.cc +++ b/CondFormats/DataRecord/src/HcalZSThresholdsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Nov 24 16:42:00 CET 2007 -// $Id: HcalZSThresholdsRcd.cc,v 1.1 2007/11/24 16:54:23 rofierzy Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HcalZSThresholdsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HeavyIonRPRcd.cc b/CondFormats/DataRecord/src/HeavyIonRPRcd.cc index d035930e00f32..d9a601e528db2 100644 --- a/CondFormats/DataRecord/src/HeavyIonRPRcd.cc +++ b/CondFormats/DataRecord/src/HeavyIonRPRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 10 05:49:16 EDT 2007 -// $Id: HeavyIonRPRcd.cc,v 1.1 2011/09/20 14:08:54 yilmaz Exp $ +// $Id: HeavyIonRcd.cc,v 1.1 2007/11/06 13:01:35 yilmaz Exp $ #include "CondFormats/DataRecord/interface/HeavyIonRPRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/HeavyIonRcd.cc b/CondFormats/DataRecord/src/HeavyIonRcd.cc index f3b6721c58ac7..944adc02d1ed9 100644 --- a/CondFormats/DataRecord/src/HeavyIonRcd.cc +++ b/CondFormats/DataRecord/src/HeavyIonRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 10 05:49:16 EDT 2007 -// $Id: HeavyIonRcd.cc,v 1.1 2007/11/06 13:01:35 yilmaz Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/HeavyIonRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/InclinometersRcd.cc b/CondFormats/DataRecord/src/InclinometersRcd.cc index 7f6b3379a190e..4f79a5927e9eb 100644 --- a/CondFormats/DataRecord/src/InclinometersRcd.cc +++ b/CondFormats/DataRecord/src/InclinometersRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Jul 20 14:30:27 CEST 2006 -// $Id: InclinometersRcd.cc,v 1.1 2006/08/01 12:00:11 kdziedzi Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/InclinometersRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/JetCorrectorParametersRecord.cc b/CondFormats/DataRecord/src/JetCorrectorParametersRecord.cc index dba2bf163fe46..e75d8f3769354 100644 --- a/CondFormats/DataRecord/src/JetCorrectorParametersRecord.cc +++ b/CondFormats/DataRecord/src/JetCorrectorParametersRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Mar 10 12:03:17 CET 2010 -// $Id: JetCorrectorParametersRecord.cc,v 1.1 2010/03/10 17:05:58 hegner Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/JetCorrectorParametersRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1CaloGeometryRecord.cc b/CondFormats/DataRecord/src/L1CaloGeometryRecord.cc index 6eedbdb2f3c6b..4b7f26cb90d96 100644 --- a/CondFormats/DataRecord/src/L1CaloGeometryRecord.cc +++ b/CondFormats/DataRecord/src/L1CaloGeometryRecord.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 23 23:10:22 EDT 2006 -// $Id: L1CaloGeometryRecord.cc,v 1.2 2008/04/21 17:24:50 wsun Exp $ +// $Id: L1CaloGeometryRecord.cc,v 1.1 2008/04/16 23:06:56 wsun Exp $ // #include "CondFormats/DataRecord/interface/L1CaloGeometryRecord.h" diff --git a/CondFormats/DataRecord/src/L1GctJetFinderParamsRcd.cc b/CondFormats/DataRecord/src/L1GctJetFinderParamsRcd.cc index e00ba548ed6ae..6cb5dd4a7222d 100644 --- a/CondFormats/DataRecord/src/L1GctJetFinderParamsRcd.cc +++ b/CondFormats/DataRecord/src/L1GctJetFinderParamsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 10 10:14:03 CEST 2007 -// $Id: L1GctJetFinderParamsRcd.cc,v 1.1 2007/07/10 11:42:56 heath Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1GtBoardMapsRcd.cc b/CondFormats/DataRecord/src/L1GtBoardMapsRcd.cc index 1bb5237b3c9f3..337d7860e3bb9 100644 --- a/CondFormats/DataRecord/src/L1GtBoardMapsRcd.cc +++ b/CondFormats/DataRecord/src/L1GtBoardMapsRcd.cc @@ -9,8 +9,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date$ - * $Revision$ + * $Date:$ + * $Revision:$ * */ diff --git a/CondFormats/DataRecord/src/L1GtParametersRcd.cc b/CondFormats/DataRecord/src/L1GtParametersRcd.cc index 1752f5be17535..e4adaac58a56d 100644 --- a/CondFormats/DataRecord/src/L1GtParametersRcd.cc +++ b/CondFormats/DataRecord/src/L1GtParametersRcd.cc @@ -9,8 +9,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date$ - * $Revision$ + * $Date:$ + * $Revision:$ * */ diff --git a/CondFormats/DataRecord/src/L1GtPsbSetupRcd.cc b/CondFormats/DataRecord/src/L1GtPsbSetupRcd.cc index d55f577364708..aba52c54dc61a 100644 --- a/CondFormats/DataRecord/src/L1GtPsbSetupRcd.cc +++ b/CondFormats/DataRecord/src/L1GtPsbSetupRcd.cc @@ -9,8 +9,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2008/11/16 04:45:12 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/CondFormats/DataRecord/src/L1JetEtScaleRcd.cc b/CondFormats/DataRecord/src/L1JetEtScaleRcd.cc index 95697430fbb0e..0877f444d91ff 100644 --- a/CondFormats/DataRecord/src/L1JetEtScaleRcd.cc +++ b/CondFormats/DataRecord/src/L1JetEtScaleRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Oct 4 16:49:43 CEST 2006 -// $Id: L1JetEtScaleRcd.cc,v 1.1 2007/03/16 13:51:29 heath Exp $ +// $Id: L1JetEtScaleRcd.cc,v 1.1 2006/10/04 14:53:17 jbrooke Exp $ #include "CondFormats/DataRecord/interface/L1JetEtScaleRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1MuCSCTFConfigurationRcd.cc b/CondFormats/DataRecord/src/L1MuCSCTFConfigurationRcd.cc index 39a8ec86ab8d9..cdc0e4d0d903c 100644 --- a/CondFormats/DataRecord/src/L1MuCSCTFConfigurationRcd.cc +++ b/CondFormats/DataRecord/src/L1MuCSCTFConfigurationRcd.cc @@ -8,7 +8,7 @@ // // Author: K. Khotov // Created: 20 Feb 2008 -// $Id: L1MuCSCTFConfigurationRcd.cc,v 1.1 2008/02/20 12:13:04 jbrooke Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1MuCSCTFConfigurationRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1RPCConeBuilderRcd.cc b/CondFormats/DataRecord/src/L1RPCConeBuilderRcd.cc index a5b1b745e8ce0..72668ba63aa1e 100644 --- a/CondFormats/DataRecord/src/L1RPCConeBuilderRcd.cc +++ b/CondFormats/DataRecord/src/L1RPCConeBuilderRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Feb 22 12:15:57 CET 2008 -// $Id: L1RPCConeBuilderRcd.cc,v 1.1 2008/02/29 11:12:25 jbrooke Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1RPCConfigRcd.cc b/CondFormats/DataRecord/src/L1RPCConfigRcd.cc index efb6101f56112..df497491f6cfe 100644 --- a/CondFormats/DataRecord/src/L1RPCConfigRcd.cc +++ b/CondFormats/DataRecord/src/L1RPCConfigRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Mar 20 14:39:09 CET 2007 -// $Id: L1RPCConfigRcd.cc,v 1.1 2007/03/23 14:36:42 wsun Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1RPCConfigRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1TriggerKeyListRcd.cc b/CondFormats/DataRecord/src/L1TriggerKeyListRcd.cc index 6042f63d2d34d..c859dd09f3d41 100644 --- a/CondFormats/DataRecord/src/L1TriggerKeyListRcd.cc +++ b/CondFormats/DataRecord/src/L1TriggerKeyListRcd.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Fri Feb 29 21:56:28 CET 2008 -// $Id: L1TriggerKeyListRcd.cc,v 1.1 2008/03/03 07:11:58 wsun Exp $ +// $Id$ // #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h" diff --git a/CondFormats/DataRecord/src/L1TriggerKeyRcd.cc b/CondFormats/DataRecord/src/L1TriggerKeyRcd.cc index 1ee0b0afe3616..427240b8fc6ab 100644 --- a/CondFormats/DataRecord/src/L1TriggerKeyRcd.cc +++ b/CondFormats/DataRecord/src/L1TriggerKeyRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Jul 17 19:15:08 CEST 2007 -// $Id: L1TriggerKeyRcd.cc,v 1.1 2007/08/22 14:20:14 jbrooke Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/L1TriggerScalerRcd.cc b/CondFormats/DataRecord/src/L1TriggerScalerRcd.cc index fb8d23101fc8d..94f9dfad18daa 100644 --- a/CondFormats/DataRecord/src/L1TriggerScalerRcd.cc +++ b/CondFormats/DataRecord/src/L1TriggerScalerRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Aug 21 11:47:50 CEST 2008 -// $Id: L1TriggerScalerRcd.cc,v 1.1 2008/09/01 10:45:22 degrutto Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/L1TriggerScalerRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/MixingRcd.cc b/CondFormats/DataRecord/src/MixingRcd.cc index 97400248e9824..cc6f4f4015283 100644 --- a/CondFormats/DataRecord/src/MixingRcd.cc +++ b/CondFormats/DataRecord/src/MixingRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: MixingRcd.cc,v 1.1 2012/01/17 11:50:08 vlimant Exp $ +// $Id: MixingRcd.cc,v 1.1 2012/01/06 02:34:07 vlimant Exp $ #include "CondFormats/DataRecord/interface/MixingRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/PXsensorsRcd.cc b/CondFormats/DataRecord/src/PXsensorsRcd.cc index 890ec8f9cd710..807358741cf39 100644 --- a/CondFormats/DataRecord/src/PXsensorsRcd.cc +++ b/CondFormats/DataRecord/src/PXsensorsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Jul 20 14:30:27 CEST 2006 -// $Id: PXsensorsRcd.cc,v 1.1 2006/08/02 14:19:02 kdziedzi Exp $ +// $Id: PX_sensorsRcd.cc,v 1.1 2006/08/01 12:00:11 kdziedzi Exp $ #include "CondFormats/DataRecord/interface/PXsensorsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/PixelCPEParmErrorsRcd.cc b/CondFormats/DataRecord/src/PixelCPEParmErrorsRcd.cc index 0a41bd6efc6ed..0a6c504d7b72f 100644 --- a/CondFormats/DataRecord/src/PixelCPEParmErrorsRcd.cc +++ b/CondFormats/DataRecord/src/PixelCPEParmErrorsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Aug 17 08:18:51 CDT 2007 -// $Id: PixelCPEParmErrorsRcd.cc,v 1.1 2007/08/20 08:40:35 chiochia Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/PixelCPEParmErrorsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RBCBoardSpecsRcd.cc b/CondFormats/DataRecord/src/RBCBoardSpecsRcd.cc index 73133d49a7cc4..11b53c331f944 100644 --- a/CondFormats/DataRecord/src/RBCBoardSpecsRcd.cc +++ b/CondFormats/DataRecord/src/RBCBoardSpecsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Dec 11 17:47:19 CET 2008 -// $Id: RBCBoardSpecsRcd.cc,v 1.1 2009/01/28 12:57:35 aosorio Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RBCBoardSpecsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCClusterSizeRcd.cc b/CondFormats/DataRecord/src/RPCClusterSizeRcd.cc index 947305bc2d248..67ae51dc0bd9a 100644 --- a/CondFormats/DataRecord/src/RPCClusterSizeRcd.cc +++ b/CondFormats/DataRecord/src/RPCClusterSizeRcd.cc @@ -8,7 +8,7 @@ // // Author: Borislav Pavlov // Created: Mon Nov 2 17:43:16 CET 2009 -// $Id: RPCClusterSizeRcd.cc,v 1.1 2009/12/10 13:05:03 futyand Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCClusterSizeRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCDQMObjectRcd.cc b/CondFormats/DataRecord/src/RPCDQMObjectRcd.cc index 2bd871ec33ade..7582d6ea66719 100644 --- a/CondFormats/DataRecord/src/RPCDQMObjectRcd.cc +++ b/CondFormats/DataRecord/src/RPCDQMObjectRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 7 17:00:06 CET 2011 -// $Id: RPCDQMObjectRcd.cc,v 1.1 2011/05/09 13:21:36 tjkim Exp $ +// $Id: RPCDQMObjectRcd.cc,v 1.1 2011/02/07 16:41:23 tjkim Exp $ #include "CondFormats/DataRecord/interface/RPCDQMObjectRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCDeadStripsRcd.cc b/CondFormats/DataRecord/src/RPCDeadStripsRcd.cc index 2ac5262433dab..3186cf35e17ba 100644 --- a/CondFormats/DataRecord/src/RPCDeadStripsRcd.cc +++ b/CondFormats/DataRecord/src/RPCDeadStripsRcd.cc @@ -8,7 +8,7 @@ // // Author: Juan Carlos Sanabria - UniAndes, Bogota // Created: Nov 19 15:48:55 CEST 2008 -// $Id: RPCDeadStripsRcd.cc,v 1.1 2008/12/04 12:53:02 sanabria Exp $ +// $Id: RPCDeadStripsRcd.cc,v 1.3 2008/11/19 18:58:03 sanabria Exp $ #include "CondFormats/DataRecord/interface/RPCDeadStripsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCMaskedStripsRcd.cc b/CondFormats/DataRecord/src/RPCMaskedStripsRcd.cc index 0998f67ea3216..82ea2228ce1a3 100644 --- a/CondFormats/DataRecord/src/RPCMaskedStripsRcd.cc +++ b/CondFormats/DataRecord/src/RPCMaskedStripsRcd.cc @@ -8,7 +8,7 @@ // // Author: Juan Carlos Sanabria - UniAndes, Bogota // Created: Nov 3 15:48:55 CEST 2008 -// $Id: RPCMaskedStripsRcd.cc,v 1.1 2008/12/04 12:53:34 sanabria Exp $ +// $Id: RPCMaskedStripsRcd.cc,v 1.3 2008/11/03 18:58:03 sanabria Exp $ #include "CondFormats/DataRecord/interface/RPCMaskedStripsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCNoiseObjectRcd.cc b/CondFormats/DataRecord/src/RPCNoiseObjectRcd.cc index 2332c9559ded3..706b5c94e2682 100644 --- a/CondFormats/DataRecord/src/RPCNoiseObjectRcd.cc +++ b/CondFormats/DataRecord/src/RPCNoiseObjectRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Nov 2 17:37:55 CET 2011 -// $Id: RPCNoiseObjectRcd.cc,v 1.2 2011/11/07 08:09:34 mmaggi Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCNoiseObjectRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCNoiseStripsObjectRcd.cc b/CondFormats/DataRecord/src/RPCNoiseStripsObjectRcd.cc index cac286e43d958..d4c88650f2b61 100644 --- a/CondFormats/DataRecord/src/RPCNoiseStripsObjectRcd.cc +++ b/CondFormats/DataRecord/src/RPCNoiseStripsObjectRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Nov 2 17:37:55 CET 2011 -// $Id: RPCNoiseStripsObjectRcd.cc,v 1.1 2011/11/07 11:10:23 mmaggi Exp $ +// $Id: RPCNoiseStripsObjectRcd.cc,v 1.2 2011/11/07 08:09:34 mmaggi Exp $ #include "CondFormats/DataRecord/interface/RPCNoiseStripsObjectRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObAlignmentRcd.cc b/CondFormats/DataRecord/src/RPCObAlignmentRcd.cc index c238f7b217fca..46c25684e8b23 100644 --- a/CondFormats/DataRecord/src/RPCObAlignmentRcd.cc +++ b/CondFormats/DataRecord/src/RPCObAlignmentRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Mar 24 11:26:21 CET 2009 -// $Id: RPCObAlignmentRcd.cc,v 1.1 2009/03/24 10:28:08 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObAlignmentRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObCondRcd.cc b/CondFormats/DataRecord/src/RPCObCondRcd.cc index b7fdceb4a07a8..6240fe87945ee 100644 --- a/CondFormats/DataRecord/src/RPCObCondRcd.cc +++ b/CondFormats/DataRecord/src/RPCObCondRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 10 20:02:37 CEST 2008 -// $Id: RPCObCondRcd.cc,v 1.2 2008/12/12 17:32:34 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObCondRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObFebAssmapRcd.cc b/CondFormats/DataRecord/src/RPCObFebAssmapRcd.cc index 33f111f6f8b9c..82c60a4fe334e 100644 --- a/CondFormats/DataRecord/src/RPCObFebAssmapRcd.cc +++ b/CondFormats/DataRecord/src/RPCObFebAssmapRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Mar 26 18:13:51 CET 2009 -// $Id: RPCObFebAssmapRcd.cc,v 1.1 2009/03/26 17:15:22 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObFebAssmapRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObFebmapRcd.cc b/CondFormats/DataRecord/src/RPCObFebmapRcd.cc index 91a575d236c83..4e394fa06b5ff 100644 --- a/CondFormats/DataRecord/src/RPCObFebmapRcd.cc +++ b/CondFormats/DataRecord/src/RPCObFebmapRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Feb 26 10:06:35 CET 2009 -// $Id: RPCObFebmapRcd.cc,v 1.1 2009/02/26 09:07:46 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObFebmapRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObGasHumRcd.cc b/CondFormats/DataRecord/src/RPCObGasHumRcd.cc index faa7285a4d652..bac1f72d84c92 100644 --- a/CondFormats/DataRecord/src/RPCObGasHumRcd.cc +++ b/CondFormats/DataRecord/src/RPCObGasHumRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasHumRcd.cc,v 1.1 2009/12/14 16:48:47 dpagano Exp $ +// $Id: RPCObGasHumRcd.cc,v 1.1 2009/12/13 10:05:39 dpagano Exp $ #include "CondFormats/DataRecord/interface/RPCObGasHumRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObGasMixRcd.cc b/CondFormats/DataRecord/src/RPCObGasMixRcd.cc index 1ef05b139b5d3..4698398c26881 100644 --- a/CondFormats/DataRecord/src/RPCObGasMixRcd.cc +++ b/CondFormats/DataRecord/src/RPCObGasMixRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasMixRcd.cc,v 1.1 2009/12/13 10:05:39 dpagano Exp $ +// $Id: RPCObGasMixRcd.cc,v 1.2 2008/12/12 17:32:40 dpagano Exp $ #include "CondFormats/DataRecord/interface/RPCObGasMixRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObGasRcd.cc b/CondFormats/DataRecord/src/RPCObGasRcd.cc index ba494f5fa227e..4a6eac33fe7c2 100644 --- a/CondFormats/DataRecord/src/RPCObGasRcd.cc +++ b/CondFormats/DataRecord/src/RPCObGasRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 10 09:56:32 CEST 2008 -// $Id: RPCObGasRcd.cc,v 1.2 2008/12/12 17:32:40 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObGasRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObGasmapRcd.cc b/CondFormats/DataRecord/src/RPCObGasmapRcd.cc index 9c12f2ff1ba6f..474b897715e1f 100644 --- a/CondFormats/DataRecord/src/RPCObGasmapRcd.cc +++ b/CondFormats/DataRecord/src/RPCObGasmapRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Feb 26 10:36:36 CET 2009 -// $Id: RPCObGasmapRcd.cc,v 1.1 2009/02/26 09:37:53 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObGasmapRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObPVSSmapRcd.cc b/CondFormats/DataRecord/src/RPCObPVSSmapRcd.cc index 95cd672e64954..f9b0aedb114c6 100644 --- a/CondFormats/DataRecord/src/RPCObPVSSmapRcd.cc +++ b/CondFormats/DataRecord/src/RPCObPVSSmapRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Oct 15 21:38:05 CEST 2008 -// $Id: RPCObPVSSmapRcd.cc,v 1.2 2008/12/12 17:32:44 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCObUXCRcd.cc b/CondFormats/DataRecord/src/RPCObUXCRcd.cc index b1f4e06922eb8..f0a842e30e612 100644 --- a/CondFormats/DataRecord/src/RPCObUXCRcd.cc +++ b/CondFormats/DataRecord/src/RPCObUXCRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Nov 16 12:18:42 CET 2009 -// $Id: RPCObUXCRcd.cc,v 1.1 2009/11/16 11:19:48 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCObUXCRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCRunIOVRcd.cc b/CondFormats/DataRecord/src/RPCRunIOVRcd.cc index fc40b2654ec78..111c7a89337f9 100644 --- a/CondFormats/DataRecord/src/RPCRunIOVRcd.cc +++ b/CondFormats/DataRecord/src/RPCRunIOVRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Mar 26 17:38:10 CET 2009 -// $Id: RPCRunIOVRcd.cc,v 1.1 2009/03/26 16:54:26 dpagano Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RPCRunIOVRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RPCStripNoisesRcd.cc b/CondFormats/DataRecord/src/RPCStripNoisesRcd.cc index 9651f8883c6a8..38daf0fb08039 100644 --- a/CondFormats/DataRecord/src/RPCStripNoisesRcd.cc +++ b/CondFormats/DataRecord/src/RPCStripNoisesRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Apr 21 15:48:55 CEST 2008 -// $Id: RPCStripNoisesRcd.cc,v 1.3 2008/05/22 18:58:03 trentad Exp $ +// $Id: RPCStripNoisesRcd.cc,v 1.1 2008/05/12 08:34:24 trentad Exp $ #include "CondFormats/DataRecord/interface/RPCStripNoisesRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RunNumberRcd.cc b/CondFormats/DataRecord/src/RunNumberRcd.cc index cf57f4e0bff38..3d04ce43381e8 100644 --- a/CondFormats/DataRecord/src/RunNumberRcd.cc +++ b/CondFormats/DataRecord/src/RunNumberRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed May 28 11:20:27 CEST 2008 -// $Id: RunNumberRcd.cc,v 1.1 2008/06/17 17:01:31 degrutto Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/RunNumberRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/RunSummaryRcd.cc b/CondFormats/DataRecord/src/RunSummaryRcd.cc index 6eef1b52d25f5..c945ea3d40759 100644 --- a/CondFormats/DataRecord/src/RunSummaryRcd.cc +++ b/CondFormats/DataRecord/src/RunSummaryRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thus 25 Sep 11:20:27 CEST 2008 -// $Id: RunSummaryRcd.cc,v 1.2 2008/10/15 12:12:22 degrutto Exp $ +// $Id: RunSummaryRcd.h,v 1.1 2008/09/25 17:01:00 degrutto Exp $ #include "CondFormats/DataRecord/interface/RunSummaryRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelCPEGenericErrorParmRcd.cc b/CondFormats/DataRecord/src/SiPixelCPEGenericErrorParmRcd.cc index 46e2070a2d2ed..a39c39ab28a0c 100644 --- a/CondFormats/DataRecord/src/SiPixelCPEGenericErrorParmRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelCPEGenericErrorParmRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Nov 11 23:07:06 CET 2008 -// $Id: SiPixelCPEGenericErrorParmRcd.cc,v 1.1 2008/11/12 18:13:03 dfehling Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelCPEGenericErrorParmRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelCalibConfigurationRcd.cc b/CondFormats/DataRecord/src/SiPixelCalibConfigurationRcd.cc index 69d8491536105..b9ed28da350b3 100644 --- a/CondFormats/DataRecord/src/SiPixelCalibConfigurationRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelCalibConfigurationRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Feb 14 20:27:08 CET 2008 -// $Id: SiPixelCalibConfigurationRcd.cc,v 1.2 2008/02/14 19:28:55 fblekman Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelCalibConfigurationRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelDisabledModulesRcd.cc b/CondFormats/DataRecord/src/SiPixelDisabledModulesRcd.cc index e4574a2eafec2..1c3a0c2aab27a 100644 --- a/CondFormats/DataRecord/src/SiPixelDisabledModulesRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelDisabledModulesRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sat Apr 19 02:11:49 CDT 2008 -// $Id: SiPixelDisabledModulesRcd.cc,v 1.1 2008/04/21 09:44:05 chiochia Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelDisabledModulesRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTRcd.cc b/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTRcd.cc index b3a4f8a62800f..bab0ca37410d8 100644 --- a/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationForHLTRcd.cc,v 1.1 2008/02/06 16:05:19 chiochia Exp $ +// $Id: SiPixelGainCalibrationForHLTRcd.cc,v 1.1 2006/10/20 09:09:15 chiochia Exp $ #include "CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTSimRcd.cc b/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTSimRcd.cc index 82e0ad2b6f282..7266a50f7bf12 100644 --- a/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTSimRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelGainCalibrationForHLTSimRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Mar 13 12:13:06 CET 2009 -// $Id: SiPixelGainCalibrationForHLTSimRcd.cc,v 1.1 2009/03/19 15:54:44 fblekman Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelGainCalibrationForHLTSimRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineRcd.cc b/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineRcd.cc index 80a7ab2e60f81..4386a6221869e 100644 --- a/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationOfflineRcd.cc,v 1.1 2008/02/06 16:05:19 chiochia Exp $ +// $Id: SiPixelGainCalibrationOfflineRcd.cc,v 1.1 2006/10/20 09:09:15 chiochia Exp $ #include "CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineSimRcd.cc b/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineSimRcd.cc index e4c37dadef76f..433c6561bb681 100644 --- a/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineSimRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelGainCalibrationOfflineSimRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Mar 13 12:13:12 CET 2009 -// $Id: SiPixelGainCalibrationOfflineSimRcd.cc,v 1.1 2009/03/19 15:54:44 fblekman Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelGainCalibrationOfflineSimRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelGainCalibrationRcd.cc b/CondFormats/DataRecord/src/SiPixelGainCalibrationRcd.cc index abd35e2b8c1af..1a48ed1231e2d 100644 --- a/CondFormats/DataRecord/src/SiPixelGainCalibrationRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelGainCalibrationRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Oct 3 19:11:28 CEST 2006 -// $Id: SiPixelGainCalibrationRcd.cc,v 1.1 2006/10/20 09:09:15 chiochia Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelGainCalibrationRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelLorentzAngleRcd.cc b/CondFormats/DataRecord/src/SiPixelLorentzAngleRcd.cc index 5f78a11351924..a2fac27f42f80 100644 --- a/CondFormats/DataRecord/src/SiPixelLorentzAngleRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelLorentzAngleRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Jun 25 15:48:11 CEST 2007 -// $Id: SiPixelLorentzAngleRcd.cc,v 1.1 2007/06/28 12:37:45 chiochia Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelLorentzAngleSimRcd.cc b/CondFormats/DataRecord/src/SiPixelLorentzAngleSimRcd.cc index 95c82af90195f..fa0f8e9cc0776 100644 --- a/CondFormats/DataRecord/src/SiPixelLorentzAngleSimRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelLorentzAngleSimRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Mar 13 12:13:25 CET 2009 -// $Id: SiPixelLorentzAngleSimRcd.cc,v 1.1 2009/03/19 15:54:44 fblekman Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelLorentzAngleSimRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelQualityFromDbRcd.cc b/CondFormats/DataRecord/src/SiPixelQualityFromDbRcd.cc index 40a166b1d0dc6..39e5b66f78c55 100644 --- a/CondFormats/DataRecord/src/SiPixelQualityFromDbRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelQualityFromDbRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 17 11:53:51 CEST 2008 -// $Id: SiPixelQualityFromDbRcd.cc,v 1.1 2011/06/23 17:41:13 tinti Exp $ +// $Id: SiPixelQualityFromDbRcd.cc,v 1.1 2008/10/17 09:55:15 fblekman Exp $ #include "CondFormats/DataRecord/interface/SiPixelQualityFromDbRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelQualityRcd.cc b/CondFormats/DataRecord/src/SiPixelQualityRcd.cc index 2c0d8f96560ba..2d4ed28576ac5 100644 --- a/CondFormats/DataRecord/src/SiPixelQualityRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelQualityRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Fri Oct 17 11:53:51 CEST 2008 -// $Id: SiPixelQualityRcd.cc,v 1.2 2011/06/23 17:41:13 tinti Exp $ +// $Id: SiPixelQualityRcd.cc,v 1.1 2008/10/17 09:55:15 fblekman Exp $ #include "CondFormats/DataRecord/interface/SiPixelQualityRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelTemplateDBObject0TRcd.cc b/CondFormats/DataRecord/src/SiPixelTemplateDBObject0TRcd.cc index e874a14be785e..4d1017e9cbb5c 100644 --- a/CondFormats/DataRecord/src/SiPixelTemplateDBObject0TRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelTemplateDBObject0TRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Sep 28 15:40:32 CEST 2009 -// $Id: SiPixelTemplateDBObject0TRcd.cc,v 1.1 2009/10/19 15:22:58 dfehling Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelTemplateDBObject0TRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelTemplateDBObject38TRcd.cc b/CondFormats/DataRecord/src/SiPixelTemplateDBObject38TRcd.cc index 64e56a1af77da..b742eb5061237 100644 --- a/CondFormats/DataRecord/src/SiPixelTemplateDBObject38TRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelTemplateDBObject38TRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Sep 28 15:40:47 CEST 2009 -// $Id: SiPixelTemplateDBObject38TRcd.cc,v 1.1 2009/10/19 15:22:58 dfehling Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelTemplateDBObject38TRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelTemplateDBObject4TRcd.cc b/CondFormats/DataRecord/src/SiPixelTemplateDBObject4TRcd.cc index 46423ab5e4839..c50c59499cff7 100644 --- a/CondFormats/DataRecord/src/SiPixelTemplateDBObject4TRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelTemplateDBObject4TRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Sep 28 15:40:50 CEST 2009 -// $Id: SiPixelTemplateDBObject4TRcd.cc,v 1.1 2009/10/19 15:22:58 dfehling Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelTemplateDBObject4TRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SiPixelTemplateDBObjectRcd.cc b/CondFormats/DataRecord/src/SiPixelTemplateDBObjectRcd.cc index 8d62ff3a2d0b4..1d241bad8b7a5 100644 --- a/CondFormats/DataRecord/src/SiPixelTemplateDBObjectRcd.cc +++ b/CondFormats/DataRecord/src/SiPixelTemplateDBObjectRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Nov 11 23:08:00 CET 2008 -// $Id: SiPixelTemplateDBObjectRcd.cc,v 1.1 2008/11/12 18:13:03 dfehling Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/SimBeamSpotObjectsRcd.cc b/CondFormats/DataRecord/src/SimBeamSpotObjectsRcd.cc index d0392e923f16f..86afeb1fe1a79 100644 --- a/CondFormats/DataRecord/src/SimBeamSpotObjectsRcd.cc +++ b/CondFormats/DataRecord/src/SimBeamSpotObjectsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Tue Mar 6 19:34:33 CST 2007 -// $Id: SimBeamSpotObjectsRcd.cc,v 1.1 2012/01/17 11:49:53 vlimant Exp $ +// $Id: SimBeamSpotObjectsRcd.cc,v 1.1 2012/01/06 02:34:07 vlimant Exp $ #include "CondFormats/DataRecord/interface/SimBeamSpotObjectsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/TTUBoardSpecsRcd.cc b/CondFormats/DataRecord/src/TTUBoardSpecsRcd.cc index a3792f4ab5e56..50a401098593b 100644 --- a/CondFormats/DataRecord/src/TTUBoardSpecsRcd.cc +++ b/CondFormats/DataRecord/src/TTUBoardSpecsRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Dec 11 17:47:39 CET 2008 -// $Id: TTUBoardSpecsRcd.cc,v 1.1 2009/01/28 12:57:35 aosorio Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/TTUBoardSpecsRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/DataRecord/src/TauTagMVAComputerRcd.cc b/CondFormats/DataRecord/src/TauTagMVAComputerRcd.cc index 32dac79e42110..d7492ae825aca 100644 --- a/CondFormats/DataRecord/src/TauTagMVAComputerRcd.cc +++ b/CondFormats/DataRecord/src/TauTagMVAComputerRcd.cc @@ -6,7 +6,7 @@ // // Author: Evan K. Friis, friis@physics.ucdavis.edu // Created: Wed Nov 12 10:52:48 PST 2008 -// $Id: TauTagMVAComputerRcd.cc,v 1.1 2008/11/12 19:01:09 friis Exp $ +// $Id$ #include "CondFormats/DataRecord/interface/TauTagMVAComputerRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/CondFormats/ESObjects/interface/ESWeightStripGroups.h b/CondFormats/ESObjects/interface/ESWeightStripGroups.h index 7413f0a489b11..6120c2cb2c1b6 100644 --- a/CondFormats/ESObjects/interface/ESWeightStripGroups.h +++ b/CondFormats/ESObjects/interface/ESWeightStripGroups.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: ESWeightStripGroups.h,v 1.1 2009/03/27 15:31:48 fra Exp $ + * $Id: ESWeightStripGroups.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $ **/ #include "CondFormats/ESObjects/interface/ESCondObjectContainer.h" diff --git a/CondFormats/ESObjects/src/T_EventSetup_ESPedestals.cc b/CondFormats/ESObjects/src/T_EventSetup_ESPedestals.cc index 3388e7f42093d..58e4ee2a0f4d0 100644 --- a/CondFormats/ESObjects/src/T_EventSetup_ESPedestals.cc +++ b/CondFormats/ESObjects/src/T_EventSetup_ESPedestals.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_ESPedestals.cc,v 1.2 2010/02/20 20:56:34 wmtan Exp $ +// $Id: T_EventSetup_ESPedestals.cc,v 1.1 2009/03/27 15:31:49 fra Exp $ // // system include files diff --git a/CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h b/CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h index a2603d4e64909..2728afa89842e 100644 --- a/CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h +++ b/CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h @@ -22,7 +22,7 @@ * \endcode * \author Paolo Meridiani - * \id $Id: EcalGlobalShowerContainmentCorrectionsVsEta.h,v 1.2 2007/07/16 17:30:53 meridian Exp $ + * \id $Id: EcalGlobalShowerContainmentCorrectionsVsEta.h,v 1.1 2007/07/13 17:37:06 meridian Exp $ */ #include diff --git a/CondFormats/EcalCorrections/interface/EcalShowerContainmentCorrections.h b/CondFormats/EcalCorrections/interface/EcalShowerContainmentCorrections.h index e13308b4fe368..c0982110f360d 100644 --- a/CondFormats/EcalCorrections/interface/EcalShowerContainmentCorrections.h +++ b/CondFormats/EcalCorrections/interface/EcalShowerContainmentCorrections.h @@ -29,7 +29,7 @@ * \endcode * \author Stefano Argiro' * \date Fri Mar 2 16:50:49 CET 2007 - * \id $Id: EcalShowerContainmentCorrections.h,v 1.2 2007/07/16 17:30:53 meridian Exp $ + * \id $Id: EcalShowerContainmentCorrections.h,v 1.1 2007/05/15 20:37:22 argiro Exp $ */ #include diff --git a/CondFormats/EcalCorrections/src/EcalGlobalShowerContainmentCorrectionsVsEta.cc b/CondFormats/EcalCorrections/src/EcalGlobalShowerContainmentCorrectionsVsEta.cc index 1c9ffc7c7f993..12d4c8401a1cd 100644 --- a/CondFormats/EcalCorrections/src/EcalGlobalShowerContainmentCorrectionsVsEta.cc +++ b/CondFormats/EcalCorrections/src/EcalGlobalShowerContainmentCorrectionsVsEta.cc @@ -1,6 +1,6 @@ // Implementation of class EcalGlobalShowerContainmentCorrectionsVsEta // Author: Paolo Meridiani -// $Id: EcalGlobalShowerContainmentCorrectionsVsEta.cc,v 1.2 2007/07/16 17:30:54 meridian Exp $ +// $Id: EcalGlobalShowerContainmentCorrectionsVsEta.cc,v 1.1 2007/07/13 17:37:04 meridian Exp $ #include "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h" #include diff --git a/CondFormats/EcalCorrections/src/EcalShowerContainmentCorrections.cc b/CondFormats/EcalCorrections/src/EcalShowerContainmentCorrections.cc index 7abd4a90558c9..482bc9758cc80 100644 --- a/CondFormats/EcalCorrections/src/EcalShowerContainmentCorrections.cc +++ b/CondFormats/EcalCorrections/src/EcalShowerContainmentCorrections.cc @@ -1,6 +1,6 @@ // Implementation of class EcalShowerContainmentCorrections // Author: Stefano Argiro' -// $Id: EcalShowerContainmentCorrections.cc,v 1.2 2007/07/16 17:30:54 meridian Exp $ +// $Id: EcalShowerContainmentCorrections.cc,v 1.1 2007/05/15 20:37:22 argiro Exp $ #include "CondFormats/EcalCorrections/interface/EcalShowerContainmentCorrections.h" #include diff --git a/CondFormats/EcalCorrections/test/testEcalShowerContaimentCorrections.cc b/CondFormats/EcalCorrections/test/testEcalShowerContaimentCorrections.cc index d3d302958129f..f169061d431d0 100644 --- a/CondFormats/EcalCorrections/test/testEcalShowerContaimentCorrections.cc +++ b/CondFormats/EcalCorrections/test/testEcalShowerContaimentCorrections.cc @@ -3,7 +3,7 @@ test file for EcalShowerContainmentCorrections \author Stefano ARGIRO - \version $Id: testEcalShowerContaimentCorrections.cc,v 1.1 2007/05/15 20:37:21 argiro Exp $ + \version $Id: FEDRawData_t.cpp,v 1.2 2006/03/27 10:08:21 argiro Exp $ \date 28 Jun 2005 */ diff --git a/CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h b/CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h index aa9c95f4a597c..36f23766bb10c 100644 --- a/CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h +++ b/CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalADCToGeVConstant.h,v 1.4 2006/05/15 12:43:56 meridian Exp $ + * $Id: EcalADCToGeVConstant.h,v 1.3 2006/02/23 16:56:34 rahatlou Exp $ **/ #include diff --git a/CondFormats/EcalObjects/interface/EcalChannelStatus.h b/CondFormats/EcalObjects/interface/EcalChannelStatus.h index 29737dc1a8d78..79b1f804b8fd9 100644 --- a/CondFormats/EcalObjects/interface/EcalChannelStatus.h +++ b/CondFormats/EcalObjects/interface/EcalChannelStatus.h @@ -3,7 +3,7 @@ /** * Author: Paolo Meridiani * Created: 14 November 2006 - * $Id: EcalChannelStatus.h,v 1.2 2007/09/27 09:42:55 ferriff Exp $ + * $Id: EcalChannelStatus.h,v 1.1 2006/11/16 18:18:24 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalChannelStatusCode.h b/CondFormats/EcalObjects/interface/EcalChannelStatusCode.h index 8d69aca6fdc28..aba0ade79056f 100644 --- a/CondFormats/EcalObjects/interface/EcalChannelStatusCode.h +++ b/CondFormats/EcalObjects/interface/EcalChannelStatusCode.h @@ -3,7 +3,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalChannelStatusCode.h,v 1.4 2011/05/19 14:24:08 argiro Exp $ + * $Id: EcalChannelStatusCode.h,v 1.3 2011/05/17 08:40:07 argiro Exp $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalDAQStatusCode.h b/CondFormats/EcalObjects/interface/EcalDAQStatusCode.h index b13e67010795d..2c47db844d32b 100644 --- a/CondFormats/EcalObjects/interface/EcalDAQStatusCode.h +++ b/CondFormats/EcalObjects/interface/EcalDAQStatusCode.h @@ -3,7 +3,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalDAQStatusCode.h,v 1.1 2010/01/29 10:48:37 fra Exp $ + * $Id: EcalDAQStatusCode.h,v 1.2 2008/02/18 10:49:28 ferriff Exp $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalDCUTemperatures.h b/CondFormats/EcalObjects/interface/EcalDCUTemperatures.h index 63bfb3ba2f497..4d45d9c1a0e45 100644 --- a/CondFormats/EcalObjects/interface/EcalDCUTemperatures.h +++ b/CondFormats/EcalObjects/interface/EcalDCUTemperatures.h @@ -3,7 +3,7 @@ /** * Author: Paolo Meridiani * Created: 14 November 2006 - * $Id: EcalDCUTemperatures.h,v 1.1 2006/11/16 18:19:44 meridian Exp $ + * $Id: $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalGainRatios.h b/CondFormats/EcalObjects/interface/EcalGainRatios.h index d2e1ccaff104f..3721017808719 100644 --- a/CondFormats/EcalObjects/interface/EcalGainRatios.h +++ b/CondFormats/EcalObjects/interface/EcalGainRatios.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalGainRatios.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $ + * $Id: EcalGainRatios.h,v 1.3 2007/06/29 06:51:37 innocent Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" #include "CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h" diff --git a/CondFormats/EcalObjects/interface/EcalIntercalibConstants.h b/CondFormats/EcalObjects/interface/EcalIntercalibConstants.h index 2032b6d363fed..759cea55c65b8 100644 --- a/CondFormats/EcalObjects/interface/EcalIntercalibConstants.h +++ b/CondFormats/EcalObjects/interface/EcalIntercalibConstants.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalIntercalibConstants.h,v 1.4 2007/11/06 17:46:49 meridian Exp $ + * $Id: EcalIntercalibConstants.h,v 1.3 2007/09/27 09:42:55 ferriff Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalIntercalibConstantsMC.h b/CondFormats/EcalObjects/interface/EcalIntercalibConstantsMC.h index 157436aaa6d9b..9bb78c05f8a6b 100644 --- a/CondFormats/EcalObjects/interface/EcalIntercalibConstantsMC.h +++ b/CondFormats/EcalObjects/interface/EcalIntercalibConstantsMC.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalIntercalibConstantsMC.h,v 1.1 2009/04/06 14:25:13 fra Exp $ + * $Id: EcalIntercalibConstantsMC.h,v 1.4 2007/11/06 17:46:49 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalIntercalibErrors.h b/CondFormats/EcalObjects/interface/EcalIntercalibErrors.h index 090b811854b47..053282c541001 100644 --- a/CondFormats/EcalObjects/interface/EcalIntercalibErrors.h +++ b/CondFormats/EcalObjects/interface/EcalIntercalibErrors.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalIntercalibErrors.h,v 1.1 2008/02/19 11:36:11 ferriff Exp $ + * $Id: EcalIntercalibErrors.h,v 1.4 2007/11/06 17:46:49 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatios.h b/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatios.h index 1141c4e6b6448..2180a5f1716a1 100644 --- a/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatios.h +++ b/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatios.h @@ -3,7 +3,7 @@ /** *Author: Vladlen Timciuc, Caltech * Created: 10 July 2007 - * $Id: EcalLaserAPDPNRatios.h,v 1.6 2009/06/24 09:42:27 fra Exp $ + * $Id: EcalLaserAPDPNRatios.h,v 1.5 2007/09/27 09:42:55 ferriff Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" #include "DataFormats/Provenance/interface/Timestamp.h" diff --git a/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatiosRef.h b/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatiosRef.h index ccf613e02f559..0eb3018136687 100644 --- a/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatiosRef.h +++ b/CondFormats/EcalObjects/interface/EcalLaserAPDPNRatiosRef.h @@ -3,7 +3,7 @@ /** * Author: Vladlen Timciuc, Caltech, Pasadena, USA * Created: 10 July 2007 - * $Id: EcalLaserAPDPNRatiosRef.h,v 1.5 2007/11/06 17:46:49 meridian Exp $ + * $Id: EcalLaserAPDPNRatiosRef.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalLaserAlphas.h b/CondFormats/EcalObjects/interface/EcalLaserAlphas.h index ce6011f3607e8..43d3c4242ce5b 100644 --- a/CondFormats/EcalObjects/interface/EcalLaserAlphas.h +++ b/CondFormats/EcalObjects/interface/EcalLaserAlphas.h @@ -3,7 +3,7 @@ /** * Author: Vladlen Timciuc, Caltech, Pasadena, USA * Created: 15 May 2007 - * $Id: EcalLaserAlphas.h,v 1.5 2007/11/06 17:46:49 meridian Exp $ + * $Id: EcalLaserAlphas.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalLinearCorrections.h b/CondFormats/EcalObjects/interface/EcalLinearCorrections.h index 692a9a5a8250f..ba7c048f7dff7 100644 --- a/CondFormats/EcalObjects/interface/EcalLinearCorrections.h +++ b/CondFormats/EcalObjects/interface/EcalLinearCorrections.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalLinearCorrections.h,v 1.2 2012/12/06 08:34:40 ferriff Exp $ + * $Id: EcalLinearCorrections.h,v 1.1 2012/11/21 16:58:24 fra Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h" diff --git a/CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h b/CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h index 0564dbb40423a..3f59596e53b19 100644 --- a/CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h +++ b/CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalMGPAGainRatio.h,v 1.3 2006/02/23 16:56:34 rahatlou Exp $ + * $Id: $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalMappingElectronics.h b/CondFormats/EcalObjects/interface/EcalMappingElectronics.h index 0f6a87e819aee..21a8ff53ea6e2 100644 --- a/CondFormats/EcalObjects/interface/EcalMappingElectronics.h +++ b/CondFormats/EcalObjects/interface/EcalMappingElectronics.h @@ -3,7 +3,7 @@ /** * Author: Emmanuelle Perez & Paolo Meridiani - * $Id: EcalMappingElectronics.h,v 1.1 2008/03/06 14:43:57 meridian Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalPTMTemperatures.h b/CondFormats/EcalObjects/interface/EcalPTMTemperatures.h index 70e142381501e..b8ce77d4b99f4 100644 --- a/CondFormats/EcalObjects/interface/EcalPTMTemperatures.h +++ b/CondFormats/EcalObjects/interface/EcalPTMTemperatures.h @@ -3,7 +3,7 @@ /** * Author: Paolo Meridiani * Created: 14 November 2006 - * $Id: EcalPTMTemperatures.h,v 1.1 2006/11/16 18:19:44 meridian Exp $ + * $Id: $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalSRSettings.h b/CondFormats/EcalObjects/interface/EcalSRSettings.h index 9d2388b5762ec..3fca17149ac9a 100644 --- a/CondFormats/EcalObjects/interface/EcalSRSettings.h +++ b/CondFormats/EcalObjects/interface/EcalSRSettings.h @@ -1,5 +1,5 @@ /* - * $Id: EcalSRSettings.h,v 1.2 2010/06/14 10:45:15 pgras Exp $ + * $Id: EcalSRSettings.h,v 1.1 2010/06/09 14:23:32 pgras Exp $ * * Original author: Ph. Gras CEA/IRFU Saclay. June, 2010 * diff --git a/CondFormats/EcalObjects/interface/EcalSampleMask.h b/CondFormats/EcalObjects/interface/EcalSampleMask.h index c0b184f926a77..3074ff34e0469 100644 --- a/CondFormats/EcalObjects/interface/EcalSampleMask.h +++ b/CondFormats/EcalObjects/interface/EcalSampleMask.h @@ -3,7 +3,7 @@ /** * Author: Giovanni Franzoni, UMN * Created: 09 Apr 2012 - * $Id: EcalSampleMask.h,v 1.2 2012/05/10 14:59:40 argiro Exp $ + * $Id: EcalSampleMask.h,v 1.1 2012/05/10 08:22:10 argiro Exp $ **/ #include diff --git a/CondFormats/EcalObjects/interface/EcalTBWeights.h b/CondFormats/EcalObjects/interface/EcalTBWeights.h index 1894a779acac5..1b68fbbc16e67 100644 --- a/CondFormats/EcalObjects/interface/EcalTBWeights.h +++ b/CondFormats/EcalObjects/interface/EcalTBWeights.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalTBWeights.h,v 1.2 2006/02/23 16:56:34 rahatlou Exp $ + * $Id: $ **/ diff --git a/CondFormats/EcalObjects/interface/EcalTimeCalibConstants.h b/CondFormats/EcalObjects/interface/EcalTimeCalibConstants.h index 768dee2797ee2..6631c5b5b79da 100644 --- a/CondFormats/EcalObjects/interface/EcalTimeCalibConstants.h +++ b/CondFormats/EcalObjects/interface/EcalTimeCalibConstants.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalTimeCalibConstants.h,v 1.1 2009/02/18 18:37:43 ferriff Exp $ + * $Id: EcalTimeCalibConstants.h,v 1.4 2007/11/06 17:46:49 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalTimeCalibErrors.h b/CondFormats/EcalObjects/interface/EcalTimeCalibErrors.h index b49f1237ea4bf..328d75ec9b046 100644 --- a/CondFormats/EcalObjects/interface/EcalTimeCalibErrors.h +++ b/CondFormats/EcalObjects/interface/EcalTimeCalibErrors.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalTimeCalibErrors.h,v 1.1 2009/02/18 18:37:44 ferriff Exp $ + * $Id: EcalTimeCalibErrors.h,v 1.1 2008/02/19 11:36:11 ferriff Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h b/CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h index 2dbe2251e362f..e0c55d0d5ae8f 100644 --- a/CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h +++ b/CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h @@ -3,7 +3,7 @@ /** *Author: Vladlen Timciuc, Caltech * Created: 10 July 2007 - * $Id: EcalTimeDependentCorrections.h,v 1.1 2012/12/06 08:34:40 ferriff Exp $ + * $Id: EcalLaserAPDPNRatios.h,v 1.6 2009/06/24 09:42:27 fra Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" #include "DataFormats/Provenance/interface/Timestamp.h" diff --git a/CondFormats/EcalObjects/interface/EcalTimeOffsetConstant.h b/CondFormats/EcalObjects/interface/EcalTimeOffsetConstant.h index bed2d08fd8196..74faddbe7b2f3 100644 --- a/CondFormats/EcalObjects/interface/EcalTimeOffsetConstant.h +++ b/CondFormats/EcalObjects/interface/EcalTimeOffsetConstant.h @@ -3,7 +3,7 @@ /** * Author: Seth Cooper, University of Minnesota * Created: 21 Mar 2011 - * $Id: EcalTimeOffsetConstant.h,v 1.1 2011/03/22 16:13:04 argiro Exp $ + * $Id: $ **/ #include diff --git a/CondFormats/EcalObjects/interface/EcalWeightXtalGroups.h b/CondFormats/EcalObjects/interface/EcalWeightXtalGroups.h index cdc4d8285e916..1ecbae0176ee9 100644 --- a/CondFormats/EcalObjects/interface/EcalWeightXtalGroups.h +++ b/CondFormats/EcalObjects/interface/EcalWeightXtalGroups.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalWeightXtalGroups.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $ + * $Id: EcalWeightXtalGroups.h,v 1.3 2007/06/29 07:04:30 innocent Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/CondFormats/EcalObjects/interface/EcalXtalGroupId.h b/CondFormats/EcalObjects/interface/EcalXtalGroupId.h index 9c6862e19621e..e1dfdcae6add2 100644 --- a/CondFormats/EcalObjects/interface/EcalXtalGroupId.h +++ b/CondFormats/EcalObjects/interface/EcalXtalGroupId.h @@ -3,7 +3,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalXtalGroupId.h,v 1.4 2007/06/29 12:27:00 innocent Exp $ + * $Id: EcalXtalGroupId.h,v 1.3 2006/02/23 16:56:34 rahatlou Exp $ **/ class EcalXtalGroupId { diff --git a/CondFormats/EcalObjects/src/EcalADCToGeVConstant.cc b/CondFormats/EcalObjects/src/EcalADCToGeVConstant.cc index 8d26b7b6ce211..060ed8d266fdd 100644 --- a/CondFormats/EcalObjects/src/EcalADCToGeVConstant.cc +++ b/CondFormats/EcalObjects/src/EcalADCToGeVConstant.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalADCToGeVConstant.cc,v 1.3 2006/05/15 12:43:57 meridian Exp $ + * $Id: EcalADCToGeVConstant.cc,v 1.2 2006/02/23 16:56:35 rahatlou Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h" diff --git a/CondFormats/EcalObjects/src/EcalChannelStatusCode.cc b/CondFormats/EcalObjects/src/EcalChannelStatusCode.cc index 5f704c5cdd659..79a20cdb3177e 100644 --- a/CondFormats/EcalObjects/src/EcalChannelStatusCode.cc +++ b/CondFormats/EcalObjects/src/EcalChannelStatusCode.cc @@ -1,7 +1,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalChannelStatusCode.cc,v 1.1 2006/11/16 18:19:45 meridian Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalChannelStatusCode.h" diff --git a/CondFormats/EcalObjects/src/EcalDAQStatusCode.cc b/CondFormats/EcalObjects/src/EcalDAQStatusCode.cc index 81c2fff33c0ab..f79c72c6b8790 100644 --- a/CondFormats/EcalObjects/src/EcalDAQStatusCode.cc +++ b/CondFormats/EcalObjects/src/EcalDAQStatusCode.cc @@ -1,7 +1,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalDAQStatusCode.cc,v 1.1 2010/01/29 10:48:38 fra Exp $ + * $Id: EcalDAQStatusCode.cc,v 1.1 2006/11/16 18:19:45 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalDAQStatusCode.h" diff --git a/CondFormats/EcalObjects/src/EcalDCUTemperatures.cc b/CondFormats/EcalObjects/src/EcalDCUTemperatures.cc index 3dc888c680af5..67296e49678e6 100644 --- a/CondFormats/EcalObjects/src/EcalDCUTemperatures.cc +++ b/CondFormats/EcalObjects/src/EcalDCUTemperatures.cc @@ -1,7 +1,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalDCUTemperatures.cc,v 1.1 2006/11/16 18:19:45 meridian Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalDCUTemperatures.h" diff --git a/CondFormats/EcalObjects/src/EcalMGPAGainRatio.cc b/CondFormats/EcalObjects/src/EcalMGPAGainRatio.cc index ea49481eb94e1..a7b5a98749cd8 100644 --- a/CondFormats/EcalObjects/src/EcalMGPAGainRatio.cc +++ b/CondFormats/EcalObjects/src/EcalMGPAGainRatio.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalMGPAGainRatio.cc,v 1.3 2006/02/23 16:56:35 rahatlou Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h" diff --git a/CondFormats/EcalObjects/src/EcalPTMTemperatures.cc b/CondFormats/EcalObjects/src/EcalPTMTemperatures.cc index 487f108032288..84316f2957c1e 100644 --- a/CondFormats/EcalObjects/src/EcalPTMTemperatures.cc +++ b/CondFormats/EcalObjects/src/EcalPTMTemperatures.cc @@ -1,7 +1,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalPTMTemperatures.cc,v 1.1 2006/11/16 18:19:45 meridian Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalPTMTemperatures.h" diff --git a/CondFormats/EcalObjects/src/EcalSampleMask.cc b/CondFormats/EcalObjects/src/EcalSampleMask.cc index abb6999b5434b..f359ff78afd7c 100644 --- a/CondFormats/EcalObjects/src/EcalSampleMask.cc +++ b/CondFormats/EcalObjects/src/EcalSampleMask.cc @@ -1,7 +1,7 @@ /** * Author: Giovanni Franzoni, UMN * Created: 08 May 2012 - * $Id: EcalSampleMask.cc,v 1.2 2012/05/10 14:59:38 argiro Exp $ + * $Id: EcalSampleMask.cc,v 1.1 2012/05/10 08:22:09 argiro Exp $ **/ #include diff --git a/CondFormats/EcalObjects/src/EcalTBWeights.cc b/CondFormats/EcalObjects/src/EcalTBWeights.cc index 8eee15d188a48..3a829d5fce502 100644 --- a/CondFormats/EcalObjects/src/EcalTBWeights.cc +++ b/CondFormats/EcalObjects/src/EcalTBWeights.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalTBWeights.cc,v 1.4 2009/07/29 13:56:09 innocent Exp $ + * $Id: EcalTBWeights.cc,v 1.3 2006/02/23 16:56:35 rahatlou Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalTBWeights.h" diff --git a/CondFormats/EcalObjects/src/EcalTPGCrystalStatusCode.cc b/CondFormats/EcalObjects/src/EcalTPGCrystalStatusCode.cc index 5d9d464c7212c..8c871c351eca4 100644 --- a/CondFormats/EcalObjects/src/EcalTPGCrystalStatusCode.cc +++ b/CondFormats/EcalObjects/src/EcalTPGCrystalStatusCode.cc @@ -1,7 +1,7 @@ /** * Author: Paolo Meridiani * Created: 14 Nov 2006 - * $Id: EcalTPGCrystalStatusCode.cc,v 1.1 2008/12/03 15:09:24 fra Exp $ + * $Id: EcalTPGCrystalStatusCode.cc,v 1.1 2006/11/16 18:19:45 meridian Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalTPGCrystalStatusCode.h" diff --git a/CondFormats/EcalObjects/src/EcalTimeOffsetConstant.cc b/CondFormats/EcalObjects/src/EcalTimeOffsetConstant.cc index ca6abd31bb0bc..88d08ee23e039 100644 --- a/CondFormats/EcalObjects/src/EcalTimeOffsetConstant.cc +++ b/CondFormats/EcalObjects/src/EcalTimeOffsetConstant.cc @@ -1,7 +1,7 @@ /** * Author: Seth Cooper, University of Minnesota * Created: 21 Mar 2011 - * $Id: EcalTimeOffsetConstant.cc,v 1.1 2011/03/22 16:13:04 argiro Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalTimeOffsetConstant.h" diff --git a/CondFormats/EcalObjects/src/EcalWeight.cc b/CondFormats/EcalObjects/src/EcalWeight.cc index 2e1fd37c2f1a3..406fb6cce92ae 100644 --- a/CondFormats/EcalObjects/src/EcalWeight.cc +++ b/CondFormats/EcalObjects/src/EcalWeight.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalWeight.cc,v 1.2 2006/02/23 16:56:35 rahatlou Exp $ + * $Id: $ **/ #include "CondFormats/EcalObjects/interface/EcalWeight.h" diff --git a/CondFormats/EcalObjects/src/EcalWeightSet.cc b/CondFormats/EcalObjects/src/EcalWeightSet.cc index 9b919fb61fea4..cf382b68c8e60 100644 --- a/CondFormats/EcalObjects/src/EcalWeightSet.cc +++ b/CondFormats/EcalObjects/src/EcalWeightSet.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalWeightSet.cc,v 1.4 2008/01/22 19:12:50 muzaffar Exp $ + * $Id: EcalWeightSet.cc,v 1.3 2006/02/23 16:56:35 rahatlou Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalWeightSet.h" diff --git a/CondFormats/EcalObjects/src/EcalXtalGroupId.cc b/CondFormats/EcalObjects/src/EcalXtalGroupId.cc index 51217e75e931d..d4685e32dfe46 100644 --- a/CondFormats/EcalObjects/src/EcalXtalGroupId.cc +++ b/CondFormats/EcalObjects/src/EcalXtalGroupId.cc @@ -1,7 +1,7 @@ /** * Author: Shahram Rahatlou, University of Rome & INFN * Created: 22 Feb 2006 - * $Id: EcalXtalGroupId.cc,v 1.3 2007/06/29 12:27:01 innocent Exp $ + * $Id: EcalXtalGroupId.cc,v 1.2 2006/02/23 16:56:35 rahatlou Exp $ **/ #include "CondFormats/EcalObjects/interface/EcalXtalGroupId.h" diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalPedestals.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalPedestals.cc index 54f69ed1a78c4..70416eb48030a 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalPedestals.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalPedestals.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalPedestals.cc,v 1.2 2010/02/20 20:56:51 wmtan Exp $ +// $Id: T_EventSetup_EcalPedestals.cc,v 1.1 2005/08/29 17:59:30 xiezhen Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBGroup.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBGroup.cc index 2b0caa94f93f9..35c74dc3b87e7 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBGroup.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBGroup.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGFineGrainEBGroup.cc,v 1.2 2010/02/20 20:56:54 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGFineGrainEBGroup.cc,v 1.1 2007/08/07 09:08:59 paganini Exp $ // // user include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBIdMap.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBIdMap.cc index b5c4ad919205c..19dd60f75bd8a 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBIdMap.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainEBIdMap.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGFineGrainEBIdMap.cc,v 1.3 2010/02/20 20:56:55 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGFineGrainEBIdMap.cc,v 1.2 2007/06/22 13:08:28 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainStripEE.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainStripEE.cc index 5250ad75087dc..7027ea6ef1448 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainStripEE.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainStripEE.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGFineGrainStripEE.cc,v 1.3 2010/02/20 20:56:56 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGFineGrainStripEE.cc,v 1.2 2007/06/22 13:08:28 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainTowerEE.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainTowerEE.cc index cc60d01a0c216..c25319d9ed7e7 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainTowerEE.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGFineGrainTowerEE.cc @@ -6,7 +6,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGFineGrainTowerEE.cc,v 1.3 2010/02/20 20:56:57 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGFineGrainTowerEE.cc,v 1.2 2007/06/22 13:08:28 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLinearizationConst.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLinearizationConst.cc index b50eb9f8496b1..cdcd191419963 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLinearizationConst.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLinearizationConst.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGLinearizationConst.cc,v 1.3 2010/02/20 20:56:58 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGLinearizationConst.cc,v 1.2 2007/06/22 13:08:29 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutGroup.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutGroup.cc index e2cbb07341276..dcc1bd98d1b0e 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutGroup.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutGroup.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGLutGroup.cc,v 1.2 2010/02/20 20:56:59 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGLutGroup.cc,v 1.1 2007/08/07 09:08:59 paganini Exp $ // // user include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutIdMap.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutIdMap.cc index 787779aa04f78..f588bf97a3a37 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutIdMap.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGLutIdMap.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGLutIdMap.cc,v 1.2 2010/02/20 20:57:00 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGLutIdMap.cc,v 1.1 2007/06/22 13:08:29 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPedestals.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPedestals.cc index 53644695e7638..433b68ecaab71 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPedestals.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPedestals.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGPedestals.cc,v 1.3 2010/02/20 20:57:01 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGPedestals.cc,v 1.2 2007/06/22 13:08:29 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPhysicsConst.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPhysicsConst.cc index adba3d7e8c428..3e4bbc43c93ed 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPhysicsConst.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGPhysicsConst.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGPhysicsConst.cc,v 1.2 2010/02/20 20:57:02 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGPhysicsConst.cc,v 1.1 2007/08/07 12:54:01 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGSlidingWindow.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGSlidingWindow.cc index 972007fe491c3..12d0e0664c819 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGSlidingWindow.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGSlidingWindow.cc @@ -2,7 +2,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGSlidingWindow.cc,v 1.2 2010/02/20 20:57:03 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGSlidingWindow.cc,v 1.1 2007/06/22 13:08:30 paganini Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGTowerStatus.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGTowerStatus.cc index 8986ac15004de..8db2f8725d39e 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGTowerStatus.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGTowerStatus.cc @@ -6,7 +6,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGTowerStatus.cc,v 1.2 2010/02/20 20:57:04 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGTowerStatus.cc,v 1.1 2008/12/03 15:09:33 fra Exp $ // // system include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightGroup.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightGroup.cc index f2de715774545..2aabcd6c0a70a 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightGroup.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightGroup.cc @@ -5,7 +5,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGWeightGroup.cc,v 1.2 2010/02/20 20:57:05 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGWeightGroup.cc,v 1.1 2007/08/07 09:08:59 paganini Exp $ // // user include files diff --git a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightIdMap.cc b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightIdMap.cc index 3901cbd3487b8..b63b92b7b3ad4 100644 --- a/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightIdMap.cc +++ b/CondFormats/EcalObjects/src/T_EventSetup_EcalTPGWeightIdMap.cc @@ -2,7 +2,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_EcalTPGWeightIdMap.cc,v 1.2 2010/02/20 20:57:06 wmtan Exp $ +// $Id: T_EventSetup_EcalTPGWeightIdMap.cc,v 1.1 2007/06/22 13:08:30 paganini Exp $ // // system include files diff --git a/CondFormats/HcalObjects/interface/HcalDcsMap.h b/CondFormats/HcalObjects/interface/HcalDcsMap.h index 78298e0d16a06..67337a45e1dd2 100644 --- a/CondFormats/HcalObjects/interface/HcalDcsMap.h +++ b/CondFormats/HcalObjects/interface/HcalDcsMap.h @@ -7,7 +7,7 @@ POOL object to store map between detector ID and DCS ID Inspired by HcalElectronicsMap $Author: kukartse -$Date: 2010/02/22 21:08:07 $ +$Date: 2007/12/14 13:31:21 $ $Revision: 1.1 $ */ diff --git a/CondFormats/HcalObjects/interface/HcalElectronicsMap.h b/CondFormats/HcalObjects/interface/HcalElectronicsMap.h index b1026efe5df8a..cfe16109ed530 100644 --- a/CondFormats/HcalObjects/interface/HcalElectronicsMap.h +++ b/CondFormats/HcalObjects/interface/HcalElectronicsMap.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store map between detector ID, electronics ID and trigger ID $Author: ratnikov -$Date: 2007/12/14 13:31:21 $ -$Revision: 1.17 $ +$Date: 2007/12/10 18:36:43 $ +$Revision: 1.16 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalGain.h b/CondFormats/HcalObjects/interface/HcalGain.h index 680ba9152ddb5..571fc6cd8dfb8 100644 --- a/CondFormats/HcalObjects/interface/HcalGain.h +++ b/CondFormats/HcalObjects/interface/HcalGain.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store Gain values 4xCapId $Author: ratnikov -$Date: 2007/12/14 13:31:28 $ -$Revision: 1.6 $ +$Date: 2007/12/10 18:36:56 $ +$Revision: 1.5 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalGainWidth.h b/CondFormats/HcalObjects/interface/HcalGainWidth.h index 806f81de3d138..2c6e8b3cb7300 100644 --- a/CondFormats/HcalObjects/interface/HcalGainWidth.h +++ b/CondFormats/HcalObjects/interface/HcalGainWidth.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store GainWidth values 4xCapId $Author: ratnikov -$Date: 2007/12/14 13:31:40 $ -$Revision: 1.6 $ +$Date: 2007/12/10 18:37:06 $ +$Revision: 1.5 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalPedestal.h b/CondFormats/HcalObjects/interface/HcalPedestal.h index 3203d19993735..e57dcf870263c 100644 --- a/CondFormats/HcalObjects/interface/HcalPedestal.h +++ b/CondFormats/HcalObjects/interface/HcalPedestal.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store Pedestal values 4xCapId $Author: ratnikov -$Date: 2009/03/24 16:05:27 $ -$Revision: 1.8 $ +$Date: 2007/12/14 13:19:53 $ +$Revision: 1.7 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalPedestalWidth.h b/CondFormats/HcalObjects/interface/HcalPedestalWidth.h index 3902ab471df54..5c057f24fcb42 100644 --- a/CondFormats/HcalObjects/interface/HcalPedestalWidth.h +++ b/CondFormats/HcalObjects/interface/HcalPedestalWidth.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store PedestalWidth values 4xCapId $Author: ratnikov -$Date: 2009/03/24 16:05:29 $ -$Revision: 1.10 $ +$Date: 2008/11/07 16:05:50 $ +$Revision: 1.9 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalQIECoder.h b/CondFormats/HcalObjects/interface/HcalQIECoder.h index 6604148f455d2..0240e9d1bf4c6 100644 --- a/CondFormats/HcalObjects/interface/HcalQIECoder.h +++ b/CondFormats/HcalObjects/interface/HcalQIECoder.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store QIE coder parameters for one channel $Author: ratnikov -$Date: 2012/11/02 14:13:17 $ -$Revision: 1.10 $ +$Date: 2008/03/05 10:38:03 $ +$Revision: 1.9 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalQIEData.h b/CondFormats/HcalObjects/interface/HcalQIEData.h index ebfe56e8176a8..2defa2e28f097 100644 --- a/CondFormats/HcalObjects/interface/HcalQIEData.h +++ b/CondFormats/HcalObjects/interface/HcalQIEData.h @@ -7,8 +7,8 @@ (preserve backwards compatibility of methods for this release) POOL object to store QIE parameters $Author: ratnikov -$Date: 2012/11/12 20:51:13 $ -$Revision: 1.14 $ +$Date: 2012/11/02 14:13:11 $ +$Revision: 1.13 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalQIEShape.h b/CondFormats/HcalObjects/interface/HcalQIEShape.h index 4ad67772fbd5d..4a5c39500d08b 100644 --- a/CondFormats/HcalObjects/interface/HcalQIEShape.h +++ b/CondFormats/HcalObjects/interface/HcalQIEShape.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store QIE basic shape $Author: ratnikov -$Date: 2013/03/26 11:31:11 $ -$Revision: 1.5 $ +$Date: 2012/11/02 14:13:13 $ +$Revision: 1.4 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalRawGain.h b/CondFormats/HcalObjects/interface/HcalRawGain.h index 11fbadc1c45c2..170b79523a065 100644 --- a/CondFormats/HcalObjects/interface/HcalRawGain.h +++ b/CondFormats/HcalObjects/interface/HcalRawGain.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL object to store raw Gain values $Author: ratnikov -$Date: 2007/12/14 13:32:31 $ -$Revision: 1.5 $ +$Date: 2007/12/10 18:38:20 $ +$Revision: 1.4 $ */ #include diff --git a/CondFormats/HcalObjects/interface/HcalRawGains.h b/CondFormats/HcalObjects/interface/HcalRawGains.h index 9671231356894..40406be657b08 100644 --- a/CondFormats/HcalObjects/interface/HcalRawGains.h +++ b/CondFormats/HcalObjects/interface/HcalRawGains.h @@ -6,8 +6,8 @@ \author Fedor Ratnikov (UMd) POOL container to store Gain values 4xCapId $Author: ratnikov -$Date: 2006/11/21 03:35:33 $ -$Revision: 1.1 $ +$Date: 2006/07/29 00:21:32 $ +$Revision: 1.7 $ */ #include diff --git a/CondFormats/HcalObjects/src/HcalDcsMap.cc b/CondFormats/HcalObjects/src/HcalDcsMap.cc index e41e241011734..0c64196cfce11 100644 --- a/CondFormats/HcalObjects/src/HcalDcsMap.cc +++ b/CondFormats/HcalObjects/src/HcalDcsMap.cc @@ -4,8 +4,8 @@ POOL object to store map between detector ID and DCS ID Inspired by HcalElectronicsMap $Author: kukartse -$Date: 2010/02/23 00:48:25 $ -$Revision: 1.2 $ +$Date: 2010/02/22 21:08:07 $ +$Revision: 1.1 $ */ #include diff --git a/CondFormats/HcalObjects/src/HcalElectronicsMap.cc b/CondFormats/HcalObjects/src/HcalElectronicsMap.cc index 29bcfab717f75..550a3a093bce7 100644 --- a/CondFormats/HcalObjects/src/HcalElectronicsMap.cc +++ b/CondFormats/HcalObjects/src/HcalElectronicsMap.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) POOL object to store mapping for Hcal channels $Author: ratnikov -$Date: 2008/01/22 18:58:47 $ -$Revision: 1.23 $ +$Date: 2007/09/18 06:48:38 $ +$Revision: 1.22 $ */ #include diff --git a/CondFormats/HcalObjects/src/HcalLutMetadata.cc b/CondFormats/HcalObjects/src/HcalLutMetadata.cc index 94a2b63d9fcd4..9b20c843341d7 100644 --- a/CondFormats/HcalObjects/src/HcalLutMetadata.cc +++ b/CondFormats/HcalObjects/src/HcalLutMetadata.cc @@ -3,8 +3,8 @@ \author Gena Kukartsev POOL object to store conditions associated with HCAL trigger primitive LUT $Author: kukartse -$Date: 2009/09/18 14:24:16 $ -$Revision: 1.1 $ +$Date: 2008/01/22 18:58:47 $ +$Revision: 1.23 $ */ #include "CondFormats/HcalObjects/interface/HcalLutMetadata.h" diff --git a/CondFormats/HcalObjects/src/HcalPedestalWidth.cc b/CondFormats/HcalObjects/src/HcalPedestalWidth.cc index 8a41a4b277331..600b05dfcbae3 100644 --- a/CondFormats/HcalObjects/src/HcalPedestalWidth.cc +++ b/CondFormats/HcalObjects/src/HcalPedestalWidth.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) correlation matrix for pedestals $Author: ratnikov -$Date: 2009/03/24 16:05:35 $ -$Revision: 1.9 $ +$Date: 2008/11/07 16:06:24 $ +$Revision: 1.8 $ */ #include diff --git a/CondFormats/HcalObjects/src/HcalQIECoder.cc b/CondFormats/HcalObjects/src/HcalQIECoder.cc index ff27282c2d867..3f8cc7c4c0ce2 100644 --- a/CondFormats/HcalObjects/src/HcalQIECoder.cc +++ b/CondFormats/HcalObjects/src/HcalQIECoder.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) POOL object to store QIE coder parameters for one channel $Author: ratnikov -$Date: 2013/03/25 16:23:33 $ -$Revision: 1.4 $ +$Date: 2010/12/06 20:04:16 $ +$Revision: 1.3 $ */ #include diff --git a/CondFormats/HcalObjects/src/HcalQIEShape.cc b/CondFormats/HcalObjects/src/HcalQIEShape.cc index d3aa399fc216b..4073ef3911951 100644 --- a/CondFormats/HcalObjects/src/HcalQIEShape.cc +++ b/CondFormats/HcalObjects/src/HcalQIEShape.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) POOL object to store pedestal values 4xCapId $Author: ratnikov -$Date: 2013/03/25 16:23:33 $ -$Revision: 1.8 $ +$Date: 2012/11/03 15:54:18 $ +$Revision: 1.7 $ */ #include "CondFormats/HcalObjects/interface/HcalQIEShape.h" diff --git a/CondFormats/HcalObjects/src/HcalRawGains.cc b/CondFormats/HcalObjects/src/HcalRawGains.cc index a417dbfc2640e..8449c25c63e63 100644 --- a/CondFormats/HcalObjects/src/HcalRawGains.cc +++ b/CondFormats/HcalObjects/src/HcalRawGains.cc @@ -3,8 +3,8 @@ \author Fedor Ratnikov (UMd) POOL object to store Gain values 4xCapId $Author: ratnikov -$Date: 2007/12/04 19:06:24 $ -$Revision: 1.4 $ +$Date: 2007/01/09 22:49:21 $ +$Revision: 1.3 $ */ #include diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalCalibrationQIEData.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalCalibrationQIEData.cc index c2824c11c72ef..623627f9cbec5 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalCalibrationQIEData.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalCalibrationQIEData.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: T_EventSetup_HcalCalibrationQIEData.cc,v 1.2 2010/02/20 20:57:15 wmtan Exp $ +// $Id: T_EventSetup_HcalCalibrationQIEData.cc,v 1.1 2006/05/22 21:06:26 fedor Exp $ #include "CondFormats/HcalObjects/interface/HcalCalibrationQIEData.h" #include "FWCore/Utilities/interface/typelookup.h" diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalChannelQuality.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalChannelQuality.cc index add583e7f165c..3301a4153111d 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalChannelQuality.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalChannelQuality.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalChannelQuality.cc,v 1.2 2010/02/20 20:57:16 wmtan Exp $ +// $Id: T_EventSetup_HcalChannelQuality.cc,v 1.1 2005/10/28 01:37:10 fedor Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalDcsMap.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalDcsMap.cc index 8ab6ad345b385..651657028a3ac 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalDcsMap.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalDcsMap.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalDcsMap.cc,v 1.4 2010/02/26 00:01:30 kukartse Exp $ +// $Id: T_EventSetup_HcalDcsMap.cc,v 1.2 2010/02/22 23:10:10 kukartse Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalElectronicsMap.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalElectronicsMap.cc index 22ac9fb3e33f9..a76b82434e403 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalElectronicsMap.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalElectronicsMap.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalElectronicsMap.cc,v 1.2 2010/02/20 20:57:18 wmtan Exp $ +// $Id: T_EventSetup_HcalElectronicsMap.cc,v 1.1 2005/10/18 23:34:56 fedor Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalFlagHFDigiTimeParams.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalFlagHFDigiTimeParams.cc index dd56143b07a94..ed6914a5b3977 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalFlagHFDigiTimeParams.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalFlagHFDigiTimeParams.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalFlagHFDigiTimeParams.cc,v 1.1 2011/06/24 22:11:14 temple Exp $ +// $Id: T_EventSetup_HFDigiTimeFlagParams.cc,v 1.1 2011/02/15 10:40:17 rofierzy Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalGainWidths.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalGainWidths.cc index e117aafb9075d..a00efe0206801 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalGainWidths.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalGainWidths.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalGainWidths.cc,v 1.3 2010/02/20 20:57:19 wmtan Exp $ +// $Id: T_EventSetup_HcalGainWidths.cc,v 1.2 2005/09/27 19:01:19 fedor Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalGains.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalGains.cc index 6548259b05cc6..f7ddb8e1eb612 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalGains.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalGains.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalGains.cc,v 1.3 2010/02/20 20:57:20 wmtan Exp $ +// $Id: T_EventSetup_HcalGains.cc,v 1.2 2005/09/27 19:01:19 fedor Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalLongRecoParams.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalLongRecoParams.cc index 2292b2f9ccf4e..0cddf6ede9254 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalLongRecoParams.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalLongRecoParams.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalLongRecoParams.cc,v 1.1 2011/02/15 10:40:17 rofierzy Exp $ +// $Id: T_EventSetup_HcalLongRecoParams.cc,v 1.3 2010/02/20 20:57:20 wmtan Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalMCParams.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalMCParams.cc index eb5378b36c709..7aa79014c0c87 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalMCParams.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalMCParams.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalMCParams.cc,v 1.1 2011/02/15 10:40:18 rofierzy Exp $ +// $Id: T_EventSetup_HcalMCParams.cc,v 1.3 2010/02/20 20:57:20 wmtan Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestalWidths.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestalWidths.cc index 226a67c77f6db..63ccec3287794 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestalWidths.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestalWidths.cc @@ -1,6 +1,6 @@ // -*- C++ -*- // -// $Id: T_EventSetup_HcalPedestalWidths.cc,v 1.3 2010/02/20 20:57:25 wmtan Exp $ +// $Id: T_EventSetup_HcalPedestalWidths.cc,v 1.2 2005/09/27 19:01:19 fedor Exp $ // #include "CondFormats/HcalObjects/interface/HcalPedestalWidths.h" #include "FWCore/Utilities/interface/typelookup.h" diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestals.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestals.cc index 7f9fa676158b9..316e7fed33228 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestals.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalPedestals.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_HcalPedestals.cc,v 1.5 2010/02/20 20:57:26 wmtan Exp $ +// $Id: T_EventSetup_HcalPedestals.cc,v 1.4 2005/09/27 19:01:19 fedor Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEData.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEData.cc index ef2c2a6314520..ac0c6876a7a0f 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEData.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEData.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: T_EventSetup_HcalQIEData.cc,v 1.3 2010/02/20 20:57:27 wmtan Exp $ +// $Id: T_EventSetup_HcalQIEData.cc,v 1.2 2005/10/20 05:47:37 fedor Exp $ #include "CondFormats/HcalObjects/interface/HcalQIEData.h" #include "FWCore/Utilities/interface/typelookup.h" diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEShape.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEShape.cc index d26aac6e8c9df..b25971a16fbe2 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEShape.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalQIEShape.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: T_EventSetup_HcalQIEShape.cc,v 1.2 2010/02/20 20:57:28 wmtan Exp $ +// $Id: T_EventSetup_HcalQIEShape.cc,v 1.1 2005/10/20 05:47:37 fedor Exp $ #include "CondFormats/HcalObjects/interface/HcalQIEShape.h" #include "FWCore/Utilities/interface/typelookup.h" diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalRecoParams.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalRecoParams.cc index 6630a283e05a9..b9d6ae90e1298 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalRecoParams.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalRecoParams.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalRecoParams.cc,v 1.1 2011/02/15 10:40:19 rofierzy Exp $ +// $Id: T_EventSetup_HcalRecoParams.cc,v 1.3 2010/02/20 20:57:20 wmtan Exp $ // // system include files diff --git a/CondFormats/HcalObjects/src/T_EventSetup_HcalTimingParams.cc b/CondFormats/HcalObjects/src/T_EventSetup_HcalTimingParams.cc index 995a4c9be660c..2b0fbc9e232c6 100644 --- a/CondFormats/HcalObjects/src/T_EventSetup_HcalTimingParams.cc +++ b/CondFormats/HcalObjects/src/T_EventSetup_HcalTimingParams.cc @@ -1,5 +1,5 @@ // -// $Id: T_EventSetup_HcalTimingParams.cc,v 1.1 2011/10/21 14:33:29 xiezhen Exp $ +// $Id$ // // system include files diff --git a/CondFormats/JetMETObjects/interface/JetCorrectorParameters.h b/CondFormats/JetMETObjects/interface/JetCorrectorParameters.h index 04848281b5ea0..3af725fb50a95 100644 --- a/CondFormats/JetMETObjects/interface/JetCorrectorParameters.h +++ b/CondFormats/JetMETObjects/interface/JetCorrectorParameters.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Nov 9, 2007 -// $Id: JetCorrectorParameters.h,v 1.17 2012/12/10 09:43:06 srappocc Exp $ +// $Id: JetCorrectorParameters.h,v 1.15 2012/03/01 18:24:52 srappocc Exp $ // // Generic parameters for Jet corrections // diff --git a/CondFormats/JetMETObjects/src/JetCorrectorParameters.cc b/CondFormats/JetMETObjects/src/JetCorrectorParameters.cc index d7aa6d5b4a0bc..ff3cf6d32bbce 100644 --- a/CondFormats/JetMETObjects/src/JetCorrectorParameters.cc +++ b/CondFormats/JetMETObjects/src/JetCorrectorParameters.cc @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Nov 9, 2007 -// $Id: JetCorrectorParameters.cc,v 1.22 2012/12/10 09:43:15 srappocc Exp $ +// $Id: JetCorrectorParameters.cc,v 1.20 2012/03/01 18:24:53 srappocc Exp $ // // Generic parameters for Jet corrections // diff --git a/CondFormats/L1TObjects/interface/L1CaloGeometry.h b/CondFormats/L1TObjects/interface/L1CaloGeometry.h index 7041bbd469785..16c0ca7a3a03e 100644 --- a/CondFormats/L1TObjects/interface/L1CaloGeometry.h +++ b/CondFormats/L1TObjects/interface/L1CaloGeometry.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 23 21:52:29 EDT 2006 -// $Id: L1CaloGeometry.h,v 1.4 2009/09/28 22:59:12 wsun Exp $ +// $Id: L1CaloGeometry.h,v 1.3 2009/07/17 17:37:10 wsun Exp $ // // system include files diff --git a/CondFormats/L1TObjects/interface/L1MuDTAssParam.h b/CondFormats/L1TObjects/interface/L1MuDTAssParam.h index 4662cdb17448a..863ab6a31a56d 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTAssParam.h +++ b/CondFormats/L1TObjects/interface/L1MuDTAssParam.h @@ -3,8 +3,8 @@ // Description: Parameters for Assignment // // -// $Date: 2007/03/30 07:48:02 $ -// $Revision: 1.1 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/interface/L1MuDTEtaPattern.h b/CondFormats/L1TObjects/interface/L1MuDTEtaPattern.h index 5d3a6f5c31843..9c2f86d1bd199 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTEtaPattern.h +++ b/CondFormats/L1TObjects/interface/L1MuDTEtaPattern.h @@ -12,8 +12,8 @@ * (wheel: -2, -1, 0, +1, +2, position : [1,7]) * * - * $Date: 2010/01/19 18:39:54 $ - * $Revision: 1.3 $ + * $Date: 2008/04/09 15:22:31 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTEtaPatternLut.h b/CondFormats/L1TObjects/interface/L1MuDTEtaPatternLut.h index 31f4b9897279c..41ba92db776de 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTEtaPatternLut.h +++ b/CondFormats/L1TObjects/interface/L1MuDTEtaPatternLut.h @@ -5,8 +5,8 @@ * Look-up table for eta track finder * * - * $Date: 2008/04/09 15:22:31 $ - * $Revision: 1.3 $ + * $Date: 2007/03/30 07:48:02 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTExtLut.h b/CondFormats/L1TObjects/interface/L1MuDTExtLut.h index 3653a18f982ce..a26ba96f85c81 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTExtLut.h +++ b/CondFormats/L1TObjects/interface/L1MuDTExtLut.h @@ -5,8 +5,8 @@ * Look-up tables for extrapolation * * - * $Date: 2008/04/09 15:34:54 $ - * $Revision: 1.5 $ + * $Date: 2008/04/09 15:22:31 $ + * $Revision: 1.4 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTExtParam.h b/CondFormats/L1TObjects/interface/L1MuDTExtParam.h index 93640ec70aa5e..9c1bc68e095ee 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTExtParam.h +++ b/CondFormats/L1TObjects/interface/L1MuDTExtParam.h @@ -3,8 +3,8 @@ // Description: Parameters for Extrapolation // // -// $Date: 2007/03/30 07:48:02 $ -// $Revision: 1.1 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/interface/L1MuDTPhiLut.h b/CondFormats/L1TObjects/interface/L1MuDTPhiLut.h index 917d6aae61660..cf9737d8c7bdd 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTPhiLut.h +++ b/CondFormats/L1TObjects/interface/L1MuDTPhiLut.h @@ -5,8 +5,8 @@ * Look-up tables for phi-assignment * * - * $Date: 2008/04/09 15:22:31 $ - * $Revision: 1.3 $ + * $Date: 2007/03/30 07:48:02 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTPtaLut.h b/CondFormats/L1TObjects/interface/L1MuDTPtaLut.h index 8f5a70acef53f..f3aa0a1ff3a2d 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTPtaLut.h +++ b/CondFormats/L1TObjects/interface/L1MuDTPtaLut.h @@ -5,8 +5,8 @@ * Look-up tables for pt-assignment * * - * $Date: 2008/04/09 15:22:31 $ - * $Revision: 1.3 $ + * $Date: 2007/03/30 07:48:02 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTQualPatternLut.h b/CondFormats/L1TObjects/interface/L1MuDTQualPatternLut.h index 4751feca839c9..c54143034742e 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTQualPatternLut.h +++ b/CondFormats/L1TObjects/interface/L1MuDTQualPatternLut.h @@ -7,8 +7,8 @@ * coarse eta values * * - * $Date: 2008/04/09 15:22:31 $ - * $Revision: 1.2 $ + * $Date: 2007/03/30 07:48:02 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/interface/L1MuDTTFMasks.h b/CondFormats/L1TObjects/interface/L1MuDTTFMasks.h index ed7390dcd39f5..ac370a85d13ab 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTTFMasks.h +++ b/CondFormats/L1TObjects/interface/L1MuDTTFMasks.h @@ -5,7 +5,7 @@ * DTTF Masks from OMDS * * - * $Date: 2009/05/12 09:16:28 $ + * $Date: 2008/05/14 14:58:02 $ * $Revision: 1.1 $ * * J. Troconiz UAM Madrid diff --git a/CondFormats/L1TObjects/interface/L1MuDTTFParameters.h b/CondFormats/L1TObjects/interface/L1MuDTTFParameters.h index 03484e3a036ff..2ca37989e7cb2 100644 --- a/CondFormats/L1TObjects/interface/L1MuDTTFParameters.h +++ b/CondFormats/L1TObjects/interface/L1MuDTTFParameters.h @@ -5,8 +5,8 @@ * DTTF Parameters from OMDS * * - * $Date: 2009/05/12 09:15:56 $ - * $Revision: 1.3 $ + * $Date: 2009/05/04 09:20:57 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/CondFormats/L1TObjects/interface/L1MuGMTChannelMask.h b/CondFormats/L1TObjects/interface/L1MuGMTChannelMask.h index 8df3e7539e3fe..5ab47206c798b 100644 --- a/CondFormats/L1TObjects/interface/L1MuGMTChannelMask.h +++ b/CondFormats/L1TObjects/interface/L1MuGMTChannelMask.h @@ -6,8 +6,8 @@ * */ // -// $Date: 2008/11/05 17:19:49 $ -// $Revision: 1.1 $ +// $Date$ +// $Revision$ // // // Author : diff --git a/CondFormats/L1TObjects/interface/L1MuGMTScales.h b/CondFormats/L1TObjects/interface/L1MuGMTScales.h index 875e67c6021e2..e851c7901292f 100644 --- a/CondFormats/L1TObjects/interface/L1MuGMTScales.h +++ b/CondFormats/L1TObjects/interface/L1MuGMTScales.h @@ -8,8 +8,8 @@ * An automatic check is done for the calo eta scales. */ // -// $Date: 2008/04/16 23:25:10 $ -// $Revision: 1.2 $ +// $Date: 2007/03/23 15:22:01 $ +// $Revision: 1.1 $ // // // Original Author : diff --git a/CondFormats/L1TObjects/interface/L1MuPacking.h b/CondFormats/L1TObjects/interface/L1MuPacking.h index ccffb3647e2d0..d72dc2b8e3a4e 100644 --- a/CondFormats/L1TObjects/interface/L1MuPacking.h +++ b/CondFormats/L1TObjects/interface/L1MuPacking.h @@ -6,8 +6,8 @@ * */ // -// $Date: 2012/08/14 13:05:11 $ -// $Revision: 1.5 $ +// $Date: 2008/04/16 23:25:10 $ +// $Revision: 1.4 $ // // Original Author : // H. Sakulin HEPHY Vienna diff --git a/CondFormats/L1TObjects/interface/L1MuScale.h b/CondFormats/L1TObjects/interface/L1MuScale.h index 4da92fdfeec44..7b413cbf44c5e 100644 --- a/CondFormats/L1TObjects/interface/L1MuScale.h +++ b/CondFormats/L1TObjects/interface/L1MuScale.h @@ -6,8 +6,8 @@ // // // -// $Date: 2013/05/30 22:25:06 $ -// $Revision: 1.9 $ +// $Date: 2011/05/30 04:59:35 $ +// $Revision: 1.8 $ // // Original Author : // Hannes Sakulin HEPHY / Vienna diff --git a/CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h b/CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h index 17468b3289c73..650d9ac74f416 100644 --- a/CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h +++ b/CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h @@ -8,8 +8,8 @@ * to the Global Trigger */ // -// $Date: 2008/04/16 23:21:14 $ -// $Revision: 1.1 $ +// $Date: 2007/04/27 13:16:00 $ +// $Revision: 1.3 $ // // Original Author : // Hannes Sakulin HEPHY / Vienna diff --git a/CondFormats/L1TObjects/interface/L1MuTriggerScales.h b/CondFormats/L1TObjects/interface/L1MuTriggerScales.h index b636a01b1bfab..724d8338ec138 100644 --- a/CondFormats/L1TObjects/interface/L1MuTriggerScales.h +++ b/CondFormats/L1TObjects/interface/L1MuTriggerScales.h @@ -8,8 +8,8 @@ * to the Global Trigger */ // -// $Date: 2009/05/22 12:19:03 $ -// $Revision: 1.6 $ +// $Date: 2008/11/24 10:26:31 $ +// $Revision: 1.5 $ // // Original Author : // Hannes Sakulin HEPHY / Vienna diff --git a/CondFormats/L1TObjects/interface/L1RPCConfig.h b/CondFormats/L1TObjects/interface/L1RPCConfig.h index 2ac0b617aef52..c375fb1119d79 100644 --- a/CondFormats/L1TObjects/interface/L1RPCConfig.h +++ b/CondFormats/L1TObjects/interface/L1RPCConfig.h @@ -16,7 +16,7 @@ // // Original Author: Tomasz Fruboes // Created: Tue Mar 20 12:03:50 CET 2007 -// $Id: L1RPCConfig.h,v 1.3 2008/07/23 23:09:09 wsun Exp $ +// $Id: L1RPCConfig.h,v 1.3 2007/11/20 17:32:50 michals Exp $ // #include diff --git a/CondFormats/L1TObjects/interface/L1TriggerKeyList.h b/CondFormats/L1TObjects/interface/L1TriggerKeyList.h index 875b6ad34539d..b3368eeaab457 100644 --- a/CondFormats/L1TObjects/interface/L1TriggerKeyList.h +++ b/CondFormats/L1TObjects/interface/L1TriggerKeyList.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Fri Feb 29 20:44:53 CET 2008 -// $Id: L1TriggerKeyList.h,v 1.4 2009/04/06 01:58:49 wsun Exp $ +// $Id: L1TriggerKeyList.h,v 1.3 2008/11/06 23:13:00 wsun Exp $ // // system include files diff --git a/CondFormats/L1TObjects/interface/L1TriggerLutFile.h b/CondFormats/L1TObjects/interface/L1TriggerLutFile.h index 93743019df7e0..2a4c63051e5c7 100644 --- a/CondFormats/L1TObjects/interface/L1TriggerLutFile.h +++ b/CondFormats/L1TObjects/interface/L1TriggerLutFile.h @@ -5,8 +5,8 @@ * Auxiliary class to handle Look-up table files * * - * $Date: 2010/01/19 18:39:54 $ - * $Revision: 1.2 $ + * $Date: 2007/03/30 07:48:02 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/CondFormats/L1TObjects/src/L1CaloGeometry.cc b/CondFormats/L1TObjects/src/L1CaloGeometry.cc index 5f63d8e4f3181..66df3d0f63cef 100644 --- a/CondFormats/L1TObjects/src/L1CaloGeometry.cc +++ b/CondFormats/L1TObjects/src/L1CaloGeometry.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 23 21:52:36 EDT 2006 -// $Id: L1CaloGeometry.cc,v 1.5 2009/10/30 03:33:28 wsun Exp $ +// $Id: L1CaloGeometry.cc,v 1.4 2009/09/28 22:59:14 wsun Exp $ // // system include files diff --git a/CondFormats/L1TObjects/src/L1MuDTAssParam.cc b/CondFormats/L1TObjects/src/L1MuDTAssParam.cc index 19f935dab4258..b0082d5aa5a65 100644 --- a/CondFormats/L1TObjects/src/L1MuDTAssParam.cc +++ b/CondFormats/L1TObjects/src/L1MuDTAssParam.cc @@ -3,8 +3,8 @@ // Description: Parameters for Assignment // // -// $Date: 2007/03/30 07:48:02 $ -// $Revision: 1.1 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTEtaPattern.cc b/CondFormats/L1TObjects/src/L1MuDTEtaPattern.cc index d0de6563be3c1..887688b9ca44f 100644 --- a/CondFormats/L1TObjects/src/L1MuDTEtaPattern.cc +++ b/CondFormats/L1TObjects/src/L1MuDTEtaPattern.cc @@ -5,8 +5,8 @@ // Description: Pattern for Eta for Eta Track Finder // // -// $Date: 2010/01/19 18:39:54 $ -// $Revision: 1.4 $ +// $Date: 2009/02/03 23:33:45 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTEtaPatternLut.cc b/CondFormats/L1TObjects/src/L1MuDTEtaPatternLut.cc index 4e63504a25fe0..79b5d66d11813 100644 --- a/CondFormats/L1TObjects/src/L1MuDTEtaPatternLut.cc +++ b/CondFormats/L1TObjects/src/L1MuDTEtaPatternLut.cc @@ -5,8 +5,8 @@ // Description: Look-up table for eta track finder // // -// $Date: 2008/02/25 15:26:57 $ -// $Revision: 1.2 $ +// $Date: 2007/03/30 07:48:02 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTExtLut.cc b/CondFormats/L1TObjects/src/L1MuDTExtLut.cc index d2c59e7d17b8e..397ba15e1b6e8 100644 --- a/CondFormats/L1TObjects/src/L1MuDTExtLut.cc +++ b/CondFormats/L1TObjects/src/L1MuDTExtLut.cc @@ -5,8 +5,8 @@ // Description: Look-up tables for extrapolation // // -// $Date: 2010/05/12 23:03:43 $ -// $Revision: 1.7 $ +// $Date: 2009/05/13 06:36:48 $ +// $Revision: 1.6 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTExtParam.cc b/CondFormats/L1TObjects/src/L1MuDTExtParam.cc index 166c21ba79f65..00b07f05752a5 100644 --- a/CondFormats/L1TObjects/src/L1MuDTExtParam.cc +++ b/CondFormats/L1TObjects/src/L1MuDTExtParam.cc @@ -3,8 +3,8 @@ // Description: Parameters for Extrapolation // // -// $Date: 2007/03/30 07:48:02 $ -// $Revision: 1.1 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTPhiLut.cc b/CondFormats/L1TObjects/src/L1MuDTPhiLut.cc index 3f1cd673f2893..91cdedb3a57f8 100644 --- a/CondFormats/L1TObjects/src/L1MuDTPhiLut.cc +++ b/CondFormats/L1TObjects/src/L1MuDTPhiLut.cc @@ -5,8 +5,8 @@ // Description: Look-up tables for phi assignment // // -// $Date: 2012/08/05 12:48:33 $ -// $Revision: 1.8 $ +// $Date: 2010/05/12 23:03:43 $ +// $Revision: 1.7 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTPtaLut.cc b/CondFormats/L1TObjects/src/L1MuDTPtaLut.cc index 73a1e24b0d8d4..d1607b7ab2093 100644 --- a/CondFormats/L1TObjects/src/L1MuDTPtaLut.cc +++ b/CondFormats/L1TObjects/src/L1MuDTPtaLut.cc @@ -5,8 +5,8 @@ // Description: Look-up tables for pt assignment // // -// $Date: 2012/08/05 12:48:33 $ -// $Revision: 1.8 $ +// $Date: 2010/05/12 23:03:43 $ +// $Revision: 1.7 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTQualPatternLut.cc b/CondFormats/L1TObjects/src/L1MuDTQualPatternLut.cc index 2d135e89c5e58..8510d2ef6c9f7 100644 --- a/CondFormats/L1TObjects/src/L1MuDTQualPatternLut.cc +++ b/CondFormats/L1TObjects/src/L1MuDTQualPatternLut.cc @@ -7,8 +7,8 @@ // coarse eta values // // -// $Date: 2008/04/09 15:22:31 $ -// $Revision: 1.3 $ +// $Date: 2007/03/30 07:48:02 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/L1MuDTTFMasks.cc b/CondFormats/L1TObjects/src/L1MuDTTFMasks.cc index ceabfb8f18f68..876c17fbcc37a 100644 --- a/CondFormats/L1TObjects/src/L1MuDTTFMasks.cc +++ b/CondFormats/L1TObjects/src/L1MuDTTFMasks.cc @@ -5,8 +5,8 @@ // Description: DTTF Masks from OMDS // // -// $Date: 2009/07/22 07:27:50 $ -// $Revision: 1.3 $ +// $Date: 2009/05/12 10:38:35 $ +// $Revision: 1.2 $ // // Author : // J. Troconiz UAM Madrid diff --git a/CondFormats/L1TObjects/src/L1MuDTTFParameters.cc b/CondFormats/L1TObjects/src/L1MuDTTFParameters.cc index d3bc792971344..e954835a75334 100644 --- a/CondFormats/L1TObjects/src/L1MuDTTFParameters.cc +++ b/CondFormats/L1TObjects/src/L1MuDTTFParameters.cc @@ -5,8 +5,8 @@ // Description: DTTF Parameters from OMDS // // -// $Date: 2009/05/12 10:38:35 $ -// $Revision: 1.5 $ +// $Date: 2009/05/04 09:20:57 $ +// $Revision: 1.3 $ // // Author : // J. Troconiz UAM Madrid diff --git a/CondFormats/L1TObjects/src/L1RCTParameters.cc b/CondFormats/L1TObjects/src/L1RCTParameters.cc index 774b450b97341..bce15b264d9e6 100644 --- a/CondFormats/L1TObjects/src/L1RCTParameters.cc +++ b/CondFormats/L1TObjects/src/L1RCTParameters.cc @@ -1,7 +1,7 @@ /** * Author: Sridhara Dasu * Created: 04 July 2007 - * $Id: L1RCTParameters.cc,v 1.25 2010/05/26 22:52:54 ghete Exp $ + * $Id: L1RCTParameters.cc,v 1.24 2010/05/24 11:54:35 efron Exp $ **/ #include diff --git a/CondFormats/L1TObjects/src/L1RPCConfig.cc b/CondFormats/L1TObjects/src/L1RPCConfig.cc index ccd940129d279..05d73b883115f 100644 --- a/CondFormats/L1TObjects/src/L1RPCConfig.cc +++ b/CondFormats/L1TObjects/src/L1RPCConfig.cc @@ -8,7 +8,7 @@ // // Original Author: Tomasz Fruboes // Created: Tue Mar 20 12:04:44 CET 2007 -// $Id: L1RPCConfig.cc,v 1.3 2008/07/23 23:09:10 wsun Exp $ +// $Id: L1RPCConfig.cc,v 1.1 2007/04/02 10:44:15 fruboes Exp $ // // system include files diff --git a/CondFormats/L1TObjects/src/L1TriggerKey.cc b/CondFormats/L1TObjects/src/L1TriggerKey.cc index f9f5572097bb7..96a3a5052de10 100644 --- a/CondFormats/L1TObjects/src/L1TriggerKey.cc +++ b/CondFormats/L1TObjects/src/L1TriggerKey.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Dec 15 21:03:24 CET 2008 -// $Id: L1TriggerKey.cc,v 1.3 2008/12/15 21:04:05 wsun Exp $ +// $Id$ // // system include files diff --git a/CondFormats/L1TObjects/src/L1TriggerKeyList.cc b/CondFormats/L1TObjects/src/L1TriggerKeyList.cc index 9ca8b2668b6bd..f5a40632e2643 100644 --- a/CondFormats/L1TObjects/src/L1TriggerKeyList.cc +++ b/CondFormats/L1TObjects/src/L1TriggerKeyList.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Feb 29 21:00:24 CET 2008 -// $Id: L1TriggerKeyList.cc,v 1.3 2009/04/06 01:58:49 wsun Exp $ +// $Id: L1TriggerKeyList.cc,v 1.2 2008/10/09 19:02:22 wsun Exp $ // // system include files diff --git a/CondFormats/L1TObjects/src/L1TriggerLutFile.cc b/CondFormats/L1TObjects/src/L1TriggerLutFile.cc index 5f46a1d1af570..38559f3c82a05 100644 --- a/CondFormats/L1TObjects/src/L1TriggerLutFile.cc +++ b/CondFormats/L1TObjects/src/L1TriggerLutFile.cc @@ -6,8 +6,8 @@ // Look-up table files // // -// $Date: 2007/03/30 07:48:02 $ -// $Revision: 1.1 $ +// $Date: 2007/02/27 11:43:59 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/CondFormats/L1TObjects/src/T_EventSetup_L1CaloGeometry.cc b/CondFormats/L1TObjects/src/T_EventSetup_L1CaloGeometry.cc index 29a5b53d2f0a0..fa58c31e2c71d 100644 --- a/CondFormats/L1TObjects/src/T_EventSetup_L1CaloGeometry.cc +++ b/CondFormats/L1TObjects/src/T_EventSetup_L1CaloGeometry.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Tue Oct 24 00:03:09 EDT 2006 -// $Id: T_EventSetup_L1CaloGeometry.cc,v 1.2 2010/02/20 20:57:35 wmtan Exp $ +// $Id: T_EventSetup_L1CaloGeometry.cc,v 1.1 2008/04/16 23:20:48 wsun Exp $ // // system include files diff --git a/CondFormats/Luminosity/interface/LumiSectionData.h b/CondFormats/Luminosity/interface/LumiSectionData.h index f537e5fcf4d64..c412bac85de9a 100644 --- a/CondFormats/Luminosity/interface/LumiSectionData.h +++ b/CondFormats/Luminosity/interface/LumiSectionData.h @@ -8,7 +8,7 @@ * each event will occur at one of these BX. BX is defined to be the number of the * bunch crossing where this event occurred. * - * $Id: LumiSectionData.h,v 1.3 2009/12/04 14:09:11 xiezhen Exp $ + * $Id: LumiSectionData.h,v 1.2 2009/10/07 14:33:02 xiezhen Exp $ * ************************************************************/ diff --git a/CondFormats/OptAlignObjects/src/T_EventSetup_OpticalAlignments.cc b/CondFormats/OptAlignObjects/src/T_EventSetup_OpticalAlignments.cc index befb513473aa6..01c069571c2c8 100644 --- a/CondFormats/OptAlignObjects/src/T_EventSetup_OpticalAlignments.cc +++ b/CondFormats/OptAlignObjects/src/T_EventSetup_OpticalAlignments.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Mon Apr 18 16:42:52 EDT 2005 -// $Id: T_EventSetup_OpticalAlignments.cc,v 1.8 2010/02/20 20:58:08 wmtan Exp $ +// $Id: T_EventSetup_OpticalAlignments.cc,v 1.7 2006/11/20 10:14:08 xiezhen Exp $ // // system include files diff --git a/CondFormats/PhysicsToolsObjects/interface/MVAComputer.h b/CondFormats/PhysicsToolsObjects/interface/MVAComputer.h index 8a383c595385b..4eba7c2517fe7 100644 --- a/CondFormats/PhysicsToolsObjects/interface/MVAComputer.h +++ b/CondFormats/PhysicsToolsObjects/interface/MVAComputer.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: MVAComputer.h,v 1.16 2012/08/23 17:59:29 wmtan Exp $ +// $Id: MVAComputer.h,v 1.15 2010/01/26 19:40:03 saout Exp $ // #include diff --git a/CondFormats/PhysicsToolsObjects/src/MVAComputer.cc b/CondFormats/PhysicsToolsObjects/src/MVAComputer.cc index 731b8375d18f3..81623d8515a09 100644 --- a/CondFormats/PhysicsToolsObjects/src/MVAComputer.cc +++ b/CondFormats/PhysicsToolsObjects/src/MVAComputer.cc @@ -18,7 +18,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: MVAComputer.cc,v 1.14 2013/01/25 17:01:38 wmtan Exp $ +// $Id: MVAComputer.cc,v 1.10 2010/01/26 19:40:03 saout Exp $ // #include #include diff --git a/CondFormats/RPCObjects/interface/L1RPCConeBuilder.h b/CondFormats/RPCObjects/interface/L1RPCConeBuilder.h index af59e75da8ba2..fadd54ab48ea9 100644 --- a/CondFormats/RPCObjects/interface/L1RPCConeBuilder.h +++ b/CondFormats/RPCObjects/interface/L1RPCConeBuilder.h @@ -16,7 +16,7 @@ // // Original Author: Tomasz Fruboes // Created: Fri Feb 22 12:27:02 CET 2008 -// $Id: L1RPCConeBuilder.h,v 1.10 2009/04/10 15:36:25 fruboes Exp $ +// $Id: L1RPCConeBuilder.h,v 1.8 2009/03/20 15:10:53 michals Exp $ // #include diff --git a/CondFormats/RPCObjects/interface/L1RPCHwConfig.h b/CondFormats/RPCObjects/interface/L1RPCHwConfig.h index 18be5df0f489a..893a9469f65b9 100644 --- a/CondFormats/RPCObjects/interface/L1RPCHwConfig.h +++ b/CondFormats/RPCObjects/interface/L1RPCHwConfig.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Apr 9 13:48:06 CEST 2008 -// $Id: L1RPCHwConfig.h,v 1.5 2010/02/26 15:50:38 fruboes Exp $ +// $Id: L1RPCHwConfig.h,v 1.4 2008/06/24 11:06:53 michals Exp $ // // system include files diff --git a/CondFormats/RPCObjects/interface/RBCBoardSpecs.h b/CondFormats/RPCObjects/interface/RBCBoardSpecs.h index 418f624098313..551d92e15ee5b 100644 --- a/CondFormats/RPCObjects/interface/RBCBoardSpecs.h +++ b/CondFormats/RPCObjects/interface/RBCBoardSpecs.h @@ -1,4 +1,4 @@ -// $Id: RBCBoardSpecs.h,v 1.1 2009/01/28 12:54:41 aosorio Exp $ +// $Id: $ #ifndef CONFIGCODE_RBCBOARDSPECS_H #define CONFIGCODE_RBCBOARDSPECS_H 1 diff --git a/CondFormats/RPCObjects/interface/RPCObAlignment.h b/CondFormats/RPCObjects/interface/RPCObAlignment.h index 7c6d0141f8d21..13f600b2a8d0f 100644 --- a/CondFormats/RPCObjects/interface/RPCObAlignment.h +++ b/CondFormats/RPCObjects/interface/RPCObAlignment.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Chamber Alignment (RPCObAlignment) * - * $Date: 2009/11/16 12:55:34 $ - * $Revision: 1.4 $ + * $Date: 2009/11/16 12:53:47 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObCond.h b/CondFormats/RPCObjects/interface/RPCObCond.h index f63152c09c115..998c2ed435ef8 100644 --- a/CondFormats/RPCObjects/interface/RPCObCond.h +++ b/CondFormats/RPCObjects/interface/RPCObCond.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Current (RPCObImon), High Voltage (RPCObVmon), Chamber Status (RPCObStatus) * - * $Date: 2009/11/16 12:53:47 $ - * $Revision: 1.3 $ + * $Date: 2009/11/10 12:20:23 $ + * $Revision: 1.17 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObFebAssmap.h b/CondFormats/RPCObjects/interface/RPCObFebAssmap.h index 52988f0400079..1363007add227 100644 --- a/CondFormats/RPCObjects/interface/RPCObFebAssmap.h +++ b/CondFormats/RPCObjects/interface/RPCObFebAssmap.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Feb Map (RPCObFebAssmap) * - * $Date: 2009/11/16 12:56:29 $ - * $Revision: 1.2 $ + * $Date: 2009/11/16 12:53:47 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObFebmap.h b/CondFormats/RPCObjects/interface/RPCObFebmap.h index 1f9b55c2bc1f0..8a5ea87863134 100644 --- a/CondFormats/RPCObjects/interface/RPCObFebmap.h +++ b/CondFormats/RPCObjects/interface/RPCObFebmap.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Feb thresholds, temperatures, voltages and noises (RPCObFebmap) * - * $Date: 2009/11/16 12:59:31 $ - * $Revision: 1.4 $ + * $Date: 2009/11/16 12:57:56 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObGas.h b/CondFormats/RPCObjects/interface/RPCObGas.h index d0b1f0e07cdf4..5127f7e8c047d 100644 --- a/CondFormats/RPCObjects/interface/RPCObGas.h +++ b/CondFormats/RPCObjects/interface/RPCObGas.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Chamber Gas Flow In and Out (RPCObGas) * - * $Date: 2009/11/16 13:00:18 $ - * $Revision: 1.2 $ + * $Date: 2009/11/16 12:53:47 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObGasHum.h b/CondFormats/RPCObjects/interface/RPCObGasHum.h index d536ff18c1503..010a61407d9e2 100644 --- a/CondFormats/RPCObjects/interface/RPCObGasHum.h +++ b/CondFormats/RPCObjects/interface/RPCObGasHum.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Chamber Gas Humidity (RPCObGasHum) * - * $Date: 2009/12/14 16:40:23 $ - * $Revision: 1.1 $ + * $Date: 2009/12/14 16:00:11 $ + * $Revision: 1.2 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObGasMix.h b/CondFormats/RPCObjects/interface/RPCObGasMix.h index 9ba9827cedc5b..e734523c38bea 100644 --- a/CondFormats/RPCObjects/interface/RPCObGasMix.h +++ b/CondFormats/RPCObjects/interface/RPCObGasMix.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Chamber Gas Mix (RPCObGasMix) * - * $Date: 2009/12/14 16:00:11 $ - * $Revision: 1.2 $ + * $Date: 2009/12/13 09:56:28 $ + * $Revision: 1.1 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObGasmap.h b/CondFormats/RPCObjects/interface/RPCObGasmap.h index c7f02c21ae221..265ea2ab73dc6 100644 --- a/CondFormats/RPCObjects/interface/RPCObGasmap.h +++ b/CondFormats/RPCObjects/interface/RPCObGasmap.h @@ -1,8 +1,8 @@ /* * Payload definition(s): Gas Map (RPCObGasmap) * - * $Date: 2009/11/16 13:01:46 $ - * $Revision: 1.2 $ + * $Date: 2009/11/16 12:53:47 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObPVSSmap.h b/CondFormats/RPCObjects/interface/RPCObPVSSmap.h index 76a4ec264bd92..3ab6c6bb62fcb 100644 --- a/CondFormats/RPCObjects/interface/RPCObPVSSmap.h +++ b/CondFormats/RPCObjects/interface/RPCObPVSSmap.h @@ -1,7 +1,7 @@ /* * Payload definition(s): DpId Map for RPCObCond Payload * - * $Date: 2009/11/16 13:03:27 $ + * $Date: 2009/11/16 12:53:47 $ * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCObUXC.h b/CondFormats/RPCObjects/interface/RPCObUXC.h index 77117fb261d40..b029cdca237c7 100644 --- a/CondFormats/RPCObjects/interface/RPCObUXC.h +++ b/CondFormats/RPCObjects/interface/RPCObUXC.h @@ -1,8 +1,8 @@ /* * Payload definition(s): UXC Temperature, Pressure and Humidity (RPCObUXC) * - * $Date: 2009/12/14 12:44:42 $ - * $Revision: 1.4 $ + * $Date: 2009/11/16 13:04:37 $ + * $Revision: 1.3 $ * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia */ diff --git a/CondFormats/RPCObjects/interface/RPCTechTriggerConfig.h b/CondFormats/RPCObjects/interface/RPCTechTriggerConfig.h index 0cf2c1c811b70..09ae03fe097fb 100644 --- a/CondFormats/RPCObjects/interface/RPCTechTriggerConfig.h +++ b/CondFormats/RPCObjects/interface/RPCTechTriggerConfig.h @@ -1,4 +1,4 @@ -// $Id: RPCTechTriggerConfig.h,v 1.1 2009/01/28 12:54:41 aosorio Exp $ +// $Id: $ #ifndef RPCTECHTRIGGERCONFIG_H #define RPCTECHTRIGGERCONFIG_H 1 diff --git a/CondFormats/RPCObjects/interface/TTUBoardSpecs.h b/CondFormats/RPCObjects/interface/TTUBoardSpecs.h index 5b97a80d1f467..dc35855a8d7e5 100644 --- a/CondFormats/RPCObjects/interface/TTUBoardSpecs.h +++ b/CondFormats/RPCObjects/interface/TTUBoardSpecs.h @@ -1,4 +1,4 @@ -// $Id: TTUBoardSpecs.h,v 1.1 2009/01/28 12:54:41 aosorio Exp $ +// $Id: $ #ifndef CONFIGCODE_TTUBOARDSPECS_H #define CONFIGCODE_TTUBOARDSPECS_H 1 diff --git a/CondFormats/RPCObjects/src/L1RPCConeBuilder.cc b/CondFormats/RPCObjects/src/L1RPCConeBuilder.cc index adbafb90edcef..857af08ad0894 100644 --- a/CondFormats/RPCObjects/src/L1RPCConeBuilder.cc +++ b/CondFormats/RPCObjects/src/L1RPCConeBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Tomasz Frueboes // Created: Fri Feb 22 12:26:49 CET 2008 -// $Id: L1RPCConeBuilder.cc,v 1.6 2009/04/10 15:36:30 fruboes Exp $ +// $Id: L1RPCConeBuilder.cc,v 1.4 2008/12/12 13:57:14 fruboes Exp $ // #include "CondFormats/RPCObjects/interface/L1RPCConeBuilder.h" diff --git a/CondFormats/RPCObjects/src/L1RPCHwConfig.cc b/CondFormats/RPCObjects/src/L1RPCHwConfig.cc index 3c4041ca3c0ac..b376c8693098e 100644 --- a/CondFormats/RPCObjects/src/L1RPCHwConfig.cc +++ b/CondFormats/RPCObjects/src/L1RPCHwConfig.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Apr 9 13:48:10 CEST 2008 -// $Id: L1RPCHwConfig.cc,v 1.1 2008/04/09 15:16:53 fruboes Exp $ +// $Id$ // // system include files diff --git a/CondFormats/RPCObjects/src/RBCBoardSpecs.cc b/CondFormats/RPCObjects/src/RBCBoardSpecs.cc index 82934e486615f..5c9fa934d4dad 100644 --- a/CondFormats/RPCObjects/src/RBCBoardSpecs.cc +++ b/CondFormats/RPCObjects/src/RBCBoardSpecs.cc @@ -1,4 +1,4 @@ -// $Id: RBCBoardSpecs.cc,v 1.1 2009/01/28 12:54:41 aosorio Exp $ +// $Id: $ // Include files diff --git a/CondFormats/RPCObjects/src/TTUBoardSpecs.cc b/CondFormats/RPCObjects/src/TTUBoardSpecs.cc index 2fba951ee9752..295bbd6e6fee6 100644 --- a/CondFormats/RPCObjects/src/TTUBoardSpecs.cc +++ b/CondFormats/RPCObjects/src/TTUBoardSpecs.cc @@ -1,4 +1,4 @@ -// $Id: TTUBoardSpecs.cc,v 1.1 2009/01/28 12:54:41 aosorio Exp $ +// $Id: $ // Include files diff --git a/CondFormats/SiPixelObjects/interface/PixelDCSObject.h b/CondFormats/SiPixelObjects/interface/PixelDCSObject.h index ac8cadbb03253..233933747d7e6 100644 --- a/CondFormats/SiPixelObjects/interface/PixelDCSObject.h +++ b/CondFormats/SiPixelObjects/interface/PixelDCSObject.h @@ -8,8 +8,8 @@ * Value type is specified by the template parameter Type. * Define a new struct for non-POD value type. * - * $Date: 2009/12/03 13:30:07 $ - * $Revision: 1.5 $ + * $Date: 2008/11/30 19:41:08 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibration.h b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibration.h index ea4b2eebe1f9e..96b795416c651 100644 --- a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibration.h +++ b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibration.h @@ -16,7 +16,7 @@ // Original Author: Vincenzo Chiochia // Created: Tue 8 12:31:25 CEST 2007 // Modified: Evan Friis -// $Id: SiPixelGainCalibration.h,v 1.9 2009/02/17 19:03:38 rougny Exp $ +// $Id: SiPixelGainCalibration.h,v 1.8 2009/02/10 17:25:42 rougny Exp $ // // #include diff --git a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationForHLT.h b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationForHLT.h index 85c961661e58d..d1149c3f828e2 100644 --- a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationForHLT.h +++ b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationForHLT.h @@ -16,7 +16,7 @@ // Original Author: Vincenzo Chiochia // Created: Tue 8 12:31:25 CEST 2007 // Modified: Evan Friis -// $Id: SiPixelGainCalibrationForHLT.h,v 1.6 2009/02/17 19:04:02 rougny Exp $ +// $Id: SiPixelGainCalibrationForHLT.h,v 1.5 2009/02/10 17:25:58 rougny Exp $ // // #include diff --git a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationOffline.h b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationOffline.h index 6a4ea6129cc52..11a24dd8c9dd1 100644 --- a/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationOffline.h +++ b/CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationOffline.h @@ -16,7 +16,7 @@ // Original Author: Vincenzo Chiochia // Modified: Evan Friis // Created: Tue 8 12:31:25 CEST 2007 -// $Id: SiPixelGainCalibrationOffline.h,v 1.6 2009/02/17 19:04:13 rougny Exp $ +// $Id: SiPixelGainCalibrationOffline.h,v 1.5 2009/02/10 17:26:50 rougny Exp $ // // #include diff --git a/CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp b/CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp index 4734e00e00eb6..5db2e9413ce7c 100644 --- a/CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp +++ b/CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp @@ -6,7 +6,7 @@ * class description: * * - * Version: $Id: MasterTestCondFormatsSiStripObjects.cpp,v 1.1 2010/05/14 10:53:51 demattia Exp $ + * Version: $Id: MasterTestSiStripObjects.cpp,v 1.1 2010/01/18 12:26:26 demattia Exp $ */ // In case this does not work anymore uncomment the rest diff --git a/CondTools/DT/interface/DTCompactMapWriter.h b/CondTools/DT/interface/DTCompactMapWriter.h index 8fc588cdb02fa..b11d0eeda5d0b 100644 --- a/CondTools/DT/interface/DTCompactMapWriter.h +++ b/CondTools/DT/interface/DTCompactMapWriter.h @@ -5,7 +5,7 @@ * Description: * Class to build readout maps from map templates and lists * - * $Date: 2009/03/26 14:11:03 $ + * $Date: 2009/03/19 12:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/interface/DTDBDataHandle.h b/CondTools/DT/interface/DTDBDataHandle.h index f94ef90c3addb..b4093cf9db904 100644 --- a/CondTools/DT/interface/DTDBDataHandle.h +++ b/CondTools/DT/interface/DTDBDataHandle.h @@ -5,8 +5,8 @@ * Description: Class to convert data types from/to DB types * * - * $Date: 2007/12/07 15:12:16 $ - * $Revision: 1.2 $ + * $Date: 2007/11/24 12:29:51 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTDeadFlagHandler.h b/CondTools/DT/interface/DTDeadFlagHandler.h index a0cc38d312f51..c245cde81969a 100644 --- a/CondTools/DT/interface/DTDeadFlagHandler.h +++ b/CondTools/DT/interface/DTDeadFlagHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:02 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:19 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTExpandMap.h b/CondTools/DT/interface/DTExpandMap.h index 266bd893368d4..69800fbe21c7b 100644 --- a/CondTools/DT/interface/DTExpandMap.h +++ b/CondTools/DT/interface/DTExpandMap.h @@ -5,7 +5,7 @@ * Description: * Class to build full readout map from compact map * - * $Date: 2009/03/26 14:11:03 $ + * $Date: 2009/03/19 12:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/interface/DTHVAbstractCheck.h b/CondTools/DT/interface/DTHVAbstractCheck.h index dbddec1271480..403a91843acd1 100644 --- a/CondTools/DT/interface/DTHVAbstractCheck.h +++ b/CondTools/DT/interface/DTHVAbstractCheck.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/09/14 13:54:04 $ - * $Revision: 1.3 $ + * $Date: 2010/04/02 10:30:58 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTHVHandler.h b/CondTools/DT/interface/DTHVHandler.h index 58b26c6ddd63b..ff25a2cf581f4 100644 --- a/CondTools/DT/interface/DTHVHandler.h +++ b/CondTools/DT/interface/DTHVHandler.h @@ -5,7 +5,7 @@ * Description: * Class to analyze high voltage status * - * $Date: 2009/03/26 14:11:03 $ + * $Date: 2008/11/20 12:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/interface/DTHVStatusHandler.h b/CondTools/DT/interface/DTHVStatusHandler.h index 15dcac4e736f6..3c0d6dd17d6e3 100644 --- a/CondTools/DT/interface/DTHVStatusHandler.h +++ b/CondTools/DT/interface/DTHVStatusHandler.h @@ -5,8 +5,8 @@ * Description: Class to copy HV status via PopCon * * - * $Date: 2010/09/14 13:54:04 $ - * $Revision: 1.7 $ + * $Date: 2010/07/21 16:06:52 $ + * $Revision: 1.6 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTKeyedConfigHandler.h b/CondTools/DT/interface/DTKeyedConfigHandler.h index 05af6423e1ec4..2af4bddf31e35 100644 --- a/CondTools/DT/interface/DTKeyedConfigHandler.h +++ b/CondTools/DT/interface/DTKeyedConfigHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/07/21 16:06:52 $ - * $Revision: 1.3 $ + * $Date: 2010/05/14 11:43:08 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTLVStatusHandler.h b/CondTools/DT/interface/DTLVStatusHandler.h index 56cf6cf3f98ef..fa834eef5d55a 100644 --- a/CondTools/DT/interface/DTLVStatusHandler.h +++ b/CondTools/DT/interface/DTLVStatusHandler.h @@ -5,8 +5,8 @@ * Description: Class to copy CCB DCS-status via PopCon * * - * $Date: 2010/09/14 13:54:04 $ - * $Revision: 1.3 $ + * $Date: 2010/07/21 16:06:53 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTMtimeHandler.h b/CondTools/DT/interface/DTMtimeHandler.h index 5b40635d6af93..dba5559d4d48e 100644 --- a/CondTools/DT/interface/DTMtimeHandler.h +++ b/CondTools/DT/interface/DTMtimeHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:02 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:20 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTPerformanceHandler.h b/CondTools/DT/interface/DTPerformanceHandler.h index 37f0759c89cd1..b2e46f2b36df0 100644 --- a/CondTools/DT/interface/DTPerformanceHandler.h +++ b/CondTools/DT/interface/DTPerformanceHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:02 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:22 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTPosNeg.h b/CondTools/DT/interface/DTPosNeg.h index 7d7bace043ca6..2f11d4ac6765c 100644 --- a/CondTools/DT/interface/DTPosNeg.h +++ b/CondTools/DT/interface/DTPosNeg.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2008/08/15 13:46:46 $ + * $Date: 2008-08-15 12:52:44 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/interface/DTRangeT0Handler.h b/CondTools/DT/interface/DTRangeT0Handler.h index 3c1c42fabea1b..04829474b89e9 100644 --- a/CondTools/DT/interface/DTRangeT0Handler.h +++ b/CondTools/DT/interface/DTRangeT0Handler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:03 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:22 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTReadOutMappingHandler.h b/CondTools/DT/interface/DTReadOutMappingHandler.h index e771ae1ccecdd..459dc99a7473c 100644 --- a/CondTools/DT/interface/DTReadOutMappingHandler.h +++ b/CondTools/DT/interface/DTReadOutMappingHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:03 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:25 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTStatusFlagHandler.h b/CondTools/DT/interface/DTStatusFlagHandler.h index 9f1222318742b..e50c9811baa5c 100644 --- a/CondTools/DT/interface/DTStatusFlagHandler.h +++ b/CondTools/DT/interface/DTStatusFlagHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:03 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:27 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTT0Handler.h b/CondTools/DT/interface/DTT0Handler.h index a6233d14eaab6..41aa1bd2337fe 100644 --- a/CondTools/DT/interface/DTT0Handler.h +++ b/CondTools/DT/interface/DTT0Handler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:03 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:29 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTTPGParametersHandler.h b/CondTools/DT/interface/DTTPGParametersHandler.h index a0610a34b81bd..13b25ca6a4243 100644 --- a/CondTools/DT/interface/DTTPGParametersHandler.h +++ b/CondTools/DT/interface/DTTPGParametersHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2009/02/16 13:21:15 $ - * $Revision: 1.2 $ + * $Date: 2009/01/27 12:07:41 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTTtrigHandler.h b/CondTools/DT/interface/DTTtrigHandler.h index e2d56f4da2af7..bdb0b9887afab 100644 --- a/CondTools/DT/interface/DTTtrigHandler.h +++ b/CondTools/DT/interface/DTTtrigHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/02/15 18:15:03 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:12:32 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/interface/DTUserKeyedConfigHandler.h b/CondTools/DT/interface/DTUserKeyedConfigHandler.h index 09bba7b8f02ba..9cca8d135f35a 100644 --- a/CondTools/DT/interface/DTUserKeyedConfigHandler.h +++ b/CondTools/DT/interface/DTUserKeyedConfigHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/07/21 16:06:53 $ - * $Revision: 1.4 $ + * $Date: 2010/07/21 17:13:43 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.cc b/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.cc index 833e2c09c6175..368a14ee2bb5a 100644 --- a/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.cc +++ b/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/09/14 13:54:22 $ - * $Revision: 1.5 $ + * $Date: 2010/04/15 20:38:42 $ + * $Revision: 1.4 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.h b/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.h index cbd7e5b5eaec6..27582adc1c37b 100644 --- a/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.h +++ b/CondTools/DT/plugins/DTHVCheckByAbsoluteValues.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/09/14 13:54:22 $ - * $Revision: 1.3 $ + * $Date: 2010/04/02 14:10:27 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTHVCheckWithHysteresis.cc b/CondTools/DT/plugins/DTHVCheckWithHysteresis.cc index daaed9c1e9932..5ec49f2b9c9ce 100644 --- a/CondTools/DT/plugins/DTHVCheckWithHysteresis.cc +++ b/CondTools/DT/plugins/DTHVCheckWithHysteresis.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/09/14 14:30:26 $ - * $Revision: 1.2 $ + * $Date: 2010/04/02 14:10:27 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTHVCheckWithHysteresis.h b/CondTools/DT/plugins/DTHVCheckWithHysteresis.h index 2681d12473ccd..df6554a032817 100644 --- a/CondTools/DT/plugins/DTHVCheckWithHysteresis.h +++ b/CondTools/DT/plugins/DTHVCheckWithHysteresis.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/09/14 14:30:26 $ + * $Date: 2010/04/02 14:10:27 $ * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/plugins/DTKeyedConfigDBDump.cc b/CondTools/DT/plugins/DTKeyedConfigDBDump.cc index 8724dbab74e71..7296ba316f376 100644 --- a/CondTools/DT/plugins/DTKeyedConfigDBDump.cc +++ b/CondTools/DT/plugins/DTKeyedConfigDBDump.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/10/25 10:54:52 $ - * $Revision: 1.3 $ + * $Date: 2010/05/14 11:43:08 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTKeyedConfigDBDump.h b/CondTools/DT/plugins/DTKeyedConfigDBDump.h index 233f12af91ddc..76ca0a5c483c7 100644 --- a/CondTools/DT/plugins/DTKeyedConfigDBDump.h +++ b/CondTools/DT/plugins/DTKeyedConfigDBDump.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/05/14 11:43:08 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:07:59 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTKeyedConfigDBInit.cc b/CondTools/DT/plugins/DTKeyedConfigDBInit.cc index f27e50b8041c3..a57cc2de23a1b 100644 --- a/CondTools/DT/plugins/DTKeyedConfigDBInit.cc +++ b/CondTools/DT/plugins/DTKeyedConfigDBInit.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/15 16:04:15 $ - * $Revision: 1.4 $ + * $Date: 2010/06/01 10:34:12 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/plugins/DTKeyedConfigDBInit.h b/CondTools/DT/plugins/DTKeyedConfigDBInit.h index 9425f129f1a11..6443e5e2337cd 100644 --- a/CondTools/DT/plugins/DTKeyedConfigDBInit.h +++ b/CondTools/DT/plugins/DTKeyedConfigDBInit.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2010/05/14 11:43:08 $ - * $Revision: 1.2 $ + * $Date: 2010/03/18 16:07:59 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTCompactMapWriter.cc b/CondTools/DT/src/DTCompactMapWriter.cc index 0b9560dcaf58c..f70480a4a5adf 100644 --- a/CondTools/DT/src/DTCompactMapWriter.cc +++ b/CondTools/DT/src/DTCompactMapWriter.cc @@ -2,8 +2,8 @@ * * See header file for a description of this class. * - * $Date: 2010/03/12 21:42:04 $ - * $Revision: 1.2 $ + * $Date: 2009/03/26 14:11:04 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTDBDataHandle.cc b/CondTools/DT/src/DTDBDataHandle.cc index bcb35b63b56a4..23a1e8a665cdc 100644 --- a/CondTools/DT/src/DTDBDataHandle.cc +++ b/CondTools/DT/src/DTDBDataHandle.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/12/07 15:13:20 $ - * $Revision: 1.2 $ + * $Date: 2007/11/24 12:29:54 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTDeadFlagHandler.cc b/CondTools/DT/src/DTDeadFlagHandler.cc index 164994524266a..1702b8e86d0dc 100644 --- a/CondTools/DT/src/DTDeadFlagHandler.cc +++ b/CondTools/DT/src/DTDeadFlagHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/09/25 12:03:21 $ - * $Revision: 1.4 $ + * $Date: 2009/09/16 11:00:18 $ + * $Revision: 1.3.14.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTExpandMap.cc b/CondTools/DT/src/DTExpandMap.cc index 3e34e4a1d4b8b..6b38169f33c02 100644 --- a/CondTools/DT/src/DTExpandMap.cc +++ b/CondTools/DT/src/DTExpandMap.cc @@ -2,8 +2,8 @@ * * See header file for a description of this class. * - * $Date: 2012/01/29 11:23:50 $ - * $Revision: 1.2 $ + * $Date: 2009/03/26 14:11:04 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTHVAbstractCheck.cc b/CondTools/DT/src/DTHVAbstractCheck.cc index 3c98278011e65..5a76eac94cd02 100644 --- a/CondTools/DT/src/DTHVAbstractCheck.cc +++ b/CondTools/DT/src/DTHVAbstractCheck.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/09/14 13:54:17 $ - * $Revision: 1.2 $ + * $Date: 2010/01/18 18:59:54 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTHVHandler.cc b/CondTools/DT/src/DTHVHandler.cc index c849cb969d4b3..1de0cd309876b 100644 --- a/CondTools/DT/src/DTHVHandler.cc +++ b/CondTools/DT/src/DTHVHandler.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2009/03/26 14:11:04 $ + * $Date: 2008/11/20 12:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/src/DTHVStatusHandler.cc b/CondTools/DT/src/DTHVStatusHandler.cc index e605a74891f98..142a727133fa6 100644 --- a/CondTools/DT/src/DTHVStatusHandler.cc +++ b/CondTools/DT/src/DTHVStatusHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/29 11:23:50 $ - * $Revision: 1.13 $ + * $Date: 2011/01/27 15:36:19 $ + * $Revision: 1.12 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTKeyedConfigHandler.cc b/CondTools/DT/src/DTKeyedConfigHandler.cc index 529a421d157d8..3de7cb0896051 100644 --- a/CondTools/DT/src/DTKeyedConfigHandler.cc +++ b/CondTools/DT/src/DTKeyedConfigHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/15 16:04:16 $ - * $Revision: 1.9 $ + * $Date: 2011/05/18 16:20:14 $ + * $Revision: 1.8 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTLVStatusHandler.cc b/CondTools/DT/src/DTLVStatusHandler.cc index d3d34e1e0ff88..9ccd5f9a2640f 100644 --- a/CondTools/DT/src/DTLVStatusHandler.cc +++ b/CondTools/DT/src/DTLVStatusHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/09/14 13:54:17 $ - * $Revision: 1.5 $ + * $Date: 2010/07/21 16:06:53 $ + * $Revision: 1.4 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTMtimeHandler.cc b/CondTools/DT/src/DTMtimeHandler.cc index 5814d702423ed..8ab17e3fae3df 100644 --- a/CondTools/DT/src/DTMtimeHandler.cc +++ b/CondTools/DT/src/DTMtimeHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/09/29 13:12:46 $ - * $Revision: 1.4 $ + * $Date: 2008/02/15 18:14:42 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTPerformanceHandler.cc b/CondTools/DT/src/DTPerformanceHandler.cc index 0397fe79864d0..58d486e1040bd 100644 --- a/CondTools/DT/src/DTPerformanceHandler.cc +++ b/CondTools/DT/src/DTPerformanceHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/09/29 13:12:46 $ - * $Revision: 1.4 $ + * $Date: 2008/02/15 18:14:45 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTPosNeg.cc b/CondTools/DT/src/DTPosNeg.cc index e2fbe320b58d8..8afb50470175a 100644 --- a/CondTools/DT/src/DTPosNeg.cc +++ b/CondTools/DT/src/DTPosNeg.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/15 10:53:21 $ - * $Revision: 1.2 $ + * $Date: 2008/08/15 13:46:37 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTRangeT0Handler.cc b/CondTools/DT/src/DTRangeT0Handler.cc index 08c0647b20da8..8263a70572c1c 100644 --- a/CondTools/DT/src/DTRangeT0Handler.cc +++ b/CondTools/DT/src/DTRangeT0Handler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/02/15 18:14:46 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:13:47 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTReadOutMappingHandler.cc b/CondTools/DT/src/DTReadOutMappingHandler.cc index dd084efad68ed..8b1275b791347 100644 --- a/CondTools/DT/src/DTReadOutMappingHandler.cc +++ b/CondTools/DT/src/DTReadOutMappingHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/02/15 18:14:48 $ - * $Revision: 1.3 $ + * $Date: 2007/12/07 15:13:50 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTStatusFlagHandler.cc b/CondTools/DT/src/DTStatusFlagHandler.cc index d28ee4222e343..877daf4fe2a80 100644 --- a/CondTools/DT/src/DTStatusFlagHandler.cc +++ b/CondTools/DT/src/DTStatusFlagHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/09/25 12:03:21 $ - * $Revision: 1.4 $ + * $Date: 2009/09/16 11:00:18 $ + * $Revision: 1.3.14.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTT0Handler.cc b/CondTools/DT/src/DTT0Handler.cc index f1b99bde24944..6112bb40f3295 100644 --- a/CondTools/DT/src/DTT0Handler.cc +++ b/CondTools/DT/src/DTT0Handler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/09/29 13:12:46 $ - * $Revision: 1.4 $ + * $Date: 2008/02/15 18:14:49 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTTPGParametersHandler.cc b/CondTools/DT/src/DTTPGParametersHandler.cc index 74a43bbb3a986..e574a16258711 100644 --- a/CondTools/DT/src/DTTPGParametersHandler.cc +++ b/CondTools/DT/src/DTTPGParametersHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/02/16 13:21:15 $ - * $Revision: 1.2 $ + * $Date: 2009/01/27 12:08:40 $ + * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTTtrigHandler.cc b/CondTools/DT/src/DTTtrigHandler.cc index bfba46d35bd52..c7662258547ed 100644 --- a/CondTools/DT/src/DTTtrigHandler.cc +++ b/CondTools/DT/src/DTTtrigHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/11 09:44:54 $ - * $Revision: 1.5 $ + * $Date: 2008/11/19 14:25:07 $ + * $Revision: 1.4.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/src/DTUserKeyedConfigHandler.cc b/CondTools/DT/src/DTUserKeyedConfigHandler.cc index 89a95bc918397..bc3697cc8ec5a 100644 --- a/CondTools/DT/src/DTUserKeyedConfigHandler.cc +++ b/CondTools/DT/src/DTUserKeyedConfigHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/15 16:04:16 $ - * $Revision: 1.8 $ + * $Date: 2010/07/21 16:06:53 $ + * $Revision: 1.7 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTCCBConfigValidateHandler.cc b/CondTools/DT/test/validate/DTCCBConfigValidateHandler.cc index 4b0bb7306de36..a484b979f078d 100644 --- a/CondTools/DT/test/validate/DTCCBConfigValidateHandler.cc +++ b/CondTools/DT/test/validate/DTCCBConfigValidateHandler.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2009/12/22 16:30:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTCCBConfigValidateHandler.h b/CondTools/DT/test/validate/DTCCBConfigValidateHandler.h index c3509e780c599..440159e77ab20 100644 --- a/CondTools/DT/test/validate/DTCCBConfigValidateHandler.h +++ b/CondTools/DT/test/validate/DTCCBConfigValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2009/12/22 16:30:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTDeadFlagValidateHandler.cc b/CondTools/DT/test/validate/DTDeadFlagValidateHandler.cc index 7dc832bc1baf5..b8d6f28f3acee 100644 --- a/CondTools/DT/test/validate/DTDeadFlagValidateHandler.cc +++ b/CondTools/DT/test/validate/DTDeadFlagValidateHandler.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2010/01/08 13:12:53 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTDeadFlagValidateHandler.h b/CondTools/DT/test/validate/DTDeadFlagValidateHandler.h index 41d79ba34240b..37ab825b354c0 100644 --- a/CondTools/DT/test/validate/DTDeadFlagValidateHandler.h +++ b/CondTools/DT/test/validate/DTDeadFlagValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2010/01/08 13:12:53 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTHVStatusValidateHandler.cc b/CondTools/DT/test/validate/DTHVStatusValidateHandler.cc index 03a199a1dd994..29fbc6f596202 100644 --- a/CondTools/DT/test/validate/DTHVStatusValidateHandler.cc +++ b/CondTools/DT/test/validate/DTHVStatusValidateHandler.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2010/01/12 13:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTHVStatusValidateHandler.h b/CondTools/DT/test/validate/DTHVStatusValidateHandler.h index 6a8673814b61b..ae5be1321b67a 100644 --- a/CondTools/DT/test/validate/DTHVStatusValidateHandler.h +++ b/CondTools/DT/test/validate/DTHVStatusValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2010/01/12 13:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTLVStatusValidateHandler.cc b/CondTools/DT/test/validate/DTLVStatusValidateHandler.cc index 1297229d253cc..7ed77a89f9957 100644 --- a/CondTools/DT/test/validate/DTLVStatusValidateHandler.cc +++ b/CondTools/DT/test/validate/DTLVStatusValidateHandler.cc @@ -1,7 +1,7 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 18:20:09 $ + * $Date: 2010/01/18 13:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTLVStatusValidateHandler.h b/CondTools/DT/test/validate/DTLVStatusValidateHandler.h index 3eee61e7a4e12..417311e047eb4 100644 --- a/CondTools/DT/test/validate/DTLVStatusValidateHandler.h +++ b/CondTools/DT/test/validate/DTLVStatusValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 18:20:09 $ + * $Date: 2010/01/18 13:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTMtimeValidateHandler.cc b/CondTools/DT/test/validate/DTMtimeValidateHandler.cc index 2ad5b95ac7fe8..3f3641538d960 100644 --- a/CondTools/DT/test/validate/DTMtimeValidateHandler.cc +++ b/CondTools/DT/test/validate/DTMtimeValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:22 $ - * $Revision: 1.4 $ + * $Date: 2010/01/20 17:29:26 $ + * $Revision: 1.3 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTMtimeValidateHandler.h b/CondTools/DT/test/validate/DTMtimeValidateHandler.h index 2503623af6401..44cb7a92d2ea8 100644 --- a/CondTools/DT/test/validate/DTMtimeValidateHandler.h +++ b/CondTools/DT/test/validate/DTMtimeValidateHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/03/25 16:19:57 $ - * $Revision: 1.1 $ + * $Date: 2008/03/21 15:12:29 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTPerformanceValidateHandler.cc b/CondTools/DT/test/validate/DTPerformanceValidateHandler.cc index 4a3979b2228e4..1e714cea9359c 100644 --- a/CondTools/DT/test/validate/DTPerformanceValidateHandler.cc +++ b/CondTools/DT/test/validate/DTPerformanceValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:22 $ - * $Revision: 1.2 $ + * $Date: 2010/01/20 17:29:26 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTPerformanceValidateHandler.h b/CondTools/DT/test/validate/DTPerformanceValidateHandler.h index 61cc1213d1035..f1b981fceb56f 100644 --- a/CondTools/DT/test/validate/DTPerformanceValidateHandler.h +++ b/CondTools/DT/test/validate/DTPerformanceValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2008/03/25 16:19:57 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTROMapValidateHandler.cc b/CondTools/DT/test/validate/DTROMapValidateHandler.cc index 449dede52e6a0..97a8f7aa00902 100644 --- a/CondTools/DT/test/validate/DTROMapValidateHandler.cc +++ b/CondTools/DT/test/validate/DTROMapValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/03/25 16:19:57 $ - * $Revision: 1.1 $ + * $Date: 008/03/21 15:13:57 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTROMapValidateHandler.h b/CondTools/DT/test/validate/DTROMapValidateHandler.h index 8ee0484ec40d5..a5cc09fd2d8b4 100644 --- a/CondTools/DT/test/validate/DTROMapValidateHandler.h +++ b/CondTools/DT/test/validate/DTROMapValidateHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/03/25 16:19:57 $ - * $Revision: 1.1 $ + * $Date: 2008/03/21 15:12:29 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTRangeT0ValidateHandler.cc b/CondTools/DT/test/validate/DTRangeT0ValidateHandler.cc index a386d9838a918..60fc1766a7cae 100644 --- a/CondTools/DT/test/validate/DTRangeT0ValidateHandler.cc +++ b/CondTools/DT/test/validate/DTRangeT0ValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:22 $ - * $Revision: 1.2 $ + * $Date: 2010/01/20 17:29:26 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTRangeT0ValidateHandler.h b/CondTools/DT/test/validate/DTRangeT0ValidateHandler.h index 4d07930c48896..c21e535a58fe4 100644 --- a/CondTools/DT/test/validate/DTRangeT0ValidateHandler.h +++ b/CondTools/DT/test/validate/DTRangeT0ValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:26 $ + * $Date: 2010/01/12 13:00:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTStatusFlagValidateHandler.cc b/CondTools/DT/test/validate/DTStatusFlagValidateHandler.cc index 9a9052c5fb42e..c6df1218432ca 100644 --- a/CondTools/DT/test/validate/DTStatusFlagValidateHandler.cc +++ b/CondTools/DT/test/validate/DTStatusFlagValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/20 17:29:27 $ - * $Revision: 1.1 $ + * $Date: 2008/09/29 13:12:53 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTStatusFlagValidateHandler.h b/CondTools/DT/test/validate/DTStatusFlagValidateHandler.h index f8df987afda46..c238d8d6521e9 100644 --- a/CondTools/DT/test/validate/DTStatusFlagValidateHandler.h +++ b/CondTools/DT/test/validate/DTStatusFlagValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:27 $ + * $Date: 2008/03/25 16:19:57 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTT0ValidateHandler.cc b/CondTools/DT/test/validate/DTT0ValidateHandler.cc index b5689ccb3146c..5661b346df499 100644 --- a/CondTools/DT/test/validate/DTT0ValidateHandler.cc +++ b/CondTools/DT/test/validate/DTT0ValidateHandler.cc @@ -1,8 +1,8 @@ /* * see file for a description of this class. * - * $Date: 2012/02/18 10:46:37 $ - * $Revision: 1.7 $ + * $Date: 2012/02/07 18:35:00 $ + * $Revision: 1.6.2.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTT0ValidateHandler.h b/CondTools/DT/test/validate/DTT0ValidateHandler.h index 098ca3a84a29d..b5a707846cdaf 100644 --- a/CondTools/DT/test/validate/DTT0ValidateHandler.h +++ b/CondTools/DT/test/validate/DTT0ValidateHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/03/25 16:19:57 $ - * $Revision: 1.1 $ + * $Date: 2008/03/21 15:12:29 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTTPGParametersValidateHandler.cc b/CondTools/DT/test/validate/DTTPGParametersValidateHandler.cc index 6b16e48582c1a..9a1651aee853e 100644 --- a/CondTools/DT/test/validate/DTTPGParametersValidateHandler.cc +++ b/CondTools/DT/test/validate/DTTPGParametersValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:22 $ - * $Revision: 1.2 $ + * $Date: 2010/01/20 17:29:27 $ + * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTTPGParametersValidateHandler.h b/CondTools/DT/test/validate/DTTPGParametersValidateHandler.h index c5ce42bfb4ad7..770120384d300 100644 --- a/CondTools/DT/test/validate/DTTPGParametersValidateHandler.h +++ b/CondTools/DT/test/validate/DTTPGParametersValidateHandler.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2010/01/20 17:29:27 $ + * $Date: 2009/12/22 16:30:00 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/CondTools/DT/test/validate/DTTtrigValidateHandler.cc b/CondTools/DT/test/validate/DTTtrigValidateHandler.cc index de503608d60c3..ed81c4aa469c8 100644 --- a/CondTools/DT/test/validate/DTTtrigValidateHandler.cc +++ b/CondTools/DT/test/validate/DTTtrigValidateHandler.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:22 $ - * $Revision: 1.5 $ + * $Date: 2010/01/20 17:29:27 $ + * $Revision: 1.4 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/DT/test/validate/DTTtrigValidateHandler.h b/CondTools/DT/test/validate/DTTtrigValidateHandler.h index 1c018d0dd2185..029dc2295d553 100644 --- a/CondTools/DT/test/validate/DTTtrigValidateHandler.h +++ b/CondTools/DT/test/validate/DTTtrigValidateHandler.h @@ -5,8 +5,8 @@ * Description: * * - * $Date: 2008/03/25 16:19:57 $ - * $Revision: 1.1 $ + * $Date: 2008/03/21 15:12:29 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/CondTools/Ecal/interface/DOMHelperFunctions.h b/CondTools/Ecal/interface/DOMHelperFunctions.h index 5dbdc4cc71603..eeeb10aabf709 100644 --- a/CondTools/Ecal/interface/DOMHelperFunctions.h +++ b/CondTools/Ecal/interface/DOMHelperFunctions.h @@ -7,7 +7,7 @@ * * \author S. Argiro, F. Rubbo * - * $Id: DOMHelperFunctions.h,v 1.2 2009/10/28 13:34:46 argiro Exp $ + * $Id: DOMHelperFunctions.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ */ #include diff --git a/CondTools/Ecal/interface/ESGainXMLTranslator.h b/CondTools/Ecal/interface/ESGainXMLTranslator.h index 6d1abab70e78c..a849ae45f4af6 100644 --- a/CondTools/Ecal/interface/ESGainXMLTranslator.h +++ b/CondTools/Ecal/interface/ESGainXMLTranslator.h @@ -1,7 +1,7 @@ /** Translates a ESGain record to XML - \version $Id: ESGainXMLTranslator.h,v 1.1 2013/01/16 12:48:07 depasse Exp $ + \version $Id: ESGainXMLTranslator.h,v 1. 2013/01/11 Exp $ \date 11 Jan 2013 */ @@ -15,7 +15,7 @@ static const char CVSId__ESGainXMLTranslator[] = -"$Id: ESGainXMLTranslator.h,v 1.1 2013/01/16 12:48:07 depasse Exp $"; +"$Id: ESGainXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; class ESGain; diff --git a/CondTools/Ecal/interface/EcalADCToGeVXMLTranslator.h b/CondTools/Ecal/interface/EcalADCToGeVXMLTranslator.h index c0722c9943d7a..74d867d18bdeb 100644 --- a/CondTools/Ecal/interface/EcalADCToGeVXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalADCToGeVXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalADCToGeVXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalADCToGeVXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 20 Jun 2008 */ @@ -17,7 +17,7 @@ static const char CVSId__EcalADCToGeVXMLTranslator[] = -"$Id: EcalADCToGeVXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; +"$Id: EcalADCToGeVXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $"; class EcalADCToGeVConstant; diff --git a/CondTools/Ecal/interface/EcalAlignmentXMLTranslator.h b/CondTools/Ecal/interface/EcalAlignmentXMLTranslator.h index a258938b35896..e68efcf33142a 100644 --- a/CondTools/Ecal/interface/EcalAlignmentXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalAlignmentXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Jean Fay - \version $Id: EcalAlignmentXMLTranslator.h,v 1.2 2011/03/24 08:39:02 gowdy Exp $ + \version $Id: EcalAlignmentXMLTranslator.h,v 1.1 2010/10/15 17:13:36 fay Exp $ \date 14 Sept 2010 */ @@ -16,7 +16,7 @@ #include static const char CVSId__EcalAlignmentXMLTranslator[] = -"$Id: EcalAlignmentXMLTranslator.h,v 1.2 2011/03/24 08:39:02 gowdy Exp $"; +"$Id: EcalAlignmentXMLTranslator.h,v 1.1 2010/10/15 17:13:36 fay Exp $"; class AlignTransform; diff --git a/CondTools/Ecal/interface/EcalChannelStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalChannelStatusXMLTranslator.h index 59a9d149dc349..7c49e7d8b0f3c 100644 --- a/CondTools/Ecal/interface/EcalChannelStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalChannelStatusXMLTranslator.h @@ -2,7 +2,7 @@ Translates a EcalChannelStatus record to XML and vice versa \author Francesco RUBBO - \version $Id: EcalChannelStatusXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalChannelStatusXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 29 Jul 2008 */ @@ -17,7 +17,7 @@ #include static const char CVSId__EcalChannelStatusXMLTranslator[] = -"$Id: EcalChannelStatusXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; +"$Id: EcalChannelStatusXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $"; diff --git a/CondTools/Ecal/interface/EcalClusterCrackCorrXMLTranslator.h b/CondTools/Ecal/interface/EcalClusterCrackCorrXMLTranslator.h index 0c2710160cf39..647976a539a60 100644 --- a/CondTools/Ecal/interface/EcalClusterCrackCorrXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalClusterCrackCorrXMLTranslator.h @@ -2,7 +2,7 @@ Translates a EcalFloatClusterCrackCorr record to XML and vice versa \author - \version $Id: EcalClusterCrackCorrXMLTranslator.h,v 1.1 2011/11/10 17:50:54 fay Exp $ + \version $Id: EcalClusterCrackCorrXMLTranslator.h,v 1.0 $ \date October 2011 */ diff --git a/CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h b/CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h index af22c81eb4286..67b5e31d4efb9 100644 --- a/CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author - \version $Id: EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h,v 1.1 2011/11/10 17:52:22 fay Exp $ + \version $Id: EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h,v 1.0 $ \date November 2011 */ diff --git a/CondTools/Ecal/interface/EcalClusterEnergyCorrectionXMLTranslator.h b/CondTools/Ecal/interface/EcalClusterEnergyCorrectionXMLTranslator.h index 69c20e600a05d..93cd20f418183 100644 --- a/CondTools/Ecal/interface/EcalClusterEnergyCorrectionXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalClusterEnergyCorrectionXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author - \version $Id: EcalClusterEnergyCorrectionXMLTranslator.h,v 1.1 2011/11/10 17:53:11 fay Exp $ + \version $Id: EcalClusterEnergyCorrectionXMLTranslator.h,v 1.0 $ \date October 2011 */ diff --git a/CondTools/Ecal/interface/EcalClusterLocalContCorrXMLTranslator.h b/CondTools/Ecal/interface/EcalClusterLocalContCorrXMLTranslator.h index d5ecdc7b3b5e6..1b250428c2b89 100644 --- a/CondTools/Ecal/interface/EcalClusterLocalContCorrXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalClusterLocalContCorrXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author - \version $Id: EcalClusterLocalContCorrXMLTranslator.h,v 1.1 2011/11/10 17:54:20 fay Exp $ + \version $Id: EcalClusterLocalContCorrXMLTranslator.h,v 1.0 $ \date October 2011 */ diff --git a/CondTools/Ecal/interface/EcalCondHeader.h b/CondTools/Ecal/interface/EcalCondHeader.h index c5bcdc509abc0..d08f567a51c98 100644 --- a/CondTools/Ecal/interface/EcalCondHeader.h +++ b/CondTools/Ecal/interface/EcalCondHeader.h @@ -8,7 +8,7 @@ * \author S. Argiro * \todo Strong types instead of strings * - * $Id: EcalCondHeader.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ + * $Id: EcalCondHeader.h,v 1.2 2008/10/22 08:41:31 argiro Exp $ */ #include "CondCore/DBCommon/interface/Time.h" diff --git a/CondTools/Ecal/interface/EcalDAQTowerStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalDAQTowerStatusXMLTranslator.h index 13ab3018d15d6..be4b8705fdf14 100644 --- a/CondTools/Ecal/interface/EcalDAQTowerStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalDAQTowerStatusXMLTranslator.h @@ -1,7 +1,7 @@ /** Translates a EcalGainRatio record to XML and vice versa \author Francesco RUBBO - \version $Id: EcalDAQTowerStatusXMLTranslator.h,v 1.1 2010/07/29 16:43:48 fay Exp $ + \version $Id: EcalDAQTowerStatusXMLTranslator.h,v 0 2010/05/31 fay Exp $ \date 26 Apr 2010 */ @@ -16,7 +16,7 @@ #include static const char CVSId__EcalDAQTowerStatusXMLTranslator[] = -"$Id: EcalDAQTowerStatusXMLTranslator.h,v 1.1 2010/07/29 16:43:48 fay Exp $"; +"$Id: EcalDAQTowerStatusXMLTranslator.h,v 0 2010/05/31 fay Exp $"; //class EcalDAQTowerStatus; diff --git a/CondTools/Ecal/interface/EcalDCSTowerStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalDCSTowerStatusXMLTranslator.h index 51dfb941dd5af..ff984d8f9b934 100644 --- a/CondTools/Ecal/interface/EcalDCSTowerStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalDCSTowerStatusXMLTranslator.h @@ -1,7 +1,7 @@ /** Translates a EcalGainRatio record to XML and vice versa \author Francesco RUBBO - \version $Id: EcalDCSTowerStatusXMLTranslator.h,v 1.1 2010/07/29 16:44:59 fay Exp $ + \version $Id: EcalDCSTowerStatusXMLTranslator.h,v 0 2010/06/3 fay Exp $ \date 3 Jun 2010 */ @@ -16,7 +16,7 @@ #include static const char CVSId__EcalDCSTowerStatusXMLTranslator[] = -"$Id: EcalDCSTowerStatusXMLTranslator.h,v 1.1 2010/07/29 16:44:59 fay Exp $"; +"$Id: EcalDCSTowerStatusXMLTranslator.h,v 0 2010/05/31 fay Exp $"; //class EcalDCSTowerStatus; diff --git a/CondTools/Ecal/interface/EcalFloatCondObjectContainerHandler.h b/CondTools/Ecal/interface/EcalFloatCondObjectContainerHandler.h index e477eec4f50f3..56a5f45dacdf1 100644 --- a/CondTools/Ecal/interface/EcalFloatCondObjectContainerHandler.h +++ b/CondTools/Ecal/interface/EcalFloatCondObjectContainerHandler.h @@ -3,7 +3,7 @@ Declaration of class FloatCondObjectContainerHandler \author Stefano ARGIRO - \version $Id: EcalFloatCondObjectContainerHandler.h,v 1.2 2009/11/09 21:00:40 wmtan Exp $ + \version $Id: EcalFloatCondObjectContainerHandler.h,v 1.1 2009/06/30 14:40:11 argiro Exp $ \date 09 Sep 2008 */ @@ -18,7 +18,7 @@ #include static const char CVSId_CondToolsEcal_EcalFloatCondObjectContainerHandler[] = -"$Id: EcalFloatCondObjectContainerHandler.h,v 1.2 2009/11/09 21:00:40 wmtan Exp $"; +"$Id: EcalFloatCondObjectContainerHandler.h,v 1.1 2009/06/30 14:40:11 argiro Exp $"; /** \class EcalFloatCondObjectContainerHandler EcalFloatCondObjectContainerHandler.h "/EcalFloatCondObjectContainerHandler.h" diff --git a/CondTools/Ecal/interface/EcalFloatCondObjectContainerXMLTranslator.h b/CondTools/Ecal/interface/EcalFloatCondObjectContainerXMLTranslator.h index d108a191d7260..9b58cdc65eda5 100644 --- a/CondTools/Ecal/interface/EcalFloatCondObjectContainerXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalFloatCondObjectContainerXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalFloatCondObjectContainerXMLTranslator.h,v 1.4 2011/05/04 12:38:10 argiro Exp $ + \version $Id: EcalFloatCondObjectContainerXMLTranslator.h,v 1.3 2009/07/09 22:56:14 argiro Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalGainRatiosXMLTranslator.h b/CondTools/Ecal/interface/EcalGainRatiosXMLTranslator.h index 240cbdc00a37a..28e9b7500c52b 100644 --- a/CondTools/Ecal/interface/EcalGainRatiosXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalGainRatiosXMLTranslator.h @@ -2,7 +2,7 @@ Translates a EcalGainRatio record to XML and vice versa \author Francesco RUBBO - \version $Id: EcalGainRatiosXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalGainRatiosXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 29 Jul 2008 */ @@ -17,7 +17,7 @@ #include static const char CVSId__EcalGainRatiosXMLTranslator[] = -"$Id: EcalGainRatiosXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; +"$Id: EcalGainRatiosXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $"; //class EcalGainRatios; diff --git a/CondTools/Ecal/interface/EcalIntercalibConstantsHandler.h b/CondTools/Ecal/interface/EcalIntercalibConstantsHandler.h index cf2d570e0b105..062fd8546863b 100644 --- a/CondTools/Ecal/interface/EcalIntercalibConstantsHandler.h +++ b/CondTools/Ecal/interface/EcalIntercalibConstantsHandler.h @@ -3,7 +3,7 @@ Declaration of class IntercalibConstantsHandler \author Stefano ARGIRO - \version $Id: EcalIntercalibConstantsHandler.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalIntercalibConstantsHandler.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 09 Sep 2008 */ diff --git a/CondTools/Ecal/interface/EcalIntercalibConstantsMCHandler.h b/CondTools/Ecal/interface/EcalIntercalibConstantsMCHandler.h index f56e8c1102456..f92ede7ae1f35 100644 --- a/CondTools/Ecal/interface/EcalIntercalibConstantsMCHandler.h +++ b/CondTools/Ecal/interface/EcalIntercalibConstantsMCHandler.h @@ -3,7 +3,7 @@ Declaration of class InterlcalibConstantsMCHandler \author Stefano ARGIRO - \version $Id: EcalIntercalibConstantsMCHandler.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalIntercalibConstantsMCHandler.h,v 1.1 2009/04/08 15:20:25 argiro Exp $ \date 09 Sep 2008 */ diff --git a/CondTools/Ecal/interface/EcalIntercalibConstantsMCXMLTranslator.h b/CondTools/Ecal/interface/EcalIntercalibConstantsMCXMLTranslator.h index b62c7170d396c..43552e58472ea 100644 --- a/CondTools/Ecal/interface/EcalIntercalibConstantsMCXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalIntercalibConstantsMCXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalIntercalibConstantsMCXMLTranslator.h,v 1.1 2013/03/07 15:12:11 fra Exp $ + \version $Id: EcalIntercalibConstantsMCXMLTranslator.h,v 1.3 2009/06/30 16:15:16 argiro Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalIntercalibConstantsXMLTranslator.h b/CondTools/Ecal/interface/EcalIntercalibConstantsXMLTranslator.h index 945ac9240244d..2b46dbc7742ef 100644 --- a/CondTools/Ecal/interface/EcalIntercalibConstantsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalIntercalibConstantsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalIntercalibConstantsXMLTranslator.h,v 1.3 2009/06/30 16:15:16 argiro Exp $ + \version $Id: EcalIntercalibConstantsXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalIntercalibErrorsHandler.h b/CondTools/Ecal/interface/EcalIntercalibErrorsHandler.h index 0478b8a7425a3..f881eb7356ebf 100644 --- a/CondTools/Ecal/interface/EcalIntercalibErrorsHandler.h +++ b/CondTools/Ecal/interface/EcalIntercalibErrorsHandler.h @@ -3,7 +3,7 @@ Declaration of class IntercalibErrorsHandler \author Stefano ARGIRO - \version $Id: EcalIntercalibErrorsHandler.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalIntercalibErrorsHandler.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 09 Sep 2008 */ diff --git a/CondTools/Ecal/interface/EcalIntercalibErrorsXMLTranslator.h b/CondTools/Ecal/interface/EcalIntercalibErrorsXMLTranslator.h index a840ecf05ee36..da671254c4bd3 100644 --- a/CondTools/Ecal/interface/EcalIntercalibErrorsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalIntercalibErrorsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalIntercalibErrorsXMLTranslator.h,v 1.2 2009/07/01 08:26:02 argiro Exp $ + \version $Id: EcalIntercalibErrorsXMLTranslator.h,v 1.3 2009/06/30 16:15:16 argiro Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalLaserAPDPNRatiosXMLTranslator.h b/CondTools/Ecal/interface/EcalLaserAPDPNRatiosXMLTranslator.h index 581678db4986b..cb651b69a67a9 100644 --- a/CondTools/Ecal/interface/EcalLaserAPDPNRatiosXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalLaserAPDPNRatiosXMLTranslator.h @@ -2,7 +2,7 @@ Translates a EcalLaserAPDPNRatios record to XML and vice versa \author Stefano Argiro' - \version $Id: EcalLaserAPDPNRatiosXMLTranslator.h,v 1.2 2012/05/12 15:33:28 fay Exp $ + \version $Id: EcalLaserAPDPNRatiosXMLTranslator.h,v 1.1 2009/10/20 13:48:05 argiro Exp $ \date 29 Jul 2008 */ @@ -23,7 +23,7 @@ #include static const char CVSId__EcalLaserAPDPNRatiosXMLTranslator[] = -"$Id: EcalLaserAPDPNRatiosXMLTranslator.h,v 1.2 2012/05/12 15:33:28 fay Exp $"; +"$Id: EcalLaserAPDPNRatiosXMLTranslator.h,v 1.1 2009/10/20 13:48:05 argiro Exp $"; diff --git a/CondTools/Ecal/interface/EcalLinearCorrectionsXMLTranslator.h b/CondTools/Ecal/interface/EcalLinearCorrectionsXMLTranslator.h index cbedcae0224e3..5c29b4ad76385 100644 --- a/CondTools/Ecal/interface/EcalLinearCorrectionsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalLinearCorrectionsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalLinearCorrectionsXMLTranslator.h,v 1.2 2013/03/07 15:10:37 fra Exp $ + \version $Id: EcalLinearCorrectionsXMLTranslator.h,v 1.1 2012/11/21 17:01:39 fra Exp $ \date 20 Jun 2008 */ #ifndef __EcalLinearCorrectionsXMLTranslator_h_ @@ -23,7 +23,7 @@ #include static const char CVSId__EcalLinearCorrectionsXMLTranslator[] = -"$Id: EcalLinearCorrectionsXMLTranslator.h,v 1.2 2013/03/07 15:10:37 fra Exp $"; +"$Id: EcalLinearCorrectionsXMLTranslator.h,v 1.2 2012/05/12 15:33:28 fra Exp $"; class EcalLinearCorrectionsXMLTranslator { diff --git a/CondTools/Ecal/interface/EcalPedestalsXMLTranslator.h b/CondTools/Ecal/interface/EcalPedestalsXMLTranslator.h index a9f07547b7adf..790154fcae107 100644 --- a/CondTools/Ecal/interface/EcalPedestalsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalPedestalsXMLTranslator.h @@ -1,7 +1,7 @@ /** Translates a EcalGainRatio record to XML and vice versa \author Francesco RUBBO - \version $Id: EcalPedestalsXMLTranslator.h,v 1.1 2010/05/20 09:42:39 fay Exp $ + \version $Id: EcalPedestalsXMLTranslator.h,v 0 2010/04/26 fay Exp $ \date 26 Apr 2010 */ @@ -16,7 +16,7 @@ #include static const char CVSId__EcalPedestalsXMLTranslator[] = -"$Id: EcalPedestalsXMLTranslator.h,v 1.1 2010/05/20 09:42:39 fay Exp $"; +"$Id: EcalPedestalsXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; //class EcalPedestals; diff --git a/CondTools/Ecal/interface/EcalTBWeightsXMLTranslator.h b/CondTools/Ecal/interface/EcalTBWeightsXMLTranslator.h index 33d4e96440f2e..9dd6b23de7ab1 100644 --- a/CondTools/Ecal/interface/EcalTBWeightsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTBWeightsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalTBWeightsXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalTBWeightsXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 21 Aug 2008 */ diff --git a/CondTools/Ecal/interface/EcalTPGCrystalStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalTPGCrystalStatusXMLTranslator.h index 6edcf719501c8..d37b9de1624e3 100644 --- a/CondTools/Ecal/interface/EcalTPGCrystalStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTPGCrystalStatusXMLTranslator.h @@ -1,6 +1,6 @@ /** Translates a Ecal record to XML and vice versa - \version $Id: EcalTPGCrystalStatusXMLTranslator.h,v 1.1 2011/06/22 12:49:18 fay Exp $ + \version $Id: EcalDAQCrystalStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp $ \date 4 Apr 2011 */ @@ -15,7 +15,7 @@ #include static const char CVSId__EcalTPGCrystalStatusXMLTranslator[] = -"$Id: EcalTPGCrystalStatusXMLTranslator.h,v 1.1 2011/06/22 12:49:18 fay Exp $"; +"$Id: EcalTPGCrystalStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp $"; //class EcalTPGCrystalStatus; diff --git a/CondTools/Ecal/interface/EcalTPGLinearizationConstXMLTranslator.h b/CondTools/Ecal/interface/EcalTPGLinearizationConstXMLTranslator.h index 245a0d6438fff..fba8377da22d0 100644 --- a/CondTools/Ecal/interface/EcalTPGLinearizationConstXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTPGLinearizationConstXMLTranslator.h @@ -1,6 +1,6 @@ /** Translates a EcalTPGLinearizationConst record to XML - \version $Id: EcalTPGLinearizationConstXMLTranslator.h,v 1.1 2012/07/11 17:17:38 fay Exp $ + \version $Id: EcalTPGLinearizationConstXMLTranslator.h,v 1.0 2012/05/01 13:48:05 Exp $ \date 01 May 2012 */ @@ -21,7 +21,7 @@ #include static const char CVSId__EcalTPGLinearizationConstXMLTranslator[] = -"$Id: EcalTPGLinearizationConstXMLTranslator.h,v 1.1 2012/07/11 17:17:38 fay Exp $"; +"$Id: EcalTPGLinearizationConstXMLTranslator.h,v 1.1 2009/10/20 13:48:05 argiro Exp $"; diff --git a/CondTools/Ecal/interface/EcalTPGStripStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalTPGStripStatusXMLTranslator.h index fc11122b8dcd3..5c080c52a933a 100644 --- a/CondTools/Ecal/interface/EcalTPGStripStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTPGStripStatusXMLTranslator.h @@ -1,6 +1,6 @@ /** Translates a Ecal record to XML - \version $Id: EcalTPGStripStatusXMLTranslator.h,v 1.1 2011/06/22 12:52:05 fay Exp $ + \version $Id: EcalDAQStripStatusXMLTranslator.h,v 1.1 2011/06/14 fay Exp $ \date 14 Jun 2011 */ @@ -15,7 +15,7 @@ #include static const char CVSId__EcalTPGStripStatusXMLTranslator[] = -"$Id: EcalTPGStripStatusXMLTranslator.h,v 1.1 2011/06/22 12:52:05 fay Exp $"; +"$Id: EcalTPGStripStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp $"; //class EcalTPGStripStatus; diff --git a/CondTools/Ecal/interface/EcalTPGTowerStatusXMLTranslator.h b/CondTools/Ecal/interface/EcalTPGTowerStatusXMLTranslator.h index c351803a3458b..f227d9593b134 100644 --- a/CondTools/Ecal/interface/EcalTPGTowerStatusXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTPGTowerStatusXMLTranslator.h @@ -1,6 +1,6 @@ /** Translates a Ecal record to XML and vice versa - \version $Id: EcalTPGTowerStatusXMLTranslator.h,v 1.1 2011/06/22 12:52:52 fay Exp $ + \version $Id: EcalDAQTowerStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp $ \date 4 Apr 2011 */ @@ -15,7 +15,7 @@ #include static const char CVSId__EcalTPGTowerStatusXMLTranslator[] = -"$Id: EcalTPGTowerStatusXMLTranslator.h,v 1.1 2011/06/22 12:52:52 fay Exp $"; +"$Id: EcalTPGTowerStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp $"; //class EcalTPGTowerStatus; diff --git a/CondTools/Ecal/interface/EcalTimeCalibConstantsHandler.h b/CondTools/Ecal/interface/EcalTimeCalibConstantsHandler.h index fc2f9df6c9c7a..f48c154857f93 100644 --- a/CondTools/Ecal/interface/EcalTimeCalibConstantsHandler.h +++ b/CondTools/Ecal/interface/EcalTimeCalibConstantsHandler.h @@ -3,7 +3,7 @@ Declaration of class EcalTimeCalibConstantsHandler \author Seth COOPER - \version $Id: EcalTimeCalibConstantsHandler.h,v 1.1 2010/01/19 10:31:56 scooper Exp $ + \version $Id: EcalTimeCalibConstantsHandler.h,v 1.1 2009/10/26 14:14:11 scooper Exp $ \date 09 Sep 2008 */ diff --git a/CondTools/Ecal/interface/EcalTimeCalibConstantsXMLTranslator.h b/CondTools/Ecal/interface/EcalTimeCalibConstantsXMLTranslator.h index 9c2d0f4160d5c..945623f0d7c1c 100644 --- a/CondTools/Ecal/interface/EcalTimeCalibConstantsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTimeCalibConstantsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Seth COOPER - \version $Id: EcalTimeCalibConstantsXMLTranslator.h,v 1.1 2010/01/19 10:31:57 scooper Exp $ + \version $Id: EcalTimeCalibConstantsXMLTranslator.h,v 1.1 2009/10/26 16:15:16 scooper Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalTimeCalibErrorsHandler.h b/CondTools/Ecal/interface/EcalTimeCalibErrorsHandler.h index 001407476110a..b6b829e068020 100644 --- a/CondTools/Ecal/interface/EcalTimeCalibErrorsHandler.h +++ b/CondTools/Ecal/interface/EcalTimeCalibErrorsHandler.h @@ -3,7 +3,7 @@ Declaration of class EcalTimeCalibErrorsHandler \author Seth COOPER - \version $Id: EcalTimeCalibErrorsHandler.h,v 1.1 2010/01/19 10:31:57 scooper Exp $ + \version $Id: EcalTimeCalibErrorsHandler.h,v 1.1 2009/10/26 14:14:11 scooper Exp $ \date 09 Sep 2008 */ diff --git a/CondTools/Ecal/interface/EcalTimeCalibErrorsXMLTranslator.h b/CondTools/Ecal/interface/EcalTimeCalibErrorsXMLTranslator.h index f0e9009110e3f..241363a884e78 100644 --- a/CondTools/Ecal/interface/EcalTimeCalibErrorsXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTimeCalibErrorsXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Seth COOPER - \version $Id: EcalTimeCalibErrorsXMLTranslator.h,v 1.1 2010/01/19 10:31:57 scooper Exp $ + \version $Id: EcalTimeCalibErrorsXMLTranslator.h,v 1.1 2009/10/26 16:15:16 scooper Exp $ \date 20 Jun 2008 */ diff --git a/CondTools/Ecal/interface/EcalTimeOffsetXMLTranslator.h b/CondTools/Ecal/interface/EcalTimeOffsetXMLTranslator.h index 99d731a2f0781..d575fb17c5172 100644 --- a/CondTools/Ecal/interface/EcalTimeOffsetXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalTimeOffsetXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Seth Cooper, University of Minnesota - \version $Id: EcalTimeOffsetXMLTranslator.h,v 1.1 2011/03/22 16:13:04 argiro Exp $ + \version $Id: $ \date 21 Mar 2011 */ @@ -17,7 +17,7 @@ static const char CVSId__EcalTimeOffsetXMLTranslator[] = -"$Id: EcalTimeOffsetXMLTranslator.h,v 1.1 2011/03/22 16:13:04 argiro Exp $"; +"$Id: $"; class EcalTimeOffsetConstant; diff --git a/CondTools/Ecal/interface/EcalWeightGroupXMLTranslator.h b/CondTools/Ecal/interface/EcalWeightGroupXMLTranslator.h index 405adccc38594..f9451e1156680 100644 --- a/CondTools/Ecal/interface/EcalWeightGroupXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalWeightGroupXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalWeightGroupXMLTranslator.h,v 1.3 2009/06/30 16:15:16 argiro Exp $ + \version $Id: EcalWeightGroupXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ \date 20 Jun 2008 */ @@ -19,7 +19,7 @@ static const char CVSId__EcalWeightGroupXMLTranslator[] = -"$Id: EcalWeightGroupXMLTranslator.h,v 1.3 2009/06/30 16:15:16 argiro Exp $"; +"$Id: EcalWeightGroupXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; diff --git a/CondTools/Ecal/interface/EcalWeightSetXMLTranslator.h b/CondTools/Ecal/interface/EcalWeightSetXMLTranslator.h index 3e4524ced99a3..04626e89fdffe 100644 --- a/CondTools/Ecal/interface/EcalWeightSetXMLTranslator.h +++ b/CondTools/Ecal/interface/EcalWeightSetXMLTranslator.h @@ -3,7 +3,7 @@ and vice versa \author Stefano ARGIRO - \version $Id: EcalWeightSetXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $ + \version $Id: EcalWeightSetXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ \date 20 Jun 2008 */ @@ -20,7 +20,7 @@ static const char CVSId__EcalWeightSetXMLTranslator[] = -"$Id: EcalWeightSetXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $"; +"$Id: EcalWeightSetXMLTranslator.h,v 1.1 2008/11/14 15:46:05 argiro Exp $"; diff --git a/CondTools/Ecal/interface/XercesString.h b/CondTools/Ecal/interface/XercesString.h index 89b8e9dadde1c..7c52543296138 100644 --- a/CondTools/Ecal/interface/XercesString.h +++ b/CondTools/Ecal/interface/XercesString.h @@ -18,7 +18,7 @@ XMLCh * aCh = fromNative(std::string str).c_str(); \author Stefano Argiro' (seen somehwere on the internet) - $Id: XercesString.h,v 1.1 2008/11/14 15:46:05 argiro Exp $ + $Id: XercesString.h,v 1.4 2008/11/05 15:17:40 argiro Exp $ */ diff --git a/CondTools/Ecal/plugins/EcalFloatCondObjectContainerHandler.cc b/CondTools/Ecal/plugins/EcalFloatCondObjectContainerHandler.cc index 923186e25e79c..c93d24949bcca 100644 --- a/CondTools/Ecal/plugins/EcalFloatCondObjectContainerHandler.cc +++ b/CondTools/Ecal/plugins/EcalFloatCondObjectContainerHandler.cc @@ -3,11 +3,11 @@ Implementation of class EcalFloatCondObjectContainerHandler \author Stefano ARGIRO - \version $Id: EcalFloatCondObjectContainerHandler.cc,v 1.2 2009/11/06 11:32:53 fra Exp $ + \version $Id: EcalFloatCondObjectContainerHandler.cc,v 1.1 2009/06/30 14:40:11 argiro Exp $ \date 09 Sep 2008 */ -static const char CVSId[] = "$Id: EcalFloatCondObjectContainerHandler.cc,v 1.2 2009/11/06 11:32:53 fra Exp $"; +static const char CVSId[] = "$Id: EcalFloatCondObjectContainerHandler.cc,v 1.1 2009/06/30 14:40:11 argiro Exp $"; #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "CondCore/DBCommon/interface/Time.h" diff --git a/CondTools/Ecal/plugins/EcalMappingElectronicsAnalyzer.cc b/CondTools/Ecal/plugins/EcalMappingElectronicsAnalyzer.cc index 574afa4a6c1da..cb014bd9a8080 100644 --- a/CondTools/Ecal/plugins/EcalMappingElectronicsAnalyzer.cc +++ b/CondTools/Ecal/plugins/EcalMappingElectronicsAnalyzer.cc @@ -1,7 +1,7 @@ /** Declaration of the analyzer class for EcalMappingElectronics \author Stefano Argiro - $Id: EcalMappingElectronicsAnalyzer.cc,v 1.1 2009/01/12 19:52:26 meridian Exp $ + $Id: EcalMappingElectronicsAnalyzer.cc,v 1.1 2008/11/14 15:46:04 argiro Exp $ */ #include "CondCore/PopCon/interface/PopConAnalyzer.h" diff --git a/CondTools/Ecal/python/EcalCondTools.py b/CondTools/Ecal/python/EcalCondTools.py index 1d31297edfcd0..2e16c3a303667 100644 --- a/CondTools/Ecal/python/EcalCondTools.py +++ b/CondTools/Ecal/python/EcalCondTools.py @@ -1,7 +1,7 @@ # # Misc functions to manipulate Ecal records # author: Stefano Argiro -# id: $Id: EcalCondTools.py,v 1.13 2011/10/10 09:02:27 fay Exp $ +# id: $Id: EcalCondTools.py,v 1.12 2009/11/03 17:40:07 yma Exp $ # # # WARNING: we assume that the list of iovs for a given tag diff --git a/CondTools/Ecal/python/EcalPyUtils.py b/CondTools/Ecal/python/EcalPyUtils.py index eec9d55ff1909..878cc5318c1cf 100644 --- a/CondTools/Ecal/python/EcalPyUtils.py +++ b/CondTools/Ecal/python/EcalPyUtils.py @@ -1,7 +1,7 @@ # # Define Ecal convenience functions # author Stefano Argiro -# version $Id: EcalPyUtils.py,v 1.1 2009/07/09 22:56:14 argiro Exp $ +# version $Id$ # from pluginEcalPyUtils import * diff --git a/CondTools/Ecal/scripts/loadConditions.py b/CondTools/Ecal/scripts/loadConditions.py index 0d2a177586d95..98629afe50895 100644 --- a/CondTools/Ecal/scripts/loadConditions.py +++ b/CondTools/Ecal/scripts/loadConditions.py @@ -1,4 +1,4 @@ -# $Id: loadConditions.py,v 1.5 2009/05/13 13:48:05 argiro Exp $ +# $Id: loadConditions.py,v 1.4 2008/12/19 11:02:21 argiro Exp $ # # Author: Stefano Argiro' # diff --git a/CondTools/Ecal/src/DOMHelperFunctions.cc b/CondTools/Ecal/src/DOMHelperFunctions.cc index 5dd860ed4765f..674bab2597cb9 100644 --- a/CondTools/Ecal/src/DOMHelperFunctions.cc +++ b/CondTools/Ecal/src/DOMHelperFunctions.cc @@ -1,7 +1,7 @@ /** * \file Implementation of helper functions * - * $Id: DOMHelperFunctions.cc,v 1.6 2011/01/21 12:48:59 fwyzard Exp $ + * $Id: DOMHelperFunctions.cc,v 1.5 2010/12/16 08:54:06 fay Exp $ */ diff --git a/CondTools/Ecal/src/EcalGetLaserData.cc b/CondTools/Ecal/src/EcalGetLaserData.cc index a0c2b62b8d5ee..69b613ece8a68 100644 --- a/CondTools/Ecal/src/EcalGetLaserData.cc +++ b/CondTools/Ecal/src/EcalGetLaserData.cc @@ -11,7 +11,7 @@ // // Original Author: Vladlen Timciuc // Created: Wed Jul 4 13:55:56 CEST 2007 -// $Id: EcalGetLaserData.cc,v 1.6 2010/10/18 22:04:26 wmtan Exp $ +// $Id: EcalGetLaserData.cc,v 1.5 2009/12/21 14:22:03 ebecheva Exp $ // // diff --git a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights.py b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights.py index d68cd39f23fd8..75ba3d094a3d3 100644 --- a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights.py +++ b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights.py @@ -7,7 +7,7 @@ # # sed 's/EcalTBWeights/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalTBWeights.py,v 1.1 2010/04/16 08:28:19 depasse Exp $ +# Stefano Argiro', $Id: testEcalTBWeights.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_BeamCommi09_1.py b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_BeamCommi09_1.py index e08e3b11481b0..8d3a3e85b3552 100644 --- a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_BeamCommi09_1.py +++ b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_BeamCommi09_1.py @@ -7,7 +7,7 @@ # # sed 's/EcalTBWeights/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalTBWeights_BeamCommi09_1.py,v 1.1 2010/04/15 12:39:41 depasse Exp $ +# Stefano Argiro', $Id: testEcalTBWeights.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_hlt.py b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_hlt.py index 1b25c32df3db2..d094d49f3b91d 100644 --- a/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_hlt.py +++ b/CondTools/Ecal/test/WEIGHTS/testEcalTBWeights_hlt.py @@ -7,7 +7,7 @@ # # sed 's/EcalTBWeights/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalTBWeights_hlt.py,v 1.1 2010/04/15 12:38:23 depasse Exp $ +# Stefano Argiro', $Id: testEcalTBWeights.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/channelstatus/testEcalChannelStatus.py b/CondTools/Ecal/test/channelstatus/testEcalChannelStatus.py index 4357c727cdb15..ba87cd764f9ed 100644 --- a/CondTools/Ecal/test/channelstatus/testEcalChannelStatus.py +++ b/CondTools/Ecal/test/channelstatus/testEcalChannelStatus.py @@ -7,7 +7,7 @@ # # sed 's/EcalChannelStatus/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalChannelStatus.py,v 1.1 2010/04/16 08:08:40 depasse Exp $ +# Stefano Argiro', $Id: testEcalChannelStatus.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/energycalib/testEcalADCToGeVConstant.py b/CondTools/Ecal/test/energycalib/testEcalADCToGeVConstant.py index 8e0e8788c7d4c..134b5504df3fa 100644 --- a/CondTools/Ecal/test/energycalib/testEcalADCToGeVConstant.py +++ b/CondTools/Ecal/test/energycalib/testEcalADCToGeVConstant.py @@ -18,7 +18,7 @@ # sed 's/EcalADCToGeVConstant/EcalTBWeights/g' testTemplate.py > ! testEcalTBWeights.py # sed 's/EcalADCToGeVConstant/EcalWeightXtalGroup/g' testTemplate.py > ! testEcalWeightXtalGroup.py # -# Stefano Argiro', $Id: testEcalADCToGeVConstant.py,v 1.1 2010/04/15 13:09:28 depasse Exp $ +# Stefano Argiro', $Id: testEcalADCToGeVConstant.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/energycalib/testEcalIntercalibConstants.py b/CondTools/Ecal/test/energycalib/testEcalIntercalibConstants.py index 30101e401adb2..75a2d78e80697 100644 --- a/CondTools/Ecal/test/energycalib/testEcalIntercalibConstants.py +++ b/CondTools/Ecal/test/energycalib/testEcalIntercalibConstants.py @@ -7,7 +7,7 @@ # # sed 's/EcalIntercalibConstants/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalIntercalibConstants.py,v 1.1 2010/04/16 08:19:47 depasse Exp $ +# Stefano Argiro', $Id: testEcalIntercalibConstants.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/energycalib/testEcalIntercalibConstantsMC.py b/CondTools/Ecal/test/energycalib/testEcalIntercalibConstantsMC.py index 141f4d29a00eb..2f262da057050 100644 --- a/CondTools/Ecal/test/energycalib/testEcalIntercalibConstantsMC.py +++ b/CondTools/Ecal/test/energycalib/testEcalIntercalibConstantsMC.py @@ -7,7 +7,7 @@ # # sed 's/EcalIntercalibConstants/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalIntercalibConstantsMC.py,v 1.1 2010/04/16 08:18:53 depasse Exp $ +# Stefano Argiro', $Id: testEcalIntercalibConstantsMC.py,v 1.1 2009/04/08 15:20:24 argiro Exp $ # # diff --git a/CondTools/Ecal/test/energycalib/testEcalIntercalibErrors.py b/CondTools/Ecal/test/energycalib/testEcalIntercalibErrors.py index d56048a166f77..77feef114e504 100644 --- a/CondTools/Ecal/test/energycalib/testEcalIntercalibErrors.py +++ b/CondTools/Ecal/test/energycalib/testEcalIntercalibErrors.py @@ -7,7 +7,7 @@ # # sed 's/EcalIntercalibErrors/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalIntercalibErrors.py,v 1.1 2010/04/16 08:20:25 depasse Exp $ +# Stefano Argiro', $Id: testEcalIntercalibErrors.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/gainratio/testEcalGainRatios.py b/CondTools/Ecal/test/gainratio/testEcalGainRatios.py index 5fc53e277211a..956f67c32abce 100644 --- a/CondTools/Ecal/test/gainratio/testEcalGainRatios.py +++ b/CondTools/Ecal/test/gainratio/testEcalGainRatios.py @@ -7,7 +7,7 @@ # # sed 's/EcalGainRatios/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalGainRatios.py,v 1.1 2010/04/15 13:17:55 depasse Exp $ +# Stefano Argiro', $Id: testEcalGainRatios.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/groups/testEcalWeightXtalGroup.py b/CondTools/Ecal/test/groups/testEcalWeightXtalGroup.py index 2dd5b3bee3326..18cd9b3fd2038 100644 --- a/CondTools/Ecal/test/groups/testEcalWeightXtalGroup.py +++ b/CondTools/Ecal/test/groups/testEcalWeightXtalGroup.py @@ -7,7 +7,7 @@ # # sed 's/EcalWeightXtalGroup/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalWeightXtalGroup.py,v 1.1 2010/04/15 11:18:56 depasse Exp $ +# Stefano Argiro', $Id: testEcalWeightXtalGroup.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/groups/testEcalWeightXtalGroupMC.py b/CondTools/Ecal/test/groups/testEcalWeightXtalGroupMC.py index 4a78211c344d1..b781245897b65 100644 --- a/CondTools/Ecal/test/groups/testEcalWeightXtalGroupMC.py +++ b/CondTools/Ecal/test/groups/testEcalWeightXtalGroupMC.py @@ -7,7 +7,7 @@ # # sed 's/EcalWeightXtalGroup/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalWeightXtalGroupMC.py,v 1.1 2010/04/15 11:09:23 depasse Exp $ +# Stefano Argiro', $Id: testEcalWeightXtalGroup.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/stubs/EcalTestConditionAnalyzer.cc b/CondTools/Ecal/test/stubs/EcalTestConditionAnalyzer.cc index 831aaa00aa490..995ce1f6f0596 100644 --- a/CondTools/Ecal/test/stubs/EcalTestConditionAnalyzer.cc +++ b/CondTools/Ecal/test/stubs/EcalTestConditionAnalyzer.cc @@ -3,7 +3,7 @@ Test analyzer for ecal conditions \author Stefano ARGIRO - \version $Id: EcalTestConditionAnalyzer.cc,v 1.7 2009/12/17 23:26:04 wmtan Exp $ + \version $Id: EcalTestConditionAnalyzer.cc,v 1.6 2009/07/01 08:16:25 argiro Exp $ \date 05 Nov 2008 */ @@ -48,7 +48,7 @@ #include "CondFormats/EcalObjects/interface/EcalIntercalibConstantsMC.h" -static const char CVSId[] = "$Id: EcalTestConditionAnalyzer.cc,v 1.7 2009/12/17 23:26:04 wmtan Exp $"; +static const char CVSId[] = "$Id: EcalTestConditionAnalyzer.cc,v 1.6 2009/07/01 08:16:25 argiro Exp $"; /** * diff --git a/CondTools/Ecal/test/timecalib/testEcalTimeCalib_2009runs_0.py b/CondTools/Ecal/test/timecalib/testEcalTimeCalib_2009runs_0.py index 3e6588037659d..e4c6c191e090e 100644 --- a/CondTools/Ecal/test/timecalib/testEcalTimeCalib_2009runs_0.py +++ b/CondTools/Ecal/test/timecalib/testEcalTimeCalib_2009runs_0.py @@ -7,7 +7,7 @@ # # sed 's/EcalGainRatios/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalTimeCalib_2009runs_0.py,v 1.1 2010/04/15 11:58:52 depasse Exp $ +# Stefano Argiro', $Id: testEcalGainRatios.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/timecalib/testEcalTimeCalib_v2_hlt.py b/CondTools/Ecal/test/timecalib/testEcalTimeCalib_v2_hlt.py index 5244437f40ea4..e996dad43c4f1 100644 --- a/CondTools/Ecal/test/timecalib/testEcalTimeCalib_v2_hlt.py +++ b/CondTools/Ecal/test/timecalib/testEcalTimeCalib_v2_hlt.py @@ -7,7 +7,7 @@ # # sed 's/EcalGainRatios/your-record/g' testTemplate.py > testyourrecord.py # -# Stefano Argiro', $Id: testEcalTimeCalib_v2_hlt.py,v 1.1 2010/04/15 12:31:35 depasse Exp $ +# Stefano Argiro', $Id: testEcalGainRatios.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/Ecal/test/tools/testEcalConditionsPopCon.sh b/CondTools/Ecal/test/tools/testEcalConditionsPopCon.sh index 48ca9e58883e3..2ad37bbefd2e5 100755 --- a/CondTools/Ecal/test/tools/testEcalConditionsPopCon.sh +++ b/CondTools/Ecal/test/tools/testEcalConditionsPopCon.sh @@ -5,7 +5,7 @@ # final XML are the same # # author: Stefano Argiro' -# $Id: testEcalConditionsPopCon.sh,v 1.1 2010/04/16 08:29:51 depasse Exp $ +# $Id: testEcalConditionsPopCon.sh,v 1.1 2008/11/14 15:47:01 argiro Exp $ # diff --git a/CondTools/Ecal/test/tools/testTemplate.py b/CondTools/Ecal/test/tools/testTemplate.py index 69bbcb7668c33..e7c50332550ac 100644 --- a/CondTools/Ecal/test/tools/testTemplate.py +++ b/CondTools/Ecal/test/tools/testTemplate.py @@ -18,7 +18,7 @@ # sed 's/RECORDNAME/EcalTBWeights/g' testTemplate.py > ! testEcalTBWeights.py # sed 's/RECORDNAME/EcalWeightXtalGroup/g' testTemplate.py > ! testEcalWeightXtalGroup.py # -# Stefano Argiro', $Id: testTemplate.py,v 1.1 2010/04/16 08:39:37 depasse Exp $ +# Stefano Argiro', $Id: testTemplate.py,v 1.1 2008/11/14 15:46:03 argiro Exp $ # # diff --git a/CondTools/HLT/test/AlCaRecoTriggerBitsRcdUpdate_cfg.py b/CondTools/HLT/test/AlCaRecoTriggerBitsRcdUpdate_cfg.py index 09c10c55585b0..cd98412e9c927 100644 --- a/CondTools/HLT/test/AlCaRecoTriggerBitsRcdUpdate_cfg.py +++ b/CondTools/HLT/test/AlCaRecoTriggerBitsRcdUpdate_cfg.py @@ -14,8 +14,8 @@ # # Author : Gero Flucke # Date : February 2009 -# $Revision: 1.4 $ -# $Date: 2010/01/21 11:00:20 $ +# $Revision: 1.3 $ +# $Date: 2009/04/21 14:42:50 $ # (last update by $Author: flucke $) import FWCore.ParameterSet.Config as cms diff --git a/CondTools/Hcal/interface/HcalDbXml.h b/CondTools/Hcal/interface/HcalDbXml.h index 25d7703648b35..4ad3f9e0f3e20 100644 --- a/CondTools/Hcal/interface/HcalDbXml.h +++ b/CondTools/Hcal/interface/HcalDbXml.h @@ -12,7 +12,7 @@ /** \brief IO for XML instances of Hcal Calibrations \author Fedor Ratnikov Oct. 28, 2005 - $Id: HcalDbXml.h,v 1.5 2008/03/03 20:33:18 rofierzy Exp $ + $Id: HcalDbXml.h,v 1.4 2007/10/22 19:09:59 fedor Exp $ */ namespace HcalDbXml { diff --git a/CondTools/Hcal/interface/StreamOutFormatTarget.h b/CondTools/Hcal/interface/StreamOutFormatTarget.h index 8f54004d40977..d27f774a37148 100644 --- a/CondTools/Hcal/interface/StreamOutFormatTarget.h +++ b/CondTools/Hcal/interface/StreamOutFormatTarget.h @@ -15,7 +15,7 @@ */ /* - * $Id: StreamOutFormatTarget.h,v 1.1 2006/09/15 19:57:56 fedor Exp $ + * $Id$ */ #ifndef StreamOutFormatTarget_HEADER_GUARD_ diff --git a/CondTools/Hcal/plugins/CastorDumpConditions.cc b/CondTools/Hcal/plugins/CastorDumpConditions.cc index 59ba38dcd9006..c7b2b37137290 100644 --- a/CondTools/Hcal/plugins/CastorDumpConditions.cc +++ b/CondTools/Hcal/plugins/CastorDumpConditions.cc @@ -13,7 +13,7 @@ // // Original Author: Luiz Mundim Filho // Created: Thu Mar 12 14:45:44 CET 2009 -// $Id: CastorDumpConditions.cc,v 1.2 2012/11/14 13:55:13 mundim Exp $ +// $Id: CastorDumpConditions.cc,v 1.1 2011/05/09 19:38:47 mundim Exp $ // // diff --git a/CondTools/Hcal/src/HcalDbOnline.cc b/CondTools/Hcal/src/HcalDbOnline.cc index 161520f38a85f..74165df83ffcf 100644 --- a/CondTools/Hcal/src/HcalDbOnline.cc +++ b/CondTools/Hcal/src/HcalDbOnline.cc @@ -1,7 +1,7 @@ // // F.Ratnikov (UMd), Dec 14, 2005 -// $Id: HcalDbOnline.cc,v 1.22 2011/10/13 13:22:44 eulisse Exp $ +// $Id: HcalDbOnline.cc,v 1.21 2010/11/29 20:41:57 wmtan Exp $ // #include #include diff --git a/CondTools/Hcal/src/HcalDbPoolOCCI.cc b/CondTools/Hcal/src/HcalDbPoolOCCI.cc index 05eb114250fe2..db07e3dac570c 100644 --- a/CondTools/Hcal/src/HcalDbPoolOCCI.cc +++ b/CondTools/Hcal/src/HcalDbPoolOCCI.cc @@ -1,7 +1,7 @@ // // F.Ratnikov (UMd), Dec 14, 2005 -// $Id: HcalDbPoolOCCI.cc,v 1.7 2010/11/29 20:41:57 wmtan Exp $ +// $Id: HcalDbPoolOCCI.cc,v 1.6 2009/12/04 03:42:53 elmer Exp $ // #include #include diff --git a/CondTools/Hcal/src/HcalDbXml.cc b/CondTools/Hcal/src/HcalDbXml.cc index 8c6105c87f3aa..59a9418e2f6b8 100644 --- a/CondTools/Hcal/src/HcalDbXml.cc +++ b/CondTools/Hcal/src/HcalDbXml.cc @@ -1,7 +1,7 @@ // // F.Ratnikov (UMd), Oct 28, 2005 -// $Id: HcalDbXml.cc,v 1.10 2012/11/12 20:53:38 dlange Exp $ +// $Id: HcalDbXml.cc,v 1.9 2008/11/10 10:13:28 rofierzy Exp $ // #include #include diff --git a/CondTools/Hcal/src/StreamOutFormatTarget.cc b/CondTools/Hcal/src/StreamOutFormatTarget.cc index 735570fc9dd8e..c5ae41c509526 100644 --- a/CondTools/Hcal/src/StreamOutFormatTarget.cc +++ b/CondTools/Hcal/src/StreamOutFormatTarget.cc @@ -15,7 +15,7 @@ */ /* - * $Id: StreamOutFormatTarget.cc,v 1.1 2006/09/15 19:57:57 fedor Exp $ + * $Id$ */ #include "CondTools/Hcal/interface/StreamOutFormatTarget.h" diff --git a/CondTools/L1Trigger/interface/Exception.h b/CondTools/L1Trigger/interface/Exception.h index ba239ec8283f2..0aac07756937a 100644 --- a/CondTools/L1Trigger/interface/Exception.h +++ b/CondTools/L1Trigger/interface/Exception.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Mon Mar 24 21:27:21 CET 2008 -// $Id: Exception.h,v 1.2 2009/08/14 19:58:10 wsun Exp $ +// $Id: Exception.h,v 1.1 2008/04/16 23:44:23 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h b/CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h index fed41c8678b43..405355395517a 100644 --- a/CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h +++ b/CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h @@ -18,7 +18,7 @@ // // Original Author: Werner Sun // Created: Tue Sep 2 22:48:15 CEST 2008 -// $Id: L1ConfigOnlineProdBase.h,v 1.10 2010/07/21 16:22:19 govi Exp $ +// $Id: L1ConfigOnlineProdBase.h,v 1.9 2010/02/16 21:55:43 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/interface/L1ObjectKeysOnlineProdBase.h b/CondTools/L1Trigger/interface/L1ObjectKeysOnlineProdBase.h index f6b85fdd544e4..1b9df77521e79 100644 --- a/CondTools/L1Trigger/interface/L1ObjectKeysOnlineProdBase.h +++ b/CondTools/L1Trigger/interface/L1ObjectKeysOnlineProdBase.h @@ -18,7 +18,7 @@ // // Original Author: Werner Sun // Created: Fri Aug 22 19:47:58 CEST 2008 -// $Id: L1ObjectKeysOnlineProdBase.h,v 1.1 2008/09/19 19:22:58 wsun Exp $ +// $Id$ // // system include files diff --git a/CondTools/L1Trigger/interface/OMDSReader.h b/CondTools/L1Trigger/interface/OMDSReader.h index 5f77d2c53aee5..d4480c43e9c1c 100644 --- a/CondTools/L1Trigger/interface/OMDSReader.h +++ b/CondTools/L1Trigger/interface/OMDSReader.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Sun Mar 2 01:36:06 CET 2008 -// $Id: OMDSReader.h,v 1.15 2013/01/09 14:07:50 davidlt Exp $ +// $Id: OMDSReader.h,v 1.14 2010/04/12 20:29:23 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.cc b/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.cc index f4cb0883b610f..24cb145a6bd7b 100644 --- a/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.cc +++ b/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Sun Mar 2 20:09:46 CET 2008 -// $Id: L1CondDBIOVWriter.cc,v 1.20 2011/05/10 19:16:56 wsun Exp $ +// $Id: L1CondDBIOVWriter.cc,v 1.19 2010/02/16 21:59:24 wsun Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.h b/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.h index 2b19c66621949..9ad553ce8b845 100644 --- a/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.h +++ b/CondTools/L1Trigger/plugins/L1CondDBIOVWriter.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Sun Mar 2 20:10:36 CET 2008 -// $Id: L1CondDBIOVWriter.h,v 1.7 2011/05/10 19:16:53 wsun Exp $ +// $Id: L1CondDBIOVWriter.h,v 1.6 2009/12/17 23:43:58 wmtan Exp $ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.cc b/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.cc index ae0e055929d1e..e883724530333 100644 --- a/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.cc +++ b/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Sun Mar 2 07:05:15 CET 2008 -// $Id: L1CondDBPayloadWriter.cc,v 1.18 2010/02/16 21:59:24 wsun Exp $ +// $Id: L1CondDBPayloadWriter.cc,v 1.17 2010/02/09 21:52:35 wsun Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.h b/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.h index ca10084c3b2c1..cceeeae879045 100644 --- a/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.h +++ b/CondTools/L1Trigger/plugins/L1CondDBPayloadWriter.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sun Mar 2 07:06:56 CET 2008 -// $Id: L1CondDBPayloadWriter.h,v 1.7 2010/01/20 21:15:56 wsun Exp $ +// $Id: L1CondDBPayloadWriter.h,v 1.6 2009/12/17 23:43:58 wmtan Exp $ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1O2OTestAnalyzer.cc b/CondTools/L1Trigger/plugins/L1O2OTestAnalyzer.cc index 0e9c5e4b422ad..5982277288ea6 100644 --- a/CondTools/L1Trigger/plugins/L1O2OTestAnalyzer.cc +++ b/CondTools/L1Trigger/plugins/L1O2OTestAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Nov 6 23:00:43 CET 2008 -// $Id: L1O2OTestAnalyzer.cc,v 1.7 2010/02/16 21:59:24 wsun Exp $ +// $Id: L1O2OTestAnalyzer.cc,v 1.6 2009/12/17 23:43:58 wmtan Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.cc b/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.cc index 615e64b1169e3..608943a5a2b25 100644 --- a/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.cc +++ b/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Aug 21 20:00:59 CEST 2008 -// $Id: L1SubsystemKeysOnlineProd.cc,v 1.6 2010/02/16 21:59:24 wsun Exp $ +// $Id: L1SubsystemKeysOnlineProd.cc,v 1.5 2010/02/01 22:00:03 wsun Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.h b/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.h index 1017de558a134..92189d07773d7 100644 --- a/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.h +++ b/CondTools/L1Trigger/plugins/L1SubsystemKeysOnlineProd.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Thu Aug 21 19:30:30 CEST 2008 -// $Id: L1SubsystemKeysOnlineProd.h,v 1.2 2008/10/13 01:46:36 wsun Exp $ +// $Id: L1SubsystemKeysOnlineProd.h,v 1.1 2008/09/19 19:22:59 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.cc b/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.cc index f6b77dc36389a..f92bd5df1a7ca 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.cc +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Sat Mar 1 01:08:46 CET 2008 -// $Id: L1TriggerKeyDummyProd.cc,v 1.4 2009/05/06 02:02:13 wsun Exp $ +// $Id: L1TriggerKeyDummyProd.cc,v 1.3 2008/10/13 01:48:38 wsun Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.h b/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.h index 3010f1e4a31ae..f79f4ac722e29 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.h +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyDummyProd.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Sat Mar 1 01:12:16 CET 2008 -// $Id: L1TriggerKeyDummyProd.h,v 1.1 2008/03/03 21:52:18 wsun Exp $ +// $Id$ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.cc b/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.cc index 700f890a6e266..dfefc96ce1de2 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.cc +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Sat Mar 1 05:02:13 CET 2008 -// $Id: L1TriggerKeyListDummyProd.cc,v 1.1 2008/03/03 21:52:18 wsun Exp $ +// $Id$ // // diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.h b/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.h index b3fd3fa09777c..c07b02deb70fd 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.h +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyListDummyProd.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sat Mar 1 05:06:43 CET 2008 -// $Id: L1TriggerKeyListDummyProd.h,v 1.1 2008/03/03 21:52:18 wsun Exp $ +// $Id$ // // system include files diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.cc b/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.cc index 5958641cdce90..f9948bb363f3f 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.cc +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Sun Mar 2 03:03:32 CET 2008 -// $Id: L1TriggerKeyOnlineProd.cc,v 1.11 2010/02/01 22:00:03 wsun Exp $ +// $Id: L1TriggerKeyOnlineProd.cc,v 1.10 2008/10/13 01:49:48 wsun Exp $ // // diff --git a/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.h b/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.h index d403640b5b039..14a2b4a0c5c9a 100644 --- a/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.h +++ b/CondTools/L1Trigger/plugins/L1TriggerKeyOnlineProd.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sun Mar 2 03:04:19 CET 2008 -// $Id: L1TriggerKeyOnlineProd.h,v 1.3 2008/09/19 19:31:13 wsun Exp $ +// $Id: L1TriggerKeyOnlineProd.h,v 1.2 2008/09/12 04:50:59 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/src/Exception.cc b/CondTools/L1Trigger/src/Exception.cc index feca6191cb24d..24702786f9786 100644 --- a/CondTools/L1Trigger/src/Exception.cc +++ b/CondTools/L1Trigger/src/Exception.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Mon Mar 24 21:38:43 CET 2008 -// $Id: Exception.cc,v 1.2 2009/08/14 19:58:11 wsun Exp $ +// $Id: Exception.cc,v 1.1 2008/04/16 23:44:23 wsun Exp $ // // system include files diff --git a/CondTools/L1Trigger/src/L1ObjectKeysOnlineProdBase.cc b/CondTools/L1Trigger/src/L1ObjectKeysOnlineProdBase.cc index 3809e59d4ba81..660fca1c5da87 100644 --- a/CondTools/L1Trigger/src/L1ObjectKeysOnlineProdBase.cc +++ b/CondTools/L1Trigger/src/L1ObjectKeysOnlineProdBase.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Fri Aug 22 19:51:36 CEST 2008 -// $Id: L1ObjectKeysOnlineProdBase.cc,v 1.2 2010/02/01 22:00:05 wsun Exp $ +// $Id: L1ObjectKeysOnlineProdBase.cc,v 1.1 2008/09/19 19:22:59 wsun Exp $ // // diff --git a/CondTools/L1Trigger/src/OMDSReader.cc b/CondTools/L1Trigger/src/OMDSReader.cc index 0f4b2394d2a94..11208205cf35b 100644 --- a/CondTools/L1Trigger/src/OMDSReader.cc +++ b/CondTools/L1Trigger/src/OMDSReader.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Mar 2 01:46:46 CET 2008 -// $Id: OMDSReader.cc,v 1.13 2010/04/12 20:29:26 wsun Exp $ +// $Id: OMDSReader.cc,v 1.12 2010/02/16 21:56:37 wsun Exp $ // // system include files diff --git a/CondTools/RPC/test/RiovTest.cc b/CondTools/RPC/test/RiovTest.cc index b4b765a2d0c81..f03978883dab2 100644 --- a/CondTools/RPC/test/RiovTest.cc +++ b/CondTools/RPC/test/RiovTest.cc @@ -1,7 +1,7 @@ // // Original Author: Davide Pagano // Created: Wed May 20 12:47:20 CEST 2009 -// $Id: RiovTest.cc,v 1.11 2010/02/19 10:44:00 michals Exp $ +// $Id: RiovTest.cc,v 1.10 2009/05/26 18:43:34 dpagano Exp $ // // diff --git a/CondTools/SiPixel/interface/PixelPopConCalibAnalyzer.h b/CondTools/SiPixel/interface/PixelPopConCalibAnalyzer.h index 6257a87f472b9..80087373c0080 100644 --- a/CondTools/SiPixel/interface/PixelPopConCalibAnalyzer.h +++ b/CondTools/SiPixel/interface/PixelPopConCalibAnalyzer.h @@ -14,7 +14,7 @@ objects from OMDS to ORCON. // // Original Author: Michael Eads // Created: 8 Feb 2008 -// $Id: PixelPopConCalibAnalyzer.h,v 1.1 2008/02/29 19:13:17 meads Exp $ +// $Id$ // // diff --git a/CondTools/SiPixel/interface/PixelPopConCalibSourceHandler.h b/CondTools/SiPixel/interface/PixelPopConCalibSourceHandler.h index 7a3c943da367f..ab3b0dbef3207 100644 --- a/CondTools/SiPixel/interface/PixelPopConCalibSourceHandler.h +++ b/CondTools/SiPixel/interface/PixelPopConCalibSourceHandler.h @@ -14,7 +14,7 @@ objects from OMDS to ORCON. // // Original Author: Michael Eads // Created: 8 Feb 2008 -// $Id: PixelPopConCalibSourceHandler.h,v 1.5 2010/06/04 09:18:01 innocent Exp $ +// $Id: PixelPopConCalibSourceHandler.h,v 1.4 2010/01/21 21:11:45 meads Exp $ // // diff --git a/CondTools/SiPixel/interface/PixelPopConDCSSourceHandler.h b/CondTools/SiPixel/interface/PixelPopConDCSSourceHandler.h index 6426853396e17..a889edb20fc79 100644 --- a/CondTools/SiPixel/interface/PixelPopConDCSSourceHandler.h +++ b/CondTools/SiPixel/interface/PixelPopConDCSSourceHandler.h @@ -7,8 +7,8 @@ * * Specify the object type via the template parameter Type. * - * $Date: 2009/10/21 16:22:11 $ - * $Revision: 1.4 $ + * $Date: 2008/11/30 19:41:09 $ + * $Revision: 1.2 $ * \author Chung Khim Lae */ diff --git a/CondTools/SiPixel/plugins/PixelPopConCalibAnalyzer.cc b/CondTools/SiPixel/plugins/PixelPopConCalibAnalyzer.cc index 43d71e244a7d1..765d1af94ea2d 100644 --- a/CondTools/SiPixel/plugins/PixelPopConCalibAnalyzer.cc +++ b/CondTools/SiPixel/plugins/PixelPopConCalibAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Michael Eads // Created: 8 Feb 2008 -// $Id: PixelPopConCalibAnalyzer.cc,v 1.1 2009/05/28 22:14:22 dlange Exp $ +// $Id: PixelPopConCalibAnalyzer.cc,v 1.1 2008/02/29 19:13:22 meads Exp $ // // diff --git a/CondTools/SiPixel/src/PixelPopConCalibAnalyzer.cc b/CondTools/SiPixel/src/PixelPopConCalibAnalyzer.cc index fff73a62c2267..555be77481810 100644 --- a/CondTools/SiPixel/src/PixelPopConCalibAnalyzer.cc +++ b/CondTools/SiPixel/src/PixelPopConCalibAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Michael Eads // Created: 8 Feb 2008 -// $Id: PixelPopConCalibAnalyzer.cc,v 1.4 2010/02/13 07:32:41 meads Exp $ +// $Id: PixelPopConCalibAnalyzer.cc,v 1.3 2010/01/21 21:11:46 meads Exp $ // // diff --git a/CondTools/SiPixel/src/PixelPopConCalibSourceHandler.cc b/CondTools/SiPixel/src/PixelPopConCalibSourceHandler.cc index 35e1b676c1d3d..56e948f7eb8fc 100644 --- a/CondTools/SiPixel/src/PixelPopConCalibSourceHandler.cc +++ b/CondTools/SiPixel/src/PixelPopConCalibSourceHandler.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Eads // Created: 8 Feb 2008 -// $Id: PixelPopConCalibSourceHandler.cc,v 1.4 2010/06/02 06:10:11 ursl Exp $ +// $Id: PixelPopConCalibSourceHandler.cc,v 1.3 2010/01/21 21:11:46 meads Exp $ // // diff --git a/CondTools/SiPixel/test/PixelDCSObjectReader.h b/CondTools/SiPixel/test/PixelDCSObjectReader.h index e8a0b33f2a268..b277fc469b851 100644 --- a/CondTools/SiPixel/test/PixelDCSObjectReader.h +++ b/CondTools/SiPixel/test/PixelDCSObjectReader.h @@ -5,8 +5,8 @@ * * Class to dump Pixel DCS object from database to ROOT file. * - * $Date: 2010/01/13 18:25:34 $ - * $Revision: 1.2 $ + * $Date: 2009/05/09 22:21:34 $ + * $Revision: 1.1 $ * \author Chung Khim Lae */ diff --git a/CondTools/SiPixel/test/SiPixelCalibConfigurationObjectMaker.cc b/CondTools/SiPixel/test/SiPixelCalibConfigurationObjectMaker.cc index abc56a0dcef22..1adda3242898b 100644 --- a/CondTools/SiPixel/test/SiPixelCalibConfigurationObjectMaker.cc +++ b/CondTools/SiPixel/test/SiPixelCalibConfigurationObjectMaker.cc @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Wed Sep 19 13:43:52 CEST 2007 -// $Id: SiPixelCalibConfigurationObjectMaker.cc,v 1.6 2010/01/07 19:07:31 heyburn Exp $ +// $Id: SiPixelCalibConfigurationObjectMaker.cc,v 1.5 2009/10/21 15:53:31 heyburn Exp $ // // diff --git a/CondTools/SiPixel/test/SiPixelCalibConfigurationReadDb.cc b/CondTools/SiPixel/test/SiPixelCalibConfigurationReadDb.cc index 1c4843b297334..6ba8c5bb27aec 100644 --- a/CondTools/SiPixel/test/SiPixelCalibConfigurationReadDb.cc +++ b/CondTools/SiPixel/test/SiPixelCalibConfigurationReadDb.cc @@ -13,7 +13,7 @@ // // Original Author: Freya Blekman // Created: Thu Sep 20 12:13:20 CEST 2007 -// $Id: SiPixelCalibConfigurationReadDb.cc,v 1.3 2010/01/07 19:07:31 heyburn Exp $ +// $Id: SiPixelCalibConfigurationReadDb.cc,v 1.2 2009/02/10 09:27:50 fblekman Exp $ // // diff --git a/CondTools/SiPixel/test/SiPixelCondObjAllPayloadsReader.h b/CondTools/SiPixel/test/SiPixelCondObjAllPayloadsReader.h index 354c2bd7259f0..97335320177f3 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjAllPayloadsReader.h +++ b/CondTools/SiPixel/test/SiPixelCondObjAllPayloadsReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjAllPayloadsReader.h,v 1.5 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjAllPayloadsReader.h,v 1.4 2009/05/28 22:12:54 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjBuilder.h b/CondTools/SiPixel/test/SiPixelCondObjBuilder.h index 4274fc6009cbb..99f08180fea8a 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjBuilder.h +++ b/CondTools/SiPixel/test/SiPixelCondObjBuilder.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjBuilder.h,v 1.10 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjBuilder.h,v 1.9 2009/05/28 22:12:54 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjForHLTBuilder.h b/CondTools/SiPixel/test/SiPixelCondObjForHLTBuilder.h index 8effd08f95a16..477f5bca01422 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjForHLTBuilder.h +++ b/CondTools/SiPixel/test/SiPixelCondObjForHLTBuilder.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjForHLTBuilder.h,v 1.7 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjForHLTBuilder.h,v 1.6 2009/11/20 19:21:02 rougny Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjForHLTReader.h b/CondTools/SiPixel/test/SiPixelCondObjForHLTReader.h index 1a1b8a086ec5d..ddafd547fdf41 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjForHLTReader.h +++ b/CondTools/SiPixel/test/SiPixelCondObjForHLTReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjForHLTReader.h,v 1.8 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjForHLTReader.h,v 1.7 2009/05/28 22:12:55 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjOfflineBuilder.h b/CondTools/SiPixel/test/SiPixelCondObjOfflineBuilder.h index b2a5698cf2770..3a6d4034718f4 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjOfflineBuilder.h +++ b/CondTools/SiPixel/test/SiPixelCondObjOfflineBuilder.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjOfflineBuilder.h,v 1.8 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjOfflineBuilder.h,v 1.7 2009/11/20 19:21:29 rougny Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjOfflineReader.h b/CondTools/SiPixel/test/SiPixelCondObjOfflineReader.h index 174901a325ffb..324a7ba3cc347 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjOfflineReader.h +++ b/CondTools/SiPixel/test/SiPixelCondObjOfflineReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjOfflineReader.h,v 1.12 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjOfflineReader.h,v 1.11 2009/05/28 22:12:55 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelCondObjReader.h b/CondTools/SiPixel/test/SiPixelCondObjReader.h index 907000e843acf..d6a3f56188fe6 100644 --- a/CondTools/SiPixel/test/SiPixelCondObjReader.h +++ b/CondTools/SiPixel/test/SiPixelCondObjReader.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo CHIOCHIA // Created: Tue Oct 17 17:40:56 CEST 2006 -// $Id: SiPixelCondObjReader.h,v 1.9 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelCondObjReader.h,v 1.8 2009/05/28 22:12:55 dlange Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.cc b/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.cc index 07699a3b171e2..ab7e43f57cb87 100644 --- a/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.cc +++ b/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.cc @@ -13,7 +13,7 @@ // // Original Author: Freya BLEKMAN // Created: Tue Aug 5 16:22:46 CEST 2008 -// $Id: SiPixelGainCalibrationReadDQMFile.cc,v 1.8 2010/01/13 18:25:34 heyburn Exp $ +// $Id: SiPixelGainCalibrationReadDQMFile.cc,v 1.7 2010/01/12 11:29:54 rougny Exp $ // // diff --git a/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.h b/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.h index 3f0074ac0c52e..7022b96fc4795 100644 --- a/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.h +++ b/CondTools/SiPixel/test/SiPixelGainCalibrationReadDQMFile.h @@ -13,7 +13,7 @@ // // Original Author: Freya BLEKMAN // Created: Tue Aug 5 16:22:46 CEST 2008 -// $Id: SiPixelGainCalibrationReadDQMFile.h,v 1.3 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelGainCalibrationReadDQMFile.h,v 1.2 2009/05/28 22:12:55 dlange Exp $ // // diff --git a/CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc b/CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc index 74100e28dbcb7..51ad4478dee4d 100644 --- a/CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc +++ b/CondTools/SiPixel/test/SiPixelGainCalibrationRejectNoisyAndDead.cc @@ -13,7 +13,7 @@ // // Original Author: Romain Rougny // Created: Tue Feb 3 15:18:02 CET 2009 -// $Id: SiPixelGainCalibrationRejectNoisyAndDead.cc,v 1.6 2010/01/12 11:29:54 rougny Exp $ +// $Id: SiPixelGainCalibrationRejectNoisyAndDead.cc,v 1.5 2009/10/21 15:53:42 heyburn Exp $ // // diff --git a/Configuration/Applications/python/ConfigBuilder.py b/Configuration/Applications/python/ConfigBuilder.py index 7f52cf8faa8e4..2da8608cb6b65 100644 --- a/Configuration/Applications/python/ConfigBuilder.py +++ b/Configuration/Applications/python/ConfigBuilder.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -__version__ = "$Revision: 1.20 $" +__version__ = "$Revision: 1.19 $" __source__ = "$Source: /local/reps/CMSSW/CMSSW/Configuration/Applications/python/ConfigBuilder.py,v $" import FWCore.ParameterSet.Config as cms @@ -1928,7 +1928,7 @@ def prepare_FASTSIM(self, sequence = "all"): def build_production_info(self, evt_type, evtnumber): """ Add useful info for the production. """ self.process.configurationMetadata=cms.untracked.PSet\ - (version=cms.untracked.string("$Revision: 1.20 $"), + (version=cms.untracked.string("$Revision: 1.19 $"), name=cms.untracked.string("Applications"), annotation=cms.untracked.string(evt_type+ " nevts:"+str(evtnumber)) ) diff --git a/Configuration/EventContent/python/AlCaRecoOutput_cff.py b/Configuration/EventContent/python/AlCaRecoOutput_cff.py index a7534ed7c4997..6811712da78f2 100644 --- a/Configuration/EventContent/python/AlCaRecoOutput_cff.py +++ b/Configuration/EventContent/python/AlCaRecoOutput_cff.py @@ -1,5 +1,5 @@ import FWCore.ParameterSet.Config as cms -# last update: $Date: 2013/02/05 10:04:45 $ by $Author: cerminar $ +# last update: $Date: 2012/03/30 17:07:33 $ by $Author: cerminar $ ############################################################### # Tracker Alignment ############################################################### diff --git a/Configuration/EventContent/python/EventContentCosmics_cff.py b/Configuration/EventContent/python/EventContentCosmics_cff.py index 794548ae4b7f0..838734775b631 100644 --- a/Configuration/EventContent/python/EventContentCosmics_cff.py +++ b/Configuration/EventContent/python/EventContentCosmics_cff.py @@ -17,7 +17,7 @@ # include reconstruction, simulation and analysis # FEVTSIMDIGIHLTDEBUG FEVTSIMHLTDEBUG # -# $Id: EventContentCosmics_cff.py,v 1.23 2011/02/25 22:57:30 lsexton Exp $ +# $Id: EventContentCosmics_cff.py,v 1.22 2010/09/08 13:29:39 vlimant Exp $ # # # diff --git a/Configuration/EventContent/python/EventContent_cff.py b/Configuration/EventContent/python/EventContent_cff.py index dfccc4865c3a5..dadbdcdce24a3 100644 --- a/Configuration/EventContent/python/EventContent_cff.py +++ b/Configuration/EventContent/python/EventContent_cff.py @@ -28,7 +28,7 @@ # # FEVT (RAW+RECO), FEVTSIM (RAWSIM+RECOSIM), FEVTDEBUG (FEVTSIM+ALL_SIM_INFO), FEVTDEBUGHLT (FEVTDEBUG+HLTDEBUG) # -# $Id: EventContent_cff.py,v 1.55 2013/05/10 09:19:35 fabiocos Exp $ +# $Id: EventContent_cff.py,v 1.54 2013/05/01 15:44:29 mikeh Exp $ # # # diff --git a/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py b/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py index 3cacdcaf7e59d..cc2ba039bd3b4 100644 --- a/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py +++ b/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py @@ -47,8 +47,8 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py,v $'), + version = cms.untracked.string('$Revision$'), + name = cms.untracked.string('$Source$'), annotation = cms.untracked.string('AMPT PPb 5020 GeV Minimum Bias') ) diff --git a/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py b/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py index 3ead723962bd8..0714bcac8309b 100644 --- a/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py +++ b/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py @@ -2,7 +2,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/GenProduction/python/MCatNLO_LHE_Zgamma_7TeV_cff.py,v $'), annotation = cms.untracked.string('Summer09: Showering of MC@NLO 3.4 DrellYan events with Herwig+Jimmy, 7 TeV') ) diff --git a/Configuration/Generator/python/DYToMuMu_M_20_8TeV_mcatnlo_cff.py b/Configuration/Generator/python/DYToMuMu_M_20_8TeV_mcatnlo_cff.py index 747e77bed9834..132dca61791c2 100644 --- a/Configuration/Generator/python/DYToMuMu_M_20_8TeV_mcatnlo_cff.py +++ b/Configuration/Generator/python/DYToMuMu_M_20_8TeV_mcatnlo_cff.py @@ -2,7 +2,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/DYToMuMu_M_20_8TeV_mcatnlo_cff.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Generator/python/DYToMuMu_M_20_7TeV_mcatnlo_cff.py,v $'), annotation = cms.untracked.string('Summer09: Showering of MC@NLO 3.4 DrellYan events with Herwig+Jimmy, 7 TeV') ) diff --git a/Configuration/Generator/python/MinBias_TuneZ2star_14TeV_pythia6_cff.py b/Configuration/Generator/python/MinBias_TuneZ2star_14TeV_pythia6_cff.py index 3be03bd24c822..b659a98fcbbda 100644 --- a/Configuration/Generator/python/MinBias_TuneZ2star_14TeV_pythia6_cff.py +++ b/Configuration/Generator/python/MinBias_TuneZ2star_14TeV_pythia6_cff.py @@ -30,7 +30,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/MinBias_TuneZ2star_14TeV_pythia6_cff.py,v $'), + name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/GenProduction/python/FourteenTeV/MinBias_TuneZ2star_14TeV_pythia6_cff.py,v $'), annotation = cms.untracked.string('PYTHIA6-MinBias TuneZ2star at 14TeV') ) diff --git a/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py b/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py index de5d396768999..787b53ae9746f 100644 --- a/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py +++ b/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py @@ -23,7 +23,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py,v $'), + name = cms.untracked.string('$Source: /local/projects/CMSSW/rep/CMSSW/Configuration/Generator/python/Pyquen_DiJet_pt80to120_2760GeV_cfi.py,v $'), annotation = cms.untracked.string('PYQUEN quenched dijets (80 < pt-hat < 120 GeV) at sqrt(s) = 2.76TeV') ) diff --git a/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py b/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py index e69c1c2628d8e..c465bfbea5035 100644 --- a/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py +++ b/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py @@ -26,7 +26,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py,v $'), + name = cms.untracked.string('$Source: /local/projects/CMSSW/rep/CMSSW/Configuration/Generator/python/Pyquen_GammaJet_pt20_2760GeV_cfi.py,v $'), annotation = cms.untracked.string('PYQUEN quenched gamma-jets (pt-hat > 20 GeV) at sqrt(s) = 2.76TeV') ) diff --git a/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py b/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py index ac955f0743d61..3310bf5a39eea 100644 --- a/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py +++ b/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py @@ -26,7 +26,7 @@ configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py,v $'), + name = cms.untracked.string('$Source: /local/projects/CMSSW/rep/CMSSW/Configuration/Generator/python/Pyquen_ZeemumuJets_pt10_2760GeV_cfi.py,v $'), annotation = cms.untracked.string('PYQUEN Z->mumu and Z->ee (pt-hat > 10 GeV) at sqrt(s) = 2.76TeV') ) diff --git a/Configuration/Generator/python/QCD_Pt_30_80_BCtoE_8TeV.py b/Configuration/Generator/python/QCD_Pt_30_80_BCtoE_8TeV.py index d3fd14a945133..e097de3b1bd06 100644 --- a/Configuration/Generator/python/QCD_Pt_30_80_BCtoE_8TeV.py +++ b/Configuration/Generator/python/QCD_Pt_30_80_BCtoE_8TeV.py @@ -38,7 +38,7 @@ # enter below the configuration metadata (only a description is needed, the rest is filled in by cvs) configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/QCD_Pt_30_80_BCtoE_8TeV.py,v $'), + name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/GenProduction/python/EightTeV/QCD_Pt_30_80_BCtoE_TuneZ2star_8TeV_pythia6_cff.py,v $'), annotation = cms.untracked.string('b/c->e filtered QCD pthat 30-80, 8 TeV') ) diff --git a/Configuration/Generator/python/QCD_Pt_80_170_BCtoE_8TeV.py b/Configuration/Generator/python/QCD_Pt_80_170_BCtoE_8TeV.py index 2b0817067570b..44a37cad06db0 100644 --- a/Configuration/Generator/python/QCD_Pt_80_170_BCtoE_8TeV.py +++ b/Configuration/Generator/python/QCD_Pt_80_170_BCtoE_8TeV.py @@ -38,7 +38,7 @@ # enter below the configuration metadata (only a description is needed, the rest is filled in by cvs) configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/QCD_Pt_80_170_BCtoE_8TeV.py,v $'), + name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/GenProduction/python/EightTeV/QCD_Pt_80_170_BCtoE_TuneZ2star_8TeV_pythia6_cff.py,v $'), annotation = cms.untracked.string('b/c->e filtered QCD pthat 80-170, 8 TeV') ) diff --git a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_7TeV_cfg.py b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_7TeV_cfg.py index 35097af04cafc..1d8ec06ca7b9a 100644 --- a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_7TeV_cfg.py +++ b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_7TeV_cfg.py @@ -45,7 +45,7 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_7TeV_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.5 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py,v $'), annotation = cms.untracked.string('ZmumuJets pt hat 20-300') ) diff --git a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py index e2b0d3e153dc9..ec496659d5ab4 100644 --- a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py +++ b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py @@ -45,7 +45,7 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py,v $'), annotation = cms.untracked.string('ZmumuJets pt hat 20-300') ) diff --git a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py index 24d9a56868bd2..8ba1670467b41 100644 --- a/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py +++ b/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py @@ -45,7 +45,7 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_cfg.py,v $'), annotation = cms.untracked.string('ZmumuJets pt hat 20-300') ) diff --git a/Configuration/SVSuite/data/runall.sh b/Configuration/SVSuite/data/runall.sh index 3c1d9a7a306ea..54c4d17232564 100755 --- a/Configuration/SVSuite/data/runall.sh +++ b/Configuration/SVSuite/data/runall.sh @@ -1,7 +1,7 @@ #!/bin/bash # -#$Id: runall.sh,v 1.2 2006/12/16 02:15:35 wmtan Exp $ +#$Id: runall.sh,v 1.1 2006/11/22 17:40:35 lsexton Exp $ # #Dummy script to run all integration tests # diff --git a/Configuration/Skimming/interface/LeptonRecoSkim.h b/Configuration/Skimming/interface/LeptonRecoSkim.h index bcd0c6d1a3260..e4a81aac1549b 100644 --- a/Configuration/Skimming/interface/LeptonRecoSkim.h +++ b/Configuration/Skimming/interface/LeptonRecoSkim.h @@ -10,7 +10,7 @@ // // Original Author: Massimiliano Chiorboli,40 4-A01,+41227671535, // Created: Wed Mar 31 21:49:08 CEST 2010 -// $Id: LeptonRecoSkim.h,v 1.2 2010/11/18 01:04:21 wmtan Exp $ +// $Id: LeptonRecoSkim.h,v 1.1 2010/11/05 18:37:50 torimoto Exp $ // // #include diff --git a/Configuration/Skimming/src/LeptonRecoSkim.cc b/Configuration/Skimming/src/LeptonRecoSkim.cc index c0c90c0a277bd..0e02b67f91a3b 100644 --- a/Configuration/Skimming/src/LeptonRecoSkim.cc +++ b/Configuration/Skimming/src/LeptonRecoSkim.cc @@ -14,7 +14,7 @@ // // Original Author: Massimiliano Chiorboli,40 4-A01,+41227671535, // Created: Wed Mar 31 21:49:08 CEST 2010 -// $Id: LeptonRecoSkim.cc,v 1.2 2010/11/18 01:04:23 wmtan Exp $ +// $Id: LeptonRecoSkim.cc,v 1.1 2010/11/05 18:37:51 torimoto Exp $ // // diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py index f66d2df81f8ff..58d06cc821f75 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('JetMETAOD central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_PDJetMET_35e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py index a48e4d1c09cf8..f4b250f842c76 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('JetMETAOD and Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py index a63de46c11176..711946ba63a4b 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('JetMETAOD and Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py index d11e8f673da7c..2a4ca54a4dfe2 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('JetMETAOD and Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py index d585d08a69e25..732b10a38611b 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('JetMETAOD and Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py index f533d74258f06..bd657aa97d0b7 100644 --- a/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py +++ b/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('JetMETAOD and Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py index 37d5e1bd46fe7..2fecc4be0bf97 100644 --- a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Onia central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p3_cfg.py b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p3_cfg.py index 3461995c9b5d3..33a1a84a35f77 100644 --- a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p3_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p3_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Onia central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p3_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p4_cfg.py b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p4_cfg.py index 3c790193d0534..1623bc8171162 100644 --- a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p4_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p4_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Onia central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess361p4_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py index 1d4c0164c2d33..d677c0c6aad2d 100644 --- a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Onia central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch4_cfg.py b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch4_cfg.py index cf2054d76f0e6..203c0b2bc4193 100644 --- a/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch4_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch4_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Onia central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch4_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Onia_PDMu_1e29_reprocess370patch2_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py b/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py index 276fa3336f7ab..9028632479e50 100644 --- a/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py +++ b/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/CSmaker_Tau_PDTau_35e29_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py index 086053f1d8118..0f198117490d4 100644 --- a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py +++ b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py index 30c8fa08521c1..0f198117490d4 100644 --- a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py +++ b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("makeSD") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py index 9bbe3ed48d432..57e3483462126 100644 --- a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py +++ b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py index 0f3d29e707b24..44b101a728eff 100644 --- a/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py +++ b/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py b/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py index 5258cb02268dd..e207a675e161e 100644 --- a/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py +++ b/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SD for Stopped HSCP in No Beam data'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SDmaker_StoppedHSCP_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/SkimMinBias_cfg.py b/Configuration/Skimming/test/SkimMinBias_cfg.py index 51102e2cfcf16..9d564326ba465 100644 --- a/Configuration/Skimming/test/SkimMinBias_cfg.py +++ b/Configuration/Skimming/test/SkimMinBias_cfg.py @@ -4,9 +4,9 @@ process = cms.Process("minBiasSkim") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('Skim for MinBias'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/SkimMinBias_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/test/SkimMinBias_cfg.py,v $') ) diff --git a/Configuration/Skimming/test/test_HSCP_SD.py b/Configuration/Skimming/test/test_HSCP_SD.py index a808886205fd8..84981574b7093 100644 --- a/Configuration/Skimming/test/test_HSCP_SD.py +++ b/Configuration/Skimming/test/test_HSCP_SD.py @@ -4,9 +4,9 @@ process = cms.Process("test") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('HSCP Secondary Dataset'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/test_HSCP_SD.py,v $') + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/Configuration/Skimming/test/test_HSCP_SD.py,v $') ) diff --git a/Configuration/Skimming/test/test_HWWskim.py b/Configuration/Skimming/test/test_HWWskim.py index 0a0b36aef74b5..3e1c0d022e916 100644 --- a/Configuration/Skimming/test/test_HWWskim.py +++ b/Configuration/Skimming/test/test_HWWskim.py @@ -6,7 +6,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('HWW central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/test_HWWskim.py,v $') + name = cms.untracked.string('$Source: $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1000) diff --git a/Configuration/Skimming/test/test_tauSkim.py b/Configuration/Skimming/test/test_tauSkim.py index c77104e1a8b5c..52d70fe89a779 100644 --- a/Configuration/Skimming/test/test_tauSkim.py +++ b/Configuration/Skimming/test/test_tauSkim.py @@ -4,9 +4,9 @@ process = cms.Process("test") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Tau central skim'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Skimming/test/test_tauSkim.py,v $') + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/Configuration/Skimming/test/test_tauSkim.py,v $') ) diff --git a/Configuration/Skimming/test/tier1/skim_BTag.py b/Configuration/Skimming/test/tier1/skim_BTag.py index efc617e535d53..e1e062278da8f 100644 --- a/Configuration/Skimming/test/tier1/skim_BTag.py +++ b/Configuration/Skimming/test/tier1/skim_BTag.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_Commissioning.py b/Configuration/Skimming/test/tier1/skim_Commissioning.py index fca77bf118c7c..136193aed0457 100644 --- a/Configuration/Skimming/test/tier1/skim_Commissioning.py +++ b/Configuration/Skimming/test/tier1/skim_Commissioning.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_Cosmics.py b/Configuration/Skimming/test/tier1/skim_Cosmics.py index c2e04cf231a10..5bd811ba06a9d 100644 --- a/Configuration/Skimming/test/tier1/skim_Cosmics.py +++ b/Configuration/Skimming/test/tier1/skim_Cosmics.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_DoubleElectron.py b/Configuration/Skimming/test/tier1/skim_DoubleElectron.py index b9967dfd97228..60018f7236115 100644 --- a/Configuration/Skimming/test/tier1/skim_DoubleElectron.py +++ b/Configuration/Skimming/test/tier1/skim_DoubleElectron.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_DoubleMu.py b/Configuration/Skimming/test/tier1/skim_DoubleMu.py index 6ed284f2503dc..fa9c70f532c71 100644 --- a/Configuration/Skimming/test/tier1/skim_DoubleMu.py +++ b/Configuration/Skimming/test/tier1/skim_DoubleMu.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_ElectronHad.py b/Configuration/Skimming/test/tier1/skim_ElectronHad.py index c5e3eb0be9a57..b769cd1e11680 100644 --- a/Configuration/Skimming/test/tier1/skim_ElectronHad.py +++ b/Configuration/Skimming/test/tier1/skim_ElectronHad.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_HT.py b/Configuration/Skimming/test/tier1/skim_HT.py index f0cc56c166d46..5a84ccfeafb4f 100644 --- a/Configuration/Skimming/test/tier1/skim_HT.py +++ b/Configuration/Skimming/test/tier1/skim_HT.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_Jet.py b/Configuration/Skimming/test/tier1/skim_Jet.py index 42a0039f655a0..22bff302d7ec9 100644 --- a/Configuration/Skimming/test/tier1/skim_Jet.py +++ b/Configuration/Skimming/test/tier1/skim_Jet.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MET.py b/Configuration/Skimming/test/tier1/skim_MET.py index 2e0b999cfccf0..1f53894ab3e6e 100644 --- a/Configuration/Skimming/test/tier1/skim_MET.py +++ b/Configuration/Skimming/test/tier1/skim_MET.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_METBTag.py b/Configuration/Skimming/test/tier1/skim_METBTag.py index 647fefb5e33b8..ec94ec263246c 100644 --- a/Configuration/Skimming/test/tier1/skim_METBTag.py +++ b/Configuration/Skimming/test/tier1/skim_METBTag.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MinimumBias.py b/Configuration/Skimming/test/tier1/skim_MinimumBias.py index a52f2af6ac992..7c1491c0c253f 100644 --- a/Configuration/Skimming/test/tier1/skim_MinimumBias.py +++ b/Configuration/Skimming/test/tier1/skim_MinimumBias.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MuEG.py b/Configuration/Skimming/test/tier1/skim_MuEG.py index 7c9eb2174f978..c4e8e3121efb6 100644 --- a/Configuration/Skimming/test/tier1/skim_MuEG.py +++ b/Configuration/Skimming/test/tier1/skim_MuEG.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MuHad.py b/Configuration/Skimming/test/tier1/skim_MuHad.py index 6ce57b483f420..af99cd38a93dc 100644 --- a/Configuration/Skimming/test/tier1/skim_MuHad.py +++ b/Configuration/Skimming/test/tier1/skim_MuHad.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MuOnia.py b/Configuration/Skimming/test/tier1/skim_MuOnia.py index 25d74d8450735..ac93fd781c5a2 100644 --- a/Configuration/Skimming/test/tier1/skim_MuOnia.py +++ b/Configuration/Skimming/test/tier1/skim_MuOnia.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_MultiJet.py b/Configuration/Skimming/test/tier1/skim_MultiJet.py index 8437ec6482bf9..2e8fd4fecbc45 100644 --- a/Configuration/Skimming/test/tier1/skim_MultiJet.py +++ b/Configuration/Skimming/test/tier1/skim_MultiJet.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.303.2.3 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_Photon.py b/Configuration/Skimming/test/tier1/skim_Photon.py index 671121f5270a4..53e9579096625 100644 --- a/Configuration/Skimming/test/tier1/skim_Photon.py +++ b/Configuration/Skimming/test/tier1/skim_Photon.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_PhotonHad.py b/Configuration/Skimming/test/tier1/skim_PhotonHad.py index 09e29f0a8ff25..6167880f0d199 100644 --- a/Configuration/Skimming/test/tier1/skim_PhotonHad.py +++ b/Configuration/Skimming/test/tier1/skim_PhotonHad.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_SingleElectron.py b/Configuration/Skimming/test/tier1/skim_SingleElectron.py index 4b58f4c999126..c560e8755c2a8 100644 --- a/Configuration/Skimming/test/tier1/skim_SingleElectron.py +++ b/Configuration/Skimming/test/tier1/skim_SingleElectron.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_SingleMu.py b/Configuration/Skimming/test/tier1/skim_SingleMu.py index 1fd8edc5d973e..e943521afaf77 100644 --- a/Configuration/Skimming/test/tier1/skim_SingleMu.py +++ b/Configuration/Skimming/test/tier1/skim_SingleMu.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_Tau.py b/Configuration/Skimming/test/tier1/skim_Tau.py index 7672cc1359ebf..b24cd6e2bdbce 100644 --- a/Configuration/Skimming/test/tier1/skim_Tau.py +++ b/Configuration/Skimming/test/tier1/skim_Tau.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/Skimming/test/tier1/skim_TauPlusX.py b/Configuration/Skimming/test/tier1/skim_TauPlusX.py index 3b4b039843e20..0b58ac6c559c4 100644 --- a/Configuration/Skimming/test/tier1/skim_TauPlusX.py +++ b/Configuration/Skimming/test/tier1/skim_TauPlusX.py @@ -32,7 +32,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('skim nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Configuration/StandardSequences/python/AlCaRecoStream_SpecialsHI_cff.py b/Configuration/StandardSequences/python/AlCaRecoStream_SpecialsHI_cff.py index d43ca288a67e9..73d59bc9da3fc 100644 --- a/Configuration/StandardSequences/python/AlCaRecoStream_SpecialsHI_cff.py +++ b/Configuration/StandardSequences/python/AlCaRecoStream_SpecialsHI_cff.py @@ -6,8 +6,8 @@ import FWCore.ParameterSet.Config as cms -# last update: $Date: 2010/11/29 09:08:16 $ by $Author: argiro $ -# $Id: AlCaRecoStream_SpecialsHI_cff.py,v 1.5 2010/11/29 09:08:16 argiro Exp $ +# last update: $Date: 2010/11/18 09:19:15 $ by $Author: argiro $ +# $Id: AlCaRecoStream_SpecialsHI_cff.py,v 1.4 2010/11/18 09:19:15 argiro Exp $ # ECAL calibration with eta from Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalEtaCalib_cff import * @@ -27,7 +27,7 @@ ) -# last update: $Date: 2010/11/29 09:08:16 $ by $Author: argiro $ +# last update: $Date: 2010/11/18 09:19:15 $ by $Author: argiro $ # ECAL calibration with pi0 from Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalPi0Calib_cff import * diff --git a/Configuration/StandardSequences/python/AlCaRecoStream_Specials_cff.py b/Configuration/StandardSequences/python/AlCaRecoStream_Specials_cff.py index 56b1f2ab85b92..7546920f6ddc9 100644 --- a/Configuration/StandardSequences/python/AlCaRecoStream_Specials_cff.py +++ b/Configuration/StandardSequences/python/AlCaRecoStream_Specials_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# last update: $Date: 2012/03/30 17:12:30 $ by $Author: cerminar $ +# last update: $Date: 2010/09/27 11:38:30 $ by $Author: argiro $ # # Special online streams # diff --git a/Configuration/StandardSequences/python/AlCaRecoStreamsHeavyIons_cff.py b/Configuration/StandardSequences/python/AlCaRecoStreamsHeavyIons_cff.py index 1192775ffe742..87132f524e248 100644 --- a/Configuration/StandardSequences/python/AlCaRecoStreamsHeavyIons_cff.py +++ b/Configuration/StandardSequences/python/AlCaRecoStreamsHeavyIons_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# last update: $Date: 2011/10/11 17:11:48 $ by $Author: cerminar $ +# last update: $Date: 2011/10/11 12:42:35 $ by $Author: cerminar $ # AlCaReco sequence definitions: diff --git a/Configuration/StandardSequences/python/AlCaRecoStreams_cff.py b/Configuration/StandardSequences/python/AlCaRecoStreams_cff.py index e3f9d2c669ee3..ddd4326c3da6a 100644 --- a/Configuration/StandardSequences/python/AlCaRecoStreams_cff.py +++ b/Configuration/StandardSequences/python/AlCaRecoStreams_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# last update: $Date: 2013/02/05 10:02:31 $ by $Author: cerminar $ +# last update: $Date: 2012/08/23 13:38:14 $ by $Author: demattia $ # AlCaReco sequence definitions: diff --git a/Configuration/StandardSequences/python/MagneticField_38T_PostLS1_cff.py b/Configuration/StandardSequences/python/MagneticField_38T_PostLS1_cff.py new file mode 100644 index 0000000000000..50abf1ede9118 --- /dev/null +++ b/Configuration/StandardSequences/python/MagneticField_38T_PostLS1_cff.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +# This cfi contains everything needed to use the VolumeBased magnetic +# field engine. +#Default is version 85l +from MagneticField.Engine.volumeBasedMagneticField_120812_largeYE4_cfi import * + + diff --git a/DPGAnalysis/SiStripTools/plugins/BigEventsDebugger.cc b/DPGAnalysis/SiStripTools/plugins/BigEventsDebugger.cc index 3fc8d41d83e0d..3215e87fda3e8 100644 --- a/DPGAnalysis/SiStripTools/plugins/BigEventsDebugger.cc +++ b/DPGAnalysis/SiStripTools/plugins/BigEventsDebugger.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Sun Nov 16 16:04:44 CET 2008 -// $Id: BigEventsDebugger.cc,v 1.3 2013/02/27 19:49:46 wmtan Exp $ +// $Id: BigEventsDebugger.cc,v 1.2 2012/12/05 21:51:54 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/EventWithHistoryEDFilter.cc b/DPGAnalysis/SiStripTools/plugins/EventWithHistoryEDFilter.cc index 699b75b30cac4..59a610f8bd0b8 100755 --- a/DPGAnalysis/SiStripTools/plugins/EventWithHistoryEDFilter.cc +++ b/DPGAnalysis/SiStripTools/plugins/EventWithHistoryEDFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Tue Dec 9 18:33:42 CET 2008 -// $Id: EventWithHistoryEDFilter.cc,v 1.4 2013/02/27 19:49:46 wmtan Exp $ +// $Id: EventWithHistoryEDFilter.cc,v 1.3 2010/01/12 09:13:04 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/EventWithHistoryProducer.cc b/DPGAnalysis/SiStripTools/plugins/EventWithHistoryProducer.cc index 93e0c10a47750..617c617d52dba 100755 --- a/DPGAnalysis/SiStripTools/plugins/EventWithHistoryProducer.cc +++ b/DPGAnalysis/SiStripTools/plugins/EventWithHistoryProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Sun Nov 30 19:05:41 CET 2008 -// $Id: EventWithHistoryProducer.cc,v 1.3 2013/02/27 19:49:46 wmtan Exp $ +// $Id: EventWithHistoryProducer.cc,v 1.2 2010/01/12 09:13:04 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/MultiplicityCorrelator.cc b/DPGAnalysis/SiStripTools/plugins/MultiplicityCorrelator.cc index 6f73991518e75..04c243802f711 100644 --- a/DPGAnalysis/SiStripTools/plugins/MultiplicityCorrelator.cc +++ b/DPGAnalysis/SiStripTools/plugins/MultiplicityCorrelator.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Mon Oct 27 17:37:53 CET 2008 -// $Id: MultiplicityCorrelator.cc,v 1.4 2013/02/27 19:49:46 wmtan Exp $ +// $Id: MultiplicityCorrelator.cc,v 1.3 2011/12/11 10:04:09 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/MultiplicityInvestigator.cc b/DPGAnalysis/SiStripTools/plugins/MultiplicityInvestigator.cc index f0f0fb67d9188..d44071071d80c 100644 --- a/DPGAnalysis/SiStripTools/plugins/MultiplicityInvestigator.cc +++ b/DPGAnalysis/SiStripTools/plugins/MultiplicityInvestigator.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Mon Oct 27 17:37:53 CET 2008 -// $Id: MultiplicityInvestigator.cc,v 1.6 2013/02/27 19:49:46 wmtan Exp $ +// $Id: MultiplicityInvestigator.cc,v 1.5 2012/02/15 11:13:25 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/MultiplicityTimeCorrelations.cc b/DPGAnalysis/SiStripTools/plugins/MultiplicityTimeCorrelations.cc index 2caf46ff76b76..22984b0cbc085 100755 --- a/DPGAnalysis/SiStripTools/plugins/MultiplicityTimeCorrelations.cc +++ b/DPGAnalysis/SiStripTools/plugins/MultiplicityTimeCorrelations.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Mon Oct 27 17:37:53 CET 2008 -// $Id: MultiplicityTimeCorrelations.cc,v 1.2 2013/02/27 19:49:47 wmtan Exp $ +// $Id: MultiplicityTimeCorrelations.cc,v 1.1 2011/03/10 16:15:13 venturia Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/OccupancyPlots.cc b/DPGAnalysis/SiStripTools/plugins/OccupancyPlots.cc index 7171e26d77b4f..456e968edfd00 100644 --- a/DPGAnalysis/SiStripTools/plugins/OccupancyPlots.cc +++ b/DPGAnalysis/SiStripTools/plugins/OccupancyPlots.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Venturi // Created: Mon Oct 27 17:37:53 CET 2008 -// $Id: OccupancyPlots.cc,v 1.4 2013/04/05 14:39:20 venturia Exp $ +// $Id: OccupancyPlots.cc,v 1.3 2013/02/27 19:49:47 wmtan Exp $ // // diff --git a/DPGAnalysis/SiStripTools/plugins/TrackerDpgAnalysis.cc b/DPGAnalysis/SiStripTools/plugins/TrackerDpgAnalysis.cc index af73ba767e75c..85860e732f8fa 100644 --- a/DPGAnalysis/SiStripTools/plugins/TrackerDpgAnalysis.cc +++ b/DPGAnalysis/SiStripTools/plugins/TrackerDpgAnalysis.cc @@ -17,7 +17,7 @@ // part of the code was inspired by http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/YGao/LhcTrackAnalyzer/ // part of the code was inspired by // other inputs from Andrea Giammanco, Gaelle Boudoul, Andrea Venturi, Steven Lowette, Gavril Giurgiu -// $Id: TrackerDpgAnalysis.cc,v 1.15 2013/05/17 11:48:53 delaer Exp $ +// $Id: TrackerDpgAnalysis.cc,v 1.14 2013/02/27 19:49:47 wmtan Exp $ // // diff --git a/DPGAnalysis/Skims/interface/HLTMuonPtFilter.h b/DPGAnalysis/Skims/interface/HLTMuonPtFilter.h index 67d44622b45a0..91b45ab0eee3a 100644 --- a/DPGAnalysis/Skims/interface/HLTMuonPtFilter.h +++ b/DPGAnalysis/Skims/interface/HLTMuonPtFilter.h @@ -5,8 +5,8 @@ * * HLTFilter to select muons above certain Pt * - * $Date: 2012/01/21 14:56:53 $ - * $Revision: 1.2 $ + * $Date: 2009/02/13 15:37:48 $ + * $Revision: 1.1 $ * \author Silvia Goy Lopez - CERN * */ diff --git a/DPGAnalysis/Skims/interface/MuonPtFilter.h b/DPGAnalysis/Skims/interface/MuonPtFilter.h index e248614f648d9..a6d15751a33d3 100644 --- a/DPGAnalysis/Skims/interface/MuonPtFilter.h +++ b/DPGAnalysis/Skims/interface/MuonPtFilter.h @@ -5,8 +5,8 @@ * * EDFilter to select muons above certain Pt * - * $Date: 2013/02/27 20:17:13 $ - * $Revision: 1.4 $ + * $Date: 2012/01/21 17:11:58 $ + * $Revision: 1.3 $ * \author Silvia Goy Lopez - CERN * */ diff --git a/DPGAnalysis/Skims/interface/TagProbeMassEDMFilter.h b/DPGAnalysis/Skims/interface/TagProbeMassEDMFilter.h index d4d660978312e..4d822e3bae389 100644 --- a/DPGAnalysis/Skims/interface/TagProbeMassEDMFilter.h +++ b/DPGAnalysis/Skims/interface/TagProbeMassEDMFilter.h @@ -16,7 +16,7 @@ // // Original Author: Nadia Adam (Princeton) // Created: Fri Jun 6 09:13:10 CDT 2008 -// $Id: TagProbeMassEDMFilter.h,v 1.2 2013/02/27 20:17:13 wmtan Exp $ +// $Id: TagProbeMassEDMFilter.h,v 1.1 2010/05/04 09:42:40 azzi Exp $ // // system include files diff --git a/DPGAnalysis/Skims/interface/TagProbeMassProducer.h b/DPGAnalysis/Skims/interface/TagProbeMassProducer.h index 221f127fb2f46..537e0995b8ace 100644 --- a/DPGAnalysis/Skims/interface/TagProbeMassProducer.h +++ b/DPGAnalysis/Skims/interface/TagProbeMassProducer.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Apr 16 10:08:13 CDT 2008 -// $Id: TagProbeMassProducer.h,v 1.2 2013/02/27 20:17:13 wmtan Exp $ +// $Id: TagProbeMassProducer.h,v 1.1 2010/05/04 09:42:40 azzi Exp $ // // system include files diff --git a/DPGAnalysis/Skims/python/BeamSplash_cfg.py b/DPGAnalysis/Skims/python/BeamSplash_cfg.py index 87ddf376f1fa4..a562e3f7ae4b8 100644 --- a/DPGAnalysis/Skims/python/BeamSplash_cfg.py +++ b/DPGAnalysis/Skims/python/BeamSplash_cfg.py @@ -43,7 +43,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/BeamSplash_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/BeamSplash_cfg.py,v $'), annotation = cms.untracked.string('BeamSplash skim') ) diff --git a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_MC_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_MC_ToscaMap090322_cfg.py index 77425d1965bdf..19755110c5fb6 100644 --- a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_MC_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_MC_ToscaMap090322_cfg.py @@ -5,7 +5,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_MC_ToscaMap090322_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim skim B') ) diff --git a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py index 93bb26e08e8e3..eeb8a131b1035 100644 --- a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py @@ -5,7 +5,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_ToscaMap090322_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim skim B') ) diff --git a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py index e00d98920e41c..c95a9f363160e 100644 --- a/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py +++ b/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py @@ -4,8 +4,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_BFieldStudies_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim skim B') ) diff --git a/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py b/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py index 738ed70468b86..168588d8e6e6b 100644 --- a/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py +++ b/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.6 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSCSkim_trial_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim skim') ) diff --git a/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py b/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py index 18c8bd4e8c196..d619b744eeef7 100644 --- a/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py +++ b/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.3 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSC_BeamHalo_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim skim') ) diff --git a/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py b/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py index 65dce351a006b..4c9bf60acbee8 100644 --- a/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py +++ b/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/CSC_Trial_BField_cfg.py,v $'), annotation = cms.untracked.string('CRAFT CSCSkim trial+BField skim') ) diff --git a/DPGAnalysis/Skims/python/CommPDSkim_cfg.py b/DPGAnalysis/Skims/python/CommPDSkim_cfg.py index d48e7a80d00f6..c509bd8614905 100644 --- a/DPGAnalysis/Skims/python/CommPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/CommPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CommPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/CommPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Combined Commissioning skim') ) diff --git a/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py b/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py index a7913c9f57ff1..900c7f539aa15 100644 --- a/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.6 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/CosmicsPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Combined Cosmics skim') ) diff --git a/DPGAnalysis/Skims/python/CosmicsPD_Skims.py b/DPGAnalysis/Skims/python/CosmicsPD_Skims.py index 2af877e6efd43..b600059d13c0d 100644 --- a/DPGAnalysis/Skims/python/CosmicsPD_Skims.py +++ b/DPGAnalysis/Skims/python/CosmicsPD_Skims.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/CosmicsPD_Skims.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/CosmicsPD_Skims.py,v $'), annotation = cms.untracked.string('CRAFT Cosmics PD skim') ) diff --git a/DPGAnalysis/Skims/python/DTskim_cfg.py b/DPGAnalysis/Skims/python/DTskim_cfg.py index 5870756065863..dcfe6dcdc4963 100644 --- a/DPGAnalysis/Skims/python/DTskim_cfg.py +++ b/DPGAnalysis/Skims/python/DTskim_cfg.py @@ -4,8 +4,8 @@ process.load("FWCore.MessageLogger.MessageLogger_cfi") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/DTskim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/DTskim_cfg.py,v $'), annotation = cms.untracked.string('Collisions DT skim') ) @@ -109,8 +109,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/DTskim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/DTskim_cfg.py,v $'), annotation = cms.untracked.string('BSC skim') ) diff --git a/DPGAnalysis/Skims/python/DoubleMuon_cfg.py b/DPGAnalysis/Skims/python/DoubleMuon_cfg.py index d42e9e14fc5de..0512d9ad29831 100644 --- a/DPGAnalysis/Skims/python/DoubleMuon_cfg.py +++ b/DPGAnalysis/Skims/python/DoubleMuon_cfg.py @@ -7,8 +7,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.6 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/DoubleMuon_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.5 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/DoubleMuon_cfg.py,v $'), annotation = cms.untracked.string('CRUZET4 DoubleMuon skim') ) diff --git a/DPGAnalysis/Skims/python/ECALActivity_cfg.py b/DPGAnalysis/Skims/python/ECALActivity_cfg.py index c223088060e18..dc922cf652e14 100644 --- a/DPGAnalysis/Skims/python/ECALActivity_cfg.py +++ b/DPGAnalysis/Skims/python/ECALActivity_cfg.py @@ -51,7 +51,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/ECALActivity_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/BeamSplash_cfg.py,v $'), annotation = cms.untracked.string('ECALActivity skim') ) diff --git a/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py b/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py index 1fb84265a95b6..70515f7a4c6be 100644 --- a/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.3 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/EGMonitorPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Combined EGMonitor skim') ) diff --git a/DPGAnalysis/Skims/python/EGPDSkim_cfg.py b/DPGAnalysis/Skims/python/EGPDSkim_cfg.py index 1e322f6e08345..205849e519ac2 100644 --- a/DPGAnalysis/Skims/python/EGPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/EGPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/EGPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/EGPDSkim_cfg.py,v $'), annotation = cms.untracked.string('EGamma skim') ) diff --git a/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py b/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py index eb1deacdf9d15..1ec094c751df2 100644 --- a/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py +++ b/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.3 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/GOODCOLL_filter_cfg.py,v $'), annotation = cms.untracked.string('Combined MinBias skim') ) diff --git a/DPGAnalysis/Skims/python/GoodVertex_cfg.py b/DPGAnalysis/Skims/python/GoodVertex_cfg.py index 07bab18e9f1ec..604f34e3c271f 100644 --- a/DPGAnalysis/Skims/python/GoodVertex_cfg.py +++ b/DPGAnalysis/Skims/python/GoodVertex_cfg.py @@ -48,8 +48,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/GoodVertex_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/GoodVertex_cfg.py,v $'), annotation = cms.untracked.string('At least two general track or one pixel track or one pixelLess track') ) diff --git a/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py b/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py index 629c45032deba..356905ec586c2 100644 --- a/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py +++ b/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py @@ -51,8 +51,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/HCALHighEnergy_cfg.py,v $'), annotation = cms.untracked.string('CRAFT HCALHighEnergy skim') ) diff --git a/DPGAnalysis/Skims/python/JetPDSkim_cfg.py b/DPGAnalysis/Skims/python/JetPDSkim_cfg.py index 6f1f7e710d0b3..65a581d1e762c 100644 --- a/DPGAnalysis/Skims/python/JetPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/JetPDSkim_cfg.py @@ -18,7 +18,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.222.2.1 $'), annotation = cms.untracked.string('skim nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py b/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py index fe5e63768131e..79c70ee8ee13e 100644 --- a/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py +++ b/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/MinBiasPDSkim_ONLYHSCP_cfg.py,v $'), annotation = cms.untracked.string('Combined MinBias skim') ) # selection eff. on 1000 events diff --git a/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py b/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py index cb1fa17c146f4..f6eccad819f22 100644 --- a/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.37 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.36 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/MinBiasPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Combined MinBias skim') ) # selection eff. on 1000 events diff --git a/DPGAnalysis/Skims/python/MuPDSkim_cfg.py b/DPGAnalysis/Skims/python/MuPDSkim_cfg.py index ba4355b557577..abae56d5eb33d 100644 --- a/DPGAnalysis/Skims/python/MuPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/MuPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.8 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/MuPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.7 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/MuPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Mu skim') ) diff --git a/DPGAnalysis/Skims/python/MultiMuon_cfg.py b/DPGAnalysis/Skims/python/MultiMuon_cfg.py index cb6466df87e54..9c45ae7ddd49a 100644 --- a/DPGAnalysis/Skims/python/MultiMuon_cfg.py +++ b/DPGAnalysis/Skims/python/MultiMuon_cfg.py @@ -20,8 +20,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/MultiMuon_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.6 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/MultiMuon_cfg.py,v $'), annotation = cms.untracked.string('CRAFT MultiMuon skim') ) diff --git a/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py b/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py index 254630e171069..2ebf13893ab1e 100644 --- a/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py +++ b/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py @@ -7,8 +7,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/PointingDoubleMultiSkim_cfg.py,v $'), annotation = cms.untracked.string('CRUZET4 DoubleMuonPointing skim') ) diff --git a/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py b/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py index aef476704240a..5c5ed72214c6c 100644 --- a/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py +++ b/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py @@ -19,8 +19,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/PtMinSelectorNoSAMu_cfg.py,v $'), annotation = cms.untracked.string('CRAFT tk and global Muon Pt 50 skim') ) diff --git a/DPGAnalysis/Skims/python/PtMinSelector_cfg.py b/DPGAnalysis/Skims/python/PtMinSelector_cfg.py index e7d32995426b4..5dd41fa140de0 100644 --- a/DPGAnalysis/Skims/python/PtMinSelector_cfg.py +++ b/DPGAnalysis/Skims/python/PtMinSelector_cfg.py @@ -20,8 +20,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/PtMinSelector_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.3 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/PtMinSelector_cfg.py,v $'), annotation = cms.untracked.string('CRAFT Muon Pt 50 skim') ) diff --git a/DPGAnalysis/Skims/python/RecoTrack_cfg.py b/DPGAnalysis/Skims/python/RecoTrack_cfg.py index 286e7168d41da..800bd49fbaac2 100644 --- a/DPGAnalysis/Skims/python/RecoTrack_cfg.py +++ b/DPGAnalysis/Skims/python/RecoTrack_cfg.py @@ -30,8 +30,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/RecoTrack_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.11 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_cfg.py,v $'), annotation = cms.untracked.string('At least two general track or one pixel track or one pixelLess track') ) diff --git a/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py b/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py index 7abaa9e28d4f7..5c1f289c5e821 100644 --- a/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py +++ b/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py @@ -47,8 +47,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/SP_TP_MM_cfg.py,v $'), annotation = cms.untracked.string('CRAFT SuperPointing TrackerPointing Multimuon skim') ) diff --git a/DPGAnalysis/Skims/python/SuperPointing_MC_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/SuperPointing_MC_ToscaMap090322_cfg.py index d5642eff4e6dd..10e62de7f8933 100644 --- a/DPGAnalysis/Skims/python/SuperPointing_MC_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/SuperPointing_MC_ToscaMap090322_cfg.py @@ -13,7 +13,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_MC_ToscaMap090322_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py,v $'), annotation = cms.untracked.string('CRAFT SuperPointing skim') ) diff --git a/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py index baf363c04d4af..e104994d44056 100644 --- a/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py @@ -12,8 +12,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_ToscaMap090322_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.13 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_cfg.py,v $'), annotation = cms.untracked.string('CRAFT SuperPointing skim') ) diff --git a/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py b/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py index 5daa8ced9488e..c23d2a0062001 100644 --- a/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py +++ b/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py @@ -8,8 +8,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_and_pixcluster_cfg.py,v $'), annotation = cms.untracked.string('CRUZET4 SuperPointing skim') ) diff --git a/DPGAnalysis/Skims/python/SuperPointing_cfg.py b/DPGAnalysis/Skims/python/SuperPointing_cfg.py index 7b604f62fcc9a..e8720de74da13 100644 --- a/DPGAnalysis/Skims/python/SuperPointing_cfg.py +++ b/DPGAnalysis/Skims/python/SuperPointing_cfg.py @@ -47,8 +47,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.14 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.13 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/SuperPointing_cfg.py,v $'), annotation = cms.untracked.string('CRAFT SuperPointing skim') ) diff --git a/DPGAnalysis/Skims/python/TrackerPointing_MC_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/TrackerPointing_MC_ToscaMap090322_cfg.py index a5278db444841..78d69e2f2cd59 100644 --- a/DPGAnalysis/Skims/python/TrackerPointing_MC_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/TrackerPointing_MC_ToscaMap090322_cfg.py @@ -14,7 +14,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_MC_ToscaMap090322_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py,v $'), annotation = cms.untracked.string('CRAFT TrackerPointing skim') ) diff --git a/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py b/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py index 329a358227cff..622b4764c761c 100644 --- a/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py +++ b/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py @@ -13,8 +13,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_ToscaMap090322_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.10 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_cfg.py,v $'), annotation = cms.untracked.string('CRAFT TrackerPointing skim') ) diff --git a/DPGAnalysis/Skims/python/TrackerPointing_cfg.py b/DPGAnalysis/Skims/python/TrackerPointing_cfg.py index 810ae34e46a95..43877f8948564 100644 --- a/DPGAnalysis/Skims/python/TrackerPointing_cfg.py +++ b/DPGAnalysis/Skims/python/TrackerPointing_cfg.py @@ -49,8 +49,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.12 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.11 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/TrackerPointing_cfg.py,v $'), annotation = cms.untracked.string('CRAFT TrackerPointing skim') ) diff --git a/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py b/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py index 89682cbbc0391..2175ac2b63547 100644 --- a/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py +++ b/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/ZeroBiasPDSkim_cfg.py,v $'), annotation = cms.untracked.string('Combined ZeroBias skim') ) # selection eff on 1000 events diff --git a/DPGAnalysis/Skims/python/bsc_activity_cfg.py b/DPGAnalysis/Skims/python/bsc_activity_cfg.py index 97a71f62d2e0d..d77916b636d32 100644 --- a/DPGAnalysis/Skims/python/bsc_activity_cfg.py +++ b/DPGAnalysis/Skims/python/bsc_activity_cfg.py @@ -66,7 +66,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/bsc_activity_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/ECALActivity_cfg.py,v $'), annotation = cms.untracked.string('BSC_ACTIVITY skim') ) diff --git a/DPGAnalysis/Skims/python/bscnobeamhalo_cfg.py b/DPGAnalysis/Skims/python/bscnobeamhalo_cfg.py index 10de61fef1bee..7c583dd48f792 100644 --- a/DPGAnalysis/Skims/python/bscnobeamhalo_cfg.py +++ b/DPGAnalysis/Skims/python/bscnobeamhalo_cfg.py @@ -36,7 +36,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/bscnobeamhalo_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/bsc_activity_cfg.py,v $'), annotation = cms.untracked.string('BSC skim') ) diff --git a/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py b/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py index 93fea05f6aa49..40d459faec4ab 100644 --- a/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py +++ b/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py @@ -30,8 +30,8 @@ '/store/data/Commissioning09/Cosmics/RECO/v5/000/105/755/228896A5-E571-DE11-A60B-001D09F2AF96.root')) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.6 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.5 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/ecalSkim_fromRECO_cfg.py,v $'), annotation = cms.untracked.string('CRAFT ecalSkim_fromRECO skim') ) diff --git a/DPGAnalysis/Skims/python/filterRecHits_cfg.py b/DPGAnalysis/Skims/python/filterRecHits_cfg.py index 3a13fbc696193..2693fcf4860b4 100644 --- a/DPGAnalysis/Skims/python/filterRecHits_cfg.py +++ b/DPGAnalysis/Skims/python/filterRecHits_cfg.py @@ -14,7 +14,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('rawreco_cfi nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py b/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py index ab9f2135af1c1..2142bc53c832e 100644 --- a/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py +++ b/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py @@ -80,8 +80,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $'), annotation = cms.untracked.string('CRAFT HCALHighEnergy ecalhighenergy and stoppedhSCP skim') ) diff --git a/DPGAnalysis/Skims/python/logErrorSkim_cfg.py b/DPGAnalysis/Skims/python/logErrorSkim_cfg.py index f37d98152cb27..eff21b354d76f 100644 --- a/DPGAnalysis/Skims/python/logErrorSkim_cfg.py +++ b/DPGAnalysis/Skims/python/logErrorSkim_cfg.py @@ -3,8 +3,8 @@ process = cms.Process("SKIM") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/logErrorSkim_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/logErrorSkim_cfg.py,v $'), annotation = cms.untracked.string('LogError skim') ) diff --git a/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py b/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py index a2a9ac5d66595..eedd4f12c7a06 100644 --- a/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py +++ b/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py @@ -79,7 +79,7 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('promptReco nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py b/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py index 1efee0cef5e30..5078b7f313ddf 100644 --- a/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py +++ b/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py @@ -79,7 +79,7 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('promptReco nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DPGAnalysis/Skims/python/skim900GeV_StreamA_MinBiasPD_cfg.py b/DPGAnalysis/Skims/python/skim900GeV_StreamA_MinBiasPD_cfg.py index 48efb90a16002..e61a15727c133 100644 --- a/DPGAnalysis/Skims/python/skim900GeV_StreamA_MinBiasPD_cfg.py +++ b/DPGAnalysis/Skims/python/skim900GeV_StreamA_MinBiasPD_cfg.py @@ -166,7 +166,7 @@ process.hltHighLevelDev3.HLTOverallPrescale = cms.uint32 (1) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('skim'), name = cms.untracked.string('skim') ) diff --git a/DPGAnalysis/Skims/python/skim900GeV_StreamA_ZeroBiasPD_cfg.py b/DPGAnalysis/Skims/python/skim900GeV_StreamA_ZeroBiasPD_cfg.py index e52e6d398c9aa..224a9de9436b8 100644 --- a/DPGAnalysis/Skims/python/skim900GeV_StreamA_ZeroBiasPD_cfg.py +++ b/DPGAnalysis/Skims/python/skim900GeV_StreamA_ZeroBiasPD_cfg.py @@ -40,7 +40,7 @@ process.hltHighLevelDev2.HLTOverallPrescale = cms.uint32 (10) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('skim'), name = cms.untracked.string('skim') ) diff --git a/DPGAnalysis/Skims/python/skim_detstatus_cfg.py b/DPGAnalysis/Skims/python/skim_detstatus_cfg.py index 0448d9b926dd6..5fc98eb3d4aa0 100644 --- a/DPGAnalysis/Skims/python/skim_detstatus_cfg.py +++ b/DPGAnalysis/Skims/python/skim_detstatus_cfg.py @@ -21,8 +21,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_detstatus_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_detstatus_cfg.py,v $'), annotation = cms.untracked.string('DCSStatus skim') ) diff --git a/DPGAnalysis/Skims/python/skim_noscrape_cfg.py b/DPGAnalysis/Skims/python/skim_noscrape_cfg.py index 7a9a5c0a57970..86660f972825c 100644 --- a/DPGAnalysis/Skims/python/skim_noscrape_cfg.py +++ b/DPGAnalysis/Skims/python/skim_noscrape_cfg.py @@ -14,7 +14,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_noscrape_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_noscrape_cfg.py,v $'), annotation = cms.untracked.string('NoScrape skim') ) diff --git a/DPGAnalysis/Skims/python/skim_physdecl_cfg.py b/DPGAnalysis/Skims/python/skim_physdecl_cfg.py index a369adcf3d513..b33c3977038f6 100644 --- a/DPGAnalysis/Skims/python/skim_physdecl_cfg.py +++ b/DPGAnalysis/Skims/python/skim_physdecl_cfg.py @@ -13,8 +13,8 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_physdecl_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_physdecl_cfg.py,v $'), annotation = cms.untracked.string('PhysDecl skim') ) diff --git a/DPGAnalysis/Skims/python/skim_scrape_pixel_prob_cfg.py b/DPGAnalysis/Skims/python/skim_scrape_pixel_prob_cfg.py index f956d527c5e5c..40eb89e404d2f 100644 --- a/DPGAnalysis/Skims/python/skim_scrape_pixel_prob_cfg.py +++ b/DPGAnalysis/Skims/python/skim_scrape_pixel_prob_cfg.py @@ -29,7 +29,7 @@ #process.configurationMetadata = cms.untracked.PSet( # version = cms.untracked.string('$Revision: 1.1 $'), -# name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_scrape_pixel_prob_cfg.py,v $'), +# name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/skim_noscrape_cfg.py,v $'), # annotation = cms.untracked.string('NoScrape skim') #) diff --git a/DPGAnalysis/Skims/python/stoppedHSCP_cfg.py b/DPGAnalysis/Skims/python/stoppedHSCP_cfg.py index d7c3b66a1bf81..b80c310a3927c 100644 --- a/DPGAnalysis/Skims/python/stoppedHSCP_cfg.py +++ b/DPGAnalysis/Skims/python/stoppedHSCP_cfg.py @@ -80,8 +80,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/stoppedHSCP_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $'), annotation = cms.untracked.string('CRAFT HCALHighEnergy ecalhighenergy and stoppedhSCP skim') ) diff --git a/DPGAnalysis/Skims/src/CSCSkim.cc b/DPGAnalysis/Skims/src/CSCSkim.cc index 3fc781f72845e..47759f6542f6f 100644 --- a/DPGAnalysis/Skims/src/CSCSkim.cc +++ b/DPGAnalysis/Skims/src/CSCSkim.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Schmitt // Created: Sat Jul 12 17:43:33 CEST 2008 -// $Id: CSCSkim.cc,v 1.12 2012/01/10 14:04:51 eulisse Exp $ +// $Id: CSCSkim.cc,v 1.11 2011/12/22 08:39:44 eulisse Exp $ // // //====================================================================== diff --git a/DPGAnalysis/Skims/src/GoodVertexFilter.cc b/DPGAnalysis/Skims/src/GoodVertexFilter.cc index eaeede28e7976..b6be18c58b2ea 100644 --- a/DPGAnalysis/Skims/src/GoodVertexFilter.cc +++ b/DPGAnalysis/Skims/src/GoodVertexFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea RIZZI // Created: Mon Dec 7 18:02:10 CET 2009 -// $Id: GoodVertexFilter.cc,v 1.5 2013/02/27 20:17:14 wmtan Exp $ +// $Id: GoodVertexFilter.cc,v 1.4 2010/02/28 20:10:01 wmtan Exp $ // // diff --git a/DPGAnalysis/Skims/src/HCALHighEnergyFilter.cc b/DPGAnalysis/Skims/src/HCALHighEnergyFilter.cc index 75c6f0eeca6b1..870fe8a1bf7a4 100644 --- a/DPGAnalysis/Skims/src/HCALHighEnergyFilter.cc +++ b/DPGAnalysis/Skims/src/HCALHighEnergyFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Kenneth Case Rossato // Created: Tue Aug 19 16:13:10 CEST 2008 -// $Id: HCALHighEnergyFilter.cc,v 1.5 2013/02/27 20:17:14 wmtan Exp $ +// $Id: HCALHighEnergyFilter.cc,v 1.4 2010/02/17 22:40:55 wdd Exp $ // // diff --git a/DPGAnalysis/Skims/src/HLTMuonPtFilter.cc b/DPGAnalysis/Skims/src/HLTMuonPtFilter.cc index f7ea9667bafb9..3970cf133dc9f 100644 --- a/DPGAnalysis/Skims/src/HLTMuonPtFilter.cc +++ b/DPGAnalysis/Skims/src/HLTMuonPtFilter.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/01/21 18:00:01 $ - * $Revision: 1.4 $ + * $Date: 2012/01/21 14:56:53 $ + * $Revision: 1.3 $ * \author Silvia Goy Lopez - CERN */ diff --git a/DPGAnalysis/Skims/src/HcalHPDFilter.cc b/DPGAnalysis/Skims/src/HcalHPDFilter.cc index 97301b00b5de5..bc4a0045d3a2f 100644 --- a/DPGAnalysis/Skims/src/HcalHPDFilter.cc +++ b/DPGAnalysis/Skims/src/HcalHPDFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Efe Yazgan // Created: Thu Jul 24 10:31:07 CEST 2008 -// $Id: HcalHPDFilter.cc,v 1.3 2013/02/27 20:17:14 wmtan Exp $ +// $Id: HcalHPDFilter.cc,v 1.2 2009/12/18 00:03:10 wmtan Exp $ // // diff --git a/DPGAnalysis/Skims/src/LogErrorEventFilter.cc b/DPGAnalysis/Skims/src/LogErrorEventFilter.cc index a0908927c34b0..093f1fc323a53 100644 --- a/DPGAnalysis/Skims/src/LogErrorEventFilter.cc +++ b/DPGAnalysis/Skims/src/LogErrorEventFilter.cc @@ -1,5 +1,5 @@ // -// $Id: LogErrorEventFilter.cc,v 1.5 2013/05/17 21:41:49 chrjones Exp $ +// $Id: LogErrorEventFilter.cc,v 1.4 2013/04/09 10:06:10 davidlt Exp $ // /** @@ -7,7 +7,7 @@ \brief Use StandAlone track to define the 4-momentum of a PAT Muon (normally the global one is used) \author Giovanni Petrucciani - \version $Id: LogErrorEventFilter.cc,v 1.5 2013/05/17 21:41:49 chrjones Exp $ + \version $Id: LogErrorEventFilter.cc,v 1.4 2013/04/09 10:06:10 davidlt Exp $ */ diff --git a/DPGAnalysis/Skims/src/MuonPtFilter.cc b/DPGAnalysis/Skims/src/MuonPtFilter.cc index fc237e2930854..bad74762d3a95 100644 --- a/DPGAnalysis/Skims/src/MuonPtFilter.cc +++ b/DPGAnalysis/Skims/src/MuonPtFilter.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/01/21 17:15:54 $ - * $Revision: 1.4 $ + * $Date: 2012/01/21 14:56:53 $ + * $Revision: 1.3 $ * \author Silvia Goy Lopez - CERN */ diff --git a/DPGAnalysis/Skims/src/NMaxPerLumi.cc b/DPGAnalysis/Skims/src/NMaxPerLumi.cc index 7ba96317de549..052e104ac579f 100644 --- a/DPGAnalysis/Skims/src/NMaxPerLumi.cc +++ b/DPGAnalysis/Skims/src/NMaxPerLumi.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Fri Apr 9 18:54:59 CEST 2010 -// $Id: NMaxPerLumi.cc,v 1.4 2013/02/27 20:17:14 wmtan Exp $ +// $Id: NMaxPerLumi.cc,v 1.3 2010/10/03 10:15:07 elmer Exp $ // // diff --git a/DPGAnalysis/Skims/src/PickEvents.cc b/DPGAnalysis/Skims/src/PickEvents.cc index 40916df048d6c..e692ce78a2356 100644 --- a/DPGAnalysis/Skims/src/PickEvents.cc +++ b/DPGAnalysis/Skims/src/PickEvents.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Henry Schmitt // Created: Mon Sep 15 19:36:37 CEST 2008 -// $Id: PickEvents.cc,v 1.5 2013/02/27 20:17:14 wmtan Exp $ +// $Id: PickEvents.cc,v 1.4 2010/08/07 14:55:55 wmtan Exp $ // Modified: 27/03/2009 Luca Malgeri // reading external file, defining selection syntax // diff --git a/DPGAnalysis/Skims/src/RPCNoise.cc b/DPGAnalysis/Skims/src/RPCNoise.cc index adc4e8a5bcf99..26f1fc42a8d31 100644 --- a/DPGAnalysis/Skims/src/RPCNoise.cc +++ b/DPGAnalysis/Skims/src/RPCNoise.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Henry Schmitt // Created: Thu Oct 30 21:31:44 CET 2008 -// $Id: RPCNoise.cc,v 1.4 2013/02/27 20:17:14 wmtan Exp $ +// $Id: RPCNoise.cc,v 1.3 2010/08/07 14:55:55 wmtan Exp $ // // // system include files diff --git a/DPGAnalysis/Skims/src/RecHitEnergyFilter.cc b/DPGAnalysis/Skims/src/RecHitEnergyFilter.cc index d9a7cb6b987be..1f8f3e719e334 100644 --- a/DPGAnalysis/Skims/src/RecHitEnergyFilter.cc +++ b/DPGAnalysis/Skims/src/RecHitEnergyFilter.cc @@ -13,7 +13,7 @@ // // Original Author: James Jackson // Created: Mon Jan 11 09:57:58 CET 2010 -// $Id: RecHitEnergyFilter.cc,v 1.2 2013/02/27 20:17:14 wmtan Exp $ +// $Id: RecHitEnergyFilter.cc,v 1.1 2010/03/06 22:12:30 malgeri Exp $ // // diff --git a/DPGAnalysis/Skims/src/SecondaryVertexFilter.cc b/DPGAnalysis/Skims/src/SecondaryVertexFilter.cc index 82a036302500a..fa63049e2b992 100644 --- a/DPGAnalysis/Skims/src/SecondaryVertexFilter.cc +++ b/DPGAnalysis/Skims/src/SecondaryVertexFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea RIZZI // Created: Mon Dec 7 18:02:10 CET 2009 -// $Id: SecondaryVertexFilter.cc,v 1.3 2013/02/27 20:17:14 wmtan Exp $ +// $Id: SecondaryVertexFilter.cc,v 1.2 2010/02/17 23:39:10 wmtan Exp $ // // diff --git a/DPGAnalysis/Skims/src/TagProbeMassEDMFilter.cc b/DPGAnalysis/Skims/src/TagProbeMassEDMFilter.cc index fd0239ca7d62c..ef64967f923a2 100644 --- a/DPGAnalysis/Skims/src/TagProbeMassEDMFilter.cc +++ b/DPGAnalysis/Skims/src/TagProbeMassEDMFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Nadia Adam // Created: Fri Jun 6 09:10:41 CDT 2008 -// $Id: TagProbeMassEDMFilter.cc,v 1.3 2010/10/31 17:40:03 wmtan Exp $ +// $Id: TagProbeMassEDMFilter.cc,v 1.2 2010/08/07 14:55:55 wmtan Exp $ // // diff --git a/DPGAnalysis/Skims/src/TagProbeMassProducer.cc b/DPGAnalysis/Skims/src/TagProbeMassProducer.cc index de9b4fadafca2..c6ebfb6dfa5c4 100644 --- a/DPGAnalysis/Skims/src/TagProbeMassProducer.cc +++ b/DPGAnalysis/Skims/src/TagProbeMassProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Nadia Adam // Created: Wed Apr 16 09:46:30 CDT 2008 -// $Id: TagProbeMassProducer.cc,v 1.2 2010/08/07 14:55:55 wmtan Exp $ +// $Id: TagProbeMassProducer.cc,v 1.1 2010/05/04 09:42:40 azzi Exp $ // // diff --git a/DQM/BeamMonitor/plugins/AlcaBeamMonitor.cc b/DQM/BeamMonitor/plugins/AlcaBeamMonitor.cc index c63a67ec54a2d..3a5f08b9da2f1 100644 --- a/DQM/BeamMonitor/plugins/AlcaBeamMonitor.cc +++ b/DQM/BeamMonitor/plugins/AlcaBeamMonitor.cc @@ -1,8 +1,8 @@ /* * \file AlcaBeamMonitor.cc * \author Lorenzo Uplegger/FNAL - * $Date: 2011/03/22 03:07:39 $ - * $Revision: 1.9 $ + * $Date: 2010/10/14 23:05:23 $ + * $Revision: 1.8 $ * */ diff --git a/DQM/BeamMonitor/plugins/AlcaBeamMonitor.h b/DQM/BeamMonitor/plugins/AlcaBeamMonitor.h index 3c8b375a8cb00..ebd2e323304ed 100644 --- a/DQM/BeamMonitor/plugins/AlcaBeamMonitor.h +++ b/DQM/BeamMonitor/plugins/AlcaBeamMonitor.h @@ -3,8 +3,8 @@ /** \class AlcaBeamMonitor * * - * $Date: 2010/09/24 06:36:04 $ - * $Revision: 1.5 $ + * $Date: 2010/09/22 22:53:37 $ + * $Revision: 1.4 $ * \author Lorenzo Uplegger/FNAL * */ diff --git a/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.cc b/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.cc index 443f0b506da70..d2bca869c2b86 100644 --- a/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.cc +++ b/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file AlcaBeamMonitorClient.cc * \author Lorenzo Uplegger/FNAL - * $Date: 2011/01/06 17:35:56 $ - * $Revision: 1.5 $ + * $Date: 2010/11/08 21:44:51 $ + * $Revision: 1.4 $ * */ diff --git a/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.h b/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.h index 10dac7d0c13d4..4f9d1b566c215 100644 --- a/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.h +++ b/DQM/BeamMonitor/plugins/AlcaBeamMonitorClient.h @@ -3,8 +3,8 @@ /** \class AlcaBeamMonitorClient * * - * $Date: 2010/09/24 06:36:05 $ - * $Revision: 1.2 $ + * $Date: 2010/09/22 22:53:37 $ + * $Revision: 1.1 $ * \author Lorenzo Uplegger/FNAL * */ diff --git a/DQM/BeamMonitor/plugins/BeamConditionsMonitor.cc b/DQM/BeamMonitor/plugins/BeamConditionsMonitor.cc index 26fa206a6e5ff..03ac0b130f377 100644 --- a/DQM/BeamMonitor/plugins/BeamConditionsMonitor.cc +++ b/DQM/BeamMonitor/plugins/BeamConditionsMonitor.cc @@ -2,8 +2,8 @@ * \file BeamConditionsMonitor.cc * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL - * $Date: 2010/07/20 20:23:27 $ - * $Revision: 1.9 $ + * $Date: 2010/05/11 23:55:02 $ + * $Revision: 1.7 $ * */ diff --git a/DQM/BeamMonitor/plugins/BeamConditionsMonitor.h b/DQM/BeamMonitor/plugins/BeamConditionsMonitor.h index 0ac2c7832d65d..26872d1b29d60 100644 --- a/DQM/BeamMonitor/plugins/BeamConditionsMonitor.h +++ b/DQM/BeamMonitor/plugins/BeamConditionsMonitor.h @@ -3,8 +3,8 @@ /** \class BeamConditionsMonitor * * - * $Date: 2010/05/11 23:56:07 $ - * $Revision: 1.1 $ + * $Date: 2010/02/09 08:31:43 $ + * $Revision: 1.5 $ * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL * diff --git a/DQM/BeamMonitor/plugins/BeamMonitor.cc b/DQM/BeamMonitor/plugins/BeamMonitor.cc index cf6fb002248b1..8b01030c00eb1 100644 --- a/DQM/BeamMonitor/plugins/BeamMonitor.cc +++ b/DQM/BeamMonitor/plugins/BeamMonitor.cc @@ -2,8 +2,8 @@ * \file BeamMonitor.cc * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL - * $Date: 2012/03/13 13:27:28 $ - * $Revision: 1.76 $ + * $Date: 2011/11/04 10:47:14 $ + * $Revision: 1.75 $ */ diff --git a/DQM/BeamMonitor/plugins/BeamMonitor.h b/DQM/BeamMonitor/plugins/BeamMonitor.h index 89d2a01b2fbc7..8de657e3d55ef 100644 --- a/DQM/BeamMonitor/plugins/BeamMonitor.h +++ b/DQM/BeamMonitor/plugins/BeamMonitor.h @@ -3,8 +3,8 @@ /** \class BeamMonitor * * - * $Date: 2011/05/12 11:48:33 $ - * $Revision: 1.11 $ + * $Date: 2011/02/28 16:44:29 $ + * $Revision: 1.10 $ * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL * diff --git a/DQM/BeamMonitor/plugins/BeamMonitorBx.cc b/DQM/BeamMonitor/plugins/BeamMonitorBx.cc index 0354f3feaad1f..4ae70e32e8695 100644 --- a/DQM/BeamMonitor/plugins/BeamMonitorBx.cc +++ b/DQM/BeamMonitor/plugins/BeamMonitorBx.cc @@ -2,8 +2,8 @@ * \file BeamMonitorBx.cc * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL - * $Date: 2011/02/22 17:52:44 $ - * $Revision: 1.15 $ + * $Date: 2010/10/14 23:05:23 $ + * $Revision: 1.14 $ * */ diff --git a/DQM/BeamMonitor/plugins/BeamMonitorBx.h b/DQM/BeamMonitor/plugins/BeamMonitorBx.h index 98b3c3c28ffd6..7619d9a2235e3 100644 --- a/DQM/BeamMonitor/plugins/BeamMonitorBx.h +++ b/DQM/BeamMonitor/plugins/BeamMonitorBx.h @@ -3,8 +3,8 @@ /** \class BeamMonitorBx * * - * $Date: 2010/07/29 22:15:24 $ - * $Revision: 1.8 $ + * $Date: 2010/07/15 04:19:32 $ + * $Revision: 1.7 $ * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL * diff --git a/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.cc b/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.cc index 19f2ef8e0dcc1..cc8e3999d8727 100644 --- a/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.cc +++ b/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.cc @@ -2,8 +2,8 @@ * \file BeamSpotProblemMonitor.cc * \author Sushil S. Chauhan/UC Davis * - * $Date: 2012/12/10 05:07:33 $ - * $Revision: 1.3 $ + * $Date: 2012/12/09 11:36:56 $ + * $Revision: 1.2 $ */ diff --git a/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.h b/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.h index f45bc1998da8d..1f8c69fab74fb 100644 --- a/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.h +++ b/DQM/BeamMonitor/plugins/BeamSpotProblemMonitor.h @@ -3,8 +3,8 @@ /** \class BeamSpotProblemMonitor * * - * $Date: 2012/05/22 19:44:16 $ - * $Revision: 1.1 $ + * $Date: 2011/05/12 11:48:33 $ + * $Revision: 1.11 $ * \author Sushil S. Chauhan/UC Davis * * diff --git a/DQM/BeamMonitor/plugins/PixelVTXMonitor.cc b/DQM/BeamMonitor/plugins/PixelVTXMonitor.cc index 71cacad05ce70..573aec0720993 100644 --- a/DQM/BeamMonitor/plugins/PixelVTXMonitor.cc +++ b/DQM/BeamMonitor/plugins/PixelVTXMonitor.cc @@ -2,8 +2,8 @@ * \file PixelVTXMonitor.cc * \author S. Dutta * Last Update: - * $Date: 2011/08/30 06:21:16 $ - * $Revision: 1.6 $ + * $Date: 2011/08/28 10:36:17 $ + * $Revision: 1.5 $ * $Author: dutta $ * * Description: Pixel Vertex Monitoring for different HLT paths diff --git a/DQM/BeamMonitor/plugins/PixelVTXMonitor.h b/DQM/BeamMonitor/plugins/PixelVTXMonitor.h index 784e9f6076647..46528d62727d7 100644 --- a/DQM/BeamMonitor/plugins/PixelVTXMonitor.h +++ b/DQM/BeamMonitor/plugins/PixelVTXMonitor.h @@ -3,8 +3,8 @@ * * DQM FED Client * - * $Date: 2011/08/28 10:36:17 $ - * $Revision: 1.2 $ + * $Date: 2011/08/10 05:14:06 $ + * $Revision: 1.1 $ * \author S. Dutta * */ diff --git a/DQM/BeamMonitor/plugins/TKStatus.h b/DQM/BeamMonitor/plugins/TKStatus.h index 03999d21e7e93..8c65880f93695 100644 --- a/DQM/BeamMonitor/plugins/TKStatus.h +++ b/DQM/BeamMonitor/plugins/TKStatus.h @@ -3,8 +3,8 @@ /** \class TKStatus * * - * $Date: 2010/06/03 21:03:51 $ - * $Revision: 1.2 $ + * $Date: 2010/05/11 23:56:07 $ + * $Revision: 1.1 $ * \author Geng-yuan Jeng/UC Riverside * Francisco Yumiceva/FNAL * diff --git a/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.cc b/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.cc index ec31275f58df5..df20d02bee334 100644 --- a/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.cc +++ b/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Mauro Dinardo,28 S-020,+41227673777, // Created: Tue Feb 23 13:15:31 CET 2010 -// $Id: Vx3DHLTAnalyzer.cc,v 1.106 2012/12/07 10:03:22 eulisse Exp $ +// $Id: Vx3DHLTAnalyzer.cc,v 1.105 2012/09/14 07:50:15 davidlt Exp $ #include "DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h" diff --git a/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h b/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h index 9b5d5266f8f91..c3ffd698bf172 100644 --- a/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h +++ b/DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Mauro Dinardo,28 S-020,+41227673777, // Created: Tue Feb 23 13:15:31 CET 2010 -// $Id: Vx3DHLTAnalyzer.h,v 1.14 2010/10/14 23:05:23 wmtan Exp $ +// $Id: Vx3DHLTAnalyzer.h,v 1.13 2010/08/05 14:06:48 dinardo Exp $ // // diff --git a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc index 1259856a27467..6fb3f2195e8ae 100644 --- a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc +++ b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc @@ -2,8 +2,8 @@ /* * \file DTBlockedROChannelsTest.cc * - * $Date: 2012/03/13 09:00:51 $ - * $Revision: 1.14 $ + * $Date: 2011/06/10 13:50:12 $ + * $Revision: 1.13 $ * \author G. Cerminara - University and INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.h b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.h index 804c1827e930e..d323963f7b741 100644 --- a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.h +++ b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.h @@ -5,8 +5,8 @@ * * * DQM Client to Summarize LS by LS the status of the Read-Out channels. * - * $Date: 2012/03/13 09:00:51 $ - * $Revision: 1.6 $ + * $Date: 2010/06/21 14:55:01 $ + * $Revision: 1.5 $ * \author G. Cerminara - University and INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTCertificationSummary.cc b/DQM/DTMonitorClient/src/DTCertificationSummary.cc index ca110a4e1aae5..6c242c5e046d6 100644 --- a/DQM/DTMonitorClient/src/DTCertificationSummary.cc +++ b/DQM/DTMonitorClient/src/DTCertificationSummary.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/22 15:32:04 $ - * $Revision: 1.5 $ + * $Date: 2010/01/05 10:15:45 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTCertificationSummary.h b/DQM/DTMonitorClient/src/DTCertificationSummary.h index c7360efde0024..eb08495e21097 100644 --- a/DQM/DTMonitorClient/src/DTCertificationSummary.h +++ b/DQM/DTMonitorClient/src/DTCertificationSummary.h @@ -4,8 +4,8 @@ /** \class DTCertificationSummary * No description available. * - * $Date: 2010/01/22 15:32:04 $ - * $Revision: 1.4 $ + * $Date: 2010/01/05 10:15:45 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.cc b/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.cc index 9a918832884c6..5d16f9ce373f0 100644 --- a/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.cc +++ b/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/10/31 17:22:23 $ - * $Revision: 1.9 $ + * $Date: 2010/01/22 15:32:04 $ + * $Revision: 1.8 $ * \author M. Pelliccioni - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.h b/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.h index bce9a4c0bf04c..008a4e3bf449a 100644 --- a/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.h +++ b/DQM/DTMonitorClient/src/DTChamberEfficiencyClient.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/10/31 17:22:23 $ - * $Revision: 1.7 $ + * $Date: 2010/01/22 15:32:04 $ + * $Revision: 1.6 $ * \author M. Pelliccioni - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.cc b/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.cc index 859f641caa4c6..6e90e88312f29 100644 --- a/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.cc +++ b/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:45 $ - * $Revision: 1.15 $ + * $Date: 2008/10/22 09:40:34 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.h b/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.h index 7404605c53707..801d2ad5108cc 100644 --- a/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.h +++ b/DQM/DTMonitorClient/src/DTChamberEfficiencyTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:45 $ - * $Revision: 1.8 $ + * $Date: 2008/10/22 09:41:15 $ + * $Revision: 1.7 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTCreateSummaryHistos.cc b/DQM/DTMonitorClient/src/DTCreateSummaryHistos.cc index ed76fb0711ee1..1508d3b06d127 100644 --- a/DQM/DTMonitorClient/src/DTCreateSummaryHistos.cc +++ b/DQM/DTMonitorClient/src/DTCreateSummaryHistos.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/24 09:17:30 $ - * $Revision: 1.6 $ + * $Date: 2010/01/05 10:15:45 $ + * $Revision: 1.5 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTCreateSummaryHistos.h b/DQM/DTMonitorClient/src/DTCreateSummaryHistos.h index ad4a7239880f4..6209c9b24e4c1 100644 --- a/DQM/DTMonitorClient/src/DTCreateSummaryHistos.h +++ b/DQM/DTMonitorClient/src/DTCreateSummaryHistos.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:45 $ - * $Revision: 1.4 $ + * $Date: 2008/03/01 00:39:51 $ + * $Revision: 1.3 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTDAQInfo.cc b/DQM/DTMonitorClient/src/DTDAQInfo.cc index 4c18e5f745df6..d7dce70e969e7 100644 --- a/DQM/DTMonitorClient/src/DTDAQInfo.cc +++ b/DQM/DTMonitorClient/src/DTDAQInfo.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:45 $ - * $Revision: 1.6 $ + * $Date: 2009/10/19 14:06:00 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTDAQInfo.h b/DQM/DTMonitorClient/src/DTDAQInfo.h index a189d08232b01..a5470e113558e 100644 --- a/DQM/DTMonitorClient/src/DTDAQInfo.h +++ b/DQM/DTMonitorClient/src/DTDAQInfo.h @@ -4,8 +4,8 @@ /** \class DTDAQInfo * No description available. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.4 $ + * $Date: 2009/10/19 14:06:00 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTDCSByLumiSummary.cc b/DQM/DTMonitorClient/src/DTDCSByLumiSummary.cc index 971bbb41f1f5e..c151b72625c01 100644 --- a/DQM/DTMonitorClient/src/DTDCSByLumiSummary.cc +++ b/DQM/DTMonitorClient/src/DTDCSByLumiSummary.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/03/02 14:00:29 $ - * $Revision: 1.1 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.2 $ * \author C. Battilana - CIEMAT * \author P. Bellan - INFN PD * \author A. Branca = INFN PD diff --git a/DQM/DTMonitorClient/src/DTDCSByLumiSummary.h b/DQM/DTMonitorClient/src/DTDCSByLumiSummary.h index c273c8cf7ca7a..0d0047ff3793b 100644 --- a/DQM/DTMonitorClient/src/DTDCSByLumiSummary.h +++ b/DQM/DTMonitorClient/src/DTDCSByLumiSummary.h @@ -4,8 +4,8 @@ /** \class DTDCSByLumiSummary * No description available. * - * $Date: 2011/03/02 14:00:06 $ - * $Revision: 1.1 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.2 $ * \author C. Battilana - CIEMAT * \author P. Bellan - INFN PD * \author A. Branca = INFN PD diff --git a/DQM/DTMonitorClient/src/DTDCSSummary.cc b/DQM/DTMonitorClient/src/DTDCSSummary.cc index 24d2a37afe8a1..ecacb40beac69 100644 --- a/DQM/DTMonitorClient/src/DTDCSSummary.cc +++ b/DQM/DTMonitorClient/src/DTDCSSummary.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.2 $ + * $Date: 2009/03/02 17:03:50 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTDCSSummary.h b/DQM/DTMonitorClient/src/DTDCSSummary.h index 40c9edd901b28..203cedddc9bd9 100644 --- a/DQM/DTMonitorClient/src/DTDCSSummary.h +++ b/DQM/DTMonitorClient/src/DTDCSSummary.h @@ -4,8 +4,8 @@ /** \class DTDCSSummary * No description available. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.2 $ + * $Date: 2009/03/02 17:03:50 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTDataIntegrityTest.cc b/DQM/DTMonitorClient/src/DTDataIntegrityTest.cc index cdea53469da86..b70c901c1b5d5 100644 --- a/DQM/DTMonitorClient/src/DTDataIntegrityTest.cc +++ b/DQM/DTMonitorClient/src/DTDataIntegrityTest.cc @@ -2,8 +2,8 @@ /* * \file DTDataIntegrityTest.cc * - * $Date: 2011/07/29 16:23:07 $ - * $Revision: 1.39 $ + * $Date: 2011/06/10 13:50:12 $ + * $Revision: 1.38 $ * \author S. Bolognesi - CERN * */ diff --git a/DQM/DTMonitorClient/src/DTDataIntegrityTest.h b/DQM/DTMonitorClient/src/DTDataIntegrityTest.h index 06850e6d98ccb..530ed773a6584 100644 --- a/DQM/DTMonitorClient/src/DTDataIntegrityTest.h +++ b/DQM/DTMonitorClient/src/DTDataIntegrityTest.h @@ -5,8 +5,8 @@ * * * DQM Client to check the data integrity * - * $Date: 2010/03/15 09:45:52 $ - * $Revision: 1.14 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.13 $ * \author S. Bolognesi - INFN TO * */ diff --git a/DQM/DTMonitorClient/src/DTDeadChannelTest.cc b/DQM/DTMonitorClient/src/DTDeadChannelTest.cc index 24a5bf20a73df..ce67a8d512424 100644 --- a/DQM/DTMonitorClient/src/DTDeadChannelTest.cc +++ b/DQM/DTMonitorClient/src/DTDeadChannelTest.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.15 $ + * $Date: 2008/12/13 10:02:28 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTDeadChannelTest.h b/DQM/DTMonitorClient/src/DTDeadChannelTest.h index 90e2c1a6222a4..957c7c53bf014 100644 --- a/DQM/DTMonitorClient/src/DTDeadChannelTest.h +++ b/DQM/DTMonitorClient/src/DTDeadChannelTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.7 $ + * $Date: 2008/03/01 00:39:51 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTEfficiencyTest.cc b/DQM/DTMonitorClient/src/DTEfficiencyTest.cc index 4dfb64ce66ffc..b8775e0462785 100644 --- a/DQM/DTMonitorClient/src/DTEfficiencyTest.cc +++ b/DQM/DTMonitorClient/src/DTEfficiencyTest.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/24 09:17:30 $ - * $Revision: 1.20 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.19 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTEfficiencyTest.h b/DQM/DTMonitorClient/src/DTEfficiencyTest.h index 89125ccbd5414..d58e051f36c91 100644 --- a/DQM/DTMonitorClient/src/DTEfficiencyTest.h +++ b/DQM/DTMonitorClient/src/DTEfficiencyTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.8 $ + * $Date: 2008/03/01 00:39:51 $ + * $Revision: 1.7 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTFineDelayCorr.cc b/DQM/DTMonitorClient/src/DTFineDelayCorr.cc index 6946c1893d49a..5ebd905c2273b 100644 --- a/DQM/DTMonitorClient/src/DTFineDelayCorr.cc +++ b/DQM/DTMonitorClient/src/DTFineDelayCorr.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/24 09:17:30 $ - * $Revision: 1.5 $ + * $Date: 2011/03/07 11:58:15 $ + * $Revision: 1.4 $ * \author M. Giunta, C. Battilana */ diff --git a/DQM/DTMonitorClient/src/DTFineDelayCorr.h b/DQM/DTMonitorClient/src/DTFineDelayCorr.h index 3737aec56243c..9faf1e7429f60 100644 --- a/DQM/DTMonitorClient/src/DTFineDelayCorr.h +++ b/DQM/DTMonitorClient/src/DTFineDelayCorr.h @@ -5,8 +5,8 @@ * * * Class to calculate corrections to the fine delays loaded in DT MiniCrates * - * $Date: 2010/01/07 10:51:14 $ - * $Revision: 1.2 $ + * $Date: 2009/10/30 14:27:54 $ + * $Revision: 1.1 $ * \author M. Giunta, C. Battilana * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.cc index b511d1007c8a0..dbc3e163cb641 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.17 $ + * $Date: 2010/01/26 17:46:03 $ + * $Revision: 1.16 $ * \author C. Battilana S. Marcellini - INFN Bologna */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.h index 307f83f58a800..bec2dc06d0560 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.h @@ -6,8 +6,8 @@ * * * DQM Base for TriggerTests * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.10 $ + * $Date: 2010/01/26 17:46:03 $ + * $Revision: 1.9 $ * \author C. Battilana S. Marcellini - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.cc index 487b021616c10..a9ba9f61831b6 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.10 $ + * $Date: 2009/08/03 16:10:19 $ + * $Revision: 1.9 $ * \author C. Battilana S. Marcellini - INFN Bologna */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.h index a29493d4466af..141e53dc76d1a 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerEfficiencyTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.5 $ + * $Date: 2009/08/03 16:10:23 $ + * $Revision: 1.4 $ * \author C. Battilana S. Marcellini - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.cc index f5e0326badc4e..106e431cc3022 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.cc @@ -153,7 +153,7 @@ void DTLocalTriggerLutTest::runClientDiagnostic() { phiSlope = ffPhi->GetParameter(1); phiCorr = TrackPhitkvsPhitrig->GetCorrelationFactor(); } - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError(category()) << "[" << testName << "Test]: Error fitting PhitkvsPhitrig for Wheel " << wh <<" Sector " << sect << " Station " << stat; } @@ -189,7 +189,7 @@ void DTLocalTriggerLutTest::runClientDiagnostic() { phibSlope = ffPhib->GetParameter(1); phibCorr = TrackPhibtkvsPhibtrig->GetCorrelationFactor(); } - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError(category()) << "[" << testName << "Test]: Error fitting PhibtkvsPhibtrig for Wheel " << wh <<" Sector " << sect << " Station " << stat; } @@ -225,7 +225,7 @@ void DTLocalTriggerLutTest::runClientDiagnostic() { phiMean = ffPhi->GetParameter(1); phiRMS = ffPhi->GetParameter(2); } - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError(category()) << "[" << testName << "Test]: Error fitting PhiResidual for Wheel " << wh <<" Sector " << sect << " Station " << stat; } @@ -261,7 +261,7 @@ void DTLocalTriggerLutTest::runClientDiagnostic() { phibMean = ffPhib->GetParameter(1); phibRMS = ffPhib->GetParameter(2); } - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError(category()) << "[" << testName << "Test]: Error fitting PhibResidual for Wheel " << wh <<" Sector " << sect << " Station " << stat; } diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.h index ff090912ed1ec..9957f6cf00be8 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerLutTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.6 $ + * $Date: 2009/08/03 16:10:27 $ + * $Revision: 1.5 $ * \author C. Battilana S. Marcellini - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.cc index c8d021d026d0c..61a3ee0673530 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.cc @@ -128,7 +128,7 @@ void DTLocalTriggerSynchTest::runClientDiagnostic() { makeRatioME(numH,denH,ratioH); try { getHisto(ratioH)->Fit("pol8","CQO"); - } catch (...) { + } catch (cms::Exception& iException) { edm::LogPrint(category()) << "[" << testName << "Test]: Error fitting " << ratioH->getName() << " returned 0" << endl; diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.h index 89236261c3310..f96a2b5d8fd13 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerSynchTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/07 10:51:14 $ - * $Revision: 1.4 $ + * $Date: 2009/11/02 14:43:41 $ + * $Revision: 1.3 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.cc index a206268521e6a..69f2e8063127d 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.4 $ + * $Date: 2009/06/09 13:20:05 $ + * $Revision: 1.3 $ * \author C. Battilana S. Marcellini - INFN Bologna */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.h index 10f64d69b9038..329ad5ee9ab42 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerTPTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.2 $ + * $Date: 2008/11/05 11:49:48 $ + * $Revision: 1.1 $ * \author C. Battilana S. Marcellini - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerTest.cc b/DQM/DTMonitorClient/src/DTLocalTriggerTest.cc index ccfbd4a1515fd..f9ea7e1ae4801 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerTest.cc +++ b/DQM/DTMonitorClient/src/DTLocalTriggerTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.32 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.31 $ * \author C. Battilana S. Marcellini - INFN Bologna */ diff --git a/DQM/DTMonitorClient/src/DTLocalTriggerTest.h b/DQM/DTMonitorClient/src/DTLocalTriggerTest.h index bfecac6095609..32afdac1f7a1b 100644 --- a/DQM/DTMonitorClient/src/DTLocalTriggerTest.h +++ b/DQM/DTMonitorClient/src/DTLocalTriggerTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.15 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.14 $ * \author C. Battilana S. Marcellini - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.cc b/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.cc index ee40d376fb9df..eb9852c27e887 100644 --- a/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.cc +++ b/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/21 10:47:53 $ - * $Revision: 1.17 $ + * $Date: 2011/06/10 13:50:12 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.h b/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.h index c1d47e4330c4b..efb5a12e7794c 100644 --- a/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.h +++ b/DQM/DTMonitorClient/src/DTNoiseAnalysisTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/06/15 10:53:19 $ - * $Revision: 1.7 $ + * $Date: 2011/06/10 13:50:12 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTNoiseTest.cc b/DQM/DTMonitorClient/src/DTNoiseTest.cc index e79c34fc84a5e..f309000d6dd7a 100644 --- a/DQM/DTMonitorClient/src/DTNoiseTest.cc +++ b/DQM/DTMonitorClient/src/DTNoiseTest.cc @@ -1,7 +1,7 @@ /* * - * $Date: 2011/11/24 09:17:30 $ - * $Revision: 1.22 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.21 $ * \authors: * A. Gresele - INFN Trento * G. Mila - INFN Torino diff --git a/DQM/DTMonitorClient/src/DTNoiseTest.h b/DQM/DTMonitorClient/src/DTNoiseTest.h index 4cded8a7fe01c..9ef560eaa4aed 100644 --- a/DQM/DTMonitorClient/src/DTNoiseTest.h +++ b/DQM/DTMonitorClient/src/DTNoiseTest.h @@ -7,8 +7,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.8 $ + * $Date: 2008/03/01 00:39:52 $ + * $Revision: 1.7 $ * A. Gresele - INFN Trento * G. Mila - INFN Torino * M. Zanetti - CERN PH diff --git a/DQM/DTMonitorClient/src/DTOccupancyCluster.cc b/DQM/DTMonitorClient/src/DTOccupancyCluster.cc index f7318925338ec..97d239e1bcbad 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyCluster.cc +++ b/DQM/DTMonitorClient/src/DTOccupancyCluster.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/10/16 09:33:39 $ - * $Revision: 1.3 $ + * $Date: 2008/07/02 16:50:27 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyCluster.h b/DQM/DTMonitorClient/src/DTOccupancyCluster.h index ca0d91895cef6..6a9cb64d29aab 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyCluster.h +++ b/DQM/DTMonitorClient/src/DTOccupancyCluster.h @@ -5,8 +5,8 @@ * Cluster of DTOccupancyPoint used bt DTOccupancyTest to spot problematic layers. * Layers are clusterized in the plane average cell occupancy - RMS of the cell occupancies. * - * $Date: 2008/10/16 09:33:39 $ - * $Revision: 1.3 $ + * $Date: 2008/07/02 16:50:27 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.cc b/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.cc index 8bb00cfdc891b..e29fa230bb781 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.cc +++ b/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/20 02:58:23 $ - * $Revision: 1.4 $ + * $Date: 2008/10/16 09:33:39 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.h b/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.h index 6eceb955be5b8..d36081e3adcf4 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.h +++ b/DQM/DTMonitorClient/src/DTOccupancyClusterBuilder.h @@ -5,8 +5,8 @@ * Build clusters of layer occupancies (DTOccupancyCluster) to spot problematic layers. * It's used by DTOccupancyTest. * - * $Date: 2008/10/16 09:33:39 $ - * $Revision: 1.3 $ + * $Date: 2008/07/02 16:50:27 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyPoint.cc b/DQM/DTMonitorClient/src/DTOccupancyPoint.cc index 975d69e2e887c..111f3c1cde608 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyPoint.cc +++ b/DQM/DTMonitorClient/src/DTOccupancyPoint.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/09/10 03:43:35 $ - * $Revision: 1.4 $ + * $Date: 2008/07/24 12:23:09 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyPoint.h b/DQM/DTMonitorClient/src/DTOccupancyPoint.h index b99ec4b3583b3..41c916b876387 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyPoint.h +++ b/DQM/DTMonitorClient/src/DTOccupancyPoint.h @@ -5,8 +5,8 @@ * This class is used for evaluation of layer occupancy in DTOccupancyTest. * It describes a point in the 2D plane (average cell occupancy vs cell occupancy RMS). * - * $Date: 2008/07/02 16:50:29 $ - * $Revision: 1.2 $ + * $Date: 2008/07/02 16:32:48 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyTest.cc b/DQM/DTMonitorClient/src/DTOccupancyTest.cc index a4c9e988a5afd..843293d925e40 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyTest.cc +++ b/DQM/DTMonitorClient/src/DTOccupancyTest.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.17 $ + * $Date: 2010/07/20 02:58:23 $ + * $Revision: 1.16 $ * \author G. Cerminara - University and INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOccupancyTest.h b/DQM/DTMonitorClient/src/DTOccupancyTest.h index da56a55f66c78..58e80bc81fee1 100644 --- a/DQM/DTMonitorClient/src/DTOccupancyTest.h +++ b/DQM/DTMonitorClient/src/DTOccupancyTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.9 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.8 $ * \author G. Cerminara - University and INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTOfflineSummaryClients.cc b/DQM/DTMonitorClient/src/DTOfflineSummaryClients.cc index 39a745d560e72..a52a2e243da3a 100644 --- a/DQM/DTMonitorClient/src/DTOfflineSummaryClients.cc +++ b/DQM/DTMonitorClient/src/DTOfflineSummaryClients.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/24 09:17:30 $ - * $Revision: 1.9 $ + * $Date: 2010/01/22 15:32:04 $ + * $Revision: 1.8 $ * \author M. Pelliccioni - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTOfflineSummaryClients.h b/DQM/DTMonitorClient/src/DTOfflineSummaryClients.h index 5efd5564ace59..254652d9d793f 100644 --- a/DQM/DTMonitorClient/src/DTOfflineSummaryClients.h +++ b/DQM/DTMonitorClient/src/DTOfflineSummaryClients.h @@ -6,8 +6,8 @@ * * * DQM Client for global summary * - * $Date: 2010/01/22 15:32:04 $ - * $Revision: 1.4 $ + * $Date: 2009/03/02 16:55:19 $ + * $Revision: 1.3 $ * \author M. Pelliccioni - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.cc b/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.cc index b1451da612d49..6beeb2dbc9fd5 100644 --- a/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.cc +++ b/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.cc @@ -209,7 +209,7 @@ void DTResolutionAnalysisTest::endRun(Run const& run, EventSetup const& context) TF1 *gfit = new TF1("Gaussian","gaus",(statMean-(2*statSigma)),(statMean+(2*statSigma))); try { histo_root->Fit(gfit, "Q0", "", -0.1, 0.1); - } catch (...) { + } catch (cms::Exception& iException) { LogWarning ("DTDQM|DTMonitorModule|DTResolutionAnalysisTask") << "[DTResolutionAnalysisTask]: Exception when fitting SL : " << slID; // FIXME: the SL is set as OK in the summary diff --git a/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.h b/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.h index 8c8f7f489375d..1f3f460dd1ad5 100644 --- a/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.h +++ b/DQM/DTMonitorClient/src/DTResolutionAnalysisTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/10/31 17:22:23 $ - * $Revision: 1.12 $ + * $Date: 2011/02/10 11:49:43 $ + * $Revision: 1.11 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTResolutionTest.cc b/DQM/DTMonitorClient/src/DTResolutionTest.cc index 035c57e6853ce..521eed702903f 100644 --- a/DQM/DTMonitorClient/src/DTResolutionTest.cc +++ b/DQM/DTMonitorClient/src/DTResolutionTest.cc @@ -260,7 +260,7 @@ void DTResolutionTest::endLuminosityBlock(LuminosityBlock const& lumiSeg, EventS //prof->Fit("pol1","Q0"); try { prof->Fit("pol1","Q0"); - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError ("resolution") << "[DTResolutionTest]: Exception when fitting..." << "SuperLayer : " << slID << "\n" << " STEP : " << parameters.getUntrackedParameter("STEP", "STEP3") << "\n" diff --git a/DQM/DTMonitorClient/src/DTResolutionTest.h b/DQM/DTMonitorClient/src/DTResolutionTest.h index ca8cc9ddeab25..b79ba30c79b1b 100644 --- a/DQM/DTMonitorClient/src/DTResolutionTest.h +++ b/DQM/DTMonitorClient/src/DTResolutionTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.13 $ + * $Date: 2009/02/10 16:22:26 $ + * $Revision: 1.12 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTRunConditionVarClient.cc b/DQM/DTMonitorClient/src/DTRunConditionVarClient.cc index 9a671e038a0e6..faa500a45cb32 100644 --- a/DQM/DTMonitorClient/src/DTRunConditionVarClient.cc +++ b/DQM/DTMonitorClient/src/DTRunConditionVarClient.cc @@ -6,7 +6,7 @@ * * \author : Paolo Bellan, Antonio Branca * $date : 23/09/2011 15:42:04 CET $ - * $Revision: 1.3 $ + * $Revision: 1.2 $ * * Modification: * diff --git a/DQM/DTMonitorClient/src/DTRunConditionVarClient.h b/DQM/DTMonitorClient/src/DTRunConditionVarClient.h index 4caf7ced4a788..e25944ab207bc 100644 --- a/DQM/DTMonitorClient/src/DTRunConditionVarClient.h +++ b/DQM/DTMonitorClient/src/DTRunConditionVarClient.h @@ -9,7 +9,7 @@ * * \author : Paolo Bellan, Antonio Branca * $date : 23/09/2011 15:42:04 CET $ - * $Revision: 1.3 $ + * $Revision: 1.2 $ * * Modification: * diff --git a/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.cc b/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.cc index 25e042ba48ac6..98f5c0e14774f 100644 --- a/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.cc +++ b/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/13 10:54:39 $ - * $Revision: 1.35 $ + * $Date: 2011/06/14 08:53:04 $ + * $Revision: 1.34 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.h b/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.h index 6ee6272171f8d..45fd6366ff1d9 100644 --- a/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.h +++ b/DQM/DTMonitorClient/src/DTSegmentAnalysisTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2012/04/13 10:54:40 $ - * $Revision: 1.11 $ + * $Date: 2011/06/10 13:50:12 $ + * $Revision: 1.10 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTSummaryClients.cc b/DQM/DTMonitorClient/src/DTSummaryClients.cc index 67f1d402740d7..1074086d506a9 100644 --- a/DQM/DTMonitorClient/src/DTSummaryClients.cc +++ b/DQM/DTMonitorClient/src/DTSummaryClients.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/10/09 09:38:44 $ - * $Revision: 1.11 $ + * $Date: 2008/09/25 13:00:37 $ + * $Revision: 1.10 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorClient/src/DTSummaryClients.h b/DQM/DTMonitorClient/src/DTSummaryClients.h index 46964172a80b8..9eb542dfdac3f 100644 --- a/DQM/DTMonitorClient/src/DTSummaryClients.h +++ b/DQM/DTMonitorClient/src/DTSummaryClients.h @@ -6,8 +6,8 @@ * * * DQM Client for global summary * - * $Date: 2008/07/02 14:33:56 $ - * $Revision: 1.3 $ + * $Date: 2008/05/27 16:25:09 $ + * $Revision: 1.2 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.cc b/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.cc index 2f9002622ba67..69d9d9853a9d2 100644 --- a/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.cc +++ b/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/10/28 08:12:44 $ - * $Revision: 1.6 $ + * $Date: 2011/06/14 14:25:13 $ + * $Revision: 1.5 $ * \author C. Battilana - CIEMAT */ diff --git a/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.h b/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.h index 63e0818a31330..f08cb7b8684ff 100644 --- a/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.h +++ b/DQM/DTMonitorClient/src/DTTriggerEfficiencyTest.h @@ -6,8 +6,8 @@ * * * DQM Test Client * - * $Date: 2011/10/28 08:12:44 $ - * $Revision: 1.4 $ + * $Date: 2011/06/15 14:18:43 $ + * $Revision: 1.3 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorClient/src/DTTriggerLutTest.cc b/DQM/DTMonitorClient/src/DTTriggerLutTest.cc index 50d50cbe2665b..c52a34b12d3ec 100644 --- a/DQM/DTMonitorClient/src/DTTriggerLutTest.cc +++ b/DQM/DTMonitorClient/src/DTTriggerLutTest.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.1 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.12 $ * \author D. Fasanella - INFN Bologna */ diff --git a/DQM/DTMonitorClient/src/DTTriggerLutTest.h b/DQM/DTMonitorClient/src/DTTriggerLutTest.h index 7b9c35ce611f3..f2f214335ef0f 100644 --- a/DQM/DTMonitorClient/src/DTTriggerLutTest.h +++ b/DQM/DTMonitorClient/src/DTTriggerLutTest.h @@ -7,8 +7,8 @@ * DQM Test Client to monitor Local Trigger * position / direction assignement * - * $Date: 2011/06/10 13:50:12 $ - * $Revision: 1.1 $ + * $Date: 2010/01/05 10:15:46 $ + * $Revision: 1.6 $ * \author D.Fasanella - INFN Bologna * */ diff --git a/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.cc b/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.cc index 659bb2ab8b5f9..b86c6fca2040b 100644 --- a/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.cc +++ b/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.cc @@ -1,8 +1,8 @@ /* * \file DTtTrigCalibrationTest.cc * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.20 $ + * $Date: 2008/12/13 10:02:28 $ + * $Revision: 1.19 $ * \author M. Zanetti - CERN * Modified by G. Mila - INFN Torino * diff --git a/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.h b/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.h index 0fc8ecd4517ca..84e737144e56e 100644 --- a/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.h +++ b/DQM/DTMonitorClient/src/DTtTrigCalibrationTest.h @@ -5,8 +5,8 @@ * * * DQM Test Client * - * $Date: 2010/01/05 10:15:46 $ - * $Revision: 1.8 $ + * $Date: 2008/03/01 00:39:52 $ + * $Revision: 1.7 $ * \author M. Zanetti CERN * */ diff --git a/DQM/DTMonitorModule/interface/DTCalibValidation.h b/DQM/DTMonitorModule/interface/DTCalibValidation.h index 317d72e99e7a3..728649b718d1f 100644 --- a/DQM/DTMonitorModule/interface/DTCalibValidation.h +++ b/DQM/DTMonitorModule/interface/DTCalibValidation.h @@ -5,8 +5,8 @@ * Analysis on DT residuals to validate the kFactor * * - * $Date: 2010/06/22 19:10:06 $ - * $Revision: 1.7 $ + * $Date: 2010/01/05 10:14:39 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/interface/DTDataIntegrityTask.h b/DQM/DTMonitorModule/interface/DTDataIntegrityTask.h index ff981fb7ab513..c7781bc189c1e 100644 --- a/DQM/DTMonitorModule/interface/DTDataIntegrityTask.h +++ b/DQM/DTMonitorModule/interface/DTDataIntegrityTask.h @@ -5,8 +5,8 @@ * * Class for DT Data Integrity. * - * $Date: 2011/10/19 10:05:54 $ - * $Revision: 1.31 $ + * $Date: 2011/06/10 13:23:25 $ + * $Revision: 1.30 $ * * \author Marco Zanetti (INFN Padova), Gianluca Cerminara (INFN Torino) * diff --git a/DQM/DTMonitorModule/interface/DTDigiTask.h b/DQM/DTMonitorModule/interface/DTDigiTask.h index 14a309e23d819..6b635985c6917 100644 --- a/DQM/DTMonitorModule/interface/DTDigiTask.h +++ b/DQM/DTMonitorModule/interface/DTDigiTask.h @@ -4,8 +4,8 @@ /* * \file DTDigiTask.h * - * $Date: 2012/09/24 16:08:06 $ - * $Revision: 1.36 $ + * $Date: 2011/10/31 17:11:20 $ + * $Revision: 1.35 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/interface/DTGlobalRecoTask.h b/DQM/DTMonitorModule/interface/DTGlobalRecoTask.h index fc76e9d981523..5592032da2752 100644 --- a/DQM/DTMonitorModule/interface/DTGlobalRecoTask.h +++ b/DQM/DTMonitorModule/interface/DTGlobalRecoTask.h @@ -4,8 +4,8 @@ /* * \file DTGlobalRecoTask.h * - * $Date: 2010/01/05 10:14:39 $ - * $Revision: 1.4 $ + * $Date: 2008/03/01 00:39:53 $ + * $Revision: 1.3 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/interface/DTTestPulsesTask.h b/DQM/DTMonitorModule/interface/DTTestPulsesTask.h index 5cb02cac78fe3..e5387dde633d8 100644 --- a/DQM/DTMonitorModule/interface/DTTestPulsesTask.h +++ b/DQM/DTMonitorModule/interface/DTTestPulsesTask.h @@ -4,8 +4,8 @@ /* * \file DTTestPulsesTask.h * - * $Date: 2010/01/05 10:14:39 $ - * $Revision: 1.8 $ + * $Date: 2008/03/01 00:39:53 $ + * $Revision: 1.7 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/interface/DTTimeEvolutionHisto.h b/DQM/DTMonitorModule/interface/DTTimeEvolutionHisto.h index dde2dfcd3229e..46851d38b7b0e 100644 --- a/DQM/DTMonitorModule/interface/DTTimeEvolutionHisto.h +++ b/DQM/DTMonitorModule/interface/DTTimeEvolutionHisto.h @@ -4,8 +4,8 @@ /** \class DTTimeEvolutionHisto * No description available. * - * $Date: 2011/06/10 13:23:25 $ - * $Revision: 1.4 $ + * $Date: 2010/01/19 10:05:31 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/interface/DTTrigGeomUtils.h b/DQM/DTMonitorModule/interface/DTTrigGeomUtils.h index be40d1e2fac59..375943dea55ad 100644 --- a/DQM/DTMonitorModule/interface/DTTrigGeomUtils.h +++ b/DQM/DTMonitorModule/interface/DTTrigGeomUtils.h @@ -4,8 +4,8 @@ /* * \file DTTrigGeomUtils.h * - * $Date: 2009/08/03 16:08:37 $ - * $Revision: 1.2 $ + * $Date: 2009/07/29 10:30:29 $ + * $Revision: 1.1 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.cc b/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.cc index 6aeef2fd87876..05b1252f51c5f 100644 --- a/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.cc +++ b/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/09/24 16:08:06 $ - * $Revision: 1.12 $ + * $Date: 2011/11/12 09:18:41 $ + * $Revision: 1.11 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.h b/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.h index b59c667aed067..03e243fb64830 100644 --- a/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.h +++ b/DQM/DTMonitorModule/src/DTAlbertoBenvenutiTask.h @@ -5,8 +5,8 @@ /* * \file DTAlbertoBenvenutiTask.h * - * $Date: 2012/09/24 16:08:06 $ - * $Revision: 1.5 $ + * $Date: 2010/01/05 10:14:40 $ + * $Revision: 1.4 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorModule/src/DTCalibValidation.cc b/DQM/DTMonitorModule/src/DTCalibValidation.cc index 9c903a2a7d735..3f2fe6aa6f97f 100644 --- a/DQM/DTMonitorModule/src/DTCalibValidation.cc +++ b/DQM/DTMonitorModule/src/DTCalibValidation.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/12 09:18:41 $ - * $Revision: 1.15 $ + * $Date: 2010/06/22 19:09:29 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.cc b/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.cc index 3ff9ec38f6fe0..5ead18bbdaacb 100644 --- a/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.cc +++ b/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/14 08:53:04 $ - * $Revision: 1.15 $ + * $Date: 2010/01/05 10:14:40 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.h b/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.h index 7a014e3010a26..ac36daa01f83e 100644 --- a/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.h +++ b/DQM/DTMonitorModule/src/DTChamberEfficiencyTask.h @@ -10,8 +10,8 @@ * Class based on the code written by S. Lacaprara : * RecoLocalMuon / DTSegment / test / DTEffAnalyzer.h * - * $Date: 2010/01/05 10:14:40 $ - * $Revision: 1.7 $ + * $Date: 2008/09/29 13:06:34 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTDCSByLumiTask.cc b/DQM/DTMonitorModule/src/DTDCSByLumiTask.cc index 4dd134e5ce471..8224f161bc713 100644 --- a/DQM/DTMonitorModule/src/DTDCSByLumiTask.cc +++ b/DQM/DTMonitorModule/src/DTDCSByLumiTask.cc @@ -1,8 +1,8 @@ /* * \file DTDCSByLumiTask.cc * - * $Date: 2011/03/02 13:58:32 $ - * $Revision: 1.1 $ + * $Date: 2010/06/21 14:59:53 $ + * $Revision: 1.63 $ * \author C. Battilana - CIEMAT * \author P. Bellan - INFN PD * \author A. Branca = INFN PD diff --git a/DQM/DTMonitorModule/src/DTDCSByLumiTask.h b/DQM/DTMonitorModule/src/DTDCSByLumiTask.h index d5a25a401913c..bfd8e2f16b86f 100644 --- a/DQM/DTMonitorModule/src/DTDCSByLumiTask.h +++ b/DQM/DTMonitorModule/src/DTDCSByLumiTask.h @@ -4,8 +4,8 @@ /* * \file DTDCSByLumiTask.h * - * $Date: 2011/03/02 13:56:39 $ - * $Revision: 1.1 $ + * $Date: 2010/02/11 00:10:54 $ + * $Revision: 1.0 $ * \author C. Battilana - CIEMAT * \author P. Bellan - INFN PD * \author A. Branca = INFN PD diff --git a/DQM/DTMonitorModule/src/DTDataErrorFilter.cc b/DQM/DTMonitorModule/src/DTDataErrorFilter.cc index 99ab277e8b098..9d70d2fb06ebe 100644 --- a/DQM/DTMonitorModule/src/DTDataErrorFilter.cc +++ b/DQM/DTMonitorModule/src/DTDataErrorFilter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/21 14:56:54 $ - * $Revision: 1.2 $ + * $Date: 2008/06/10 14:56:27 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTDataErrorFilter.h b/DQM/DTMonitorModule/src/DTDataErrorFilter.h index 51627f7f51720..d67743983ac02 100644 --- a/DQM/DTMonitorModule/src/DTDataErrorFilter.h +++ b/DQM/DTMonitorModule/src/DTDataErrorFilter.h @@ -4,8 +4,8 @@ /** \class DTDataErrorFilter * No description available. * - * $Date: 2012/01/21 14:56:54 $ - * $Revision: 1.2 $ + * $Date: 2008/06/10 14:56:27 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTDataIntegrityTask.cc b/DQM/DTMonitorModule/src/DTDataIntegrityTask.cc index 8c59d114b9dbd..1a3e87419baf4 100644 --- a/DQM/DTMonitorModule/src/DTDataIntegrityTask.cc +++ b/DQM/DTMonitorModule/src/DTDataIntegrityTask.cc @@ -1,8 +1,8 @@ /* * \file DTDataIntegrityTask.cc * - * $Date: 2012/09/10 12:28:16 $ - * $Revision: 1.81 $ + * $Date: 2012/09/05 14:44:33 $ + * $Revision: 1.80 $ * \author M. Zanetti (INFN Padova), S. Bolognesi (INFN Torino), G. Cerminara (INFN Torino) * */ diff --git a/DQM/DTMonitorModule/src/DTDigiForNoiseTask.cc b/DQM/DTMonitorModule/src/DTDigiForNoiseTask.cc index 0a1d909ebd7e2..5dd3342acd1e7 100644 --- a/DQM/DTMonitorModule/src/DTDigiForNoiseTask.cc +++ b/DQM/DTMonitorModule/src/DTDigiForNoiseTask.cc @@ -1,8 +1,8 @@ /* * \file DTDigiForNoiseTask.cc * - * $Date: 2011/11/12 09:18:41 $ - * $Revision: 1.11 $ + * $Date: 2011/06/14 08:53:04 $ + * $Revision: 1.10 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorModule/src/DTDigiForNoiseTask.h b/DQM/DTMonitorModule/src/DTDigiForNoiseTask.h index 03e1fb18732b4..015d78b1e7225 100644 --- a/DQM/DTMonitorModule/src/DTDigiForNoiseTask.h +++ b/DQM/DTMonitorModule/src/DTDigiForNoiseTask.h @@ -4,8 +4,8 @@ /* * \file DTDigiForNoiseTask.h * - * $Date: 2010/01/05 10:14:40 $ - * $Revision: 1.6 $ + * $Date: 2008/03/01 00:39:54 $ + * $Revision: 1.5 $ * \author G. Mila - INFN Torino * */ diff --git a/DQM/DTMonitorModule/src/DTDigiTask.cc b/DQM/DTMonitorModule/src/DTDigiTask.cc index 9f37d01afff4b..5534213367708 100644 --- a/DQM/DTMonitorModule/src/DTDigiTask.cc +++ b/DQM/DTMonitorModule/src/DTDigiTask.cc @@ -1,8 +1,8 @@ /* * \file DTDigiTask.cc * - * $Date: 2012/09/24 16:08:06 $ - * $Revision: 1.70 $ + * $Date: 2011/11/23 14:23:15 $ + * $Revision: 1.69 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/src/DTEfficiencyTask.cc b/DQM/DTMonitorModule/src/DTEfficiencyTask.cc index 7f9ac1db77a73..39d866052c6e0 100644 --- a/DQM/DTMonitorModule/src/DTEfficiencyTask.cc +++ b/DQM/DTMonitorModule/src/DTEfficiencyTask.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/11/12 09:18:42 $ - * $Revision: 1.17 $ + * $Date: 2011/06/14 08:53:04 $ + * $Revision: 1.16 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTEfficiencyTask.h b/DQM/DTMonitorModule/src/DTEfficiencyTask.h index 9df565c683605..353fa9e687075 100644 --- a/DQM/DTMonitorModule/src/DTEfficiencyTask.h +++ b/DQM/DTMonitorModule/src/DTEfficiencyTask.h @@ -8,8 +8,8 @@ * All histos are produced per Layer * * - * $Date: 2010/01/05 10:14:40 $ - * $Revision: 1.7 $ + * $Date: 2008/03/01 00:39:54 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTGlobalRecoTask.cc b/DQM/DTMonitorModule/src/DTGlobalRecoTask.cc index a9210420a098b..fb23a05a989da 100644 --- a/DQM/DTMonitorModule/src/DTGlobalRecoTask.cc +++ b/DQM/DTMonitorModule/src/DTGlobalRecoTask.cc @@ -1,8 +1,8 @@ /* * \file DTDigiTask.cc * - * $Date: 2010/01/05 10:14:40 $ - * $Revision: 1.5 $ + * $Date: 2008/03/01 00:39:54 $ + * $Revision: 1.4 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.cc b/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.cc index 6d89a8ddef4f4..760f6dff1cea8 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.cc +++ b/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.cc @@ -1,8 +1,8 @@ /* * \file DTLocalTriggerBaseTask.cc * - * $Date: 2013/01/07 16:25:31 $ - * $Revision: 1.2 $ + * $Date: 2011/06/10 13:23:26 $ + * $Revision: 1.1 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.h b/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.h index a792ead508e7d..ee5fa67167a07 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.h +++ b/DQM/DTMonitorModule/src/DTLocalTriggerBaseTask.h @@ -4,8 +4,8 @@ /* * \file DTLocalTriggerBaseTask.h * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.1 $ + * $Date: 2010/03/15 09:42:52 $ + * $Revision: 1.0 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.cc b/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.cc index aca4bbd70372a..01c4b0937f5dc 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.cc +++ b/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.cc @@ -1,8 +1,8 @@ /* * \file DTLocalLutTriggerTask.cc * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.1 $ + * $Date: 2010/03/15 09:42:52 $ + * $Revision: 1.38 $ * \author D. Fasanella - INFN Bologna * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.h b/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.h index 48834327ba9fb..bb05a352ebe7f 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.h +++ b/DQM/DTMonitorModule/src/DTLocalTriggerLutTask.h @@ -4,8 +4,8 @@ /* * \file DTLocalTriggerLutTask.h * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.1 $ + * $Date: 2010/03/15 09:42:52 $ + * $Revision: 1.4 $ * \author D. Fasanella - INFN Bologna * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.cc b/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.cc index 10b5f4bce0319..398aa52ea4e53 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.cc +++ b/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.cc @@ -2,8 +2,8 @@ /* * \file DTLocalTriggerSynchTask.cc * - * $Date: 2010/04/19 13:59:00 $ - * $Revision: 1.7 $ + * $Date: 2010/03/05 09:11:52 $ + * $Revision: 1.6 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.h b/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.h index ef5806bbd5dbf..2b85d0d8625c4 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.h +++ b/DQM/DTMonitorModule/src/DTLocalTriggerSynchTask.h @@ -4,8 +4,8 @@ /* * \file DTLocalTriggerSynchTask.h * - * $Date: 2010/03/05 09:11:52 $ - * $Revision: 1.4 $ + * $Date: 2010/01/07 10:30:19 $ + * $Revision: 1.3 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerTask.cc b/DQM/DTMonitorModule/src/DTLocalTriggerTask.cc index b07f650bb7a09..df9c22514ce01 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerTask.cc +++ b/DQM/DTMonitorModule/src/DTLocalTriggerTask.cc @@ -1,8 +1,8 @@ /* * \file DTLocalTriggerTask.cc * - * $Date: 2012/09/24 16:08:07 $ - * $Revision: 1.40 $ + * $Date: 2011/11/12 09:18:42 $ + * $Revision: 1.39 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/src/DTLocalTriggerTask.h b/DQM/DTMonitorModule/src/DTLocalTriggerTask.h index c107aced903f0..7fd3aad91eecd 100644 --- a/DQM/DTMonitorModule/src/DTLocalTriggerTask.h +++ b/DQM/DTMonitorModule/src/DTLocalTriggerTask.h @@ -4,8 +4,8 @@ /* * \file DTLocalTriggerTask.h * - * $Date: 2012/09/24 16:08:07 $ - * $Revision: 1.5 $ + * $Date: 2010/03/15 09:42:52 $ + * $Revision: 1.4 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/src/DTNoiseTask.cc b/DQM/DTMonitorModule/src/DTNoiseTask.cc index 186f28e7004d9..4c5ca1f549e42 100644 --- a/DQM/DTMonitorModule/src/DTNoiseTask.cc +++ b/DQM/DTMonitorModule/src/DTNoiseTask.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.20 $ + * $Date: 2010/03/15 09:41:51 $ + * $Revision: 1.19 $ * \authors G. Mila , G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTNoiseTask.h b/DQM/DTMonitorModule/src/DTNoiseTask.h index e1200da67d952..a285d5a0ea920 100644 --- a/DQM/DTMonitorModule/src/DTNoiseTask.h +++ b/DQM/DTMonitorModule/src/DTNoiseTask.h @@ -4,8 +4,8 @@ /** \class DTNoiseTask * No description available. * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.9 $ + * $Date: 2010/02/11 00:10:56 $ + * $Revision: 1.8 $ * \authors G. Mila , G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTROMonitorFilter.cc b/DQM/DTMonitorModule/src/DTROMonitorFilter.cc index 07d24a4e59f92..cacf1a878794d 100644 --- a/DQM/DTMonitorModule/src/DTROMonitorFilter.cc +++ b/DQM/DTMonitorModule/src/DTROMonitorFilter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/21 14:56:54 $ - * $Revision: 1.3 $ + * $Date: 2010/03/12 18:33:51 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTROMonitorFilter.h b/DQM/DTMonitorModule/src/DTROMonitorFilter.h index 509540d941fff..cab80ca5647bb 100644 --- a/DQM/DTMonitorModule/src/DTROMonitorFilter.h +++ b/DQM/DTMonitorModule/src/DTROMonitorFilter.h @@ -4,8 +4,8 @@ /** \class DTROMonitorFilter.h * No description available. * - * $Date: 2012/01/21 14:56:54 $ - * $Revision: 1.2 $ + * $Date: 2009/05/20 16:12:45 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.cc b/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.cc index 4a19737ee3ce1..7e2b840edb307 100644 --- a/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.cc +++ b/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/17 16:04:49 $ - * $Revision: 1.23 $ + * $Date: 2010/07/20 02:58:24 $ + * $Revision: 1.22 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.h b/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.h index 1cda567444c0a..2e7e690381d1d 100644 --- a/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.h +++ b/DQM/DTMonitorModule/src/DTResolutionAnalysisTask.h @@ -10,8 +10,8 @@ * All histos are produce per Chamber * * - * $Date: 2012/02/17 16:05:19 $ - * $Revision: 1.11 $ + * $Date: 2010/01/05 10:14:40 $ + * $Revision: 1.10 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTRunConditionVar.cc b/DQM/DTMonitorModule/src/DTRunConditionVar.cc index aa13ba4d8c279..770c1a3024562 100644 --- a/DQM/DTMonitorModule/src/DTRunConditionVar.cc +++ b/DQM/DTMonitorModule/src/DTRunConditionVar.cc @@ -6,7 +6,7 @@ * * \author : Paolo Bellan, Antonio Branca * $date : 23/09/2011 15:42:04 CET $ - * $Revision: 1.4 $ + * $Revision: 1.3 $ * * Modification: * diff --git a/DQM/DTMonitorModule/src/DTRunConditionVar.h b/DQM/DTMonitorModule/src/DTRunConditionVar.h index c2140c7c8c052..dccf67ee9bbf2 100644 --- a/DQM/DTMonitorModule/src/DTRunConditionVar.h +++ b/DQM/DTMonitorModule/src/DTRunConditionVar.h @@ -8,7 +8,7 @@ * * \author : Paolo Bellan, Antonio Branca * $date : 23/09/2011 15:42:04 CET $ - * $Revision: 1.2 $ + * $Revision: 1.1 $ * * Modification: * diff --git a/DQM/DTMonitorModule/src/DTScalerInfoTask.cc b/DQM/DTMonitorModule/src/DTScalerInfoTask.cc index 7a4a808236cd0..294d8975e82b4 100644 --- a/DQM/DTMonitorModule/src/DTScalerInfoTask.cc +++ b/DQM/DTMonitorModule/src/DTScalerInfoTask.cc @@ -1,7 +1,7 @@ /* * \file DTScalerInfoTask.cc * - * $Date: 2011/10/19 10:05:54 $ + * $Date: 2011/06/10 13:23:26 $ * $Revision: 1.1 $ * \author C. Battilana - CIEMAT * diff --git a/DQM/DTMonitorModule/src/DTScalerInfoTask.h b/DQM/DTMonitorModule/src/DTScalerInfoTask.h index 8fc02c819479a..e60cf6978e7bc 100644 --- a/DQM/DTMonitorModule/src/DTScalerInfoTask.h +++ b/DQM/DTMonitorModule/src/DTScalerInfoTask.h @@ -4,7 +4,7 @@ /* * \file DTScalerInfoTask.h * - * $Date: 2011/10/19 10:05:54 $ + * $Date: 2011/06/10 13:23:26 $ * $Revision: 1.1 $ * \author C. Battilana - CIEMAT * diff --git a/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.cc b/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.cc index 0b64cdb510a5d..12169a5dd90ea 100644 --- a/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.cc +++ b/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/06/28 07:59:01 $ - * $Revision: 1.34 $ + * $Date: 2012/06/27 13:28:13 $ + * $Revision: 1.33 $ * \author G. Cerminara - INFN Torino * revised by G. Mila - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.h b/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.h index 1f50754572136..68157d871ab25 100644 --- a/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.h +++ b/DQM/DTMonitorModule/src/DTSegmentAnalysisTask.h @@ -12,8 +12,8 @@ * All histos are produce per Chamber * * - * $Date: 2012/06/28 07:59:01 $ - * $Revision: 1.13 $ + * $Date: 2011/06/10 13:23:26 $ + * $Revision: 1.12 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTTestPulsesTask.cc b/DQM/DTMonitorModule/src/DTTestPulsesTask.cc index f4cf9e5845a4d..9f470bb44e132 100644 --- a/DQM/DTMonitorModule/src/DTTestPulsesTask.cc +++ b/DQM/DTMonitorModule/src/DTTestPulsesTask.cc @@ -1,8 +1,8 @@ /* * \file DTTestPulsesTask.cc * - * $Date: 2010/01/05 10:14:40 $ - * $Revision: 1.16 $ + * $Date: 2009/03/02 14:28:25 $ + * $Revision: 1.15 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQM/DTMonitorModule/src/DTTimeEvolutionHisto.cc b/DQM/DTMonitorModule/src/DTTimeEvolutionHisto.cc index 8a36709c4edfa..e8a798a965a85 100644 --- a/DQM/DTMonitorModule/src/DTTimeEvolutionHisto.cc +++ b/DQM/DTMonitorModule/src/DTTimeEvolutionHisto.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/10 13:23:26 $ - * $Revision: 1.6 $ + * $Date: 2010/01/24 14:35:23 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ diff --git a/DQM/DTMonitorModule/src/DTTrigGeomUtils.cc b/DQM/DTMonitorModule/src/DTTrigGeomUtils.cc index 6d28a711c7d87..6e32315b3561e 100644 --- a/DQM/DTMonitorModule/src/DTTrigGeomUtils.cc +++ b/DQM/DTMonitorModule/src/DTTrigGeomUtils.cc @@ -1,8 +1,8 @@ /* * \file DTTrigGeomUtils.cc * - * $Date: 2009/08/03 16:08:38 $ - * $Revision: 1.2 $ + * $Date: 2009/07/29 10:46:44 $ + * $Revision: 1.1 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.cc b/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.cc index bf4a2079e68e7..0e4a266b8d1bc 100644 --- a/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.cc +++ b/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.cc @@ -1,8 +1,8 @@ /* * \file DTTriggerEfficiencyTask.cc * - * $Date: 2011/10/21 18:10:23 $ - * $Revision: 1.9 $ + * $Date: 2011/09/29 10:29:46 $ + * $Revision: 1.8 $ * \author C.Battilana - CIEMAT * */ diff --git a/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.h b/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.h index 197307e07f562..8d80b8e7c2de1 100644 --- a/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.h +++ b/DQM/DTMonitorModule/src/DTTriggerEfficiencyTask.h @@ -4,8 +4,8 @@ /* * \file DTTriggerEfficiencyTask.h * - * $Date: 2011/10/21 18:10:23 $ - * $Revision: 1.4 $ + * $Date: 2011/09/29 10:29:46 $ + * $Revision: 1.3 $ * \author C. Battilana - CIEMAT * */ diff --git a/DQM/DataScouting/test/HLTvsRECOstudies/promptReco_RAW2DIGI_AOD.py b/DQM/DataScouting/test/HLTvsRECOstudies/promptReco_RAW2DIGI_AOD.py index d8b687e397b5e..515cbaf90eb6f 100644 --- a/DQM/DataScouting/test/HLTvsRECOstudies/promptReco_RAW2DIGI_AOD.py +++ b/DQM/DataScouting/test/HLTvsRECOstudies/promptReco_RAW2DIGI_AOD.py @@ -35,7 +35,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.372.2.1 $'), annotation = cms.untracked.string('reco nevts:-1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQM/EcalBarrelMonitorClient/interface/EBClient.h b/DQM/EcalBarrelMonitorClient/interface/EBClient.h index 0fbf77af28887..c26fd71001e82 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBClient.h @@ -1,11 +1,11 @@ -// $Id: EBClient.h,v 1.29 2010/08/04 06:27:10 dellaric Exp $ +// $Id: EBClient.h,v 1.28 2010/03/28 09:00:42 dellaric Exp $ /*! \file EBClient.h \brief Ecal Barrel Monitor Client mom class \author B. Gobbo - \version $Revision: 1.29 $ - \date $Date: 2010/08/04 06:27:10 $ + \version $Revision: 1.28 $ + \date $Date: 2010/03/28 09:00:42 $ */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBClusterClient.h b/DQM/EcalBarrelMonitorClient/interface/EBClusterClient.h index 082cf5bf04f69..47019c5820485 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBClusterClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBClusterClient.h @@ -4,8 +4,8 @@ /* * \file EBClusterClient.h * - * $Date: 2010/01/25 21:12:23 $ - * $Revision: 1.36 $ + * $Date: 2009/10/28 08:18:20 $ + * $Revision: 1.35 $ * \author G. Della Ricca * \author F. Cossutti * \author E. Di Marco diff --git a/DQM/EcalBarrelMonitorClient/interface/EBCosmicClient.h b/DQM/EcalBarrelMonitorClient/interface/EBCosmicClient.h index 7e10672e645f7..b3c41461ff941 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBCosmicClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBCosmicClient.h @@ -4,8 +4,8 @@ /* * \file EBCosmicClient.h * - * $Date: 2010/01/25 21:12:23 $ - * $Revision: 1.62 $ + * $Date: 2009/10/28 08:18:20 $ + * $Revision: 1.61 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBIntegrityClient.h b/DQM/EcalBarrelMonitorClient/interface/EBIntegrityClient.h index fa24d956c4cef..4fd4d28ce8b82 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBIntegrityClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBIntegrityClient.h @@ -4,8 +4,8 @@ /* * \file EBIntegrityClient.h * - * $Date: 2012/04/27 13:45:57 $ - * $Revision: 1.79 $ + * $Date: 2012/03/18 15:59:19 $ + * $Revision: 1.76.14.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBLaserClient.h b/DQM/EcalBarrelMonitorClient/interface/EBLaserClient.h index 39bf9067472e9..f8274f3f2c1a5 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBLaserClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBLaserClient.h @@ -4,8 +4,8 @@ /* * \file EBLaserClient.h * - * $Date: 2010/02/14 20:56:22 $ - * $Revision: 1.92 $ + * $Date: 2010/02/14 14:35:44 $ + * $Revision: 1.91 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBOccupancyClient.h b/DQM/EcalBarrelMonitorClient/interface/EBOccupancyClient.h index e15903d4e38f1..578ca64d0c82f 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBOccupancyClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBOccupancyClient.h @@ -4,8 +4,8 @@ /* * \file EBOccupancyClient.h * - * $Date: 2010/01/25 21:12:23 $ - * $Revision: 1.20 $ + * $Date: 2009/10/28 08:18:21 $ + * $Revision: 1.19 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBPedestalClient.h b/DQM/EcalBarrelMonitorClient/interface/EBPedestalClient.h index 4df0001271664..27f8cb218ba39 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBPedestalClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBPedestalClient.h @@ -4,8 +4,8 @@ /* * \file EBPedestalClient.h * - * $Date: 2010/02/14 20:56:22 $ - * $Revision: 1.83 $ + * $Date: 2010/02/14 14:35:44 $ + * $Revision: 1.82 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBPedestalOnlineClient.h b/DQM/EcalBarrelMonitorClient/interface/EBPedestalOnlineClient.h index 6e7183259acb0..3b88f7d144636 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBPedestalOnlineClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBPedestalOnlineClient.h @@ -4,8 +4,8 @@ /* * \file EBPedestalOnlineClient.h * - * $Date: 2012/04/27 13:45:57 $ - * $Revision: 1.59 $ + * $Date: 2012/03/29 13:49:22 $ + * $Revision: 1.57.2.3 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBStatusFlagsClient.h b/DQM/EcalBarrelMonitorClient/interface/EBStatusFlagsClient.h index 07df74b89de8f..0211e44ce9f3a 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBStatusFlagsClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBStatusFlagsClient.h @@ -4,8 +4,8 @@ /* * \file EBStatusFlagsClient.h * - * $Date: 2010/02/14 20:56:23 $ - * $Revision: 1.21 $ + * $Date: 2010/02/14 14:35:45 $ + * $Revision: 1.20 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBSummaryClient.h b/DQM/EcalBarrelMonitorClient/interface/EBSummaryClient.h index 327867d80a595..2f56cf4b13865 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBSummaryClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBSummaryClient.h @@ -4,8 +4,8 @@ /* * \file EBSummaryClient.h * - * $Date: 2012/06/11 22:57:15 $ - * $Revision: 1.62 $ + * $Date: 2012/04/27 13:45:58 $ + * $Revision: 1.61 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBTestPulseClient.h b/DQM/EcalBarrelMonitorClient/interface/EBTestPulseClient.h index 75f5e151d241b..3ff5d36818f94 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBTestPulseClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBTestPulseClient.h @@ -4,8 +4,8 @@ /* * \file EBTestPulseClient.h * - * $Date: 2010/02/14 20:56:23 $ - * $Revision: 1.85 $ + * $Date: 2010/02/14 14:35:45 $ + * $Revision: 1.84 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EBTimingClient.h b/DQM/EcalBarrelMonitorClient/interface/EBTimingClient.h index 1546f7e9e6419..96599d22fe300 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBTimingClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBTimingClient.h @@ -4,8 +4,8 @@ /* * \file EBTimingClient.h * - * $Date: 2012/04/27 13:45:58 $ - * $Revision: 1.38 $ + * $Date: 2012/04/13 17:59:42 $ + * $Revision: 1.35.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBTrendClient.h b/DQM/EcalBarrelMonitorClient/interface/EBTrendClient.h index 3a9f049a6c183..17fccd08f789b 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBTrendClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBTrendClient.h @@ -4,8 +4,8 @@ /* * \file EBTrendClient.h * - * $Date: 2010/03/28 09:05:23 $ - * $Revision: 1.3 $ + * $Date: 2010/03/02 00:01:55 $ + * $Revision: 1.2 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalBarrelMonitorClient/interface/EBTriggerTowerClient.h b/DQM/EcalBarrelMonitorClient/interface/EBTriggerTowerClient.h index 67b837581f674..b9ec80d5ea952 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EBTriggerTowerClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EBTriggerTowerClient.h @@ -4,8 +4,8 @@ /* * \file EBTriggerTowerClient.h * - * $Date: 2012/04/27 13:45:58 $ - * $Revision: 1.49 $ + * $Date: 2010/01/25 21:12:23 $ + * $Revision: 1.46 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/interface/EcalBarrelMonitorClient.h b/DQM/EcalBarrelMonitorClient/interface/EcalBarrelMonitorClient.h index f750bc4cd9bac..a30d1755feb9b 100644 --- a/DQM/EcalBarrelMonitorClient/interface/EcalBarrelMonitorClient.h +++ b/DQM/EcalBarrelMonitorClient/interface/EcalBarrelMonitorClient.h @@ -4,8 +4,8 @@ /* * \file EcalBarrelMonitorClient.h * - * $Date: 2012/04/27 13:45:58 $ - * $Revision: 1.128 $ + * $Date: 2012/03/16 14:46:35 $ + * $Revision: 1.125.6.2 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorDbClient.cc b/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorDbClient.cc index b10fbe78a8917..dfd60e7a43e3c 100644 --- a/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorDbClient.cc +++ b/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorDbClient.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorDbClient.cc * - * $Date: 2010/08/22 18:37:46 $ - * $Revision: 1.1 $ + * $Date: 2010/03/27 20:30:36 $ + * $Revision: 1.4 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorXdaqClient.cc b/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorXdaqClient.cc index 36d1dc26fc7a5..21dda0200e812 100644 --- a/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorXdaqClient.cc +++ b/DQM/EcalBarrelMonitorClient/plugins/EcalBarrelMonitorXdaqClient.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorXdaqClient.cc * - * $Date: 2010/03/27 20:30:36 $ - * $Revision: 1.4 $ + * $Date: 2010/03/27 20:07:56 $ + * $Revision: 1.3 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/src/EBClusterClient.cc b/DQM/EcalBarrelMonitorClient/src/EBClusterClient.cc index c104087aba9c2..3a0eed032ae12 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBClusterClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBClusterClient.cc @@ -1,8 +1,8 @@ /* * \file EBClusterClient.cc * - * $Date: 2012/04/27 13:45:58 $ - * $Revision: 1.80 $ + * $Date: 2011/09/02 13:55:01 $ + * $Revision: 1.77 $ * \author G. Della Ricca * \author F. Cossutti * \author E. Di Marco diff --git a/DQM/EcalBarrelMonitorClient/src/EBCosmicClient.cc b/DQM/EcalBarrelMonitorClient/src/EBCosmicClient.cc index 18aa292dd6a38..971bc416d8bc6 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBCosmicClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBCosmicClient.cc @@ -1,8 +1,8 @@ /* * \file EBCosmicClient.cc * - * $Date: 2012/04/27 13:45:58 $ - * $Revision: 1.130 $ + * $Date: 2011/09/02 13:55:01 $ + * $Revision: 1.127 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EBIntegrityClient.cc b/DQM/EcalBarrelMonitorClient/src/EBIntegrityClient.cc index 500b6ce8f1d43..db0951fc34b45 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBIntegrityClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBIntegrityClient.cc @@ -2,8 +2,8 @@ /* * \file EBIntegrityClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.235 $ + * $Date: 2012/03/18 17:20:51 $ + * $Revision: 1.232.2.2 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorClient/src/EBLaserClient.cc b/DQM/EcalBarrelMonitorClient/src/EBLaserClient.cc index c65d7fe6a2bae..8c34974d01f88 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBLaserClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBLaserClient.cc @@ -1,8 +1,8 @@ /* * \file EBLaserClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.286 $ + * $Date: 2012/04/13 17:59:43 $ + * $Revision: 1.283.2.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorClient/src/EBOccupancyClient.cc b/DQM/EcalBarrelMonitorClient/src/EBOccupancyClient.cc index 9d4004b997845..9552f202a0672 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBOccupancyClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBOccupancyClient.cc @@ -1,8 +1,8 @@ /* * \file EBOccupancyClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.47 $ + * $Date: 2011/09/02 13:55:01 $ + * $Revision: 1.44 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EBPedestalClient.cc b/DQM/EcalBarrelMonitorClient/src/EBPedestalClient.cc index a041d92d943d1..23c267cc1635a 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBPedestalClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBPedestalClient.cc @@ -1,8 +1,8 @@ /* * \file EBPedestalClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.233 $ + * $Date: 2011/09/15 20:55:48 $ + * $Revision: 1.230 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EBPedestalOnlineClient.cc b/DQM/EcalBarrelMonitorClient/src/EBPedestalOnlineClient.cc index 2705d8fa5a2a3..d0c34d236155f 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBPedestalOnlineClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBPedestalOnlineClient.cc @@ -1,8 +1,8 @@ /* * \file EBPedestalOnlineClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.167 $ + * $Date: 2012/03/29 22:30:18 $ + * $Revision: 1.164.2.4 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EBStatusFlagsClient.cc b/DQM/EcalBarrelMonitorClient/src/EBStatusFlagsClient.cc index ace82c0f90c28..7bbdbd12e086f 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBStatusFlagsClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBStatusFlagsClient.cc @@ -1,8 +1,8 @@ /* * \file EBStatusFlagsClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.49 $ + * $Date: 2011/09/02 13:55:01 $ + * $Revision: 1.46 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/src/EBSummaryClient.cc b/DQM/EcalBarrelMonitorClient/src/EBSummaryClient.cc index 8434c6e957a21..112a62314af49 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBSummaryClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBSummaryClient.cc @@ -1,8 +1,8 @@ /* * \file EBSummaryClient.cc * - * $Date: 2012/06/11 22:57:15 $ - * $Revision: 1.232 $ + * $Date: 2012/05/18 09:11:54 $ + * $Revision: 1.231 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/src/EBTestPulseClient.cc b/DQM/EcalBarrelMonitorClient/src/EBTestPulseClient.cc index c863bf2ea292f..5bbbc6e22fd5d 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBTestPulseClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBTestPulseClient.cc @@ -1,8 +1,8 @@ /* * \file EBTestPulseClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.240 $ + * $Date: 2011/10/28 14:15:45 $ + * $Revision: 1.237 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EBTimingClient.cc b/DQM/EcalBarrelMonitorClient/src/EBTimingClient.cc index 0e8a54df32165..234930382115a 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBTimingClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBTimingClient.cc @@ -1,8 +1,8 @@ /* * \file EBTimingClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.115 $ + * $Date: 2012/04/13 17:59:44 $ + * $Revision: 1.111.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorClient/src/EBTrendClient.cc b/DQM/EcalBarrelMonitorClient/src/EBTrendClient.cc index 7daaec3bff2f8..bbcfaa6a8d09c 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBTrendClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBTrendClient.cc @@ -1,8 +1,8 @@ /* * \file EBTrendClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.10 $ + * $Date: 2010/08/11 15:01:48 $ + * $Revision: 1.7 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalBarrelMonitorClient/src/EBTriggerTowerClient.cc b/DQM/EcalBarrelMonitorClient/src/EBTriggerTowerClient.cc index 452eccb4892f0..d4aeae6e1b8cb 100644 --- a/DQM/EcalBarrelMonitorClient/src/EBTriggerTowerClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EBTriggerTowerClient.cc @@ -1,8 +1,8 @@ /* * \file EBTriggerTowerClient.cc * - * $Date: 2012/04/27 13:45:59 $ - * $Revision: 1.131 $ + * $Date: 2011/09/02 13:55:01 $ + * $Revision: 1.128 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc b/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc index f58ce9509bce7..ee151ce727754 100644 --- a/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorClient.cc * - * $Date: 2013/04/02 09:07:29 $ - * $Revision: 1.508.2.1 $ + * $Date: 2012/06/28 12:14:27 $ + * $Revision: 1.508 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalBarrelMonitorDbModule/interface/EcalBarrelMonitorDbModule.h b/DQM/EcalBarrelMonitorDbModule/interface/EcalBarrelMonitorDbModule.h index d2f31d84d89e4..d65b7f86bf422 100644 --- a/DQM/EcalBarrelMonitorDbModule/interface/EcalBarrelMonitorDbModule.h +++ b/DQM/EcalBarrelMonitorDbModule/interface/EcalBarrelMonitorDbModule.h @@ -4,8 +4,8 @@ /* * \file EcalBarrelMonitorDbModule.h * - * $Date: 2010/08/08 09:00:46 $ - * $Revision: 1.15 $ + * $Date: 2010/08/08 08:46:03 $ + * $Revision: 1.14 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorDbModule/interface/MonitorElementsDb.h b/DQM/EcalBarrelMonitorDbModule/interface/MonitorElementsDb.h index da3df0ce22e7b..b6d6ed26394cd 100644 --- a/DQM/EcalBarrelMonitorDbModule/interface/MonitorElementsDb.h +++ b/DQM/EcalBarrelMonitorDbModule/interface/MonitorElementsDb.h @@ -1,4 +1,4 @@ -// $Id: MonitorElementsDb.h,v 1.10 2010/08/08 08:46:03 dellaric Exp $ +// $Id: MonitorElementsDb.h,v 1.9 2009/10/26 17:33:46 dellaric Exp $ #ifndef MonitorElementsDb_H #define MonitorElementsDb_H @@ -7,8 +7,8 @@ \file MonitorElementsDb.h \brief Generate a Monitor Element from DB data \author B. Gobbo - \version $Revision: 1.10 $ - \date $Date: 2010/08/08 08:46:03 $ + \version $Revision: 1.9 $ + \date $Date: 2009/10/26 17:33:46 $ */ diff --git a/DQM/EcalBarrelMonitorDbModule/interface/MonitorXMLParser.h b/DQM/EcalBarrelMonitorDbModule/interface/MonitorXMLParser.h index 402785a405bdb..afa31654c475a 100644 --- a/DQM/EcalBarrelMonitorDbModule/interface/MonitorXMLParser.h +++ b/DQM/EcalBarrelMonitorDbModule/interface/MonitorXMLParser.h @@ -1,11 +1,11 @@ -// $Id: MonitorXMLParser.h,v 1.7 2008/04/03 05:51:36 dellaric Exp $ +// $Id: MonitorXMLParser.h,v 1.6 2007/12/20 10:56:45 dellaric Exp $ /*! \file MonitorXMLParser.h \brief monitor db xml elements parsing tool \author B. Gobbo - \version $Revision: 1.7 $ - \date $Date: 2008/04/03 05:51:36 $ + \version $Revision: 1.6 $ + \date $Date: 2007/12/20 10:56:45 $ */ #ifndef MonitorXMLParser_h diff --git a/DQM/EcalBarrelMonitorDbModule/src/EcalBarrelMonitorDbModule.cc b/DQM/EcalBarrelMonitorDbModule/src/EcalBarrelMonitorDbModule.cc index 2452f487a86ad..c7df3acde0e4e 100644 --- a/DQM/EcalBarrelMonitorDbModule/src/EcalBarrelMonitorDbModule.cc +++ b/DQM/EcalBarrelMonitorDbModule/src/EcalBarrelMonitorDbModule.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorDbModule.cc * - * $Date: 2012/02/28 16:38:09 $ - * $Revision: 1.22 $ + * $Date: 2010/08/08 08:46:03 $ + * $Revision: 1.21 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorDbModule/src/MonitorElementsDb.cc b/DQM/EcalBarrelMonitorDbModule/src/MonitorElementsDb.cc index 011a1b0a29e57..61a23e995f97d 100644 --- a/DQM/EcalBarrelMonitorDbModule/src/MonitorElementsDb.cc +++ b/DQM/EcalBarrelMonitorDbModule/src/MonitorElementsDb.cc @@ -1,11 +1,11 @@ -// $Id: MonitorElementsDb.cc,v 1.25 2013/05/10 22:00:50 yiiyama Exp $ +// $Id: MonitorElementsDb.cc,v 1.24 2012/02/28 16:38:09 yiiyama Exp $ /*! \file MonitorElementsDb.cc \brief Generate a Monitor Element from DB data \author B. Gobbo - \version $Revision: 1.25 $ - \date $Date: 2013/05/10 22:00:50 $ + \version $Revision: 1.24 $ + \date $Date: 2012/02/28 16:38:09 $ */ #include "FWCore/ServiceRegistry/interface/Service.h" diff --git a/DQM/EcalBarrelMonitorDbModule/src/MonitorXMLParser.cc b/DQM/EcalBarrelMonitorDbModule/src/MonitorXMLParser.cc index 6b18465ced0ac..1645ec2cc22a2 100644 --- a/DQM/EcalBarrelMonitorDbModule/src/MonitorXMLParser.cc +++ b/DQM/EcalBarrelMonitorDbModule/src/MonitorXMLParser.cc @@ -1,11 +1,11 @@ -// $Id: MonitorXMLParser.cc,v 1.9 2011/09/15 21:00:17 yiiyama Exp $ +// $Id: MonitorXMLParser.cc,v 1.8 2008/04/08 18:32:10 dellaric Exp $ /*! \file MonitorXMLParser.cc \brief monitor db xml elements parsing tool \author B. Gobbo - \version $Revision: 1.9 $ - \date $Date: 2011/09/15 21:00:17 $ + \version $Revision: 1.8 $ + \date $Date: 2008/04/08 18:32:10 $ */ #include diff --git a/DQM/EcalBarrelMonitorModule/interface/EcalBarrelMonitorModule.h b/DQM/EcalBarrelMonitorModule/interface/EcalBarrelMonitorModule.h index 1f3a6707656a7..bdea608bc7f2a 100644 --- a/DQM/EcalBarrelMonitorModule/interface/EcalBarrelMonitorModule.h +++ b/DQM/EcalBarrelMonitorModule/interface/EcalBarrelMonitorModule.h @@ -4,8 +4,8 @@ /* * \file EcalBarrelMonitorModule.h * - * $Date: 2012/04/26 07:44:00 $ - * $Revision: 1.61 $ + * $Date: 2009/10/26 17:33:46 $ + * $Revision: 1.59 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorModule/src/EcalBarrelMonitorModule.cc b/DQM/EcalBarrelMonitorModule/src/EcalBarrelMonitorModule.cc index 33d30795ed7bc..6b5a548448a43 100644 --- a/DQM/EcalBarrelMonitorModule/src/EcalBarrelMonitorModule.cc +++ b/DQM/EcalBarrelMonitorModule/src/EcalBarrelMonitorModule.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorModule.cc * - * $Date: 2012/04/26 07:44:01 $ - * $Revision: 1.206 $ + * $Date: 2011/09/02 13:55:02 $ + * $Revision: 1.204 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBClusterTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBClusterTask.h index 64ec489ce3a68..159372c4ed92e 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBClusterTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBClusterTask.h @@ -4,8 +4,8 @@ /* * \file EBClusterTask.h * - * $Date: 2010/02/24 10:11:34 $ - * $Revision: 1.27 $ + * $Date: 2009/12/11 19:18:28 $ + * $Revision: 1.26 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBCosmicTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBCosmicTask.h index 1a50966609bc6..83227060c7425 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBCosmicTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBCosmicTask.h @@ -4,8 +4,8 @@ /* * \file EBCosmicTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.39 $ + * $Date: 2009/10/26 17:33:47 $ + * $Revision: 1.36 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBDaqInfoTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBDaqInfoTask.h index 43b564f8f3a6b..4c0ab8e886971 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBDaqInfoTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBDaqInfoTask.h @@ -4,8 +4,8 @@ /* * \file EBDaqInfoTask.h * - * $Date: 2010/08/08 08:56:00 $ - * $Revision: 1.4 $ + * $Date: 2010/08/08 08:46:05 $ + * $Revision: 1.132 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBDataCertificationTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBDataCertificationTask.h index 00d25e8f732f7..d55c1e0251b14 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBDataCertificationTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBDataCertificationTask.h @@ -4,8 +4,8 @@ /* * \file EBDataCertificationTask.h * - * $Date: 2010/08/08 14:21:02 $ - * $Revision: 1.7 $ + * $Date: 2010/08/08 08:56:00 $ + * $Revision: 1.6 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBDcsInfoTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBDcsInfoTask.h index 5b0f8a59ef53a..fb834de9b042e 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBDcsInfoTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBDcsInfoTask.h @@ -4,8 +4,8 @@ /* * \file EBDcsInfoTask.h * - * $Date: 2010/08/08 08:56:00 $ - * $Revision: 1.9 $ + * $Date: 2010/08/08 08:46:05 $ + * $Revision: 1.132 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBHltTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBHltTask.h index f1888c2385c62..3910d810959f8 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBHltTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBHltTask.h @@ -4,8 +4,8 @@ /* * \file EBHltTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.10 $ + * $Date: 2010/03/26 11:24:49 $ + * $Revision: 1.6 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBIntegrityTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBIntegrityTask.h index 8c2ba362d84d2..67016ca9e81c5 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBIntegrityTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBIntegrityTask.h @@ -4,8 +4,8 @@ /* * \file EBIntegrityTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.33 $ + * $Date: 2012/03/18 17:20:52 $ + * $Revision: 1.30.16.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBLaserTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBLaserTask.h index 4cd170a2ab1c6..b2735d91314b5 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBLaserTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBLaserTask.h @@ -4,8 +4,8 @@ /* * \file EBLaserTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.39 $ + * $Date: 2011/08/12 16:01:18 $ + * $Revision: 1.36 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBOccupancyTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBOccupancyTask.h index 79d702dbbdef1..d3052ddc6b0bc 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBOccupancyTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBOccupancyTask.h @@ -4,8 +4,8 @@ /* * \file EBOccupancyTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.28 $ + * $Date: 2012/03/18 17:20:53 $ + * $Revision: 1.25.16.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBPedestalOnlineTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBPedestalOnlineTask.h index 6beec806d8da8..62819b4543591 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBPedestalOnlineTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBPedestalOnlineTask.h @@ -4,8 +4,8 @@ /* * \file EBPedestalOnlineTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.20 $ + * $Date: 2012/03/29 13:49:28 $ + * $Revision: 1.19.18.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBPedestalTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBPedestalTask.h index 8070383e8837d..a0521db40a2af 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBPedestalTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBPedestalTask.h @@ -4,8 +4,8 @@ /* * \file EBPedestalTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.35 $ + * $Date: 2009/10/26 17:33:47 $ + * $Revision: 1.32 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBRawDataTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBRawDataTask.h index f8a38ec7dfa5e..fb866ed1332ed 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBRawDataTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBRawDataTask.h @@ -4,8 +4,8 @@ /* * \file EBRawDataTask.h * - * $Date: 2012/05/14 20:36:37 $ - * $Revision: 1.13 $ + * $Date: 2012/04/27 13:46:00 $ + * $Revision: 1.12 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBSelectiveReadoutTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBSelectiveReadoutTask.h index bcc52b415eaba..85a70cef58ed1 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBSelectiveReadoutTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBSelectiveReadoutTask.h @@ -4,8 +4,8 @@ /* * \file EBSelectiveReadoutTask.h * - * $Date: 2011/03/03 22:05:50 $ - * $Revision: 1.19 $ + * $Date: 2010/11/10 10:43:29 $ + * $Revision: 1.18 $ * \author P. Gras * \author E. Di Marco * diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBStatusFlagsTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBStatusFlagsTask.h index b8089ad0379e4..03832de45146c 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBStatusFlagsTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBStatusFlagsTask.h @@ -4,8 +4,8 @@ /* * \file EBStatusFlagsTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.12 $ + * $Date: 2012/03/20 20:26:47 $ + * $Revision: 1.9.16.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBTestPulseTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBTestPulseTask.h index 82c3d9cedf8b5..7a77c6691e3fb 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBTestPulseTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBTestPulseTask.h @@ -4,8 +4,8 @@ /* * \file EBTestPulseTask.h * - * $Date: 2012/04/27 13:46:00 $ - * $Revision: 1.36 $ + * $Date: 2009/10/26 17:33:47 $ + * $Revision: 1.33 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBTimingTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBTimingTask.h index 636fe565757de..1ad6af25c5fbf 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBTimingTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBTimingTask.h @@ -4,8 +4,8 @@ /* * \file EBTimingTask.h * - * $Date: 2012/04/27 13:46:01 $ - * $Revision: 1.24 $ + * $Date: 2011/09/15 21:54:51 $ + * $Revision: 1.21 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBTrendTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBTrendTask.h index 8e5632eec01d5..58cb404a7b2d0 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBTrendTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBTrendTask.h @@ -4,8 +4,8 @@ /* * \file EBTrendTask.h * - * $Date: 2010/03/28 09:13:48 $ - * $Revision: 1.4 $ + * $Date: 2010/02/08 21:35:03 $ + * $Revision: 1.3 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalBarrelMonitorTasks/interface/EBTriggerTowerTask.h b/DQM/EcalBarrelMonitorTasks/interface/EBTriggerTowerTask.h index b6c04035745dd..c4353b17685b1 100644 --- a/DQM/EcalBarrelMonitorTasks/interface/EBTriggerTowerTask.h +++ b/DQM/EcalBarrelMonitorTasks/interface/EBTriggerTowerTask.h @@ -4,8 +4,8 @@ /* * \file EBTriggerTowerTask.h * - * $Date: 2012/04/27 13:46:01 $ - * $Revision: 1.33 $ + * $Date: 2011/08/30 09:32:03 $ + * $Revision: 1.30 $ * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBClusterTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBClusterTask.cc index c0dbc9ef97604..00fe59c647894 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBClusterTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBClusterTask.cc @@ -1,8 +1,8 @@ /* * \file EBClusterTask.cc * - * $Date: 2012/04/27 13:46:01 $ - * $Revision: 1.95 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.92 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQM/EcalBarrelMonitorTasks/src/EBCosmicTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBCosmicTask.cc index cf38a8c8aee6d..51496f9dc73e5 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBCosmicTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBCosmicTask.cc @@ -1,8 +1,8 @@ /* * \file EBCosmicTask.cc * - * $Date: 2012/04/27 13:46:01 $ - * $Revision: 1.121 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.118 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBDaqInfoTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBDaqInfoTask.cc index be4a8a00e22a6..2bf0b70bdc7eb 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBDaqInfoTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBDaqInfoTask.cc @@ -1,8 +1,8 @@ /* * \file EBDaqInfoTask.cc * - * $Date: 2012/04/27 13:46:01 $ - * $Revision: 1.15 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.12 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBDataCertificationTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBDataCertificationTask.cc index e9f02e1faa49f..ad0d1a6e4d988 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBDataCertificationTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBDataCertificationTask.cc @@ -1,8 +1,8 @@ /* * \file EBDataCertificationTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.33 $ + * $Date: 2011/09/02 14:03:33 $ + * $Revision: 1.30 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBDcsInfoTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBDcsInfoTask.cc index f409ebf25c79b..cdb2a80cbfa83 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBDcsInfoTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBDcsInfoTask.cc @@ -1,8 +1,8 @@ /* * \file EBDcsInfoTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.21 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.18 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBHltTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBHltTask.cc index 4c01922b8d4ff..8e84b98045ea2 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBHltTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBHltTask.cc @@ -1,8 +1,8 @@ /* * \file EBHltTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.21 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.17 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBIntegrityTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBIntegrityTask.cc index b08f341e874cb..68e44be335559 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBIntegrityTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBIntegrityTask.cc @@ -1,8 +1,8 @@ /* * \file EBIntegrityTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.89 $ + * $Date: 2012/03/18 17:20:54 $ + * $Revision: 1.86.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBLaserTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBLaserTask.cc index 61c4e5542e3a0..63169a4734a32 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBLaserTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBLaserTask.cc @@ -1,8 +1,8 @@ /* * \file EBLaserTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.139 $ + * $Date: 2012/04/20 06:20:34 $ + * $Revision: 1.136.2.2 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBOccupancyTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBOccupancyTask.cc index 05f3af27c4484..f2e749a0733ff 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBOccupancyTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBOccupancyTask.cc @@ -1,8 +1,8 @@ /* * \file EBOccupancyTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.101 $ + * $Date: 2012/03/18 17:20:55 $ + * $Revision: 1.96.4.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorTasks/src/EBPedestalOnlineTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBPedestalOnlineTask.cc index d8bf981f5bd7e..d083237252265 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBPedestalOnlineTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBPedestalOnlineTask.cc @@ -1,8 +1,8 @@ /* * \file EBPedestalOnlineTask.cc * - * $Date: 2012/06/28 12:14:29 $ - * $Revision: 1.51 $ + * $Date: 2012/04/27 13:46:02 $ + * $Revision: 1.50 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBPedestalTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBPedestalTask.cc index ab5b897337515..0a67f97d6959b 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBPedestalTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBPedestalTask.cc @@ -1,8 +1,8 @@ /* * \file EBPedestalTask.cc * - * $Date: 2012/04/27 13:46:02 $ - * $Revision: 1.105 $ + * $Date: 2011/08/30 09:30:32 $ + * $Revision: 1.102 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBRawDataTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBRawDataTask.cc index 88521f78fc2a6..033e6fe1bca9e 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBRawDataTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBRawDataTask.cc @@ -1,8 +1,8 @@ /* * \file EBRawDataTask.cc * - * $Date: 2012/06/28 12:14:29 $ - * $Revision: 1.48 $ + * $Date: 2012/05/14 20:43:15 $ + * $Revision: 1.47 $ * \author E. Di Marco * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBSelectiveReadoutTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBSelectiveReadoutTask.cc index df0530c6131ef..3416e97e1e0aa 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBSelectiveReadoutTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBSelectiveReadoutTask.cc @@ -1,8 +1,8 @@ /* * \file EBSelectiveReadoutTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.58 $ + * $Date: 2011/10/28 14:15:46 $ + * $Revision: 1.55 $ * \author P. Gras * \author E. Di Marco * diff --git a/DQM/EcalBarrelMonitorTasks/src/EBStatusFlagsTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBStatusFlagsTask.cc index 33f04590a4918..470af4edd233c 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBStatusFlagsTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBStatusFlagsTask.cc @@ -1,8 +1,8 @@ /* * \file EBStatusFlagsTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.37 $ + * $Date: 2012/03/20 20:26:48 $ + * $Revision: 1.34.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBTestPulseTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBTestPulseTask.cc index 52fefc36b7a8d..ccec228cb7267 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBTestPulseTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBTestPulseTask.cc @@ -1,8 +1,8 @@ /* * \file EBTestPulseTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.121 $ + * $Date: 2011/10/28 14:15:46 $ + * $Revision: 1.118 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalBarrelMonitorTasks/src/EBTimingTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBTimingTask.cc index b8a4010d04004..3c122436468ae 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBTimingTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBTimingTask.cc @@ -1,8 +1,8 @@ /* * \file EBTimingTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.77 $ + * $Date: 2011/09/15 21:54:51 $ + * $Revision: 1.73 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBTrendTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBTrendTask.cc index 553443ec2caa0..24137d28f17a8 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBTrendTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBTrendTask.cc @@ -1,8 +1,8 @@ /* * \file EBTrendTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.13 $ + * $Date: 2011/08/30 09:30:33 $ + * $Revision: 1.10 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalBarrelMonitorTasks/src/EBTriggerTowerTask.cc b/DQM/EcalBarrelMonitorTasks/src/EBTriggerTowerTask.cc index f17be932a4fe9..b7516cc251710 100644 --- a/DQM/EcalBarrelMonitorTasks/src/EBTriggerTowerTask.cc +++ b/DQM/EcalBarrelMonitorTasks/src/EBTriggerTowerTask.cc @@ -1,8 +1,8 @@ /* * \file EBTriggerTowerTask.cc * - * $Date: 2012/04/27 13:46:03 $ - * $Revision: 1.111 $ + * $Date: 2011/10/28 14:15:46 $ + * $Revision: 1.107 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQM/EcalCommon/interface/EcalDQMStatusDictionary.h b/DQM/EcalCommon/interface/EcalDQMStatusDictionary.h index 6c07b26ff81cc..c1421430a1ab1 100644 --- a/DQM/EcalCommon/interface/EcalDQMStatusDictionary.h +++ b/DQM/EcalCommon/interface/EcalDQMStatusDictionary.h @@ -5,8 +5,8 @@ \file Status.h \brief dictionary for Ecal DQM status codes \author G. Della Ricca - \version $Revision: 1.15 $ - \date $Date: 2011/09/14 13:51:23 $ + \version $Revision: 1.14 $ + \date $Date: 2010/08/17 13:50:18 $ */ #include diff --git a/DQM/EcalCommon/interface/EcalDQMStatusReader.h b/DQM/EcalCommon/interface/EcalDQMStatusReader.h index 35a4d234a6323..91b71bc0245d7 100644 --- a/DQM/EcalCommon/interface/EcalDQMStatusReader.h +++ b/DQM/EcalCommon/interface/EcalDQMStatusReader.h @@ -4,8 +4,8 @@ /* * \file EcalDQMStatusReader.h * - * $Date: 2010/08/09 09:00:10 $ - * $Revision: 1.3 $ + * $Date: 2010/08/08 09:03:03 $ + * $Revision: 1.2 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalCommon/interface/EcalDQMStatusWriter.h b/DQM/EcalCommon/interface/EcalDQMStatusWriter.h index 437a5a29b610d..f455a41c1d3d2 100644 --- a/DQM/EcalCommon/interface/EcalDQMStatusWriter.h +++ b/DQM/EcalCommon/interface/EcalDQMStatusWriter.h @@ -4,8 +4,8 @@ /* * \file EcalDQMStatusWriter.h * - * $Date: 2010/08/09 09:00:10 $ - * $Revision: 1.7 $ + * $Date: 2010/08/07 20:47:41 $ + * $Revision: 1.6 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalCommon/interface/EcalMonitorPrescaler.h b/DQM/EcalCommon/interface/EcalMonitorPrescaler.h index 7a45030276af3..0c2facf4b8f1c 100755 --- a/DQM/EcalCommon/interface/EcalMonitorPrescaler.h +++ b/DQM/EcalCommon/interface/EcalMonitorPrescaler.h @@ -5,8 +5,8 @@ \file EcalMonitorPrescaler.h \brief Ecal specific Prescaler \author G. Della Ricca - \version $Revision: 1.8 $ - \date $Date: 2010/08/06 12:28:07 $ + \version $Revision: 1.7 $ + \date $Date: 2010/03/27 20:44:49 $ */ #include "FWCore/Framework/interface/EDFilter.h" diff --git a/DQM/EcalCommon/interface/GeometryHelper.h b/DQM/EcalCommon/interface/GeometryHelper.h index 7efd82fc9a535..59829d57009b5 100644 --- a/DQM/EcalCommon/interface/GeometryHelper.h +++ b/DQM/EcalCommon/interface/GeometryHelper.h @@ -5,8 +5,8 @@ \file GeomHelperFunctions.h \brief Ecal Monitor Utility functions \author Yutaro Iiyama - \version $Revision: 1.2 $ - \date $Date: 2011/08/05 12:07:11 $ + \version $Revision: 1.1 $ + \date $Date: 2011/08/05 10:34:43 $ */ #include diff --git a/DQM/EcalCommon/interface/LogicID.h b/DQM/EcalCommon/interface/LogicID.h index 6b42fd9c5b1d3..8b6c261784fea 100644 --- a/DQM/EcalCommon/interface/LogicID.h +++ b/DQM/EcalCommon/interface/LogicID.h @@ -5,8 +5,8 @@ \file LogicID.h \brief Cache logicID vector from database \author B. Gobbo - \version $Revision: 1.15 $ - \date $Date: 2012/04/26 07:44:39 $ + \version $Revision: 1.13 $ + \date $Date: 2010/08/20 19:09:03 $ */ #include diff --git a/DQM/EcalCommon/interface/Masks.h b/DQM/EcalCommon/interface/Masks.h index 3b215462db05d..a37bf68497915 100644 --- a/DQM/EcalCommon/interface/Masks.h +++ b/DQM/EcalCommon/interface/Masks.h @@ -5,8 +5,8 @@ \file Masks.h \brief channel masking \author G. Della Ricca - \version $Revision: 1.10 $ - \date $Date: 2012/04/27 13:46:03 $ + \version $Revision: 1.8 $ + \date $Date: 2012/02/28 16:38:13 $ */ #include diff --git a/DQM/EcalCommon/interface/Numbers.h b/DQM/EcalCommon/interface/Numbers.h index 0e543e2c9e826..5a4107b77a02d 100644 --- a/DQM/EcalCommon/interface/Numbers.h +++ b/DQM/EcalCommon/interface/Numbers.h @@ -5,8 +5,8 @@ \file Numbers.h \brief Some "id" conversions \author B. Gobbo - \version $Revision: 1.43 $ - \date $Date: 2012/04/27 13:46:03 $ + \version $Revision: 1.41 $ + \date $Date: 2012/02/28 16:38:13 $ */ #include diff --git a/DQM/EcalCommon/interface/NumbersPn.h b/DQM/EcalCommon/interface/NumbersPn.h index 37cde35f0bc43..d43cbdde8c187 100644 --- a/DQM/EcalCommon/interface/NumbersPn.h +++ b/DQM/EcalCommon/interface/NumbersPn.h @@ -4,8 +4,8 @@ /*! \file NumbersPn.h \brief Some "id" conversions - \version $Revision: 1.11 $ - \date $Date: 2010/09/28 13:23:50 $ + \version $Revision: 1.10 $ + \date $Date: 2010/08/20 19:09:04 $ */ #include diff --git a/DQM/EcalCommon/interface/UtilFunctions.h b/DQM/EcalCommon/interface/UtilFunctions.h index 5a23984d8ac70..3df91bd9aeafd 100644 --- a/DQM/EcalCommon/interface/UtilFunctions.h +++ b/DQM/EcalCommon/interface/UtilFunctions.h @@ -5,8 +5,8 @@ \file UtilFunctions.h \brief Ecal Monitor Utility functions \author Dongwook Jang - \version $Revision: 1.5 $ - \date $Date: 2011/08/12 08:25:21 $ + \version $Revision: 1.4 $ + \date $Date: 2011/08/05 10:34:43 $ */ #include diff --git a/DQM/EcalCommon/interface/UtilsClient.h b/DQM/EcalCommon/interface/UtilsClient.h index ca8412e9e5dfd..eea6a3cd9460a 100644 --- a/DQM/EcalCommon/interface/UtilsClient.h +++ b/DQM/EcalCommon/interface/UtilsClient.h @@ -5,8 +5,8 @@ \file UtilsClient.h \brief Ecal Monitor Utils for Client \author B. Gobbo - \version $Revision: 1.22 $ - \date $Date: 2011/08/30 09:45:43 $ + \version $Revision: 1.21 $ + \date $Date: 2011/08/05 12:22:38 $ */ /*! \class UtilsClient diff --git a/DQM/EcalCommon/src/EcalDQMStatusReader.cc b/DQM/EcalCommon/src/EcalDQMStatusReader.cc index a2f9fc30ac1bf..cb54214ab0a04 100644 --- a/DQM/EcalCommon/src/EcalDQMStatusReader.cc +++ b/DQM/EcalCommon/src/EcalDQMStatusReader.cc @@ -1,8 +1,8 @@ /* * \file EcalDQMStatusReader.cc * - * $Date: 2010/08/09 17:47:32 $ - * $Revision: 1.11 $ + * $Date: 2010/08/09 09:00:12 $ + * $Revision: 1.10 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalCommon/src/EcalDQMStatusWriter.cc b/DQM/EcalCommon/src/EcalDQMStatusWriter.cc index 5342095540623..d05f9083886af 100644 --- a/DQM/EcalCommon/src/EcalDQMStatusWriter.cc +++ b/DQM/EcalCommon/src/EcalDQMStatusWriter.cc @@ -1,8 +1,8 @@ /* * \file EcalDQMStatusWriter.cc * - * $Date: 2010/08/30 13:14:08 $ - * $Revision: 1.19 $ + * $Date: 2010/08/09 15:12:33 $ + * $Revision: 1.18 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalCommon/src/EcalMonitorPrescaler.cc b/DQM/EcalCommon/src/EcalMonitorPrescaler.cc index 287099885fc67..2565f182bbd6d 100755 --- a/DQM/EcalCommon/src/EcalMonitorPrescaler.cc +++ b/DQM/EcalCommon/src/EcalMonitorPrescaler.cc @@ -1,11 +1,11 @@ -// $Id: EcalMonitorPrescaler.cc,v 1.16 2010/08/08 08:46:05 dellaric Exp $ +// $Id: EcalMonitorPrescaler.cc,v 1.15 2010/03/29 14:25:43 dellaric Exp $ /*! \file EcalMonitorPrescaler.cc \brief Ecal specific Prescaler \author G. Della Ricca - \version $Revision: 1.16 $ - \date $Date: 2010/08/08 08:46:05 $ + \version $Revision: 1.15 $ + \date $Date: 2010/03/29 14:25:43 $ */ #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/DQM/EcalCommon/src/Masks.cc b/DQM/EcalCommon/src/Masks.cc index 80094cc8ce163..818533a3c21f8 100644 --- a/DQM/EcalCommon/src/Masks.cc +++ b/DQM/EcalCommon/src/Masks.cc @@ -1,11 +1,11 @@ -// $Id: Masks.cc,v 1.18 2012/04/27 13:46:04 yiiyama Exp $ +// $Id: Masks.cc,v 1.16 2012/02/28 16:38:13 yiiyama Exp $ /*! \file Masks.cc \brief channel masking \author G. Della Ricca - \version $Revision: 1.18 $ - \date $Date: 2012/04/27 13:46:04 $ + \version $Revision: 1.16 $ + \date $Date: 2012/02/28 16:38:13 $ */ #include diff --git a/DQM/EcalCommon/src/Numbers.cc b/DQM/EcalCommon/src/Numbers.cc index dd146124fa6af..68eccdb6c695d 100644 --- a/DQM/EcalCommon/src/Numbers.cc +++ b/DQM/EcalCommon/src/Numbers.cc @@ -1,11 +1,11 @@ -// $Id: Numbers.cc,v 1.84 2012/04/27 13:46:04 yiiyama Exp $ +// $Id: Numbers.cc,v 1.82 2012/02/28 16:38:13 yiiyama Exp $ /*! \file Numbers.cc \brief Some "id" conversions \author B. Gobbo - \version $Revision: 1.84 $ - \date $Date: 2012/04/27 13:46:04 $ + \version $Revision: 1.82 $ + \date $Date: 2012/02/28 16:38:13 $ */ #include diff --git a/DQM/EcalCommon/src/NumbersPn.cc b/DQM/EcalCommon/src/NumbersPn.cc index 76178c4694a8f..68f169f70181b 100644 --- a/DQM/EcalCommon/src/NumbersPn.cc +++ b/DQM/EcalCommon/src/NumbersPn.cc @@ -1,10 +1,10 @@ -// $Id: NumbersPn.cc,v 1.9 2010/08/08 08:46:05 dellaric Exp $ +// $Id: NumbersPn.cc,v 1.8 2010/08/08 08:16:15 dellaric Exp $ /*! \file NumbersPn.cc \brief Some "id" conversions - \version $Revision: 1.9 $ - \date $Date: 2010/08/08 08:46:05 $ + \version $Revision: 1.8 $ + \date $Date: 2010/08/08 08:16:15 $ */ #include diff --git a/DQM/EcalCommon/src/UtilFunctions.cc b/DQM/EcalCommon/src/UtilFunctions.cc index 1fefbbe9b3b85..f85491b94e488 100644 --- a/DQM/EcalCommon/src/UtilFunctions.cc +++ b/DQM/EcalCommon/src/UtilFunctions.cc @@ -2,8 +2,8 @@ \file UtilFunctions.cc \brief Ecal Monitor Utility functions \author Dongwook Jang - \version $Revision: 1.7 $ - \date $Date: 2012/04/27 13:46:04 $ + \version $Revision: 1.5 $ + \date $Date: 2012/02/28 16:38:14 $ */ #include "DQM/EcalCommon/interface/UtilFunctions.h" diff --git a/DQM/EcalEndcapMonitorClient/interface/EEClient.h b/DQM/EcalEndcapMonitorClient/interface/EEClient.h index 5781517702f9c..4c9424b961b64 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEClient.h @@ -1,11 +1,11 @@ -// $Id: EEClient.h,v 1.21 2010/08/04 06:27:00 dellaric Exp $ +// $Id: EEClient.h,v 1.20 2010/03/28 09:01:11 dellaric Exp $ /*! \file EEClient.h \brief Ecal Barrel Monitor Client mom class \author B. Gobbo - \version $Revision: 1.21 $ - \date $Date: 2010/08/04 06:27:00 $ + \version $Revision: 1.20 $ + \date $Date: 2010/03/28 09:01:11 $ */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EEClusterClient.h b/DQM/EcalEndcapMonitorClient/interface/EEClusterClient.h index 41abb742d5872..ddf0954b089ee 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEClusterClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEClusterClient.h @@ -4,8 +4,8 @@ /* * \file EEClusterClient.h * - * $Date: 2010/01/25 21:12:25 $ - * $Revision: 1.31 $ + * $Date: 2009/12/12 10:30:23 $ + * $Revision: 1.30 $ * \author G. Della Ricca * \author F. Cossutti * \author E. Di Marco diff --git a/DQM/EcalEndcapMonitorClient/interface/EECosmicClient.h b/DQM/EcalEndcapMonitorClient/interface/EECosmicClient.h index b3fc8bffbe3af..08d52cc491b71 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EECosmicClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EECosmicClient.h @@ -4,8 +4,8 @@ /* * \file EECosmicClient.h * - * $Date: 2010/01/25 21:12:25 $ - * $Revision: 1.29 $ + * $Date: 2009/10/28 08:18:22 $ + * $Revision: 1.28 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EEIntegrityClient.h b/DQM/EcalEndcapMonitorClient/interface/EEIntegrityClient.h index 80fe60aee3ac2..9e6bbb388a9e0 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEIntegrityClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEIntegrityClient.h @@ -4,8 +4,8 @@ /* * \file EEIntegrityClient.h * - * $Date: 2012/04/27 13:46:04 $ - * $Revision: 1.33 $ + * $Date: 2012/03/18 15:59:30 $ + * $Revision: 1.30.16.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorClient/interface/EELaserClient.h b/DQM/EcalEndcapMonitorClient/interface/EELaserClient.h index 807456fc8153b..099abac0a7d89 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EELaserClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EELaserClient.h @@ -4,8 +4,8 @@ /* * \file EELaserClient.h * - * $Date: 2010/02/14 20:56:24 $ - * $Revision: 1.38 $ + * $Date: 2010/02/14 14:35:46 $ + * $Revision: 1.37 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EELedClient.h b/DQM/EcalEndcapMonitorClient/interface/EELedClient.h index f14279bad597f..d329961cfc062 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EELedClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EELedClient.h @@ -4,8 +4,8 @@ /* * \file EELedClient.h * - * $Date: 2010/03/05 13:34:41 $ - * $Revision: 1.39 $ + * $Date: 2010/03/04 13:56:00 $ + * $Revision: 1.38 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EEOccupancyClient.h b/DQM/EcalEndcapMonitorClient/interface/EEOccupancyClient.h index 9dc5a2882174c..2159b2f6bc095 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEOccupancyClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEOccupancyClient.h @@ -4,8 +4,8 @@ /* * \file EEOccupancyClient.h * - * $Date: 2010/01/25 21:12:25 $ - * $Revision: 1.22 $ + * $Date: 2009/12/12 10:30:23 $ + * $Revision: 1.21 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EEPedestalClient.h b/DQM/EcalEndcapMonitorClient/interface/EEPedestalClient.h index 529708100555a..e577148bb014f 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEPedestalClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEPedestalClient.h @@ -4,8 +4,8 @@ /* * \file EEPedestalClient.h * - * $Date: 2010/02/14 20:56:24 $ - * $Revision: 1.33 $ + * $Date: 2010/02/14 14:35:46 $ + * $Revision: 1.32 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EEPedestalOnlineClient.h b/DQM/EcalEndcapMonitorClient/interface/EEPedestalOnlineClient.h index ab2fe0e11ef12..93e99fc17d412 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEPedestalOnlineClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEPedestalOnlineClient.h @@ -4,8 +4,8 @@ /* * \file EEPedestalOnlineClient.h * - * $Date: 2012/04/27 13:46:04 $ - * $Revision: 1.34 $ + * $Date: 2012/03/29 13:49:30 $ + * $Revision: 1.32.2.3 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EEStatusFlagsClient.h b/DQM/EcalEndcapMonitorClient/interface/EEStatusFlagsClient.h index 98381bab678e5..8159b3bafbc5c 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EEStatusFlagsClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EEStatusFlagsClient.h @@ -4,8 +4,8 @@ /* * \file EEStatusFlagsClient.h * - * $Date: 2010/02/14 20:56:24 $ - * $Revision: 1.21 $ + * $Date: 2010/02/14 14:35:46 $ + * $Revision: 1.20 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EESummaryClient.h b/DQM/EcalEndcapMonitorClient/interface/EESummaryClient.h index 3f52cab56029a..b24600d0a3cfc 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EESummaryClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EESummaryClient.h @@ -4,8 +4,8 @@ /* * \file EESummaryClient.h * - * $Date: 2012/06/11 22:57:16 $ - * $Revision: 1.55 $ + * $Date: 2012/04/27 13:46:04 $ + * $Revision: 1.54 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EETestPulseClient.h b/DQM/EcalEndcapMonitorClient/interface/EETestPulseClient.h index 640474f3340c1..1fe528bf8675f 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EETestPulseClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EETestPulseClient.h @@ -4,8 +4,8 @@ /* * \file EETestPulseClient.h * - * $Date: 2010/02/14 20:56:24 $ - * $Revision: 1.39 $ + * $Date: 2010/02/14 14:35:46 $ + * $Revision: 1.38 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EETimingClient.h b/DQM/EcalEndcapMonitorClient/interface/EETimingClient.h index 3b41c9505591d..4dfeb2fb9a182 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EETimingClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EETimingClient.h @@ -4,8 +4,8 @@ /* * \file EETimingClient.h * - * $Date: 2012/04/27 13:46:04 $ - * $Revision: 1.35 $ + * $Date: 2012/04/13 17:59:44 $ + * $Revision: 1.32.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EETrendClient.h b/DQM/EcalEndcapMonitorClient/interface/EETrendClient.h index 8fa90c60b6332..9fd8831ee6d82 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EETrendClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EETrendClient.h @@ -4,8 +4,8 @@ /* * \file EETrendClient.h * - * $Date: 2010/03/28 09:05:23 $ - * $Revision: 1.3 $ + * $Date: 2010/03/02 00:01:57 $ + * $Revision: 1.2 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalEndcapMonitorClient/interface/EETriggerTowerClient.h b/DQM/EcalEndcapMonitorClient/interface/EETriggerTowerClient.h index 5ee12386d5aeb..8bac5111fec6e 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EETriggerTowerClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EETriggerTowerClient.h @@ -4,8 +4,8 @@ /* * \file EETriggerTowerClient.h * - * $Date: 2012/04/27 13:46:05 $ - * $Revision: 1.39 $ + * $Date: 2010/01/25 21:12:25 $ + * $Revision: 1.36 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/interface/EcalEndcapMonitorClient.h b/DQM/EcalEndcapMonitorClient/interface/EcalEndcapMonitorClient.h index aa40f2bd010d6..aadc7869f007f 100644 --- a/DQM/EcalEndcapMonitorClient/interface/EcalEndcapMonitorClient.h +++ b/DQM/EcalEndcapMonitorClient/interface/EcalEndcapMonitorClient.h @@ -4,8 +4,8 @@ /* * \file EcalEndcapMonitorClient.h * - * $Date: 2012/04/27 13:46:05 $ - * $Revision: 1.64 $ + * $Date: 2012/03/16 14:46:38 $ + * $Revision: 1.61.6.2 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorDbClient.cc b/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorDbClient.cc index eb0a421cf6fcf..8ad1fdf9b26eb 100644 --- a/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorDbClient.cc +++ b/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorDbClient.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorDbClient.cc * - * $Date: 2010/08/22 18:37:47 $ - * $Revision: 1.1 $ + * $Date: 2010/03/27 20:30:36 $ + * $Revision: 1.4 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorXdaqClient.cc b/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorXdaqClient.cc index ee93deac5e476..fde6561f21ea6 100644 --- a/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorXdaqClient.cc +++ b/DQM/EcalEndcapMonitorClient/plugins/EcalEndcapMonitorXdaqClient.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorXdaqClient.h cc - * $Date: 2010/01/25 21:12:26 $ - * $Revision: 1.2 $ + * $Date: 2009/04/17 09:56:27 $ + * $Revision: 1.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/src/EEClusterClient.cc b/DQM/EcalEndcapMonitorClient/src/EEClusterClient.cc index 26fdfd48696c1..501c9d17917f1 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEClusterClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEClusterClient.cc @@ -1,8 +1,8 @@ /* * \file EEClusterClient.cc * - * $Date: 2011/09/02 13:55:02 $ - * $Revision: 1.66 $ + * $Date: 2011/08/30 09:29:44 $ + * $Revision: 1.65 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQM/EcalEndcapMonitorClient/src/EECosmicClient.cc b/DQM/EcalEndcapMonitorClient/src/EECosmicClient.cc index 890393930a9d0..04eac0a4a52b1 100644 --- a/DQM/EcalEndcapMonitorClient/src/EECosmicClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EECosmicClient.cc @@ -1,8 +1,8 @@ /* * \file EECosmicClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.77 $ + * $Date: 2011/09/02 13:55:02 $ + * $Revision: 1.74 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EEIntegrityClient.cc b/DQM/EcalEndcapMonitorClient/src/EEIntegrityClient.cc index 238943db2678e..211f83f33ce2b 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEIntegrityClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEIntegrityClient.cc @@ -2,8 +2,8 @@ /* * \file EEIntegrityClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.117 $ + * $Date: 2012/03/18 17:20:56 $ + * $Revision: 1.114.2.2 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorClient/src/EELaserClient.cc b/DQM/EcalEndcapMonitorClient/src/EELaserClient.cc index eaaa9635d564b..3f5f98b6171ed 100644 --- a/DQM/EcalEndcapMonitorClient/src/EELaserClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EELaserClient.cc @@ -1,8 +1,8 @@ /* * \file EELaserClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.146 $ + * $Date: 2012/04/13 17:59:45 $ + * $Revision: 1.143.2.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorClient/src/EELedClient.cc b/DQM/EcalEndcapMonitorClient/src/EELedClient.cc index eed2f193bdab8..a54123b2d7a4c 100644 --- a/DQM/EcalEndcapMonitorClient/src/EELedClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EELedClient.cc @@ -1,8 +1,8 @@ /* * \file EELedClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.133 $ + * $Date: 2011/10/07 17:21:20 $ + * $Revision: 1.130 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorClient/src/EEOccupancyClient.cc b/DQM/EcalEndcapMonitorClient/src/EEOccupancyClient.cc index 36a59ca930bbf..968687483aa9c 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEOccupancyClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEOccupancyClient.cc @@ -1,8 +1,8 @@ /* * \file EEOccupancyClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.46 $ + * $Date: 2011/09/02 13:55:02 $ + * $Revision: 1.43 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EEPedestalClient.cc b/DQM/EcalEndcapMonitorClient/src/EEPedestalClient.cc index c78f615f83e7a..3dd25b21572b2 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEPedestalClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEPedestalClient.cc @@ -1,8 +1,8 @@ /* * \file EEPedestalClient.cc * - * $Date: 2012/04/27 13:46:07 $ - * $Revision: 1.125 $ + * $Date: 2011/09/02 13:55:02 $ + * $Revision: 1.122 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EEPedestalOnlineClient.cc b/DQM/EcalEndcapMonitorClient/src/EEPedestalOnlineClient.cc index 5f30d883052f0..1fce059872a06 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEPedestalOnlineClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEPedestalOnlineClient.cc @@ -1,8 +1,8 @@ /* * \file EEPedestalOnlineClient.cc * - * $Date: 2012/04/27 13:46:08 $ - * $Revision: 1.117 $ + * $Date: 2012/03/29 22:30:23 $ + * $Revision: 1.114.2.4 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EEStatusFlagsClient.cc b/DQM/EcalEndcapMonitorClient/src/EEStatusFlagsClient.cc index 11f8c60c63714..dd18a8053f0d2 100644 --- a/DQM/EcalEndcapMonitorClient/src/EEStatusFlagsClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EEStatusFlagsClient.cc @@ -1,8 +1,8 @@ /* * \file EEStatusFlagsClient.cc * - * $Date: 2012/04/27 13:46:08 $ - * $Revision: 1.51 $ + * $Date: 2011/09/02 13:55:02 $ + * $Revision: 1.48 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/src/EESummaryClient.cc b/DQM/EcalEndcapMonitorClient/src/EESummaryClient.cc index 616068d7f8094..74fec89c26bd6 100644 --- a/DQM/EcalEndcapMonitorClient/src/EESummaryClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EESummaryClient.cc @@ -1,8 +1,8 @@ /* * \file EESummaryClient.cc * - * $Date: 2012/08/10 00:30:16 $ - * $Revision: 1.227 $ + * $Date: 2012/07/30 19:04:00 $ + * $Revision: 1.226 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/src/EETestPulseClient.cc b/DQM/EcalEndcapMonitorClient/src/EETestPulseClient.cc index cc2db4903dabf..620c620dd73a8 100644 --- a/DQM/EcalEndcapMonitorClient/src/EETestPulseClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EETestPulseClient.cc @@ -1,8 +1,8 @@ /* * \file EETestPulseClient.cc * - * $Date: 2012/04/27 13:46:08 $ - * $Revision: 1.130 $ + * $Date: 2011/10/28 14:15:46 $ + * $Revision: 1.127 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EETimingClient.cc b/DQM/EcalEndcapMonitorClient/src/EETimingClient.cc index 8a794b2c1f28f..d711a2f6d3e65 100644 --- a/DQM/EcalEndcapMonitorClient/src/EETimingClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EETimingClient.cc @@ -1,8 +1,8 @@ /* * \file EETimingClient.cc * - * $Date: 2012/04/27 13:46:08 $ - * $Revision: 1.115 $ + * $Date: 2012/04/13 17:59:46 $ + * $Revision: 1.111.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorClient/src/EETrendClient.cc b/DQM/EcalEndcapMonitorClient/src/EETrendClient.cc index d620668e6b988..ec5c577a98dad 100644 --- a/DQM/EcalEndcapMonitorClient/src/EETrendClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EETrendClient.cc @@ -1,8 +1,8 @@ /* * \file EETrendClient.cc * - * $Date: 2012/04/27 13:46:08 $ - * $Revision: 1.11 $ + * $Date: 2010/08/11 15:01:53 $ + * $Revision: 1.8 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalEndcapMonitorClient/src/EETriggerTowerClient.cc b/DQM/EcalEndcapMonitorClient/src/EETriggerTowerClient.cc index d3be7bc051e80..ac39bbbc2bda3 100644 --- a/DQM/EcalEndcapMonitorClient/src/EETriggerTowerClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EETriggerTowerClient.cc @@ -1,8 +1,8 @@ /* * \file EETriggerTowerClient.cc * - * $Date: 2013/04/02 09:03:29 $ - * $Revision: 1.103 $ + * $Date: 2012/04/27 13:46:08 $ + * $Revision: 1.102 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc b/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc index 5115c6372d6a2..ffd16232696e4 100644 --- a/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorClient.cc * - * $Date: 2013/04/02 09:03:29 $ - * $Revision: 1.274 $ + * $Date: 2012/09/04 08:01:37 $ + * $Revision: 1.273 $ * \author G. Della Ricca * \author F. Cossutti * diff --git a/DQM/EcalEndcapMonitorDbModule/interface/EcalEndcapMonitorDbModule.h b/DQM/EcalEndcapMonitorDbModule/interface/EcalEndcapMonitorDbModule.h index 5c1104207dadc..2705c8556f815 100644 --- a/DQM/EcalEndcapMonitorDbModule/interface/EcalEndcapMonitorDbModule.h +++ b/DQM/EcalEndcapMonitorDbModule/interface/EcalEndcapMonitorDbModule.h @@ -4,8 +4,8 @@ /* * \file EcalEndcapMonitorDbModule.h * - * $Date: 2010/08/08 09:00:46 $ - * $Revision: 1.12 $ + * $Date: 2010/08/08 08:46:07 $ + * $Revision: 1.11 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorDbModule/src/EcalEndcapMonitorDbModule.cc b/DQM/EcalEndcapMonitorDbModule/src/EcalEndcapMonitorDbModule.cc index e8185c6ffb70b..da750ad7a52fa 100644 --- a/DQM/EcalEndcapMonitorDbModule/src/EcalEndcapMonitorDbModule.cc +++ b/DQM/EcalEndcapMonitorDbModule/src/EcalEndcapMonitorDbModule.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorDbModule.cc * - * $Date: 2012/02/28 16:38:16 $ - * $Revision: 1.16 $ + * $Date: 2010/08/08 08:46:08 $ + * $Revision: 1.15 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorModule/interface/EcalEndcapMonitorModule.h b/DQM/EcalEndcapMonitorModule/interface/EcalEndcapMonitorModule.h index c6c799beb2a35..de69de5e74c7b 100644 --- a/DQM/EcalEndcapMonitorModule/interface/EcalEndcapMonitorModule.h +++ b/DQM/EcalEndcapMonitorModule/interface/EcalEndcapMonitorModule.h @@ -4,8 +4,8 @@ /* * \file EcalEndcapMonitorModule.h * - * $Date: 2012/04/26 07:45:14 $ - * $Revision: 1.23 $ + * $Date: 2009/10/26 17:33:49 $ + * $Revision: 1.21 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorModule/src/EcalEndcapMonitorModule.cc b/DQM/EcalEndcapMonitorModule/src/EcalEndcapMonitorModule.cc index c8737f51486a8..157ccab5c753d 100644 --- a/DQM/EcalEndcapMonitorModule/src/EcalEndcapMonitorModule.cc +++ b/DQM/EcalEndcapMonitorModule/src/EcalEndcapMonitorModule.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorModule.cc * - * $Date: 2012/04/26 07:45:15 $ - * $Revision: 1.88 $ + * $Date: 2011/09/02 13:55:03 $ + * $Revision: 1.86 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEClusterTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEClusterTask.h index a1ff3ad8729ac..1644a85a6f2c5 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEClusterTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEClusterTask.h @@ -4,8 +4,8 @@ /* * \file EEClusterTask.h * - * $Date: 2010/02/24 10:11:37 $ - * $Revision: 1.23 $ + * $Date: 2009/12/11 19:18:28 $ + * $Revision: 1.22 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EECosmicTask.h b/DQM/EcalEndcapMonitorTasks/interface/EECosmicTask.h index dbba3a9c78a95..ee836c25ba0cb 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EECosmicTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EECosmicTask.h @@ -4,8 +4,8 @@ /* * \file EECosmicTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.19 $ + * $Date: 2009/10/26 17:33:50 $ + * $Revision: 1.16 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEDaqInfoTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEDaqInfoTask.h index e79791a2d44a2..c2192138cd304 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEDaqInfoTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEDaqInfoTask.h @@ -4,8 +4,8 @@ /* * \file EEDaqInfoTask.h * - * $Date: 2011/06/27 08:35:13 $ - * $Revision: 1.5 $ + * $Date: 2010/08/08 08:56:00 $ + * $Revision: 1.4 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEDataCertificationTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEDataCertificationTask.h index 34248067d9548..0ec1c133b8841 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEDataCertificationTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEDataCertificationTask.h @@ -4,8 +4,8 @@ /* * \file EEDataCertificationTask.h * - * $Date: 2011/06/27 08:35:13 $ - * $Revision: 1.8 $ + * $Date: 2010/08/08 14:21:02 $ + * $Revision: 1.7 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEDcsInfoTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEDcsInfoTask.h index 907b3a63ddc41..2f071ea9bb372 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEDcsInfoTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEDcsInfoTask.h @@ -4,8 +4,8 @@ /* * \file EEDcsInfoTask.h * - * $Date: 2011/06/27 08:35:13 $ - * $Revision: 1.10 $ + * $Date: 2010/08/08 08:56:00 $ + * $Revision: 1.9 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEHltTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEHltTask.h index 19bf8a76488a1..40882ebeec8cd 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEHltTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEHltTask.h @@ -4,8 +4,8 @@ /* * \file EEHltTask.h * - * $Date: 2010/03/26 11:24:50 $ - * $Revision: 1.6 $ + * $Date: 2009/10/26 17:33:50 $ + * $Revision: 1.5 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEIntegrityTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEIntegrityTask.h index f08b12919952b..d893fd662a3e3 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEIntegrityTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEIntegrityTask.h @@ -4,8 +4,8 @@ /* * \file EEIntegrityTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.20 $ + * $Date: 2012/03/18 17:20:58 $ + * $Revision: 1.17.18.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EELaserTask.h b/DQM/EcalEndcapMonitorTasks/interface/EELaserTask.h index b1016dd7b1e14..c6348c6e50337 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EELaserTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EELaserTask.h @@ -4,8 +4,8 @@ /* * \file EELaserTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.18 $ + * $Date: 2011/08/12 16:01:44 $ + * $Revision: 1.15 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EELedTask.h b/DQM/EcalEndcapMonitorTasks/interface/EELedTask.h index 30209bba32f91..9ddd1b369bf3c 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EELedTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EELedTask.h @@ -4,8 +4,8 @@ /* * \file EELedTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.14 $ + * $Date: 2009/10/26 17:33:50 $ + * $Revision: 1.11 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEOccupancyTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEOccupancyTask.h index 72db337ba73ed..531541bb13258 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEOccupancyTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEOccupancyTask.h @@ -4,8 +4,8 @@ /* * \file EEOccupancyTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.31 $ + * $Date: 2012/03/18 17:20:59 $ + * $Revision: 1.28.8.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEPedestalOnlineTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEPedestalOnlineTask.h index 53c554105403d..acba9b97cbb00 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEPedestalOnlineTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEPedestalOnlineTask.h @@ -4,8 +4,8 @@ /* * \file EEPedestalOnlineTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.13 $ + * $Date: 2012/03/29 13:49:35 $ + * $Revision: 1.12.20.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEPedestalTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEPedestalTask.h index 4b433d81ec957..f22cb08f58e82 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEPedestalTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEPedestalTask.h @@ -4,8 +4,8 @@ /* * \file EEPedestalTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.16 $ + * $Date: 2009/10/26 17:33:50 $ + * $Revision: 1.13 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EERawDataTask.h b/DQM/EcalEndcapMonitorTasks/interface/EERawDataTask.h index 2e718653655be..b67edb3862198 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EERawDataTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EERawDataTask.h @@ -4,8 +4,8 @@ /* * \file EERawDataTask.h * - * $Date: 2012/05/14 20:36:37 $ - * $Revision: 1.14 $ + * $Date: 2012/04/27 13:46:13 $ + * $Revision: 1.13 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EESelectiveReadoutTask.h b/DQM/EcalEndcapMonitorTasks/interface/EESelectiveReadoutTask.h index 8181d8dc0d57e..26d668dc62bc9 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EESelectiveReadoutTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EESelectiveReadoutTask.h @@ -4,8 +4,8 @@ /* * \file EESelectiveReadoutTask.h * - * $Date: 2011/03/03 22:05:50 $ - * $Revision: 1.22 $ + * $Date: 2010/11/10 10:43:29 $ + * $Revision: 1.21 $ * \author P. Gras * \author E. Di Marco * diff --git a/DQM/EcalEndcapMonitorTasks/interface/EEStatusFlagsTask.h b/DQM/EcalEndcapMonitorTasks/interface/EEStatusFlagsTask.h index f7ca302dc32bb..302b7ea7fdf66 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EEStatusFlagsTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EEStatusFlagsTask.h @@ -4,8 +4,8 @@ /* * \file EEStatusFlagsTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.13 $ + * $Date: 2012/03/20 20:26:49 $ + * $Revision: 1.10.18.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EETestPulseTask.h b/DQM/EcalEndcapMonitorTasks/interface/EETestPulseTask.h index 91f74aaab4b85..ae0364f3f28f3 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EETestPulseTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EETestPulseTask.h @@ -4,8 +4,8 @@ /* * \file EETestPulseTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.17 $ + * $Date: 2009/10/26 17:33:51 $ + * $Revision: 1.14 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EETimingTask.h b/DQM/EcalEndcapMonitorTasks/interface/EETimingTask.h index e869346e455cf..e0c347717f95e 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EETimingTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EETimingTask.h @@ -4,8 +4,8 @@ /* * \file EETimingTask.h * - * $Date: 2011/09/15 21:54:51 $ - * $Revision: 1.22 $ + * $Date: 2011/09/15 21:03:25 $ + * $Revision: 1.21 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EETrendTask.h b/DQM/EcalEndcapMonitorTasks/interface/EETrendTask.h index 5fb47fa77b2b4..3a2968bc6d19e 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EETrendTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EETrendTask.h @@ -4,8 +4,8 @@ /* * \file EETrendTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.9 $ + * $Date: 2010/03/28 09:13:49 $ + * $Revision: 1.6 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalEndcapMonitorTasks/interface/EETriggerTowerTask.h b/DQM/EcalEndcapMonitorTasks/interface/EETriggerTowerTask.h index 827797ceb7ee3..176dff4eca8a0 100644 --- a/DQM/EcalEndcapMonitorTasks/interface/EETriggerTowerTask.h +++ b/DQM/EcalEndcapMonitorTasks/interface/EETriggerTowerTask.h @@ -4,8 +4,8 @@ /* * \file EETriggerTowerTask.h * - * $Date: 2012/04/27 13:46:13 $ - * $Revision: 1.29 $ + * $Date: 2011/08/30 09:29:05 $ + * $Revision: 1.26 $ * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEClusterTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEClusterTask.cc index 1749f006004b4..1f920c45ed27a 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEClusterTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEClusterTask.cc @@ -1,8 +1,8 @@ /* * \file EEClusterTask.cc * - * $Date: 2012/04/27 13:46:14 $ - * $Revision: 1.86 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.83 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQM/EcalEndcapMonitorTasks/src/EECosmicTask.cc b/DQM/EcalEndcapMonitorTasks/src/EECosmicTask.cc index 6f08b10fea354..667450ef052b9 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EECosmicTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EECosmicTask.cc @@ -1,8 +1,8 @@ /* * \file EECosmicTask.cc * - * $Date: 2012/04/27 13:46:14 $ - * $Revision: 1.60 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.57 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEDaqInfoTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEDaqInfoTask.cc index 396af19583503..e840097f4d7d0 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEDaqInfoTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEDaqInfoTask.cc @@ -1,8 +1,8 @@ /* * \file EEDaqInfoTask.cc * - * $Date: 2012/04/27 13:46:14 $ - * $Revision: 1.18 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.15 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEDataCertificationTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEDataCertificationTask.cc index bb6c92599a7c6..6ce8fe9a5cc4f 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEDataCertificationTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEDataCertificationTask.cc @@ -1,8 +1,8 @@ /* * \file EEDataCertificationTask.cc * - * $Date: 2012/04/27 13:46:14 $ - * $Revision: 1.31 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.28 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEDcsInfoTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEDcsInfoTask.cc index b07144fb5247a..7fb6ac1e4de5e 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEDcsInfoTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEDcsInfoTask.cc @@ -1,8 +1,8 @@ /* * \file EEDcsInfoTask.cc * - * $Date: 2012/04/27 13:46:14 $ - * $Revision: 1.23 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.20 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEHltTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEHltTask.cc index a9837072e960c..52b40948bbc60 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEHltTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEHltTask.cc @@ -1,8 +1,8 @@ /* * \file EEHltTask.cc * - * $Date: 2012/04/27 13:46:15 $ - * $Revision: 1.21 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.17 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEIntegrityTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEIntegrityTask.cc index cbeecd28e42d8..ee5e3ca64d63a 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEIntegrityTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEIntegrityTask.cc @@ -1,8 +1,8 @@ /* * \file EEIntegrityTask.cc * - * $Date: 2012/04/27 13:46:15 $ - * $Revision: 1.61 $ + * $Date: 2012/03/18 17:21:00 $ + * $Revision: 1.57.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EELaserTask.cc b/DQM/EcalEndcapMonitorTasks/src/EELaserTask.cc index f165709fd1caf..94770859136b1 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EELaserTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EELaserTask.cc @@ -1,8 +1,8 @@ /* * \file EELaserTask.cc * - * $Date: 2012/04/27 13:46:15 $ - * $Revision: 1.81 $ + * $Date: 2012/04/20 06:20:35 $ + * $Revision: 1.78.2.2 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EELedTask.cc b/DQM/EcalEndcapMonitorTasks/src/EELedTask.cc index 365fd74fa2d48..dc0a3ff2f794c 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EELedTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EELedTask.cc @@ -1,8 +1,8 @@ /* * \file EELedTask.cc * - * $Date: 2012/05/15 11:12:27 $ - * $Revision: 1.73 $ + * $Date: 2012/04/29 14:20:12 $ + * $Revision: 1.72 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEOccupancyTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEOccupancyTask.cc index ffe94a06144a5..98f73cef5ae6d 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEOccupancyTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEOccupancyTask.cc @@ -1,8 +1,8 @@ /* * \file EEOccupancyTask.cc * - * $Date: 2012/04/27 13:46:15 $ - * $Revision: 1.94 $ + * $Date: 2012/03/18 17:21:01 $ + * $Revision: 1.89.4.1 $ * \author G. Della Ricca * \author G. Franzoni * diff --git a/DQM/EcalEndcapMonitorTasks/src/EEPedestalOnlineTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEPedestalOnlineTask.cc index d921d66dcafc8..5b31d2f8c8541 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEPedestalOnlineTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEPedestalOnlineTask.cc @@ -1,8 +1,8 @@ /* * \file EEPedestalOnlineTask.cc * - * $Date: 2012/06/28 12:14:30 $ - * $Revision: 1.38 $ + * $Date: 2012/04/27 13:46:16 $ + * $Revision: 1.37 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EEPedestalTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEPedestalTask.cc index c83f6ec5e51d3..18fa9c598f465 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEPedestalTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEPedestalTask.cc @@ -1,8 +1,8 @@ /* * \file EEPedestalTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.59 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.56 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EERawDataTask.cc b/DQM/EcalEndcapMonitorTasks/src/EERawDataTask.cc index cd0d50d8c965d..5b0d52c28683b 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EERawDataTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EERawDataTask.cc @@ -1,8 +1,8 @@ /* * \file EERawDataTask.cc * - * $Date: 2012/06/28 12:14:30 $ - * $Revision: 1.45 $ + * $Date: 2012/05/14 20:36:37 $ + * $Revision: 1.44 $ * \author E. Di Marco * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EESelectiveReadoutTask.cc b/DQM/EcalEndcapMonitorTasks/src/EESelectiveReadoutTask.cc index cecdd1d1f6e52..8876054302f76 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EESelectiveReadoutTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EESelectiveReadoutTask.cc @@ -1,8 +1,8 @@ /* * \file EESelectiveReadoutTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.66 $ + * $Date: 2011/10/28 14:15:47 $ + * $Revision: 1.62 $ * \author P. Gras * \author E. Di Marco * diff --git a/DQM/EcalEndcapMonitorTasks/src/EEStatusFlagsTask.cc b/DQM/EcalEndcapMonitorTasks/src/EEStatusFlagsTask.cc index 707cc4a0395d3..5dcb2d0217b07 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EEStatusFlagsTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EEStatusFlagsTask.cc @@ -1,8 +1,8 @@ /* * \file EEStatusFlagsTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.43 $ + * $Date: 2012/03/20 20:26:50 $ + * $Revision: 1.39.2.1 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EETestPulseTask.cc b/DQM/EcalEndcapMonitorTasks/src/EETestPulseTask.cc index b5c2465cb6ca0..9c80730ead3ae 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EETestPulseTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EETestPulseTask.cc @@ -1,8 +1,8 @@ /* * \file EETestPulseTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.63 $ + * $Date: 2011/10/28 14:15:47 $ + * $Revision: 1.60 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EETimingTask.cc b/DQM/EcalEndcapMonitorTasks/src/EETimingTask.cc index 8b30e27c22ad9..6103bd172f267 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EETimingTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EETimingTask.cc @@ -1,8 +1,8 @@ /* * \file EETimingTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.85 $ + * $Date: 2011/09/15 21:54:52 $ + * $Revision: 1.81 $ * \author G. Della Ricca * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EETrendTask.cc b/DQM/EcalEndcapMonitorTasks/src/EETrendTask.cc index 770541408ed49..36045b7e1da7d 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EETrendTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EETrendTask.cc @@ -1,8 +1,8 @@ /* * \file EETrendTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.16 $ + * $Date: 2011/08/30 09:28:42 $ + * $Revision: 1.13 $ * \author Dongwook Jang, Soon Yung Jun * */ diff --git a/DQM/EcalEndcapMonitorTasks/src/EETriggerTowerTask.cc b/DQM/EcalEndcapMonitorTasks/src/EETriggerTowerTask.cc index 36221450b03cf..2dbd83534db5e 100644 --- a/DQM/EcalEndcapMonitorTasks/src/EETriggerTowerTask.cc +++ b/DQM/EcalEndcapMonitorTasks/src/EETriggerTowerTask.cc @@ -1,8 +1,8 @@ /* * \file EETriggerTowerTask.cc * - * $Date: 2012/04/27 13:46:16 $ - * $Revision: 1.82 $ + * $Date: 2011/10/28 14:15:47 $ + * $Revision: 1.78 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQM/HLTEvF/BuildFile.xml b/DQM/HLTEvF/BuildFile.xml index a05b58b8c2299..1757ddd366f2f 100644 --- a/DQM/HLTEvF/BuildFile.xml +++ b/DQM/HLTEvF/BuildFile.xml @@ -14,7 +14,6 @@ - diff --git a/DQM/HLTEvF/interface/FourVectorHLT.h b/DQM/HLTEvF/interface/FourVectorHLT.h index ba4b1a1f142df..fd840fe6ebcfe 100644 --- a/DQM/HLTEvF/interface/FourVectorHLT.h +++ b/DQM/HLTEvF/interface/FourVectorHLT.h @@ -16,7 +16,7 @@ // // Original Author: Peter Wittich // Created: May 2008 -// $Id: FourVectorHLT.h,v 1.6 2009/10/15 11:31:28 fwyzard Exp $ +// $Id: FourVectorHLT.h,v 1.5 2008/05/24 13:23:14 wittich Exp $ // // diff --git a/DQM/HLTEvF/interface/FourVectorHLTOnline.h b/DQM/HLTEvF/interface/FourVectorHLTOnline.h index 492ac8497b1ed..de3b39c02c2b0 100644 --- a/DQM/HLTEvF/interface/FourVectorHLTOnline.h +++ b/DQM/HLTEvF/interface/FourVectorHLTOnline.h @@ -19,7 +19,7 @@ // Rewritten by: Vladimir Rekovic // Date: May 2009 // -// $Id: FourVectorHLTOnline.h,v 1.18 2011/09/20 21:49:27 slaunwhj Exp $ +// $Id: FourVectorHLTOnline.h,v 1.17 2010/03/25 15:03:37 rekovic Exp $ // // diff --git a/DQM/HLTEvF/interface/HLTAlCaMonEcalPhiSym.h b/DQM/HLTEvF/interface/HLTAlCaMonEcalPhiSym.h index 0775d4c88d1c9..cd9053202e777 100644 --- a/DQM/HLTEvF/interface/HLTAlCaMonEcalPhiSym.h +++ b/DQM/HLTEvF/interface/HLTAlCaMonEcalPhiSym.h @@ -5,8 +5,8 @@ * * * DQM Source for phi symmetry stream * - * $Date: 2009/10/15 11:31:28 $ - * $Revision: 1.2 $ + * $Date: 2009/09/22 13:49:43 $ + * $Revision: 1.1 $ * \author Stefano Argiro' * Andrea Gozzelino - Universita%G�%@ e INFN Torino * diff --git a/DQM/HLTEvF/interface/HLTMon.h b/DQM/HLTEvF/interface/HLTMon.h index d6ab17af5562a..bbec85944f849 100644 --- a/DQM/HLTEvF/interface/HLTMon.h +++ b/DQM/HLTEvF/interface/HLTMon.h @@ -18,7 +18,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Wed Jan 16 15:55:28 CET 2008 -// $Id: HLTMon.h,v 1.3 2009/10/15 11:31:28 fwyzard Exp $ +// $Id: HLTMon.h,v 1.2 2008/06/30 15:27:12 bjbloom Exp $ // // diff --git a/DQM/HLTEvF/interface/HLTMonElectron.h b/DQM/HLTEvF/interface/HLTMonElectron.h index 0c7cdfea27172..2134e53056ea0 100644 --- a/DQM/HLTEvF/interface/HLTMonElectron.h +++ b/DQM/HLTEvF/interface/HLTMonElectron.h @@ -17,7 +17,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Wed Jan 16 15:55:28 CET 2008 -// $Id: HLTMonElectron.h,v 1.5 2009/10/15 11:31:28 fwyzard Exp $ +// $Id: HLTMonElectron.h,v 1.4 2008/07/02 08:32:32 mmozer Exp $ // // diff --git a/DQM/HLTEvF/interface/HLTMonElectronConsumer.h b/DQM/HLTEvF/interface/HLTMonElectronConsumer.h index c497adff303d2..9aa24d2845a22 100644 --- a/DQM/HLTEvF/interface/HLTMonElectronConsumer.h +++ b/DQM/HLTEvF/interface/HLTMonElectronConsumer.h @@ -17,7 +17,7 @@ // // Original Author: Lorenzo AGOSTINO // Created: Wed Jan 16 15:55:28 CET 2008 -// $Id: HLTMonElectronConsumer.h,v 1.2 2009/10/15 11:31:28 fwyzard Exp $ +// $Id: HLTMonElectronConsumer.h,v 1.1 2008/08/01 13:13:30 mmozer Exp $ // // diff --git a/DQM/HLTEvF/interface/HLTMonSimpleBTag.h b/DQM/HLTEvF/interface/HLTMonSimpleBTag.h index 81d766655fb7b..96785c5441e09 100644 --- a/DQM/HLTEvF/interface/HLTMonSimpleBTag.h +++ b/DQM/HLTEvF/interface/HLTMonSimpleBTag.h @@ -16,7 +16,7 @@ Description: [one line class summary] // // Original Author: Freya Blekman (fblekman) // Created: Fri Mar 11 13:20:18 CET 2011 -// $Id: HLTMonSimpleBTag.h,v 1.3 2011/03/25 16:10:43 fblekman Exp $ +// $Id: HLTMonSimpleBTag.h,v 1.2 2011/03/16 12:55:50 fblekman Exp $ // // diff --git a/DQM/HLTEvF/interface/PathTimerService.h b/DQM/HLTEvF/interface/PathTimerService.h index 18abe3b4e0a76..de8cdb030454c 100644 --- a/DQM/HLTEvF/interface/PathTimerService.h +++ b/DQM/HLTEvF/interface/PathTimerService.h @@ -9,7 +9,6 @@ // Original Author: David Lange // $Id: PathTimerService.h,v 1.6 2007/09/14 17:33:32 bdahmes Exp $ // -#include "sigc++/signal.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/ServiceRegistry/interface/ActivityRegistry.h" @@ -27,8 +26,6 @@ namespace edm { PathTimerService(const ParameterSet&,ActivityRegistry&); ~PathTimerService(); - sigc::signal newMeasurementSignal; - std::auto_ptr getInfo() { return std::auto_ptr(new HLTPerformanceInfo(*_perfInfo));} private: diff --git a/DQM/HLTEvF/interface/TrigResRateMon.h b/DQM/HLTEvF/interface/TrigResRateMon.h index 1ba679c899def..b21c54d837c8f 100644 --- a/DQM/HLTEvF/interface/TrigResRateMon.h +++ b/DQM/HLTEvF/interface/TrigResRateMon.h @@ -16,7 +16,7 @@ // Vladimir Rekovic, July 2010 // // -// $Id: TrigResRateMon.h,v 1.11 2011/09/21 16:51:09 lwming Exp $ +// $Id: TrigResRateMon.h,v 1.10 2011/09/14 16:34:55 lwming Exp $ // // diff --git a/DQM/HLTEvF/plugins/FourVectorHLT.cc b/DQM/HLTEvF/plugins/FourVectorHLT.cc index 73a6da89d180c..5a85ae43f3778 100644 --- a/DQM/HLTEvF/plugins/FourVectorHLT.cc +++ b/DQM/HLTEvF/plugins/FourVectorHLT.cc @@ -1,4 +1,4 @@ -// $Id: FourVectorHLT.cc,v 1.13 2010/02/17 22:53:25 wdd Exp $ +// $Id: FourVectorHLT.cc,v 1.12 2010/02/16 17:03:12 wmtan Exp $ // See header file for information. #include "FWCore/Framework/interface/EDAnalyzer.h" #include "DataFormats/Common/interface/Handle.h" diff --git a/DQM/HLTEvF/plugins/FourVectorHLTOnline.cc b/DQM/HLTEvF/plugins/FourVectorHLTOnline.cc index e988b72d54aa4..bb1c5b840cad9 100644 --- a/DQM/HLTEvF/plugins/FourVectorHLTOnline.cc +++ b/DQM/HLTEvF/plugins/FourVectorHLTOnline.cc @@ -1,4 +1,4 @@ -// $Id: FourVectorHLTOnline.cc,v 1.42 2012/02/28 10:54:57 fwyzard Exp $ +// $Id: FourVectorHLTOnline.cc,v 1.41 2012/02/21 10:32:34 slaunwhj Exp $ // See header file for information. #include "TMath.h" #include "DQM/HLTEvF/interface/FourVectorHLTOnline.h" diff --git a/DQM/HLTEvF/plugins/HLTAlCaMonEcalPhiSym.cc b/DQM/HLTEvF/plugins/HLTAlCaMonEcalPhiSym.cc index 7ad870b462102..3c61e11bbf4d7 100644 --- a/DQM/HLTEvF/plugins/HLTAlCaMonEcalPhiSym.cc +++ b/DQM/HLTEvF/plugins/HLTAlCaMonEcalPhiSym.cc @@ -4,8 +4,8 @@ * \author Andrea Gozzelino - Universita%G�%@ e INFN Torino * \author Stefano Argiro * - * $Date: 2010/08/07 14:55:56 $ - * $Revision: 1.5 $ + * $Date: 2009/12/08 17:24:45 $ + * $Revision: 1.4 $ * * * Description: Monitoring of Phi Symmetry Calibration Stream diff --git a/DQM/HLTEvF/plugins/HLTMonBTagClient.cc b/DQM/HLTEvF/plugins/HLTMonBTagClient.cc index 55eb187cc9235..766a7cc72d6f7 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagClient.cc +++ b/DQM/HLTEvF/plugins/HLTMonBTagClient.cc @@ -2,8 +2,8 @@ * * DQM source for BJet HLT paths * - * $Date: 2009/10/07 15:20:00 $ - * $Revision: 1.3 $ + * $Date: 2009/09/05 18:33:08 $ + * $Revision: 1.2 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonBTagClient.h b/DQM/HLTEvF/plugins/HLTMonBTagClient.h index ed4d0ee77c0c8..6db8b7e59bc5b 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagClient.h +++ b/DQM/HLTEvF/plugins/HLTMonBTagClient.h @@ -5,8 +5,8 @@ * * * DQM source for BJet HLT paths * - * $Date: 2009/10/14 07:22:39 $ - * $Revision: 1.4 $ + * $Date: 2009/10/07 15:20:00 $ + * $Revision: 1.3 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonBTagIPSource.cc b/DQM/HLTEvF/plugins/HLTMonBTagIPSource.cc index 1289073656b95..cf554dbfe2215 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagIPSource.cc +++ b/DQM/HLTEvF/plugins/HLTMonBTagIPSource.cc @@ -2,8 +2,8 @@ * * DQM source for BJet HLT paths * - * $Date: 2010/03/15 15:31:36 $ - * $Revision: 1.11 $ + * $Date: 2009/11/11 13:31:50 $ + * $Revision: 1.10 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonBTagIPSource.h b/DQM/HLTEvF/plugins/HLTMonBTagIPSource.h index 1ecebe5716d54..2c4a8e516fd13 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagIPSource.h +++ b/DQM/HLTEvF/plugins/HLTMonBTagIPSource.h @@ -5,8 +5,8 @@ * * * DQM source for BJet HLT paths * - * $Date: 2009/10/14 07:22:39 $ - * $Revision: 1.7 $ + * $Date: 2009/10/13 13:32:40 $ + * $Revision: 1.6 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonBTagMuSource.cc b/DQM/HLTEvF/plugins/HLTMonBTagMuSource.cc index d7aa5818e3367..077939710a309 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagMuSource.cc +++ b/DQM/HLTEvF/plugins/HLTMonBTagMuSource.cc @@ -2,8 +2,8 @@ * * DQM source for BJet HLT paths * - * $Date: 2010/03/15 15:31:36 $ - * $Revision: 1.11 $ + * $Date: 2009/11/11 13:31:50 $ + * $Revision: 1.10 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonBTagMuSource.h b/DQM/HLTEvF/plugins/HLTMonBTagMuSource.h index 08ea6e5b3142c..fb48495a3946c 100644 --- a/DQM/HLTEvF/plugins/HLTMonBTagMuSource.h +++ b/DQM/HLTEvF/plugins/HLTMonBTagMuSource.h @@ -5,8 +5,8 @@ * * * DQM source for BJet HLT paths * - * $Date: 2009/10/14 07:22:39 $ - * $Revision: 1.7 $ + * $Date: 2009/10/13 13:32:40 $ + * $Revision: 1.6 $ * \author Andrea Bocci, Pisa * */ diff --git a/DQM/HLTEvF/plugins/HLTMonHcalIsoTrack.cc b/DQM/HLTEvF/plugins/HLTMonHcalIsoTrack.cc index ce4486f01f74f..5f7c0a57079e7 100644 --- a/DQM/HLTEvF/plugins/HLTMonHcalIsoTrack.cc +++ b/DQM/HLTEvF/plugins/HLTMonHcalIsoTrack.cc @@ -13,7 +13,7 @@ // // Original Author: Grigory SAFRONOV // Created: Mon Oct 6 10:10:22 CEST 2008 -// $Id: HLTMonHcalIsoTrack.cc,v 1.5 2010/08/07 14:55:56 wmtan Exp $ +// $Id: HLTMonHcalIsoTrack.cc,v 1.4 2010/02/23 13:49:18 safronov Exp $ // // diff --git a/DQM/HLTEvF/plugins/HLTMonSimpleBTag.cc b/DQM/HLTEvF/plugins/HLTMonSimpleBTag.cc index c09e1425bfd46..2ef4a64d8f743 100644 --- a/DQM/HLTEvF/plugins/HLTMonSimpleBTag.cc +++ b/DQM/HLTEvF/plugins/HLTMonSimpleBTag.cc @@ -1,4 +1,4 @@ -// $Id: HLTMonSimpleBTag.cc,v 1.4 2011/04/15 10:15:36 fblekman Exp $ +// $Id: HLTMonSimpleBTag.cc,v 1.3 2011/03/25 16:10:43 fblekman Exp $ // See header file for information. #include "FWCore/Framework/interface/EDAnalyzer.h" #include "DataFormats/Common/interface/Handle.h" diff --git a/DQM/HLTEvF/plugins/OccupancyPlotter.cc b/DQM/HLTEvF/plugins/OccupancyPlotter.cc index 726e987b9686c..98270406f7cbb 100644 --- a/DQM/HLTEvF/plugins/OccupancyPlotter.cc +++ b/DQM/HLTEvF/plugins/OccupancyPlotter.cc @@ -13,7 +13,7 @@ // // Original Author: Jason Michael Slaunwhite,512 1-008,`+41227670494, // Created: Fri Aug 5 10:34:47 CEST 2011 -// $Id: OccupancyPlotter.cc,v 1.14 2012/04/05 19:52:43 halil Exp $ +// $Id: OccupancyPlotter.cc,v 1.13 2012/04/03 09:54:48 halil Exp $ // // diff --git a/DQM/HLTEvF/plugins/SealModule.cc b/DQM/HLTEvF/plugins/SealModule.cc index 37b2979ad18fa..90497395fd3f4 100644 --- a/DQM/HLTEvF/plugins/SealModule.cc +++ b/DQM/HLTEvF/plugins/SealModule.cc @@ -1,4 +1,4 @@ -// $Id: SealModule.cc,v 1.29 2012/03/09 15:01:45 halil Exp $ +// $Id: SealModule.cc,v 1.28 2012/03/01 09:34:59 sauerlan Exp $ #include "DQM/HLTEvF/interface/PathTimerService.h" #include "DQM/HLTEvF/interface/PathTimerInserter.h" diff --git a/DQM/HLTEvF/plugins/TrigResRateMon.cc b/DQM/HLTEvF/plugins/TrigResRateMon.cc index 5a228182b8bd8..b9983fc9c720b 100644 --- a/DQM/HLTEvF/plugins/TrigResRateMon.cc +++ b/DQM/HLTEvF/plugins/TrigResRateMon.cc @@ -1,4 +1,4 @@ -// $Id: TrigResRateMon.cc,v 1.26 2012/02/21 10:32:34 slaunwhj Exp $ +// $Id: TrigResRateMon.cc,v 1.25 2012/01/31 15:59:03 davidlt Exp $ // See header file for information. #include "TMath.h" #include "TString.h" diff --git a/DQM/HLTEvF/python/FourVectorHLTOnline_cfi.py b/DQM/HLTEvF/python/FourVectorHLTOnline_cfi.py index 7867be1482f85..e1b41b5a5541b 100644 --- a/DQM/HLTEvF/python/FourVectorHLTOnline_cfi.py +++ b/DQM/HLTEvF/python/FourVectorHLTOnline_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: FourVectorHLTOnline_cfi.py,v 1.11 2010/03/25 13:24:16 rekovic Exp $ +# $Id: FourVectorHLTOnline_cfi.py,v 1.10 2010/03/25 13:00:04 rekovic Exp $ hltResultsOn = cms.EDAnalyzer("FourVectorHLTOnline", dirname = cms.untracked.string("HLT/FourVector/paths"), muonRecoCollectionName = cms.untracked.string("muons"), diff --git a/DQM/HLTEvF/python/FourVectorHLT_cfi.py b/DQM/HLTEvF/python/FourVectorHLT_cfi.py index f494496c1dc1d..b3dd57d251280 100644 --- a/DQM/HLTEvF/python/FourVectorHLT_cfi.py +++ b/DQM/HLTEvF/python/FourVectorHLT_cfi.py @@ -1,4 +1,4 @@ -# $Id: FourVectorHLT_cfi.py,v 1.6 2008/10/22 14:35:13 lorenzo Exp $ +# $Id: FourVectorHLT_cfi.py,v 1.5 2008/10/08 06:49:13 lorenzo Exp $ import FWCore.ParameterSet.Config as cms hltResults = cms.EDAnalyzer("FourVectorHLT", diff --git a/DQM/HLTEvF/python/HLTAlCaMonEcalPhiSym_cfi.py b/DQM/HLTEvF/python/HLTAlCaMonEcalPhiSym_cfi.py index e24e1b332f829..982af0721c1b3 100644 --- a/DQM/HLTEvF/python/HLTAlCaMonEcalPhiSym_cfi.py +++ b/DQM/HLTEvF/python/HLTAlCaMonEcalPhiSym_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: HLTAlCaMonEcalPhiSym_cfi.py,v 1.1 2009/09/22 13:49:52 beaucero Exp $ +# $Id: EcalPhiSymHLTVal_cfi.py,v 1.2 2009/01/20 09:56:41 nuno Exp $ # # \author Stefano Argiro # diff --git a/DQM/HLTEvF/python/TrigResRateMon_cfi.py b/DQM/HLTEvF/python/TrigResRateMon_cfi.py index ef15998b325ea..a9e5a54c18d86 100644 --- a/DQM/HLTEvF/python/TrigResRateMon_cfi.py +++ b/DQM/HLTEvF/python/TrigResRateMon_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: TrigResRateMon_cfi.py,v 1.11 2011/10/05 18:29:44 lwming Exp $ +# $Id: TrigResRateMon_cfi.py,v 1.10 2011/09/21 16:51:09 lwming Exp $ trRateMon = cms.EDAnalyzer("TrigResRateMon", dirname = cms.untracked.string("HLT/TrigResults/"), muonRecoCollectionName = cms.untracked.string("muons"), diff --git a/DQM/HLTEvF/src/PathTimerService.cc b/DQM/HLTEvF/src/PathTimerService.cc index ad7dc0f8ce2cf..06039aa5bfdbd 100644 --- a/DQM/HLTEvF/src/PathTimerService.cc +++ b/DQM/HLTEvF/src/PathTimerService.cc @@ -6,7 +6,7 @@ // Implementation: // // Original Author: Jim Kowalkowski -// $Id: PathTimerService.cc,v 1.14 2008/07/30 09:35:08 wittich Exp $ +// $Id: PathTimerService.cc,v 1.13 2008/07/28 19:55:55 wittich Exp $ // #include "DQM/HLTEvF/interface/PathTimerService.h" diff --git a/DQM/HLXMonitor/interface/HLXMonitor.h b/DQM/HLXMonitor/interface/HLXMonitor.h index 69103cabce27b..bf3cc427dfa4b 100755 --- a/DQM/HLXMonitor/interface/HLXMonitor.h +++ b/DQM/HLXMonitor/interface/HLXMonitor.h @@ -14,7 +14,7 @@ Description: DQM Source for HLX histograms // Original Author: Adam Hunt - Princeton University // email: ahunt@princeton.edu // Created: Thu Jul 19 02:29:59 EDT 2007 -// $Id: HLXMonitor.h,v 1.21 2010/07/21 04:23:20 wmtan Exp $ +// $Id: HLXMonitor.h,v 1.20 2010/03/16 10:20:13 neadam Exp $ // // diff --git a/DQM/HcalMonitorClient/interface/HcalBaseDQClient.h b/DQM/HcalMonitorClient/interface/HcalBaseDQClient.h index f995ec135ba7b..62b16942cc01f 100644 --- a/DQM/HcalMonitorClient/interface/HcalBaseDQClient.h +++ b/DQM/HcalMonitorClient/interface/HcalBaseDQClient.h @@ -14,8 +14,8 @@ class HcalLogicalMap; /* * \file HcalBaseDQClient.h * - * $Date: 2012/11/12 23:26:18 $ - * $Revision: 1.9 $ + * $Date: 2012/06/18 08:23:09 $ + * $Revision: 1.8 $ * \author J. Temple * \brief Hcal Monitor Client base class * based on code in EcalBarrelMonitorClient/interface/EBClient.h diff --git a/DQM/HcalMonitorClient/interface/HcalMonitorClient.h b/DQM/HcalMonitorClient/interface/HcalMonitorClient.h index c7a208e7441e9..0ef3135a30d11 100644 --- a/DQM/HcalMonitorClient/interface/HcalMonitorClient.h +++ b/DQM/HcalMonitorClient/interface/HcalMonitorClient.h @@ -4,8 +4,8 @@ /* * \file HcalMonitorClient.h * - * $Date: 2011/04/12 18:25:42 $ - * $Revision: 1.49 $ + * $Date: 2010/05/07 18:04:59 $ + * $Revision: 1.48 $ * \author J. Temple * */ diff --git a/DQM/HcalMonitorClient/src/HcalBeamClient.cc b/DQM/HcalMonitorClient/src/HcalBeamClient.cc index 4291b36e76768..4ad4a17087567 100644 --- a/DQM/HcalMonitorClient/src/HcalBeamClient.cc +++ b/DQM/HcalMonitorClient/src/HcalBeamClient.cc @@ -11,8 +11,8 @@ /* * \file HcalBeamClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.20 $ + * $Date: 2011/04/27 12:26:10 $ + * $Revision: 1.19 $ * \author J. Temple * \brief Hcal Beam Monitor Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalCoarsePedestalClient.cc b/DQM/HcalMonitorClient/src/HcalCoarsePedestalClient.cc index 3d2a3070ead3b..e64196371de39 100644 --- a/DQM/HcalMonitorClient/src/HcalCoarsePedestalClient.cc +++ b/DQM/HcalMonitorClient/src/HcalCoarsePedestalClient.cc @@ -11,8 +11,8 @@ /* * \file HcalCoarsePedestalClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.6 $ + * $Date: 2010/09/17 13:47:10 $ + * $Revision: 1.5 $ * \author J. Temple * \brief CoarsePedestalClient class */ diff --git a/DQM/HcalMonitorClient/src/HcalDataCertification.cc b/DQM/HcalMonitorClient/src/HcalDataCertification.cc index 1ad5509c7dd34..3c9d6e0ee6173 100644 --- a/DQM/HcalMonitorClient/src/HcalDataCertification.cc +++ b/DQM/HcalMonitorClient/src/HcalDataCertification.cc @@ -13,7 +13,7 @@ // // Original Author: "Igor Vodopiyanov" // Created: Nov-21 2008 -// $Id: HcalDataCertification.cc,v 1.13 2010/08/12 21:09:45 temple Exp $ +// $Id: HcalDataCertification.cc,v 1.12 2010/03/25 16:55:40 temple Exp $ // // diff --git a/DQM/HcalMonitorClient/src/HcalDeadCellClient.cc b/DQM/HcalMonitorClient/src/HcalDeadCellClient.cc index a0643e10cf3bc..9521f0293e06e 100644 --- a/DQM/HcalMonitorClient/src/HcalDeadCellClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDeadCellClient.cc @@ -11,8 +11,8 @@ /* * \file HcalDeadCellClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.76 $ + * $Date: 2011/04/12 18:25:42 $ + * $Revision: 1.75 $ * \author J. Temple * \brief Dead Cell Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDetDiagLEDClient.cc b/DQM/HcalMonitorClient/src/HcalDetDiagLEDClient.cc index 6171c12268450..3502cac6322b4 100644 --- a/DQM/HcalMonitorClient/src/HcalDetDiagLEDClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDetDiagLEDClient.cc @@ -13,8 +13,8 @@ /* * \file HcalDetDiagLEDClient.cc * - * $Date: 2012/11/12 23:26:19 $ - * $Revision: 1.11 $ + * $Date: 2012/11/01 11:10:07 $ + * $Revision: 1.10 $ * \author J. Temple * \brief Hcal DetDiagLED Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDetDiagLaserClient.cc b/DQM/HcalMonitorClient/src/HcalDetDiagLaserClient.cc index 809d85d6fa0a3..9ed1c67b6fba0 100644 --- a/DQM/HcalMonitorClient/src/HcalDetDiagLaserClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDetDiagLaserClient.cc @@ -13,8 +13,8 @@ /* * \file HcalDetDiagLaserClient.cc * - * $Date: 2012/11/12 23:26:19 $ - * $Revision: 1.8 $ + * $Date: 2012/06/18 08:23:10 $ + * $Revision: 1.7 $ * \author J. Temple * \brief Hcal DetDiagLaser Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDetDiagNoiseMonitorClient.cc b/DQM/HcalMonitorClient/src/HcalDetDiagNoiseMonitorClient.cc index 1470ea0019709..bfc44de5da572 100644 --- a/DQM/HcalMonitorClient/src/HcalDetDiagNoiseMonitorClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDetDiagNoiseMonitorClient.cc @@ -11,8 +11,8 @@ /* * \file HcalDetDiagNoiseMonitorClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.6 $ + * $Date: 2012/01/12 17:08:39 $ + * $Revision: 1.5 $ * \author J. Temple * \brief Hcal DetDiagNoiseMonitor Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDetDiagPedestalClient.cc b/DQM/HcalMonitorClient/src/HcalDetDiagPedestalClient.cc index 099d920d87b21..968481713e48f 100644 --- a/DQM/HcalMonitorClient/src/HcalDetDiagPedestalClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDetDiagPedestalClient.cc @@ -13,8 +13,8 @@ /* * \file HcalDetDiagPedestalClient.cc * - * $Date: 2012/11/12 23:26:19 $ - * $Revision: 1.13 $ + * $Date: 2012/06/18 08:23:10 $ + * $Revision: 1.12 $ * \author J. Temple * \brief Hcal DetDiagPedestal Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDetDiagTimingClient.cc b/DQM/HcalMonitorClient/src/HcalDetDiagTimingClient.cc index cbfe33b8a2811..2b869a1cddadd 100644 --- a/DQM/HcalMonitorClient/src/HcalDetDiagTimingClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDetDiagTimingClient.cc @@ -11,8 +11,8 @@ /* * \file HcalDetDiagTimingClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.6 $ + * $Date: 2012/01/12 17:08:39 $ + * $Revision: 1.5 $ * \author J. Temple * \brief Hcal DetDiagTiming Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalDigiClient.cc b/DQM/HcalMonitorClient/src/HcalDigiClient.cc index f224483b9fb2e..4c69bb964d1d8 100644 --- a/DQM/HcalMonitorClient/src/HcalDigiClient.cc +++ b/DQM/HcalMonitorClient/src/HcalDigiClient.cc @@ -11,8 +11,8 @@ /* * \file HcalDigiClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.70 $ + * $Date: 2011/04/12 18:25:42 $ + * $Revision: 1.69 $ * \author J. Temple * \brief DigiClient class */ diff --git a/DQM/HcalMonitorClient/src/HcalHotCellClient.cc b/DQM/HcalMonitorClient/src/HcalHotCellClient.cc index 6287149c84f00..8ea190f92ae0a 100644 --- a/DQM/HcalMonitorClient/src/HcalHotCellClient.cc +++ b/DQM/HcalMonitorClient/src/HcalHotCellClient.cc @@ -11,8 +11,8 @@ /* * \file HcalHotCellClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.79 $ + * $Date: 2011/09/27 11:49:53 $ + * $Revision: 1.78 $ * \author J. Temple * \brief Hot Cell Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalMonitorClient.cc b/DQM/HcalMonitorClient/src/HcalMonitorClient.cc index ec951f81d186c..2254a3ed6254b 100644 --- a/DQM/HcalMonitorClient/src/HcalMonitorClient.cc +++ b/DQM/HcalMonitorClient/src/HcalMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file HcalMonitorClient.cc * - * $Date: 2012/11/12 23:26:19 $ - * $Revision: 1.104 $ + * $Date: 2012/11/02 14:23:43 $ + * $Revision: 1.103 $ * \author J. Temple * */ diff --git a/DQM/HcalMonitorClient/src/HcalNZSClient.cc b/DQM/HcalMonitorClient/src/HcalNZSClient.cc index b793e99ce919f..092426275adb1 100644 --- a/DQM/HcalMonitorClient/src/HcalNZSClient.cc +++ b/DQM/HcalMonitorClient/src/HcalNZSClient.cc @@ -11,8 +11,8 @@ /* * \file HcalNZSClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.5 $ + * $Date: 2010/05/07 09:09:12 $ + * $Revision: 1.4 $ * \author J. Temple * \brief Hcal NZS Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalRawDataClient.cc b/DQM/HcalMonitorClient/src/HcalRawDataClient.cc index e326ce485033d..dd4239191941f 100644 --- a/DQM/HcalMonitorClient/src/HcalRawDataClient.cc +++ b/DQM/HcalMonitorClient/src/HcalRawDataClient.cc @@ -16,8 +16,8 @@ /* * \file HcalRawDataClient.cc * - * $Date: 2012/07/04 15:43:18 $ - * $Revision: 1.14 $ + * $Date: 2012/06/18 08:23:10 $ + * $Revision: 1.13 $ * \author J. St. John * \brief Hcal Raw Data Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalRecHitClient.cc b/DQM/HcalMonitorClient/src/HcalRecHitClient.cc index 4b607a653b368..cf8539444fa9b 100644 --- a/DQM/HcalMonitorClient/src/HcalRecHitClient.cc +++ b/DQM/HcalMonitorClient/src/HcalRecHitClient.cc @@ -11,8 +11,8 @@ /* * \file HcalRecHitClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.54 $ + * $Date: 2011/07/04 23:22:27 $ + * $Revision: 1.53 $ * \author J. Temple * \brief Dead Cell Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalSummaryClient.cc b/DQM/HcalMonitorClient/src/HcalSummaryClient.cc index 4b30c2a428ed8..ab5b64a56404c 100644 --- a/DQM/HcalMonitorClient/src/HcalSummaryClient.cc +++ b/DQM/HcalMonitorClient/src/HcalSummaryClient.cc @@ -15,8 +15,8 @@ /* * \file HcalSummaryClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.107 $ + * $Date: 2011/04/26 15:33:10 $ + * $Revision: 1.106 $ * \author J. Temple * \brief Summary Client class */ diff --git a/DQM/HcalMonitorClient/src/HcalTrigPrimClient.cc b/DQM/HcalMonitorClient/src/HcalTrigPrimClient.cc index d2f4fdb2bc6b5..c4961ad6019e6 100644 --- a/DQM/HcalMonitorClient/src/HcalTrigPrimClient.cc +++ b/DQM/HcalMonitorClient/src/HcalTrigPrimClient.cc @@ -11,8 +11,8 @@ /* * \file HcalTrigPrimClient.cc * - * $Date: 2012/06/18 08:23:10 $ - * $Revision: 1.22 $ + * $Date: 2011/04/12 18:25:42 $ + * $Revision: 1.21 $ * \author J. Temple * \brief Hcal Trigger Primitive Client class */ diff --git a/DQM/HcalMonitorModule/interface/HcalMonitorModule.h b/DQM/HcalMonitorModule/interface/HcalMonitorModule.h index e6ef6d57b4da7..d3b1f9077b762 100644 --- a/DQM/HcalMonitorModule/interface/HcalMonitorModule.h +++ b/DQM/HcalMonitorModule/interface/HcalMonitorModule.h @@ -5,8 +5,8 @@ * \file HcalMonitorModule.h * - * $Date: 2010/03/25 10:59:12 $ - * $Revision: 1.8 $ + * $Date: 2010/03/03 11:26:03 $ + * $Revision: 1.7.2.4 $ * \author J. Temple * */ diff --git a/DQM/HcalMonitorModule/interface/ZDCMonitorModule.h b/DQM/HcalMonitorModule/interface/ZDCMonitorModule.h index 8a605d747a4e6..f7576e815d0e5 100644 --- a/DQM/HcalMonitorModule/interface/ZDCMonitorModule.h +++ b/DQM/HcalMonitorModule/interface/ZDCMonitorModule.h @@ -5,8 +5,8 @@ * \file ZDCMonitorModule.h * - * $Date: 2010/03/25 20:00:36 $ - * $Revision: 1.2 $ + * $Date: 2010/02/05 18:52:10 $ + * $Revision: 1.1 $ * \author * */ diff --git a/DQM/HcalMonitorModule/src/HcalMonitorModule.cc b/DQM/HcalMonitorModule/src/HcalMonitorModule.cc index 631161d02c8d4..05a7e1b6a780e 100644 --- a/DQM/HcalMonitorModule/src/HcalMonitorModule.cc +++ b/DQM/HcalMonitorModule/src/HcalMonitorModule.cc @@ -41,8 +41,8 @@ /* * \file HcalMonitorModule.cc * - * $Date: 2012/05/27 11:31:22 $ - * $Revision: 1.166 $ + * $Date: 2010/07/20 02:58:25 $ + * $Revision: 1.165 $ * \author J Temple * * New version of HcalMonitorModule stores only a few necessary variables that other tasks need to grab diff --git a/DQM/HcalMonitorModule/src/HcalTimingMonitorModule.cc b/DQM/HcalMonitorModule/src/HcalTimingMonitorModule.cc index e5d6a2d5da73a..7d5f708b73f36 100644 --- a/DQM/HcalMonitorModule/src/HcalTimingMonitorModule.cc +++ b/DQM/HcalMonitorModule/src/HcalTimingMonitorModule.cc @@ -13,7 +13,7 @@ // // Original Author: Dmitry Vishnevskiy // Created: Thu Mar 27 08:12:02 CET 2008 -// $Id: HcalTimingMonitorModule.cc,v 1.11 2012/10/09 18:16:14 wdd Exp $ +// $Id: HcalTimingMonitorModule.cc,v 1.10 2010/04/04 16:00:38 temple Exp $ // // diff --git a/DQM/HcalMonitorModule/src/LumiblockFilter.cc b/DQM/HcalMonitorModule/src/LumiblockFilter.cc index 2ac64edf1ebb0..c70d5ac4a147e 100644 --- a/DQM/HcalMonitorModule/src/LumiblockFilter.cc +++ b/DQM/HcalMonitorModule/src/LumiblockFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Jeff Temple // Created: Mon May 12 15:38:09 CEST 2008 -// $Id: LumiblockFilter.cc,v 1.3 2010/03/25 11:17:15 temple Exp $ +// $Id: LumiblockFilter.cc,v 1.2 2009/12/18 20:44:47 wmtan Exp $ // // diff --git a/DQM/HcalMonitorTasks/interface/HcalBaseMonitor.h b/DQM/HcalMonitorTasks/interface/HcalBaseMonitor.h index 4e85dbdf09b73..39a82722cdaf5 100644 --- a/DQM/HcalMonitorTasks/interface/HcalBaseMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalBaseMonitor.h @@ -38,8 +38,8 @@ /** \class HcalBaseMonitor * - * $Date: 2010/11/24 18:55:24 $ - * $Revision: 1.40 $ + * $Date: 2010/03/25 11:00:57 $ + * $Revision: 1.39 $ * \author W. Fisher - FNAL */ class HcalBaseMonitor { diff --git a/DQM/HcalMonitorTasks/interface/HcalBeamMonitor.h b/DQM/HcalMonitorTasks/interface/HcalBeamMonitor.h index bab15c770c0bc..d9467032d2cab 100644 --- a/DQM/HcalMonitorTasks/interface/HcalBeamMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalBeamMonitor.h @@ -15,8 +15,8 @@ /** \class HcalBeamMonitor * - * $Date: 2012/06/27 13:20:28 $ - * $Revision: 1.19 $ + * $Date: 2010/03/25 18:04:33 $ + * $Revision: 1.18 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalCaloTowerMonitor.h b/DQM/HcalMonitorTasks/interface/HcalCaloTowerMonitor.h index 22d81014c220f..34fe0b383ad29 100644 --- a/DQM/HcalMonitorTasks/interface/HcalCaloTowerMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalCaloTowerMonitor.h @@ -10,8 +10,8 @@ /** \class HcalCaloTowerMonitor * - * $Date: 2008/08/14 18:40:28 $ - * $Revision: 1.2 $ + * $Date: 2008/03/05 20:48:57 $ + * $Revision: 1.1 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalCoarsePedestalMonitor.h b/DQM/HcalMonitorTasks/interface/HcalCoarsePedestalMonitor.h index a732b15c9540e..1d731f7997bf8 100644 --- a/DQM/HcalMonitorTasks/interface/HcalCoarsePedestalMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalCoarsePedestalMonitor.h @@ -9,8 +9,8 @@ /** \class HcalCoarsePedestalMonitor * - * $Date: 2010/11/17 19:17:30 $ - * $Revision: 1.5 $ + * $Date: 2010/11/10 20:00:32 $ + * $Revision: 1.4 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalDataIntegrityTask.h b/DQM/HcalMonitorTasks/interface/HcalDataIntegrityTask.h index 6bf1bbed7f774..13c64f64d0032 100644 --- a/DQM/HcalMonitorTasks/interface/HcalDataIntegrityTask.h +++ b/DQM/HcalMonitorTasks/interface/HcalDataIntegrityTask.h @@ -22,8 +22,8 @@ /** \class HcalDataIntegrityTask * - * $Date: 2010/03/25 11:00:57 $ - * $Revision: 1.4 $ + * $Date: 2010/03/01 19:13:45 $ + * $Revision: 1.3.4.3 $ * \author J. Temple -- University of Maryland * copied from W. Fisher/J. St. John's DataFormat code */ diff --git a/DQM/HcalMonitorTasks/interface/HcalDeadCellMonitor.h b/DQM/HcalMonitorTasks/interface/HcalDeadCellMonitor.h index 378d1875e7a42..c8cb55bda359a 100644 --- a/DQM/HcalMonitorTasks/interface/HcalDeadCellMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalDeadCellMonitor.h @@ -23,8 +23,8 @@ /** \class HcalDeadCellMonitor * - * $Date: 2012/11/12 20:52:11 $ - * $Revision: 1.62 $ + * $Date: 2012/06/27 13:20:28 $ + * $Revision: 1.61 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalDetDiagNoiseMonitor.h b/DQM/HcalMonitorTasks/interface/HcalDetDiagNoiseMonitor.h index 02a6bc1507091..b23e317a93b57 100644 --- a/DQM/HcalMonitorTasks/interface/HcalDetDiagNoiseMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalDetDiagNoiseMonitor.h @@ -23,8 +23,8 @@ class HcalDbService; /** \class HcalDetDiagNoiseMonitor * - * $Date: 2012/11/12 20:52:11 $ - * $Revision: 1.9 $ + * $Date: 2012/08/30 21:48:47 $ + * $Revision: 1.8 $ * \author D. Vishnevskiy */ diff --git a/DQM/HcalMonitorTasks/interface/HcalDetDiagTimingMonitor.h b/DQM/HcalMonitorTasks/interface/HcalDetDiagTimingMonitor.h index 35feee7d6acbd..17f382ee12e7c 100644 --- a/DQM/HcalMonitorTasks/interface/HcalDetDiagTimingMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalDetDiagTimingMonitor.h @@ -17,8 +17,8 @@ /** \class HcalDetDiagTimingMonitor * - * $Date: 2010/03/25 11:00:57 $ - * $Revision: 1.2 $ + * $Date: 2010/03/11 09:02:49 $ + * $Revision: 1.1.4.1 $ * \author D. Vishnevskiy */ diff --git a/DQM/HcalMonitorTasks/interface/HcalDigiMonitor.h b/DQM/HcalMonitorTasks/interface/HcalDigiMonitor.h index 2305c1518c535..82683d02ccf63 100644 --- a/DQM/HcalMonitorTasks/interface/HcalDigiMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalDigiMonitor.h @@ -24,8 +24,8 @@ /** \class HcalDigiMonitor * - * $Date: 2012/06/27 13:20:29 $ - * $Revision: 1.71 $ + * $Date: 2012/04/26 03:04:17 $ + * $Revision: 1.70 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalEEUSMonitor.h b/DQM/HcalMonitorTasks/interface/HcalEEUSMonitor.h index 94866b7811941..2ab9acb422c84 100644 --- a/DQM/HcalMonitorTasks/interface/HcalEEUSMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalEEUSMonitor.h @@ -29,8 +29,8 @@ /** \class HcalEEUSMonitor * - * $Date: 2009/07/06 10:51:54 $ - * $Revision: 1.3 $ + * $Date: 2009/06/28 21:01:17 $ + * $Revision: 1.1.2.6 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalHotCellMonitor.h b/DQM/HcalMonitorTasks/interface/HcalHotCellMonitor.h index b98e6305b5a2f..56853d89c5f3d 100644 --- a/DQM/HcalMonitorTasks/interface/HcalHotCellMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalHotCellMonitor.h @@ -12,8 +12,8 @@ /** \class HcalHotCellMonitor * - * $Date: 2012/06/27 13:20:29 $ - * $Revision: 1.45 $ + * $Date: 2010/11/17 19:17:30 $ + * $Revision: 1.44 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalLSbyLSMonitor.h b/DQM/HcalMonitorTasks/interface/HcalLSbyLSMonitor.h index 4552cecc073e8..8ddcf7cc558de 100644 --- a/DQM/HcalMonitorTasks/interface/HcalLSbyLSMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalLSbyLSMonitor.h @@ -7,8 +7,8 @@ /** \class HcalLSbyLSMonitor * - * $Date: 2010/05/07 17:38:16 $ - * $Revision: 1.2 $ + * $Date: 2010/05/07 09:32:02 $ + * $Revision: 1.1 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalRawDataMonitor.h b/DQM/HcalMonitorTasks/interface/HcalRawDataMonitor.h index 127a00f00b308..6ac837f8b3ebd 100644 --- a/DQM/HcalMonitorTasks/interface/HcalRawDataMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalRawDataMonitor.h @@ -27,8 +27,8 @@ /** \class HcalRawDataMonitor * - * $Date: 2012/06/21 13:40:22 $ - * $Revision: 1.6 $ + * $Date: 2011/09/27 11:51:27 $ + * $Revision: 1.5 $ * \author J. St. John - Boston University */ class HcalRawDataMonitor: public HcalBaseDQMonitor { diff --git a/DQM/HcalMonitorTasks/interface/HcalRecHitMonitor.h b/DQM/HcalMonitorTasks/interface/HcalRecHitMonitor.h index 3531979ceb4bc..7e9fd16a06509 100644 --- a/DQM/HcalMonitorTasks/interface/HcalRecHitMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalRecHitMonitor.h @@ -9,8 +9,8 @@ /** \class HcalRecHitMonitor * - * $Date: 2012/11/12 20:52:11 $ - * $Revision: 1.53 $ + * $Date: 2012/06/27 13:20:29 $ + * $Revision: 1.52 $ * \author J. Temple - Univ. of Maryland */ diff --git a/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h b/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h index 12ba82adccdd3..57e8b0e3fd108 100644 --- a/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h +++ b/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h @@ -6,8 +6,8 @@ /** \class HcalTrigPrimMonitor * - * $Date: 2012/04/26 03:05:16 $ - * $Revision: 1.26 $ + * $Date: 2011/08/03 16:18:36 $ + * $Revision: 1.25 $ * \author W. Fisher - FNAL */ diff --git a/DQM/HcalMonitorTasks/src/HcalBaseDQMonitor.cc b/DQM/HcalMonitorTasks/src/HcalBaseDQMonitor.cc index 2b781eb09d633..37a4d93d8eead 100644 --- a/DQM/HcalMonitorTasks/src/HcalBaseDQMonitor.cc +++ b/DQM/HcalMonitorTasks/src/HcalBaseDQMonitor.cc @@ -10,8 +10,8 @@ /* * \file HcalBaseDQMonitor.cc * - * $Date: 2012/11/12 20:52:12 $ - * $Revision: 1.9 $ + * $Date: 2012/06/27 13:20:29 $ + * $Revision: 1.8 $ * \author J Temple * * Base class for all Hcal DQM analyzers diff --git a/DQM/HcalMonitorTasks/src/HcalDetDiagLaserMonitor.cc b/DQM/HcalMonitorTasks/src/HcalDetDiagLaserMonitor.cc index 7a6518f79f390..1f2edc5a08c20 100644 --- a/DQM/HcalMonitorTasks/src/HcalDetDiagLaserMonitor.cc +++ b/DQM/HcalMonitorTasks/src/HcalDetDiagLaserMonitor.cc @@ -13,7 +13,7 @@ // // Original Author: Dmitry Vishnevskiy,591 R-013,+41227674265, // Created: Wed Mar 3 12:14:16 CET 2010 -// $Id: HcalDetDiagLaserMonitor.cc,v 1.21 2012/08/30 21:48:48 wdd Exp $ +// $Id: HcalDetDiagLaserMonitor.cc,v 1.20 2011/11/14 13:29:05 apresyan Exp $ // // diff --git a/DQM/HcalMonitorTasks/src/HcalDetDiagPedestalMonitor.cc b/DQM/HcalMonitorTasks/src/HcalDetDiagPedestalMonitor.cc index 2338213db2f85..b5a2684ed3d4d 100644 --- a/DQM/HcalMonitorTasks/src/HcalDetDiagPedestalMonitor.cc +++ b/DQM/HcalMonitorTasks/src/HcalDetDiagPedestalMonitor.cc @@ -13,7 +13,7 @@ // // Original Author: Dmitry Vishnevskiy,591 R-013,+41227674265, // Created: Tue Mar 9 12:59:18 CET 2010 -// $Id: HcalDetDiagPedestalMonitor.cc,v 1.21 2012/08/30 21:48:48 wdd Exp $ +// $Id: HcalDetDiagPedestalMonitor.cc,v 1.20 2012/03/13 15:54:45 apresyan Exp $ // // // user include files diff --git a/DQM/L1TMonitor/interface/CompareTwoInstances.hh b/DQM/L1TMonitor/interface/CompareTwoInstances.hh index de6973d6fce5a..332f029c2a9ab 100644 --- a/DQM/L1TMonitor/interface/CompareTwoInstances.hh +++ b/DQM/L1TMonitor/interface/CompareTwoInstances.hh @@ -17,12 +17,8 @@ // // Original Author: Peter Wittich // Created: Mon Jan 8 21:11:04 CET 2007 -// $Id: CompareTwoInstances.hh,v 1.1 2007/02/20 22:49:54 wittich Exp $ -// $Log: CompareTwoInstances.hh,v $ -// Revision 1.1 2007/02/20 22:49:54 wittich -// - templated class to facilitate comparison between data and emulation. -// see file for caveats. -// +// $Id$ +// $Log$ // diff --git a/DQM/L1TMonitor/interface/L1TBPTX.h b/DQM/L1TMonitor/interface/L1TBPTX.h index 06fdbcc702e99..fe650300eb3d4 100644 --- a/DQM/L1TMonitor/interface/L1TBPTX.h +++ b/DQM/L1TMonitor/interface/L1TBPTX.h @@ -4,8 +4,8 @@ /* * \file L1TBPTX.h * - * $Date: 2012/08/20 12:10:13 $ - * $Revision: 1.1 $ + * $Date: 2011/08/02 15:49:48 $ + * $Revision: 1.8 $ * \author J. Pela * */ diff --git a/DQM/L1TMonitor/interface/L1TCSCTF.h b/DQM/L1TMonitor/interface/L1TCSCTF.h index 19c11944598f3..639684cd8983e 100755 --- a/DQM/L1TMonitor/interface/L1TCSCTF.h +++ b/DQM/L1TMonitor/interface/L1TCSCTF.h @@ -4,8 +4,8 @@ /* * \file L1TCSCTF.h * - * $Date: 2012/04/05 14:57:59 $ - * $Revision: 1.17 $ + * $Date: 2011/12/29 20:49:26 $ + * $Revision: 1.16 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TCSCTPG.h b/DQM/L1TMonitor/interface/L1TCSCTPG.h index 4321a9e1ab2ab..be47536d342b0 100755 --- a/DQM/L1TMonitor/interface/L1TCSCTPG.h +++ b/DQM/L1TMonitor/interface/L1TCSCTPG.h @@ -4,8 +4,8 @@ /* * \file L1TCSCTPG.h * - * $Date: 2009/11/19 14:30:34 $ - * $Revision: 1.4 $ + * $Date: 2008/03/01 00:40:00 $ + * $Revision: 1.3 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TCompare.h b/DQM/L1TMonitor/interface/L1TCompare.h index 66311e14f7204..d533d2b41cf0f 100644 --- a/DQM/L1TMonitor/interface/L1TCompare.h +++ b/DQM/L1TMonitor/interface/L1TCompare.h @@ -5,14 +5,11 @@ /* * \file L1TCompare.h * - * $Date: 2009/11/19 14:31:34 $ - * $Revision: 1.4 $ + * $Date: 2008/03/01 00:40:00 $ + * $Revision: 1.3 $ * \author P. Wittich - * $Id: L1TCompare.h,v 1.4 2009/11/19 14:31:34 puigh Exp $ + * $Id: L1TCompare.h,v 1.3 2008/03/01 00:40:00 lat Exp $ * $Log: L1TCompare.h,v $ - * Revision 1.4 2009/11/19 14:31:34 puigh - * modify beginJob - * * Revision 1.3 2008/03/01 00:40:00 lat * DQM core migration. * diff --git a/DQM/L1TMonitor/interface/L1TDTTF.h b/DQM/L1TMonitor/interface/L1TDTTF.h index 24ccce1ff51d3..d93ecad9c4f03 100755 --- a/DQM/L1TMonitor/interface/L1TDTTF.h +++ b/DQM/L1TMonitor/interface/L1TDTTF.h @@ -4,8 +4,8 @@ /* * \file L1TDTTF.h * - * $Date: 2010/11/01 11:27:53 $ - * $Revision: 1.14 $ + * $Date: 2010/10/27 08:08:52 $ + * $Revision: 1.13 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TDTTPG.h b/DQM/L1TMonitor/interface/L1TDTTPG.h index e0ffa9e0573bd..893ff12f247ec 100755 --- a/DQM/L1TMonitor/interface/L1TDTTPG.h +++ b/DQM/L1TMonitor/interface/L1TDTTPG.h @@ -4,8 +4,8 @@ /* * \file L1TDTTPG.h * - * $Date: 2009/11/19 14:32:09 $ - * $Revision: 1.9 $ + * $Date: 2008/03/10 09:30:27 $ + * $Revision: 1.8 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TFED.h b/DQM/L1TMonitor/interface/L1TFED.h index 7cbca48927857..23cc3908a1337 100755 --- a/DQM/L1TMonitor/interface/L1TFED.h +++ b/DQM/L1TMonitor/interface/L1TFED.h @@ -4,8 +4,8 @@ /* * \file L1TFED.h * - * $Date: 2010/04/06 01:14:01 $ - * $Revision: 1.7 $ + * $Date: 2010/04/01 21:04:18 $ + * $Revision: 1.6 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TGCT.h b/DQM/L1TMonitor/interface/L1TGCT.h index 9b4464fd3088c..5946a64eb2219 100755 --- a/DQM/L1TMonitor/interface/L1TGCT.h +++ b/DQM/L1TMonitor/interface/L1TGCT.h @@ -5,14 +5,11 @@ /* * \file L1TGCT.h * - * $Date: 2012/04/04 09:56:36 $ - * $Revision: 1.25 $ + * $Date: 2012/03/29 21:16:48 $ + * $Revision: 1.24 $ * \author J. Berryhill - * $Id: L1TGCT.h,v 1.25 2012/04/04 09:56:36 ghete Exp $ + * $Id: L1TGCT.h,v 1.24 2012/03/29 21:16:48 rovere Exp $ * $Log: L1TGCT.h,v $ - * Revision 1.25 2012/04/04 09:56:36 ghete - * Clean up L1TDEMON, add TriggerType hist to RCT, GCT, enable correlation condition tests in GT, clean up HCAL files. - * * Revision 1.24 2012/03/29 21:16:48 rovere * Removed all instances of hltTriggerTypeFilter from L1T DQM Code. * diff --git a/DQM/L1TMonitor/interface/L1TGMT.h b/DQM/L1TMonitor/interface/L1TGMT.h index 511915e637fe0..8c8d1baaf0ca6 100755 --- a/DQM/L1TMonitor/interface/L1TGMT.h +++ b/DQM/L1TMonitor/interface/L1TGMT.h @@ -4,8 +4,8 @@ /* * \file L1TGMT.h * - * $Date: 2010/01/14 09:16:16 $ - * $Revision: 1.11 $ + * $Date: 2010/01/13 13:04:58 $ + * $Revision: 1.10 $ * \author J. Berryhill, I. Mikulec * */ diff --git a/DQM/L1TMonitor/interface/L1TGT.h b/DQM/L1TMonitor/interface/L1TGT.h index 7a9a2a52c983d..25839f23cad02 100755 --- a/DQM/L1TMonitor/interface/L1TGT.h +++ b/DQM/L1TMonitor/interface/L1TGT.h @@ -10,8 +10,8 @@ * \author J. Berryhill, I. Mikulec * \author Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2012/05/31 16:52:42 $ - * $Revision: 1.12 $ + * $Date: 2012/04/04 09:56:36 $ + * $Revision: 1.11 $ * */ diff --git a/DQM/L1TMonitor/interface/L1TMenuHelper.h b/DQM/L1TMonitor/interface/L1TMenuHelper.h index b9e6702cfd15f..815cba066f1fe 100644 --- a/DQM/L1TMonitor/interface/L1TMenuHelper.h +++ b/DQM/L1TMonitor/interface/L1TMenuHelper.h @@ -4,8 +4,8 @@ /* * \file L1TMenuHelper.h * - * $Date: 2011/11/15 10:41:00 $ - * $Revision: 1.6 $ + * $Date: 2011/10/28 13:24:48 $ + * $Revision: 1.5 $ * \author J. Pela * */ diff --git a/DQM/L1TMonitor/interface/L1TRCT.h b/DQM/L1TMonitor/interface/L1TRCT.h index fd44b63310917..c78bd7d0e1b98 100644 --- a/DQM/L1TMonitor/interface/L1TRCT.h +++ b/DQM/L1TMonitor/interface/L1TRCT.h @@ -5,14 +5,11 @@ /* * \file L1TRCT.h * - * $Date: 2012/04/04 09:56:36 $ - * $Revision: 1.9 $ + * $Date: 2012/03/29 21:16:48 $ + * $Revision: 1.8 $ * \author P. Wittich - * $Id: L1TRCT.h,v 1.9 2012/04/04 09:56:36 ghete Exp $ + * $Id: L1TRCT.h,v 1.8 2012/03/29 21:16:48 rovere Exp $ * $Log: L1TRCT.h,v $ - * Revision 1.9 2012/04/04 09:56:36 ghete - * Clean up L1TDEMON, add TriggerType hist to RCT, GCT, enable correlation condition tests in GT, clean up HCAL files. - * * Revision 1.8 2012/03/29 21:16:48 rovere * Removed all instances of hltTriggerTypeFilter from L1T DQM Code. * diff --git a/DQM/L1TMonitor/interface/L1TRPCTF.h b/DQM/L1TMonitor/interface/L1TRPCTF.h index b8c8448f4defc..b5496a2be1ade 100755 --- a/DQM/L1TMonitor/interface/L1TRPCTF.h +++ b/DQM/L1TMonitor/interface/L1TRPCTF.h @@ -4,8 +4,8 @@ /* * \file L1TRPCTF.h * - * $Date: 2011/06/02 09:32:54 $ - * $Revision: 1.22 $ + * $Date: 2009/11/19 14:34:30 $ + * $Revision: 1.21 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TRPCTPG.h b/DQM/L1TMonitor/interface/L1TRPCTPG.h index 00f3e573c2b1b..0f769e7da4ebf 100755 --- a/DQM/L1TMonitor/interface/L1TRPCTPG.h +++ b/DQM/L1TMonitor/interface/L1TRPCTPG.h @@ -4,8 +4,8 @@ /* * \file L1TRPCTPG.h * - * $Date: 2009/11/19 14:34:40 $ - * $Revision: 1.7 $ + * $Date: 2008/08/21 06:59:51 $ + * $Revision: 1.6 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/interface/L1TRate.h b/DQM/L1TMonitor/interface/L1TRate.h index bee773ccd72cd..b1697fb0caba9 100644 --- a/DQM/L1TMonitor/interface/L1TRate.h +++ b/DQM/L1TMonitor/interface/L1TRate.h @@ -4,8 +4,8 @@ /* * \file L1TRate.h * - * $Date: 2011/10/28 13:24:48 $ - * $Revision: 1.4 $ + * $Date: 2011/07/28 16:03:54 $ + * $Revision: 1.3 $ * \author J. Pela * */ diff --git a/DQM/L1TMonitor/interface/L1TSync.h b/DQM/L1TMonitor/interface/L1TSync.h index 1dc4c75b0639c..d1d7a76654f39 100644 --- a/DQM/L1TMonitor/interface/L1TSync.h +++ b/DQM/L1TMonitor/interface/L1TSync.h @@ -4,8 +4,8 @@ /* * \file L1TSync.h * - * $Date: 2011/08/02 15:49:48 $ - * $Revision: 1.8 $ + * $Date: 2011/07/28 16:03:54 $ + * $Revision: 1.7 $ * \author J. Pela * */ diff --git a/DQM/L1TMonitor/interface/L1TdeRCT.h b/DQM/L1TMonitor/interface/L1TdeRCT.h index 10dca4c2a556a..ad301d9ffe076 100644 --- a/DQM/L1TMonitor/interface/L1TdeRCT.h +++ b/DQM/L1TMonitor/interface/L1TdeRCT.h @@ -7,14 +7,11 @@ * * Version 0.0. A.Savin 2008/04/26 * - * $Date: 2012/03/29 12:17:55 $ - * $Revision: 1.16 $ + * $Date: 2011/10/24 14:41:23 $ + * $Revision: 1.15 $ * \author P. Wittich - * $Id: L1TdeRCT.h,v 1.16 2012/03/29 12:17:55 ghete Exp $ + * $Id: L1TdeRCT.h,v 1.15 2011/10/24 14:41:23 asavin Exp $ * $Log: L1TdeRCT.h,v $ - * Revision 1.16 2012/03/29 12:17:55 ghete - * Add filtering of events in analyze, to be able to remove the trigger type filter from L1 DQM sequence. - * * Revision 1.15 2011/10/24 14:41:23 asavin * L1TdeRCT includes bit histos + cut of 2 GeV on EcalTPG hist * diff --git a/DQM/L1TMonitor/src/L1TCSCTF.cc b/DQM/L1TMonitor/src/L1TCSCTF.cc index cb536a12c6f14..86ecf74bf3c9f 100755 --- a/DQM/L1TMonitor/src/L1TCSCTF.cc +++ b/DQM/L1TMonitor/src/L1TCSCTF.cc @@ -1,8 +1,8 @@ /* * \file L1TCSCTF.cc * - * $Date: 2012/11/01 11:06:04 $ - * $Revision: 1.41 $ + * $Date: 2012/04/05 14:57:59 $ + * $Revision: 1.40 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/src/L1TCSCTPG.cc b/DQM/L1TMonitor/src/L1TCSCTPG.cc index e62ee9f061625..8f2c8044a99b2 100755 --- a/DQM/L1TMonitor/src/L1TCSCTPG.cc +++ b/DQM/L1TMonitor/src/L1TCSCTPG.cc @@ -1,8 +1,8 @@ /* * \file L1TCSCTPG.cc * - * $Date: 2009/11/19 14:36:35 $ - * $Revision: 1.12 $ + * $Date: 2008/03/21 19:52:23 $ + * $Revision: 1.11 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/src/L1TCompare.cc b/DQM/L1TMonitor/src/L1TCompare.cc index b96c6978f95b1..b514caab0db6f 100644 --- a/DQM/L1TMonitor/src/L1TCompare.cc +++ b/DQM/L1TMonitor/src/L1TCompare.cc @@ -1,12 +1,9 @@ /* * \file L1TCompare.cc - * $Id: L1TCompare.cc,v 1.14 2009/11/19 14:36:48 puigh Exp $ + * $Id: L1TCompare.cc,v 1.13 2008/03/20 19:38:25 berryhil Exp $ * \author P. Wittich * \brief Compare different parts of the trigger chain (e.g., RCT-GCT ) * $Log: L1TCompare.cc,v $ - * Revision 1.14 2009/11/19 14:36:48 puigh - * modify beginJob - * * Revision 1.13 2008/03/20 19:38:25 berryhil * * diff --git a/DQM/L1TMonitor/src/L1TDTTF.cc b/DQM/L1TMonitor/src/L1TDTTF.cc index cc6da49d7ddf7..fa58c27ace733 100755 --- a/DQM/L1TMonitor/src/L1TDTTF.cc +++ b/DQM/L1TMonitor/src/L1TDTTF.cc @@ -628,7 +628,7 @@ void L1TDTTF::analyze(const edm::Event& event, edm::Handle myL1MuDTTrackContainer; try { event.getByLabel(trackInputTag_, myL1MuDTTrackContainer); - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError("L1TDTTF::analyze::DataNotFound") << "can't getByLabel L1MuDTTrackContainer with label " << dttpgSource_.label() << ":DATA:" << dttpgSource_.process(); @@ -698,7 +698,7 @@ void L1TDTTF::analyze(const edm::Event& event, } - } catch (...) { + } catch (cms::Exception& iException) { /// in case of problems accept all accept = true; edm::LogError("DataNotFound") << "Unable to getByLabel MuonCollection with label " @@ -746,7 +746,7 @@ void L1TDTTF::analyze(const edm::Event& event, } } - } catch (...) { + } catch (cms::Exception& iException) { edm::LogError("DataNotFound") << "Unable to getByLabel L1MuGMTReadoutCollection with label " << gmtSource_.label() ; } diff --git a/DQM/L1TMonitor/src/L1TDTTPG.cc b/DQM/L1TMonitor/src/L1TDTTPG.cc index 84eb9b8d0cde9..15e4195065925 100755 --- a/DQM/L1TMonitor/src/L1TDTTPG.cc +++ b/DQM/L1TMonitor/src/L1TDTTPG.cc @@ -1,14 +1,11 @@ /* * \file L1TDTTPG.cc * - * $Date: 2009/11/19 14:38:34 $ - * $Revision: 1.21 $ + * $Date: 2008/03/20 19:38:25 $ + * $Revision: 1.20 $ * \author J. Berryhill * * $Log: L1TDTTPG.cc,v $ - * Revision 1.21 2009/11/19 14:38:34 puigh - * modify beginJob - * * Revision 1.20 2008/03/20 19:38:25 berryhil * * @@ -33,9 +30,6 @@ * DQM core migration. * * $Log: L1TDTTPG.cc,v $ - * Revision 1.21 2009/11/19 14:38:34 puigh - * modify beginJob - * * Revision 1.20 2008/03/20 19:38:25 berryhil * * diff --git a/DQM/L1TMonitor/src/L1TFED.cc b/DQM/L1TMonitor/src/L1TFED.cc index bb5ac0b0aafee..b879a631b7adf 100755 --- a/DQM/L1TMonitor/src/L1TFED.cc +++ b/DQM/L1TMonitor/src/L1TFED.cc @@ -1,8 +1,8 @@ /* * \file L1TFED.cc * - * $Date: 2010/04/06 01:14:46 $ - * $Revision: 1.15 $ + * $Date: 2010/04/01 01:05:19 $ + * $Revision: 1.14 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/src/L1TGCT.cc b/DQM/L1TMonitor/src/L1TGCT.cc index c2af152c5a9b7..d375bb00fb3fa 100755 --- a/DQM/L1TMonitor/src/L1TGCT.cc +++ b/DQM/L1TMonitor/src/L1TGCT.cc @@ -1,14 +1,11 @@ /* * \file L1TGCT.cc * - * $Date: 2012/04/04 09:56:36 $ - * $Revision: 1.57 $ + * $Date: 2012/03/29 21:16:48 $ + * $Revision: 1.56 $ * \author J. Berryhill * * $Log: L1TGCT.cc,v $ - * Revision 1.57 2012/04/04 09:56:36 ghete - * Clean up L1TDEMON, add TriggerType hist to RCT, GCT, enable correlation condition tests in GT, clean up HCAL files. - * * Revision 1.56 2012/03/29 21:16:48 rovere * Removed all instances of hltTriggerTypeFilter from L1T DQM Code. * diff --git a/DQM/L1TMonitor/src/L1TGMT.cc b/DQM/L1TMonitor/src/L1TGMT.cc index 94d850e50874d..e72da8a53566d 100755 --- a/DQM/L1TMonitor/src/L1TGMT.cc +++ b/DQM/L1TMonitor/src/L1TGMT.cc @@ -1,8 +1,8 @@ /* * \file L1TGMT.cc * - * $Date: 2010/01/14 09:16:16 $ - * $Revision: 1.28 $ + * $Date: 2010/01/13 13:04:58 $ + * $Revision: 1.27 $ * \author J. Berryhill, I. Mikulec * */ diff --git a/DQM/L1TMonitor/src/L1TGT.cc b/DQM/L1TMonitor/src/L1TGT.cc index ed61fd52d18e6..b601ef0aac706 100755 --- a/DQM/L1TMonitor/src/L1TGT.cc +++ b/DQM/L1TMonitor/src/L1TGT.cc @@ -7,8 +7,8 @@ * \author J. Berryhill, I. Mikulec * \author Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2012/05/31 16:52:42 $ - * $Revision: 1.24 $ + * $Date: 2012/04/04 09:56:36 $ + * $Revision: 1.23 $ * */ diff --git a/DQM/L1TMonitor/src/L1TMenuHelper.cc b/DQM/L1TMonitor/src/L1TMenuHelper.cc index a72695616d21e..44319423edc10 100644 --- a/DQM/L1TMonitor/src/L1TMenuHelper.cc +++ b/DQM/L1TMonitor/src/L1TMenuHelper.cc @@ -2,8 +2,8 @@ /* * \file L1TMenuHelper.cc * - * $Date: 2011/11/15 10:41:00 $ - * $Revision: 1.6 $ + * $Date: 2011/10/28 13:24:49 $ + * $Revision: 1.5 $ * \author J. Pela, P. Musella * */ diff --git a/DQM/L1TMonitor/src/L1TRCT.cc b/DQM/L1TMonitor/src/L1TRCT.cc index aa143b3c182d4..9befca6500a30 100644 --- a/DQM/L1TMonitor/src/L1TRCT.cc +++ b/DQM/L1TMonitor/src/L1TRCT.cc @@ -1,8 +1,8 @@ /* * \file L1TRCT.cc * - * $Date: 2012/04/04 09:56:36 $ - * $Revision: 1.22 $ + * $Date: 2012/03/30 10:24:07 $ + * $Revision: 1.21 $ * \author P. Wittich * */ diff --git a/DQM/L1TMonitor/src/L1TRPCTF.cc b/DQM/L1TMonitor/src/L1TRPCTF.cc index d2f51a1570b29..9bbd00014a9f4 100755 --- a/DQM/L1TMonitor/src/L1TRPCTF.cc +++ b/DQM/L1TMonitor/src/L1TRPCTF.cc @@ -1,8 +1,8 @@ /* * \file L1TRPCTF.cc * - * $Date: 2011/11/15 13:31:37 $ - * $Revision: 1.33 $ + * $Date: 2011/06/02 09:32:55 $ + * $Revision: 1.32 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/src/L1TRPCTPG.cc b/DQM/L1TMonitor/src/L1TRPCTPG.cc index 73bbfdff2e6a9..e5e45e5432b8e 100755 --- a/DQM/L1TMonitor/src/L1TRPCTPG.cc +++ b/DQM/L1TMonitor/src/L1TRPCTPG.cc @@ -1,8 +1,8 @@ /* * \file L1TRPCTPG.cc * - * $Date: 2012/09/25 21:30:20 $ - * $Revision: 1.13 $ + * $Date: 2009/11/19 14:40:21 $ + * $Revision: 1.12 $ * \author J. Berryhill * */ diff --git a/DQM/L1TMonitor/src/L1TRate.cc b/DQM/L1TMonitor/src/L1TRate.cc index 2c74e266c9b26..11416636c0a73 100644 --- a/DQM/L1TMonitor/src/L1TRate.cc +++ b/DQM/L1TMonitor/src/L1TRate.cc @@ -1,8 +1,8 @@ /* * \file L1TRate.cc * - * $Date: 2011/11/15 10:41:00 $ - * $Revision: 1.11 $ + * $Date: 2011/11/02 12:24:57 $ + * $Revision: 1.10 $ * \author J. Pela, P. Musella * */ diff --git a/DQM/L1TMonitor/src/L1TSync.cc b/DQM/L1TMonitor/src/L1TSync.cc index c21877306e724..59c4b8bcbadee 100644 --- a/DQM/L1TMonitor/src/L1TSync.cc +++ b/DQM/L1TMonitor/src/L1TSync.cc @@ -1,8 +1,8 @@ /* * \file L1TSync.cc * - * $Date: 2012/08/28 10:35:38 $ - * $Revision: 1.11 $ + * $Date: 2011/11/15 10:41:01 $ + * $Revision: 1.10 $ * \author J. Pela, P. Musella * */ diff --git a/DQM/L1TMonitorClient/interface/L1TEventInfoClient.h b/DQM/L1TMonitorClient/interface/L1TEventInfoClient.h index 8ed1ef6fe7f32..461ec25ffefd5 100644 --- a/DQM/L1TMonitorClient/interface/L1TEventInfoClient.h +++ b/DQM/L1TMonitorClient/interface/L1TEventInfoClient.h @@ -15,8 +15,8 @@ * Re-designed and fully rewritten class. * Original version and authors: see CVS history * - * $Date: 2012/06/04 10:55:43 $ - * $Revision: 1.9 $ + * $Date: 2012/04/04 10:00:00 $ + * $Revision: 1.10 $ * */ diff --git a/DQM/L1TMonitorClient/src/L1TDTTFClient.cc b/DQM/L1TMonitorClient/src/L1TDTTFClient.cc index 9d23d6dcf2bd9..7fdf126fb28c0 100644 --- a/DQM/L1TMonitorClient/src/L1TDTTFClient.cc +++ b/DQM/L1TMonitorClient/src/L1TDTTFClient.cc @@ -1,8 +1,8 @@ /* * \file L1TDTTFClient.cc * - * $Date: 2012/06/14 16:38:30 $ - * $Revision: 1.9 $ + * $Date: 2011/11/15 13:32:32 $ + * $Revision: 1.8 $ * \author G. Codispoti * */ diff --git a/DQM/L1TMonitorClient/src/L1TEventInfoClient.cc b/DQM/L1TMonitorClient/src/L1TEventInfoClient.cc index 3e5adaad5e7c1..5f09362b6228e 100644 --- a/DQM/L1TMonitorClient/src/L1TEventInfoClient.cc +++ b/DQM/L1TMonitorClient/src/L1TEventInfoClient.cc @@ -7,8 +7,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2012/06/04 10:55:42 $ - * $Revision: 1.26 $ + * $Date: 2012/04/04 09:59:52 $ + * $Revision: 1.20 $ * */ diff --git a/DQM/Physics/python/qcdLowPtDQM_cfi.py b/DQM/Physics/python/qcdLowPtDQM_cfi.py index f5f4083465060..5c11413322614 100644 --- a/DQM/Physics/python/qcdLowPtDQM_cfi.py +++ b/DQM/Physics/python/qcdLowPtDQM_cfi.py @@ -1,4 +1,4 @@ -# $Id: qcdLowPtDQM_cfi.py,v 1.11 2010/01/18 16:02:25 ameyer Exp $ +# $Id: qcdLowPtDQM_cfi.py,v 1.10 2009/12/04 12:36:42 loizides Exp $ import FWCore.ParameterSet.Config as cms diff --git a/DQM/Physics/python/qcdUeDQM_cfi.py b/DQM/Physics/python/qcdUeDQM_cfi.py index 8454ee4204f24..b33bfcab0a6ff 100644 --- a/DQM/Physics/python/qcdUeDQM_cfi.py +++ b/DQM/Physics/python/qcdUeDQM_cfi.py @@ -1,4 +1,4 @@ -# $Id: qcdUeDQM_cfi.py,v 1.4 2011/02/18 13:57:46 vlimant Exp $ +# $Id: qcdUeDQM_cfi.py,v 1.3 2011/02/17 14:52:07 olzem Exp $ import FWCore.ParameterSet.Config as cms diff --git a/DQM/Physics/src/BPhysicsOniaDQM.cc b/DQM/Physics/src/BPhysicsOniaDQM.cc index 04790a2f6b98c..b9a33514214d5 100644 --- a/DQM/Physics/src/BPhysicsOniaDQM.cc +++ b/DQM/Physics/src/BPhysicsOniaDQM.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/01 15:09:38 $ - * $Revision: 1.7 $ + * $Date: 2010/11/11 17:33:03 $ + * $Revision: 1.6 $ * \author S. Bolognesi, Erik - CERN */ diff --git a/DQM/Physics/src/BPhysicsOniaDQM.h b/DQM/Physics/src/BPhysicsOniaDQM.h index 52153b16a6589..21e53ef4e9e67 100644 --- a/DQM/Physics/src/BPhysicsOniaDQM.h +++ b/DQM/Physics/src/BPhysicsOniaDQM.h @@ -6,8 +6,8 @@ * * DQM offline for quarkonia * - * $Date: 2011/06/01 15:09:38 $ - * $Revision: 1.7 $ + * $Date: 2010/11/11 17:33:03 $ + * $Revision: 1.6 $ * \author S. Bolognesi, Eric - CERN */ diff --git a/DQM/Physics/src/EwkDQM.cc b/DQM/Physics/src/EwkDQM.cc index a1cb89370813e..77acb800e1bb6 100644 --- a/DQM/Physics/src/EwkDQM.cc +++ b/DQM/Physics/src/EwkDQM.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/25 11:54:49 $ - * $Revision: 1.22 $ + * $Date: 2012/06/28 10:29:38 $ + * $Revision: 1.21 $ * \author Valentina Gori, University of Firenze */ diff --git a/DQM/Physics/src/EwkDQM.h b/DQM/Physics/src/EwkDQM.h index 0312239485541..19e7b99a313fd 100644 --- a/DQM/Physics/src/EwkDQM.h +++ b/DQM/Physics/src/EwkDQM.h @@ -6,8 +6,8 @@ * * DQM offline for SMP V+Jets * - * $Date: 2012/06/28 10:29:38 $ - * $Revision: 1.12 $ + * $Date: 2012/06/19 10:13:04 $ + * $Revision: 1.11 $ * \author Valentina Gori, University of Firenze */ diff --git a/DQM/Physics/src/EwkElecDQM.cc b/DQM/Physics/src/EwkElecDQM.cc index 009be02efd7ee..bc0de6619cb3c 100644 --- a/DQM/Physics/src/EwkElecDQM.cc +++ b/DQM/Physics/src/EwkElecDQM.cc @@ -128,9 +128,7 @@ void EwkElecDQM::beginJob() { void EwkElecDQM::init_histograms() { - char chtitle[256] = ""; - for (int i=0; i<2; ++i) { - + char chtitle[256] = ""; // pt_before_ = theDbe->book1D("PT_BEFORECUTS","Muon transverse momentum (global muon) [GeV],100,0.,100.); // pt_after_ = theDbe->book1D("PT_LASTCUT","Muon transverse momentum (global muon) [GeV],100,0.,100.); @@ -266,7 +264,6 @@ void EwkElecDQM::init_histograms() { - } } diff --git a/DQM/Physics/src/EwkTauDQM.h b/DQM/Physics/src/EwkTauDQM.h index cc6ff8040824d..a7efb7c897331 100755 --- a/DQM/Physics/src/EwkTauDQM.h +++ b/DQM/Physics/src/EwkTauDQM.h @@ -13,9 +13,9 @@ * Joshua Swanson, * Christian Veelken * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: EwkTauDQM.h,v 1.4 2010/10/01 10:05:20 lusito Exp $ + * $Id: EwkTauDQM.h,v 1.3 2010/02/20 20:58:54 wmtan Exp $ * */ @@ -60,9 +60,9 @@ class EwkTauDQM : public edm::EDAnalyzer * \author Joshua Swanson * (modified by Christian Veelken) * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: EwkTauDQM.h,v 1.4 2010/10/01 10:05:20 lusito Exp $ + * $Id: EwkTauDQM.h,v 1.3 2010/02/20 20:58:54 wmtan Exp $ * */ @@ -207,9 +207,9 @@ class EwkElecTauHistManager * \author Letizia Lusito, * Christian Veelken * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: EwkTauDQM.h,v 1.4 2010/10/01 10:05:20 lusito Exp $ + * $Id: EwkTauDQM.h,v 1.3 2010/02/20 20:58:54 wmtan Exp $ * */ @@ -348,9 +348,9 @@ MonitorElement* hVisMassFinal_; * * \author Joshua Swanson * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: EwkTauDQM.h,v 1.4 2010/10/01 10:05:20 lusito Exp $ + * $Id: EwkTauDQM.h,v 1.3 2010/02/20 20:58:54 wmtan Exp $ * */ diff --git a/DQM/Physics/src/QcdHighPtDQM.cc b/DQM/Physics/src/QcdHighPtDQM.cc index af9fbf302fcbc..ace19ce75c9df 100644 --- a/DQM/Physics/src/QcdHighPtDQM.cc +++ b/DQM/Physics/src/QcdHighPtDQM.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/11 13:53:29 $ - * $Revision: 1.5 $ + * $Date: 2010/01/04 14:46:10 $ + * $Revision: 1.4 $ * \author S. Bolognesi, Eric - CERN */ diff --git a/DQM/Physics/src/QcdLowPtDQM.cc b/DQM/Physics/src/QcdLowPtDQM.cc index c2c02d3acad51..ffe9a0f4407cc 100644 --- a/DQM/Physics/src/QcdLowPtDQM.cc +++ b/DQM/Physics/src/QcdLowPtDQM.cc @@ -1,4 +1,4 @@ -// $Id: QcdLowPtDQM.cc,v 1.21 2013/01/03 18:59:34 wmtan Exp $ +// $Id: QcdLowPtDQM.cc,v 1.20 2013/01/02 13:59:43 wmtan Exp $ #include "DQM/Physics/src/QcdLowPtDQM.h" #include "DataFormats/Common/interface/TriggerResults.h" diff --git a/DQM/Physics/src/QcdLowPtDQM.h b/DQM/Physics/src/QcdLowPtDQM.h index 0e269f0f63474..e36add09a5d2d 100644 --- a/DQM/Physics/src/QcdLowPtDQM.h +++ b/DQM/Physics/src/QcdLowPtDQM.h @@ -1,4 +1,4 @@ -// $Id: QcdLowPtDQM.h,v 1.11 2013/01/02 13:59:43 wmtan Exp $ +// $Id: QcdLowPtDQM.h,v 1.10 2010/03/03 09:32:40 olzem Exp $ #ifndef QcdLowPtDQM_H #define QcdLowPtDQM_H diff --git a/DQM/Physics/src/QcdPhotonsDQM.cc b/DQM/Physics/src/QcdPhotonsDQM.cc index 081d4d7169872..9523ea7f3f99e 100644 --- a/DQM/Physics/src/QcdPhotonsDQM.cc +++ b/DQM/Physics/src/QcdPhotonsDQM.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/10 04:00:00 $ - * $Revision: 1.32 $ + * $Date: 2012/08/24 15:34:32 $ + * $Revision: 1.31 $ * \author Michael B. Anderson, University of Wisconsin Madison */ diff --git a/DQM/Physics/src/QcdPhotonsDQM.h b/DQM/Physics/src/QcdPhotonsDQM.h index 08dbf3b453581..506d09eb220f2 100644 --- a/DQM/Physics/src/QcdPhotonsDQM.h +++ b/DQM/Physics/src/QcdPhotonsDQM.h @@ -6,8 +6,8 @@ * * DQM offline for QCD-Photons * - * $Date: 2012/10/10 04:00:00 $ - * $Revision: 1.18 $ + * $Date: 2012/06/19 10:15:33 $ + * $Revision: 1.17 $ * \author Michael B. Anderson, University of Wisconsin Madison */ diff --git a/DQM/Physics/src/TopDiLeptonDQM.cc b/DQM/Physics/src/TopDiLeptonDQM.cc index cb5a96a080f29..a2707aa2b30a4 100644 --- a/DQM/Physics/src/TopDiLeptonDQM.cc +++ b/DQM/Physics/src/TopDiLeptonDQM.cc @@ -1,6 +1,6 @@ /* - * $Date: 2012/01/11 13:53:29 $ - * $Revision: 1.14 $ + * $Date: 2011/12/21 14:24:22 $ + * $Revision: 1.13 $ * \author M. Marienfeld - DESY Hamburg */ diff --git a/DQM/PhysicsObjectsMonitoring/interface/PhysicsObjectsMonitor.h b/DQM/PhysicsObjectsMonitoring/interface/PhysicsObjectsMonitor.h index d90d3095d898d..2db49dab398db 100644 --- a/DQM/PhysicsObjectsMonitoring/interface/PhysicsObjectsMonitor.h +++ b/DQM/PhysicsObjectsMonitoring/interface/PhysicsObjectsMonitor.h @@ -5,8 +5,8 @@ * For now: Analyzer of StandAlone muon tracks * Later: Add other detectors and more Reco * - * $Date: 2009/12/14 22:22:11 $ - * $Revision: 1.5 $ + * $Date: 2008/03/01 00:40:13 $ + * $Revision: 1.4 $ * \author M. Mulders - CERN * Based on STAMuonAnalyzer by R. Bellan - INFN Torino */ diff --git a/DQM/PhysicsObjectsMonitoring/src/PhysicsObjectsMonitor.cc b/DQM/PhysicsObjectsMonitoring/src/PhysicsObjectsMonitor.cc index 897a93822d924..8fbe462b4763e 100644 --- a/DQM/PhysicsObjectsMonitoring/src/PhysicsObjectsMonitor.cc +++ b/DQM/PhysicsObjectsMonitoring/src/PhysicsObjectsMonitor.cc @@ -1,8 +1,8 @@ /** \class PhysicsObjectsMonitor * Analyzer of the StandAlone muon tracks * - * $Date: 2009/12/14 22:22:12 $ - * $Revision: 1.9 $ + * $Date: 2008/03/01 00:40:13 $ + * $Revision: 1.8 $ * \author M. Mulders - CERN * Based on STAMuonAnalyzer by R. Bellan - INFN Torino */ diff --git a/DQM/RPCMonitorClient/interface/RPCClient.h b/DQM/RPCMonitorClient/interface/RPCClient.h index 3765548317826..c78a8ea22af1b 100644 --- a/DQM/RPCMonitorClient/interface/RPCClient.h +++ b/DQM/RPCMonitorClient/interface/RPCClient.h @@ -2,8 +2,8 @@ /*! \file RPCClient.h \author A. Cimmino - \version $Revision: 1.6 $ - \date $Date: 2011/03/02 16:59:58 $ + \version $Revision: 1.5 $ + \date $Date: 2011/02/07 13:54:38 $ */ diff --git a/DQM/RPCMonitorClient/interface/RPCEfficiencyPerRingLayer.h b/DQM/RPCMonitorClient/interface/RPCEfficiencyPerRingLayer.h index 498a1c6953a7a..d2490520b10d6 100644 --- a/DQM/RPCMonitorClient/interface/RPCEfficiencyPerRingLayer.h +++ b/DQM/RPCMonitorClient/interface/RPCEfficiencyPerRingLayer.h @@ -6,8 +6,8 @@ * * * RPCEfficiencyPerRingLayer * - * $Date: 2011/05/20 09:03:22 $ - * $Revision: 1.2 $ + * $Date: 2011/05/19 12:34:43 $ + * $Revision: 1.1 $ * \author Cesare Calabria * */ diff --git a/DQM/RPCMonitorClient/interface/RPCEfficiencySecond.h b/DQM/RPCMonitorClient/interface/RPCEfficiencySecond.h index 744bcefc344ae..147f5e10731a2 100644 --- a/DQM/RPCMonitorClient/interface/RPCEfficiencySecond.h +++ b/DQM/RPCMonitorClient/interface/RPCEfficiencySecond.h @@ -2,8 +2,8 @@ * * Class for RPC Monitoring: use RPCDigi and DT and CSC Segments. * - * $Date: 2011/07/06 09:09:58 $ - * $Revision: 1.12 $ + * $Date: 2011/05/20 09:03:22 $ + * $Revision: 1.11 $ * * \author Camilo Carrillo (Uniandes) * diff --git a/DQM/RPCMonitorClient/interface/RPCEfficiencyShiftHisto.h b/DQM/RPCMonitorClient/interface/RPCEfficiencyShiftHisto.h index 823d8a202f509..69a4fbb578064 100644 --- a/DQM/RPCMonitorClient/interface/RPCEfficiencyShiftHisto.h +++ b/DQM/RPCMonitorClient/interface/RPCEfficiencyShiftHisto.h @@ -6,8 +6,8 @@ * * * RPCEfficiencyShiftHisto * - * $Date: 2010/08/16 10:16:09 $ - * $Revision: 1.1 $ + * $Date: 2010/06/20 14:46:41 $ + * $Revision: 1.00 $ * \author Cesare Calabria * */ diff --git a/DQM/RPCMonitorClient/src/RPCEfficiencyShiftHisto.cc b/DQM/RPCMonitorClient/src/RPCEfficiencyShiftHisto.cc index 0e0ea2ce45b90..0f7d6a94c47d1 100644 --- a/DQM/RPCMonitorClient/src/RPCEfficiencyShiftHisto.cc +++ b/DQM/RPCMonitorClient/src/RPCEfficiencyShiftHisto.cc @@ -3,7 +3,7 @@ // Created: Tue Jul 20 12:58:43 CEST 2010 // Reviewed : Anna Cimmino Tue Aug 16 10:20 2010 -// $Id: RPCEfficiencyShiftHisto.cc,v 1.2 2011/07/06 09:09:59 cimmino Exp $ +// $Id: RPCEfficiencyShiftHisto.cc,v 1.1 2010/08/16 10:16:10 cimmino Exp $ // user include files diff --git a/DQM/RPCMonitorDigi/interface/RPCBookFolderStructure.h b/DQM/RPCMonitorDigi/interface/RPCBookFolderStructure.h index 8269a70f58542..561ca227dfb49 100644 --- a/DQM/RPCMonitorDigi/interface/RPCBookFolderStructure.h +++ b/DQM/RPCMonitorDigi/interface/RPCBookFolderStructure.h @@ -1,7 +1,7 @@ /** \class RPCBookFolderStructure * - * $Date: 2011/03/02 16:45:36 $ - * $Revision: 1.5 $ + * $Date: 2010/08/05 14:43:40 $ + * $Revision: 1.4 $ * \author Anna Cimmino (INFN Napoli) * * Create folder structure for DQM histo saving diff --git a/DQM/RPCMonitorDigi/interface/RPCEfficiency.h b/DQM/RPCMonitorDigi/interface/RPCEfficiency.h index dd617c1fdbec1..64ef4fc9bacc0 100644 --- a/DQM/RPCMonitorDigi/interface/RPCEfficiency.h +++ b/DQM/RPCMonitorDigi/interface/RPCEfficiency.h @@ -2,8 +2,8 @@ * * Class for RPC Monitoring using RPCDigi and DT and CSC Segments. * - * $Date: 2012/02/09 10:26:51 $ - * $Revision: 1.9 $ + * $Date: 2011/07/05 15:08:28 $ + * $Revision: 1.7 $ * * \author Camilo Carrillo (Uniandes) * diff --git a/DQM/RPCMonitorDigi/interface/RPCTTUMonitor.h b/DQM/RPCMonitorDigi/interface/RPCTTUMonitor.h index 7f20da797b3db..989b4da68dd6f 100644 --- a/DQM/RPCMonitorDigi/interface/RPCTTUMonitor.h +++ b/DQM/RPCMonitorDigi/interface/RPCTTUMonitor.h @@ -13,7 +13,7 @@ // // Original Author: Andres Felipe Osorio Oliveros // Created: Wed Sep 30 09:32:55 CEST 2009 -// $Id: RPCTTUMonitor.h,v 1.4 2010/04/26 14:07:38 dellaric Exp $ +// $Id: RPCTTUMonitor.h,v 1.3 2010/03/15 19:04:06 cimmino Exp $ // // diff --git a/DQM/SiPixelCommon/interface/SiPixelFolderOrganizer.h b/DQM/SiPixelCommon/interface/SiPixelFolderOrganizer.h index 555d2dbedd718..87ad9c123dc64 100644 --- a/DQM/SiPixelCommon/interface/SiPixelFolderOrganizer.h +++ b/DQM/SiPixelCommon/interface/SiPixelFolderOrganizer.h @@ -16,7 +16,7 @@ Description: #include diff --git a/DQM/SiPixelCommon/interface/SiPixelHistogramId.h b/DQM/SiPixelCommon/interface/SiPixelHistogramId.h index 6945403c951d1..54e5d525f4013 100644 --- a/DQM/SiPixelCommon/interface/SiPixelHistogramId.h +++ b/DQM/SiPixelCommon/interface/SiPixelHistogramId.h @@ -16,7 +16,7 @@ // // Original Author: chiochia // Created: Wed Feb 22 16:07:51 CET 2006 -// $Id: SiPixelHistogramId.h,v 1.2 2007/04/04 13:56:25 chiochia Exp $ +// $Id: SiPixelHistogramId.h,v 1.1 2006/03/08 12:55:11 chiochia Exp $ // #include diff --git a/DQM/SiPixelCommon/src/SiPixelHistogramId.cc b/DQM/SiPixelCommon/src/SiPixelHistogramId.cc index b996332a14b4e..5a9412c6aace7 100644 --- a/DQM/SiPixelCommon/src/SiPixelHistogramId.cc +++ b/DQM/SiPixelCommon/src/SiPixelHistogramId.cc @@ -8,7 +8,7 @@ // // Original Author: chiochia // Created: Wed Feb 22 16:07:58 CET 2006 -// $Id: SiPixelHistogramId.cc,v 1.4 2010/11/29 20:41:58 wmtan Exp $ +// $Id: SiPixelHistogramId.cc,v 1.3 2008/01/22 18:52:48 muzaffar Exp $ // #include diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelConfigParser.h b/DQM/SiPixelMonitorClient/interface/SiPixelConfigParser.h index cb316faa39d71..299b30f39e0ce 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelConfigParser.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelConfigParser.h @@ -5,8 +5,8 @@ * * * Class that handles the SiPixel Quality Tests * - * $Date: 2008/07/29 10:28:19 $ - * $Revision: 1.8 $ + * $Date: 2007/09/07 20:57:35 $ + * $Revision: 1.7 $ * \author Petra Merkel */ diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelConfigWriter.h b/DQM/SiPixelMonitorClient/interface/SiPixelConfigWriter.h index d4a69084bdf22..6c9cb74af2364 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelConfigWriter.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelConfigWriter.h @@ -6,8 +6,8 @@ * Base class for Parsers used by DQM * * - * $Date: 2007/02/20 21:29:25 $ - * $Revision: 1.2 $ + * $Date: 2006/10/19 14:11:47 $ + * $Revision: 1.1 $ * \author Petra Merkel */ #include diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelContinuousPalette.h b/DQM/SiPixelMonitorClient/interface/SiPixelContinuousPalette.h index 4d234b0dcdd6a..f86a65afda7b9 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelContinuousPalette.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelContinuousPalette.h @@ -5,8 +5,8 @@ * * * Class that handles the SiPixel color codes * - * $Date: 2012/06/26 19:42:18 $ - * $Revision: 1.3 $ + * $Date: 2009/06/18 14:03:57 $ + * $Revision: 1.2 $ * \author Dario Menasce * * This namespace defines a color space to produce diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h b/DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h index fc05709132705..c3823b07a4f29 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h @@ -5,7 +5,7 @@ * * * Class that handles the SiPixel Quality Tests * - * $Date: 2007/09/13 19:42:23 $ + * $Date: 2007/04/10 20:56:26 $ * $Revision: 1.1 $ * \author Suchandra Dutta */ diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelMuonHLT.h b/DQM/SiPixelMonitorClient/interface/SiPixelMuonHLT.h index 5eae1ff51f22c..34bd2c160fd5c 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelMuonHLT.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelMuonHLT.h @@ -17,7 +17,7 @@ // // Original Author: Dan Duggan // Created: -// $Id: SiPixelMuonHLT.h,v 1.3 2011/05/20 17:17:24 wmtan Exp $ +// $Id: SiPixelMuonHLT.h,v 1.2 2009/12/18 20:44:49 wmtan Exp $ // ////////////////////////////////////////////////////////// diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelTrackerMap.h b/DQM/SiPixelMonitorClient/interface/SiPixelTrackerMap.h index d2d079f52b2f1..fba52cfdffb87 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelTrackerMap.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelTrackerMap.h @@ -15,7 +15,7 @@ // // Original Author: Dario Menasce // Created: -// $Id: SiPixelTrackerMap.h,v 1.4 2008/05/01 14:35:05 merkelp Exp $ +// $Id: SiPixelTrackerMap.h,v 1.3 2007/07/25 11:38:43 menasce Exp $ // // diff --git a/DQM/SiPixelMonitorClient/interface/SiPixelUtility.h b/DQM/SiPixelMonitorClient/interface/SiPixelUtility.h index 06aa12c447a58..f0f2aebf06eed 100644 --- a/DQM/SiPixelMonitorClient/interface/SiPixelUtility.h +++ b/DQM/SiPixelMonitorClient/interface/SiPixelUtility.h @@ -5,8 +5,8 @@ * * * Class that handles the SiPixel Quality Tests * - * $Date: 2008/03/01 20:19:46 $ - * $Revision: 1.5 $ + * $Date: 2007/10/18 19:49:58 $ + * $Revision: 1.4 $ * \author Petra Merkel */ diff --git a/DQM/SiPixelMonitorClient/src/SiPixelMuonHLT.cc b/DQM/SiPixelMonitorClient/src/SiPixelMuonHLT.cc index e7483bcc2ee58..081438d5dbb9d 100644 --- a/DQM/SiPixelMonitorClient/src/SiPixelMuonHLT.cc +++ b/DQM/SiPixelMonitorClient/src/SiPixelMuonHLT.cc @@ -14,7 +14,7 @@ // // Original Author: Dan Duggan // Created: -// $Id: SiPixelMuonHLT.cc,v 1.10 2013/01/03 18:59:35 wmtan Exp $ +// $Id: SiPixelMuonHLT.cc,v 1.9 2012/12/26 21:05:53 wmtan Exp $ // ////////////////////////////////////////////////////////// #include "DataFormats/TrackerCommon/interface/TrackerTopology.h" diff --git a/DQM/SiPixelMonitorClient/src/SiPixelTrackerMap.cc b/DQM/SiPixelMonitorClient/src/SiPixelTrackerMap.cc index 9bb1d09d66659..1dbd40ba892bf 100644 --- a/DQM/SiPixelMonitorClient/src/SiPixelTrackerMap.cc +++ b/DQM/SiPixelMonitorClient/src/SiPixelTrackerMap.cc @@ -16,7 +16,7 @@ // // Original Author: Dario Menasce // Created: -// $Id: SiPixelTrackerMap.cc,v 1.14 2009/06/18 14:04:42 merkelp Exp $ +// $Id: SiPixelTrackerMap.cc,v 1.13 2009/06/17 14:03:12 merkelp Exp $ // // #include "DQM/SiPixelMonitorClient/interface/SiPixelTrackerMap.h" diff --git a/DQM/SiPixelMonitorCluster/interface/SiPixelClusterModule.h b/DQM/SiPixelMonitorCluster/interface/SiPixelClusterModule.h index 509114fb9a301..e3ff14d105640 100644 --- a/DQM/SiPixelMonitorCluster/interface/SiPixelClusterModule.h +++ b/DQM/SiPixelMonitorCluster/interface/SiPixelClusterModule.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia & Andrew York // Created: -// $Id: SiPixelClusterModule.h,v 1.16 2010/12/13 14:18:23 merkelp Exp $ +// $Id: SiPixelClusterModule.h,v 1.15 2010/04/19 20:36:53 merkelp Exp $ // // // Updated by: Lukas Wehrli diff --git a/DQM/SiPixelMonitorCluster/interface/SiPixelClusterSource.h b/DQM/SiPixelMonitorCluster/interface/SiPixelClusterSource.h index 6e1085f314d6a..d8cce16a782aa 100644 --- a/DQM/SiPixelMonitorCluster/interface/SiPixelClusterSource.h +++ b/DQM/SiPixelMonitorCluster/interface/SiPixelClusterSource.h @@ -19,7 +19,7 @@ // Updated by: Lukas Wehrli // for pixel offline DQM // Created: -// $Id: SiPixelClusterSource.h,v 1.20 2011/05/20 17:17:24 wmtan Exp $ +// $Id: SiPixelClusterSource.h,v 1.19 2010/12/13 14:18:23 merkelp Exp $ #include diff --git a/DQM/SiPixelMonitorCluster/src/SiPixelClusterModule.cc b/DQM/SiPixelMonitorCluster/src/SiPixelClusterModule.cc index f7c29ae1656a1..4d4bc6aa58ee6 100644 --- a/DQM/SiPixelMonitorCluster/src/SiPixelClusterModule.cc +++ b/DQM/SiPixelMonitorCluster/src/SiPixelClusterModule.cc @@ -13,7 +13,7 @@ // // Original Author: Vincenzo Chiochia & Andrew York // Created: -// $Id: SiPixelClusterModule.cc,v 1.32 2012/02/20 12:42:03 duggan Exp $ +// $Id: SiPixelClusterModule.cc,v 1.31 2010/12/13 14:18:23 merkelp Exp $ // // // Updated by: Lukas Wehrli diff --git a/DQM/SiPixelMonitorCluster/src/SiPixelClusterSource.cc b/DQM/SiPixelMonitorCluster/src/SiPixelClusterSource.cc index 4c495b69b900a..fd97904c26a97 100644 --- a/DQM/SiPixelMonitorCluster/src/SiPixelClusterSource.cc +++ b/DQM/SiPixelMonitorCluster/src/SiPixelClusterSource.cc @@ -13,7 +13,7 @@ // // Original Author: Vincenzo Chiochia & Andrew York // Created: -// $Id: SiPixelClusterSource.cc,v 1.29 2010/11/19 13:39:23 eulisse Exp $ +// $Id: SiPixelClusterSource.cc,v 1.28 2010/06/11 00:49:53 merkelp Exp $ // // // Updated by: Lukas Wehrli diff --git a/DQM/SiPixelMonitorDigi/interface/SiPixelDigiModule.h b/DQM/SiPixelMonitorDigi/interface/SiPixelDigiModule.h index cc9916741b29e..ee52104f08dd7 100644 --- a/DQM/SiPixelMonitorDigi/interface/SiPixelDigiModule.h +++ b/DQM/SiPixelMonitorDigi/interface/SiPixelDigiModule.h @@ -15,7 +15,7 @@ // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelDigiModule.h,v 1.20 2012/07/29 13:53:40 duggan Exp $ +// $Id: SiPixelDigiModule.h,v 1.19 2011/11/23 17:11:06 duggan Exp $ // // // Updated by: Lukas Wehrli diff --git a/DQM/SiPixelMonitorDigi/interface/SiPixelDigiSource.h b/DQM/SiPixelMonitorDigi/interface/SiPixelDigiSource.h index cc06454708ad4..a3d844846a284 100644 --- a/DQM/SiPixelMonitorDigi/interface/SiPixelDigiSource.h +++ b/DQM/SiPixelMonitorDigi/interface/SiPixelDigiSource.h @@ -16,7 +16,7 @@ // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelDigiSource.h,v 1.26 2012/06/26 14:06:43 duggan Exp $ +// $Id: SiPixelDigiSource.h,v 1.25 2012/01/18 12:50:15 merkelp Exp $ // #include diff --git a/DQM/SiPixelMonitorDigi/src/SiPixelDigiSource.cc b/DQM/SiPixelMonitorDigi/src/SiPixelDigiSource.cc index 31dfadf53e151..e99e947bacfe8 100644 --- a/DQM/SiPixelMonitorDigi/src/SiPixelDigiSource.cc +++ b/DQM/SiPixelMonitorDigi/src/SiPixelDigiSource.cc @@ -14,7 +14,7 @@ // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelDigiSource.cc,v 1.56 2012/08/03 09:03:10 duggan Exp $ +// $Id: SiPixelDigiSource.cc,v 1.55 2012/08/03 09:01:24 duggan Exp $ // // #include "DQM/SiPixelMonitorDigi/interface/SiPixelDigiSource.h" diff --git a/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitModule.h b/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitModule.h index 3f2f8fe3d7d20..04bc801d908a1 100644 --- a/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitModule.h +++ b/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitModule.h @@ -18,7 +18,7 @@ detector segment (detID) // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelRecHitModule.h,v 1.8 2009/06/19 09:30:00 merkelp Exp $ +// $Id: SiPixelRecHitModule.h,v 1.7 2009/06/02 10:09:13 merkelp Exp $ // // Adapted by: Keith Rose // for use in SiPixelMonitorRecHit package diff --git a/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitSource.h b/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitSource.h index 85310570f6e4f..bcf59de5f5f9d 100644 --- a/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitSource.h +++ b/DQM/SiPixelMonitorRecHit/interface/SiPixelRecHitSource.h @@ -16,7 +16,7 @@ // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelRecHitSource.h,v 1.10 2011/05/20 17:17:24 wmtan Exp $ +// $Id: SiPixelRecHitSource.h,v 1.9 2010/01/11 16:20:50 merkelp Exp $ // // Updated by: Keith Rose // for use in SiPixelMonitorRecHits diff --git a/DQM/SiPixelMonitorRecHit/src/SiPixelRecHitSource.cc b/DQM/SiPixelMonitorRecHit/src/SiPixelRecHitSource.cc index 036cb01a3c975..8852d961b81e0 100644 --- a/DQM/SiPixelMonitorRecHit/src/SiPixelRecHitSource.cc +++ b/DQM/SiPixelMonitorRecHit/src/SiPixelRecHitSource.cc @@ -14,7 +14,7 @@ // // Original Author: Vincenzo Chiochia // Created: -// $Id: SiPixelRecHitSource.cc,v 1.26 2010/04/10 08:12:27 elmer Exp $ +// $Id: SiPixelRecHitSource.cc,v 1.25 2010/01/11 16:20:50 merkelp Exp $ // // // Adapted by: Keith Rose diff --git a/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualModule.h b/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualModule.h index 90ad74c88d17f..34a6da24c1805 100644 --- a/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualModule.h +++ b/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualModule.h @@ -10,7 +10,7 @@ // Original Author: Shan-Huei Chuang // Created: Fri Mar 23 18:41:42 CET 2007 // Updated by Lukas Wehrli (plots for clusters on/off track added) -// $Id: SiPixelTrackResidualModule.h,v 1.4 2010/06/09 01:16:03 merkelp Exp $ +// $Id: SiPixelTrackResidualModule.h,v 1.3 2009/03/24 13:43:09 wehrlilu Exp $ #ifndef SiPixelMonitorTrack_SiPixelTrackResidualModule_h diff --git a/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualSource.h b/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualSource.h index 02f39f3c3741b..244a9c1a17bc8 100644 --- a/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualSource.h +++ b/DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualSource.h @@ -12,7 +12,7 @@ // // Original Author: Shan-Huei Chuang // Created: Fri Mar 23 18:41:42 CET 2007 -// $Id: SiPixelTrackResidualSource.h,v 1.9 2012/09/11 09:37:41 clseitz Exp $ +// $Id: SiPixelTrackResidualSource.h,v 1.8 2010/12/13 14:17:40 merkelp Exp $ // // Updated by: Lukas Wehrli // for pixel offline DQM diff --git a/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualModule.cc b/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualModule.cc index 9e8bab44a0de6..1f5d9b264d773 100644 --- a/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualModule.cc +++ b/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualModule.cc @@ -9,7 +9,7 @@ // // Original Author: Shan-Huei Chuang // Created: Fri Mar 23 18:41:42 CET 2007 -// $Id: SiPixelTrackResidualModule.cc,v 1.10 2012/09/11 09:37:41 clseitz Exp $ +// $Id: SiPixelTrackResidualModule.cc,v 1.9 2010/07/20 14:29:51 wmtan Exp $ #include diff --git a/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualSource.cc b/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualSource.cc index d99c963c7a8de..b5456f47d6b83 100644 --- a/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualSource.cc +++ b/DQM/SiPixelMonitorTrack/src/SiPixelTrackResidualSource.cc @@ -10,7 +10,7 @@ // Original Author: Shan-Huei Chuang // Created: Fri Mar 23 18:41:42 CET 2007 // Updated by Lukas Wehrli (plots for clusters on/off track added) -// $Id: SiPixelTrackResidualSource.cc,v 1.27 2013/01/03 23:50:05 wmtan Exp $ +// $Id: SiPixelTrackResidualSource.cc,v 1.26 2012/12/26 21:07:10 wmtan Exp $ #include diff --git a/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py b/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py index 7da0401a72e32..0a7ebdb70a8af 100644 --- a/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py +++ b/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py @@ -54,8 +54,8 @@ process.FEVT.outputCommands.append('keep RPCDetIdRPCDigiMuonDigiCollection_muonRPCDigis_*_*') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/DQM/SiPixelMonitorTrack/test/SiPixelMonitorTrackResiduals_mc_cfg.py,v $'), annotation = cms.untracked.string('CRUZET Prompt Reco with DQM with Mag field at 0T') ) process.options = cms.untracked.PSet( wantSummary = cms.untracked.bool(True) ) ## default is false diff --git a/DQM/SiStripCommissioningAnalysis/interface/SiStripPulseShape.h b/DQM/SiStripCommissioningAnalysis/interface/SiStripPulseShape.h index 2e9dd7b71c30c..79b34676b7d82 100644 --- a/DQM/SiStripCommissioningAnalysis/interface/SiStripPulseShape.h +++ b/DQM/SiStripCommissioningAnalysis/interface/SiStripPulseShape.h @@ -11,7 +11,7 @@ // // Original Author: Christophe Delaere // Created: Thu Nov 5 17:02:15 CEST 2006 -// $Id: SiStripPulseShape.h,v 1.1 2008/07/07 16:24:06 delaer Exp $ +// $Id: SiStripPulseShape.h,v 1.2 2007/09/06 21:36:22 delaer Exp $ // // diff --git a/DQM/SiStripCommissioningClients/interface/SiStripCommissioningOfflineClient.h b/DQM/SiStripCommissioningClients/interface/SiStripCommissioningOfflineClient.h index 8532de971dfd1..85d9a2b7150a5 100644 --- a/DQM/SiStripCommissioningClients/interface/SiStripCommissioningOfflineClient.h +++ b/DQM/SiStripCommissioningClients/interface/SiStripCommissioningOfflineClient.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCommissioningOfflineClient.h,v 1.15 2010/01/04 16:47:05 lowette Exp $ +// Last commit: $Id: SiStripCommissioningOfflineClient.h,v 1.14 2010/01/04 14:02:17 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_SiStripCommissioningOfflineClient_H #define DQM_SiStripCommissioningClients_SiStripCommissioningOfflineClient_H diff --git a/DQM/SiStripCommissioningClients/interface/SiStripTFile.h b/DQM/SiStripCommissioningClients/interface/SiStripTFile.h index a18df915a542b..0c22f7f92c612 100644 --- a/DQM/SiStripCommissioningClients/interface/SiStripTFile.h +++ b/DQM/SiStripCommissioningClients/interface/SiStripTFile.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripTFile.h,v 1.2 2008/02/21 14:19:03 bainbrid Exp $ +// Last commit: $Id: SiStripTFile.h,v 1.1 2007/04/04 07:16:15 bainbrid Exp $ #ifndef DQM_SiStripCommissioningClients_SiStripTFile_H #define DQM_SiStripCommissioningClients_SiStripTFile_H diff --git a/DQM/SiStripCommissioningClients/src/SiStripCommissioningOfflineClient.cc b/DQM/SiStripCommissioningClients/src/SiStripCommissioningOfflineClient.cc index 615f269fa9e09..abf236467ea6c 100644 --- a/DQM/SiStripCommissioningClients/src/SiStripCommissioningOfflineClient.cc +++ b/DQM/SiStripCommissioningClients/src/SiStripCommissioningOfflineClient.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCommissioningOfflineClient.cc,v 1.44 2010/01/04 16:47:06 lowette Exp $ +// Last commit: $Id: SiStripCommissioningOfflineClient.cc,v 1.43 2010/01/04 14:02:18 lowette Exp $ #include "DQM/SiStripCommissioningClients/interface/SiStripCommissioningOfflineClient.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DQM/SiStripCommissioningClients/src/SiStripTFile.cc b/DQM/SiStripCommissioningClients/src/SiStripTFile.cc index 2bcae4b26ea76..b310874444c9a 100644 --- a/DQM/SiStripCommissioningClients/src/SiStripTFile.cc +++ b/DQM/SiStripCommissioningClients/src/SiStripTFile.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripTFile.cc,v 1.4 2009/02/10 21:45:55 lowette Exp $ +// Last commit: $Id: SiStripTFile.cc,v 1.3 2008/02/21 14:19:05 bainbrid Exp $ #include "DQM/SiStripCommissioningClients/interface/SiStripTFile.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DQM/SiStripCommissioningDbClients/interface/ApvTimingHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/ApvTimingHistosUsingDb.h index df99d37e295c6..607d3b8051b3d 100644 --- a/DQM/SiStripCommissioningDbClients/interface/ApvTimingHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/ApvTimingHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ApvTimingHistosUsingDb.h,v 1.13 2009/11/15 16:42:16 lowette Exp $ +// Last commit: $Id: ApvTimingHistosUsingDb.h,v 1.12 2009/11/10 14:49:01 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_ApvTimingHistosUsingDb_H #define DQM_SiStripCommissioningClients_ApvTimingHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/CalibrationHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/CalibrationHistosUsingDb.h index 6c1223361597b..dfcdfb7bfc699 100644 --- a/DQM/SiStripCommissioningDbClients/interface/CalibrationHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/CalibrationHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: CalibrationHistosUsingDb.h,v 1.7 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: CalibrationHistosUsingDb.h,v 1.6 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_CalibrationHistosUsingDb_H #define DQM_SiStripCommissioningClients_CalibrationHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h index 71ab4aa2d9265..532862503aac9 100644 --- a/DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: CommissioningHistosUsingDb.h,v 1.16 2010/04/21 14:26:07 dstrom Exp $ +// Last commit: $Id: CommissioningHistosUsingDb.h,v 1.15 2009/11/15 16:42:16 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_CommissioningHistosUsingDb_H #define DQM_SiStripCommissioningClients_CommissioningHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/FastFedCablingHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/FastFedCablingHistosUsingDb.h index 2ae9c2d7802ae..1affdf7ec4630 100644 --- a/DQM/SiStripCommissioningDbClients/interface/FastFedCablingHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/FastFedCablingHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: FastFedCablingHistosUsingDb.h,v 1.9 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: FastFedCablingHistosUsingDb.h,v 1.8 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_FastFedCablingHistosUsingDb_H #define DQM_SiStripCommissioningClients_FastFedCablingHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/FineDelayHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/FineDelayHistosUsingDb.h index 5ac78c40eee93..9b7bec14539d7 100644 --- a/DQM/SiStripCommissioningDbClients/interface/FineDelayHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/FineDelayHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: FineDelayHistosUsingDb.h,v 1.11 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: FineDelayHistosUsingDb.h,v 1.10 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_FineDelayHistosUsingDb_H #define DQM_SiStripCommissioningClients_FineDelayHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/LatencyHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/LatencyHistosUsingDb.h index 5a96d8cbffba9..214de6aa1f7cb 100644 --- a/DQM/SiStripCommissioningDbClients/interface/LatencyHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/LatencyHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: LatencyHistosUsingDb.h,v 1.10 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: LatencyHistosUsingDb.h,v 1.9 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_LatencyHistosUsingDb_H #define DQM_SiStripCommissioningClients_LatencyHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/NoiseHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/NoiseHistosUsingDb.h index 2fc1a02e4ae76..6c1308c871ef0 100644 --- a/DQM/SiStripCommissioningDbClients/interface/NoiseHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/NoiseHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: NoiseHistosUsingDb.h,v 1.4 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: NoiseHistosUsingDb.h,v 1.3 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_NoiseHistosUsingDb_H #define DQM_SiStripCommissioningClients_NoiseHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/OptoScanHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/OptoScanHistosUsingDb.h index e1e3becab0775..f3dc3a1a14a3e 100644 --- a/DQM/SiStripCommissioningDbClients/interface/OptoScanHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/OptoScanHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: OptoScanHistosUsingDb.h,v 1.13 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: OptoScanHistosUsingDb.h,v 1.12 2009/10/09 09:27:06 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_OptoScanHistosUsingDb_H #define DQM_SiStripCommissioningClients_OptoScanHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/PedestalsHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/PedestalsHistosUsingDb.h index dddeca4dc3d49..d27e782917de5 100644 --- a/DQM/SiStripCommissioningDbClients/interface/PedestalsHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/PedestalsHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: PedestalsHistosUsingDb.h,v 1.13 2009/11/15 16:42:16 lowette Exp $ +// Last commit: $Id: PedestalsHistosUsingDb.h,v 1.12 2009/11/10 14:49:01 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_PedestalsHistosUsingDb_H #define DQM_SiStripCommissioningClients_PedestalsHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/PedsFullNoiseHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/PedsFullNoiseHistosUsingDb.h index 6d61054b35e92..ba25e80f5bb10 100644 --- a/DQM/SiStripCommissioningDbClients/interface/PedsFullNoiseHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/PedsFullNoiseHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: PedsFullNoiseHistosUsingDb.h,v 1.4 2010/04/28 08:47:00 lowette Exp $ +// Last commit: $Id: PedsFullNoiseHistosUsingDb.h,v 1.3 2009/11/15 16:42:16 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H #define DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/PedsOnlyHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/PedsOnlyHistosUsingDb.h index f066ee92f4006..c1c318519dd48 100644 --- a/DQM/SiStripCommissioningDbClients/interface/PedsOnlyHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/PedsOnlyHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: PedsOnlyHistosUsingDb.h,v 1.4 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: PedsOnlyHistosUsingDb.h,v 1.3 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_PedsOnlyHistosUsingDb_H #define DQM_SiStripCommissioningClients_PedsOnlyHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/SamplingHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/SamplingHistosUsingDb.h index 7fa28d614b245..9582e24b9a1ba 100644 --- a/DQM/SiStripCommissioningDbClients/interface/SamplingHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/SamplingHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SamplingHistosUsingDb.h,v 1.4 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: SamplingHistosUsingDb.h,v 1.3 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_SamplingHistosUsingDb_H #define DQM_SiStripCommissioningClients_SamplingHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/interface/VpspScanHistosUsingDb.h b/DQM/SiStripCommissioningDbClients/interface/VpspScanHistosUsingDb.h index d7a292f4c83bd..34be11f2d8619 100644 --- a/DQM/SiStripCommissioningDbClients/interface/VpspScanHistosUsingDb.h +++ b/DQM/SiStripCommissioningDbClients/interface/VpspScanHistosUsingDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: VpspScanHistosUsingDb.h,v 1.10 2009/11/10 14:49:01 lowette Exp $ +// Last commit: $Id: VpspScanHistosUsingDb.h,v 1.9 2009/06/18 20:52:35 lowette Exp $ #ifndef DQM_SiStripCommissioningClients_VpspScanHistosUsingDb_H #define DQM_SiStripCommissioningClients_VpspScanHistosUsingDb_H diff --git a/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc b/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc index 9eaf10b313857..89c73fa0c5470 100644 --- a/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc +++ b/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCommissioningOfflineDbClient.cc,v 1.26 2010/04/21 14:26:18 dstrom Exp $ +// Last commit: $Id: SiStripCommissioningOfflineDbClient.cc,v 1.25 2009/11/15 16:42:16 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h b/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h index 634fa20b9ea26..92ce446060de0 100644 --- a/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h +++ b/DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripCommissioningOfflineDbClient.h,v 1.10 2010/04/21 14:26:19 dstrom Exp $ +// Last commit: $Id: SiStripCommissioningOfflineDbClient.h,v 1.9 2009/11/15 16:42:16 lowette Exp $ #ifndef DQM_SiStripCommissioningDbClients_SiStripCommissioningOfflineDbClient_H #define DQM_SiStripCommissioningDbClients_SiStripCommissioningOfflineDbClient_H diff --git a/DQM/SiStripCommissioningDbClients/src/ApvTimingHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/ApvTimingHistosUsingDb.cc index b06612f8e7e71..b74080e8f19f6 100644 --- a/DQM/SiStripCommissioningDbClients/src/ApvTimingHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/ApvTimingHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: ApvTimingHistosUsingDb.cc,v 1.31 2010/04/21 14:26:25 dstrom Exp $ +// Last commit: $Id: ApvTimingHistosUsingDb.cc,v 1.30 2010/02/02 18:31:57 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/ApvTimingHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/ApvTimingAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/CalibrationHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/CalibrationHistosUsingDb.cc index 08c9a40d40f47..af11c5ac1edf3 100644 --- a/DQM/SiStripCommissioningDbClients/src/CalibrationHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/CalibrationHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: CalibrationHistosUsingDb.cc,v 1.12 2009/11/10 14:49:02 lowette Exp $ +// Last commit: $Id: CalibrationHistosUsingDb.cc,v 1.11 2009/06/18 20:52:36 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/CalibrationHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/CalibrationAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/CommissioningHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/CommissioningHistosUsingDb.cc index 97257caf8038e..9fafbf64e94b1 100644 --- a/DQM/SiStripCommissioningDbClients/src/CommissioningHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/CommissioningHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: CommissioningHistosUsingDb.cc,v 1.25 2010/06/01 16:06:06 wto Exp $ +// Last commit: $Id: CommissioningHistosUsingDb.cc,v 1.24 2010/04/21 14:26:26 dstrom Exp $ #include "DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h" #include "CalibFormats/SiStripObjects/interface/NumberOfDevices.h" diff --git a/DQM/SiStripCommissioningDbClients/src/FastFedCablingHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/FastFedCablingHistosUsingDb.cc index fa7f2b30804af..7f190a6e7f664 100644 --- a/DQM/SiStripCommissioningDbClients/src/FastFedCablingHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/FastFedCablingHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: FastFedCablingHistosUsingDb.cc,v 1.23 2009/11/10 14:49:02 lowette Exp $ +// Last commit: $Id: FastFedCablingHistosUsingDb.cc,v 1.22 2009/06/18 20:52:37 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/FastFedCablingHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/FastFedCablingAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/FineDelayHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/FineDelayHistosUsingDb.cc index 29a61514eb31b..bc7664dc6ab54 100644 --- a/DQM/SiStripCommissioningDbClients/src/FineDelayHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/FineDelayHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: FineDelayHistosUsingDb.cc,v 1.18 2009/11/10 14:49:02 lowette Exp $ +// Last commit: $Id: FineDelayHistosUsingDb.cc,v 1.17 2009/11/02 18:52:51 lowette Exp $ #include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h" #include "Geometry/Records/interface/TrackerDigiGeometryRecord.h" diff --git a/DQM/SiStripCommissioningDbClients/src/LatencyHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/LatencyHistosUsingDb.cc index 3746540cc7247..e699297d5468d 100644 --- a/DQM/SiStripCommissioningDbClients/src/LatencyHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/LatencyHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: LatencyHistosUsingDb.cc,v 1.22 2009/11/10 14:49:02 lowette Exp $ +// Last commit: $Id: LatencyHistosUsingDb.cc,v 1.21 2009/11/02 18:52:51 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/LatencyHistosUsingDb.h" #include "DataFormats/SiStripCommon/interface/SiStripConstants.h" diff --git a/DQM/SiStripCommissioningDbClients/src/NoiseHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/NoiseHistosUsingDb.cc index 2641c1b77ad37..8084879ec575d 100644 --- a/DQM/SiStripCommissioningDbClients/src/NoiseHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/NoiseHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: NoiseHistosUsingDb.cc,v 1.6 2012/08/09 17:19:21 eulisse Exp $ +// Last commit: $Id: NoiseHistosUsingDb.cc,v 1.5 2009/11/10 14:49:02 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/NoiseHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/NoiseAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/OptoScanHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/OptoScanHistosUsingDb.cc index 3fa28864a98a6..709232d9b4b2b 100644 --- a/DQM/SiStripCommissioningDbClients/src/OptoScanHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/OptoScanHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: OptoScanHistosUsingDb.cc,v 1.22 2010/04/21 14:26:27 dstrom Exp $ +// Last commit: $Id: OptoScanHistosUsingDb.cc,v 1.21 2009/11/10 14:49:02 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/OptoScanHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/OptoScanAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/PedestalsHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/PedestalsHistosUsingDb.cc index 32cf565a4228b..db425c03f143f 100644 --- a/DQM/SiStripCommissioningDbClients/src/PedestalsHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/PedestalsHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: PedestalsHistosUsingDb.cc,v 1.27 2010/04/21 14:26:28 dstrom Exp $ +// Last commit: $Id: PedestalsHistosUsingDb.cc,v 1.26 2009/11/15 16:42:16 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/PedestalsHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/PedestalsAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/PedsFullNoiseHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/PedsFullNoiseHistosUsingDb.cc index c235557901e60..471aa466c4721 100644 --- a/DQM/SiStripCommissioningDbClients/src/PedsFullNoiseHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/PedsFullNoiseHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: PedsFullNoiseHistosUsingDb.cc,v 1.5 2010/04/28 08:46:16 lowette Exp $ +// Last commit: $Id: PedsFullNoiseHistosUsingDb.cc,v 1.3 2009/11/15 16:42:16 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/PedsFullNoiseHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/PedsFullNoiseAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/PedsOnlyHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/PedsOnlyHistosUsingDb.cc index 38dec743c3a02..f73a3e1a5c32f 100644 --- a/DQM/SiStripCommissioningDbClients/src/PedsOnlyHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/PedsOnlyHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: PedsOnlyHistosUsingDb.cc,v 1.8 2012/08/09 17:19:21 eulisse Exp $ +// Last commit: $Id: PedsOnlyHistosUsingDb.cc,v 1.7 2009/11/10 14:49:02 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/PedsOnlyHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/PedsOnlyAnalysis.h" diff --git a/DQM/SiStripCommissioningDbClients/src/VpspScanHistosUsingDb.cc b/DQM/SiStripCommissioningDbClients/src/VpspScanHistosUsingDb.cc index 58fa338868f38..7da3ef4654f79 100644 --- a/DQM/SiStripCommissioningDbClients/src/VpspScanHistosUsingDb.cc +++ b/DQM/SiStripCommissioningDbClients/src/VpspScanHistosUsingDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: VpspScanHistosUsingDb.cc,v 1.21 2010/04/21 14:26:30 dstrom Exp $ +// Last commit: $Id: VpspScanHistosUsingDb.cc,v 1.20 2009/11/10 14:49:02 lowette Exp $ #include "DQM/SiStripCommissioningDbClients/interface/VpspScanHistosUsingDb.h" #include "CondFormats/SiStripObjects/interface/VpspScanAnalysis.h" diff --git a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningBasicPrescaler.cc b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningBasicPrescaler.cc index 6e0f09ceae527..d094665c364d9 100644 --- a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningBasicPrescaler.cc +++ b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningBasicPrescaler.cc @@ -13,7 +13,7 @@ // // Original Author: Christophe DELAERE // Created: Fri Jan 18 12:17:46 CET 2008 -// $Id: SiStripCommissioningBasicPrescaler.cc,v 1.1 2008/10/22 10:44:25 delaer Exp $ +// $Id: SiStripCommissioningBasicPrescaler.cc,v 1.1 2008/07/07 16:24:08 delaer Exp $ // // diff --git a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningRunTypeFilter.cc b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningRunTypeFilter.cc index f151d0d015257..6b3e15a96beb4 100644 --- a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningRunTypeFilter.cc +++ b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningRunTypeFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Christophe DELAERE // Created: Fri Jan 18 12:17:46 CET 2008 -// $Id: SiStripCommissioningRunTypeFilter.cc,v 1.2 2008/04/12 20:06:27 delaer Exp $ +// $Id: SiStripCommissioningRunTypeFilter.cc,v 1.1 2008/01/18 14:07:37 delaer Exp $ // // diff --git a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningSeedFilter.cc b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningSeedFilter.cc index 15aff77965fa3..e1e44a3107570 100644 --- a/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningSeedFilter.cc +++ b/DQM/SiStripCommissioningSources/plugins/SiStripCommissioningSeedFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Christophe DELAERE // Created: Fri Jan 18 12:17:46 CET 2008 -// $Id: SiStripCommissioningSeedFilter.cc,v 1.1 2008/07/07 16:24:08 delaer Exp $ +// $Id: SiStripCommissioningSeedFilter.cc,v 1.2 2008/04/12 20:06:27 delaer Exp $ // // diff --git a/DQM/SiStripCommissioningSources/plugins/tracking/ClusterCount.h b/DQM/SiStripCommissioningSources/plugins/tracking/ClusterCount.h index 9896f14b1e4a9..7b3ad040777b7 100644 --- a/DQM/SiStripCommissioningSources/plugins/tracking/ClusterCount.h +++ b/DQM/SiStripCommissioningSources/plugins/tracking/ClusterCount.h @@ -15,7 +15,7 @@ // // Original Author: Christophe DELAERE // Created: Tue May 27 11:11:05 CEST 2008 -// $Id: ClusterCount.h,v 1.3 2010/02/20 20:59:01 wmtan Exp $ +// $Id: ClusterCount.h,v 1.2 2010/01/04 16:40:10 lowette Exp $ // // diff --git a/DQM/SiStripCommissioningSources/plugins/tracking/SiStripFineDelayHit.cc b/DQM/SiStripCommissioningSources/plugins/tracking/SiStripFineDelayHit.cc index c5940ea683468..1c6acbb7a977c 100644 --- a/DQM/SiStripCommissioningSources/plugins/tracking/SiStripFineDelayHit.cc +++ b/DQM/SiStripCommissioningSources/plugins/tracking/SiStripFineDelayHit.cc @@ -13,7 +13,7 @@ // // Original Author: Christophe DELAERE // Created: Fri Nov 17 10:52:42 CET 2006 -// $Id: SiStripFineDelayHit.cc,v 1.18 2013/02/27 15:07:58 davidlt Exp $ +// $Id: SiStripFineDelayHit.cc,v 1.17 2012/01/17 10:04:37 innocent Exp $ // // diff --git a/DQM/SiStripCommon/interface/SiStripFolderOrganizer.h b/DQM/SiStripCommon/interface/SiStripFolderOrganizer.h index 9765968133740..7a1dce46112b1 100644 --- a/DQM/SiStripCommon/interface/SiStripFolderOrganizer.h +++ b/DQM/SiStripCommon/interface/SiStripFolderOrganizer.h @@ -17,7 +17,7 @@ // Original Author: dkcira // Created: Thu Jan 26 23:49:46 CET 2006 -// $Id: SiStripFolderOrganizer.h,v 1.17 2013/01/03 18:59:35 wmtan Exp $ +// $Id: SiStripFolderOrganizer.h,v 1.16 2013/01/02 17:37:22 wmtan Exp $ // #include "DataFormats/SiStripDetId/interface/SiStripDetId.h" diff --git a/DQM/SiStripCommon/interface/SiStripHistoId.h b/DQM/SiStripCommon/interface/SiStripHistoId.h index dc707a4ea89f9..cc71eda92f0ef 100644 --- a/DQM/SiStripCommon/interface/SiStripHistoId.h +++ b/DQM/SiStripCommon/interface/SiStripHistoId.h @@ -16,7 +16,7 @@ // // Original Author: dkcira // Created: Wed Feb 22 16:07:51 CET 2006 -// $Id: SiStripHistoId.h,v 1.6 2013/01/03 18:59:35 wmtan Exp $ +// $Id: SiStripHistoId.h,v 1.5 2013/01/02 17:37:22 wmtan Exp $ // #include diff --git a/DQM/SiStripCommon/src/SiStripFolderOrganizer.cc b/DQM/SiStripCommon/src/SiStripFolderOrganizer.cc index 67db5b5db3a9c..2145d866c5acf 100644 --- a/DQM/SiStripCommon/src/SiStripFolderOrganizer.cc +++ b/DQM/SiStripCommon/src/SiStripFolderOrganizer.cc @@ -9,7 +9,7 @@ // Original Author: dkcira // Created: Thu Jan 26 23:52:43 CET 2006 -// $Id: SiStripFolderOrganizer.cc,v 1.32 2013/01/03 18:59:35 wmtan Exp $ +// $Id: SiStripFolderOrganizer.cc,v 1.31 2013/01/02 17:37:22 wmtan Exp $ // #include diff --git a/DQM/SiStripCommon/src/SiStripHistoId.cc b/DQM/SiStripCommon/src/SiStripHistoId.cc index c70c1ae3db7f4..6a2c154e0d0bb 100644 --- a/DQM/SiStripCommon/src/SiStripHistoId.cc +++ b/DQM/SiStripCommon/src/SiStripHistoId.cc @@ -8,7 +8,7 @@ // // Original Author: dkcira // Created: Wed Feb 22 16:07:58 CET 2006 -// $Id: SiStripHistoId.cc,v 1.18 2013/01/03 18:59:35 wmtan Exp $ +// $Id: SiStripHistoId.cc,v 1.17 2013/01/02 17:37:22 wmtan Exp $ // #include diff --git a/DQM/SiStripMonitorClient/interface/SiStripAnalyser.h b/DQM/SiStripMonitorClient/interface/SiStripAnalyser.h index b0bed93945be5..1e76965b41ad1 100644 --- a/DQM/SiStripMonitorClient/interface/SiStripAnalyser.h +++ b/DQM/SiStripMonitorClient/interface/SiStripAnalyser.h @@ -4,8 +4,8 @@ /** \class SiStripAnalyser * * * SiStrip SiStripAnalyser - * $Date: 2012/10/15 09:10:40 $ - * $Revision: 1.33 $ + * $Date: 2011/05/03 06:55:39 $ + * $Revision: 1.1 $ * \author S. Dutta INFN-Pisa * */ diff --git a/DQM/SiStripMonitorClient/interface/SiStripConfigParser.h b/DQM/SiStripMonitorClient/interface/SiStripConfigParser.h index 398906741c194..fcf6c8c0de941 100644 --- a/DQM/SiStripMonitorClient/interface/SiStripConfigParser.h +++ b/DQM/SiStripMonitorClient/interface/SiStripConfigParser.h @@ -5,8 +5,8 @@ * * * Class that handles the SiStrip Quality Tests * - * $Date: 2009/02/25 17:02:37 $ - * $Revision: 1.5 $ + * $Date: 2007/05/02 18:02:33 $ + * $Revision: 1.4 $ * \author Suchandra Dutta */ diff --git a/DQM/SiStripMonitorClient/interface/SiStripConfigWriter.h b/DQM/SiStripMonitorClient/interface/SiStripConfigWriter.h index 181d97d765227..6e29d9374aa8e 100644 --- a/DQM/SiStripMonitorClient/interface/SiStripConfigWriter.h +++ b/DQM/SiStripMonitorClient/interface/SiStripConfigWriter.h @@ -6,8 +6,8 @@ * Base class for Parsers used by DQM * * - * $Date: 2008/12/26 09:05:28 $ - * $Revision: 1.3 $ + * $Date: 2006/10/26 19:40:29 $ + * $Revision: 1.2 $ * \author Suchandra Dutta */ #include diff --git a/DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h b/DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h index affdf70f1f4f4..effe25734198d 100644 --- a/DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h +++ b/DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h @@ -5,8 +5,8 @@ * * * Class that handles the SiStrip Quality Tests * - * $Date: 2007/04/10 20:56:26 $ - * $Revision: 1.1 $ + * $Date: 2006/08/01 18:14:27 $ + * $Revision: 1.3 $ * \author Suchandra Dutta */ diff --git a/DQM/SiStripMonitorClient/interface/SiStripUtility.h b/DQM/SiStripMonitorClient/interface/SiStripUtility.h index 838c770ab91ba..69e7b5539b1b1 100644 --- a/DQM/SiStripMonitorClient/interface/SiStripUtility.h +++ b/DQM/SiStripMonitorClient/interface/SiStripUtility.h @@ -5,8 +5,8 @@ * * * Class that handles the SiStrip Quality Tests * - * $Date: 2013/01/03 18:59:35 $ - * $Revision: 1.17 $ + * $Date: 2013/01/02 17:41:51 $ + * $Revision: 1.16 $ * \author Suchandra Dutta */ diff --git a/DQM/SiStripMonitorClient/scripts/getRunInfo.py b/DQM/SiStripMonitorClient/scripts/getRunInfo.py index d0f2dfd9ff1f5..a9ced9dbb4735 100755 --- a/DQM/SiStripMonitorClient/scripts/getRunInfo.py +++ b/DQM/SiStripMonitorClient/scripts/getRunInfo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# $Id: getRunInfo.py,v 1.7 2008/11/27 17:36:56 vadler Exp $ +# $Id: getRunInfo.py,v 1.6 2008/11/27 17:18:38 vadler Exp $ # ## CMSSW/DQM/SiStripMonitorClient/scripts/getRunInfo.py diff --git a/DQM/SiStripMonitorClient/scripts/submitDQMOfflineCAF.py b/DQM/SiStripMonitorClient/scripts/submitDQMOfflineCAF.py index cbc9885883b7d..6ede3ed6b624f 100755 --- a/DQM/SiStripMonitorClient/scripts/submitDQMOfflineCAF.py +++ b/DQM/SiStripMonitorClient/scripts/submitDQMOfflineCAF.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# $Id: submitDQMOfflineCAF.py,v 1.25 2009/01/23 16:17:19 vadler Exp $ +# $Id: submitDQMOfflineCAF.py,v 1.24 2008/11/27 17:36:56 vadler Exp $ # ## CMSSW/DQM/SiStripMonitorClient/scripts/submitDQMOfflineCAF.py diff --git a/DQM/SiStripMonitorClient/src/SiStripAnalyser.cc b/DQM/SiStripMonitorClient/src/SiStripAnalyser.cc index 3a26fe925cea1..e75d7cda83768 100644 --- a/DQM/SiStripMonitorClient/src/SiStripAnalyser.cc +++ b/DQM/SiStripMonitorClient/src/SiStripAnalyser.cc @@ -3,8 +3,8 @@ /* * \file SiStripAnalyser.cc * - * $Date: 2013/01/02 17:41:51 $ - * $Revision: 1.62 $ + * $Date: 2012/11/20 11:28:25 $ + * $Revision: 1.61 $ * \author S. Dutta INFN-Pisa * */ diff --git a/DQM/SiStripMonitorClient/src/SiStripOfflineDQM.cc b/DQM/SiStripMonitorClient/src/SiStripOfflineDQM.cc index 1246f98b450bc..7e6ba4be4e9b5 100644 --- a/DQM/SiStripMonitorClient/src/SiStripOfflineDQM.cc +++ b/DQM/SiStripMonitorClient/src/SiStripOfflineDQM.cc @@ -13,7 +13,7 @@ // // Original Author: Samvel Khalatyan (ksamdev at gmail dot com) // Created: Wed Oct 5 16:42:34 CET 2006 -// $Id: SiStripOfflineDQM.cc,v 1.42 2013/01/02 17:41:51 wmtan Exp $ +// $Id: SiStripOfflineDQM.cc,v 1.41 2012/11/20 10:24:11 venturia Exp $ // // diff --git a/DQM/SiStripMonitorCluster/interface/SiStripMonitorCluster.h b/DQM/SiStripMonitorCluster/interface/SiStripMonitorCluster.h index 443fb7562a272..c60e686ea47ff 100644 --- a/DQM/SiStripMonitorCluster/interface/SiStripMonitorCluster.h +++ b/DQM/SiStripMonitorCluster/interface/SiStripMonitorCluster.h @@ -8,7 +8,7 @@ */ // Original Author: dkcira // Created: Wed Feb 1 16:47:14 CET 2006 -// $Id: SiStripMonitorCluster.h,v 1.43 2012/11/21 08:37:11 eulisse Exp $ +// $Id: SiStripMonitorCluster.h,v 1.42 2012/07/19 15:46:18 tosi Exp $ #include #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/DQM/SiStripMonitorCluster/src/SiStripMonitorCluster.cc b/DQM/SiStripMonitorCluster/src/SiStripMonitorCluster.cc index e0c978826ec16..ad1e9344e5598 100644 --- a/DQM/SiStripMonitorCluster/src/SiStripMonitorCluster.cc +++ b/DQM/SiStripMonitorCluster/src/SiStripMonitorCluster.cc @@ -5,7 +5,7 @@ */ // Original Author: Dorian Kcira // Created: Wed Feb 1 16:42:34 CET 2006 -// $Id: SiStripMonitorCluster.cc,v 1.87 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripMonitorCluster.cc,v 1.86 2013/01/02 14:22:27 wmtan Exp $ #include #include #include diff --git a/DQM/SiStripMonitorDigi/interface/SiStripMonitorDigi.h b/DQM/SiStripMonitorDigi/interface/SiStripMonitorDigi.h index d8a10135993d2..b30422039d638 100644 --- a/DQM/SiStripMonitorDigi/interface/SiStripMonitorDigi.h +++ b/DQM/SiStripMonitorDigi/interface/SiStripMonitorDigi.h @@ -8,7 +8,7 @@ */ // Original Author: dkcira // Created: Sat Feb 4 20:49:51 CET 2006 -// $Id: SiStripMonitorDigi.h,v 1.31 2012/07/19 13:21:14 threus Exp $ +// $Id: SiStripMonitorDigi.h,v 1.30 2012/07/13 15:32:52 threus Exp $ #include #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/LuminosityBlock.h" diff --git a/DQM/SiStripMonitorDigi/src/SiStripBaselineValidator.cc b/DQM/SiStripMonitorDigi/src/SiStripBaselineValidator.cc index 8d4b368a9a513..78fc66e16e5f1 100644 --- a/DQM/SiStripMonitorDigi/src/SiStripBaselineValidator.cc +++ b/DQM/SiStripMonitorDigi/src/SiStripBaselineValidator.cc @@ -1,6 +1,6 @@ // Original Author: Ivan Amos Cali // Created: Mon Jul 28 14:10:52 CEST 2008 -// $Id: SiStripBaselineValidator.cc,v 1.3 2011/11/02 00:39:33 gowdy Exp $ +// $Id: SiStripBaselineValidator.cc,v 1.2 2011/10/20 09:48:04 borrell Exp $ // // diff --git a/DQM/SiStripMonitorDigi/src/SiStripMonitorDigi.cc b/DQM/SiStripMonitorDigi/src/SiStripMonitorDigi.cc index c72d4a720f334..65553314e57ac 100644 --- a/DQM/SiStripMonitorDigi/src/SiStripMonitorDigi.cc +++ b/DQM/SiStripMonitorDigi/src/SiStripMonitorDigi.cc @@ -3,7 +3,7 @@ */ // Original Author: Dorian Kcira // Created: Sat Feb 4 20:49:10 CET 2006 -// $Id: SiStripMonitorDigi.cc,v 1.75 2013/01/03 19:14:38 wmtan Exp $ +// $Id: SiStripMonitorDigi.cc,v 1.73 2013/01/02 14:42:23 wmtan Exp $ #include #include "TNamed.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/DQM/SiStripMonitorHardware/src/BuildTrackerMap.cc b/DQM/SiStripMonitorHardware/src/BuildTrackerMap.cc index 9f6e6c65127ce..2ed0f44650983 100644 --- a/DQM/SiStripMonitorHardware/src/BuildTrackerMap.cc +++ b/DQM/SiStripMonitorHardware/src/BuildTrackerMap.cc @@ -10,7 +10,7 @@ */ // // Created: 2009/07/22 -// $Id: BuildTrackerMap.cc,v 1.2 2012/11/27 15:55:53 speer Exp $ +// $Id: BuildTrackerMap.cc,v 1.1 2012/10/15 09:02:08 threus Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripCMMonitor.cc b/DQM/SiStripMonitorHardware/src/SiStripCMMonitor.cc index 5da99b0a176d1..c7d68c310ea7c 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripCMMonitor.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripCMMonitor.cc @@ -10,7 +10,7 @@ */ // // Created: 2009/07/22 -// $Id: SiStripCMMonitor.cc,v 1.3 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripCMMonitor.cc,v 1.2 2013/01/02 14:30:24 wmtan Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripFEDDataCheck.cc b/DQM/SiStripMonitorHardware/src/SiStripFEDDataCheck.cc index 19a138015fb0e..b945188f3d1c7 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripFEDDataCheck.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripFEDDataCheck.cc @@ -10,7 +10,7 @@ // // Original Author: Nicholas Cripps // Created: 2008/09/16 -// $Id: SiStripFEDDataCheck.cc,v 1.3 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripFEDDataCheck.cc,v 1.2 2013/01/02 14:30:24 wmtan Exp $ // // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripFEDEmulatorModule.cc b/DQM/SiStripMonitorHardware/src/SiStripFEDEmulatorModule.cc index 088851d3ee4f5..357f618e8d176 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripFEDEmulatorModule.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripFEDEmulatorModule.cc @@ -1,6 +1,6 @@ // Original Author: Anne-Marie Magnan // Created: 2010/01/21 -// $Id: SiStripFEDEmulatorModule.cc,v 1.2 2013/03/04 07:53:45 davidlt Exp $ +// $Id: SiStripFEDEmulatorModule.cc,v 1.1 2012/10/15 09:02:47 threus Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripFEDMonitor.cc b/DQM/SiStripMonitorHardware/src/SiStripFEDMonitor.cc index 5c33d90f6266b..c86fa099e61be 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripFEDMonitor.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripFEDMonitor.cc @@ -10,7 +10,7 @@ // // Original Author: Nicholas Cripps // Created: 2008/09/16 -// $Id: SiStripFEDMonitor.cc,v 1.3 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripFEDMonitor.cc,v 1.2 2013/01/02 14:30:24 wmtan Exp $ // //Modified : Anne-Marie Magnan // ---- 2009/04/21 : histogram management put in separate class diff --git a/DQM/SiStripMonitorHardware/src/SiStripShotFilter.cc b/DQM/SiStripMonitorHardware/src/SiStripShotFilter.cc index f407dbe60ccf3..16b0fe10d924e 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripShotFilter.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripShotFilter.cc @@ -7,7 +7,7 @@ */ // // Created: 2009/12/07 -// $Id: SiStripShotFilter.cc,v 1.1 2012/10/15 09:02:47 threus Exp $ +// $Id: SiStripShotFilter.cc,v 1.5 2012/07/22 12:21:56 threus Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripSpyExtractRunModule.cc b/DQM/SiStripMonitorHardware/src/SiStripSpyExtractRunModule.cc index a958cd94722df..0ca59cfd59935 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripSpyExtractRunModule.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripSpyExtractRunModule.cc @@ -1,6 +1,6 @@ // Original Author: Anne-Marie Magnan // Created: 2010/02/25 -// $Id: SiStripSpyExtractRunModule.cc,v 1.1 2012/10/15 09:02:47 threus Exp $ +// $Id: SiStripSpyExtractRunModule.cc,v 1.2 2010/03/15 03:33:35 wmtan Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripSpyIdentifyRuns.cc b/DQM/SiStripMonitorHardware/src/SiStripSpyIdentifyRuns.cc index c1b0597e546ec..98f91c0b09829 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripSpyIdentifyRuns.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripSpyIdentifyRuns.cc @@ -1,6 +1,6 @@ // Original Author: Anne-Marie Magnan // Created: 2010/02/25 -// $Id: SiStripSpyIdentifyRuns.cc,v 1.1 2012/10/15 09:02:47 threus Exp $ +// $Id: SiStripSpyIdentifyRuns.cc,v 1.2 2010/04/26 15:00:55 amagnan Exp $ // #include diff --git a/DQM/SiStripMonitorHardware/src/SiStripSpyMonitorModule.cc b/DQM/SiStripMonitorHardware/src/SiStripSpyMonitorModule.cc index 2e3885570f57b..1b1b23743d0fb 100644 --- a/DQM/SiStripMonitorHardware/src/SiStripSpyMonitorModule.cc +++ b/DQM/SiStripMonitorHardware/src/SiStripSpyMonitorModule.cc @@ -1,6 +1,6 @@ // Original Author: Anne-Marie Magnan // Created: 2010/01/11 -// $Id: SiStripSpyMonitorModule.cc,v 1.1 2012/10/15 09:02:48 threus Exp $ +// $Id: SiStripSpyMonitorModule.cc,v 1.4 2010/04/21 10:40:21 amagnan Exp $ // #include diff --git a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorPedestals.h b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorPedestals.h index eaaa760999233..33472f91b3d01 100644 --- a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorPedestals.h +++ b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorPedestals.h @@ -16,7 +16,7 @@ // // Original Author: gennai, dutta // Created: Sat Feb 4 20:49:51 CET 2006 -// $Id: SiStripMonitorPedestals.h,v 1.17 2013/01/02 14:17:44 wmtan Exp $ +// $Id: SiStripMonitorPedestals.h,v 1.16 2009/11/05 21:08:28 dutta Exp $ // // system include files diff --git a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorQuality.h b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorQuality.h index a0a1efb73adb2..aaab70c9d23fa 100644 --- a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorQuality.h +++ b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorQuality.h @@ -16,7 +16,7 @@ // // Original Author: dutta // Created: Fri Dec 7 20:49:51 CET 2007 -// $Id: SiStripMonitorQuality.h,v 1.5 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripMonitorQuality.h,v 1.4 2013/01/02 14:17:44 wmtan Exp $ // // system include files diff --git a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorRawData.h b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorRawData.h index 535ad65f4fe78..b65b757f3eba6 100644 --- a/DQM/SiStripMonitorPedestals/interface/SiStripMonitorRawData.h +++ b/DQM/SiStripMonitorPedestals/interface/SiStripMonitorRawData.h @@ -16,7 +16,7 @@ // // Original Author: dutta // Created: Sat Feb 4 20:49:51 CET 2006 -// $Id: SiStripMonitorRawData.h,v 1.5 2009/11/05 21:08:29 dutta Exp $ +// $Id: SiStripMonitorRawData.h,v 1.4 2008/03/01 00:38:25 dutta Exp $ // // system include files diff --git a/DQM/SiStripMonitorPedestals/src/SiStripMonitorPedestals.cc b/DQM/SiStripMonitorPedestals/src/SiStripMonitorPedestals.cc index 53951c34ea168..cdfbad4749bd3 100644 --- a/DQM/SiStripMonitorPedestals/src/SiStripMonitorPedestals.cc +++ b/DQM/SiStripMonitorPedestals/src/SiStripMonitorPedestals.cc @@ -13,7 +13,7 @@ // // Original Author: Simone Gennai and Suchandra Dutta // Created: Sat Feb 4 20:49:10 CET 2006 -// $Id: SiStripMonitorPedestals.cc,v 1.39 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripMonitorPedestals.cc,v 1.38 2013/01/02 14:17:44 wmtan Exp $ // // diff --git a/DQM/SiStripMonitorPedestals/src/SiStripMonitorQuality.cc b/DQM/SiStripMonitorPedestals/src/SiStripMonitorQuality.cc index 3b322ebfbe29a..4e314933f1605 100644 --- a/DQM/SiStripMonitorPedestals/src/SiStripMonitorQuality.cc +++ b/DQM/SiStripMonitorPedestals/src/SiStripMonitorQuality.cc @@ -13,7 +13,7 @@ // // Original Author: Suchandra Dutta // Created: Fri Dec 7 20:50 CET 2007 -// $Id: SiStripMonitorQuality.cc,v 1.8 2013/01/03 18:59:36 wmtan Exp $ +// $Id: SiStripMonitorQuality.cc,v 1.7 2013/01/02 14:17:44 wmtan Exp $ // // diff --git a/DQM/SiStripMonitorPedestals/src/SiStripMonitorRawData.cc b/DQM/SiStripMonitorPedestals/src/SiStripMonitorRawData.cc index 2ea37af9e9766..73fb4c873724a 100644 --- a/DQM/SiStripMonitorPedestals/src/SiStripMonitorRawData.cc +++ b/DQM/SiStripMonitorPedestals/src/SiStripMonitorRawData.cc @@ -13,7 +13,7 @@ // // Original Author: Suchandra Dutta // Created: Fri June 1 17:00:00 CET 2007 -// $Id: SiStripMonitorRawData.cc,v 1.8 2011/09/19 10:56:39 demattia Exp $ +// $Id: SiStripMonitorRawData.cc,v 1.7 2009/11/05 21:08:29 dutta Exp $ // // diff --git a/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateBadStripAndNoise.h b/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateBadStripAndNoise.h index e23374157c650..c4c061e80a316 100644 --- a/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateBadStripAndNoise.h +++ b/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateBadStripAndNoise.h @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Mon Aug 10 10:42:04 CEST 2009 -// $Id: SiStripCorrelateBadStripAndNoise.h,v 1.4 2013/01/03 18:59:37 wmtan Exp $ +// $Id: SiStripCorrelateBadStripAndNoise.h,v 1.3 2013/01/02 17:23:49 wmtan Exp $ // // diff --git a/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateNoise.h b/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateNoise.h index 086d252811124..4f491c0f66cf5 100644 --- a/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateNoise.h +++ b/DQM/SiStripMonitorSummary/plugins/SiStripCorrelateNoise.h @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Mon Aug 10 10:42:04 CEST 2009 -// $Id: SiStripCorrelateNoise.h,v 1.5 2013/05/30 22:11:49 gartung Exp $ +// $Id: SiStripCorrelateNoise.h,v 1.4 2013/01/03 18:59:37 wmtan Exp $ // // diff --git a/DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h b/DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h index 0edae0b6be37c..ff7ef3cf4fc7d 100644 --- a/DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h +++ b/DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h @@ -13,7 +13,7 @@ // // Original Author: Domenico GIORDANO // Created: Mon Aug 10 10:42:04 CEST 2009 -// $Id: SiStripPlotGain.h,v 1.4 2013/01/03 18:59:37 wmtan Exp $ +// $Id: SiStripPlotGain.h,v 1.3 2013/01/02 17:23:49 wmtan Exp $ // // diff --git a/DQM/SiStripMonitorTrack/src/SiStripMonitorMuonHLT.cc b/DQM/SiStripMonitorTrack/src/SiStripMonitorMuonHLT.cc index 824a67984de4a..bdd629ffbe912 100644 --- a/DQM/SiStripMonitorTrack/src/SiStripMonitorMuonHLT.cc +++ b/DQM/SiStripMonitorTrack/src/SiStripMonitorMuonHLT.cc @@ -13,7 +13,7 @@ // // Original Author: Eric Chabert // Created: Wed Sep 23 17:26:42 CEST 2009 -// $Id: SiStripMonitorMuonHLT.cc,v 1.16 2013/01/03 19:04:38 wmtan Exp $ +// $Id: SiStripMonitorMuonHLT.cc,v 1.15 2013/01/02 16:55:48 wmtan Exp $ // #include "DQM/SiStripMonitorTrack/interface/SiStripMonitorMuonHLT.h" diff --git a/DQM/TrackerCommon/bin/TrackerRunCertification.C b/DQM/TrackerCommon/bin/TrackerRunCertification.C index 20de5b6135107..7ae024203975d 100644 --- a/DQM/TrackerCommon/bin/TrackerRunCertification.C +++ b/DQM/TrackerCommon/bin/TrackerRunCertification.C @@ -2,7 +2,7 @@ // // Package: DQM/TrackerCommon // -// $Id: TrackerRunCertification.C,v 1.5 2010/09/09 15:52:51 vadler Exp $ +// $Id: TrackerRunCertification.C,v 1.4 2010/08/03 17:19:06 vadler Exp $ // /** \brief Performs DQM offline data certification for SiStrip, Pixel and Tracking @@ -81,7 +81,7 @@ display this help and exit \author Volker Adler - \version $Id: TrackerRunCertification.C,v 1.5 2010/09/09 15:52:51 vadler Exp $ + \version $Id: TrackerRunCertification.C,v 1.4 2010/08/03 17:19:06 vadler Exp $ */ #include diff --git a/DQM/TrackerCommon/interface/TriggerHelper.h b/DQM/TrackerCommon/interface/TriggerHelper.h index 5be44d170e08d..49a6c48ff5771 100644 --- a/DQM/TrackerCommon/interface/TriggerHelper.h +++ b/DQM/TrackerCommon/interface/TriggerHelper.h @@ -7,7 +7,7 @@ // Package: DQM/TrackerCommon // Class: TriggerHelper // -// $Id: TriggerHelper.h,v 1.8 2010/03/27 12:09:10 dutta Exp $ +// $Id: TriggerHelper.h,v 1.7 2010/03/14 19:11:37 vadler Exp $ // /** \class TriggerHelper TriggerHelper.h "DQM/TrackerCommon/interface/TriggerHelper.h" @@ -16,7 +16,7 @@ [...] \author Volker Adler - \version $Id: TriggerHelper.h,v 1.8 2010/03/27 12:09:10 dutta Exp $ + \version $Id: TriggerHelper.h,v 1.7 2010/03/14 19:11:37 vadler Exp $ */ diff --git a/DQM/TrackerCommon/src/TriggerHelper.cc b/DQM/TrackerCommon/src/TriggerHelper.cc index 0763b2daacf55..f7d1b3f7f2f9d 100644 --- a/DQM/TrackerCommon/src/TriggerHelper.cc +++ b/DQM/TrackerCommon/src/TriggerHelper.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerHelper.cc,v 1.9 2010/03/27 12:09:12 dutta Exp $ +// $Id: TriggerHelper.cc,v 1.8 2010/03/14 19:11:37 vadler Exp $ // diff --git a/DQM/TrackerCommon/test/jquery/treeview/jquery.treeview.js b/DQM/TrackerCommon/test/jquery/treeview/jquery.treeview.js index 173fb36275805..588ab6e5f6c18 100644 --- a/DQM/TrackerCommon/test/jquery/treeview/jquery.treeview.js +++ b/DQM/TrackerCommon/test/jquery/treeview/jquery.treeview.js @@ -10,7 +10,7 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id: jquery.treeview.js,v 1.1 2009/05/24 17:37:49 dutta Exp $ + * Revision: $Id: jquery.treeview.js 5759 2008-07-01 07:50:28Z joern.zaefferer $ * */ diff --git a/DQM/TrackerMonitorTrack/interface/MonitorTrackResiduals.h b/DQM/TrackerMonitorTrack/interface/MonitorTrackResiduals.h index ceea6947927e6..e34959f50e128 100644 --- a/DQM/TrackerMonitorTrack/interface/MonitorTrackResiduals.h +++ b/DQM/TrackerMonitorTrack/interface/MonitorTrackResiduals.h @@ -11,7 +11,7 @@ Monitoring source for track residuals on each detector module */ // Original Author: Israel Goitom // Created: Fri May 26 14:12:01 CEST 2006 -// $Id: MonitorTrackResiduals.h,v 1.18 2010/05/12 06:43:53 dutta Exp $ +// $Id: MonitorTrackResiduals.h,v 1.17 2009/10/28 15:03:54 hauk Exp $ #include #include #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/DQM/TrackingMonitor/interface/LogMessageMonitor.h b/DQM/TrackingMonitor/interface/LogMessageMonitor.h index e46abad566781..d1173cfffc9a8 100644 --- a/DQM/TrackingMonitor/interface/LogMessageMonitor.h +++ b/DQM/TrackingMonitor/interface/LogMessageMonitor.h @@ -13,7 +13,7 @@ // // Original Author: Mia Tosi,40 3-B32,+41227671609, // Created: Thu Mar 8 14:34:13 CET 2012 -// $Id: LogMessageMonitor.h,v 1.1 2012/10/15 13:24:45 threus Exp $ +// $Id: LogMessageMonitor.h,v 1.3 2012/08/05 12:51:01 tosi Exp $ // // diff --git a/DQM/TrackingMonitor/interface/TrackAnalyzer.h b/DQM/TrackingMonitor/interface/TrackAnalyzer.h index 19693f4e07de0..c1bbecdf06275 100644 --- a/DQM/TrackingMonitor/interface/TrackAnalyzer.h +++ b/DQM/TrackingMonitor/interface/TrackAnalyzer.h @@ -8,7 +8,7 @@ Monitoring source for general quantities related to tracks. */ // Original Author: Suchandra Dutta, Giorgia Mila // Created: Thu 28 22:45:30 CEST 2008 -// $Id: TrackAnalyzer.h,v 1.16 2012/04/27 15:56:48 tosi Exp $ +// $Id: TrackAnalyzer.h,v 1.15 2012/03/28 22:59:41 tosi Exp $ #include #include diff --git a/DQM/TrackingMonitor/interface/TrackEfficiencyMonitor.h b/DQM/TrackingMonitor/interface/TrackEfficiencyMonitor.h index b9f84ff94012c..c89502cb9b313 100644 --- a/DQM/TrackingMonitor/interface/TrackEfficiencyMonitor.h +++ b/DQM/TrackingMonitor/interface/TrackEfficiencyMonitor.h @@ -11,7 +11,7 @@ Monitoring source to measure the track efficiency // Original Author: Jeremy Andrea // Insertion in DQM: Anne-Catherine Le Bihan // Created: Thu 28 22:45:30 CEST 2008 -// $Id: TrackEfficiencyMonitor.h,v 1.2 2013/05/30 22:09:24 gartung Exp $ +// $Id: TrackEfficiencyMonitor.h,v 1.1 2012/10/15 13:24:45 threus Exp $ #include #include diff --git a/DQM/TrackingMonitor/interface/TrackSplittingMonitor.h b/DQM/TrackingMonitor/interface/TrackSplittingMonitor.h index b226ea88a556a..2156c50ebe502 100644 --- a/DQM/TrackingMonitor/interface/TrackSplittingMonitor.h +++ b/DQM/TrackingMonitor/interface/TrackSplittingMonitor.h @@ -10,7 +10,7 @@ */ // Original Author: Nhan Tran // Created: Thu 28 22:45:30 CEST 2008 -// $Id: TrackSplittingMonitor.h,v 1.1 2012/10/15 13:24:45 threus Exp $ +// $Id: TrackSplittingMonitor.h,v 1.2 2009/11/05 17:07:51 boudoul Exp $ #include #include diff --git a/DQM/TrackingMonitor/interface/TrackingMonitor.h b/DQM/TrackingMonitor/interface/TrackingMonitor.h index 1aa8953803c43..22489dee48ba4 100644 --- a/DQM/TrackingMonitor/interface/TrackingMonitor.h +++ b/DQM/TrackingMonitor/interface/TrackingMonitor.h @@ -10,7 +10,7 @@ Monitoring source for general quantities related to tracks. */ // Original Author: Suchandra Dutta, Giorgia Mila // Created: Thu 28 22:45:30 CEST 2008 -// $Id: TrackingMonitor.h,v 1.7 2012/10/15 13:24:45 threus Exp $ +// $Id: TrackingMonitor.h,v 1.18 2012/04/24 17:42:42 tosi Exp $ #include #include diff --git a/DQM/TrackingMonitor/src/GetLumi.cc b/DQM/TrackingMonitor/src/GetLumi.cc index 4481d786a8e3a..2cfb73ce024ae 100644 --- a/DQM/TrackingMonitor/src/GetLumi.cc +++ b/DQM/TrackingMonitor/src/GetLumi.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 22:09:25 $ - * $Revision: 1.4 $ + * $Date: 2012/08/23 13:27:32 $ + * $Revision: 1.3 $ * \author: Mia Tosi,40 3-B32,+41227671609 */ diff --git a/DQM/TrackingMonitor/src/LogMessageMonitor.cc b/DQM/TrackingMonitor/src/LogMessageMonitor.cc index 91e3c464abb77..b2f15188dbf2f 100644 --- a/DQM/TrackingMonitor/src/LogMessageMonitor.cc +++ b/DQM/TrackingMonitor/src/LogMessageMonitor.cc @@ -49,7 +49,7 @@ // // Original Author: Mia Tosi,40 3-B32,+41227671609, // Created: Thu Mar 8 14:34:13 CET 2012 -// $Id: LogMessageMonitor.cc,v 1.4 2012/10/27 20:40:08 tosi Exp $ +// $Id: LogMessageMonitor.cc,v 1.3 2012/10/16 10:07:41 threus Exp $ // // diff --git a/DQM/TrackingMonitor/src/TrackAnalyzer.cc b/DQM/TrackingMonitor/src/TrackAnalyzer.cc index d3bd9f0579320..3ecb232da9f9f 100644 --- a/DQM/TrackingMonitor/src/TrackAnalyzer.cc +++ b/DQM/TrackingMonitor/src/TrackAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/03/28 22:59:43 $ - * $Revision: 1.25 $ + * $Date: 2012/03/28 14:05:53 $ + * $Revision: 1.24 $ * \author Suchandra Dutta , Giorgia Mila */ diff --git a/DQM/TrackingMonitor/src/TrackEfficiencyClient.cc b/DQM/TrackingMonitor/src/TrackEfficiencyClient.cc index 1b82b8a40249f..edefd99853cec 100644 --- a/DQM/TrackingMonitor/src/TrackEfficiencyClient.cc +++ b/DQM/TrackingMonitor/src/TrackEfficiencyClient.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/16 10:07:41 $ - * $Revision: 1.3 $ + * $Date: 2012/10/16 08:42:58 $ + * $Revision: 1.2 $ * \author Anne-Catherine Le Bihan */ diff --git a/DQM/TrackingMonitor/src/TrackEfficiencyMonitor.cc b/DQM/TrackingMonitor/src/TrackEfficiencyMonitor.cc index 20fd856416e9a..a57171b5d1712 100644 --- a/DQM/TrackingMonitor/src/TrackEfficiencyMonitor.cc +++ b/DQM/TrackingMonitor/src/TrackEfficiencyMonitor.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 22:09:25 $ - * $Revision: 1.4 $ + * $Date: 2012/10/16 10:07:41 $ + * $Revision: 1.3 $ * \author Jeremy Andrea */ diff --git a/DQM/TrackingMonitor/src/TrackSplittingMonitor.cc b/DQM/TrackingMonitor/src/TrackSplittingMonitor.cc index f2429784e158f..bd2d0c1d18e3f 100644 --- a/DQM/TrackingMonitor/src/TrackSplittingMonitor.cc +++ b/DQM/TrackingMonitor/src/TrackSplittingMonitor.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/16 10:07:41 $ - * $Revision: 1.3 $ + * $Date: 2012/10/16 08:42:39 $ + * $Revision: 1.2 $ * \author Suchandra Dutta , Giorgia Mila */ diff --git a/DQM/TrackingMonitor/src/TrackingMonitor.cc b/DQM/TrackingMonitor/src/TrackingMonitor.cc index 48c82f84dfd85..2e863ff0795f1 100644 --- a/DQM/TrackingMonitor/src/TrackingMonitor.cc +++ b/DQM/TrackingMonitor/src/TrackingMonitor.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/16 10:07:41 $ - * $Revision: 1.16 $ + * $Date: 2012/10/16 08:42:59 $ + * $Revision: 1.15 $ * \author Suchandra Dutta , Giorgia Mila */ diff --git a/DQM/TrackingMonitor/src/VertexMonitor.cc b/DQM/TrackingMonitor/src/VertexMonitor.cc index 9369415fae48e..62e1812d94b3a 100644 --- a/DQM/TrackingMonitor/src/VertexMonitor.cc +++ b/DQM/TrackingMonitor/src/VertexMonitor.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 22:09:25 $ - * $Revision: 1.3 $ + * $Date: 2012/03/29 17:21:28 $ + * $Revision: 1.2 $ * \author: Mia Tosi,40 3-B32,+41227671609 */ diff --git a/DQM/TrackingMonitor/src/dEdxAnalyzer.cc b/DQM/TrackingMonitor/src/dEdxAnalyzer.cc index d5c591622dd7a..4f2537a5e6860 100644 --- a/DQM/TrackingMonitor/src/dEdxAnalyzer.cc +++ b/DQM/TrackingMonitor/src/dEdxAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/16 10:07:42 $ - * $Revision: 1.3 $ + * $Date: 2012/10/16 08:42:59 $ + * $Revision: 1.2 $ * \author Loic Quertenmont */ #include "DQM/TrackingMonitor/interface/dEdxAnalyzer.h" diff --git a/DQM/TrigXMonitor/interface/HLTScalers.h b/DQM/TrigXMonitor/interface/HLTScalers.h index 39a77348fdcd6..5b4f705998a65 100644 --- a/DQM/TrigXMonitor/interface/HLTScalers.h +++ b/DQM/TrigXMonitor/interface/HLTScalers.h @@ -1,15 +1,12 @@ // -*-c++-*- // // -// $Id: HLTScalers.h,v 1.20 2011/03/30 21:35:40 fwyzard Exp $ +// $Id: HLTScalers.h,v 1.19 2011/03/29 09:46:03 rekovic Exp $ // Class to collect HLT scaler information // for Trigger Cross Section Monitor // [wittich 11/07] // $Log: HLTScalers.h,v $ -// Revision 1.20 2011/03/30 21:35:40 fwyzard -// make sure all members are initialized -// // Revision 1.19 2011/03/29 09:46:03 rekovic // clean vector pairPDPaths in beginRun and tidy up // diff --git a/DQM/TrigXMonitor/interface/HLTSeedL1LogicScalers.h b/DQM/TrigXMonitor/interface/HLTSeedL1LogicScalers.h index 53935cb4d0bf8..b340f0b757787 100644 --- a/DQM/TrigXMonitor/interface/HLTSeedL1LogicScalers.h +++ b/DQM/TrigXMonitor/interface/HLTSeedL1LogicScalers.h @@ -13,7 +13,7 @@ // // Original Author: Vladimir Rekovic // Created: Tue Feb 9 15:15:20 CET 2010 -// $Id: HLTSeedL1LogicScalers.h,v 1.4 2010/03/11 08:36:48 rekovic Exp $ +// $Id: HLTSeedL1LogicScalers.h,v 1.3 2010/02/25 17:34:01 wdd Exp $ // // diff --git a/DQM/TrigXMonitor/interface/L1Scalers.h b/DQM/TrigXMonitor/interface/L1Scalers.h index 21d66f82c3854..f71e3031c3536 100644 --- a/DQM/TrigXMonitor/interface/L1Scalers.h +++ b/DQM/TrigXMonitor/interface/L1Scalers.h @@ -1,7 +1,7 @@ // -*-c++-*- #ifndef L1Scalers_H #define L1Scalers_H -// $Id: L1Scalers.h,v 1.15 2010/05/31 14:43:43 wteo Exp $ +// $Id: L1Scalers.h,v 1.14 2010/05/28 14:16:55 wteo Exp $ #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/DQM/TrigXMonitor/python/HLTScalers_cfi.py b/DQM/TrigXMonitor/python/HLTScalers_cfi.py index d4b83b84728fb..dfe11e35d9d89 100644 --- a/DQM/TrigXMonitor/python/HLTScalers_cfi.py +++ b/DQM/TrigXMonitor/python/HLTScalers_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # HLT scalers. wittich 11/07 -# $Id: HLTScalers_cfi.py,v 1.8 2011/03/24 18:25:45 rekovic Exp $ +# $Id: HLTScalers_cfi.py,v 1.7 2010/02/16 17:04:28 wmtan Exp $ hlts = cms.EDAnalyzer("HLTScalers", # untracked bool specifyPaths = true # untracked vstring pathNames = {'HLT1MuonIso', diff --git a/DQM/TrigXMonitor/python/L1Scalers_cfi.py b/DQM/TrigXMonitor/python/L1Scalers_cfi.py index c81b418139834..dc51cc015d4e0 100644 --- a/DQM/TrigXMonitor/python/L1Scalers_cfi.py +++ b/DQM/TrigXMonitor/python/L1Scalers_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: L1Scalers_cfi.py,v 1.11 2010/07/01 13:22:17 wteo Exp $ +# $Id: L1Scalers_cfi.py,v 1.10 2010/05/28 14:24:51 wteo Exp $ l1s = cms.EDAnalyzer("L1Scalers", l1GtData = cms.InputTag("l1GtUnpack","","HLT"), diff --git a/DQM/TrigXMonitor/src/HLTScalers.cc b/DQM/TrigXMonitor/src/HLTScalers.cc index 9780b500907a5..22775f8098c57 100644 --- a/DQM/TrigXMonitor/src/HLTScalers.cc +++ b/DQM/TrigXMonitor/src/HLTScalers.cc @@ -1,9 +1,6 @@ -// $Id: HLTScalers.cc,v 1.31 2011/04/01 09:47:00 rekovic Exp $ +// $Id: HLTScalers.cc,v 1.30 2011/03/30 21:44:03 fwyzard Exp $ // // $Log: HLTScalers.cc,v $ -// Revision 1.31 2011/04/01 09:47:00 rekovic -// Check if stream A exists before quering for its PD content -// // Revision 1.30 2011/03/30 21:44:03 fwyzard // make sure HLTConfigProvider is used only if succesfully initialized // diff --git a/DQM/TrigXMonitor/src/HLTSeedL1LogicScalers.cc b/DQM/TrigXMonitor/src/HLTSeedL1LogicScalers.cc index 1b6f1ef2d2cd2..44ffd1acff2bb 100644 --- a/DQM/TrigXMonitor/src/HLTSeedL1LogicScalers.cc +++ b/DQM/TrigXMonitor/src/HLTSeedL1LogicScalers.cc @@ -1,5 +1,5 @@ -// $Id: HLTSeedL1LogicScalers.cc,v 1.9 2010/10/13 13:47:23 eulisse Exp $ +// $Id: HLTSeedL1LogicScalers.cc,v 1.8 2010/10/11 20:47:43 rovere Exp $ #include "DQM/TrigXMonitor/interface/HLTSeedL1LogicScalers.h" diff --git a/DQM/TrigXMonitor/src/L1Scalers.cc b/DQM/TrigXMonitor/src/L1Scalers.cc index 3da0b036221a2..135e528b98814 100644 --- a/DQM/TrigXMonitor/src/L1Scalers.cc +++ b/DQM/TrigXMonitor/src/L1Scalers.cc @@ -1,4 +1,4 @@ -// $Id: L1Scalers.cc,v 1.27 2011/12/31 12:26:03 eulisse Exp $ +// $Id: L1Scalers.cc,v 1.26 2010/07/20 19:55:57 wmtan Exp $ #include diff --git a/DQM/TrigXMonitorClient/interface/HLTScalersClient.h b/DQM/TrigXMonitorClient/interface/HLTScalersClient.h index c3e2f06e53e39..7860117c3711c 100644 --- a/DQM/TrigXMonitorClient/interface/HLTScalersClient.h +++ b/DQM/TrigXMonitorClient/interface/HLTScalersClient.h @@ -2,12 +2,9 @@ // // Client class for HLT Scalers module. // -// $Id: HLTScalersClient.h,v 1.14 2010/04/02 20:48:11 wittich Exp $ +// $Id: HLTScalersClient.h,v 1.13 2010/03/17 20:56:18 wittich Exp $ // $Log: HLTScalersClient.h,v $ -// Revision 1.14 2010/04/02 20:48:11 wittich -// updates to scale entries by received number of FU's -// // Revision 1.13 2010/03/17 20:56:18 wittich // Check for good updates based on mergeCount values // add code for rates normalized per FU diff --git a/DQM/TrigXMonitorClient/python/HLTScalersClient_cfi.py b/DQM/TrigXMonitorClient/python/HLTScalersClient_cfi.py index 522fd1ea98669..3d3772fff0196 100644 --- a/DQM/TrigXMonitorClient/python/HLTScalersClient_cfi.py +++ b/DQM/TrigXMonitorClient/python/HLTScalersClient_cfi.py @@ -1,11 +1,8 @@ import FWCore.ParameterSet.Config as cms # HLT scalers client. wittich 8/08 -# $Id: HLTScalersClient_cfi.py,v 1.6 2010/04/02 20:48:12 wittich Exp $ +# $Id: HLTScalersClient_cfi.py,v 1.5 2010/03/17 20:56:18 wittich Exp $ # $Log: HLTScalersClient_cfi.py,v $ -# Revision 1.6 2010/04/02 20:48:12 wittich -# updates to scale entries by received number of FU's -# # Revision 1.5 2010/03/17 20:56:18 wittich # Check for good updates based on mergeCount values # add code for rates normalized per FU diff --git a/DQM/TrigXMonitorClient/python/L1TScalersClient_cfi.py b/DQM/TrigXMonitorClient/python/L1TScalersClient_cfi.py index f5def08d722f9..44b3cd9e2d917 100644 --- a/DQM/TrigXMonitorClient/python/L1TScalersClient_cfi.py +++ b/DQM/TrigXMonitorClient/python/L1TScalersClient_cfi.py @@ -1,4 +1,4 @@ -# $Id: L1TScalersClient_cfi.py,v 1.3 2010/02/16 17:04:32 wmtan Exp $ +# $Id: L1TScalersClient_cfi.py,v 1.2 2008/09/07 03:17:10 wittich Exp $ import FWCore.ParameterSet.Config as cms l1tsClient = cms.EDAnalyzer("L1ScalersClient", diff --git a/DQM/TrigXMonitorClient/python/test/hlt_scalerclient_cfg.py b/DQM/TrigXMonitorClient/python/test/hlt_scalerclient_cfg.py index 431db6b1e0294..94616b845b0e2 100644 --- a/DQM/TrigXMonitorClient/python/test/hlt_scalerclient_cfg.py +++ b/DQM/TrigXMonitorClient/python/test/hlt_scalerclient_cfg.py @@ -1,9 +1,4 @@ # $Log: hlt_scalerclient_cfg.py,v $ -# Revision 1.5 2008/09/03 02:13:47 wittich -# - bug fix in L1Scalers -# - configurable dqm directory in L1SCalers -# - other minor tweaks in HLTScalers -# # Revision 1.4 2008/09/02 02:37:22 wittich # - split L1 code from HLTScalers into L1Scalers # - update cfi file accordingly diff --git a/DQM/TrigXMonitorClient/src/HLTScalersClient.cc b/DQM/TrigXMonitorClient/src/HLTScalersClient.cc index 8a2927f01f50a..1f419fd6a06c9 100644 --- a/DQM/TrigXMonitorClient/src/HLTScalersClient.cc +++ b/DQM/TrigXMonitorClient/src/HLTScalersClient.cc @@ -1,11 +1,6 @@ -// $Id: HLTScalersClient.cc,v 1.20 2012/12/06 09:49:36 eulisse Exp $ +// $Id: HLTScalersClient.cc,v 1.19 2010/07/20 02:58:27 wmtan Exp $ // // $Log: HLTScalersClient.cc,v $ -// Revision 1.20 2012/12/06 09:49:36 eulisse -// Use `edm::isNotFinite` in place of `std::isnan`. -// -// * Required when running `-Ofast` builds. -// // Revision 1.19 2010/07/20 02:58:27 wmtan // Add missing #include files // diff --git a/DQMOffline/Alignment/interface/MuonAlignment.h b/DQMOffline/Alignment/interface/MuonAlignment.h index ba7c2aae65423..383adcdca6bcc 100644 --- a/DQMOffline/Alignment/interface/MuonAlignment.h +++ b/DQMOffline/Alignment/interface/MuonAlignment.h @@ -6,8 +6,8 @@ * * DQM muon alignment analysis monitoring * - * $Date: 2010/03/29 13:18:44 $ - * $Revision: 1.4 $ + * $Date: 2010/02/11 00:11:11 $ + * $Revision: 1.3 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/DQMOffline/Alignment/interface/MuonAlignmentSummary.h b/DQMOffline/Alignment/interface/MuonAlignmentSummary.h index ceeaae4ee7f93..9fc219a0e42d8 100644 --- a/DQMOffline/Alignment/interface/MuonAlignmentSummary.h +++ b/DQMOffline/Alignment/interface/MuonAlignmentSummary.h @@ -6,7 +6,7 @@ * * DQM client for muon alignment summary * - * $Date: 2009/03/04 10:57:48 $ + * $Date: 2008/12/13 15:31:21 $ * $Revision: 1.1 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/DQMOffline/Alignment/src/MuonAlignment.cc b/DQMOffline/Alignment/src/MuonAlignment.cc index 2cc0f520ee44a..89b8164e0d8df 100644 --- a/DQMOffline/Alignment/src/MuonAlignment.cc +++ b/DQMOffline/Alignment/src/MuonAlignment.cc @@ -2,8 +2,8 @@ /* * DQM muon alignment analysis monitoring * - * $Date: 2011/09/04 21:14:32 $ - * $Revision: 1.7 $ + * $Date: 2010/03/29 13:18:44 $ + * $Revision: 1.6 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/DQMOffline/Alignment/src/MuonAlignmentSummary.cc b/DQMOffline/Alignment/src/MuonAlignmentSummary.cc index 4367c759155bb..b00ae88044531 100644 --- a/DQMOffline/Alignment/src/MuonAlignmentSummary.cc +++ b/DQMOffline/Alignment/src/MuonAlignmentSummary.cc @@ -1,8 +1,8 @@ /* * DQM client for muon alignment summary * - * $Date: 2011/09/04 21:14:32 $ - * $Revision: 1.7 $ + * $Date: 2010/03/29 13:18:44 $ + * $Revision: 1.6 $ * \author J. Fernandez - Univ. Oviedo */ diff --git a/DQMOffline/CalibCalo/interface/DQMSourceEleCalib.h b/DQMOffline/CalibCalo/interface/DQMSourceEleCalib.h index 5b99f63b9eb34..9353e44c31dfc 100755 --- a/DQMOffline/CalibCalo/interface/DQMSourceEleCalib.h +++ b/DQMOffline/CalibCalo/interface/DQMSourceEleCalib.h @@ -5,8 +5,8 @@ * * * DQM Source for phi symmetry stream * - * $Date: 2009/12/14 22:22:17 $ - * $Revision: 1.3 $ + * $Date: 2009/02/09 17:47:40 $ + * $Revision: 1.2 $ * \author Stefano Argiro' * Andrea Gozzelino - Universita  e INFN Torino * diff --git a/DQMOffline/CalibCalo/python/MonitorAlCaEcalPhisym_cfi.py b/DQMOffline/CalibCalo/python/MonitorAlCaEcalPhisym_cfi.py index 4826eb8130352..de949035a30d2 100644 --- a/DQMOffline/CalibCalo/python/MonitorAlCaEcalPhisym_cfi.py +++ b/DQMOffline/CalibCalo/python/MonitorAlCaEcalPhisym_cfi.py @@ -5,7 +5,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: MonitorAlCaEcalPhisym_cfi.py,v 1.4 2009/10/20 14:18:26 argiro Exp $ +# $Id: MonitorAlCaEcalPhisym_cfi.py,v 1.3 2009/03/26 10:53:46 argiro Exp $ # # \author Stefano Argiro # diff --git a/DQMOffline/CalibCalo/python/MonitorAlCaHcalPhisym_cfi.py b/DQMOffline/CalibCalo/python/MonitorAlCaHcalPhisym_cfi.py index 600317e264da4..89214dcc33213 100644 --- a/DQMOffline/CalibCalo/python/MonitorAlCaHcalPhisym_cfi.py +++ b/DQMOffline/CalibCalo/python/MonitorAlCaHcalPhisym_cfi.py @@ -5,7 +5,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: MonitorAlCaHcalPhisym_cfi.py,v 1.7 2012/10/16 17:18:50 safronov Exp $ +# $Id: MonitorAlCaHcalPhisym_cfi.py,v 1.6 2012/07/25 11:52:24 safronov Exp $ # # \author Stefano Argiro # diff --git a/DQMOffline/CalibCalo/src/DQMHOAlCaRecoStream.cc b/DQMOffline/CalibCalo/src/DQMHOAlCaRecoStream.cc index 314165c454265..69e782f49f704 100644 --- a/DQMOffline/CalibCalo/src/DQMHOAlCaRecoStream.cc +++ b/DQMOffline/CalibCalo/src/DQMHOAlCaRecoStream.cc @@ -13,7 +13,7 @@ // // Original Author: Gobinda Majumder // Created: Mon Mar 2 12:33:08 CET 2009 -// $Id: DQMHOAlCaRecoStream.cc,v 1.11 2012/09/26 21:08:48 wdd Exp $ +// $Id: DQMHOAlCaRecoStream.cc,v 1.10 2010/10/15 22:44:31 wmtan Exp $ // // diff --git a/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.cc b/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.cc index 4f53c3d4d5d51..0717d29e855ec 100644 --- a/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.cc +++ b/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.cc @@ -3,8 +3,8 @@ * * \author Olga Kodolova * - * $Date: 2010/04/23 16:35:17 $ - * $Revision: 1.7 $ + * $Date: 2010/04/23 16:19:47 $ + * $Revision: 1.5 $ * * * Description: Monitoring of Phi Symmetry Calibration Stream diff --git a/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.h b/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.h index 0b9ac8e4eb382..7b0872732e72e 100644 --- a/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.h +++ b/DQMOffline/CalibCalo/src/DQMHcalDiJetsAlCaReco.h @@ -5,8 +5,8 @@ * * * DQM Source for phi symmetry stream * - * $Date: 2009/12/14 22:22:19 $ - * $Revision: 1.2 $ + * $Date: 2009/03/23 15:06:15 $ + * $Revision: 1.1 $ * \author Stefano Argiro' * Andrea Gozzelino - Universita  e INFN Torino * diff --git a/DQMOffline/CalibCalo/src/DQMHcalIsoTrackAlCaReco.cc b/DQMOffline/CalibCalo/src/DQMHcalIsoTrackAlCaReco.cc index df6df2551e1fc..1e58a210d4d58 100644 --- a/DQMOffline/CalibCalo/src/DQMHcalIsoTrackAlCaReco.cc +++ b/DQMOffline/CalibCalo/src/DQMHcalIsoTrackAlCaReco.cc @@ -13,7 +13,7 @@ // // Original Author: Grigory SAFRONOV // Created: Tue Oct 14 16:10:31 CEST 2008 -// $Id: DQMHcalIsoTrackAlCaReco.cc,v 1.9 2011/03/01 21:21:29 safronov Exp $ +// $Id: DQMHcalIsoTrackAlCaReco.cc,v 1.8 2010/06/13 17:42:00 safronov Exp $ // // diff --git a/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.cc b/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.cc index db72331fdab17..93cf6a45e778a 100644 --- a/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.cc +++ b/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.cc @@ -3,8 +3,8 @@ * * \author Olga Kodolova * - * $Date: 2010/10/15 22:44:31 $ - * $Revision: 1.17 $ + * $Date: 2010/02/13 12:57:13 $ + * $Revision: 1.16 $ * * * Description: Monitoring of Phi Symmetry Calibration Stream diff --git a/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.h b/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.h index 730e6cad3e9d6..90644f34ee879 100644 --- a/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.h +++ b/DQMOffline/CalibCalo/src/DQMHcalPhiSymAlCaReco.h @@ -5,8 +5,8 @@ * * * DQM Source for phi symmetry stream * - * $Date: 2009/12/14 22:22:19 $ - * $Revision: 1.6 $ + * $Date: 2009/09/23 16:05:56 $ + * $Revision: 1.5 $ * \author Stefano Argiro' * Andrea Gozzelino - Universita  e INFN Torino * diff --git a/DQMOffline/CalibCalo/src/DQMSourceEleCalib.cc b/DQMOffline/CalibCalo/src/DQMSourceEleCalib.cc index 6642bc4ebfc30..fc92bf5ad005a 100755 --- a/DQMOffline/CalibCalo/src/DQMSourceEleCalib.cc +++ b/DQMOffline/CalibCalo/src/DQMSourceEleCalib.cc @@ -4,8 +4,8 @@ * \author Andrea Gozzelino - Universita  e INFN Torino * \author Stefano Argiro * - * $Date: 2009/12/14 22:22:19 $ - * $Revision: 1.3 $ + * $Date: 2009/02/09 17:47:40 $ + * $Revision: 1.2 $ * * * Description: Monitoring of Phi Symmetry Calibration Stream diff --git a/DQMOffline/CalibCalo/test/edm2me_cfg.py b/DQMOffline/CalibCalo/test/edm2me_cfg.py index e0b7e9ceaf960..6e362284afe3a 100644 --- a/DQMOffline/CalibCalo/test/edm2me_cfg.py +++ b/DQMOffline/CalibCalo/test/edm2me_cfg.py @@ -1,5 +1,5 @@ # -# $Id: edm2me_cfg.py,v 1.3 2009/05/07 12:54:54 argiro Exp $ +# $Id$ # Author Stefano Argiro # # Extract histos from EDM root file diff --git a/DQMOffline/CalibCalo/test/hcalphisym_ALCARECOfromRELVAL_cfg.py b/DQMOffline/CalibCalo/test/hcalphisym_ALCARECOfromRELVAL_cfg.py index b00a15cacfee8..e99b8b9f941a7 100644 --- a/DQMOffline/CalibCalo/test/hcalphisym_ALCARECOfromRELVAL_cfg.py +++ b/DQMOffline/CalibCalo/test/hcalphisym_ALCARECOfromRELVAL_cfg.py @@ -28,7 +28,7 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.109 $'), annotation = cms.untracked.string('step23_HcalCalMinBias nevts:1000'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQMOffline/CalibCalo/test/testEcalCalibrationsDQM.py b/DQMOffline/CalibCalo/test/testEcalCalibrationsDQM.py index 64e05444d8a74..b81e8386d0fe7 100644 --- a/DQMOffline/CalibCalo/test/testEcalCalibrationsDQM.py +++ b/DQMOffline/CalibCalo/test/testEcalCalibrationsDQM.py @@ -3,7 +3,7 @@ # from two different databases or sqlite files # # author: Stefano Argiro -# revision $Id: testEcalCalibrationsDQM.py,v 1.1 2009/03/27 16:08:03 argiro Exp $ +# revision $Id$ # diff --git a/DQMOffline/CalibMuon/interface/DTPreCalibrationTask.h b/DQMOffline/CalibMuon/interface/DTPreCalibrationTask.h index 184a4b9d33126..0e679aab2561b 100644 --- a/DQMOffline/CalibMuon/interface/DTPreCalibrationTask.h +++ b/DQMOffline/CalibMuon/interface/DTPreCalibrationTask.h @@ -5,8 +5,8 @@ * Analysis on DT digis (TB + occupancy) before the calibration step * * - * $Date: 2010/01/07 16:31:59 $ - * $Revision: 1.4 $ + * $Date: 2009/08/05 10:50:47 $ + * $Revision: 1.3 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/CalibMuon/interface/DTnoiseDBValidation.h b/DQMOffline/CalibMuon/interface/DTnoiseDBValidation.h index 9cd45146594c5..081f07c514fb8 100644 --- a/DQMOffline/CalibMuon/interface/DTnoiseDBValidation.h +++ b/DQMOffline/CalibMuon/interface/DTnoiseDBValidation.h @@ -4,8 +4,8 @@ /** \class DTnoiseDBValidation * Plot the noise from the DB comparaison * - * $Date: 2011/08/02 14:23:50 $ - * $Revision: 1.4 $ + * $Date: 2011/05/05 13:36:31 $ + * $Revision: 1.3 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/CalibMuon/interface/DTt0DBValidation.h b/DQMOffline/CalibMuon/interface/DTt0DBValidation.h index 1d2ec3c1eedef..49b0a21156397 100644 --- a/DQMOffline/CalibMuon/interface/DTt0DBValidation.h +++ b/DQMOffline/CalibMuon/interface/DTt0DBValidation.h @@ -4,8 +4,8 @@ /** \class DTt0DBValidation * Plot the t0 from the DB * - * $Date: 2011/08/06 13:37:52 $ - * $Revision: 1.5 $ + * $Date: 2009/03/10 10:25:51 $ + * $Revision: 1.4 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/CalibMuon/src/DTnoiseDBValidation.cc b/DQMOffline/CalibMuon/src/DTnoiseDBValidation.cc index 81fbc5d1f6944..8e7d2866afe26 100644 --- a/DQMOffline/CalibMuon/src/DTnoiseDBValidation.cc +++ b/DQMOffline/CalibMuon/src/DTnoiseDBValidation.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/08/06 13:13:43 $ - * $Revision: 1.7 $ + * $Date: 2011/08/02 14:23:50 $ + * $Revision: 1.6 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/CalibMuon/src/DTt0DBValidation.cc b/DQMOffline/CalibMuon/src/DTt0DBValidation.cc index f385f9fb68766..7510e4bd7ac7f 100644 --- a/DQMOffline/CalibMuon/src/DTt0DBValidation.cc +++ b/DQMOffline/CalibMuon/src/DTt0DBValidation.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/02/20 15:11:54 $ - * $Revision: 1.13 $ + * $Date: 2011/08/10 15:59:09 $ + * $Revision: 1.12 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/CalibTracker/src/StatisticsFilter.cc b/DQMOffline/CalibTracker/src/StatisticsFilter.cc index 4e47db331376c..db290860fdae7 100644 --- a/DQMOffline/CalibTracker/src/StatisticsFilter.cc +++ b/DQMOffline/CalibTracker/src/StatisticsFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Gordon Kaussen,40 1-A15,+41227671647, // Created: Mon Nov 15 10:48:54 CET 2010 -// $Id: StatisticsFilter.cc,v 1.1 2010/11/15 17:16:31 kaussen Exp $ +// $Id$ // // diff --git a/DQMOffline/Configuration/python/ALCARECOMuonDQM_cff.py b/DQMOffline/Configuration/python/ALCARECOMuonDQM_cff.py index 6e571e730359b..c79188c3f5372 100644 --- a/DQMOffline/Configuration/python/ALCARECOMuonDQM_cff.py +++ b/DQMOffline/Configuration/python/ALCARECOMuonDQM_cff.py @@ -3,7 +3,7 @@ # # Author Stefano Argiro' # -# $Id: ALCARECOMuonDQM_cff.py,v 1.3 2012/02/11 15:39:13 demattia Exp $ +# $Id: ALCARECOMuonDQM_cff.py,v 1.2 2010/03/08 10:39:32 argiro Exp $ # # diff --git a/DQMOffline/Configuration/python/ALCARECOTkCalDQMHI_cff.py b/DQMOffline/Configuration/python/ALCARECOTkCalDQMHI_cff.py index 59c2ebd094aa4..ea59c03fb0ae7 100644 --- a/DQMOffline/Configuration/python/ALCARECOTkCalDQMHI_cff.py +++ b/DQMOffline/Configuration/python/ALCARECOTkCalDQMHI_cff.py @@ -2,7 +2,7 @@ # Define which AlCa streams are to be monitored for what # Tk Calibration is concerned # -# $Id: ALCARECOTkCalDQMHI_cff.py,v 1.1 2010/09/20 14:51:49 argiro Exp $ +# $Id: ALCARECOTkCalDQM_cff.py,v 1.4 2010/02/12 14:16:07 argiro Exp $ # # DQM for SiStripCalZeroBias # diff --git a/DQMOffline/Configuration/python/ALCARECOTkCalDQM_cff.py b/DQMOffline/Configuration/python/ALCARECOTkCalDQM_cff.py index d1841b6c2fde2..46527c2ee7887 100644 --- a/DQMOffline/Configuration/python/ALCARECOTkCalDQM_cff.py +++ b/DQMOffline/Configuration/python/ALCARECOTkCalDQM_cff.py @@ -2,7 +2,7 @@ # Define which AlCa streams are to be monitored for what # Tk Calibration is concerned # -# $Id: ALCARECOTkCalDQM_cff.py,v 1.4 2010/02/12 14:16:07 argiro Exp $ +# $Id: ALCARECOTkCalDQM_cff.py,v 1.3 2009/03/26 12:45:44 argiro Exp $ # # DQM for SiStripCalZeroBias # diff --git a/DQMOffline/EGamma/plugins/PhotonAnalyzer.cc b/DQMOffline/EGamma/plugins/PhotonAnalyzer.cc index 4e6e5e7d3e228..5d9933342d837 100755 --- a/DQMOffline/EGamma/plugins/PhotonAnalyzer.cc +++ b/DQMOffline/EGamma/plugins/PhotonAnalyzer.cc @@ -9,7 +9,7 @@ ** ** ** $Id: PhotonAnalyzer - ** $Date: 2012/06/12 15:13:04 $ + ** $Date: 2012/02/14 19:37:18 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/PhotonAnalyzer.h b/DQMOffline/EGamma/plugins/PhotonAnalyzer.h index 8d0427df6cf37..0840fd19f6024 100755 --- a/DQMOffline/EGamma/plugins/PhotonAnalyzer.h +++ b/DQMOffline/EGamma/plugins/PhotonAnalyzer.h @@ -84,7 +84,7 @@ ** ** ** $Id: PhotonAnalyzer - ** $Date: 2012/06/12 15:13:31 $ + ** $Date: 2012/02/08 16:03:29 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/PhotonDataCertification.cc b/DQMOffline/EGamma/plugins/PhotonDataCertification.cc index 9aa10c8711daa..8d001aeb59658 100644 --- a/DQMOffline/EGamma/plugins/PhotonDataCertification.cc +++ b/DQMOffline/EGamma/plugins/PhotonDataCertification.cc @@ -8,7 +8,7 @@ // // Original Author: Louis James Antonelli // Created: Thu Jan 22 13:42:28CET 2009 -// $Id: PhotonDataCertification.cc,v 1.1 2011/04/08 15:55:00 chamont Exp $ +// $Id: PhotonDataCertification.cc,v 1.8 2010/07/20 02:58:27 wmtan Exp $ // diff --git a/DQMOffline/EGamma/plugins/PhotonOfflineClient.cc b/DQMOffline/EGamma/plugins/PhotonOfflineClient.cc index e0c2734670c7d..eecb73c053c29 100755 --- a/DQMOffline/EGamma/plugins/PhotonOfflineClient.cc +++ b/DQMOffline/EGamma/plugins/PhotonOfflineClient.cc @@ -329,6 +329,7 @@ void PhotonOfflineClient::runClient() void PhotonOfflineClient::dividePlots(MonitorElement* dividend, MonitorElement* numerator, MonitorElement* denominator){ double value,err; + dividend->setEfficiencyFlag(); if(denominator->getEntries()==0) return; for (int j=1; j<=numerator->getNbinsX(); j++){ @@ -350,6 +351,7 @@ void PhotonOfflineClient::dividePlots(MonitorElement* dividend, MonitorElement* void PhotonOfflineClient::dividePlots(MonitorElement* dividend, MonitorElement* numerator, double denominator){ double value,err; + dividend->setEfficiencyFlag(); for (int j=1; j<=numerator->getNbinsX(); j++){ if (denominator!=0){ value = ((double) numerator->getBinContent(j))/denominator; diff --git a/DQMOffline/EGamma/plugins/PhotonOfflineClient.h b/DQMOffline/EGamma/plugins/PhotonOfflineClient.h index c26c6a9dfe6cd..93f38466fcaf0 100755 --- a/DQMOffline/EGamma/plugins/PhotonOfflineClient.h +++ b/DQMOffline/EGamma/plugins/PhotonOfflineClient.h @@ -40,7 +40,7 @@ ** ** ** $Id: PhotonOfflineClient - ** $Date: 2012/02/08 16:03:48 $ + ** $Date: 2011/04/08 15:55:00 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/PiZeroAnalyzer.cc b/DQMOffline/EGamma/plugins/PiZeroAnalyzer.cc index 1fcdb16ceb9e0..019d615a1b799 100755 --- a/DQMOffline/EGamma/plugins/PiZeroAnalyzer.cc +++ b/DQMOffline/EGamma/plugins/PiZeroAnalyzer.cc @@ -11,7 +11,7 @@ ** ** ** $Id: PiZeroAnalyzer - ** $Date: 2011/10/13 13:57:27 $ + ** $Date: 2011/04/08 15:55:00 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/PiZeroAnalyzer.h b/DQMOffline/EGamma/plugins/PiZeroAnalyzer.h index eb9f9742a2973..4210f81b1b4f7 100755 --- a/DQMOffline/EGamma/plugins/PiZeroAnalyzer.h +++ b/DQMOffline/EGamma/plugins/PiZeroAnalyzer.h @@ -62,7 +62,7 @@ ** ** ** $Id: PiZeroAnalyzer - ** $Date: 2011/04/08 15:55:00 $ + ** $Date: 2010/03/10 16:03:10 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.cc b/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.cc index d70a163dbc704..02d5b43453ad5 100755 --- a/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.cc +++ b/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.cc @@ -10,7 +10,7 @@ ** ** ** $Id: ZToMuMuGammaAnalyzer - ** $Date: 2012/06/27 13:04:20 $ + ** $Date: 2012/06/27 11:54:00 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Nathan Kellams, U. of Notre Dame, US diff --git a/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.h b/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.h index 4eca066ddb7b2..0f7b04440b101 100755 --- a/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.h +++ b/DQMOffline/EGamma/plugins/ZToMuMuGammaAnalyzer.h @@ -86,7 +86,7 @@ ** ** ** $Id: ZToMuMuGammaAnalyzer - ** $Date: 2012/06/27 11:54:07 $ + ** $Date: 2012/01/26 13:48:59 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** Jamie Antonelli, U. of Notre Dame, US diff --git a/DQMOffline/Ecal/interface/EBClusterTaskExtras.h b/DQMOffline/Ecal/interface/EBClusterTaskExtras.h index 4b896d32dacb5..c6e6021b2d59e 100644 --- a/DQMOffline/Ecal/interface/EBClusterTaskExtras.h +++ b/DQMOffline/Ecal/interface/EBClusterTaskExtras.h @@ -4,8 +4,8 @@ /* * \file EBClusterTaskExtras.h * - * $Date: 2009/12/14 21:14:06 $ - * $Revision: 1.5 $ + * $Date: 2009/03/26 12:01:56 $ + * $Revision: 1.4 $ * \author G. Della Ricca * */ diff --git a/DQMOffline/Ecal/interface/EEClusterTaskExtras.h b/DQMOffline/Ecal/interface/EEClusterTaskExtras.h index bec0f0ba13a31..07761b8019291 100644 --- a/DQMOffline/Ecal/interface/EEClusterTaskExtras.h +++ b/DQMOffline/Ecal/interface/EEClusterTaskExtras.h @@ -4,8 +4,8 @@ /* * \file EEClusterTaskExtras.h * - * $Date: 2009/12/14 21:14:06 $ - * $Revision: 1.5 $ + * $Date: 2009/03/26 12:02:03 $ + * $Revision: 1.4 $ * \author G. Della Ricca * */ diff --git a/DQMOffline/Ecal/src/EBClusterTaskExtras.cc b/DQMOffline/Ecal/src/EBClusterTaskExtras.cc index 5db9aeecd2d36..e4a0ad08153ef 100644 --- a/DQMOffline/Ecal/src/EBClusterTaskExtras.cc +++ b/DQMOffline/Ecal/src/EBClusterTaskExtras.cc @@ -1,8 +1,8 @@ /* * \file EBClusterTaskExtras.cc * - * $Date: 2012/06/28 12:15:15 $ - * $Revision: 1.11 $ + * $Date: 2012/02/28 16:39:18 $ + * $Revision: 1.10 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQMOffline/Ecal/src/EEClusterTaskExtras.cc b/DQMOffline/Ecal/src/EEClusterTaskExtras.cc index 6527b8bc70ded..6d32946d89ae6 100644 --- a/DQMOffline/Ecal/src/EEClusterTaskExtras.cc +++ b/DQMOffline/Ecal/src/EEClusterTaskExtras.cc @@ -1,8 +1,8 @@ /* * \file EEClusterTaskExtras.cc * - * $Date: 2012/06/28 12:15:16 $ - * $Revision: 1.10 $ + * $Date: 2012/02/28 16:39:18 $ + * $Revision: 1.9 $ * \author G. Della Ricca * \author E. Di Marco * diff --git a/DQMOffline/Ecal/src/EcalZmassClient.cc b/DQMOffline/Ecal/src/EcalZmassClient.cc index 25210e47ebbae..eff4bb1e697df 100644 --- a/DQMOffline/Ecal/src/EcalZmassClient.cc +++ b/DQMOffline/Ecal/src/EcalZmassClient.cc @@ -13,7 +13,7 @@ // // Original Author: Vieri Candelise // Created: Mon Jun 13 09:49:08 CEST 2011 -// $Id: EcalZmassClient.cc,v 1.3 2013/05/10 22:01:23 yiiyama Exp $ +// $Id: EcalZmassClient.cc,v 1.2 2012/01/28 11:53:18 yiiyama Exp $ // // diff --git a/DQMOffline/Ecal/src/EcalZmassTask.cc b/DQMOffline/Ecal/src/EcalZmassTask.cc index 465b7f431bfe4..10b38e5873105 100644 --- a/DQMOffline/Ecal/src/EcalZmassTask.cc +++ b/DQMOffline/Ecal/src/EcalZmassTask.cc @@ -13,7 +13,7 @@ Description: [one line class summary] // // Original Author: Vieri Candelise // Created: Wed May 11 14:53:26 CEST 2011 -// $Id: EcalZmassTask.cc,v 1.6 2013/04/02 10:46:16 yiiyama Exp $ +// $Id: EcalZmassTask.cc,v 1.5 2012/02/28 16:39:18 yiiyama Exp $ // // diff --git a/DQMOffline/JetMET/interface/CaloMETAnalyzer.h b/DQMOffline/JetMET/interface/CaloMETAnalyzer.h index bbe18071bc772..ed7925dee31ae 100644 --- a/DQMOffline/JetMET/interface/CaloMETAnalyzer.h +++ b/DQMOffline/JetMET/interface/CaloMETAnalyzer.h @@ -5,8 +5,8 @@ * * DQM monitoring source for CaloMET * - * $Date: 2012/05/20 13:11:45 $ - * $Revision: 1.35 $ + * $Date: 2012/04/20 14:37:05 $ + * $Revision: 1.34 $ * \author F. Chlebana - Fermilab * K. Hatakeyama - Rockefeller University */ diff --git a/DQMOffline/JetMET/interface/CaloMETAnalyzerBase.h b/DQMOffline/JetMET/interface/CaloMETAnalyzerBase.h index 1cca4217e8250..b1d2a08b2b8fc 100644 --- a/DQMOffline/JetMET/interface/CaloMETAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/CaloMETAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/02/24 19:08:53 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:39 $ + * $Revision: 1.5 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/interface/HTMHTAnalyzer.h b/DQMOffline/JetMET/interface/HTMHTAnalyzer.h index babbd5684e7e6..a278c55257b9f 100644 --- a/DQMOffline/JetMET/interface/HTMHTAnalyzer.h +++ b/DQMOffline/JetMET/interface/HTMHTAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for HTMHT * - * $Date: 2010/02/24 19:08:53 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:40 $ + * $Revision: 1.5 $ * \author K. Hatakeyama, Rockefeller University */ diff --git a/DQMOffline/JetMET/interface/JPTJetAnalyzer.h b/DQMOffline/JetMET/interface/JPTJetAnalyzer.h index 832d66fc6ed40..2c3026b8caddd 100644 --- a/DQMOffline/JetMET/interface/JPTJetAnalyzer.h +++ b/DQMOffline/JetMET/interface/JPTJetAnalyzer.h @@ -5,8 +5,8 @@ * * DQM monitoring source for JPT Jets * - * $Date: 2012/09/24 09:39:53 $ - * $Revision: 1.14 $ + * $Date: 2012/06/10 19:28:39 $ + * $Revision: 1.13 $ * \author N. Cripps - Imperial */ diff --git a/DQMOffline/JetMET/interface/JetAnalyzer.h b/DQMOffline/JetMET/interface/JetAnalyzer.h index 59c341830056d..58f7de95966e3 100644 --- a/DQMOffline/JetMET/interface/JetAnalyzer.h +++ b/DQMOffline/JetMET/interface/JetAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for Calo Jets * - * $Date: 2012/03/23 18:24:43 $ - * $Revision: 1.17 $ + * $Date: 2012/03/06 11:39:21 $ + * $Revision: 1.16 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/interface/JetAnalyzerBase.h b/DQMOffline/JetMET/interface/JetAnalyzerBase.h index a63dfccc4e197..5fde4ae1efd02 100644 --- a/DQMOffline/JetMET/interface/JetAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/JetAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/01/18 21:04:05 $ - * $Revision: 1.2 $ + * $Date: 2009/06/30 13:47:50 $ + * $Revision: 1.1 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/interface/JetMETAnalyzer.h b/DQMOffline/JetMET/interface/JetMETAnalyzer.h index ee83814e3ad4a..a181b573828ad 100644 --- a/DQMOffline/JetMET/interface/JetMETAnalyzer.h +++ b/DQMOffline/JetMET/interface/JetMETAnalyzer.h @@ -6,8 +6,8 @@ * * DQM jetMET analysis monitoring * - * $Date: 2012/05/20 13:11:46 $ - * $Revision: 1.32 $ + * $Date: 2012/03/23 11:36:14 $ + * $Revision: 1.31 $ * \author F. Chlebana - Fermilab * K. Hatakeyama - Rockefeller University */ diff --git a/DQMOffline/JetMET/interface/METAnalyzer.h b/DQMOffline/JetMET/interface/METAnalyzer.h index fb2d6da05c2e1..62812de4c6ad2 100644 --- a/DQMOffline/JetMET/interface/METAnalyzer.h +++ b/DQMOffline/JetMET/interface/METAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for MET (Mu corrected/TcMET) * - * $Date: 2012/05/20 13:11:46 $ - * $Revision: 1.26 $ + * $Date: 2012/04/20 14:37:06 $ + * $Revision: 1.25 $ * \author A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/interface/METAnalyzerBase.h b/DQMOffline/JetMET/interface/METAnalyzerBase.h index d0ff9e4f91922..0e2f072cfa818 100644 --- a/DQMOffline/JetMET/interface/METAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/METAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/02/24 19:08:54 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:45 $ + * $Revision: 1.5 $ * \author K. Hatakeyama - The Rockefeller University */ diff --git a/DQMOffline/JetMET/interface/MuCorrMETAnalyzer.h b/DQMOffline/JetMET/interface/MuCorrMETAnalyzer.h index 4148bcab511c9..96f99b6d14e64 100644 --- a/DQMOffline/JetMET/interface/MuCorrMETAnalyzer.h +++ b/DQMOffline/JetMET/interface/MuCorrMETAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for CaloMET * - * $Date: 2012/05/20 13:11:46 $ - * $Revision: 1.9 $ + * $Date: 2012/04/20 14:37:06 $ + * $Revision: 1.8 $ * \author A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/interface/MuCorrMETAnalyzerBase.h b/DQMOffline/JetMET/interface/MuCorrMETAnalyzerBase.h index 8c36e6c9833bb..6ea112d3a47de 100644 --- a/DQMOffline/JetMET/interface/MuCorrMETAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/MuCorrMETAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/02/24 19:08:54 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:47 $ + * $Revision: 1.5 $ * \author A.Apresyan Caltech */ diff --git a/DQMOffline/JetMET/interface/PFJetAnalyzer.h b/DQMOffline/JetMET/interface/PFJetAnalyzer.h index 05bd44ffe34c3..22561e9994e68 100644 --- a/DQMOffline/JetMET/interface/PFJetAnalyzer.h +++ b/DQMOffline/JetMET/interface/PFJetAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for PFlow Jets * - * $Date: 2012/03/23 18:24:43 $ - * $Revision: 1.11 $ + * $Date: 2012/03/06 11:39:21 $ + * $Revision: 1.10 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/interface/PFJetAnalyzerBase.h b/DQMOffline/JetMET/interface/PFJetAnalyzerBase.h index 571f4dd995600..9e1a7efe7eea1 100644 --- a/DQMOffline/JetMET/interface/PFJetAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/PFJetAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/01/20 19:12:43 $ - * $Revision: 1.3 $ + * $Date: 2010/01/18 21:04:05 $ + * $Revision: 1.2 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/interface/PFMETAnalyzer.h b/DQMOffline/JetMET/interface/PFMETAnalyzer.h index 79d3fcf9c8aea..fe09d2bf5e5b3 100644 --- a/DQMOffline/JetMET/interface/PFMETAnalyzer.h +++ b/DQMOffline/JetMET/interface/PFMETAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for PFMET * - * $Date: 2012/05/20 17:57:01 $ - * $Revision: 1.30 $ + * $Date: 2012/05/20 13:11:46 $ + * $Revision: 1.29 $ * \author K. Hatakeyama - Rockefeller University * A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/interface/PFMETAnalyzerBase.h b/DQMOffline/JetMET/interface/PFMETAnalyzerBase.h index f75cf355130c7..f8f23fd163dbe 100644 --- a/DQMOffline/JetMET/interface/PFMETAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/PFMETAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/02/24 19:08:54 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:48 $ + * $Revision: 1.5 $ * \author K. Hatakeyama - The Rockefeller University */ diff --git a/DQMOffline/JetMET/interface/TcMETAnalyzer.h b/DQMOffline/JetMET/interface/TcMETAnalyzer.h index cf0486eda5f06..487e4634d6284 100644 --- a/DQMOffline/JetMET/interface/TcMETAnalyzer.h +++ b/DQMOffline/JetMET/interface/TcMETAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for CaloMET * - * $Date: 2012/05/20 13:11:46 $ - * $Revision: 1.9 $ + * $Date: 2012/04/20 14:37:07 $ + * $Revision: 1.8 $ * \author A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/interface/TcMETAnalyzerBase.h b/DQMOffline/JetMET/interface/TcMETAnalyzerBase.h index c7888bd1f3696..047efa2943723 100644 --- a/DQMOffline/JetMET/interface/TcMETAnalyzerBase.h +++ b/DQMOffline/JetMET/interface/TcMETAnalyzerBase.h @@ -5,8 +5,8 @@ * * base class for all DQM monitor sources * - * $Date: 2010/02/24 19:08:54 $ - * $Revision: 1.6 $ + * $Date: 2010/02/17 17:49:50 $ + * $Revision: 1.5 $ * \author A.Apresyan Caltech */ diff --git a/DQMOffline/JetMET/src/CaloMETAnalyzer.cc b/DQMOffline/JetMET/src/CaloMETAnalyzer.cc index 30bfd2bf66d46..ee469cee25df0 100644 --- a/DQMOffline/JetMET/src/CaloMETAnalyzer.cc +++ b/DQMOffline/JetMET/src/CaloMETAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 13:12:05 $ - * $Revision: 1.72 $ + * $Date: 2012/05/14 09:02:47 $ + * $Revision: 1.71 $ * \author F. Chlebana - Fermilab * K. Hatakeyama - Rockefeller University */ diff --git a/DQMOffline/JetMET/src/DataCertificationJetMET.cc b/DQMOffline/JetMET/src/DataCertificationJetMET.cc index dd667b920b6d7..fb0528c21895d 100644 --- a/DQMOffline/JetMET/src/DataCertificationJetMET.cc +++ b/DQMOffline/JetMET/src/DataCertificationJetMET.cc @@ -5,7 +5,7 @@ // // Original Author: "Frank Chlebana" // Created: Sun Oct 5 13:57:25 CDT 2008 -// $Id: DataCertificationJetMET.cc,v 1.53 2012/07/10 08:14:16 piedra Exp $ +// $Id: DataCertificationJetMET.cc,v 1.52 2012/03/23 11:36:14 piedra Exp $ // #include "DQMOffline/JetMET/interface/DataCertificationJetMET.h" diff --git a/DQMOffline/JetMET/src/HTMHTAnalyzer.cc b/DQMOffline/JetMET/src/HTMHTAnalyzer.cc index 3a2e43e54d8d1..0b825b5ae3ef2 100644 --- a/DQMOffline/JetMET/src/HTMHTAnalyzer.cc +++ b/DQMOffline/JetMET/src/HTMHTAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/03/25 11:02:48 $ - * $Revision: 1.7 $ + * $Date: 2010/02/24 19:08:54 $ + * $Revision: 1.6 $ * \author K. Hatakeyama - Rockefeller University */ diff --git a/DQMOffline/JetMET/src/JetAnalyzer.cc b/DQMOffline/JetMET/src/JetAnalyzer.cc index f46591bf8ec09..6dcfde04441b7 100644 --- a/DQMOffline/JetMET/src/JetAnalyzer.cc +++ b/DQMOffline/JetMET/src/JetAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/12 15:42:57 $ - * $Revision: 1.30 $ + * $Date: 2012/03/23 18:24:44 $ + * $Revision: 1.29 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/src/JetMETAnalyzer.cc b/DQMOffline/JetMET/src/JetMETAnalyzer.cc index d6cc486e2ddcd..9b7a30fee6ca6 100644 --- a/DQMOffline/JetMET/src/JetMETAnalyzer.cc +++ b/DQMOffline/JetMET/src/JetMETAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 13:12:05 $ - * $Revision: 1.82 $ + * $Date: 2012/03/23 11:36:14 $ + * $Revision: 1.81 $ * \author F. Chlebana - Fermilab * K. Hatakeyama - Rockefeller University */ diff --git a/DQMOffline/JetMET/src/METAnalyzer.cc b/DQMOffline/JetMET/src/METAnalyzer.cc index 8d75afba2afcf..c8a25b3635bd8 100644 --- a/DQMOffline/JetMET/src/METAnalyzer.cc +++ b/DQMOffline/JetMET/src/METAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 13:12:05 $ - * $Revision: 1.50 $ + * $Date: 2012/05/14 09:02:47 $ + * $Revision: 1.49 $ * \author A.Apresyan - Caltech * K.Hatakeyama - Baylor */ diff --git a/DQMOffline/JetMET/src/MuCorrMETAnalyzer.cc b/DQMOffline/JetMET/src/MuCorrMETAnalyzer.cc index 863f4f0fd320d..d0b485aded196 100644 --- a/DQMOffline/JetMET/src/MuCorrMETAnalyzer.cc +++ b/DQMOffline/JetMET/src/MuCorrMETAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 13:12:05 $ - * $Revision: 1.11 $ + * $Date: 2012/04/20 14:37:48 $ + * $Revision: 1.10 $ * \author A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/src/PFJetAnalyzer.cc b/DQMOffline/JetMET/src/PFJetAnalyzer.cc index 5f09b36f55804..0edc7ab613571 100644 --- a/DQMOffline/JetMET/src/PFJetAnalyzer.cc +++ b/DQMOffline/JetMET/src/PFJetAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/04/12 15:42:58 $ - * $Revision: 1.24 $ + * $Date: 2012/03/23 18:24:44 $ + * $Revision: 1.23 $ * \author F. Chlebana - Fermilab */ diff --git a/DQMOffline/JetMET/src/PFMETAnalyzer.cc b/DQMOffline/JetMET/src/PFMETAnalyzer.cc index 1962b37dfe212..022899105b2f7 100644 --- a/DQMOffline/JetMET/src/PFMETAnalyzer.cc +++ b/DQMOffline/JetMET/src/PFMETAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 17:57:01 $ - * $Revision: 1.51 $ + * $Date: 2012/05/20 13:12:05 $ + * $Revision: 1.50 $ * \author K. Hatakeyama - Rockefeller University * A.Apresyan - Caltech */ diff --git a/DQMOffline/JetMET/src/TcMETAnalyzer.cc b/DQMOffline/JetMET/src/TcMETAnalyzer.cc index c4b009f338f2f..eb3944e74b972 100644 --- a/DQMOffline/JetMET/src/TcMETAnalyzer.cc +++ b/DQMOffline/JetMET/src/TcMETAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/05/20 13:12:05 $ - * $Revision: 1.13 $ + * $Date: 2012/05/14 09:02:47 $ + * $Revision: 1.12 $ * \author A.Apresyan - Caltech */ diff --git a/DQMOffline/L1Trigger/interface/L1ExtraRecoDQM.h b/DQMOffline/L1Trigger/interface/L1ExtraRecoDQM.h index 762e4c0e9682e..237fa15f11ca2 100644 --- a/DQMOffline/L1Trigger/interface/L1ExtraRecoDQM.h +++ b/DQMOffline/L1Trigger/interface/L1ExtraRecoDQM.h @@ -12,8 +12,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2011/12/05 10:20:56 $ - * $Revision: 1.2 $ + * $Date: 2011/11/15 15:50:18 $ + * $Revision: 1.1 $ * */ diff --git a/DQMOffline/L1Trigger/interface/L1TBeamConfiguration.h b/DQMOffline/L1Trigger/interface/L1TBeamConfiguration.h index 24a7429f6f6a1..394ace1ab859e 100644 --- a/DQMOffline/L1Trigger/interface/L1TBeamConfiguration.h +++ b/DQMOffline/L1Trigger/interface/L1TBeamConfiguration.h @@ -19,8 +19,8 @@ * - * - * - * $Date: 2012/12/10 14:10:21 $ - * $Revision: 1.2 $ + * $Date: 2012/11/27 14:56:18 $ + * $Revision: 1.1 $ * */ diff --git a/DQMOffline/L1Trigger/interface/L1TEfficiencyEG_Offline.h b/DQMOffline/L1Trigger/interface/L1TEfficiencyEG_Offline.h index 33e54c392e0ce..3c2dfd34de8c5 100644 --- a/DQMOffline/L1Trigger/interface/L1TEfficiencyEG_Offline.h +++ b/DQMOffline/L1Trigger/interface/L1TEfficiencyEG_Offline.h @@ -4,7 +4,7 @@ /* * \file L1TEfficiencyEG.h * - * $Date: 2012/11/22 17:10:18 $ + * $Date: 2012/11/15 17:50:03 $ * $Revision: 1.1 $ * \author J. Pela * diff --git a/DQMOffline/L1Trigger/interface/L1TEfficiencyJets_Offline.h b/DQMOffline/L1Trigger/interface/L1TEfficiencyJets_Offline.h index 4f4a1e2504c11..d2ea980862d07 100644 --- a/DQMOffline/L1Trigger/interface/L1TEfficiencyJets_Offline.h +++ b/DQMOffline/L1Trigger/interface/L1TEfficiencyJets_Offline.h @@ -4,7 +4,7 @@ /* * \file L1TEfficiencyJets.h * - * $Date: 2012/11/22 17:10:18 $ + * $Date: 2012/11/15 17:50:03 $ * $Revision: 1.1 $ * \author J. Pela * diff --git a/DQMOffline/L1Trigger/interface/L1TEfficiencyMuons_Offline.h b/DQMOffline/L1Trigger/interface/L1TEfficiencyMuons_Offline.h index 0bd5d869fc841..f54a163cfc078 100644 --- a/DQMOffline/L1Trigger/interface/L1TEfficiencyMuons_Offline.h +++ b/DQMOffline/L1Trigger/interface/L1TEfficiencyMuons_Offline.h @@ -4,8 +4,8 @@ /* * \file L1TEfficiencyMuons.h * - * $Date: 2013/03/18 17:17:52 $ - * $Revision: 1.2 $ + * $Date: 2012/11/26 17:10:18 $ + * $Revision: 1.1 $ * \author J. Pela, C. Battilana * */ diff --git a/DQMOffline/L1Trigger/interface/L1TEfficiency_Harvesting.h b/DQMOffline/L1Trigger/interface/L1TEfficiency_Harvesting.h index e4345120a3704..85b4eefdbd42b 100644 --- a/DQMOffline/L1Trigger/interface/L1TEfficiency_Harvesting.h +++ b/DQMOffline/L1Trigger/interface/L1TEfficiency_Harvesting.h @@ -4,8 +4,8 @@ /* * \file L1TEfficiencyHarvesting.h * - * $Date: 2013/03/18 17:17:52 $ - * $Revision: 1.2 $ + * $Date: 2012/11/22 17:10:18 $ + * $Revision: 1.1 $ * \author J. Pela, C. Battilana * */ diff --git a/DQMOffline/L1Trigger/interface/L1TLSBlock.h b/DQMOffline/L1Trigger/interface/L1TLSBlock.h index 7479bedc13570..e295aba759db7 100644 --- a/DQMOffline/L1Trigger/interface/L1TLSBlock.h +++ b/DQMOffline/L1Trigger/interface/L1TLSBlock.h @@ -23,8 +23,8 @@ * - Add other blocking methods * - * - * $Date: 2012/11/27 14:56:18 $ - * $Revision: 1.1 $ + * $Date: 2012/10/23 11:01:01 $ + * $Revision: 0.0 $ * */ diff --git a/DQMOffline/L1Trigger/interface/L1TMenuHelper.h b/DQMOffline/L1Trigger/interface/L1TMenuHelper.h index 53c998735a6e5..5d214be01fdb8 100644 --- a/DQMOffline/L1Trigger/interface/L1TMenuHelper.h +++ b/DQMOffline/L1Trigger/interface/L1TMenuHelper.h @@ -4,8 +4,8 @@ /* * \file L1TMenuHelper.h * - * $Date: 2012/11/20 14:57:08 $ - * $Revision: 1.1 $ + * $Date: 2011/11/15 10:41:00 $ + * $Revision: 1.6 $ * \author J. Pela * */ diff --git a/DQMOffline/L1Trigger/interface/L1TRate_Harvest.h b/DQMOffline/L1Trigger/interface/L1TRate_Harvest.h index 1cfac044c9adb..f690ccbd38851 100644 --- a/DQMOffline/L1Trigger/interface/L1TRate_Harvest.h +++ b/DQMOffline/L1Trigger/interface/L1TRate_Harvest.h @@ -4,8 +4,8 @@ /* * \file L1TRate_Harvest.h * - * $Date: 2012/11/28 13:36:55 $ - * $Revision: 1.1 $ + * $Date: 2011/10/28 13:24:48 $ + * $Revision: 1.4 $ * \author J. Pela * */ diff --git a/DQMOffline/L1Trigger/interface/L1TRate_Offline.h b/DQMOffline/L1Trigger/interface/L1TRate_Offline.h index 552f5a35b7637..7fe37f523d133 100644 --- a/DQMOffline/L1Trigger/interface/L1TRate_Offline.h +++ b/DQMOffline/L1Trigger/interface/L1TRate_Offline.h @@ -4,8 +4,8 @@ /* * \file L1TRate_Offline.h * - * $Date: 2012/11/26 14:56:56 $ - * $Revision: 1.2 $ + * $Date: 2012/11/15 17:50:03 $ + * $Revision: 1.1 $ * \author J. Pela * */ diff --git a/DQMOffline/L1Trigger/interface/L1TSync_Harvest.h b/DQMOffline/L1Trigger/interface/L1TSync_Harvest.h index e32748893a089..7edc417ec14c9 100644 --- a/DQMOffline/L1Trigger/interface/L1TSync_Harvest.h +++ b/DQMOffline/L1Trigger/interface/L1TSync_Harvest.h @@ -19,8 +19,8 @@ * - implement the module in offline * - check if there are user includes specific for offline/online that should be changed * - * $Date: 2012/11/27 14:56:18 $ - * $Revision: 1.1 $ + * $Date: 2012/08/10 11:01:01 $ + * $Revision: 0.0 $ * */ diff --git a/DQMOffline/L1Trigger/interface/L1TSync_Offline.h b/DQMOffline/L1Trigger/interface/L1TSync_Offline.h index 970e092739bbf..c72c3316c906e 100644 --- a/DQMOffline/L1Trigger/interface/L1TSync_Offline.h +++ b/DQMOffline/L1Trigger/interface/L1TSync_Offline.h @@ -19,8 +19,8 @@ * - implement the module in offline * - check if there are user includes specific for offline/online that should be changed * - * $Date: 2012/11/27 14:56:18 $ - * $Revision: 1.1 $ + * $Date: 2012/08/10 11:01:01 $ + * $Revision: 0.0 $ * */ diff --git a/DQMOffline/L1Trigger/python/L1TRate_Offline_cfi.py b/DQMOffline/L1Trigger/python/L1TRate_Offline_cfi.py index fcb9b51356297..e2acd62559e2e 100644 --- a/DQMOffline/L1Trigger/python/L1TRate_Offline_cfi.py +++ b/DQMOffline/L1Trigger/python/L1TRate_Offline_cfi.py @@ -16,7 +16,7 @@ # set to 0 again. lsShiftGTRates = cms.untracked.int32(-1), - verbose = cms.untracked.bool(True), + verbose = cms.untracked.bool(False), dqmStore = cms.untracked.bool(True), disableROOToutput = cms.untracked.bool(True), inputTagScalersResults = cms.InputTag("scalersRawToDigi"), diff --git a/DQMOffline/L1Trigger/src/L1ExtraRecoDQM.cc b/DQMOffline/L1Trigger/src/L1ExtraRecoDQM.cc index 1a0951f1990cb..aea3a3a51155e 100644 --- a/DQMOffline/L1Trigger/src/L1ExtraRecoDQM.cc +++ b/DQMOffline/L1Trigger/src/L1ExtraRecoDQM.cc @@ -9,8 +9,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2011/12/05 10:20:56 $ - * $Revision: 1.2 $ + * $Date: 2011/11/15 15:49:46 $ + * $Revision: 1.1 $ * */ diff --git a/DQMOffline/L1Trigger/src/L1TBeamConfiguration.cc b/DQMOffline/L1Trigger/src/L1TBeamConfiguration.cc index 67fd30461f467..25e3814eaf9b0 100644 --- a/DQMOffline/L1Trigger/src/L1TBeamConfiguration.cc +++ b/DQMOffline/L1Trigger/src/L1TBeamConfiguration.cc @@ -14,8 +14,8 @@ * * Todo: see header file * - * $Date: 2012/12/10 14:10:21 $ - * $Revision: 1.2 $ + * $Date: 2012/11/27 14:56:17 $ + * $Revision: 1.1 $ * */ diff --git a/DQMOffline/L1Trigger/src/L1TEfficiencyEG_Offline.cc b/DQMOffline/L1Trigger/src/L1TEfficiencyEG_Offline.cc index 35dc4b054fffc..f38b885f1814e 100644 --- a/DQMOffline/L1Trigger/src/L1TEfficiencyEG_Offline.cc +++ b/DQMOffline/L1Trigger/src/L1TEfficiencyEG_Offline.cc @@ -1,8 +1,8 @@ /* * \file L1TEfficiencyEG_Offline.cc * - * $Date: 2012/11/22 17:10:19 $ - * $Revision: 1.1 $ + * $Date: 2012/11/20 17:02:27 $ + * $Revision: 1.3 $ * \author J. Pela, P. Musella * */ diff --git a/DQMOffline/L1Trigger/src/L1TEfficiencyJets_Offline.cc b/DQMOffline/L1Trigger/src/L1TEfficiencyJets_Offline.cc index 44dbc6ce2f2f3..24069240a7983 100644 --- a/DQMOffline/L1Trigger/src/L1TEfficiencyJets_Offline.cc +++ b/DQMOffline/L1Trigger/src/L1TEfficiencyJets_Offline.cc @@ -1,8 +1,8 @@ /* * \file L1TEfficiencyJets_Offline.cc * - * $Date: 2012/11/22 17:10:19 $ - * $Revision: 1.1 $ + * $Date: 2012/11/20 17:02:27 $ + * $Revision: 1.3 $ * \author J. Pela, P. Musella * */ diff --git a/DQMOffline/L1Trigger/src/L1TEfficiencyMuons_Offline.cc b/DQMOffline/L1Trigger/src/L1TEfficiencyMuons_Offline.cc index 6efe3fc01e1c2..1085f032c9e63 100644 --- a/DQMOffline/L1Trigger/src/L1TEfficiencyMuons_Offline.cc +++ b/DQMOffline/L1Trigger/src/L1TEfficiencyMuons_Offline.cc @@ -1,8 +1,8 @@ /* * \file L1TEfficiencyMuons_Offline.cc * - * $Date: 2013/03/18 17:17:53 $ - * $Revision: 1.2 $ + * $Date: 2012/11/26 17:10:19 $ + * $Revision: 1.1 $ * \author J. Pela, C. Battilana * */ diff --git a/DQMOffline/L1Trigger/src/L1TEfficiency_Harvesting.cc b/DQMOffline/L1Trigger/src/L1TEfficiency_Harvesting.cc index 51640018c5819..483e878e1eb35 100644 --- a/DQMOffline/L1Trigger/src/L1TEfficiency_Harvesting.cc +++ b/DQMOffline/L1Trigger/src/L1TEfficiency_Harvesting.cc @@ -1,8 +1,8 @@ /* * \file L1TEfficiency_Harvesting.cc * - * $Date: 2013/03/18 17:17:53 $ - * $Revision: 1.2 $ + * $Date: 2012/11/22 17:10:19 $ + * $Revision: 1.1 $ * \author J. Pela, C. Battilana * */ diff --git a/DQMOffline/L1Trigger/src/L1TLSBlock.cc b/DQMOffline/L1Trigger/src/L1TLSBlock.cc index b343d3b1f7051..5eb5b60dc7955 100644 --- a/DQMOffline/L1Trigger/src/L1TLSBlock.cc +++ b/DQMOffline/L1Trigger/src/L1TLSBlock.cc @@ -14,8 +14,8 @@ * * Todo: see header file * - * $Date: 2012/11/27 14:56:17 $ - * $Revision: 1.1 $ + * $Date: 2012/10/23 12:01:01 $ + * $Revision: 0.0 $ * */ diff --git a/DQMOffline/L1Trigger/src/L1TMenuHelper.cc b/DQMOffline/L1Trigger/src/L1TMenuHelper.cc index 4a07bcfa6271a..2e03151f0db18 100644 --- a/DQMOffline/L1Trigger/src/L1TMenuHelper.cc +++ b/DQMOffline/L1Trigger/src/L1TMenuHelper.cc @@ -2,8 +2,8 @@ /* * \file L1TMenuHelper.cc * - * $Date: 2012/11/20 14:57:08 $ - * $Revision: 1.1 $ + * $Date: 2011/11/15 10:41:00 $ + * $Revision: 1.6 $ * \author J. Pela, P. Musella * */ diff --git a/DQMOffline/L1Trigger/src/L1TRate_Harvest.cc b/DQMOffline/L1Trigger/src/L1TRate_Harvest.cc index e6f0823c02199..4f298154e4225 100644 --- a/DQMOffline/L1Trigger/src/L1TRate_Harvest.cc +++ b/DQMOffline/L1Trigger/src/L1TRate_Harvest.cc @@ -1,8 +1,8 @@ /* * \file L1TRate_Harvest.cc * - * $Date: 2012/11/28 13:58:12 $ - * $Revision: 1.2 $ + * $Date: 2012/11/28 13:36:54 $ + * $Revision: 1.1 $ * \author J. Pela, P. Musella * */ diff --git a/DQMOffline/L1Trigger/src/L1TRate_Offline.cc b/DQMOffline/L1Trigger/src/L1TRate_Offline.cc index 197c3de769cd5..a36c01339c109 100644 --- a/DQMOffline/L1Trigger/src/L1TRate_Offline.cc +++ b/DQMOffline/L1Trigger/src/L1TRate_Offline.cc @@ -1,8 +1,8 @@ /* * \file L1TRate_Offline.cc * - * $Date: 2012/12/03 15:03:34 $ - * $Revision: 1.6 $ + * $Date: 2012/11/27 15:36:22 $ + * $Revision: 1.5 $ * \author J. Pela, P. Musella * */ diff --git a/DQMOffline/L1Trigger/src/L1TSync_Harvest.cc b/DQMOffline/L1Trigger/src/L1TSync_Harvest.cc index d4f71897910d5..b9b2056010f48 100644 --- a/DQMOffline/L1Trigger/src/L1TSync_Harvest.cc +++ b/DQMOffline/L1Trigger/src/L1TSync_Harvest.cc @@ -16,8 +16,8 @@ * - implement the module in offline * - check if there are user includes specific for offline/online that should be changed * - * $Date: 2012/11/27 14:56:17 $ - * $Revision: 1.1 $ + * $Date: 2012/08/10 11:01:01 $ + * $Revision: 0.0 $ * */ diff --git a/DQMOffline/L1Trigger/src/L1TSync_Offline.cc b/DQMOffline/L1Trigger/src/L1TSync_Offline.cc index 86d349fe2636a..bb2b96232e79d 100644 --- a/DQMOffline/L1Trigger/src/L1TSync_Offline.cc +++ b/DQMOffline/L1Trigger/src/L1TSync_Offline.cc @@ -17,8 +17,8 @@ * - implement the module in offline * - check if there are user includes specific for offline/online that should be changed * - * $Date: 2012/12/11 10:36:34 $ - * $Revision: 1.2 $ + * $Date: 2012/11/27 14:56:17 $ + * $Revision: 1.1 $ * */ diff --git a/DQMOffline/L1Trigger/test/runDQMOffline_step1_L1TriggerOnly_job1_cfg.py b/DQMOffline/L1Trigger/test/runDQMOffline_step1_L1TriggerOnly_job1_cfg.py index 4681462f40a15..3ac3eb0f11372 100644 --- a/DQMOffline/L1Trigger/test/runDQMOffline_step1_L1TriggerOnly_job1_cfg.py +++ b/DQMOffline/L1Trigger/test/runDQMOffline_step1_L1TriggerOnly_job1_cfg.py @@ -63,7 +63,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('test_11_a_1 nevts:10'), name = cms.untracked.string('Applications') ) diff --git a/DQMOffline/L1Trigger/test/runDQMOffline_step2_L1TriggerOnly_cfg.py b/DQMOffline/L1Trigger/test/runDQMOffline_step2_L1TriggerOnly_cfg.py index d7777db5f29d3..c090827e514f6 100644 --- a/DQMOffline/L1Trigger/test/runDQMOffline_step2_L1TriggerOnly_cfg.py +++ b/DQMOffline/L1Trigger/test/runDQMOffline_step2_L1TriggerOnly_cfg.py @@ -66,7 +66,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('L1TOffline_L1TriggerOnly_Harvested.root nevts:1'), name = cms.untracked.string('Applications') ) diff --git a/DQMOffline/Muon/interface/DTSegmentsTask.h b/DQMOffline/Muon/interface/DTSegmentsTask.h index 31bce10e7d176..e7087f04c302a 100644 --- a/DQMOffline/Muon/interface/DTSegmentsTask.h +++ b/DQMOffline/Muon/interface/DTSegmentsTask.h @@ -4,8 +4,8 @@ /** \class DTSegmentsTask * DQM Analysis of 4D DT segments * - * $Date: 2009/12/22 17:44:52 $ - * $Revision: 1.2 $ + * $Date: 2008/10/06 08:55:14 $ + * $Revision: 1.1 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/interface/MuonIdDQM.h b/DQMOffline/Muon/interface/MuonIdDQM.h index 07c3fab30d954..fa9dd0cb01809 100644 --- a/DQMOffline/Muon/interface/MuonIdDQM.h +++ b/DQMOffline/Muon/interface/MuonIdDQM.h @@ -13,7 +13,7 @@ // // Original Author: Jacob Ribnik // Created: Wed Apr 18 13:48:08 CDT 2007 -// $Id: MuonIdDQM.h,v 1.4 2012/10/12 23:03:53 slava77 Exp $ +// $Id: MuonIdDQM.h,v 1.3 2010/01/21 21:44:25 jribnik Exp $ // // diff --git a/DQMOffline/Muon/src/DTSegmentsTask.cc b/DQMOffline/Muon/src/DTSegmentsTask.cc index 3e970077be3d4..888e040eb39d8 100644 --- a/DQMOffline/Muon/src/DTSegmentsTask.cc +++ b/DQMOffline/Muon/src/DTSegmentsTask.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/06/27 09:43:36 $ - * $Revision: 1.5 $ + * $Date: 2009/12/22 17:41:27 $ + * $Revision: 1.4 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonAnalyzer.cc b/DQMOffline/Muon/src/MuonAnalyzer.cc index 343d7715feff9..047e2130a4160 100644 --- a/DQMOffline/Muon/src/MuonAnalyzer.cc +++ b/DQMOffline/Muon/src/MuonAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/16 12:00:05 $ - * $Revision: 1.29 $ + * $Date: 2012/02/17 12:01:23 $ + * $Revision: 1.28 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonAnalyzer.h b/DQMOffline/Muon/src/MuonAnalyzer.h index 7b0ee097122c3..1173c9553aed5 100644 --- a/DQMOffline/Muon/src/MuonAnalyzer.h +++ b/DQMOffline/Muon/src/MuonAnalyzer.h @@ -6,8 +6,8 @@ * * DQM muon analysis monitoring * - * $Date: 2011/11/01 11:40:13 $ - * $Revision: 1.19 $ + * $Date: 2011/10/27 08:21:05 $ + * $Revision: 1.18 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonAnalyzerBase.h b/DQMOffline/Muon/src/MuonAnalyzerBase.h index 4f558f67c9226..bf01e67a977ca 100644 --- a/DQMOffline/Muon/src/MuonAnalyzerBase.h +++ b/DQMOffline/Muon/src/MuonAnalyzerBase.h @@ -6,8 +6,8 @@ * * base class for all DQM monitor sources * - * $Date: 2009/12/22 17:41:56 $ - * $Revision: 1.6 $ + * $Date: 2008/03/28 15:21:03 $ + * $Revision: 1.5 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.cc b/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.cc index 71ef92672e738..1a67ba46c1738 100644 --- a/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.cc +++ b/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/12/22 17:42:07 $ - * $Revision: 1.15 $ + * $Date: 2009/01/28 14:37:30 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.h b/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.h index 47bda9a166d0a..f667864aee033 100644 --- a/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.h +++ b/DQMOffline/Muon/src/MuonEnergyDepositAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for muon energy deposits * - * $Date: 2009/12/22 17:42:10 $ - * $Revision: 1.10 $ + * $Date: 2008/11/26 14:26:43 $ + * $Revision: 1.9 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.cc b/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.cc index 312f8c6c63d30..cddcef7fe6aff 100644 --- a/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.cc +++ b/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/09/09 16:58:38 $ - * $Revision: 1.8 $ + * $Date: 2012/08/27 11:46:51 $ + * $Revision: 1.7 $ * \author S. Goy Lopez, CIEMAT */ diff --git a/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.h b/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.h index b7cd90ff45d7e..5c033fbfe1248 100644 --- a/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.h +++ b/DQMOffline/Muon/src/MuonKinVsEtaAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for muon reco track * - * $Date: 2012/08/27 11:46:54 $ - * $Revision: 1.6 $ + * $Date: 2012/08/27 10:03:27 $ + * $Revision: 1.5 $ * \author S. Goy Lopez, CIEMAT */ diff --git a/DQMOffline/Muon/src/MuonRecoAnalyzer.cc b/DQMOffline/Muon/src/MuonRecoAnalyzer.cc index 91939da7d8f50..c67a67098d976 100644 --- a/DQMOffline/Muon/src/MuonRecoAnalyzer.cc +++ b/DQMOffline/Muon/src/MuonRecoAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/03/05 15:17:09 $ - * $Revision: 1.25 $ + * $Date: 2012/07/06 09:25:37 $ + * $Revision: 1.24 $ * \author G. Mila - INFN Torino * updated: G. Hesketh, CERN */ diff --git a/DQMOffline/Muon/src/MuonRecoAnalyzer.h b/DQMOffline/Muon/src/MuonRecoAnalyzer.h index 04ea4edce855b..04307e1cac4df 100644 --- a/DQMOffline/Muon/src/MuonRecoAnalyzer.h +++ b/DQMOffline/Muon/src/MuonRecoAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for muon reco track * - * $Date: 2013/03/05 15:17:13 $ - * $Revision: 1.10 $ + * $Date: 2010/01/15 17:58:28 $ + * $Revision: 1.9 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonRecoTest.cc b/DQMOffline/Muon/src/MuonRecoTest.cc index a24c529e42341..2c0952fb550b1 100644 --- a/DQMOffline/Muon/src/MuonRecoTest.cc +++ b/DQMOffline/Muon/src/MuonRecoTest.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/12/22 17:42:44 $ - * $Revision: 1.11 $ + * $Date: 2009/11/12 17:27:38 $ + * $Revision: 1.10 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonRecoTest.h b/DQMOffline/Muon/src/MuonRecoTest.h index 5806d081136f4..a901566b147d3 100644 --- a/DQMOffline/Muon/src/MuonRecoTest.h +++ b/DQMOffline/Muon/src/MuonRecoTest.h @@ -7,8 +7,8 @@ * DQMOffline Test Client * check the recostruction efficiency of Sta/Glb on eta, phi parameters * - * $Date: 2009/12/22 17:42:47 $ - * $Revision: 1.5 $ + * $Date: 2009/11/12 17:27:35 $ + * $Revision: 1.4 $ * \author G. Mila - INFN Torino * */ diff --git a/DQMOffline/Muon/src/MuonSeedsAnalyzer.cc b/DQMOffline/Muon/src/MuonSeedsAnalyzer.cc index 6a8531c156fff..9d77e3847779d 100644 --- a/DQMOffline/Muon/src/MuonSeedsAnalyzer.cc +++ b/DQMOffline/Muon/src/MuonSeedsAnalyzer.cc @@ -4,7 +4,7 @@ * * $Date: 2008/03/25 18:37:05 $ - * $Revision: 1.15 $ + * $Revision: 1.14 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonSeedsAnalyzer.h b/DQMOffline/Muon/src/MuonSeedsAnalyzer.h index bb4a1aab2c599..f100055819705 100644 --- a/DQMOffline/Muon/src/MuonSeedsAnalyzer.h +++ b/DQMOffline/Muon/src/MuonSeedsAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for muon track seeds * - * $Date: 2009/12/22 17:42:59 $ - * $Revision: 1.8 $ + * $Date: 2008/05/22 10:02:02 $ + * $Revision: 1.7 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonTestSummary.cc b/DQMOffline/Muon/src/MuonTestSummary.cc index c0c907ced1960..c141106cf295c 100644 --- a/DQMOffline/Muon/src/MuonTestSummary.cc +++ b/DQMOffline/Muon/src/MuonTestSummary.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 22:14:15 $ - * $Revision: 1.34 $ + * $Date: 2013/05/22 17:25:03 $ + * $Revision: 1.33 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonTestSummary.h b/DQMOffline/Muon/src/MuonTestSummary.h index 98d77e84f8f6b..1e36dfca56bf7 100644 --- a/DQMOffline/Muon/src/MuonTestSummary.h +++ b/DQMOffline/Muon/src/MuonTestSummary.h @@ -6,8 +6,8 @@ * * * DQM Client for global summary * - * $Date: 2013/05/30 22:14:15 $ - * $Revision: 1.17 $ + * $Date: 2010/01/15 17:59:02 $ + * $Revision: 1.16 $ * \author G. Mila - INFN Torino * updates: G. Hesketh - CERN * diff --git a/DQMOffline/Muon/src/MuonTrackResidualsTest.cc b/DQMOffline/Muon/src/MuonTrackResidualsTest.cc index f5396683f41b0..dd4914631bede 100644 --- a/DQMOffline/Muon/src/MuonTrackResidualsTest.cc +++ b/DQMOffline/Muon/src/MuonTrackResidualsTest.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/12/22 17:43:23 $ - * $Revision: 1.14 $ + * $Date: 2009/11/12 17:28:05 $ + * $Revision: 1.13 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/MuonTrackResidualsTest.h b/DQMOffline/Muon/src/MuonTrackResidualsTest.h index ce468ff8d6f68..42a892f19042d 100644 --- a/DQMOffline/Muon/src/MuonTrackResidualsTest.h +++ b/DQMOffline/Muon/src/MuonTrackResidualsTest.h @@ -7,8 +7,8 @@ * DQMOffline Test Client * check the residuals of the track parameters comparing STA/tracker only/global muons * - * $Date: 2009/12/22 17:43:26 $ - * $Revision: 1.5 $ + * $Date: 2009/11/12 17:27:55 $ + * $Revision: 1.4 $ * \author G. Mila - INFN Torino * */ diff --git a/DQMOffline/Muon/src/SegmentTrackAnalyzer.cc b/DQMOffline/Muon/src/SegmentTrackAnalyzer.cc index 2a770c62dfd39..6b645dd336b3e 100644 --- a/DQMOffline/Muon/src/SegmentTrackAnalyzer.cc +++ b/DQMOffline/Muon/src/SegmentTrackAnalyzer.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/12/22 17:43:38 $ - * $Revision: 1.16 $ + * $Date: 2008/11/18 11:48:36 $ + * $Revision: 1.15 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/src/SegmentTrackAnalyzer.h b/DQMOffline/Muon/src/SegmentTrackAnalyzer.h index aa409fb0440f5..9acc466aeaa6c 100644 --- a/DQMOffline/Muon/src/SegmentTrackAnalyzer.h +++ b/DQMOffline/Muon/src/SegmentTrackAnalyzer.h @@ -6,8 +6,8 @@ * * DQM monitoring source for segments associated to the muon track * - * $Date: 2009/12/22 17:43:41 $ - * $Revision: 1.8 $ + * $Date: 2009/01/29 14:47:01 $ + * $Revision: 1.7 $ * \author G. Mila - INFN Torino */ diff --git a/DQMOffline/Muon/test/step2_DT1_1_DQM.py b/DQMOffline/Muon/test/step2_DT1_1_DQM.py index 30217b760fea2..c268c8f966399 100644 --- a/DQMOffline/Muon/test/step2_DT1_1_DQM.py +++ b/DQMOffline/Muon/test/step2_DT1_1_DQM.py @@ -37,7 +37,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('step2_DT1_1 nevts:1000'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQMOffline/Muon/test/step3_DT1_1_HARVESTING.py b/DQMOffline/Muon/test/step3_DT1_1_HARVESTING.py index 25d33e63677e3..ca2d4aa864bdd 100644 --- a/DQMOffline/Muon/test/step3_DT1_1_HARVESTING.py +++ b/DQMOffline/Muon/test/step3_DT1_1_HARVESTING.py @@ -36,7 +36,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.341 $'), annotation = cms.untracked.string('step3_DT1_1 nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQMOffline/Trigger/interface/FourVectorHLTClient.h b/DQMOffline/Trigger/interface/FourVectorHLTClient.h index baba6799348d7..7bd607aec88f1 100644 --- a/DQMOffline/Trigger/interface/FourVectorHLTClient.h +++ b/DQMOffline/Trigger/interface/FourVectorHLTClient.h @@ -7,7 +7,7 @@ version: 01 date: 28 Oct 2008 */ -//$Id: FourVectorHLTClient.h,v 1.11 2011/06/15 16:22:47 bjk Exp $ +//$Id: FourVectorHLTClient.h,v 1.10 2010/03/25 08:39:17 rekovic Exp $ #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DQMOffline/Trigger/interface/FourVectorHLTOffline.h b/DQMOffline/Trigger/interface/FourVectorHLTOffline.h index 37749e09ed985..ad10783b8ad93 100644 --- a/DQMOffline/Trigger/interface/FourVectorHLTOffline.h +++ b/DQMOffline/Trigger/interface/FourVectorHLTOffline.h @@ -19,7 +19,7 @@ // Rewritten by: Vladimir Rekovic // Date: May 2009 // -// $Id: FourVectorHLTOffline.h,v 1.67 2011/06/20 10:11:54 bjk Exp $ +// $Id: FourVectorHLTOffline.h,v 1.66 2011/06/15 16:22:47 bjk Exp $ // // // system include files diff --git a/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h b/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h index 14b21e8d58088..5627f86af0c86 100755 --- a/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h +++ b/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h @@ -11,8 +11,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/MuonHLTOfflinePerformance * - * $Date: 2011/05/27 13:38:18 $ - * $Revision: 1.18 $ + * $Date: 2011/05/23 13:07:46 $ + * $Revision: 1.17 $ * * \author J. Slaunwhite, Jeff Klukas */ diff --git a/DQMOffline/Trigger/interface/TopHLTDiMuonDQM.h b/DQMOffline/Trigger/interface/TopHLTDiMuonDQM.h index a1801569cadfd..fcfff06c975c8 100644 --- a/DQMOffline/Trigger/interface/TopHLTDiMuonDQM.h +++ b/DQMOffline/Trigger/interface/TopHLTDiMuonDQM.h @@ -2,8 +2,8 @@ #define TopHLTDiMuonDQM_H /* - * $Date: 2010/08/13 09:12:05 $ - * $Revision: 1.9 $ + * $Date: 2010/08/04 13:24:49 $ + * $Revision: 2.10 $ * \author M. Marienfeld - DESY Hamburg */ diff --git a/DQMOffline/Trigger/interface/TopHLTDiMuonDQMClient.h b/DQMOffline/Trigger/interface/TopHLTDiMuonDQMClient.h index a15d30644c011..9be04038f89be 100644 --- a/DQMOffline/Trigger/interface/TopHLTDiMuonDQMClient.h +++ b/DQMOffline/Trigger/interface/TopHLTDiMuonDQMClient.h @@ -2,8 +2,8 @@ #define TopHLTDiMuonDQMClient_H /* - * $Date: 2010/08/13 09:12:05 $ - * $Revision: 1.1 $ + * $Date: 2010/08/04 13:24:49 $ + * $Revision: 2.10 $ * \author M. Marienfeld - DESY Hamburg */ diff --git a/DQMOffline/Trigger/python/FourVectorHLTOfflineClient_cfi.py b/DQMOffline/Trigger/python/FourVectorHLTOfflineClient_cfi.py index 56b2d22bde399..7934ff5f80bcc 100644 --- a/DQMOffline/Trigger/python/FourVectorHLTOfflineClient_cfi.py +++ b/DQMOffline/Trigger/python/FourVectorHLTOfflineClient_cfi.py @@ -1,4 +1,4 @@ -# $Id: FourVectorHLTOfflineClient_cfi.py,v 1.16 2010/08/04 14:27:51 rekovic Exp $ +# $Id: FourVectorHLTOfflineClient_cfi.py,v 1.15 2010/08/04 09:50:52 rekovic Exp $ import FWCore.ParameterSet.Config as cms hltFourVectorClient = cms.EDAnalyzer("FourVectorHLTClient", diff --git a/DQMOffline/Trigger/python/FourVectorHLTOffline_cfi.py b/DQMOffline/Trigger/python/FourVectorHLTOffline_cfi.py index 70160c0e94865..4122fb169b9ca 100644 --- a/DQMOffline/Trigger/python/FourVectorHLTOffline_cfi.py +++ b/DQMOffline/Trigger/python/FourVectorHLTOffline_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: FourVectorHLTOffline_cfi.py,v 1.45 2011/05/04 10:20:00 rekovic Exp $ +# $Id: FourVectorHLTOffline_cfi.py,v 1.44 2010/10/28 13:56:53 rekovic Exp $ hltResults = cms.EDAnalyzer("FourVectorHLTOffline", dirname = cms.untracked.string("HLT/FourVector/paths"), muonRecoCollectionName = cms.untracked.string("muons"), diff --git a/DQMOffline/Trigger/python/HLTGeneralOfflineClient_cfi.py b/DQMOffline/Trigger/python/HLTGeneralOfflineClient_cfi.py index 6236d9e874de6..d6deea0897300 100644 --- a/DQMOffline/Trigger/python/HLTGeneralOfflineClient_cfi.py +++ b/DQMOffline/Trigger/python/HLTGeneralOfflineClient_cfi.py @@ -1,4 +1,4 @@ -# $Id: HLTGeneralOfflineClient_cfi.py,v 1.1 2012/02/10 17:11:57 bjk Exp $ +# $Id: FourVectorHLTOfflineClient_cfi.py,v 1.16 2010/08/04 14:27:51 rekovic Exp $ import FWCore.ParameterSet.Config as cms hltGeneralClient = cms.EDAnalyzer("GeneralHLTClient", diff --git a/DQMOffline/Trigger/python/HLTGeneralOffline_cfi.py b/DQMOffline/Trigger/python/HLTGeneralOffline_cfi.py index 25533bd46fafb..e9da066cde9c0 100644 --- a/DQMOffline/Trigger/python/HLTGeneralOffline_cfi.py +++ b/DQMOffline/Trigger/python/HLTGeneralOffline_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: HLTGeneralOffline_cfi.py,v 1.2 2012/08/07 12:19:32 muell149 Exp $ +# $Id: HLTGeneralOffline_cfi.py,v 1.1 2012/02/10 17:11:57 bjk Exp $ hltResults = cms.EDAnalyzer("GeneralHLTOffline", dirname = cms.untracked.string("HLT/General/paths"), muonRecoCollectionName = cms.untracked.string("muons"), diff --git a/DQMOffline/Trigger/src/EgHLTOffHelper.cc b/DQMOffline/Trigger/src/EgHLTOffHelper.cc index 12a5d595cb6dd..1a545c2180326 100644 --- a/DQMOffline/Trigger/src/EgHLTOffHelper.cc +++ b/DQMOffline/Trigger/src/EgHLTOffHelper.cc @@ -168,12 +168,12 @@ int OffHelper::getHandles(const edm::Event& event,const edm::EventSetup& setup) setup.get().get(caloGeom_); setup.get().get(caloTopology_); //setup.get().get(ecalSeverityLevel_); - }catch(...){ + }catch(cms::Exception& iException){ return errCodes::Geom; } try { setup.get().get(magField_); - }catch(...){ + }catch(cms::Exception& iException){ return errCodes::MagField; } diff --git a/DQMOffline/Trigger/src/FourVectorHLTClient.cc b/DQMOffline/Trigger/src/FourVectorHLTClient.cc index 1af38e131682c..62ee557804352 100644 --- a/DQMOffline/Trigger/src/FourVectorHLTClient.cc +++ b/DQMOffline/Trigger/src/FourVectorHLTClient.cc @@ -5,7 +5,7 @@ date of first version: Sept 2008 */ -//$Id: FourVectorHLTClient.cc,v 1.29 2011/09/27 16:29:40 bjk Exp $ +//$Id: FourVectorHLTClient.cc,v 1.28 2011/09/27 15:38:53 bjk Exp $ #include "DQMOffline/Trigger/interface/FourVectorHLTClient.h" diff --git a/DQMOffline/Trigger/src/FourVectorHLTOffline.cc b/DQMOffline/Trigger/src/FourVectorHLTOffline.cc index 392892b4b639c..baf642828b32a 100644 --- a/DQMOffline/Trigger/src/FourVectorHLTOffline.cc +++ b/DQMOffline/Trigger/src/FourVectorHLTOffline.cc @@ -1,4 +1,4 @@ -// $Id: FourVectorHLTOffline.cc,v 1.106 2012/02/01 14:27:45 muzaffar Exp $ +// $Id: FourVectorHLTOffline.cc,v 1.105 2011/09/27 16:29:40 bjk Exp $ // See header file for information. #include "TMath.h" #include "DQMOffline/Trigger/interface/FourVectorHLTOffline.h" diff --git a/DQMOffline/Trigger/src/GeneralHLTOffline.cc b/DQMOffline/Trigger/src/GeneralHLTOffline.cc index f3d088e39481b..7c05cccfe15dd 100644 --- a/DQMOffline/Trigger/src/GeneralHLTOffline.cc +++ b/DQMOffline/Trigger/src/GeneralHLTOffline.cc @@ -12,7 +12,7 @@ Description: [one line class summary] // // Original Author: Jason Michael Slaunwhite,512 1-008,`+41227670494, // Created: Fri Aug 5 10:34:47 CEST 2011 -// $Id: GeneralHLTOffline.cc,v 1.12 2013/03/06 11:34:04 deguio Exp $ +// $Id: GeneralHLTOffline.cc,v 1.11 2013/02/02 16:24:44 rovere Exp $ // // diff --git a/DQMOffline/Trigger/src/HLTInclusiveVBFClient.cc b/DQMOffline/Trigger/src/HLTInclusiveVBFClient.cc index 1824b29f2ba61..11da1fe45c5bc 100644 --- a/DQMOffline/Trigger/src/HLTInclusiveVBFClient.cc +++ b/DQMOffline/Trigger/src/HLTInclusiveVBFClient.cc @@ -1,6 +1,6 @@ /* - * $Date: 2012/05/18 09:23:50 $ - * $Revision: 1.1 $ + * $Date: 2012/04/07 16:30:00 $ + * $Revision: 1.0 $ * \author N. Srimanobhas */ diff --git a/DQMOffline/Trigger/src/HLTMuonCertSummary.cc b/DQMOffline/Trigger/src/HLTMuonCertSummary.cc index 71d06c37d8792..244dea3b73271 100644 --- a/DQMOffline/Trigger/src/HLTMuonCertSummary.cc +++ b/DQMOffline/Trigger/src/HLTMuonCertSummary.cc @@ -8,7 +8,7 @@ // Original Author: Jason Slaunwhite // // Created: Thu Jan 22 13:42:28CET 2009 -// $Id: HLTMuonCertSummary.cc,v 1.6 2010/07/20 02:58:28 wmtan Exp $ +// $Id: HLTMuonCertSummary.cc,v 1.5 2010/01/12 14:11:20 dellaric Exp $ // // system include files diff --git a/DQMOffline/Trigger/src/HLTMuonMatchAndPlot.cc b/DQMOffline/Trigger/src/HLTMuonMatchAndPlot.cc index 924959596f75d..7442de7e85b92 100644 --- a/DQMOffline/Trigger/src/HLTMuonMatchAndPlot.cc +++ b/DQMOffline/Trigger/src/HLTMuonMatchAndPlot.cc @@ -81,7 +81,6 @@ HLTMuonMatchAndPlot::HLTMuonMatchAndPlot(const ParameterSet & pset, TPRegexp levelRegexp("L[1-3]"); size_t nModules = moduleLabels_.size(); TObjArray * levelArray = levelRegexp.MatchS(moduleLabels_[nModules - 1]); - std::cout << moduleLabels_[nModules - 1] << std::endl; if (levelArray->GetEntriesFast() > 0) { triggerLevel_ = ((TObjString *)levelArray->At(0))->GetString(); } diff --git a/DQMOffline/Trigger/src/HLTMuonOfflineAnalyzer.cc b/DQMOffline/Trigger/src/HLTMuonOfflineAnalyzer.cc index 75c48bb86f56c..329fb26a9566b 100644 --- a/DQMOffline/Trigger/src/HLTMuonOfflineAnalyzer.cc +++ b/DQMOffline/Trigger/src/HLTMuonOfflineAnalyzer.cc @@ -6,7 +6,7 @@ // // Jason Slaunwhite and Jeff Klukas -// $Id: HLTMuonOfflineAnalyzer.cc,v 1.3 2011/04/01 20:39:01 klukas Exp $ +// $Id: HLTMuonOfflineAnalyzer.cc,v 1.2 2011/04/01 15:38:04 klukas Exp $ // // diff --git a/DQMOffline/Trigger/src/HLTOverallSummary.cc b/DQMOffline/Trigger/src/HLTOverallSummary.cc index 1f2d2a48215d0..7f10aab51857c 100644 --- a/DQMOffline/Trigger/src/HLTOverallSummary.cc +++ b/DQMOffline/Trigger/src/HLTOverallSummary.cc @@ -8,7 +8,7 @@ // Original Author: Jason Slaunwhite // // Created: Thu Jan 22 13:42:28CET 2009 -// $Id: HLTOverallSummary.cc,v 1.6 2010/07/20 02:58:28 wmtan Exp $ +// $Id: HLTOverallSummary.cc,v 1.5 2010/01/12 14:11:20 dellaric Exp $ // // system include files diff --git a/DQMOffline/Trigger/src/SealModule.cc b/DQMOffline/Trigger/src/SealModule.cc index c4cd34736b4df..23cac011a9718 100644 --- a/DQMOffline/Trigger/src/SealModule.cc +++ b/DQMOffline/Trigger/src/SealModule.cc @@ -1,4 +1,4 @@ -// $Id: SealModule.cc,v 1.30 2012/05/18 09:25:28 srimanob Exp $ +// $Id: SealModule.cc,v 1.29 2011/02/25 19:55:56 jyothsna Exp $ #include "DQMOffline/Trigger/interface/FourVectorHLTClient.h" #include "DQMOffline/Trigger/interface/FourVectorHLTOffline.h" diff --git a/DQMOffline/Trigger/src/TopHLTDiMuonDQM.cc b/DQMOffline/Trigger/src/TopHLTDiMuonDQM.cc index 206209c82006a..f39e8ebd006b5 100644 --- a/DQMOffline/Trigger/src/TopHLTDiMuonDQM.cc +++ b/DQMOffline/Trigger/src/TopHLTDiMuonDQM.cc @@ -1,6 +1,6 @@ /* - * $Date: 2010/08/13 09:11:38 $ - * $Revision: 1.8 $ + * $Date: 2010/08/04 13:24:49 $ + * $Revision: 2.10 $ * \author M. Marienfeld - DESY Hamburg */ diff --git a/DQMOffline/Trigger/src/TopHLTDiMuonDQMClient.cc b/DQMOffline/Trigger/src/TopHLTDiMuonDQMClient.cc index f673e85c7a12c..92a4a3819aebf 100644 --- a/DQMOffline/Trigger/src/TopHLTDiMuonDQMClient.cc +++ b/DQMOffline/Trigger/src/TopHLTDiMuonDQMClient.cc @@ -1,6 +1,6 @@ /* - * $Date: 2010/08/13 09:11:38 $ - * $Revision: 1.1 $ + * $Date: 2010/08/04 13:24:49 $ + * $Revision: 2.10 $ * \author M. Marienfeld - DESY Hamburg */ diff --git a/DQMServices/ClientConfig/interface/DQMGenericClient.h b/DQMServices/ClientConfig/interface/DQMGenericClient.h index bd154f4c821e3..c9bfbaabdc95c 100644 --- a/DQMServices/ClientConfig/interface/DQMGenericClient.h +++ b/DQMServices/ClientConfig/interface/DQMGenericClient.h @@ -6,8 +6,8 @@ * * DQM histogram post processor * - * $Date: 2013/05/23 16:16:28 $ - * $Revision: 1.10 $ + * $Date: 2010/12/09 20:13:02 $ + * $Revision: 1.9 $ * * \author Junghwan Goh - SungKyunKwan University */ diff --git a/DQMServices/ClientConfig/interface/DQMParserBase.h b/DQMServices/ClientConfig/interface/DQMParserBase.h index 8f0a4f72e013a..c7c268856a6cc 100644 --- a/DQMServices/ClientConfig/interface/DQMParserBase.h +++ b/DQMServices/ClientConfig/interface/DQMParserBase.h @@ -6,8 +6,8 @@ * Base class for Parsers used by DQM * * - * $Date: 2011/06/16 03:07:27 $ - * $Revision: 1.6 $ + * $Date: 2010/01/26 20:55:57 $ + * $Revision: 1.5 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/interface/FitSlicesYTool.h b/DQMServices/ClientConfig/interface/FitSlicesYTool.h index 65423f2b4662c..5ca95c879c96f 100644 --- a/DQMServices/ClientConfig/interface/FitSlicesYTool.h +++ b/DQMServices/ClientConfig/interface/FitSlicesYTool.h @@ -4,8 +4,8 @@ /** \class FitSlicesYTool * Class to fill Monitor Elements using the ROOT FitSlicesY tool * - * $Date: 2009/03/27 00:16:49 $ - * $Revision: 1.1 $ + * $Date: 2008/03/01 15:22:03 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/DQMServices/ClientConfig/interface/QTestConfigurationParser.h b/DQMServices/ClientConfig/interface/QTestConfigurationParser.h index d1b22f1e0c917..8520d95270da2 100644 --- a/DQMServices/ClientConfig/interface/QTestConfigurationParser.h +++ b/DQMServices/ClientConfig/interface/QTestConfigurationParser.h @@ -6,8 +6,8 @@ * Parses the xml file with the configuration of quality tests * and the map between quality tests and MonitorElement * - * $Date: 2008/05/14 12:38:46 $ - * $Revision: 1.4 $ + * $Date: 2008/04/14 14:40:37 $ + * $Revision: 1.3.10.3 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/interface/QTestConfigure.h b/DQMServices/ClientConfig/interface/QTestConfigure.h index d4afabd12d4f0..88be3c38b5dc0 100644 --- a/DQMServices/ClientConfig/interface/QTestConfigure.h +++ b/DQMServices/ClientConfig/interface/QTestConfigure.h @@ -7,8 +7,8 @@ * the xml configuration file parsed by QTestConfigurationParser. * * - * $Date: 2013/05/30 15:29:53 $ - * $Revision: 1.14 $ + * $Date: 2013/05/23 16:16:28 $ + * $Revision: 1.13 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/interface/QTestHandle.h b/DQMServices/ClientConfig/interface/QTestHandle.h index 302bf98d365f1..9a994e7774f2a 100644 --- a/DQMServices/ClientConfig/interface/QTestHandle.h +++ b/DQMServices/ClientConfig/interface/QTestHandle.h @@ -5,8 +5,8 @@ * * * Handles quality tests (configuring, attaching to ME's, * - * $Date: 2010/01/26 20:56:01 $ - * $Revision: 1.9 $ + * $Date: 2008/11/26 09:13:18 $ + * $Revision: 1.8 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/interface/QTestParameterNames.h b/DQMServices/ClientConfig/interface/QTestParameterNames.h index 1d5e425205a69..d1a4e9ac33412 100644 --- a/DQMServices/ClientConfig/interface/QTestParameterNames.h +++ b/DQMServices/ClientConfig/interface/QTestParameterNames.h @@ -8,8 +8,8 @@ * It's used by QTestConfigurationPerser * to check that all necessary parameters are defined. * - * $Date: 2006/05/09 21:28:24 $ - * $Revision: 1.1 $ + * $Date: 2006/05/04 10:27:27 $ + * $Revision: 1.2 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/interface/QTestStatusChecker.h b/DQMServices/ClientConfig/interface/QTestStatusChecker.h index 2466a90fbb45d..f108cd7537af6 100644 --- a/DQMServices/ClientConfig/interface/QTestStatusChecker.h +++ b/DQMServices/ClientConfig/interface/QTestStatusChecker.h @@ -7,8 +7,8 @@ * DQMStore) and fills string maps containing the alarms * * - * $Date: 2013/05/23 16:16:28 $ - * $Revision: 1.8 $ + * $Date: 2009/11/12 11:24:34 $ + * $Revision: 1.7 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/plugins/DQMGenericClient.cc b/DQMServices/ClientConfig/plugins/DQMGenericClient.cc index 3b55072b47d8f..4bce94030ce00 100644 --- a/DQMServices/ClientConfig/plugins/DQMGenericClient.cc +++ b/DQMServices/ClientConfig/plugins/DQMGenericClient.cc @@ -2,8 +2,8 @@ * Class:DQMGenericClient * * - * $Date: 2013/05/23 16:16:28 $ - * $Revision: 1.35 $ + * $Date: 2012/10/16 10:05:33 $ + * $Revision: 1.34 $ * * \author Junghwan Goh - SungKyunKwan University */ diff --git a/DQMServices/ClientConfig/src/DQMParserBase.cc b/DQMServices/ClientConfig/src/DQMParserBase.cc index 672a06463d757..6a400f31a10ab 100644 --- a/DQMServices/ClientConfig/src/DQMParserBase.cc +++ b/DQMServices/ClientConfig/src/DQMParserBase.cc @@ -7,8 +7,8 @@ * * Implementation of DQMParserBase * - * $Date: 2011/06/16 03:07:28 $ - * $Revision: 1.8 $ + * $Date: 2010/01/27 13:33:38 $ + * $Revision: 1.7 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/src/QTestConfigurationParser.cc b/DQMServices/ClientConfig/src/QTestConfigurationParser.cc index 7522a2f640c8f..c34e74ea6efb9 100644 --- a/DQMServices/ClientConfig/src/QTestConfigurationParser.cc +++ b/DQMServices/ClientConfig/src/QTestConfigurationParser.cc @@ -7,8 +7,8 @@ * * Implementation of QTestConfigurationParser * - * $Date: 2013/04/01 09:47:14 $ - * $Revision: 1.7 $ + * $Date: 2011/06/16 03:07:28 $ + * $Revision: 1.6 $ * \author Ilaria Segoni */ using namespace xercesc; diff --git a/DQMServices/ClientConfig/src/QTestConfigure.cc b/DQMServices/ClientConfig/src/QTestConfigure.cc index 97d5018d19824..97a269e427bf6 100644 --- a/DQMServices/ClientConfig/src/QTestConfigure.cc +++ b/DQMServices/ClientConfig/src/QTestConfigure.cc @@ -2,8 +2,8 @@ * * Implementation of QTestConfigure * - * $Date: 2013/05/30 15:29:53 $ - * $Revision: 1.28 $ + * $Date: 2013/05/23 16:16:29 $ + * $Revision: 1.27 $ * \author Ilaria Segoni */ #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/DQMServices/ClientConfig/src/QTestHandle.cc b/DQMServices/ClientConfig/src/QTestHandle.cc index e266595dd16b3..744de4fe7b69a 100644 --- a/DQMServices/ClientConfig/src/QTestHandle.cc +++ b/DQMServices/ClientConfig/src/QTestHandle.cc @@ -2,8 +2,8 @@ * * Implementation of QTestHandle * - * $Date: 2010/01/26 20:56:13 $ - * $Revision: 1.13 $ + * $Date: 2008/11/24 20:07:27 $ + * $Revision: 1.12 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/src/QTestParameterNames.cc b/DQMServices/ClientConfig/src/QTestParameterNames.cc index 9b88a5b3f3691..1b65e6dadec5e 100644 --- a/DQMServices/ClientConfig/src/QTestParameterNames.cc +++ b/DQMServices/ClientConfig/src/QTestParameterNames.cc @@ -2,8 +2,8 @@ * * Implementation of QTestParameterNames * - * $Date: 2012/08/07 04:24:27 $ - * $Revision: 1.13 $ + * $Date: 2010/03/14 13:07:53 $ + * $Revision: 1.12 $ * \author Ilaria Segoni */ diff --git a/DQMServices/ClientConfig/src/QTestStatusChecker.cc b/DQMServices/ClientConfig/src/QTestStatusChecker.cc index b5f52415ed234..f692a8fb7df48 100644 --- a/DQMServices/ClientConfig/src/QTestStatusChecker.cc +++ b/DQMServices/ClientConfig/src/QTestStatusChecker.cc @@ -2,8 +2,8 @@ * * Implementation of QTestStatusChecker * - * $Date: 2013/05/23 16:16:29 $ - * $Revision: 1.9 $ + * $Date: 2008/02/22 23:52:24 $ + * $Revision: 1.8 $ * \author Ilaria Segoni */ diff --git a/DQMServices/Components/interface/QualityTester.h b/DQMServices/Components/interface/QualityTester.h index a0db8675a66cc..3e2d6fd7737f3 100644 --- a/DQMServices/Components/interface/QualityTester.h +++ b/DQMServices/Components/interface/QualityTester.h @@ -8,8 +8,8 @@ * - they receive ME data from the SM * - they are run together with the producers (standalone mode) * - * $Date: 2010/01/27 13:11:57 $ - * $Revision: 1.11 $ + * $Date: 2010/01/26 20:55:23 $ + * $Revision: 1.10 $ * \author M. Zanetti - CERN PH * */ diff --git a/DQMServices/Components/plugins/DQMLumiMonitor.cc b/DQMServices/Components/plugins/DQMLumiMonitor.cc index a9311e3f88f40..146ef52f2663d 100644 --- a/DQMServices/Components/plugins/DQMLumiMonitor.cc +++ b/DQMServices/Components/plugins/DQMLumiMonitor.cc @@ -2,8 +2,8 @@ * \file DQMLumiMonitor.cc * \author S. Dutta * Last Update: - * $Date: 2012/05/02 19:59:18 $ - * $Revision: 1.6 $ + * $Date: 2012/04/20 06:49:07 $ + * $Revision: 1.5 $ * $Author: dutta $ * * Description: Pixel Luminosity Monitoring diff --git a/DQMServices/Components/plugins/DQMLumiMonitor.h b/DQMServices/Components/plugins/DQMLumiMonitor.h index b6adb0f40b92e..3ece7aa6ff533 100644 --- a/DQMServices/Components/plugins/DQMLumiMonitor.h +++ b/DQMServices/Components/plugins/DQMLumiMonitor.h @@ -3,8 +3,8 @@ * * DQM Luminosity Monitoring * - * $Date: 2012/04/20 06:49:07 $ - * $Revision: 1.3 $ + * $Date: 2012/04/11 07:16:51 $ + * $Revision: 1.2 $ * \author S. Dutta * */ diff --git a/DQMServices/Components/plugins/EDMtoMEConverter.cc b/DQMServices/Components/plugins/EDMtoMEConverter.cc index 06050ba1cf045..91a3e9c119aee 100644 --- a/DQMServices/Components/plugins/EDMtoMEConverter.cc +++ b/DQMServices/Components/plugins/EDMtoMEConverter.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2012/10/10 16:01:52 $ - * $Revision: 1.36 $ + * $Date: 2010/09/14 09:12:54 $ + * $Revision: 1.35 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Components/plugins/EDMtoMEConverter.h b/DQMServices/Components/plugins/EDMtoMEConverter.h index d7b4981243087..13122de5a8620 100644 --- a/DQMServices/Components/plugins/EDMtoMEConverter.h +++ b/DQMServices/Components/plugins/EDMtoMEConverter.h @@ -6,8 +6,8 @@ * Class to take dqm monitor elements and convert into a * ROOT dataformat stored in Run tree of edm file * - * $Date: 2012/10/10 16:01:57 $ - * $Revision: 1.19 $ + * $Date: 2010/09/14 09:12:54 $ + * $Revision: 1.18 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Components/plugins/MEtoEDMConverter.cc b/DQMServices/Components/plugins/MEtoEDMConverter.cc index 5e3a577f8c4ff..c35af44df2fc2 100644 --- a/DQMServices/Components/plugins/MEtoEDMConverter.cc +++ b/DQMServices/Components/plugins/MEtoEDMConverter.cc @@ -4,8 +4,8 @@ * * See header file for description of class * - * $Date: 2013/06/05 15:22:15 $ - * $Revision: 1.35 $ + * $Date: 2013/05/28 20:26:04 $ + * $Revision: 1.34 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Components/plugins/MEtoEDMConverter.h b/DQMServices/Components/plugins/MEtoEDMConverter.h index e4fe323194e60..81a35c047d973 100644 --- a/DQMServices/Components/plugins/MEtoEDMConverter.h +++ b/DQMServices/Components/plugins/MEtoEDMConverter.h @@ -6,8 +6,8 @@ * Class to take dqm monitor elements and convert into a * ROOT dataformat stored in Run tree of edm file * - * $Date: 2013/05/17 21:56:01 $ - * $Revision: 1.20 $ + * $Date: 2010/09/15 15:50:01 $ + * $Revision: 1.19 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Components/plugins/MEtoMEComparitor.cc b/DQMServices/Components/plugins/MEtoMEComparitor.cc index 059e7d7f38951..da2c1956cdeca 100644 --- a/DQMServices/Components/plugins/MEtoMEComparitor.cc +++ b/DQMServices/Components/plugins/MEtoMEComparitor.cc @@ -13,7 +13,7 @@ // // Original Author: jean-roch Vlimant,40 3-A28,+41227671209, // Created: Tue Nov 30 18:55:50 CET 2010 -// $Id: MEtoMEComparitor.cc,v 1.6 2011/02/01 19:17:38 vlimant Exp $ +// $Id: MEtoMEComparitor.cc,v 1.5 2010/12/13 16:56:37 vlimant Exp $ // // diff --git a/DQMServices/Components/plugins/MEtoMEComparitor.h b/DQMServices/Components/plugins/MEtoMEComparitor.h index 0e0c6b6fb28f1..0e583b92f90bf 100644 --- a/DQMServices/Components/plugins/MEtoMEComparitor.h +++ b/DQMServices/Components/plugins/MEtoMEComparitor.h @@ -13,7 +13,7 @@ // // Original Author: jean-roch Vlimant,40 3-A28,+41227671209, // Created: Tue Nov 30 18:55:50 CET 2010 -// $Id: MEtoMEComparitor.h,v 1.5 2011/02/01 19:19:05 vlimant Exp $ +// $Id: MEtoMEComparitor.h,v 1.4 2010/12/13 16:56:42 vlimant Exp $ // // diff --git a/DQMServices/Components/python/test/MERGE_Runs.py b/DQMServices/Components/python/test/MERGE_Runs.py index e0beb40549f99..6db9f5684c4cb 100644 --- a/DQMServices/Components/python/test/MERGE_Runs.py +++ b/DQMServices/Components/python/test/MERGE_Runs.py @@ -31,7 +31,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('SELECT nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQMServices/Components/python/test/SELECT_NONE.py b/DQMServices/Components/python/test/SELECT_NONE.py index 5622e0f7e0650..c5fc5d402c0d9 100644 --- a/DQMServices/Components/python/test/SELECT_NONE.py +++ b/DQMServices/Components/python/test/SELECT_NONE.py @@ -59,7 +59,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('SELECT nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/DQMServices/Components/python/test/py2html_new.py b/DQMServices/Components/python/test/py2html_new.py index 7b3950a1d5221..c62cea19430da 100755 --- a/DQMServices/Components/python/test/py2html_new.py +++ b/DQMServices/Components/python/test/py2html_new.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Original Author: Marco Rovere # Created: Tue Feb 9 10:06:02 CEST 2010 -# $Id: py2html_new.py,v 1.1 2013/04/26 12:17:10 deguio Exp $ +# $Id: py2html_new.py,v 1.1 2012/01/26 11:05:20 rovere Exp $ import re import sys, os diff --git a/DQMServices/Components/src/DQMDaqInfo.h b/DQMServices/Components/src/DQMDaqInfo.h index 9ed59971b75b6..9ff83778a5bc3 100644 --- a/DQMServices/Components/src/DQMDaqInfo.h +++ b/DQMServices/Components/src/DQMDaqInfo.h @@ -15,7 +15,7 @@ // // Original Author: Ilaria SEGONI // Created: Thu Sep 25 11:17:43 CEST 2008 -// $Id: DQMDaqInfo.h,v 1.8 2009/12/15 08:59:49 dellaric Exp $ +// $Id: DQMDaqInfo.h,v 1.7 2008/11/12 13:22:06 segoni Exp $ // // diff --git a/DQMServices/Components/src/DQMDcsInfo.cc b/DQMServices/Components/src/DQMDcsInfo.cc index b0f117ec2d2e6..171a792308b2f 100644 --- a/DQMServices/Components/src/DQMDcsInfo.cc +++ b/DQMServices/Components/src/DQMDcsInfo.cc @@ -2,9 +2,9 @@ * \file DQMDcsInfo.cc * \author A.Meyer - DESY * Last Update: - * $Date: 2012/08/02 07:59:10 $ - * $Revision: 1.3 $ - * $Author: rovere $ + * $Date: 2010/03/29 18:34:06 $ + * $Revision: 1.2 $ + * $Author: ameyer $ * */ diff --git a/DQMServices/Components/src/DQMDcsInfo.h b/DQMServices/Components/src/DQMDcsInfo.h index 0851928aa233b..50ca4c4d9f960 100644 --- a/DQMServices/Components/src/DQMDcsInfo.h +++ b/DQMServices/Components/src/DQMDcsInfo.h @@ -4,8 +4,8 @@ /* * \file DQMDcsInfo.h * - * $Date: 2012/08/02 07:59:10 $ - * $Revision: 1.3 $ + * $Date: 2010/03/29 18:34:06 $ + * $Revision: 1.2 $ * \author A.Meyer - DESY * */ diff --git a/DQMServices/Components/src/DQMDcsInfoClient.cc b/DQMServices/Components/src/DQMDcsInfoClient.cc index 5a74b6779c9ef..a585b2f7e8251 100644 --- a/DQMServices/Components/src/DQMDcsInfoClient.cc +++ b/DQMServices/Components/src/DQMDcsInfoClient.cc @@ -3,9 +3,9 @@ * \file DQMDcsInfoClient.cc * \author Andreas Meyer * Last Update: - * $Date: 2012/08/02 07:59:10 $ - * $Revision: 1.8 $ - * $Author: rovere $ + * $Date: 2011/01/19 11:48:33 $ + * $Revision: 1.7 $ + * $Author: dutta $ * */ diff --git a/DQMServices/Components/src/DQMDcsInfoClient.h b/DQMServices/Components/src/DQMDcsInfoClient.h index da03abd013a49..05a227b47d796 100644 --- a/DQMServices/Components/src/DQMDcsInfoClient.h +++ b/DQMServices/Components/src/DQMDcsInfoClient.h @@ -5,8 +5,8 @@ * \class DQMDcsInfoClient * \author Andreas Meyer * - * $Date: 2012/08/02 07:59:10 $ - * $Revision: 1.4 $ + * $Date: 2010/12/17 15:51:07 $ + * $Revision: 1.3 $ * $Author: rovere $ * */ diff --git a/DQMServices/Components/src/DQMEventInfo.cc b/DQMServices/Components/src/DQMEventInfo.cc index 954649f76175f..d314003b443fe 100644 --- a/DQMServices/Components/src/DQMEventInfo.cc +++ b/DQMServices/Components/src/DQMEventInfo.cc @@ -2,9 +2,9 @@ * \file DQMEventInfo.cc * \author M. Zanetti - CERN PH * Last Update: - * $Date: 2011/03/25 09:26:49 $ - * $Revision: 1.33 $ - * $Author: lilopera $ + * $Date: 2010/07/20 19:36:27 $ + * $Revision: 1.32 $ + * $Author: wmtan $ * */ #include "DQMEventInfo.h" diff --git a/DQMServices/Components/src/DQMEventInfo.h b/DQMServices/Components/src/DQMEventInfo.h index 2d798547f942b..ab62b5e74e387 100644 --- a/DQMServices/Components/src/DQMEventInfo.h +++ b/DQMServices/Components/src/DQMEventInfo.h @@ -4,8 +4,8 @@ /* * \file DQMEventInfo.h * - * $Date: 2010/09/13 12:43:25 $ - * $Revision: 1.17 $ + * $Date: 2010/07/02 13:10:07 $ + * $Revision: 1.16 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQMServices/Components/src/DQMFEDIntegrityClient.cc b/DQMServices/Components/src/DQMFEDIntegrityClient.cc index 0cd881581697b..913cad6270a62 100644 --- a/DQMServices/Components/src/DQMFEDIntegrityClient.cc +++ b/DQMServices/Components/src/DQMFEDIntegrityClient.cc @@ -3,8 +3,8 @@ * \file DQMFEDIntegrityClient.cc * \author M. Marienfeld * Last Update: - * $Date: 2010/03/29 18:34:06 $ - * $Revision: 1.19 $ + * $Date: 2010/03/25 16:10:25 $ + * $Revision: 1.18 $ * $Author: ameyer $ * * Description: Summing up FED entries from all subdetectors. diff --git a/DQMServices/Components/src/DQMFEDIntegrityClient.h b/DQMServices/Components/src/DQMFEDIntegrityClient.h index 5fcb6a0cae269..c1f9b18f74ee8 100644 --- a/DQMServices/Components/src/DQMFEDIntegrityClient.h +++ b/DQMServices/Components/src/DQMFEDIntegrityClient.h @@ -4,8 +4,8 @@ * * DQM FED Client * - * $Date: 2010/03/29 18:34:06 $ - * $Revision: 1.8 $ + * $Date: 2010/03/25 16:10:25 $ + * $Revision: 1.7 $ * \author M. Marienfeld * */ diff --git a/DQMServices/Components/src/DQMProvInfo.cc b/DQMServices/Components/src/DQMProvInfo.cc index 84a8300fcac86..0c4665417b37b 100644 --- a/DQMServices/Components/src/DQMProvInfo.cc +++ b/DQMServices/Components/src/DQMProvInfo.cc @@ -2,9 +2,9 @@ * \file DQMProvInfo.cc * \author A.Raval / A.Meyer - DESY * Last Update: - * $Date: 2012/12/01 03:54:21 $ - * $Revision: 1.32 $ - * $Author: wmtan $ + * $Date: 2012/04/11 07:56:56 $ + * $Revision: 1.31 $ + * $Author: dutta $ * */ diff --git a/DQMServices/Components/src/DQMProvInfo.h b/DQMServices/Components/src/DQMProvInfo.h index b87fbae642290..5efed0deae617 100644 --- a/DQMServices/Components/src/DQMProvInfo.h +++ b/DQMServices/Components/src/DQMProvInfo.h @@ -4,8 +4,8 @@ /* * \file DQMProvInfo.h * - * $Date: 2011/11/23 14:24:50 $ - * $Revision: 1.14 $ + * $Date: 2010/09/20 15:25:20 $ + * $Revision: 1.13 $ * \author A.Meyer - DESY * */ diff --git a/DQMServices/Components/src/DQMStoreStats.cc b/DQMServices/Components/src/DQMStoreStats.cc index f45354332235a..a931b5fde3cf3 100644 --- a/DQMServices/Components/src/DQMStoreStats.cc +++ b/DQMServices/Components/src/DQMStoreStats.cc @@ -2,8 +2,8 @@ * \file DQMStoreStats.cc * \author Andreas Meyer * Last Update: - * $Date: 2012/08/17 15:44:22 $ - * $Revision: 1.17 $ + * $Date: 2011/06/08 22:32:43 $ + * $Revision: 1.16 $ * $Author: rovere $ * * Description: Print out statistics of histograms in DQMStore diff --git a/DQMServices/Components/src/DQMStoreStats.h b/DQMServices/Components/src/DQMStoreStats.h index 3078221bd25e2..b4311e952a6da 100644 --- a/DQMServices/Components/src/DQMStoreStats.h +++ b/DQMServices/Components/src/DQMStoreStats.h @@ -5,8 +5,8 @@ * * * DQM Test Client * - * $Date: 2011/06/08 22:32:43 $ - * $Revision: 1.11 $ + * $Date: 2011/06/07 13:42:50 $ + * $Revision: 1.10 $ * \author Andreas Meyer CERN * \author Jan Olzem DESY * diff --git a/DQMServices/Components/src/QualityTester.cc b/DQMServices/Components/src/QualityTester.cc index aa22e5829b345..b5ea6eab2d45d 100644 --- a/DQMServices/Components/src/QualityTester.cc +++ b/DQMServices/Components/src/QualityTester.cc @@ -1,8 +1,8 @@ /* * \file QualityTester.cc * - * $Date: 2010/07/20 02:58:28 $ - * $Revision: 1.19 $ + * $Date: 2010/02/09 17:43:02 $ + * $Revision: 1.18 $ * \author M. Zanetti - CERN PH * */ diff --git a/DQMServices/Diagnostic/src/HDQMfitUtilities.cc b/DQMServices/Diagnostic/src/HDQMfitUtilities.cc index cebf20daf2da4..9eed61c5f2132 100644 --- a/DQMServices/Diagnostic/src/HDQMfitUtilities.cc +++ b/DQMServices/Diagnostic/src/HDQMfitUtilities.cc @@ -266,7 +266,7 @@ double HDQMfitUtilities::doLanGaussFit(TH1F* htoFit){ edm::LogInfo("fitUtility") << "langaupro: max " << sPeak << std::endl; edm::LogInfo("fitUtility") << "langaupro: FWHM " << sFWHM << std::endl; } - catch(...){ + catch(cms::Exception& iException){ edm::LogError("fitUtility") << "problem in fitting " << htoFit->GetTitle() << " \n\tDefault values of the parameters will be used"; pLanGausS[0]=-9999; pLanGausS[1]=-9999; pLanGausS[2]=-9999; pLanGausS[3]=-9999; epLanGausS[0]=-9999; epLanGausS[1]=-9999; epLanGausS[2]=-9999; epLanGausS[3]=-9999; @@ -337,7 +337,7 @@ double HDQMfitUtilities::doGaussFit(TH1F* htoFit){ chi2GausS =langausFit->GetChisquare(); // obtain chi^2 nDofGausS = langausFit->GetNDF();// obtain ndf } - catch(...){ + catch(cms::Exception& iException){ edm::LogError("fitUtility") << "problem in fitting " << htoFit->GetTitle() << " \n\tDefault values of the parameters will be used"; pGausS[0]=-9999; pGausS[1]=-9999; pGausS[2]=-9999; epGausS[0]=-9999; epGausS[1]=-9999; epGausS[2]=-9999; diff --git a/DQMServices/Examples/interface/ConverterTester.h b/DQMServices/Examples/interface/ConverterTester.h index 25832ef499f7b..f27140d81ef62 100644 --- a/DQMServices/Examples/interface/ConverterTester.h +++ b/DQMServices/Examples/interface/ConverterTester.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2009/12/14 22:22:21 $ - * $Revision: 1.3 $ + * $Date: 2008/04/16 21:52:41 $ + * $Revision: 1.2 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Examples/interface/DQMClientExample.h b/DQMServices/Examples/interface/DQMClientExample.h index ab4842a20b010..58fc4140581b5 100644 --- a/DQMServices/Examples/interface/DQMClientExample.h +++ b/DQMServices/Examples/interface/DQMClientExample.h @@ -5,8 +5,8 @@ * * * DQM Test Client * - * $Date: 2010/07/19 22:17:41 $ - * $Revision: 1.8 $ + * $Date: 2009/12/14 22:22:21 $ + * $Revision: 1.7 $ * \author M. Zanetti CERN * */ diff --git a/DQMServices/Examples/interface/DQMSourceExample.h b/DQMServices/Examples/interface/DQMSourceExample.h index 9c56da1813e47..9120a4f159da1 100644 --- a/DQMServices/Examples/interface/DQMSourceExample.h +++ b/DQMServices/Examples/interface/DQMSourceExample.h @@ -5,8 +5,8 @@ * * * DQM Test Client * - * $Date: 2009/12/14 22:22:21 $ - * $Revision: 1.13 $ + * $Date: 2009/09/30 22:57:34 $ + * $Revision: 1.12 $ * \author M. Zanetti CERN * */ diff --git a/DQMServices/Examples/interface/HarvestingAnalyzer.h b/DQMServices/Examples/interface/HarvestingAnalyzer.h index e971535816b1b..9f64f8f57dd94 100644 --- a/DQMServices/Examples/interface/HarvestingAnalyzer.h +++ b/DQMServices/Examples/interface/HarvestingAnalyzer.h @@ -5,8 +5,8 @@ * * Class to perform operations on MEs after EDMtoMEConverter * - * $Date: 2009/12/14 22:22:22 $ - * $Revision: 1.2 $ + * $Date: 2008/04/17 21:20:12 $ + * $Revision: 1.1 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Examples/interface/HarvestingDataCertification.h b/DQMServices/Examples/interface/HarvestingDataCertification.h index 21f9d5cb7ff38..b2f2774126b72 100644 --- a/DQMServices/Examples/interface/HarvestingDataCertification.h +++ b/DQMServices/Examples/interface/HarvestingDataCertification.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2009/12/14 22:22:22 $ - * $Revision: 1.2 $ + * $Date: 2008/04/17 21:20:12 $ + * $Revision: 1.1 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DQMServices/Examples/src/DQMClientExample.cc b/DQMServices/Examples/src/DQMClientExample.cc index d2babe327c6ba..78b8af05a4cf1 100644 --- a/DQMServices/Examples/src/DQMClientExample.cc +++ b/DQMServices/Examples/src/DQMClientExample.cc @@ -3,9 +3,9 @@ * \author M. Zanetti - CERN * * Last Update: - * $Date: 2009/12/14 22:22:23 $ - * $Revision: 1.16 $ - * $Author: wmtan $ + * $Date: 2009/10/13 18:20:26 $ + * $Revision: 1.15 $ + * $Author: ameyer $ * */ diff --git a/DQMServices/Examples/src/DQMSourceExample.cc b/DQMServices/Examples/src/DQMSourceExample.cc index 1625b2edfb7e4..a4ed816a5d678 100644 --- a/DQMServices/Examples/src/DQMSourceExample.cc +++ b/DQMServices/Examples/src/DQMSourceExample.cc @@ -2,9 +2,9 @@ * \file DQMSourceExample.cc * \author C.Leonidopoulos * Last Update: - * $Date: 2009/12/14 22:22:23 $ - * $Revision: 1.26 $ - * $Author: wmtan $ + * $Date: 2009/10/13 18:20:26 $ + * $Revision: 1.25 $ + * $Author: ameyer $ * * Description: Simple example showing how to create a DQM source creating and filling * monitoring elements diff --git a/DQMServices/FwkIO/plugins/DQMRootOutputModule.cc b/DQMServices/FwkIO/plugins/DQMRootOutputModule.cc index 5ccf124250abd..b1742757a0c1e 100644 --- a/DQMServices/FwkIO/plugins/DQMRootOutputModule.cc +++ b/DQMServices/FwkIO/plugins/DQMRootOutputModule.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 29 13:26:29 CDT 2011 -// $Id: DQMRootOutputModule.cc,v 1.16 2013/02/01 16:38:32 wdd Exp $ +// $Id: DQMRootOutputModule.cc,v 1.15 2012/05/14 20:07:26 wmtan Exp $ // // system include files diff --git a/DQMServices/FwkIO/plugins/DQMRootSource.cc b/DQMServices/FwkIO/plugins/DQMRootSource.cc index d8649f1442708..09476b4901183 100644 --- a/DQMServices/FwkIO/plugins/DQMRootSource.cc +++ b/DQMServices/FwkIO/plugins/DQMRootSource.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue May 3 11:13:47 CDT 2011 -// $Id: DQMRootSource.cc,v 1.32 2013/06/06 07:52:17 deguio Exp $ +// $Id: DQMRootSource.cc,v 1.31 2013/04/24 22:48:01 wmtan Exp $ // // system include files diff --git a/DQMServices/FwkIO/plugins/format.h b/DQMServices/FwkIO/plugins/format.h index 645b969bd82c1..398b3cbb97f9c 100644 --- a/DQMServices/FwkIO/plugins/format.h +++ b/DQMServices/FwkIO/plugins/format.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue May 3 15:33:16 CDT 2011 -// $Id: format.h,v 1.6 2011/05/16 17:26:42 chrjones Exp $ +// $Id: format.h,v 1.5 2011/05/13 15:54:45 chrjones Exp $ // diff --git a/DQMServices/FwkIO/test/DummyFillDQMStore.cc b/DQMServices/FwkIO/test/DummyFillDQMStore.cc index 0dd727aa1d296..3566e41e1439b 100644 --- a/DQMServices/FwkIO/test/DummyFillDQMStore.cc +++ b/DQMServices/FwkIO/test/DummyFillDQMStore.cc @@ -13,7 +13,7 @@ // // Original Author: Christopher Jones // Created: Fri Apr 29 18:05:50 CDT 2011 -// $Id: DummyFillDQMStore.cc,v 1.6 2013/02/01 16:38:32 wdd Exp $ +// $Id: DummyFillDQMStore.cc,v 1.5 2012/08/14 12:11:47 davidlt Exp $ // // diff --git a/DQMServices/FwkIO/test/DummyReadDQMStore.cc b/DQMServices/FwkIO/test/DummyReadDQMStore.cc index 038cb800edea3..6ba246bd45614 100644 --- a/DQMServices/FwkIO/test/DummyReadDQMStore.cc +++ b/DQMServices/FwkIO/test/DummyReadDQMStore.cc @@ -13,7 +13,7 @@ // // Original Author: Christopher Jones // Created: Fri Apr 29 18:05:50 CDT 2011 -// $Id: DummyReadDQMStore.cc,v 1.2 2012/08/14 12:11:47 davidlt Exp $ +// $Id: DummyReadDQMStore.cc,v 1.1 2011/07/08 19:04:34 chrjones Exp $ // // diff --git a/DQMServices/XdaqCollector/interface/Exception.h b/DQMServices/XdaqCollector/interface/Exception.h index d6e93be1dbbdc..834f45b8f87fb 100644 --- a/DQMServices/XdaqCollector/interface/Exception.h +++ b/DQMServices/XdaqCollector/interface/Exception.h @@ -1,4 +1,4 @@ -// $Id: Exception.h,v 1.1 2008/07/01 13:22:26 ameyer Exp $ +// $Id: Exception.h,v 1.1 2008-01-18 12:44:54 oh Exp $ /************************************************************************* * XDAQ Components for Distributed Data Acquisition * diff --git a/DQMServices/XdaqCollector/interface/ToDqm.h b/DQMServices/XdaqCollector/interface/ToDqm.h index e9bf0a2d59f8e..43d3a323272f7 100644 --- a/DQMServices/XdaqCollector/interface/ToDqm.h +++ b/DQMServices/XdaqCollector/interface/ToDqm.h @@ -1,4 +1,4 @@ -// $Id: ToDqm.h,v 1.3 2008/10/23 14:35:33 vpatras Exp $ +// $Id: ToDqm.h,v 1.2 2008/10/13 13:03:50 vpatras Exp $ /************************************************************************* * XDAQ Components for Distributed Data Acquisition * diff --git a/DQMServices/XdaqCollector/interface/XmasToDQM.h b/DQMServices/XdaqCollector/interface/XmasToDQM.h index 8b63eee5ccd3e..c2c10d3b092f2 100644 --- a/DQMServices/XdaqCollector/interface/XmasToDQM.h +++ b/DQMServices/XdaqCollector/interface/XmasToDQM.h @@ -1,4 +1,4 @@ -// $Id: XmasToDQM.h,v 1.3 2012/10/25 06:07:57 davidlt Exp $ +// $Id: XmasToDQM.h,v 1.2 2008/10/23 14:36:07 vpatras Exp $ /************************************************************************* * XDAQ Components for Distributed Data Acquisition * diff --git a/DQMServices/XdaqCollector/interface/XmasToDQMEventInfo.h b/DQMServices/XdaqCollector/interface/XmasToDQMEventInfo.h index 6909b7b193e47..86769f42c5ea1 100644 --- a/DQMServices/XdaqCollector/interface/XmasToDQMEventInfo.h +++ b/DQMServices/XdaqCollector/interface/XmasToDQMEventInfo.h @@ -4,8 +4,8 @@ /* * \file DQMEventInfo.h * - * $Date: 2009/09/06 11:34:28 $ - * $Revision: 1.2 $ + * $Date: 2008/10/13 13:01:43 $ + * $Revision: 1.1 $ * \author M. Zanetti - INFN Padova * */ diff --git a/DQMServices/XdaqCollector/src/XmasToDQM.cc b/DQMServices/XdaqCollector/src/XmasToDQM.cc index 86b34364ed19f..5c48344c7c0b4 100644 --- a/DQMServices/XdaqCollector/src/XmasToDQM.cc +++ b/DQMServices/XdaqCollector/src/XmasToDQM.cc @@ -1,4 +1,4 @@ -// $Id: XmasToDQM.cc,v 1.5 2009/09/17 17:21:27 dellaric Exp $ +// $Id: XmasToDQM.cc,v 1.4 2008/10/23 14:37:00 vpatras Exp $ /************************************************************************* * XDAQ Components for Distributed Data Acquisition * diff --git a/DQMServices/XdaqCollector/src/XmasToDQMEventInfo.cc b/DQMServices/XdaqCollector/src/XmasToDQMEventInfo.cc index 7b197453dc9dc..4f405e7e23f97 100644 --- a/DQMServices/XdaqCollector/src/XmasToDQMEventInfo.cc +++ b/DQMServices/XdaqCollector/src/XmasToDQMEventInfo.cc @@ -2,9 +2,9 @@ * \file DQMEventInfo.cc * \author M. Zanetti - CERN PH * Last Update: - * $Date: 2010/07/20 02:58:28 $ - * $Revision: 1.4 $ - * $Author: wmtan $ + * $Date: 2009/09/06 11:34:28 $ + * $Revision: 1.3 $ + * $Author: ameyer $ * */ diff --git a/DataFormats/Alignment/interface/AlignmentClusterFlag.h b/DataFormats/Alignment/interface/AlignmentClusterFlag.h index 412b4b96b09e5..8d3f3aa640b39 100644 --- a/DataFormats/Alignment/interface/AlignmentClusterFlag.h +++ b/DataFormats/Alignment/interface/AlignmentClusterFlag.h @@ -10,7 +10,7 @@ * are bit-packed into a 8-bit word. * * Original author: A. Bonato - * $Id: AlignmentClusterFlag.h,v 1.2 2009/10/12 13:11:33 flucke Exp $ + * $Id$ */ class AlignmentClusterFlag diff --git a/DataFormats/Alignment/interface/TkFittedLasBeam.h b/DataFormats/Alignment/interface/TkFittedLasBeam.h index 8a6126d8dca0c..f2f7b2e209a94 100644 --- a/DataFormats/Alignment/interface/TkFittedLasBeam.h +++ b/DataFormats/Alignment/interface/TkFittedLasBeam.h @@ -1,11 +1,11 @@ #ifndef DataFormats_Alignment_TkFittedLasBeam_h #define DataFormats_Alignment_TkFittedLasBeam_h -/// \class TkFittedLasBeam ($Revision: 1.1 $) +/// \class TkFittedLasBeam ($Revision: 1.3 $) /// /// \author Gero Flucke /// \date May 2009 -/// last update on $Date: 2009/10/13 12:52:25 $ by $Author: flucke $ +/// last update on $Date: 2009/07/27 12:44:16 $ by $Author: flucke $ /// /// An extension of the 'TkLasBeam' containing information about /// a track model fit to the laser hits. diff --git a/DataFormats/BeamSpot/interface/BeamSpot.h b/DataFormats/BeamSpot/interface/BeamSpot.h index 2295c361a2797..87cb722e5bdc3 100755 --- a/DataFormats/BeamSpot/interface/BeamSpot.h +++ b/DataFormats/BeamSpot/interface/BeamSpot.h @@ -7,7 +7,7 @@ * * \author Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) * - * \version $Id: BeamSpot.h,v 1.12 2011/04/06 20:31:35 venturia Exp $ + * \version $Id: BeamSpot.h,v 1.11 2009/09/08 22:02:55 yumiceva Exp $ * */ diff --git a/DataFormats/BeamSpot/src/BeamSpot.cc b/DataFormats/BeamSpot/src/BeamSpot.cc index fb263047c5b2d..a8897032c446f 100644 --- a/DataFormats/BeamSpot/src/BeamSpot.cc +++ b/DataFormats/BeamSpot/src/BeamSpot.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpot.cc,v 1.13 2012/10/19 07:48:45 innocent Exp $ + version $Id: BeamSpot.cc,v 1.12 2011/04/06 20:31:35 venturia Exp $ ________________________________________________________________**/ diff --git a/DataFormats/CSCDigi/interface/CSCALCTDigi.h b/DataFormats/CSCDigi/interface/CSCALCTDigi.h index 62e2d391b3142..0eca2c2e131b4 100644 --- a/DataFormats/CSCDigi/interface/CSCALCTDigi.h +++ b/DataFormats/CSCDigi/interface/CSCALCTDigi.h @@ -5,8 +5,8 @@ * * Digi for ALCT trigger primitives. * - * $Date: 2009/03/25 13:13:11 $ - * $Revision: 1.13 $ + * $Date: 2008/10/29 18:34:40 $ + * $Revision: 1.12 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/interface/CSCALCTStatusDigi.h b/DataFormats/CSCDigi/interface/CSCALCTStatusDigi.h index 564495488ebd2..2b7f91771f0dc 100644 --- a/DataFormats/CSCDigi/interface/CSCALCTStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCALCTStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC ALCT info available in DDU * - * $Date: 2009/05/09 20:23:33 $ - * $Revision: 1.7 $ + * $Date: 2008/10/29 18:34:40 $ + * $Revision: 1.6 $ * */ diff --git a/DataFormats/CSCDigi/interface/CSCALCTStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCALCTStatusDigiCollection.h index 34208790a724c..6e8a7983ae6aa 100644 --- a/DataFormats/CSCDigi/interface/CSCALCTStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCALCTStatusDigiCollection.h @@ -3,7 +3,7 @@ /** \class CSCALCTStatusDigiCollection * - * $Date: 2007/05/21 20:06:55 $ + * $Date: 2007/03/29 16:04:42 $ * $Revision: 1.1 $ */ diff --git a/DataFormats/CSCDigi/interface/CSCCFEBStatusDigi.h b/DataFormats/CSCDigi/interface/CSCCFEBStatusDigi.h index c5672e2e99b7f..4f401532c0fbd 100644 --- a/DataFormats/CSCDigi/interface/CSCCFEBStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCCFEBStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC CFEB status. * - * $Date: 2013/04/22 22:39:23 $ - * $Revision: 1.8 $ + * $Date: 2009/05/09 20:23:33 $ + * $Revision: 1.7 $ * * \author N. Terentiev, CMU * diff --git a/DataFormats/CSCDigi/interface/CSCCFEBStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCCFEBStatusDigiCollection.h index 823a6ca9cfb79..1c2b4c8a0c292 100644 --- a/DataFormats/CSCDigi/interface/CSCCFEBStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCCFEBStatusDigiCollection.h @@ -3,8 +3,8 @@ /** \class CSCCFEBStatusDigiCollection * - * $Date: 2006/09/06 14:04:19 $ - * $Revision: 1.1 $ + * $Date:$ + * $Revision:$ * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/interface/CSCCLCTDigi.h b/DataFormats/CSCDigi/interface/CSCCLCTDigi.h index 6fabe81ed5c89..1c5a5332ae1ee 100644 --- a/DataFormats/CSCDigi/interface/CSCCLCTDigi.h +++ b/DataFormats/CSCDigi/interface/CSCCLCTDigi.h @@ -5,8 +5,8 @@ * * Digi for CLCT trigger primitives. * - * $Date: 2010/06/15 13:40:07 $ - * $Revision: 1.14 $ + * $Date: 2009/03/25 13:13:11 $ + * $Revision: 1.13 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/interface/CSCCLCTPreTriggerCollection.h b/DataFormats/CSCDigi/interface/CSCCLCTPreTriggerCollection.h index 0da173c32fae0..c4a8297bd691a 100644 --- a/DataFormats/CSCDigi/interface/CSCCLCTPreTriggerCollection.h +++ b/DataFormats/CSCDigi/interface/CSCCLCTPreTriggerCollection.h @@ -4,7 +4,7 @@ /** \class CSCCLCTPreTriggerCollection * ED * - * $Date: 2010/04/23 20:39:16 $ + * $Date: 2005/11/17 13:04:59 $ * $Revision: 1.1 $ * \author Rick Wilkinson */ diff --git a/DataFormats/CSCDigi/interface/CSCComparatorDigi.h b/DataFormats/CSCDigi/interface/CSCComparatorDigi.h index 5ba9c20cb29be..1f56e0637cc2f 100644 --- a/DataFormats/CSCDigi/interface/CSCComparatorDigi.h +++ b/DataFormats/CSCDigi/interface/CSCComparatorDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC Comparators. * - * $Date: 2009/05/09 20:23:33 $ - * $Revision: 1.12 $ + * $Date: 2007/07/23 12:08:19 $ + * $Revision: 1.11 $ * * \author M. Schmitt, Northwestern * diff --git a/DataFormats/CSCDigi/interface/CSCComparatorDigiCollection.h b/DataFormats/CSCDigi/interface/CSCComparatorDigiCollection.h index 91e74feb5e8be..e6c15569fcbe3 100644 --- a/DataFormats/CSCDigi/interface/CSCComparatorDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCComparatorDigiCollection.h @@ -4,7 +4,7 @@ /** \class CSCComparatorDigiCollection * ED * - * $Date: 2005/11/18 10:59:01 $ + * $Date: 2005/11/17 13:04:59 $ * $Revision: 1.1 $ * \author Michael Schmitt, Northwestern */ diff --git a/DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h b/DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h index ca4d9126f5d00..212a4b511bca2 100644 --- a/DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h +++ b/DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h @@ -5,8 +5,8 @@ * * Digi for Correlated LCT trigger primitives. * - * $Date: 2011/02/02 13:27:20 $ - * $Revision: 1.17 $ + * $Date: 2009/03/25 13:13:11 $ + * $Revision: 1.16 $ * * \author L. Gray, UF */ diff --git a/DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h index 448a6c23e1855..4392cc6644c13 100644 --- a/DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h @@ -3,8 +3,8 @@ /** \class CSCDCCFormatStatusDigiCollection * - * $Date: 2006/09/08 15:39:41 $ - * $Revision: 1.1 $ + * $Date:$ + * $Revision:$ * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/interface/CSCDCCStatusDigi.h b/DataFormats/CSCDigi/interface/CSCDCCStatusDigi.h index cde10f2ae7939..95fa5ae9e93e2 100644 --- a/DataFormats/CSCDigi/interface/CSCDCCStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCDCCStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC DCC info available in DDU * - * $Date: 2010/06/11 15:44:22 $ - * $Revision: 1.8 $ + * $Date: 2009/05/09 20:23:33 $ + * $Revision: 1.7 $ * */ diff --git a/DataFormats/CSCDigi/interface/CSCDCCStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCDCCStatusDigiCollection.h index 058f975e67d8e..d8b3431f3668f 100644 --- a/DataFormats/CSCDigi/interface/CSCDCCStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCDCCStatusDigiCollection.h @@ -3,7 +3,7 @@ /** \class CSCDCCStatusDigiCollection * - * $Date: 2007/05/21 20:06:55 $ + * $Date: 2007/03/29 16:04:42 $ * $Revision: 1.1 $ */ diff --git a/DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h b/DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h index e6f56f2b796a2..4e95bc29ae6af 100644 --- a/DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC DDU info available in DDU * - * $Date: 2010/06/11 15:44:22 $ - * $Revision: 1.7 $ + * $Date: 2009/05/09 20:23:33 $ + * $Revision: 1.6 $ * */ diff --git a/DataFormats/CSCDigi/interface/CSCDDUStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCDDUStatusDigiCollection.h index f758591c0ee60..df44070b71f0a 100644 --- a/DataFormats/CSCDigi/interface/CSCDDUStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCDDUStatusDigiCollection.h @@ -3,7 +3,7 @@ /** \class CSCDDUStatusDigiCollection * - * $Date: 2007/05/21 20:06:55 $ + * $Date: 2007/03/29 16:04:42 $ * $Revision: 1.1 $ */ diff --git a/DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h b/DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h index 55a0ae109d0fe..b92ec96db90db 100644 --- a/DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC DMB info available in DDU * - * $Date: 2009/05/14 01:39:55 $ - * $Revision: 1.7 $ + * $Date: 2008/10/29 18:34:40 $ + * $Revision: 1.6 $ * */ diff --git a/DataFormats/CSCDigi/interface/CSCRPCDigi.h b/DataFormats/CSCDigi/interface/CSCRPCDigi.h index ed8004b8bc5d3..dbbed3d8ddbfc 100644 --- a/DataFormats/CSCDigi/interface/CSCRPCDigi.h +++ b/DataFormats/CSCDigi/interface/CSCRPCDigi.h @@ -5,8 +5,8 @@ * * Digi for RPC data coming thru RAT-ALCT-DDU. * - * $Date: 2008/10/29 18:34:40 $ - * $Revision: 1.7 $ + * $Date: 2006/11/17 17:45:11 $ + * $Revision: 1.6 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/interface/CSCStripDigi.h b/DataFormats/CSCDigi/interface/CSCStripDigi.h index 4ca8d2fb7a35f..259363abe91d4 100644 --- a/DataFormats/CSCDigi/interface/CSCStripDigi.h +++ b/DataFormats/CSCDigi/interface/CSCStripDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC Cathode Strips. * - * $Date: 2013/04/22 22:39:23 $ - * $Revision: 1.23 $ + * $Date: 2010/05/13 19:01:18 $ + * $Revision: 1.22 $ * * \author M. Schmitt, Northwestern * diff --git a/DataFormats/CSCDigi/interface/CSCStripDigiCollection.h b/DataFormats/CSCDigi/interface/CSCStripDigiCollection.h index 0ed56c362a755..e4bfcbd40b3e0 100644 --- a/DataFormats/CSCDigi/interface/CSCStripDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCStripDigiCollection.h @@ -4,7 +4,7 @@ /** \class CSCStripDigiCollection * ED * - * $Date: 2005/11/17 13:04:59 $ + * $Date: 2005/10/07 17:40:53 $ * $Revision: 1.1 $ * \author Michael Schmitt, Northwestern */ diff --git a/DataFormats/CSCDigi/interface/CSCTMBStatusDigi.h b/DataFormats/CSCDigi/interface/CSCTMBStatusDigi.h index 065e536a23695..3a77e2951d76c 100644 --- a/DataFormats/CSCDigi/interface/CSCTMBStatusDigi.h +++ b/DataFormats/CSCDigi/interface/CSCTMBStatusDigi.h @@ -5,8 +5,8 @@ * * Digi for CSC TMB info available in DDU * - * $Date: 2009/05/09 20:23:33 $ - * $Revision: 1.10 $ + * $Date: 2008/10/29 18:34:40 $ + * $Revision: 1.9 $ * */ diff --git a/DataFormats/CSCDigi/interface/CSCTMBStatusDigiCollection.h b/DataFormats/CSCDigi/interface/CSCTMBStatusDigiCollection.h index d7fcc0881d87d..3591071e3ca84 100644 --- a/DataFormats/CSCDigi/interface/CSCTMBStatusDigiCollection.h +++ b/DataFormats/CSCDigi/interface/CSCTMBStatusDigiCollection.h @@ -3,8 +3,8 @@ /** \class CSCTMBStatusDigiCollection * - * $Date: 2007/03/29 16:04:42 $ - * $Revision: 1.1 $ + * $Date:$ + * $Revision:$ */ #include diff --git a/DataFormats/CSCDigi/src/CSCALCTDigi.cc b/DataFormats/CSCDigi/src/CSCALCTDigi.cc index 4e7ad72dd1552..f54fa82983fbf 100644 --- a/DataFormats/CSCDigi/src/CSCALCTDigi.cc +++ b/DataFormats/CSCDigi/src/CSCALCTDigi.cc @@ -2,8 +2,8 @@ * * Digi for ALCT trigger primitives. * - * $Date: 2010/06/15 13:40:07 $ - * $Revision: 1.13 $ + * $Date: 2009/03/25 13:14:51 $ + * $Revision: 1.12 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/src/CSCALCTStatusDigi.cc b/DataFormats/CSCDigi/src/CSCALCTStatusDigi.cc index a0e66c07ec983..4e82f09db4e17 100644 --- a/DataFormats/CSCDigi/src/CSCALCTStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCALCTStatusDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC ALCT info available in DDU * - * $Date: 2009/05/09 20:23:33 $ - * $Revision: 1.6 $ + * $Date: 2009/01/30 23:22:47 $ + * $Revision: 1.5 $ * */ #include "DataFormats/CSCDigi/interface/CSCALCTStatusDigi.h" diff --git a/DataFormats/CSCDigi/src/CSCCFEBStatusDigi.cc b/DataFormats/CSCDigi/src/CSCCFEBStatusDigi.cc index e1e541dd56c36..f34ea7c9842b3 100644 --- a/DataFormats/CSCDigi/src/CSCCFEBStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCCFEBStatusDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/05/13 19:13:59 $ - * $Revision: 1.8 $ + * $Date: 2009/05/09 20:23:33 $ + * $Revision: 1.7 $ * * \author N.Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/src/CSCCLCTDigi.cc b/DataFormats/CSCDigi/src/CSCCLCTDigi.cc index db30eddad4183..cce465280a72f 100644 --- a/DataFormats/CSCDigi/src/CSCCLCTDigi.cc +++ b/DataFormats/CSCDigi/src/CSCCLCTDigi.cc @@ -2,8 +2,8 @@ * * Digi for CLCT trigger primitives. * - * $Date: 2010/06/15 13:40:07 $ - * $Revision: 1.17 $ + * $Date: 2009/03/25 13:15:32 $ + * $Revision: 1.15 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/src/CSCComparatorDigi.cc b/DataFormats/CSCDigi/src/CSCComparatorDigi.cc index 8ce23fd38e079..7392c2e2ba7e3 100644 --- a/DataFormats/CSCDigi/src/CSCComparatorDigi.cc +++ b/DataFormats/CSCDigi/src/CSCComparatorDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/04/24 18:01:44 $ - * $Revision: 1.9 $ + * $Date: 2006/11/28 13:44:51 $ + * $Revision: 1.8 $ * * \author M.Schmitt, Northwestern */ diff --git a/DataFormats/CSCDigi/src/CSCCorrelatedLCTDigi.cc b/DataFormats/CSCDigi/src/CSCCorrelatedLCTDigi.cc index e45132b4dba1c..67083b53a25e8 100644 --- a/DataFormats/CSCDigi/src/CSCCorrelatedLCTDigi.cc +++ b/DataFormats/CSCDigi/src/CSCCorrelatedLCTDigi.cc @@ -2,8 +2,8 @@ * * Digi for Correlated LCT trigger primitives. * - * $Date: 2010/07/07 10:53:22 $ - * $Revision: 1.14 $ + * $Date: 2009/03/25 13:16:57 $ + * $Revision: 1.13 $ * * \author L.Gray, UF */ diff --git a/DataFormats/CSCDigi/src/CSCDCCStatusDigi.cc b/DataFormats/CSCDigi/src/CSCDCCStatusDigi.cc index 1d76d4c6fb630..3eb0426952502 100644 --- a/DataFormats/CSCDigi/src/CSCDCCStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCDCCStatusDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC DCC info available in DDU * - * $Date: 2010/06/11 15:44:22 $ - * $Revision: 1.7 $ + * $Date: 2009/01/30 23:22:47 $ + * $Revision: 1.6 $ * */ #include "DataFormats/CSCDigi/interface/CSCDCCStatusDigi.h" diff --git a/DataFormats/CSCDigi/src/CSCDDUStatusDigi.cc b/DataFormats/CSCDigi/src/CSCDDUStatusDigi.cc index a20e761836099..6691e699321b4 100644 --- a/DataFormats/CSCDigi/src/CSCDDUStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCDDUStatusDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC DDU info available in DDU * - * $Date: 2010/06/30 08:38:42 $ - * $Revision: 1.7 $ + * $Date: 2010/06/11 15:44:22 $ + * $Revision: 1.6 $ * */ #include "DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h" diff --git a/DataFormats/CSCDigi/src/CSCDMBStatusDigi.cc b/DataFormats/CSCDigi/src/CSCDMBStatusDigi.cc index d33bf5f2153ef..d8ade90ddd212 100644 --- a/DataFormats/CSCDigi/src/CSCDMBStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCDMBStatusDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC DMB info available in DDU * - * $Date: 2009/05/09 20:23:33 $ - * $Revision: 1.7 $ + * $Date: 2009/01/30 23:22:47 $ + * $Revision: 1.6 $ * */ #include "DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h" diff --git a/DataFormats/CSCDigi/src/CSCRPCDigi.cc b/DataFormats/CSCDigi/src/CSCRPCDigi.cc index 7dc6978c92d2b..875298595314b 100644 --- a/DataFormats/CSCDigi/src/CSCRPCDigi.cc +++ b/DataFormats/CSCDigi/src/CSCRPCDigi.cc @@ -2,8 +2,8 @@ * * Digi for RPC data coming thru RAT-ALCT-DDU. * - * $Date: 2008/10/29 18:34:41 $ - * $Revision: 1.7 $ + * $Date: 2008/02/12 17:40:01 $ + * $Revision: 1.6 $ * * \author N. Terentiev, CMU */ diff --git a/DataFormats/CSCDigi/src/CSCStripDigi.cc b/DataFormats/CSCDigi/src/CSCStripDigi.cc index cf6b227355a93..041dfafc69dd1 100644 --- a/DataFormats/CSCDigi/src/CSCStripDigi.cc +++ b/DataFormats/CSCDigi/src/CSCStripDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/04/22 22:39:24 $ - * $Revision: 1.19 $ + * $Date: 2010/05/13 19:01:19 $ + * $Revision: 1.18 $ * * \author M.Schmitt, Northwestern */ diff --git a/DataFormats/CSCDigi/src/CSCTMBStatusDigi.cc b/DataFormats/CSCDigi/src/CSCTMBStatusDigi.cc index 0e3a1245f34b2..8625251a4e3fd 100644 --- a/DataFormats/CSCDigi/src/CSCTMBStatusDigi.cc +++ b/DataFormats/CSCDigi/src/CSCTMBStatusDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC TMB info available in DDU * - * $Date: 2009/05/09 20:23:34 $ - * $Revision: 1.9 $ + * $Date: 2009/01/30 23:22:47 $ + * $Revision: 1.8 $ * */ #include "DataFormats/CSCDigi/interface/CSCTMBStatusDigi.h" diff --git a/DataFormats/CSCDigi/src/CSCWireDigi.cc b/DataFormats/CSCDigi/src/CSCWireDigi.cc index 4d6da0023424a..a67d3ddedf375 100644 --- a/DataFormats/CSCDigi/src/CSCWireDigi.cc +++ b/DataFormats/CSCDigi/src/CSCWireDigi.cc @@ -2,8 +2,8 @@ * * Digi for CSC anode wires. * - * $Date: 2010/07/15 22:58:01 $ - * $Revision: 1.12 $ + * $Date: 2009/06/16 11:24:02 $ + * $Revision: 1.11 $ */ #include "DataFormats/CSCDigi/interface/CSCWireDigi.h" diff --git a/DataFormats/CSCDigi/test/testCSCDigis.cpp b/DataFormats/CSCDigi/test/testCSCDigis.cpp index 32348d657bdc7..6b6cb37ed02e2 100644 --- a/DataFormats/CSCDigi/test/testCSCDigis.cpp +++ b/DataFormats/CSCDigi/test/testCSCDigis.cpp @@ -3,8 +3,8 @@ * Test suit for CSCDigi. * Based on testDTDigis.cpp * - * $Date: 2009/03/04 03:16:41 $ - * $Revision: 1.24 $ + * $Date: 2008/10/29 18:34:41 $ + * $Revision: 1.23 $ * * \author N. Terentiev, CMU (for CSCWireDigi, CSCRPCDigi, * CSCALCTDigi, CSCCLCTDigi) @@ -12,7 +12,7 @@ * \author A. Tumanov, Rice U. */ -static const char CVSId[] = "$Id: testCSCDigis.cpp,v 1.24 2009/03/04 03:16:41 barvic Exp $"; +static const char CVSId[] = "$Id: testCSCDigis.cpp,v 1.23 2008/10/29 18:34:41 elmer Exp $"; #include #include "DataFormats/MuonDetId/interface/CSCDetId.h" diff --git a/DataFormats/CSCRecHit/interface/CSCRangeMapAccessor.h b/DataFormats/CSCRecHit/interface/CSCRangeMapAccessor.h index 2942ab06efe66..ba32e4cd9c3bc 100644 --- a/DataFormats/CSCRecHit/interface/CSCRangeMapAccessor.h +++ b/DataFormats/CSCRecHit/interface/CSCRangeMapAccessor.h @@ -4,7 +4,7 @@ /** \class CSCRangeMapAccessor * Comparator to retrieve CSCrechits by chamber. * - * $Date: 2006/07/18 08:36:37 $ + * $Date: 2006/07/10 09:35:31 $ * \author Matteo Sani */ diff --git a/DataFormats/CSCRecHit/interface/CSCSegment.h b/DataFormats/CSCRecHit/interface/CSCSegment.h index fcd3cdd7f39d0..ad6ee9e7773d0 100644 --- a/DataFormats/CSCRecHit/interface/CSCSegment.h +++ b/DataFormats/CSCRecHit/interface/CSCSegment.h @@ -6,7 +6,7 @@ * This is 4-dimensional since it has an origin (x,y) and a direction (x,y) * in the local coordinate system of the chamber. * - * $Date: 2013/04/22 22:41:32 $ + * $Date: 2012/04/30 08:32:35 $ * \author Matteo Sani * \author Rick Wilkinson * \author Tim Cox diff --git a/DataFormats/CSCRecHit/interface/CSCSegmentCollection.h b/DataFormats/CSCRecHit/interface/CSCSegmentCollection.h index 035384f1f7eb5..df914720c91b2 100644 --- a/DataFormats/CSCRecHit/interface/CSCSegmentCollection.h +++ b/DataFormats/CSCRecHit/interface/CSCSegmentCollection.h @@ -5,7 +5,7 @@ * * The collection of CSCSegment's. See \ref CSCSegmentCollection.h for details. * - * $Date: 2010/03/12 13:08:15 $ + * $Date: 2006/06/26 13:15:10 $ * \author Matteo Sani */ diff --git a/DataFormats/CSCRecHit/src/CSCRangeMapAccessor.cc b/DataFormats/CSCRecHit/src/CSCRangeMapAccessor.cc index aea970ca20243..6376de21f3b76 100644 --- a/DataFormats/CSCRecHit/src/CSCRangeMapAccessor.cc +++ b/DataFormats/CSCRecHit/src/CSCRangeMapAccessor.cc @@ -1,6 +1,6 @@ /** \file CSCRangeMapAccessor.cc * - * $Date: 2009/02/03 21:56:18 $ + * $Date: 2006/07/18 08:36:29 $ * \author Matteo Sani */ diff --git a/DataFormats/CSCRecHit/src/CSCSegment.cc b/DataFormats/CSCRecHit/src/CSCSegment.cc index db08d1c41b575..0ce2147e78ca1 100644 --- a/DataFormats/CSCRecHit/src/CSCSegment.cc +++ b/DataFormats/CSCRecHit/src/CSCSegment.cc @@ -1,6 +1,6 @@ /** \file CSCSegment.cc * - * $Date: 2013/04/22 22:41:33 $ + * $Date: 2011/03/30 16:02:52 $ * \author Matteo Sani */ diff --git a/DataFormats/CSCRecHit/test/CSCSharesInputTest.h b/DataFormats/CSCRecHit/test/CSCSharesInputTest.h index 7be50a0b207d5..505095fa7be14 100644 --- a/DataFormats/CSCRecHit/test/CSCSharesInputTest.h +++ b/DataFormats/CSCRecHit/test/CSCSharesInputTest.h @@ -6,7 +6,7 @@ // // Original Author: Phillip Killewald // Created: Thu Jan 29 17:33:51 CET 2009 -// $Id: CSCSharesInputTest.h,v 1.4 2010/02/11 00:11:26 wmtan Exp $ +// $Id: CSCSharesInputTest.h,v 1.3 2010/01/12 06:41:44 hegner Exp $ // diff --git a/DataFormats/CaloRecHit/interface/CaloCluster.h b/DataFormats/CaloRecHit/interface/CaloCluster.h index bc7ab9df29963..97c584530924a 100644 --- a/DataFormats/CaloRecHit/interface/CaloCluster.h +++ b/DataFormats/CaloRecHit/interface/CaloCluster.h @@ -7,7 +7,7 @@ * * \author Shahram Rahatlou, INFN * - * \version $Id: CaloCluster.h,v 1.23 2011/02/18 08:16:53 argiro Exp $ + * \version $Id: CaloCluster.h,v 1.22 2011/02/17 22:41:23 argiro Exp $ * Comments: * modified AlgoId enumeration to include cleaning status flags * In summary: diff --git a/DataFormats/CaloRecHit/interface/CaloRecHit.h b/DataFormats/CaloRecHit/interface/CaloRecHit.h index ce5ecdd977021..a824bd66bf725 100644 --- a/DataFormats/CaloRecHit/interface/CaloRecHit.h +++ b/DataFormats/CaloRecHit/interface/CaloRecHit.h @@ -7,8 +7,8 @@ /** \class CaloRecHit * - * $Date: 2012/06/07 07:57:14 $ - * $Revision: 1.9 $ + * $Date: 2011/06/30 15:32:14 $ + * $Revision: 1.8 $ *\author J. Mans - Minnesota */ class CaloRecHit { diff --git a/DataFormats/CaloTowers/interface/CaloTower.h b/DataFormats/CaloTowers/interface/CaloTower.h index e50d87338a409..c7de59734784c 100644 --- a/DataFormats/CaloTowers/interface/CaloTower.h +++ b/DataFormats/CaloTowers/interface/CaloTower.h @@ -13,8 +13,8 @@ /** \class CaloTower -$Date: 2011/02/25 22:03:20 $ -$Revision: 1.18 $ +$Date: 2010/09/23 07:16:56 $ +$Revision: 1.17 $ \author J. Mans - Minnesota */ diff --git a/DataFormats/CaloTowers/interface/CaloTowerDetId.h b/DataFormats/CaloTowers/interface/CaloTowerDetId.h index 5f7fb80f18b3c..ba1d1cba34c18 100644 --- a/DataFormats/CaloTowers/interface/CaloTowerDetId.h +++ b/DataFormats/CaloTowers/interface/CaloTowerDetId.h @@ -7,8 +7,8 @@ * * CaloTowerDetId uses DetId::Det of Calo and subdetId() of 1. * - * $Date: 2008/06/25 22:14:35 $ - * $Revision: 1.6 $ + * $Date: 2006/08/29 13:41:25 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class CaloTowerDetId : public DetId { diff --git a/DataFormats/CaloTowers/test/CaloTowersDump.cc b/DataFormats/CaloTowers/test/CaloTowersDump.cc index 4210791b9a936..6eab86a74b0d3 100644 --- a/DataFormats/CaloTowers/test/CaloTowersDump.cc +++ b/DataFormats/CaloTowers/test/CaloTowersDump.cc @@ -9,8 +9,8 @@ using namespace std; /** \class CaloTowersDump - $Date: 2010/02/25 00:29:57 $ - $Revision: 1.6 $ + $Date: 2007/07/31 15:19:58 $ + $Revision: 1.5 $ \author J. Mans - Minnesota */ class CaloTowersDump : public edm::EDAnalyzer { diff --git a/DataFormats/Candidate/interface/CandidateWithRef.h b/DataFormats/Candidate/interface/CandidateWithRef.h index c50be6bb0dd13..3d2d09bd5192c 100755 --- a/DataFormats/Candidate/interface/CandidateWithRef.h +++ b/DataFormats/Candidate/interface/CandidateWithRef.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CandidateWithRef.h,v 1.2 2006/12/25 07:51:59 wmtan Exp $ + * \version $Id: CandidateWithRef.h,v 1.1 2006/11/20 14:51:25 llista Exp $ * */ #include "DataFormats/CaloRecHit/interface/CaloRecHit.h" diff --git a/DataFormats/Candidate/interface/CompositeCandidate.h b/DataFormats/Candidate/interface/CompositeCandidate.h index 658de2bd3fe57..33f1656de5ae6 100755 --- a/DataFormats/Candidate/interface/CompositeCandidate.h +++ b/DataFormats/Candidate/interface/CompositeCandidate.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CompositeCandidate.h,v 1.30 2012/10/14 07:31:36 innocent Exp $ + * \version $Id: CompositeCandidate.h,v 1.29 2008/12/05 12:15:18 hegner Exp $ * */ diff --git a/DataFormats/Candidate/interface/CompositePtrCandidate.h b/DataFormats/Candidate/interface/CompositePtrCandidate.h index 57c08a89ed2ff..7ecbb8cd37359 100755 --- a/DataFormats/Candidate/interface/CompositePtrCandidate.h +++ b/DataFormats/Candidate/interface/CompositePtrCandidate.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CompositePtrCandidate.h,v 1.6 2009/11/02 21:46:52 srappocc Exp $ + * \version $Id: CompositePtrCandidate.h,v 1.5 2008/12/05 12:15:18 hegner Exp $ * */ diff --git a/DataFormats/Candidate/interface/CompositeRefBaseCandidate.h b/DataFormats/Candidate/interface/CompositeRefBaseCandidate.h index d364fbe36129c..e5665bb7d4098 100755 --- a/DataFormats/Candidate/interface/CompositeRefBaseCandidate.h +++ b/DataFormats/Candidate/interface/CompositeRefBaseCandidate.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CompositeRefBaseCandidate.h,v 1.22 2009/11/02 21:46:52 srappocc Exp $ + * \version $Id: CompositeRefBaseCandidate.h,v 1.21 2008/12/05 12:15:18 hegner Exp $ * */ #include "DataFormats/Candidate/interface/iterator_imp_specific.h" diff --git a/DataFormats/Candidate/interface/CompositeRefCandidate.h b/DataFormats/Candidate/interface/CompositeRefCandidate.h index 43606fe6b2e75..848bbc5fad838 100755 --- a/DataFormats/Candidate/interface/CompositeRefCandidate.h +++ b/DataFormats/Candidate/interface/CompositeRefCandidate.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CompositeRefCandidate.h,v 1.25 2009/11/02 21:46:53 srappocc Exp $ + * \version $Id: CompositeRefCandidate.h,v 1.24 2008/12/05 12:15:18 hegner Exp $ * */ diff --git a/DataFormats/Candidate/interface/CompositeRefCandidateT.h b/DataFormats/Candidate/interface/CompositeRefCandidateT.h index ec944d27be162..0d7264d4497f6 100755 --- a/DataFormats/Candidate/interface/CompositeRefCandidateT.h +++ b/DataFormats/Candidate/interface/CompositeRefCandidateT.h @@ -8,7 +8,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CompositeRefCandidateT.h,v 1.15 2012/04/07 05:54:55 davidlt Exp $ + * \version $Id: CompositeRefCandidateT.h,v 1.14 2012/04/06 22:22:54 davidlt Exp $ * */ #include "DataFormats/Candidate/interface/LeafCandidate.h" diff --git a/DataFormats/Candidate/interface/NamedCompositeCandidate.h b/DataFormats/Candidate/interface/NamedCompositeCandidate.h index 56b7ab0a234d2..06cb4df65c2b1 100644 --- a/DataFormats/Candidate/interface/NamedCompositeCandidate.h +++ b/DataFormats/Candidate/interface/NamedCompositeCandidate.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: NamedCompositeCandidate.h,v 1.5 2008/12/05 12:15:18 hegner Exp $ + * \version $Id: NamedCompositeCandidate.h,v 1.4 2008/07/22 06:07:44 llista Exp $ * */ diff --git a/DataFormats/Candidate/interface/OverlapChecker.h b/DataFormats/Candidate/interface/OverlapChecker.h index e70bb50e7ff52..d29ca8502af53 100755 --- a/DataFormats/Candidate/interface/OverlapChecker.h +++ b/DataFormats/Candidate/interface/OverlapChecker.h @@ -8,7 +8,7 @@ * * \version $Revision: 1.2 $ * - * $Id: OverlapChecker.h,v 1.2 2006/03/08 12:57:07 llista Exp $ + * $Id: MuonCandidateProducer.h,v 1.2 2006/03/03 13:40:21 llista Exp $ * */ diff --git a/DataFormats/Candidate/interface/Particle.h b/DataFormats/Candidate/interface/Particle.h index 8dee7f8bff2a0..e4ed9a82fd495 100755 --- a/DataFormats/Candidate/interface/Particle.h +++ b/DataFormats/Candidate/interface/Particle.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: Particle.h,v 1.29 2011/10/27 16:29:58 wmtan Exp $ + * \version $Id: Particle.h,v 1.28 2009/09/21 08:15:50 llista Exp $ * */ #include "DataFormats/Math/interface/Point3D.h" diff --git a/DataFormats/Candidate/interface/ShallowCloneCandidate.h b/DataFormats/Candidate/interface/ShallowCloneCandidate.h index 3b24cf262e800..99359af6dc35e 100755 --- a/DataFormats/Candidate/interface/ShallowCloneCandidate.h +++ b/DataFormats/Candidate/interface/ShallowCloneCandidate.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: ShallowCloneCandidate.h,v 1.17 2009/11/02 21:46:53 srappocc Exp $ + * \version $Id: ShallowCloneCandidate.h,v 1.16 2008/12/05 12:15:18 hegner Exp $ * */ #include "DataFormats/Candidate/interface/LeafCandidate.h" diff --git a/DataFormats/Candidate/interface/ShallowClonePtrCandidate.h b/DataFormats/Candidate/interface/ShallowClonePtrCandidate.h index 1c54986d5bca2..2fe8695e227bb 100755 --- a/DataFormats/Candidate/interface/ShallowClonePtrCandidate.h +++ b/DataFormats/Candidate/interface/ShallowClonePtrCandidate.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: ShallowClonePtrCandidate.h,v 1.4 2009/11/02 21:46:53 srappocc Exp $ + * \version $Id: ShallowClonePtrCandidate.h,v 1.3 2008/12/05 12:15:18 hegner Exp $ * */ #include "DataFormats/Candidate/interface/LeafCandidate.h" diff --git a/DataFormats/Candidate/interface/VertexCompositeCandidate.h b/DataFormats/Candidate/interface/VertexCompositeCandidate.h index 051c775d0a431..954036db92ab1 100755 --- a/DataFormats/Candidate/interface/VertexCompositeCandidate.h +++ b/DataFormats/Candidate/interface/VertexCompositeCandidate.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: VertexCompositeCandidate.h,v 1.9 2009/11/02 21:46:53 srappocc Exp $ + * \version $Id: VertexCompositeCandidate.h,v 1.8 2008/12/05 12:15:19 hegner Exp $ * */ #include "DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h" diff --git a/DataFormats/Candidate/interface/component.h b/DataFormats/Candidate/interface/component.h index 29089d0b21ee4..bd8b5fa7820b9 100755 --- a/DataFormats/Candidate/interface/component.h +++ b/DataFormats/Candidate/interface/component.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: component.h,v 1.7 2006/12/11 10:12:01 llista Exp $ + * \version $Id: component.h,v 1.6 2006/11/13 15:01:32 llista Exp $ * */ #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/CompositeCandidate.cc b/DataFormats/Candidate/src/CompositeCandidate.cc index baf0465b6c70b..58d92da502aa3 100755 --- a/DataFormats/Candidate/src/CompositeCandidate.cc +++ b/DataFormats/Candidate/src/CompositeCandidate.cc @@ -1,4 +1,4 @@ -// $Id: CompositeCandidate.cc,v 1.15 2010/12/06 20:04:17 wmtan Exp $ +// $Id: CompositeCandidate.cc,v 1.14 2008/12/05 12:15:19 hegner Exp $ #include "DataFormats/Candidate/interface/CompositeCandidate.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/CompositePtrCandidate.cc b/DataFormats/Candidate/src/CompositePtrCandidate.cc index 0aab8aa4bf675..1fb8f5194ba04 100755 --- a/DataFormats/Candidate/src/CompositePtrCandidate.cc +++ b/DataFormats/Candidate/src/CompositePtrCandidate.cc @@ -1,4 +1,4 @@ -// $Id: CompositePtrCandidate.cc,v 1.4 2010/12/06 20:04:17 wmtan Exp $ +// $Id: CompositePtrCandidate.cc,v 1.3 2008/07/10 15:19:17 cbern Exp $ #include "DataFormats/Candidate/interface/CompositePtrCandidate.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/CompositeRefBaseCandidate.cc b/DataFormats/Candidate/src/CompositeRefBaseCandidate.cc index 3d7c02bdc9803..61e325eadeaea 100755 --- a/DataFormats/Candidate/src/CompositeRefBaseCandidate.cc +++ b/DataFormats/Candidate/src/CompositeRefBaseCandidate.cc @@ -1,4 +1,4 @@ -// $Id: CompositeRefBaseCandidate.cc,v 1.10 2010/12/06 20:04:17 wmtan Exp $ +// $Id: CompositeRefBaseCandidate.cc,v 1.9 2008/07/10 15:19:17 cbern Exp $ #include "DataFormats/Candidate/interface/CompositeRefBaseCandidate.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/CompositeRefCandidate.cc b/DataFormats/Candidate/src/CompositeRefCandidate.cc index ce589f3dc9a0c..51afb34078e1f 100755 --- a/DataFormats/Candidate/src/CompositeRefCandidate.cc +++ b/DataFormats/Candidate/src/CompositeRefCandidate.cc @@ -1,4 +1,4 @@ -// $Id: CompositeRefCandidate.cc,v 1.9 2010/12/06 20:04:17 wmtan Exp $ +// $Id: CompositeRefCandidate.cc,v 1.8 2007/09/21 14:13:05 llista Exp $ #include "DataFormats/Candidate/interface/CompositeRefCandidate.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/LeafCandidate.cc b/DataFormats/Candidate/src/LeafCandidate.cc index d8628b862bf11..efaf9ea3d09e4 100755 --- a/DataFormats/Candidate/src/LeafCandidate.cc +++ b/DataFormats/Candidate/src/LeafCandidate.cc @@ -1,4 +1,4 @@ -// $Id: LeafCandidate.cc,v 1.15 2012/10/13 07:39:04 innocent Exp $ +// $Id: LeafCandidate.cc,v 1.14 2009/06/30 11:07:10 elmer Exp $ #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "FWCore/Utilities/interface/EDMException.h" using namespace reco; diff --git a/DataFormats/Candidate/src/LeafRefCandidateT.cc b/DataFormats/Candidate/src/LeafRefCandidateT.cc index 479fa3972ff40..305e58093a576 100644 --- a/DataFormats/Candidate/src/LeafRefCandidateT.cc +++ b/DataFormats/Candidate/src/LeafRefCandidateT.cc @@ -1,2 +1,2 @@ -// $Id: LeafRefCandidateT.cc,v 1.1 2009/11/24 03:15:57 srappocc Exp $ +// $Id: LeafRefCandidateT.cc,v 1.14 2009/06/30 11:07:10 elmer Exp $ #include "DataFormats/Candidate/interface/LeafRefCandidateT.h" diff --git a/DataFormats/Candidate/src/NamedCompositeCandidate.cc b/DataFormats/Candidate/src/NamedCompositeCandidate.cc index 50b3382f52348..171e67f09fb32 100644 --- a/DataFormats/Candidate/src/NamedCompositeCandidate.cc +++ b/DataFormats/Candidate/src/NamedCompositeCandidate.cc @@ -1,4 +1,4 @@ -// $Id: NamedCompositeCandidate.cc,v 1.4 2008/07/22 06:07:44 llista Exp $ +// $Id: NamedCompositeCandidate.cc,v 1.3 2008/05/08 15:46:00 srappocc Exp $ #include "DataFormats/Candidate/interface/NamedCompositeCandidate.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/Candidate/src/OverlapChecker.cc b/DataFormats/Candidate/src/OverlapChecker.cc index 2a384d97367bf..fdcb86119ba02 100755 --- a/DataFormats/Candidate/src/OverlapChecker.cc +++ b/DataFormats/Candidate/src/OverlapChecker.cc @@ -1,4 +1,4 @@ -// $Id: OverlapChecker.cc,v 1.3 2007/09/27 13:51:55 llista Exp $ +// $Id: OverlapChecker.cc,v 1.2 2006/11/28 16:34:52 fabozzi Exp $ #include "DataFormats/Candidate/interface/OverlapChecker.h" #include "DataFormats/Candidate/interface/Candidate.h" using namespace reco; diff --git a/DataFormats/Candidate/src/VertexCompositeCandidate.cc b/DataFormats/Candidate/src/VertexCompositeCandidate.cc index 90429d72ce903..61adb5281ef3b 100755 --- a/DataFormats/Candidate/src/VertexCompositeCandidate.cc +++ b/DataFormats/Candidate/src/VertexCompositeCandidate.cc @@ -1,4 +1,4 @@ -// $Id: VertexCompositeCandidate.cc,v 1.4 2008/02/19 13:14:32 llista Exp $ +// $Id: VertexCompositeCandidate.cc,v 1.3 2008/01/24 13:17:32 llista Exp $ #include "DataFormats/Candidate/interface/VertexCompositeCandidate.h" using namespace reco; diff --git a/DataFormats/Candidate/test/testCandidate.cc b/DataFormats/Candidate/test/testCandidate.cc index e8280db6e3cf2..1777d4b9fe125 100644 --- a/DataFormats/Candidate/test/testCandidate.cc +++ b/DataFormats/Candidate/test/testCandidate.cc @@ -1,4 +1,4 @@ -// $Id: testCandidate.cc,v 1.9 2007/10/23 17:27:05 llista Exp $ +// $Id: testCandidate.cc,v 1.8 2007/10/15 12:44:33 llista Exp $ #include #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "DataFormats/Candidate/interface/Candidate.h" diff --git a/DataFormats/Candidate/test/testCompositeCandidate.cc b/DataFormats/Candidate/test/testCompositeCandidate.cc index 00b095f3a9f61..a82bd544ed439 100755 --- a/DataFormats/Candidate/test/testCompositeCandidate.cc +++ b/DataFormats/Candidate/test/testCompositeCandidate.cc @@ -1,4 +1,4 @@ -// $Id: testCompositeCandidate.cc,v 1.6 2008/01/10 08:53:08 llista Exp $ +// $Id: testCompositeCandidate.cc,v 1.5 2007/10/23 17:27:05 llista Exp $ #include #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "DataFormats/Candidate/interface/CompositeCandidate.h" diff --git a/DataFormats/Candidate/test/testParticle.cc b/DataFormats/Candidate/test/testParticle.cc index 769a6f54e8c04..c02f812fd233d 100755 --- a/DataFormats/Candidate/test/testParticle.cc +++ b/DataFormats/Candidate/test/testParticle.cc @@ -1,4 +1,4 @@ -// $Id: testParticle.cc,v 1.7 2008/02/21 09:04:10 llista Exp $ +// $Id: testParticle.cc,v 1.6 2007/10/23 17:27:05 llista Exp $ #include #include "DataFormats/Candidate/interface/Particle.h" #include diff --git a/DataFormats/CastorReco/interface/CastorCell.h b/DataFormats/CastorReco/interface/CastorCell.h index ef2e7075e126a..c9008513ee1a8 100644 --- a/DataFormats/CastorReco/interface/CastorCell.h +++ b/DataFormats/CastorReco/interface/CastorCell.h @@ -6,7 +6,7 @@ * * \author Hans Van Haevermaet, University of Antwerp * - * \version $Id: CastorCell.h,v 1.5 2010/07/03 19:11:43 hvanhaev Exp $ + * \version $Id: CastorCell.h,v 1.3 2009/02/27 15:47:52 hvanhaev Exp $ * */ diff --git a/DataFormats/CastorReco/interface/CastorCluster.h b/DataFormats/CastorReco/interface/CastorCluster.h index cc746192fa0ef..f556eb767856a 100644 --- a/DataFormats/CastorReco/interface/CastorCluster.h +++ b/DataFormats/CastorReco/interface/CastorCluster.h @@ -6,7 +6,7 @@ * * \author Hans Van Haevermaet, University of Antwerp * - * \version $Id: CastorCluster.h,v 1.1 2009/02/27 15:48:37 hvanhaev Exp $ + * \version $Id: CastorCluster.h,v 1.2 2008/11/24 22:18:58 hvanhaev Exp $ * */ diff --git a/DataFormats/CastorReco/interface/CastorEgamma.h b/DataFormats/CastorReco/interface/CastorEgamma.h index ee03f85ee2237..28f75adf6ae8b 100644 --- a/DataFormats/CastorReco/interface/CastorEgamma.h +++ b/DataFormats/CastorReco/interface/CastorEgamma.h @@ -6,7 +6,7 @@ * * \author Hans Van Haevermaet, University of Antwerp * - * \version $Id: CastorEgamma.h,v 1.6 2010/07/03 19:13:10 hvanhaev Exp $ + * \version $Id: CastorEgamma.h,v 1.4 2010/02/18 13:47:07 hvanhaev Exp $ * */ #include diff --git a/DataFormats/CastorReco/interface/CastorJet.h b/DataFormats/CastorReco/interface/CastorJet.h index 2e6ed30e3161f..b7e55adc6b866 100644 --- a/DataFormats/CastorReco/interface/CastorJet.h +++ b/DataFormats/CastorReco/interface/CastorJet.h @@ -6,7 +6,7 @@ * * \author Hans Van Haevermaet, University of Antwerp * - * \version $Id: CastorJet.h,v 1.6 2010/07/03 19:12:57 hvanhaev Exp $ + * \version $Id: CastorJet.h,v 1.4 2010/02/18 13:46:55 hvanhaev Exp $ * */ #include diff --git a/DataFormats/CastorReco/interface/CastorTower.h b/DataFormats/CastorReco/interface/CastorTower.h index 03d9ec1054485..f341fe60353cc 100644 --- a/DataFormats/CastorReco/interface/CastorTower.h +++ b/DataFormats/CastorReco/interface/CastorTower.h @@ -6,7 +6,7 @@ * * \author Hans Van Haevermaet, University of Antwerp * - * \version $Id: CastorTower.h,v 1.6 2012/10/14 13:39:11 innocent Exp $ + * \version $Id: CastorTower.h,v 1.5 2010/07/03 19:11:59 hvanhaev Exp $ * */ #include diff --git a/DataFormats/Common/interface/Association.h b/DataFormats/Common/interface/Association.h index 5868610c360b1..f79819de61a91 100755 --- a/DataFormats/Common/interface/Association.h +++ b/DataFormats/Common/interface/Association.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: Association.h,v 1.9 2011/03/08 18:47:15 chrjones Exp $ + * \version $Id: Association.h,v 1.8 2009/11/04 15:30:19 wmtan Exp $ * */ diff --git a/DataFormats/Common/interface/AssociationMap.h b/DataFormats/Common/interface/AssociationMap.h index 34e975e2b3f45..5b0928f24f053 100755 --- a/DataFormats/Common/interface/AssociationMap.h +++ b/DataFormats/Common/interface/AssociationMap.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * $Id: AssociationMap.h,v 1.44 2012/07/24 17:04:17 wmtan Exp $ + * $Id: AssociationMap.h,v 1.43 2012/07/24 04:56:32 wmtan Exp $ * */ #include "DataFormats/Common/interface/CMS_CLASS_VERSION.h" diff --git a/DataFormats/Common/interface/AssociativeIterator.h b/DataFormats/Common/interface/AssociativeIterator.h index cd68d91d37fba..6d6f1c848f978 100644 --- a/DataFormats/Common/interface/AssociativeIterator.h +++ b/DataFormats/Common/interface/AssociativeIterator.h @@ -35,7 +35,7 @@ * } * * - * \version $Id: AssociativeIterator.h,v 1.2 2009/11/04 15:30:19 wmtan Exp $ + * \version $Id: AssociativeIterator.h,v 1.1 2008/04/30 17:07:50 gpetrucc Exp $ * */ diff --git a/DataFormats/Common/interface/CMS_CLASS_VERSION.h b/DataFormats/Common/interface/CMS_CLASS_VERSION.h index 393cedc5a0584..0b50f82cdae3f 100644 --- a/DataFormats/Common/interface/CMS_CLASS_VERSION.h +++ b/DataFormats/Common/interface/CMS_CLASS_VERSION.h @@ -20,7 +20,7 @@ // // Original Author: Chris Jones // Created: Thu Mar 3 14:25:29 CST 2011 -// $Id: CMS_CLASS_VERSION.h,v 1.1 2011/03/03 22:04:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Common/interface/CloningPtr.h b/DataFormats/Common/interface/CloningPtr.h index 74386e5d198f2..c7f055160b11b 100644 --- a/DataFormats/Common/interface/CloningPtr.h +++ b/DataFormats/Common/interface/CloningPtr.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Apr 3 16:43:29 EDT 2006 -// $Id: CloningPtr.h,v 1.6 2011/11/16 22:34:34 wmtan Exp $ +// $Id: CloningPtr.h,v 1.5 2010/07/24 14:14:45 wmtan Exp $ // // system include files diff --git a/DataFormats/Common/interface/ContainerMask.h b/DataFormats/Common/interface/ContainerMask.h index 115cc4ef4ebb4..612a7c7795d37 100644 --- a/DataFormats/Common/interface/ContainerMask.h +++ b/DataFormats/Common/interface/ContainerMask.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Fri Sep 23 17:05:43 CDT 2011 -// $Id: ContainerMask.h,v 1.1 2011/12/01 13:02:17 vlimant Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Common/interface/ContainerMaskTraits.h b/DataFormats/Common/interface/ContainerMaskTraits.h index 1936ec093e0f5..8ebe9906e12d3 100644 --- a/DataFormats/Common/interface/ContainerMaskTraits.h +++ b/DataFormats/Common/interface/ContainerMaskTraits.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Sep 23 17:05:48 CDT 2011 -// $Id: ContainerMaskTraits.h,v 1.1 2011/12/01 13:02:17 vlimant Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Common/interface/DetSet.h b/DataFormats/Common/interface/DetSet.h index 3ff81deed2634..ec3303482ae1f 100644 --- a/DataFormats/Common/interface/DetSet.h +++ b/DataFormats/Common/interface/DetSet.h @@ -8,7 +8,7 @@ associated with a common DetId with a DetId instance, holding the common DetId value. The collected objects may or may not contain their own copy of the common DetId. -$Id: DetSet.h,v 1.17 2012/04/11 09:53:26 innocent Exp $ +$Id: DetSet.h,v 1.16 2011/09/09 08:43:17 eulisse Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Common/interface/EDCollection.h b/DataFormats/Common/interface/EDCollection.h index ff10b64a2a667..b357bc71e2a72 100644 --- a/DataFormats/Common/interface/EDCollection.h +++ b/DataFormats/Common/interface/EDCollection.h @@ -6,7 +6,7 @@ EDCollection: A collection of homogeneous objects that can be used for an EDProduct, or as a base class for an EDProduct. -$Id: EDCollection.h,v 1.6 2008/03/31 21:12:11 wmtan Exp $ +$Id: EDCollection.h,v 1.5 2007/06/14 04:56:29 wmtan Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Common/interface/GetProduct.h b/DataFormats/Common/interface/GetProduct.h index b91b5a55df01e..ee24e3a9db27c 100644 --- a/DataFormats/Common/interface/GetProduct.h +++ b/DataFormats/Common/interface/GetProduct.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 20 10:20:20 EDT 2007 -// $Id: GetProduct.h,v 1.1 2007/10/22 18:43:05 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Common/interface/HLTGlobalStatus.h b/DataFormats/Common/interface/HLTGlobalStatus.h index 4ddcdcd1ef46f..1210125d42305 100644 --- a/DataFormats/Common/interface/HLTGlobalStatus.h +++ b/DataFormats/Common/interface/HLTGlobalStatus.h @@ -10,8 +10,8 @@ * If the user wants map-like indexing of HLT triggers through their * names as key, s/he must use the TriggerNamesService. * - * $Date: 2007/12/21 22:46:50 $ - * $Revision: 1.8 $ + * $Date: 2007/07/06 12:54:47 $ + * $Revision: 1.7 $ * * \author Martin Grunewald * diff --git a/DataFormats/Common/interface/HLTPathStatus.h b/DataFormats/Common/interface/HLTPathStatus.h index c2fa430bfd7c1..ee961069f0735 100644 --- a/DataFormats/Common/interface/HLTPathStatus.h +++ b/DataFormats/Common/interface/HLTPathStatus.h @@ -21,8 +21,8 @@ * * Note that n is limited, due to packing, to at most 2^(16-2)=16384. * - * $Date: 2012/09/27 15:31:10 $ - * $Revision: 1.8 $ + * $Date: 2007/12/21 22:42:30 $ + * $Revision: 1.7 $ * * \author Martin Grunewald * diff --git a/DataFormats/Common/interface/HLTenums.h b/DataFormats/Common/interface/HLTenums.h index 45a3afd160fa2..84f706135c276 100644 --- a/DataFormats/Common/interface/HLTenums.h +++ b/DataFormats/Common/interface/HLTenums.h @@ -5,8 +5,8 @@ * * Definition of common HLT enums * - * $Date: 2007/12/21 22:42:30 $ - * $Revision: 1.3 $ + * $Date: 2007/07/06 12:54:47 $ + * $Revision: 1.2 $ * * \author Martin Grunewald * diff --git a/DataFormats/Common/interface/IDVectorMap.h b/DataFormats/Common/interface/IDVectorMap.h index 00f07fce1bef3..4b627a6cc85e1 100755 --- a/DataFormats/Common/interface/IDVectorMap.h +++ b/DataFormats/Common/interface/IDVectorMap.h @@ -1,6 +1,6 @@ #ifndef DataFormats_Common_IDVectorMap_h #define DataFormats_Common_IDVectorMap_h -// $Id: IDVectorMap.h,v 1.12 2008/03/31 21:12:11 wmtan Exp $ +// $Id: IDVectorMap.h,v 1.11 2007/12/21 22:46:50 wmtan Exp $ #include namespace edm { diff --git a/DataFormats/Common/interface/MultiAssociation.h b/DataFormats/Common/interface/MultiAssociation.h index 24a883148d80f..85ff480d47176 100644 --- a/DataFormats/Common/interface/MultiAssociation.h +++ b/DataFormats/Common/interface/MultiAssociation.h @@ -45,7 +45,7 @@ * With respect to ValueMap / Association, there is one extra int32 for each key (but we don't store null values) * * Its backbone is given by edm::helper::IndexRangeAssociation, that maps keys to ranges, and is not templated. - * \version $Id: MultiAssociation.h,v 1.3 2013/02/15 14:36:18 chrjones Exp $ + * \version $Id: MultiAssociation.h,v 1.2 2011/03/08 18:47:15 chrjones Exp $ * */ diff --git a/DataFormats/Common/interface/RangeMap.h b/DataFormats/Common/interface/RangeMap.h index 274fd73b49587..728eb2be2e548 100644 --- a/DataFormats/Common/interface/RangeMap.h +++ b/DataFormats/Common/interface/RangeMap.h @@ -16,7 +16,7 @@ * * \author Tommaso Boccali, Luca Lista INFN * - * \version $Revision: 1.39 $ + * \version $Revision: 1.38 $ * * */ diff --git a/DataFormats/Common/interface/RefItemGet.h b/DataFormats/Common/interface/RefItemGet.h index f0b4d66775d50..fc9336528c607 100644 --- a/DataFormats/Common/interface/RefItemGet.h +++ b/DataFormats/Common/interface/RefItemGet.h @@ -5,7 +5,7 @@ RefItemGet: Free function to get pointer to a referenced item. -$Id: RefItemGet.h,v 1.5 2011/06/29 21:32:30 chrjones Exp $ +$Id: RefItemGet.h,v 1.4 2011/02/24 20:20:48 wmtan Exp $ ----------------------------------------------------------------------*/ #include "DataFormats/Common/interface/RefCore.h" diff --git a/DataFormats/Common/interface/RefVectorBase.h b/DataFormats/Common/interface/RefVectorBase.h index 1333e357baaf8..93ce39928384d 100644 --- a/DataFormats/Common/interface/RefVectorBase.h +++ b/DataFormats/Common/interface/RefVectorBase.h @@ -5,7 +5,7 @@ RefVectorBase: Base class for a vector of interproduct references. -$Id: RefVectorBase.h,v 1.19 2012/04/11 10:15:07 innocent Exp $ +$Id: RefVectorBase.h,v 1.18 2011/05/06 12:44:42 innocent Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Common/interface/RefVectorIterator.h b/DataFormats/Common/interface/RefVectorIterator.h index b137e61abe056..aba0bdb781cb5 100644 --- a/DataFormats/Common/interface/RefVectorIterator.h +++ b/DataFormats/Common/interface/RefVectorIterator.h @@ -6,7 +6,7 @@ RefVectorIterator: An iterator for a RefVector Note: this is actually a *const_iterator* -$Id: RefVectorIterator.h,v 1.10 2011/02/24 20:20:48 wmtan Exp $ +$Id: RefVectorIterator.h,v 1.9.4.1 2011/02/17 03:13:51 chrjones Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Common/interface/TriggerResults.h b/DataFormats/Common/interface/TriggerResults.h index a8477f966e272..536b6c8a0b05e 100644 --- a/DataFormats/Common/interface/TriggerResults.h +++ b/DataFormats/Common/interface/TriggerResults.h @@ -5,7 +5,7 @@ * * Original Authors: Jim Kowalkowski 13-01-06 * Martin Grunewald - * $Id: TriggerResults.h,v 1.12 2008/09/05 20:02:40 wdd Exp $ + * $Id: TriggerResults.h,v 1.10 2008/05/16 00:29:10 paterno Exp $ * * The trigger path results are maintained here as a sequence of * entries, one per trigger path. They are assigned in the order diff --git a/DataFormats/Common/interface/ValueMap.h b/DataFormats/Common/interface/ValueMap.h index e096590156e48..7f6293197749f 100755 --- a/DataFormats/Common/interface/ValueMap.h +++ b/DataFormats/Common/interface/ValueMap.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: ValueMap.h,v 1.20 2011/05/07 15:21:37 innocent Exp $ + * \version $Id: ValueMap.h,v 1.19 2011/03/08 18:47:15 chrjones Exp $ * */ diff --git a/DataFormats/Common/interface/debugging_allocator.h b/DataFormats/Common/interface/debugging_allocator.h index 36de1499539df..36e71cbdc4d58 100644 --- a/DataFormats/Common/interface/debugging_allocator.h +++ b/DataFormats/Common/interface/debugging_allocator.h @@ -14,7 +14,7 @@ // typedef vector > vint; // etc. // -// $Id: debugging_allocator.h,v 1.2 2008/01/17 20:26:23 wmtan Exp $ +// $Id: debugging_allocator.h,v 1.1 2006/10/25 21:32:00 paterno Exp $ //--------------------------------------------------------------------- #include diff --git a/DataFormats/Common/interface/refcore_implementation.h b/DataFormats/Common/interface/refcore_implementation.h index b35322f6d5672..6ea037460b2f5 100644 --- a/DataFormats/Common/interface/refcore_implementation.h +++ b/DataFormats/Common/interface/refcore_implementation.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Thu Nov 3 09:16:30 CDT 2011 -// $Id: refcore_implementation.h,v 1.1 2011/11/03 17:32:06 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Common/interface/traits.h b/DataFormats/Common/interface/traits.h index 82633dbaddbbc..32946daddd5b3 100644 --- a/DataFormats/Common/interface/traits.h +++ b/DataFormats/Common/interface/traits.h @@ -5,7 +5,7 @@ Definition of traits templates used in the EDM. -$Id: traits.h,v 1.20 2008/05/16 01:07:23 wmtan Exp $ +$Id: traits.h,v 1.19 2008/05/16 00:29:10 paterno Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Common/test/DetSetLazyVector_t.cppunit.cc b/DataFormats/Common/test/DetSetLazyVector_t.cppunit.cc index 2b5ef5249bf5f..929c2f25f5389 100644 --- a/DataFormats/Common/test/DetSetLazyVector_t.cppunit.cc +++ b/DataFormats/Common/test/DetSetLazyVector_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: DetSetLazyVector_t.cppunit.cc,v 1.5 2011/11/16 22:28:11 wmtan Exp $ +// $Id: DetSetLazyVector_t.cppunit.cc,v 1.4 2007/01/23 00:25:53 wmtan Exp $ #include #include "DataFormats/Common/interface/DetSetLazyVector.h" #include "DataFormats/Common/interface/DetSetVector.h" diff --git a/DataFormats/Common/test/DetSetRefVector_t.cppunit.cc b/DataFormats/Common/test/DetSetRefVector_t.cppunit.cc index 2bed32d53ba97..ee123b39056b0 100644 --- a/DataFormats/Common/test/DetSetRefVector_t.cppunit.cc +++ b/DataFormats/Common/test/DetSetRefVector_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: DetSetRefVector_t.cppunit.cc,v 1.8 2011/11/16 22:28:11 wmtan Exp $ +// $Id: DetSetRefVector_t.cppunit.cc,v 1.7 2008/12/18 04:53:08 wmtan Exp $ #include #include "DataFormats/Provenance/interface/ProductID.h" #include "DataFormats/Common/interface/DetSetRefVector.h" diff --git a/DataFormats/Common/test/Wrapper_t.cpp b/DataFormats/Common/test/Wrapper_t.cpp index 684c89394207f..81325bb1b4b87 100644 --- a/DataFormats/Common/test/Wrapper_t.cpp +++ b/DataFormats/Common/test/Wrapper_t.cpp @@ -1,5 +1,5 @@ /* - * $Id: Wrapper_t.cpp,v 1.8 2008/03/31 21:12:11 wmtan Exp $ + * $Id: Wrapper_t.cpp,v 1.7 2007/06/07 15:40:41 paterno Exp $ * CMSSW * */ diff --git a/DataFormats/Common/test/cloningptr_t.cppunit.cc b/DataFormats/Common/test/cloningptr_t.cppunit.cc index 686e3bb5b0a54..ef8ca7428cefb 100644 --- a/DataFormats/Common/test/cloningptr_t.cppunit.cc +++ b/DataFormats/Common/test/cloningptr_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: cloningptr_t.cppunit.cc,v 1.2 2007/08/06 22:16:53 wmtan Exp $ +// $Id: cloningptr_t.cppunit.cc,v 1.1 2006/04/04 01:54:48 chrjones Exp $ #include #include "DataFormats/Common/interface/CloningPtr.h" diff --git a/DataFormats/Common/test/containermask_t.cppunit.cc b/DataFormats/Common/test/containermask_t.cppunit.cc index e9a29c65bec4f..5de961d7627b4 100755 --- a/DataFormats/Common/test/containermask_t.cppunit.cc +++ b/DataFormats/Common/test/containermask_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: containermask_t.cppunit.cc,v 1.1 2011/12/01 13:02:18 vlimant Exp $ +// $Id: reftobasevector_t.cppunit.cc,v 1.12 2008/12/18 04:53:08 wmtan Exp $ #include diff --git a/DataFormats/Common/test/reftobase_t.cppunit.cc b/DataFormats/Common/test/reftobase_t.cppunit.cc index 9457d49de8ab6..565f4f761754b 100644 --- a/DataFormats/Common/test/reftobase_t.cppunit.cc +++ b/DataFormats/Common/test/reftobase_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: reftobase_t.cppunit.cc,v 1.9 2010/09/01 19:47:35 chrjones Exp $ +// $Id: reftobase_t.cppunit.cc,v 1.8 2008/12/18 04:53:08 wmtan Exp $ #include #include "DataFormats/Common/interface/RefToBase.h" #include "DataFormats/Common/interface/Ref.h" diff --git a/DataFormats/Common/test/reftobasevector_t.cppunit.cc b/DataFormats/Common/test/reftobasevector_t.cppunit.cc index 5f8581eb51362..ef04365c37245 100755 --- a/DataFormats/Common/test/reftobasevector_t.cppunit.cc +++ b/DataFormats/Common/test/reftobasevector_t.cppunit.cc @@ -1,4 +1,4 @@ -// $Id: reftobasevector_t.cppunit.cc,v 1.12 2008/12/18 04:53:08 wmtan Exp $ +// $Id: reftobasevector_t.cppunit.cc,v 1.11.4.1 2008/11/04 19:24:08 wmtan Exp $ #include diff --git a/DataFormats/Common/test/testAssociationNew.cc b/DataFormats/Common/test/testAssociationNew.cc index 3f7dfba2baaa2..00598b08fa136 100755 --- a/DataFormats/Common/test/testAssociationNew.cc +++ b/DataFormats/Common/test/testAssociationNew.cc @@ -1,4 +1,4 @@ -// $Id: testAssociationNew.cc,v 1.6 2008/12/18 04:53:08 wmtan Exp $ +// $Id: testAssociationNew.cc,v 1.5.4.1 2008/11/04 19:24:08 wmtan Exp $ #include #include #include diff --git a/DataFormats/Common/test/testAssociationVector.cc b/DataFormats/Common/test/testAssociationVector.cc index 7526d01c81b2b..f870f4f09aae2 100755 --- a/DataFormats/Common/test/testAssociationVector.cc +++ b/DataFormats/Common/test/testAssociationVector.cc @@ -1,4 +1,4 @@ -// $Id: testAssociationVector.cc,v 1.11 2008/12/18 04:53:08 wmtan Exp $ +// $Id: testAssociationVector.cc,v 1.10.4.1 2008/11/04 19:24:08 wmtan Exp $ #include #include #include diff --git a/DataFormats/Common/test/testIDVectorMap.cc b/DataFormats/Common/test/testIDVectorMap.cc index fc892379ca99e..2587c31cf7cfe 100755 --- a/DataFormats/Common/test/testIDVectorMap.cc +++ b/DataFormats/Common/test/testIDVectorMap.cc @@ -1,4 +1,4 @@ -// $Id: testIDVectorMap.cc,v 1.4 2008/12/18 04:53:08 wmtan Exp $ +// $Id: testIDVectorMap.cc,v 1.2.8.1 2008/12/10 19:49:22 wmtan Exp $ #include #include "DataFormats/Common/interface/IDVectorMap.h" #include "DataFormats/Common/interface/CopyPolicy.h" diff --git a/DataFormats/Common/test/testOneToManyAssociation.cc b/DataFormats/Common/test/testOneToManyAssociation.cc index fefd83ac046c1..6e2dcbc79f0ce 100755 --- a/DataFormats/Common/test/testOneToManyAssociation.cc +++ b/DataFormats/Common/test/testOneToManyAssociation.cc @@ -1,4 +1,4 @@ -// $Id: testOneToManyAssociation.cc,v 1.16 2007/01/22 23:56:59 wmtan Exp $ +// $Id: testOneToManyAssociation.cc,v 1.15 2006/12/05 11:16:53 llista Exp $ #include #include #include diff --git a/DataFormats/Common/test/testOneToOneAssociation.cc b/DataFormats/Common/test/testOneToOneAssociation.cc index 550549ab1aa0a..24360f065a0ff 100755 --- a/DataFormats/Common/test/testOneToOneAssociation.cc +++ b/DataFormats/Common/test/testOneToOneAssociation.cc @@ -1,4 +1,4 @@ -// $Id: testOneToOneAssociation.cc,v 1.15 2007/01/22 23:56:59 wmtan Exp $ +// $Id: testOneToOneAssociation.cc,v 1.14 2006/12/05 11:16:53 llista Exp $ #include #include #include diff --git a/DataFormats/Common/test/testOwnVector.cc b/DataFormats/Common/test/testOwnVector.cc index d9ac1e9ac070b..860f84495e13f 100755 --- a/DataFormats/Common/test/testOwnVector.cc +++ b/DataFormats/Common/test/testOwnVector.cc @@ -1,4 +1,4 @@ -// $Id: testOwnVector.cc,v 1.11 2011/11/16 22:22:45 wmtan Exp $ +// $Id: testOwnVector.cc,v 1.10 2010/06/11 15:55:50 srappocc Exp $ #include #include #include diff --git a/DataFormats/Common/test/testRangeMap.cc b/DataFormats/Common/test/testRangeMap.cc index 24a8b86ebdfbe..eb3e7a07c160a 100644 --- a/DataFormats/Common/test/testRangeMap.cc +++ b/DataFormats/Common/test/testRangeMap.cc @@ -1,4 +1,4 @@ -// $Id: testRangeMap.cc,v 1.16 2008/12/18 04:53:08 wmtan Exp $ +// $Id: testRangeMap.cc,v 1.14.4.1 2008/12/10 19:49:22 wmtan Exp $ #include #include "DataFormats/Common/interface/RangeMap.h" #include "DataFormats/Common/interface/CopyPolicy.h" diff --git a/DataFormats/Common/test/testValueMap.cc b/DataFormats/Common/test/testValueMap.cc index d08d07edb5bf4..b315b578cd012 100755 --- a/DataFormats/Common/test/testValueMap.cc +++ b/DataFormats/Common/test/testValueMap.cc @@ -1,4 +1,4 @@ -// $Id: testValueMap.cc,v 1.14 2007/01/22 23:56:59 wmtan Exp $ +// $Id: testValueMap.cc,v 1.13 2006/12/05 11:16:53 llista Exp $ #include #include #include diff --git a/DataFormats/Common/test/testValueMapNew.cc b/DataFormats/Common/test/testValueMapNew.cc index 2b5163eb86e73..17e9716223bce 100755 --- a/DataFormats/Common/test/testValueMapNew.cc +++ b/DataFormats/Common/test/testValueMapNew.cc @@ -1,4 +1,4 @@ -// $Id: testValueMapNew.cc,v 1.6 2008/12/18 04:53:08 wmtan Exp $ +// $Id: testValueMapNew.cc,v 1.5.4.1 2008/11/04 19:24:08 wmtan Exp $ #include #include #include diff --git a/DataFormats/DTDigi/interface/DTDigi.h b/DataFormats/DTDigi/interface/DTDigi.h index 71e1f883cc7f9..9c3cfaf02e371 100644 --- a/DataFormats/DTDigi/interface/DTDigi.h +++ b/DataFormats/DTDigi/interface/DTDigi.h @@ -7,8 +7,8 @@ * It can be initialized/set with a time in ns or a TDC count in 25/32 ns * units. * - * $Date: 2010/03/03 15:53:20 $ - * $Revision: 1.9 $ + * $Date: 2010/03/03 11:18:59 $ + * $Revision: 1.8 $ * * \author N. Amapane, G. Cerminara, M. Pelliccioni - INFN Torino * diff --git a/DataFormats/DTDigi/interface/DTDigiCollection.h b/DataFormats/DTDigi/interface/DTDigiCollection.h index 1096677666c47..7621fe4333079 100644 --- a/DataFormats/DTDigi/interface/DTDigiCollection.h +++ b/DataFormats/DTDigi/interface/DTDigiCollection.h @@ -5,8 +5,8 @@ * The collection containing DT Digis in the event. * Digis are grouped by DTLayerId. * - * $Date: 2006/02/07 23:27:28 $ - * $Revision: 1.3 $ + * $Date: 2006/01/20 14:58:16 $ + * $Revision: 1.2 $ * \author Stefano ARGIRO */ diff --git a/DataFormats/DTDigi/interface/DTLocalTrigger.h b/DataFormats/DTDigi/interface/DTLocalTrigger.h index 02fed428c8e83..61cff54842acf 100644 --- a/DataFormats/DTDigi/interface/DTLocalTrigger.h +++ b/DataFormats/DTDigi/interface/DTLocalTrigger.h @@ -5,7 +5,7 @@ * * Trigger from DT chamber * - * $Date: 2009/04/03 13:53:46 $ + * $Date: 2006/10/17 20:58:28 $ * * \author FRC * diff --git a/DataFormats/DTDigi/interface/DTLocalTriggerCollection.h b/DataFormats/DTDigi/interface/DTLocalTriggerCollection.h index b04f9bb1bfeb5..51e30cfe6a552 100644 --- a/DataFormats/DTDigi/interface/DTLocalTriggerCollection.h +++ b/DataFormats/DTDigi/interface/DTLocalTriggerCollection.h @@ -4,8 +4,8 @@ /** \class DTLocalTriggerCollection * The collection containing DT Local Triggers in the event. * - * $Date: 2006/09/19 14:15:33 $ - * $Revision: 1.1 $ + * $Date: 2006/09/06 17:27:28 $ + * $Revision: $ * \author FR? */ diff --git a/DataFormats/DTDigi/src/DTDigi.cc b/DataFormats/DTDigi/src/DTDigi.cc index 1a004c54e13cc..8b18fcab1596a 100644 --- a/DataFormats/DTDigi/src/DTDigi.cc +++ b/DataFormats/DTDigi/src/DTDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/03 15:53:20 $ - * $Revision: 1.7 $ + * $Date: 2010/03/03 11:18:59 $ + * $Revision: 1.6 $ * * \author N. Amapane - INFN Torino */ diff --git a/DataFormats/DTDigi/src/DTLocalTrigger.cc b/DataFormats/DTDigi/src/DTLocalTrigger.cc index 8f1c1498414e6..4c0f5b0929687 100644 --- a/DataFormats/DTDigi/src/DTLocalTrigger.cc +++ b/DataFormats/DTDigi/src/DTLocalTrigger.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2009/04/03 13:53:46 $ + * $Date: 2008/01/22 18:45:04 $ * * \author FRC */ diff --git a/DataFormats/DTDigi/test/testDTDigis.cpp b/DataFormats/DTDigi/test/testDTDigis.cpp index 8f071413a5fa0..46f998f441ce3 100644 --- a/DataFormats/DTDigi/test/testDTDigis.cpp +++ b/DataFormats/DTDigi/test/testDTDigis.cpp @@ -3,7 +3,7 @@ Test suit for DTDigis \author Stefano ARGIRO - \version $Id: testDTDigis.cpp,v 1.6 2010/03/03 15:53:20 namapane Exp $ + \version $Id: testDTDigis.cpp,v 1.5 2010/03/03 14:13:59 namapane Exp $ \date 29 Jun 2005 \note This test is not exaustive diff --git a/DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h b/DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h index 5161a11edecbf..7c55827371580 100644 --- a/DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h +++ b/DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h @@ -11,8 +11,8 @@ * A DTRecSegment4D has one of these objects, and so can access the full * information of the two projections. * - * $Date: 2007/08/02 05:54:11 $ - * $Revision: 1.4 $ + * $Date: 2007/08/02 05:43:05 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/DataFormats/DTRecHit/interface/DTEnums.h b/DataFormats/DTRecHit/interface/DTEnums.h index 59f0754e7a9bb..1c97eabff9d10 100644 --- a/DataFormats/DTRecHit/interface/DTEnums.h +++ b/DataFormats/DTRecHit/interface/DTEnums.h @@ -4,8 +4,8 @@ /** \class DTEnums * Define some useful enums for DTs * - * $Date: 2006/01/24 14:23:24 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/interface/DTRangeMapAccessor.h b/DataFormats/DTRecHit/interface/DTRangeMapAccessor.h index 73723b573a98b..1be49f6069424 100644 --- a/DataFormats/DTRecHit/interface/DTRangeMapAccessor.h +++ b/DataFormats/DTRecHit/interface/DTRangeMapAccessor.h @@ -8,8 +8,8 @@ /** \class DTSuperLayerIdComparator * Comparator to retrieve by SL objects written into a RangeMap by layer. * - * $Date: 2006/07/18 08:35:31 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 13:59:34 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ @@ -31,8 +31,8 @@ class DTSuperLayerIdComparator { /** \class DTChamberIdComparator * Comparator to retrieve by chamber objects written into a RangeMap by layer or by SL. * - * $Date: 2006/07/18 08:35:31 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 13:59:34 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ @@ -52,8 +52,8 @@ class DTChamberIdComparator { /** \class DTChamberIdDetLayerComparator * Comparator to retrieve by chamber objects written into a RangeMap by DetLayer. * - * $Date: 2006/07/18 08:35:31 $ - * $Revision: 1.2 $ + * $Date: 2006/07/17 11:00:00 $ + * $Revision: 1.1 $ * \author M. Sani */ @@ -72,8 +72,8 @@ class DTChamberIdDetLayerComparator { /** \class DTRangeMapAccessor * Utility class for access to objects in a RangeMap with needed granularity. * - * $Date: 2006/07/18 08:35:31 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 13:59:34 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/interface/DTRecHit1D.h b/DataFormats/DTRecHit/interface/DTRecHit1D.h index 44165197a5f79..6683beb0f73cd 100644 --- a/DataFormats/DTRecHit/interface/DTRecHit1D.h +++ b/DataFormats/DTRecHit/interface/DTRecHit1D.h @@ -9,8 +9,8 @@ * DTRecHit1DPair). The coordiante measured is always the x (in Det frame) * * - * $Date: 2007/08/02 05:35:46 $ - * $Revision: 1.7 $ + * $Date: 2007/01/17 22:58:00 $ + * $Revision: 1.6 $ * \author S. Lacaprara, G. Cerminara */ diff --git a/DataFormats/DTRecHit/interface/DTRecHit1DPair.h b/DataFormats/DTRecHit/interface/DTRecHit1DPair.h index abebd638d755f..17055aa292236 100644 --- a/DataFormats/DTRecHit/interface/DTRecHit1DPair.h +++ b/DataFormats/DTRecHit/interface/DTRecHit1DPair.h @@ -12,8 +12,8 @@ * method. The position is the average of the theLeftHit and theRightHit hits, namely the * wire position. * - * $Date: 2006/04/05 16:43:55 $ - * $Revision: 1.4 $ + * $Date: 2006/03/01 13:27:17 $ + * $Revision: 1.3 $ * \author S. Lacaprara & G. Cerminara */ diff --git a/DataFormats/DTRecHit/interface/DTRecHitCollection.h b/DataFormats/DTRecHit/interface/DTRecHitCollection.h index e06ab9bd33f73..bfd6837102778 100644 --- a/DataFormats/DTRecHit/interface/DTRecHitCollection.h +++ b/DataFormats/DTRecHit/interface/DTRecHitCollection.h @@ -4,8 +4,8 @@ /** \class DTRecHitCollection * Collection of 1DDTRecHitPair for storage in the event. See \ref DTRecHitCollection.h for details * - * $Date: 2006/06/29 17:18:27 $ - * $Revision: 1.7 $ + * $Date: 2006/06/26 13:11:47 $ + * $Revision: 1.6 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/interface/DTRecSegment2D.h b/DataFormats/DTRecHit/interface/DTRecSegment2D.h index dd91545e0942b..d1fda08c5443e 100644 --- a/DataFormats/DTRecHit/interface/DTRecSegment2D.h +++ b/DataFormats/DTRecHit/interface/DTRecSegment2D.h @@ -18,8 +18,8 @@ * 2D means that this segment has information about position and direction in * one projection (r-phi or r-theta/zeta). * - * $Date: 2012/04/30 08:32:03 $ - * $Revision: 1.18 $ + * $Date: 2010/07/12 08:31:22 $ + * $Revision: 1.17 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h b/DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h index 47ec1d55d2b50..dc21f19cc924f 100644 --- a/DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h +++ b/DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h @@ -5,8 +5,8 @@ * * Collection of DTRecSegment2D. See \ref DTRecSegment2DCollection.h for details * - * $Date: 2006/06/20 17:27:50 $ - * $Revision: 1.4 $ + * $Date: 2006/06/14 12:11:01 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/DataFormats/DTRecHit/interface/DTRecSegment4D.h b/DataFormats/DTRecHit/interface/DTRecSegment4D.h index 154f8051ae457..64ad3ebea4151 100644 --- a/DataFormats/DTRecHit/interface/DTRecSegment4D.h +++ b/DataFormats/DTRecHit/interface/DTRecSegment4D.h @@ -5,8 +5,8 @@ * * 4-parameter RecHits for MuonBarrel DT (x,y, dx/dz, dy/dz) * - * $Date: 2009/10/20 09:06:12 $ - * $Revision: 1.12 $ + * $Date: 2007/08/02 05:35:46 $ + * $Revision: 1.11 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h b/DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h index 138dcd8c2b24c..0132e9df7eba3 100644 --- a/DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h +++ b/DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h @@ -5,8 +5,8 @@ * * Collection of DTRecSegment4D. See \ref DTRecSegment4DCollection.h for details * - * $Date: 2010/03/11 16:26:20 $ - * $Revision: 1.6 $ + * $Date: 2006/06/29 17:18:27 $ + * $Revision: 1.5 $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/DTRecHit/interface/DTSLRecSegment2D.h b/DataFormats/DTRecHit/interface/DTSLRecSegment2D.h index 48194e753b5f8..4ec01443e6642 100644 --- a/DataFormats/DTRecHit/interface/DTSLRecSegment2D.h +++ b/DataFormats/DTRecHit/interface/DTSLRecSegment2D.h @@ -5,8 +5,8 @@ * * a 2D (x, dx/dz) segment in a DT superlayer. * - * $Date: 2006/06/29 17:18:27 $ - * $Revision: 1.2 $ + * $Date: 2006/05/02 07:06:00 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/DTRecHit/src/DTChamberRecSegment2D.cc b/DataFormats/DTRecHit/src/DTChamberRecSegment2D.cc index 77cba9949996a..89b07e2257c73 100644 --- a/DataFormats/DTRecHit/src/DTChamberRecSegment2D.cc +++ b/DataFormats/DTRecHit/src/DTChamberRecSegment2D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/08/02 05:56:33 $ - * $Revision: 1.4 $ + * $Date: 2007/08/02 05:54:11 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/DataFormats/DTRecHit/src/DTEnums.cc b/DataFormats/DTRecHit/src/DTEnums.cc index e91c3e285fa8c..b67d47e167139 100644 --- a/DataFormats/DTRecHit/src/DTEnums.cc +++ b/DataFormats/DTRecHit/src/DTEnums.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2006/06/29 17:18:27 $ - * $Revision: 1.2 $ + * $Date: 2006/01/24 14:23:25 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/src/DTRangeMapAccessor.cc b/DataFormats/DTRecHit/src/DTRangeMapAccessor.cc index 7abb814ca6a79..ec5ca812d8fed 100644 --- a/DataFormats/DTRecHit/src/DTRangeMapAccessor.cc +++ b/DataFormats/DTRecHit/src/DTRangeMapAccessor.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2006/07/18 08:35:42 $ - * $Revision: 1.3 $ + * $Date: 2006/06/29 17:18:27 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/src/DTRecHit1D.cc b/DataFormats/DTRecHit/src/DTRecHit1D.cc index 2588d083fb1ff..0bcf453330268 100644 --- a/DataFormats/DTRecHit/src/DTRecHit1D.cc +++ b/DataFormats/DTRecHit/src/DTRecHit1D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/08/02 05:58:16 $ - * $Revision: 1.6 $ + * $Date: 2007/08/02 05:35:47 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/src/DTRecHit1DPair.cc b/DataFormats/DTRecHit/src/DTRecHit1DPair.cc index 0874fb85a6d78..9073264d193d0 100644 --- a/DataFormats/DTRecHit/src/DTRecHit1DPair.cc +++ b/DataFormats/DTRecHit/src/DTRecHit1DPair.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/07/04 16:20:31 $ - * $Revision: 1.6 $ + * $Date: 2006/06/29 17:18:27 $ + * $Revision: 1.5 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/DTRecHit/src/DTRecSegment2D.cc b/DataFormats/DTRecHit/src/DTRecSegment2D.cc index 779ba998a1d9c..68656cdc290b3 100644 --- a/DataFormats/DTRecHit/src/DTRecSegment2D.cc +++ b/DataFormats/DTRecHit/src/DTRecSegment2D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/04/30 08:32:40 $ - * $Revision: 1.12 $ + * $Date: 2009/09/21 10:13:37 $ + * $Revision: 1.11 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/DataFormats/DTRecHit/src/DTRecSegment4D.cc b/DataFormats/DTRecHit/src/DTRecSegment4D.cc index 5c88f2cb9ee5a..7ce8febf7512e 100644 --- a/DataFormats/DTRecHit/src/DTRecSegment4D.cc +++ b/DataFormats/DTRecHit/src/DTRecSegment4D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/09/21 10:13:37 $ - * $Revision: 1.15 $ + * $Date: 2008/12/03 12:17:02 $ + * $Revision: 1.14 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/DataFormats/DTRecHit/src/DTSLRecSegment2D.cc b/DataFormats/DTRecHit/src/DTSLRecSegment2D.cc index 2a06bfff4d0a4..3c7fb688f2020 100644 --- a/DataFormats/DTRecHit/src/DTSLRecSegment2D.cc +++ b/DataFormats/DTRecHit/src/DTSLRecSegment2D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/08/02 06:00:05 $ - * $Revision: 1.3 $ + * $Date: 2006/06/29 17:18:27 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ #include "DataFormats/DTRecHit/interface/DTSLRecSegment2D.h" diff --git a/DataFormats/DetId/interface/DetId.h b/DataFormats/DetId/interface/DetId.h index f9d5b4634cef5..da0a605fd827e 100644 --- a/DataFormats/DetId/interface/DetId.h +++ b/DataFormats/DetId/interface/DetId.h @@ -14,8 +14,8 @@ the large-scale detector (e.g. Tracker or Ecal) while the next three bits ([27:25]) identify a part of the detector (such as HcalBarrel (HB) for Hcal). -$Date: 2009/05/07 19:19:28 $ -$Revision: 1.10 $ +$Date: 2007/07/31 15:20:00 $ +$Revision: 1.9 $ */ class DetId { public: diff --git a/DataFormats/EcalDetId/interface/EBDetId.h b/DataFormats/EcalDetId/interface/EBDetId.h index a73c88a383749..3ed3e3736950a 100644 --- a/DataFormats/EcalDetId/interface/EBDetId.h +++ b/DataFormats/EcalDetId/interface/EBDetId.h @@ -13,7 +13,7 @@ * Crystal identifier class for the ECAL barrel * * - * $Id: EBDetId.h,v 1.29 2012/11/02 13:07:52 innocent Exp $ + * $Id: EBDetId.h,v 1.28 2012/11/02 08:25:14 innocent Exp $ */ diff --git a/DataFormats/EcalDetId/interface/EEDetId.h b/DataFormats/EcalDetId/interface/EEDetId.h index 4f0c45ac2d8c1..10f51d3f85533 100644 --- a/DataFormats/EcalDetId/interface/EEDetId.h +++ b/DataFormats/EcalDetId/interface/EEDetId.h @@ -11,7 +11,7 @@ * Crystal/cell identifier class for the ECAL endcap * * - * $Id: EEDetId.h,v 1.28 2012/11/05 17:36:08 innocent Exp $ + * $Id: EEDetId.h,v 1.27 2012/11/02 13:07:52 innocent Exp $ */ class EEDetId : public DetId { public: diff --git a/DataFormats/EcalDetId/interface/ESDetId.h b/DataFormats/EcalDetId/interface/ESDetId.h index 108d6fd24e831..26831d23a270d 100644 --- a/DataFormats/EcalDetId/interface/ESDetId.h +++ b/DataFormats/EcalDetId/interface/ESDetId.h @@ -9,7 +9,7 @@ Det id for a preshower (endcap) strip - $Id: ESDetId.h,v 1.8 2012/11/02 13:07:52 innocent Exp $ + $Id: ESDetId.h,v 1.7 2008/06/25 22:11:14 heltsley Exp $ */ class ESDetId : public DetId { diff --git a/DataFormats/EcalDetId/interface/EcalPnDiodeDetId.h b/DataFormats/EcalDetId/interface/EcalPnDiodeDetId.h index 6aa2c6edfd0ec..274870be35e58 100644 --- a/DataFormats/EcalDetId/interface/EcalPnDiodeDetId.h +++ b/DataFormats/EcalDetId/interface/EcalPnDiodeDetId.h @@ -18,7 +18,7 @@ [9:4] DCCId (relative to SubDetector. In barrel it is the SupermoduleId from 1-36) [3:0] PnId (In barrel from 1-10 according CMS IN-2005/021) - $Id: EcalPnDiodeDetId.h,v 1.4 2007/10/24 20:18:36 ferriff Exp $ + $Id: EcalPnDiodeDetId.h,v 1.3 2007/07/31 15:20:00 ratnik Exp $ */ diff --git a/DataFormats/EcalDetId/interface/EcalScDetId.h b/DataFormats/EcalDetId/interface/EcalScDetId.h index 72fda648a1b91..2b7c65c186586 100644 --- a/DataFormats/EcalDetId/interface/EcalScDetId.h +++ b/DataFormats/EcalDetId/interface/EcalScDetId.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: EcalScDetId.h,v 1.8 2012/11/02 13:07:52 innocent Exp $ +//$Id: EcalScDetId.h,v 1.7 2010/02/09 17:31:15 pgras Exp $ // // \author Philippe Gras (CEA/Saclay). Code adapted from EEDetId. // diff --git a/DataFormats/EcalDetId/interface/EcalSubdetector.h b/DataFormats/EcalDetId/interface/EcalSubdetector.h index 0ada4706529b1..5398f37326f9b 100644 --- a/DataFormats/EcalDetId/interface/EcalSubdetector.h +++ b/DataFormats/EcalDetId/interface/EcalSubdetector.h @@ -5,7 +5,7 @@ * Enumeration for Ecal Subdetectors * * - * $Id: EcalSubdetector.h,v 1.3 2005/10/07 15:34:59 meridian Exp $ + * $Id: EcalSubdetector.h,v 1.2 2005/10/06 11:02:55 meridian Exp $ */ diff --git a/DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h b/DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h index eb1054f26b4cf..a44b5ac7dcdf8 100644 --- a/DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h +++ b/DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h @@ -10,7 +10,7 @@ DetId for an Ecal Trigger tower - $Id: EcalTrigTowerDetId.h,v 1.10 2012/11/02 13:07:52 innocent Exp $ + $Id: EcalTrigTowerDetId.h,v 1.9 2009/01/16 23:51:34 heltsley Exp $ */ diff --git a/DataFormats/EcalDetId/test/testEcalContainer.cpp b/DataFormats/EcalDetId/test/testEcalContainer.cpp index e31ef033b0655..3c4a76bee299d 100644 --- a/DataFormats/EcalDetId/test/testEcalContainer.cpp +++ b/DataFormats/EcalDetId/test/testEcalContainer.cpp @@ -2,12 +2,12 @@ \file Test suit for EcalContainer - \version $Id: testEcalContainer.cpp,v 1.4 2008/10/15 15:14:15 heltsley Exp $ + \version $Id: testEcalContainer.cpp,v 1.3 2008/01/31 10:39:44 muzaffar Exp $ \note This test is not exaustive */ -static const char CVSId[] = "$Id: testEcalContainer.cpp,v 1.4 2008/10/15 15:14:15 heltsley Exp $"; +static const char CVSId[] = "$Id: testEcalContainer.cpp,v 1.3 2008/01/31 10:39:44 muzaffar Exp $"; #include #include diff --git a/DataFormats/EcalDetId/test/testEcalDetId.cpp b/DataFormats/EcalDetId/test/testEcalDetId.cpp index 3be030e6d0f1b..e59257dfca247 100644 --- a/DataFormats/EcalDetId/test/testEcalDetId.cpp +++ b/DataFormats/EcalDetId/test/testEcalDetId.cpp @@ -2,12 +2,12 @@ \file Test suit for EcalDetId - \version $Id: testEcalDetId.cpp,v 1.20 2012/11/05 17:36:08 innocent Exp $ + \version $Id: testEcalDetId.cpp,v 1.19 2012/11/03 12:30:48 innocent Exp $ \note This test is not exaustive */ -static const char CVSId[] = "$Id: testEcalDetId.cpp,v 1.20 2012/11/05 17:36:08 innocent Exp $"; +static const char CVSId[] = "$Id: testEcalDetId.cpp,v 1.19 2012/11/03 12:30:48 innocent Exp $"; #include #include diff --git a/DataFormats/EcalDigi/interface/EBDataFrame.h b/DataFormats/EcalDigi/interface/EBDataFrame.h index d1947c75caef4..2ebe6ba13cda8 100644 --- a/DataFormats/EcalDigi/interface/EBDataFrame.h +++ b/DataFormats/EcalDigi/interface/EBDataFrame.h @@ -9,7 +9,7 @@ /** \class EBDataFrame -$Id: EBDataFrame.h,v 1.7 2010/02/08 14:21:22 ferriff Exp $ +$Id: EBDataFrame.h,v 1.6 2007/07/24 10:57:51 innocent Exp $ */ class EBDataFrame : public EcalDataFrame { diff --git a/DataFormats/EcalDigi/interface/EBSrFlag.h b/DataFormats/EcalDigi/interface/EBSrFlag.h index 449cad5721d30..26a2b001db8b8 100644 --- a/DataFormats/EcalDigi/interface/EBSrFlag.h +++ b/DataFormats/EcalDigi/interface/EBSrFlag.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: EBSrFlag.h,v 1.2 2007/03/27 09:55:00 meridian Exp $ +//$Id: EBSrFlag.h,v 1.1 2007/02/09 10:46:03 meridian Exp $ #ifndef EBSRFLAG_H #define EBSRFLAG_H diff --git a/DataFormats/EcalDigi/interface/EEDataFrame.h b/DataFormats/EcalDigi/interface/EEDataFrame.h index 477682440fd6d..a94d697618314 100644 --- a/DataFormats/EcalDigi/interface/EEDataFrame.h +++ b/DataFormats/EcalDigi/interface/EEDataFrame.h @@ -9,7 +9,7 @@ /** \class EEDataFrame -$Id: EEDataFrame.h,v 1.6 2007/07/24 10:57:51 innocent Exp $ +$Id: EEDataFrame.h,v 1.5 2007/07/24 10:21:04 innocent Exp $ */ diff --git a/DataFormats/EcalDigi/interface/EESrFlag.h b/DataFormats/EcalDigi/interface/EESrFlag.h index 0605c1d4fc849..d83f3dbb709cb 100644 --- a/DataFormats/EcalDigi/interface/EESrFlag.h +++ b/DataFormats/EcalDigi/interface/EESrFlag.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: EESrFlag.h,v 1.2 2007/03/27 09:55:00 meridian Exp $ +//$Id: EESrFlag.h,v 1.1 2007/02/09 10:46:03 meridian Exp $ #ifndef EESRFLAG_H #define EESRFLAG_H diff --git a/DataFormats/EcalDigi/interface/EcalDataFrame.h b/DataFormats/EcalDigi/interface/EcalDataFrame.h index 8ab6b1e82363a..847acd90c3c9a 100644 --- a/DataFormats/EcalDigi/interface/EcalDataFrame.h +++ b/DataFormats/EcalDigi/interface/EcalDataFrame.h @@ -12,7 +12,7 @@ /** \class EcalDataFrame -$Id: EcalDataFrame.h,v 1.9 2012/01/27 15:04:40 franzoni Exp $ +$Id: EcalDataFrame.h,v 1.8 2009/03/27 16:29:55 ferriff Exp $ */ class EcalDataFrame { public: diff --git a/DataFormats/EcalDigi/interface/EcalMGPASample.h b/DataFormats/EcalDigi/interface/EcalMGPASample.h index 4794cbf165be7..19e45f96b4be9 100644 --- a/DataFormats/EcalDigi/interface/EcalMGPASample.h +++ b/DataFormats/EcalDigi/interface/EcalMGPASample.h @@ -21,7 +21,7 @@ namespace ecalMGPA { * Simple container packer/unpacker for a single sample from teh MGPA electronics * * - * $Id: EcalMGPASample.h,v 1.7 2007/08/07 07:03:06 innocent Exp $ + * $Id: EcalMGPASample.h,v 1.6 2007/08/07 06:09:39 innocent Exp $ */ class EcalMGPASample { public: diff --git a/DataFormats/EcalDigi/interface/EcalMatacqDigi.h b/DataFormats/EcalDigi/interface/EcalMatacqDigi.h index 443c2410c93ac..85ab5247b2a13 100644 --- a/DataFormats/EcalDigi/interface/EcalMatacqDigi.h +++ b/DataFormats/EcalDigi/interface/EcalMatacqDigi.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: EcalMatacqDigi.h,v 1.6 2011/08/30 18:42:57 wmtan Exp $ +//$Id: EcalMatacqDigi.h,v 1.5 2009/02/25 14:49:51 pgras Exp $ #ifndef ECALMATACQDIGI_H #define ECALMATACQDIGI_H 1 diff --git a/DataFormats/EcalDigi/interface/EcalPnDiodeDigi.h b/DataFormats/EcalDigi/interface/EcalPnDiodeDigi.h index 04fa414772071..bad0387c340cc 100644 --- a/DataFormats/EcalDigi/interface/EcalPnDiodeDigi.h +++ b/DataFormats/EcalDigi/interface/EcalPnDiodeDigi.h @@ -10,7 +10,7 @@ /** \class EcalPnDiodeDigi -$Id: EcalPnDiodeDigi.h,v 1.3 2007/04/16 12:58:56 meridian Exp $ +$Id: EcalPnDiodeDigi.h,v 1.2 2007/03/27 09:55:01 meridian Exp $ */ class EcalPnDiodeDigi { diff --git a/DataFormats/EcalDigi/interface/EcalSrFlag.h b/DataFormats/EcalDigi/interface/EcalSrFlag.h index 05902db20ccca..569adac4b601a 100644 --- a/DataFormats/EcalDigi/interface/EcalSrFlag.h +++ b/DataFormats/EcalDigi/interface/EcalSrFlag.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: EcalSrFlag.h,v 1.5 2009/10/22 13:06:37 ferriff Exp $ +//$Id: EcalSrFlag.h,v 1.4 2007/03/27 09:55:01 meridian Exp $ #ifndef ECALSRFLAG #define ECALSRFLAG diff --git a/DataFormats/EcalDigi/src/EBSrFlag.cc b/DataFormats/EcalDigi/src/EBSrFlag.cc index c7e978698b9c6..433e9a0c6d86b 100644 --- a/DataFormats/EcalDigi/src/EBSrFlag.cc +++ b/DataFormats/EcalDigi/src/EBSrFlag.cc @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -// $Id: EBSrFlag.cc,v 1.1 2007/02/09 10:46:03 meridian Exp $ +// $Id: EBSrpFlag.cc,v 1.2 2006/09/08 09:50:07 pgras Exp $ #include "DataFormats/EcalDigi/interface/EBSrFlag.h" diff --git a/DataFormats/EcalDigi/src/EESrFlag.cc b/DataFormats/EcalDigi/src/EESrFlag.cc index fe57507189eb1..1d548ae88ed84 100644 --- a/DataFormats/EcalDigi/src/EESrFlag.cc +++ b/DataFormats/EcalDigi/src/EESrFlag.cc @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -// $Id: EESrFlag.cc,v 1.1 2007/02/09 10:46:03 meridian Exp $ +// $Id$ #include "DataFormats/EcalDigi/interface/EESrFlag.h" diff --git a/DataFormats/EcalDigi/src/EcalMatacqDigi.cc b/DataFormats/EcalDigi/src/EcalMatacqDigi.cc index f56167fd5d12e..c032436452047 100644 --- a/DataFormats/EcalDigi/src/EcalMatacqDigi.cc +++ b/DataFormats/EcalDigi/src/EcalMatacqDigi.cc @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -// $Id: EcalMatacqDigi.cc,v 1.6 2011/08/30 18:42:58 wmtan Exp $ +// $Id: EcalMatacqDigi.cc,v 1.5 2009/02/25 14:49:51 pgras Exp $ #include "DataFormats/EcalDigi/interface/EcalMatacqDigi.h" using namespace std; diff --git a/DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h b/DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h index 101820bfbfd01..ddd281b775ec9 100644 --- a/DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h +++ b/DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h @@ -7,7 +7,7 @@ * Container for ECAL specific DCC Header information * * - * $Id: EcalDCCHeaderBlock.h,v 1.23 2010/10/05 13:39:31 vlimant Exp $ + * $Id: EcalDCCHeaderBlock.h,v 1.22 2008/12/04 17:14:38 franzoni Exp $ */ #include diff --git a/DataFormats/EcalRecHit/interface/EcalRecHit.h b/DataFormats/EcalRecHit/interface/EcalRecHit.h index a57b59bce52aa..23151f1b7e06e 100644 --- a/DataFormats/EcalRecHit/interface/EcalRecHit.h +++ b/DataFormats/EcalRecHit/interface/EcalRecHit.h @@ -6,7 +6,7 @@ /** \class EcalRecHit * - * $Id: EcalRecHit.h,v 1.25 2012/11/05 21:55:41 argiro Exp $ + * $Id: EcalRecHit.h,v 1.24 2012/01/30 16:03:39 theofil Exp $ * \author P. Meridiani INFN Roma1 */ diff --git a/DataFormats/EcalRecHit/interface/EcalSeverityLevel.h b/DataFormats/EcalRecHit/interface/EcalSeverityLevel.h index 79df1353a0807..7dd8a3029aa93 100644 --- a/DataFormats/EcalRecHit/interface/EcalSeverityLevel.h +++ b/DataFormats/EcalRecHit/interface/EcalSeverityLevel.h @@ -3,7 +3,7 @@ \author Stefano Argiro - \version $Id: EcalSeverityLevel.h,v 1.1 2011/04/11 14:51:51 argiro Exp $ + \version $Id$ \date 11 Apr 2011 */ diff --git a/DataFormats/EgammaCandidates/interface/Conversion.h b/DataFormats/EgammaCandidates/interface/Conversion.h index c7b58933b7211..e29e0cd0617a6 100755 --- a/DataFormats/EgammaCandidates/interface/Conversion.h +++ b/DataFormats/EgammaCandidates/interface/Conversion.h @@ -6,7 +6,7 @@ * * \author N.Marinelli University of Notre Dame, US * - * \version $Id: Conversion.h,v 1.25 2013/04/22 22:44:45 wmtan Exp $ + * \version $Id: Conversion.h,v 1.24 2011/11/09 11:26:54 nancy Exp $ * */ diff --git a/DataFormats/EgammaCandidates/interface/Electron.h b/DataFormats/EgammaCandidates/interface/Electron.h index 10704c6f3b99c..9734e11eee266 100644 --- a/DataFormats/EgammaCandidates/interface/Electron.h +++ b/DataFormats/EgammaCandidates/interface/Electron.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: Electron.h,v 1.13 2012/01/23 11:29:52 sani Exp $ + * \version $Id: Electron.h,v 1.12 2009/03/20 22:59:16 chamont Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/EgammaCandidates/interface/ElectronIsolationAssociation.h b/DataFormats/EgammaCandidates/interface/ElectronIsolationAssociation.h index a4cff214865d0..28d6c44f26af6 100644 --- a/DataFormats/EgammaCandidates/interface/ElectronIsolationAssociation.h +++ b/DataFormats/EgammaCandidates/interface/ElectronIsolationAssociation.h @@ -3,7 +3,7 @@ // \class ElectronIsolationAssociation // // \short association of Isolation to an Electron -// $Id: ElectronIsolationAssociation.h,v 1.2 2007/07/31 15:20:03 ratnik Exp $ +// $Id: ElectronIsolationAssociation.h,v 1.1 2006/10/20 12:59:03 rahatlou Exp $ // #include "DataFormats/Common/interface/AssociationMap.h" diff --git a/DataFormats/EgammaCandidates/interface/GsfElectronCore.h b/DataFormats/EgammaCandidates/interface/GsfElectronCore.h index 5435003ad4be8..22d1b397736f2 100644 --- a/DataFormats/EgammaCandidates/interface/GsfElectronCore.h +++ b/DataFormats/EgammaCandidates/interface/GsfElectronCore.h @@ -74,12 +74,9 @@ namespace reco // \author David Chamont - Laboratoire Leprince-Ringuet - École polytechnique, CNRS/IN2P3 // \author Claude Charlot - Laboratoire Leprince-Ringuet - École polytechnique, CNRS/IN2P3 // -// \version $Id: GsfElectronCore.h,v 1.12 2011/03/29 16:57:24 chamont Exp $ +// \version $Id: GsfElectronCore.h,v 1.11.2.1 2011/03/04 18:22:31 chamont Exp $ // // $Log: GsfElectronCore.h,v $ -// Revision 1.12 2011/03/29 16:57:24 chamont -// merge back in trunk non-data-backward-compatible changes -// // Revision 1.11.2.1 2011/03/04 18:22:31 chamont // backward incompatible cleaning // diff --git a/DataFormats/EgammaCandidates/interface/Photon.h b/DataFormats/EgammaCandidates/interface/Photon.h index 09f1ede2296ca..883313968fced 100644 --- a/DataFormats/EgammaCandidates/interface/Photon.h +++ b/DataFormats/EgammaCandidates/interface/Photon.h @@ -7,7 +7,7 @@ * stores isolation, shower shape and additional info * needed for identification * - * \version $Id: Photon.h,v 1.48 2012/03/26 16:44:27 nancy Exp $ + * \version $Id: Photon.h,v 1.47 2012/03/21 22:11:05 slava77 Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/EgammaCandidates/interface/PhotonCore.h b/DataFormats/EgammaCandidates/interface/PhotonCore.h index 47e97e0377bf0..f0482ba98a18d 100644 --- a/DataFormats/EgammaCandidates/interface/PhotonCore.h +++ b/DataFormats/EgammaCandidates/interface/PhotonCore.h @@ -10,7 +10,7 @@ * * \author N. Marinelli Univ. of Notre Dame * - * \version $Id: PhotonCore.h,v 1.6 2011/07/19 16:24:12 nancy Exp $ + * \version $Id: PhotonCore.h,v 1.5 2011/02/20 23:11:17 nancy Exp $ * $Log $ */ #include "DataFormats/EgammaCandidates/interface/ConversionFwd.h" diff --git a/DataFormats/EgammaCandidates/interface/PhotonIsolationAssociation.h b/DataFormats/EgammaCandidates/interface/PhotonIsolationAssociation.h index cb60789bae447..e5ac9c874ad9e 100644 --- a/DataFormats/EgammaCandidates/interface/PhotonIsolationAssociation.h +++ b/DataFormats/EgammaCandidates/interface/PhotonIsolationAssociation.h @@ -3,7 +3,7 @@ // \class PhotonIsolationAssociation // // \short association of Isolation to a Photon -// $Id: PhotonIsolationAssociation.h,v 1.2 2007/07/31 15:20:03 ratnik Exp $ +// $Id: PhotonIsolationAssociation.h,v 1.1 2006/10/20 12:59:03 rahatlou Exp $ // #include "DataFormats/Common/interface/AssociationMap.h" diff --git a/DataFormats/EgammaCandidates/interface/SiStripElectron.h b/DataFormats/EgammaCandidates/interface/SiStripElectron.h index 978cfe44b4dd8..33b34298baa6d 100644 --- a/DataFormats/EgammaCandidates/interface/SiStripElectron.h +++ b/DataFormats/EgammaCandidates/interface/SiStripElectron.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 15:43:14 EDT 2006 -// $Id: SiStripElectron.h,v 1.15 2012/10/14 08:45:37 innocent Exp $ +// $Id: SiStripElectron.h,v 1.14 2008/11/03 17:33:44 nancy Exp $ // // system include files diff --git a/DataFormats/EgammaCandidates/src/Electron.cc b/DataFormats/EgammaCandidates/src/Electron.cc index c48f81ead2c8d..2c69aa526c76c 100644 --- a/DataFormats/EgammaCandidates/src/Electron.cc +++ b/DataFormats/EgammaCandidates/src/Electron.cc @@ -1,4 +1,4 @@ -// $Id: Electron.cc,v 1.5 2012/01/23 11:29:52 sani Exp $ +// $Id: Electron.cc,v 1.4 2008/04/30 07:46:09 llista Exp $ #include "DataFormats/EgammaCandidates/interface/Electron.h" using namespace reco; diff --git a/DataFormats/EgammaCandidates/src/Photon.cc b/DataFormats/EgammaCandidates/src/Photon.cc index d8bfde13e2a68..fe5eec25b69d5 100644 --- a/DataFormats/EgammaCandidates/src/Photon.cc +++ b/DataFormats/EgammaCandidates/src/Photon.cc @@ -1,4 +1,4 @@ -// $Id: Photon.cc,v 1.28 2011/11/07 21:16:15 nancy Exp $ +// $Id: Photon.cc,v 1.27 2011/11/02 17:39:00 nancy Exp $ #include "DataFormats/EgammaCandidates/interface/Photon.h" #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h" diff --git a/DataFormats/EgammaCandidates/src/SiStripElectron.cc b/DataFormats/EgammaCandidates/src/SiStripElectron.cc index 7b29336772c9d..a80833c2db25f 100644 --- a/DataFormats/EgammaCandidates/src/SiStripElectron.cc +++ b/DataFormats/EgammaCandidates/src/SiStripElectron.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 15:48:28 EDT 2006 -// $Id: SiStripElectron.cc,v 1.3 2008/04/21 14:05:24 llista Exp $ +// $Id: SiStripElectron.cc,v 1.2 2007/07/31 15:20:03 ratnik Exp $ // // system include files diff --git a/DataFormats/EgammaCandidates/src/classes.h b/DataFormats/EgammaCandidates/src/classes.h index 92a6f2063e9c7..bcb441dd1ee79 100644 --- a/DataFormats/EgammaCandidates/src/classes.h +++ b/DataFormats/EgammaCandidates/src/classes.h @@ -1,5 +1,5 @@ // -// $Id: classes.h,v 1.41 2011/11/02 17:39:54 nancy Exp $ +// $Id: classes.h,v 1.40 2011/10/27 12:50:19 chamont Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "DataFormats/EgammaCandidates/interface/Photon.h" diff --git a/DataFormats/EgammaReco/interface/BasicCluster.h b/DataFormats/EgammaReco/interface/BasicCluster.h index 27e0b8113b6d5..60e406b9f9edb 100644 --- a/DataFormats/EgammaReco/interface/BasicCluster.h +++ b/DataFormats/EgammaReco/interface/BasicCluster.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: BasicCluster.h,v 1.16 2009/01/27 09:53:06 ferriff Exp $ + * \version $Id: BasicCluster.h,v 1.15 2008/05/22 14:27:32 ferriff Exp $ * */ #include "DataFormats/Math/interface/Point3D.h" diff --git a/DataFormats/EgammaReco/interface/ClusterShape.h b/DataFormats/EgammaReco/interface/ClusterShape.h index 317105b5eac09..e06e2a59875ab 100644 --- a/DataFormats/EgammaReco/interface/ClusterShape.h +++ b/DataFormats/EgammaReco/interface/ClusterShape.h @@ -8,7 +8,7 @@ * \author Michael A. Balazs, UVa * \author Luca Lista, INFN * - * \version $Id: ClusterShape.h,v 1.11 2013/04/22 22:53:02 wmtan Exp $ + * \version $Id: ClusterShape.h,v 1.10 2008/04/16 09:06:54 ferriff Exp $ * */ diff --git a/DataFormats/EgammaReco/interface/EgammaTrigger.h b/DataFormats/EgammaReco/interface/EgammaTrigger.h index ddc742f882ac9..97934f6bba82f 100644 --- a/DataFormats/EgammaReco/interface/EgammaTrigger.h +++ b/DataFormats/EgammaReco/interface/EgammaTrigger.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: EgammaTrigger.h,v 1.2 2006/04/20 10:13:53 llista Exp $ + * \version $Id: EgammaTrigger.h,v 1.1 2006/04/09 15:40:40 rahatlou Exp $ * */ #include "DataFormats/EgammaReco/interface/EgammaTriggerFwd.h" diff --git a/DataFormats/EgammaReco/interface/EgammaTriggerFwd.h b/DataFormats/EgammaReco/interface/EgammaTriggerFwd.h index 0531b2775fa09..68fcc0aff33eb 100644 --- a/DataFormats/EgammaReco/interface/EgammaTriggerFwd.h +++ b/DataFormats/EgammaReco/interface/EgammaTriggerFwd.h @@ -1,6 +1,6 @@ #ifndef EgammaReco_EgammaTriggerFwd_h #define EgammaReco_EgammaTriggerFwd_h -// $Id: EgammaTriggerFwd.h,v 1.1 2006/04/09 15:40:40 rahatlou Exp $ +// $Id: $ #include #include "DataFormats/Common/interface/Ref.h" #include "DataFormats/Common/interface/RefProd.h" diff --git a/DataFormats/EgammaReco/interface/HFEMClusterShape.h b/DataFormats/EgammaReco/interface/HFEMClusterShape.h index 78344c2ab4262..885a52bbe6599 100644 --- a/DataFormats/EgammaReco/interface/HFEMClusterShape.h +++ b/DataFormats/EgammaReco/interface/HFEMClusterShape.h @@ -12,7 +12,7 @@ * * \author Kevin Klapoetke, University of Minnesota * - * \version $Id: HFEMClusterShape.h,v 1.3 2007/10/08 18:52:13 futyand Exp $ + * \version $Id:HFEMClusterShape.h,v 1.2 2007/09/12 $ * */ diff --git a/DataFormats/EgammaReco/interface/PreshowerCluster.h b/DataFormats/EgammaReco/interface/PreshowerCluster.h index 1c1bb7c431b1c..d867bde83d6a8 100644 --- a/DataFormats/EgammaReco/interface/PreshowerCluster.h +++ b/DataFormats/EgammaReco/interface/PreshowerCluster.h @@ -5,7 +5,7 @@ * * \authors Dmirty Bandurin (KSU), Ted Kolberg (ND) */ -// $Id: PreshowerCluster.h,v 1.20 2013/04/22 22:53:02 wmtan Exp $ +// $Id: PreshowerCluster.h,v 1.19 2009/03/25 16:09:47 ferriff Exp $ // #include "DataFormats/Math/interface/Point3D.h" #include "DataFormats/CaloRecHit/interface/CaloClusterFwd.h" diff --git a/DataFormats/EgammaReco/interface/PreshowerClusterFwd.h b/DataFormats/EgammaReco/interface/PreshowerClusterFwd.h index 4a90817ae6be9..867da12937384 100644 --- a/DataFormats/EgammaReco/interface/PreshowerClusterFwd.h +++ b/DataFormats/EgammaReco/interface/PreshowerClusterFwd.h @@ -1,7 +1,7 @@ #ifndef EgammaReco_PreshowerClusterFwd_h #define EgammaReco_PreshowerClusterFwd_h // -// $Id: PreshowerClusterFwd.h,v 1.4 2006/06/11 17:59:41 rahatlou Exp $ +// $Id: $ // #include #include "DataFormats/Common/interface/Ref.h" diff --git a/DataFormats/EgammaReco/interface/SuperCluster.h b/DataFormats/EgammaReco/interface/SuperCluster.h index bd59fd3455106..d1015418f0598 100644 --- a/DataFormats/EgammaReco/interface/SuperCluster.h +++ b/DataFormats/EgammaReco/interface/SuperCluster.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Id: SuperCluster.h,v 1.26 2013/04/12 12:05:18 argiro Exp $ + * \version $Id: SuperCluster.h,v 1.25 2012/10/22 20:23:27 argiro Exp $ * */ #include "DataFormats/Math/interface/Point3D.h" diff --git a/DataFormats/EgammaReco/src/EgammaTrigger.cc b/DataFormats/EgammaReco/src/EgammaTrigger.cc index df4e6d93d045a..9e86d4feb9766 100644 --- a/DataFormats/EgammaReco/src/EgammaTrigger.cc +++ b/DataFormats/EgammaReco/src/EgammaTrigger.cc @@ -1,4 +1,4 @@ -// $Id: EgammaTrigger.cc,v 1.1 2006/04/09 15:40:41 rahatlou Exp $ +// $Id: EgammaTrigger.cc,v 1.2 2005/12/07 09:26:49 llista Exp $ #include "DataFormats/EgammaReco/interface/EgammaTrigger.h" using namespace reco; diff --git a/DataFormats/EgammaReco/src/PreshowerCluster.cc b/DataFormats/EgammaReco/src/PreshowerCluster.cc index 4bfb973499435..a8dc6e5407d1d 100644 --- a/DataFormats/EgammaReco/src/PreshowerCluster.cc +++ b/DataFormats/EgammaReco/src/PreshowerCluster.cc @@ -1,5 +1,5 @@ // -// $Id: PreshowerCluster.cc,v 1.17 2013/04/22 22:53:03 wmtan Exp $ +// $Id: PreshowerCluster.cc,v 1.16 2009/01/27 09:53:06 ferriff Exp $ // #include "DataFormats/EgammaReco/interface/PreshowerCluster.h" diff --git a/DataFormats/EgammaReco/src/SuperCluster.cc b/DataFormats/EgammaReco/src/SuperCluster.cc index 4a33f7febbd07..77b2a97f3c43c 100644 --- a/DataFormats/EgammaReco/src/SuperCluster.cc +++ b/DataFormats/EgammaReco/src/SuperCluster.cc @@ -1,4 +1,4 @@ -// $Id: SuperCluster.cc,v 1.18 2012/10/22 20:23:27 argiro Exp $ +// $Id: SuperCluster.cc,v 1.17 2011/02/17 22:42:03 argiro Exp $ #include "DataFormats/EgammaReco/interface/BasicCluster.h" #include "DataFormats/EgammaReco/interface/SuperCluster.h" using namespace reco; diff --git a/DataFormats/EgammaTrackReco/interface/ConversionTrack.h b/DataFormats/EgammaTrackReco/interface/ConversionTrack.h index 5f8322b1ee916..8ff21fe870b17 100644 --- a/DataFormats/EgammaTrackReco/interface/ConversionTrack.h +++ b/DataFormats/EgammaTrackReco/interface/ConversionTrack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// $Id: ConversionTrack.h,v 1.6 2010/11/22 01:54:46 bendavid Exp $ +// $Id: ConversionTrack.h,v 1.5 2010/09/27 09:23:43 bendavid Exp $ // // ConversionTrack // diff --git a/DataFormats/EgammaTrackReco/src/ConversionTrack.cc b/DataFormats/EgammaTrackReco/src/ConversionTrack.cc index b8a86c8d153d3..7cb1456c0f1a7 100644 --- a/DataFormats/EgammaTrackReco/src/ConversionTrack.cc +++ b/DataFormats/EgammaTrackReco/src/ConversionTrack.cc @@ -1,3 +1,3 @@ -// $Id: ConversionTrack.cc,v 1.1 2010/09/17 19:41:47 bendavid Exp $ +// $Id: StablePart.cc,v 1.3 2008/07/31 13:29:35 bendavid Exp $ #include "DataFormats/EgammaTrackReco/interface/ConversionTrack.h" diff --git a/DataFormats/FEDRawData/interface/DaqData.h b/DataFormats/FEDRawData/interface/DaqData.h index 171f6bcbf88db..ed2b0d0630fd6 100644 --- a/DataFormats/FEDRawData/interface/DaqData.h +++ b/DataFormats/FEDRawData/interface/DaqData.h @@ -40,8 +40,8 @@ * of accomplishing the task. In a future version of DaqData, * more efficient methods will be made available. * - * $Date: 2005/10/06 18:25:22 $ - * $Revision: 1.2 $ + * $Date: 2005/07/06 16:37:54 $ + * $Revision: 1.1 $ * \author G. Bruno - CERN, EP Division */ diff --git a/DataFormats/FEDRawData/interface/FEDHeader.h b/DataFormats/FEDRawData/interface/FEDHeader.h index aa0d49a4aa4f8..618de0502e24b 100644 --- a/DataFormats/FEDRawData/interface/FEDHeader.h +++ b/DataFormats/FEDRawData/interface/FEDHeader.h @@ -5,8 +5,8 @@ * TEMPORARY helper class to interpret/create FED header words. * FIXME: will be replaced by the xdaq implementation. * - * $Date: 2005/10/06 18:25:22 $ - * $Revision: 1.3 $ + * $Date: 2005/10/05 16:20:20 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/DataFormats/FEDRawData/interface/FEDRawData.h b/DataFormats/FEDRawData/interface/FEDRawData.h index 022efc8931bc4..ffc96b5c7f4bb 100644 --- a/DataFormats/FEDRawData/interface/FEDRawData.h +++ b/DataFormats/FEDRawData/interface/FEDRawData.h @@ -8,8 +8,8 @@ * lenght of the data is a multiple of the S-Link64 word lenght (8 byte). * The FED data should include the standard FED header and trailer. * - * $Date: 2011/03/12 14:22:47 $ - * $Revision: 1.7 $ + * $Date: 2005/10/18 13:28:12 $ + * $Revision: 1.6 $ * \author G. Bruno - CERN, EP Division * \author S. Argiro - CERN and INFN - * Refactoring and Modifications to fit into CMSSW diff --git a/DataFormats/FEDRawData/interface/FEDRawDataCollection.h b/DataFormats/FEDRawData/interface/FEDRawDataCollection.h index 997c306cda1d6..f7cb83005e861 100644 --- a/DataFormats/FEDRawData/interface/FEDRawDataCollection.h +++ b/DataFormats/FEDRawData/interface/FEDRawDataCollection.h @@ -6,8 +6,8 @@ * * Reference: DaqPrototype/DaqPersistentData/interface/DaqFEDOpaqueData.h * - * $Date: 2008/05/16 02:41:50 $ - * $Revision: 1.8 $ + * $Date: 2006/11/10 19:47:19 $ + * $Revision: 1.7 $ * \author N. Amapane - S. Argiro' */ diff --git a/DataFormats/FEDRawData/interface/FEDTrailer.h b/DataFormats/FEDRawData/interface/FEDTrailer.h index 2e66fa02743b6..e5b30103a651f 100644 --- a/DataFormats/FEDRawData/interface/FEDTrailer.h +++ b/DataFormats/FEDRawData/interface/FEDTrailer.h @@ -5,8 +5,8 @@ * TEMPORARY helper class to interpret/create FED trailer words. * FIXME: will be replaced by the xdaq implementation * - * $Date: 2005/10/06 18:25:22 $ - * $Revision: 1.3 $ + * $Date: 2005/10/05 16:20:20 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/DataFormats/FEDRawData/src/FEDHeader.cc b/DataFormats/FEDRawData/src/FEDHeader.cc index c6cf1eab0dd35..3937a8045fbcb 100644 --- a/DataFormats/FEDRawData/src/FEDHeader.cc +++ b/DataFormats/FEDRawData/src/FEDHeader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/03/16 12:38:18 $ - * $Revision: 1.4 $ + * $Date: 2005/10/06 18:25:22 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ diff --git a/DataFormats/FEDRawData/src/FEDNumbering.cc b/DataFormats/FEDRawData/src/FEDNumbering.cc index 84ae5ac47214b..14ed67317ed10 100644 --- a/DataFormats/FEDRawData/src/FEDNumbering.cc +++ b/DataFormats/FEDRawData/src/FEDNumbering.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/06/14 08:00:02 $ - * $Revision: 1.19 $ + * $Date: 2010/04/26 16:00:37 $ + * $Revision: 1.18 $ * \author G. Bruno - CERN, EP Division */ #include "DataFormats/FEDRawData/interface/FEDNumbering.h" diff --git a/DataFormats/FEDRawData/src/FEDRawData.cc b/DataFormats/FEDRawData/src/FEDRawData.cc index 2a6e5c6bbc962..a7b0a2867d6d7 100644 --- a/DataFormats/FEDRawData/src/FEDRawData.cc +++ b/DataFormats/FEDRawData/src/FEDRawData.cc @@ -2,7 +2,7 @@ implementation of class FedRawData \author Stefano ARGIRO - \version $Id: FEDRawData.cc,v 1.6 2005/10/18 13:29:53 meschi Exp $ + \version $Id: FEDRawData.cc,v 1.5 2005/10/06 18:25:22 namapane Exp $ \date 28 Jun 2005 */ diff --git a/DataFormats/FEDRawData/src/FEDRawDataCollection.cc b/DataFormats/FEDRawData/src/FEDRawDataCollection.cc index 330dd331a32f8..63e2d3010cac5 100644 --- a/DataFormats/FEDRawData/src/FEDRawDataCollection.cc +++ b/DataFormats/FEDRawData/src/FEDRawDataCollection.cc @@ -1,8 +1,8 @@ /** \file * implementation of DaqRawDataCollection * - * $Date: 2007/07/31 15:20:06 $ - * $Revision: 1.6 $ + * $Date: 2005/10/18 13:29:53 $ + * $Revision: 1.5 $ * \author N. Amapane - S. Argiro' */ diff --git a/DataFormats/FEDRawData/src/FEDTrailer.cc b/DataFormats/FEDRawData/src/FEDTrailer.cc index 2d1425ea8b05c..79dcc7611b8bc 100644 --- a/DataFormats/FEDRawData/src/FEDTrailer.cc +++ b/DataFormats/FEDRawData/src/FEDTrailer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2005/10/06 18:25:22 $ - * $Revision: 1.3 $ + * $Date: 2005/10/05 16:20:20 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/DataFormats/FEDRawData/src/fed_header.h b/DataFormats/FEDRawData/src/fed_header.h index 520b44dd91166..f7f6acbb7b324 100644 --- a/DataFormats/FEDRawData/src/fed_header.h +++ b/DataFormats/FEDRawData/src/fed_header.h @@ -2,7 +2,7 @@ * * fed_header.h * - * $Header: /local/reps/CMSSW/CMSSW/DataFormats/FEDRawData/src/fed_header.h,v 1.2 2005/10/06 18:25:22 namapane Exp $ + * $Header: /cvs_server/repositories/CMSSW/CMSSW/DataFormats/FEDRawData/src/fed_header.h,v 1.1 2005/09/30 08:13:36 namapane Exp $ * * This file contains the struct definition of the FED-header. * The FED-header is inserted by the FED at the top of a data fragment diff --git a/DataFormats/FEDRawData/src/fed_trailer.h b/DataFormats/FEDRawData/src/fed_trailer.h index 5d9bb8f64e139..e5d1a9b492f01 100644 --- a/DataFormats/FEDRawData/src/fed_trailer.h +++ b/DataFormats/FEDRawData/src/fed_trailer.h @@ -2,7 +2,7 @@ * * fed_trailer.h * - * $Header: /local/reps/CMSSW/CMSSW/DataFormats/FEDRawData/src/fed_trailer.h,v 1.2 2005/10/06 18:25:22 namapane Exp $ + * $Header: /cvs_server/repositories/CMSSW/CMSSW/DataFormats/FEDRawData/src/fed_trailer.h,v 1.1 2005/09/30 08:13:36 namapane Exp $ * * This file contains the struct definition of the FED-trailer. * The FED-trailer is inserted by the FED at the bottom of a data fragment diff --git a/DataFormats/FEDRawData/test/DumpFEDRawDataProduct.cc b/DataFormats/FEDRawData/test/DumpFEDRawDataProduct.cc index 89be7a07464a2..84ce475fb5dcf 100644 --- a/DataFormats/FEDRawData/test/DumpFEDRawDataProduct.cc +++ b/DataFormats/FEDRawData/test/DumpFEDRawDataProduct.cc @@ -1,8 +1,8 @@ /** \file * * - * $Date: 2010/04/26 16:00:37 $ - * $Revision: 1.7 $ + * $Date: 2006/10/27 01:35:23 $ + * $Revision: 1.6 $ * \author N. Amapane - S. Argiro' * */ diff --git a/DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc b/DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc index 2c61948902f26..3c4c008720ffa 100644 --- a/DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc +++ b/DataFormats/FEDRawData/test/FEDRawDataProduct_t.cc @@ -3,11 +3,11 @@ unit test file for class FEDRawDataProduct \author Stefano ARGIRO - \version $Id: FEDRawDataProduct_t.cc,v 1.4 2005/10/06 18:25:22 namapane Exp $ + \version $Id: FEDRawDataProduct_t.cc,v 1.3 2005/10/04 12:23:56 namapane Exp $ \date 28 Jun 2005 */ -static const char CVSId[] = "$Id: FEDRawDataProduct_t.cc,v 1.4 2005/10/06 18:25:22 namapane Exp $"; +static const char CVSId[] = "$Id: FEDRawDataProduct_t.cc,v 1.3 2005/10/04 12:23:56 namapane Exp $"; #include diff --git a/DataFormats/FEDRawData/test/FEDRawData_t.cpp b/DataFormats/FEDRawData/test/FEDRawData_t.cpp index f330ba690bcca..84e939a0407c0 100644 --- a/DataFormats/FEDRawData/test/FEDRawData_t.cpp +++ b/DataFormats/FEDRawData/test/FEDRawData_t.cpp @@ -3,11 +3,11 @@ test file for FEDRawData library \author Stefano ARGIRO - \version $Id: FEDRawData_t.cpp,v 1.4 2008/01/31 11:09:54 muzaffar Exp $ + \version $Id: FEDRawData_t.cpp,v 1.2 2006/03/27 10:08:21 argiro Exp $ \date 28 Jun 2005 */ -static const char CVSId[] = "$Id: FEDRawData_t.cpp,v 1.4 2008/01/31 11:09:54 muzaffar Exp $"; +static const char CVSId[] = "$Id: FEDRawData_t.cpp,v 1.2 2006/03/27 10:08:21 argiro Exp $"; #include #include diff --git a/DataFormats/FWLite/interface/ESHandle.h b/DataFormats/FWLite/interface/ESHandle.h index 738b4a4cbb662..73a54a8cb57d1 100644 --- a/DataFormats/FWLite/interface/ESHandle.h +++ b/DataFormats/FWLite/interface/ESHandle.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Dec 14 15:16:07 CST 2009 -// $Id: ESHandle.h,v 1.2 2011/01/28 21:53:19 wmtan Exp $ +// $Id: ESHandle.h,v 1.1 2009/12/16 17:42:31 chrjones Exp $ // // system include files diff --git a/DataFormats/FWLite/interface/ErrorThrower.h b/DataFormats/FWLite/interface/ErrorThrower.h index 5916170279aa9..a55221113882a 100644 --- a/DataFormats/FWLite/interface/ErrorThrower.h +++ b/DataFormats/FWLite/interface/ErrorThrower.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 23 09:58:07 EDT 2008 -// $Id: ErrorThrower.h,v 1.1 2008/09/23 15:49:33 chrjones Exp $ +// $Id$ // #if !defined(__CINT__) && !defined(__MAKECINT__) diff --git a/DataFormats/FWLite/interface/EventHistoryGetter.h b/DataFormats/FWLite/interface/EventHistoryGetter.h index 090f219387ba2..72bc5d2e39d1c 100644 --- a/DataFormats/FWLite/interface/EventHistoryGetter.h +++ b/DataFormats/FWLite/interface/EventHistoryGetter.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:16 CST 2010 -// $Id: EventHistoryGetter.h,v 1.1 2010/02/12 15:24:34 ewv Exp $ +// $Id$ // #if !defined(__CINT__) && !defined(__MAKECINT__) diff --git a/DataFormats/FWLite/interface/HistoryGetterBase.h b/DataFormats/FWLite/interface/HistoryGetterBase.h index ca3684490b1c0..e63a801855fa9 100644 --- a/DataFormats/FWLite/interface/HistoryGetterBase.h +++ b/DataFormats/FWLite/interface/HistoryGetterBase.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:16 CST 2010 -// $Id: HistoryGetterBase.h,v 1.1 2010/02/11 17:21:38 ewv Exp $ +// $Id$ // #if !defined(__CINT__) && !defined(__MAKECINT__) diff --git a/DataFormats/FWLite/interface/LumiHistoryGetter.h b/DataFormats/FWLite/interface/LumiHistoryGetter.h index 33dd68f779cce..3ffb2dc6521a1 100644 --- a/DataFormats/FWLite/interface/LumiHistoryGetter.h +++ b/DataFormats/FWLite/interface/LumiHistoryGetter.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:16 CST 2010 -// $Id: LumiHistoryGetter.h,v 1.1 2010/02/11 17:21:38 ewv Exp $ +// $Id$ // #if !defined(__CINT__) && !defined(__MAKECINT__) diff --git a/DataFormats/FWLite/interface/RunHistoryGetter.h b/DataFormats/FWLite/interface/RunHistoryGetter.h index 8a4b058913ea0..f813acdb209f7 100644 --- a/DataFormats/FWLite/interface/RunHistoryGetter.h +++ b/DataFormats/FWLite/interface/RunHistoryGetter.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:16 CST 2010 -// $Id: RunHistoryGetter.h,v 1.1 2010/02/11 17:21:39 ewv Exp $ +// $Id$ // #if !defined(__CINT__) && !defined(__MAKECINT__) diff --git a/DataFormats/FWLite/src/ESHandle.cc b/DataFormats/FWLite/src/ESHandle.cc index 7f66226dc24fe..5578314bf8768 100644 --- a/DataFormats/FWLite/src/ESHandle.cc +++ b/DataFormats/FWLite/src/ESHandle.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Dec 14 15:29:19 CST 2009 -// $Id: ESHandle.cc,v 1.2 2010/07/24 14:14:47 wmtan Exp $ +// $Id: ESHandle.cc,v 1.1 2009/12/16 17:42:32 chrjones Exp $ // // system include files diff --git a/DataFormats/FWLite/src/ErrorThrower.cc b/DataFormats/FWLite/src/ErrorThrower.cc index 5e3f874f54d75..81d3fe9d1de1e 100644 --- a/DataFormats/FWLite/src/ErrorThrower.cc +++ b/DataFormats/FWLite/src/ErrorThrower.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 23 10:06:39 EDT 2008 -// $Id: ErrorThrower.cc,v 1.3 2008/11/04 20:38:55 elmer Exp $ +// $Id: ErrorThrower.cc,v 1.2 2008/09/23 16:35:07 dsr Exp $ // // system include files diff --git a/DataFormats/FWLite/src/EventHistoryGetter.cc b/DataFormats/FWLite/src/EventHistoryGetter.cc index 58529f12787fd..4b2fe6c153df2 100644 --- a/DataFormats/FWLite/src/EventHistoryGetter.cc +++ b/DataFormats/FWLite/src/EventHistoryGetter.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:18 CST 2010 -// $Id: EventHistoryGetter.cc,v 1.2 2010/07/24 14:14:47 wmtan Exp $ +// $Id: EventHistoryGetter.cc,v 1.1 2010/02/12 15:26:08 ewv Exp $ // // user include files diff --git a/DataFormats/FWLite/src/HistoryGetterBase.cc b/DataFormats/FWLite/src/HistoryGetterBase.cc index 47edad27324b2..3e4291d81d280 100644 --- a/DataFormats/FWLite/src/HistoryGetterBase.cc +++ b/DataFormats/FWLite/src/HistoryGetterBase.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:18 CST 2010 -// $Id: HistoryGetterBase.cc,v 1.2 2010/07/24 14:14:47 wmtan Exp $ +// $Id: HistoryGetterBase.cc,v 1.1 2010/02/11 17:21:39 ewv Exp $ // // system include files diff --git a/DataFormats/FWLite/src/LumiHistoryGetter.cc b/DataFormats/FWLite/src/LumiHistoryGetter.cc index 22c4c122b3bbd..170a8393b0361 100644 --- a/DataFormats/FWLite/src/LumiHistoryGetter.cc +++ b/DataFormats/FWLite/src/LumiHistoryGetter.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:18 CST 2010 -// $Id: LumiHistoryGetter.cc,v 1.2 2010/07/24 14:14:47 wmtan Exp $ +// $Id: LumiHistoryGetter.cc,v 1.1 2010/02/11 17:21:39 ewv Exp $ // // user include files diff --git a/DataFormats/FWLite/src/RunFactory.cc b/DataFormats/FWLite/src/RunFactory.cc index f8e7dfe015602..bb40b3e2f5e2f 100644 --- a/DataFormats/FWLite/src/RunFactory.cc +++ b/DataFormats/FWLite/src/RunFactory.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:18 CST 2010 -// $Id: RunFactory.cc,v 1.3 2010/07/24 14:14:48 wmtan Exp $ +// $Id: RunFactory.cc,v 1.2 2010/02/18 20:54:19 ewv Exp $ // // system include files diff --git a/DataFormats/FWLite/src/RunHistoryGetter.cc b/DataFormats/FWLite/src/RunHistoryGetter.cc index 2367d1a439be6..2564b0d9d7a8a 100644 --- a/DataFormats/FWLite/src/RunHistoryGetter.cc +++ b/DataFormats/FWLite/src/RunHistoryGetter.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Feb 10 11:15:18 CST 2010 -// $Id: RunHistoryGetter.cc,v 1.2 2010/07/24 14:14:48 wmtan Exp $ +// $Id: RunHistoryGetter.cc,v 1.1 2010/02/11 17:21:40 ewv Exp $ // // user include files diff --git a/DataFormats/GEMDigi/interface/GEMCSCPadDigi.h b/DataFormats/GEMDigi/interface/GEMCSCPadDigi.h index f044f62499cc5..a2a8e1b22b374 100644 --- a/DataFormats/GEMDigi/interface/GEMCSCPadDigi.h +++ b/DataFormats/GEMDigi/interface/GEMCSCPadDigi.h @@ -5,7 +5,7 @@ * * Digi for GEM-CSC trigger pads * - * $Date: 2013/01/18 04:21:50 $ + * $Date: 2012/12/08 01:45:22 $ * $Revision: 1.1 $ * * \author Vadim Khotilovich diff --git a/DataFormats/GEMDigi/interface/GEMCSCPadDigiCollection.h b/DataFormats/GEMDigi/interface/GEMCSCPadDigiCollection.h index 71e2f3e1f0ca1..c62edaf36c9b9 100644 --- a/DataFormats/GEMDigi/interface/GEMCSCPadDigiCollection.h +++ b/DataFormats/GEMDigi/interface/GEMCSCPadDigiCollection.h @@ -3,7 +3,7 @@ /** \class GEMCSCPadDigiCollection * * \author Vadim Khotilovich - * \version $Id: GEMCSCPadDigiCollection.h,v 1.1 2013/01/18 04:21:50 khotilov Exp $ + * \version $Id: GEMCSCPadDigiCollection.h,v 1.1 2012/12/08 01:45:22 khotilov Exp $ * \date 21 Apr 2005 */ diff --git a/DataFormats/GEMDigi/interface/GEMDigi.h b/DataFormats/GEMDigi/interface/GEMDigi.h index 17398bf1336e5..9f7e4c68f481f 100644 --- a/DataFormats/GEMDigi/interface/GEMDigi.h +++ b/DataFormats/GEMDigi/interface/GEMDigi.h @@ -5,8 +5,8 @@ * * Digi for GEM * - * $Date: 2013/01/18 04:18:31 $ - * $Revision: 1.2 $ + * $Date: 2012/12/08 01:45:22 $ + * $Revision: 1.1 $ * * \author Vadim Khotilovich * diff --git a/DataFormats/GEMDigi/interface/GEMDigiCollection.h b/DataFormats/GEMDigi/interface/GEMDigiCollection.h index 072ddf42e8816..2476692a7b1c1 100644 --- a/DataFormats/GEMDigi/interface/GEMDigiCollection.h +++ b/DataFormats/GEMDigi/interface/GEMDigiCollection.h @@ -3,7 +3,7 @@ /** \class GEMDigiCollection * * \author Vadim Khotilovich - * \version $Id: GEMDigiCollection.h,v 1.1 2012/12/08 01:45:22 khotilov Exp $ + * \version $Id: GEMDigiCollection.h,v 1.2 2006/05/16 14:36:29 mmaggi Exp $ * \date 21 Apr 2005 */ diff --git a/DataFormats/GEMDigi/src/GEMCSCPadDigi.cc b/DataFormats/GEMDigi/src/GEMCSCPadDigi.cc index de472a2c2f6cb..dd4d46728852a 100644 --- a/DataFormats/GEMDigi/src/GEMCSCPadDigi.cc +++ b/DataFormats/GEMDigi/src/GEMCSCPadDigi.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2013/01/18 04:21:50 $ + * $Date: 2012/12/08 01:45:41 $ * $Revision: 1.1 $ * * \author Vadim Khotilovich diff --git a/DataFormats/GEMDigi/src/GEMDigi.cc b/DataFormats/GEMDigi/src/GEMDigi.cc index aa66ad1641151..492dfd717f957 100644 --- a/DataFormats/GEMDigi/src/GEMDigi.cc +++ b/DataFormats/GEMDigi/src/GEMDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/01/18 04:18:32 $ - * $Revision: 1.2 $ + * $Date: 2012/12/08 01:45:41 $ + * $Revision: 1.1 $ * * \author Vadim Khotilovich */ diff --git a/DataFormats/GEMRecHit/BuildFile.xml b/DataFormats/GEMRecHit/BuildFile.xml new file mode 100644 index 0000000000000..4a170cd30016e --- /dev/null +++ b/DataFormats/GEMRecHit/BuildFile.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/DataFormats/GEMRecHit/interface/GEMRecHit.h b/DataFormats/GEMRecHit/interface/GEMRecHit.h new file mode 100644 index 0000000000000..0dad6fc746459 --- /dev/null +++ b/DataFormats/GEMRecHit/interface/GEMRecHit.h @@ -0,0 +1,131 @@ +#ifndef DataFormats_GEMRecHit_H +#define DataFormats_GEMRecHit_H + +/** \class GEMRecHit + * + * RecHit for GEM + * + * $Date: 2013/04/09 20:47:06 $ + * $Revision: 1.1 $ + * \author M. Maggi -- INFN Bari + */ + +#include "DataFormats/TrackingRecHit/interface/RecHit2DLocalPos.h" +#include "DataFormats/MuonDetId/interface/GEMDetId.h" + + +class GEMRecHit : public RecHit2DLocalPos { + public: + + GEMRecHit(const GEMDetId& gemId, + int bx); + + /// Default constructor + GEMRecHit(); + + /// Constructor from a local position, gemId and digi time. + /// The 3-dimensional local error is defined as + /// resolution (the cell resolution) for the coordinate being measured + /// and 0 for the two other coordinates + GEMRecHit(const GEMDetId& gemId, + int bx, + const LocalPoint& pos); + + + /// Constructor from a local position and error, gemId and bx. + GEMRecHit(const GEMDetId& gemId, + int bx, + const LocalPoint& pos, + const LocalError& err); + + + /// Constructor from a local position and error, gemId, bx, frist strip of cluster and cluster size. + GEMRecHit(const GEMDetId& gemId, + int bx, + int firstStrip, + int clustSize, + const LocalPoint& pos, + const LocalError& err); + + /// Destructor + virtual ~GEMRecHit(); + + + /// Return the 3-dimensional local position + virtual LocalPoint localPosition() const { + return theLocalPosition; + } + + + /// Return the 3-dimensional error on the local position + virtual LocalError localPositionError() const { + return theLocalError; + } + + + virtual GEMRecHit* clone() const; + + + /// Access to component RecHits. + /// No components rechits: it returns a null vector + virtual std::vector recHits() const; + + + /// Non-const access to component RecHits. + /// No components rechits: it returns a null vector + virtual std::vector recHits(); + + + /// Set local position + void setPosition(LocalPoint pos) { + theLocalPosition = pos; + } + + + /// Set local position error + void setError(LocalError err) { + theLocalError = err; + } + + + /// Set the local position and its error + void setPositionAndError(LocalPoint pos, LocalError err) { + theLocalPosition = pos; + theLocalError = err; + } + + + /// Return the gemId + GEMDetId gemId() const { + return theGEMId; + } + + int BunchX() const { + return theBx; + } + + int firstClusterStrip() const { + return theFirstStrip; + } + + int clusterSize() const { + return theClusterSize; + } + + /// Comparison operator, based on the gemId and the digi time + bool operator==(const GEMRecHit& hit) const; + + private: + GEMDetId theGEMId; + int theBx; + int theFirstStrip; + int theClusterSize; + // Position and error in the Local Ref. Frame of the GEMLayer + LocalPoint theLocalPosition; + LocalError theLocalError; + +}; +#endif + +/// The ostream operator +std::ostream& operator<<(std::ostream& os, const GEMRecHit& hit); diff --git a/DataFormats/GEMRecHit/interface/GEMRecHitCollection.h b/DataFormats/GEMRecHit/interface/GEMRecHitCollection.h new file mode 100644 index 0000000000000..3de3b27ed3002 --- /dev/null +++ b/DataFormats/GEMRecHit/interface/GEMRecHitCollection.h @@ -0,0 +1,29 @@ +#ifndef DataFormats_GEMRecHitCollection_H +#define DataFormats_GEMRecHitCollection_H + +/** \class GEMRecHitCollection + * Collection of GEMRecHit for storage in the event + * + * $Date: 2013/04/09 20:47:06 $ + * $Revision: 1.1 $ + * \author M. Maggi - INFN Bari + */ + + +#include "DataFormats/MuonDetId/interface/GEMDetId.h" +#include "DataFormats/GEMRecHit/interface/GEMRecHit.h" +#include "DataFormats/Common/interface/RangeMap.h" +#include "DataFormats/Common/interface/ClonePolicy.h" +#include "DataFormats/Common/interface/OwnVector.h" +#include + +typedef edm::RangeMap >, + edm::ClonePolicy > GEMRecHitCollection; + + +#endif + + + + diff --git a/DataFormats/GEMRecHit/src/GEMRecHit.cc b/DataFormats/GEMRecHit/src/GEMRecHit.cc new file mode 100644 index 0000000000000..656d97e3b5354 --- /dev/null +++ b/DataFormats/GEMRecHit/src/GEMRecHit.cc @@ -0,0 +1,99 @@ +/* + * See header file for a description of this class. + * + * $Date: 2013/04/04 13:27:27 $ + * $Revision: 1.1 $ + * \author M. Maggi -- INFN Bari + */ + + +#include "DataFormats/GEMRecHit/interface/GEMRecHit.h" + + +GEMRecHit::GEMRecHit(const GEMDetId& gemId, int bx) : RecHit2DLocalPos(gemId), + theGEMId(gemId), theBx(bx),theFirstStrip(99),theClusterSize(99), theLocalPosition(), theLocalError() +{ +} + +GEMRecHit::GEMRecHit() : RecHit2DLocalPos(), + theGEMId(), theBx(99),theFirstStrip(99),theClusterSize(99), theLocalPosition(), theLocalError() +{ +} + + +GEMRecHit::GEMRecHit(const GEMDetId& gemId, int bx, const LocalPoint& pos) : RecHit2DLocalPos(gemId), + theGEMId(gemId), theBx(bx), theFirstStrip(99),theClusterSize(99), theLocalPosition(pos) +{ + float stripResolution = 3.0 ; //cm this sould be taken from trimmed cluster size times strip size + // taken out from geometry service i.e. topology + theLocalError = + LocalError(stripResolution*stripResolution, 0., 0.); //FIXME: is it really needed? +} + + + +// Constructor from a local position and error, wireId and digi time. +GEMRecHit::GEMRecHit(const GEMDetId& gemId, + int bx, + const LocalPoint& pos, + const LocalError& err) : RecHit2DLocalPos(gemId), + theGEMId(gemId), theBx(bx),theFirstStrip(99), theClusterSize(99), theLocalPosition(pos), theLocalError(err) +{ +} + + +// Constructor from a local position and error, wireId, bx and cluster size. +GEMRecHit::GEMRecHit(const GEMDetId& gemId, + int bx, + int firstStrip, + int clustSize, + const LocalPoint& pos, + const LocalError& err) : RecHit2DLocalPos(gemId), + theGEMId(gemId), theBx(bx),theFirstStrip(firstStrip), theClusterSize(clustSize), theLocalPosition(pos), theLocalError(err) +{ +} + + + + +// Destructor +GEMRecHit::~GEMRecHit() +{ +} + + + +GEMRecHit * GEMRecHit::clone() const { + return new GEMRecHit(*this); +} + + +// Access to component RecHits. +// No components rechits: it returns a null vector +std::vector GEMRecHit::recHits() const { + std::vector nullvector; + return nullvector; +} + + + +// Non-const access to component RecHits. +// No components rechits: it returns a null vector +std::vector GEMRecHit::recHits() { + std::vector nullvector; + return nullvector; +} + + +// Comparison operator, based on the wireId and the digi time +bool GEMRecHit::operator==(const GEMRecHit& hit) const { + return this->geographicalId() == hit.geographicalId(); +} + + +// The ostream operator +std::ostream& operator<<(std::ostream& os, const GEMRecHit& hit) { + os << "pos: " << hit.localPosition().x() ; + os << " +/- " << sqrt(hit.localPositionError().xx()) ; + return os; +} diff --git a/DataFormats/GEMRecHit/src/classes.h b/DataFormats/GEMRecHit/src/classes.h new file mode 100644 index 0000000000000..fa2daf883fe06 --- /dev/null +++ b/DataFormats/GEMRecHit/src/classes.h @@ -0,0 +1,18 @@ +#include "DataFormats/GEMRecHit/interface/GEMRecHit.h" +#include "DataFormats/GEMRecHit/interface/GEMRecHitCollection.h" +#include "DataFormats/Common/interface/Wrapper.h" + +namespace { + struct dictionary { + std::pair dummyrpc1; + std::pair dummyrpc2; + std::map > dummyrpcdetid1; + std::map > dummyrpcdetid2; + + GEMRecHit rrh; + std::vector vrh; + GEMRecHitCollection c; + edm::Wrapper w; + }; +} + diff --git a/DataFormats/GEMRecHit/src/classes_def.xml b/DataFormats/GEMRecHit/src/classes_def.xml new file mode 100644 index 0000000000000..2e270258ad1ad --- /dev/null +++ b/DataFormats/GEMRecHit/src/classes_def.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/DataFormats/GeometrySurface/interface/BoundCylinder.h b/DataFormats/GeometrySurface/interface/BoundCylinder.h index 8d378791f4181..0cfda7b9057da 100644 --- a/DataFormats/GeometrySurface/interface/BoundCylinder.h +++ b/DataFormats/GeometrySurface/interface/BoundCylinder.h @@ -10,8 +10,8 @@ * using the static build() method. * (The normal constructor will become private in the future). * - * $Date: 2012/12/23 16:33:37 $ - * $Revision: 1.5 $ + * $Date: 2012/05/05 13:32:08 $ + * $Revision: 1.4 $ */ #include "DataFormats/GeometrySurface/interface/Cylinder.h" diff --git a/DataFormats/GeometrySurface/interface/BoundDisk.h b/DataFormats/GeometrySurface/interface/BoundDisk.h index b8c3c9fc1f6a5..fb01cbcd0637a 100644 --- a/DataFormats/GeometrySurface/interface/BoundDisk.h +++ b/DataFormats/GeometrySurface/interface/BoundDisk.h @@ -14,8 +14,8 @@ * using the static build() method. * (The normal constructor will become private in the future). * - * $Date: 2012/12/26 18:56:25 $ - * $Revision: 1.9 $ + * $Date: 2012/12/26 18:19:39 $ + * $Revision: 1.8 $ */ class Disk GCC11_FINAL : public Plane { diff --git a/DataFormats/GeometrySurface/interface/Cone.h b/DataFormats/GeometrySurface/interface/Cone.h index 10dc7b167d2cf..e5a1dbe3d8a2f 100644 --- a/DataFormats/GeometrySurface/interface/Cone.h +++ b/DataFormats/GeometrySurface/interface/Cone.h @@ -10,8 +10,8 @@ * using the static build() method. * (The normal constructors will become private in the future). * - * $Date: 2012/12/23 18:07:15 $ - * $Revision: 1.4 $ + * $Date: 2012/12/23 16:33:37 $ + * $Revision: 1.3 $ */ #include "DataFormats/GeometrySurface/interface/Surface.h" diff --git a/DataFormats/GeometrySurface/interface/Cylinder.h b/DataFormats/GeometrySurface/interface/Cylinder.h index 89134575888bb..035a352c7fa5d 100644 --- a/DataFormats/GeometrySurface/interface/Cylinder.h +++ b/DataFormats/GeometrySurface/interface/Cylinder.h @@ -10,8 +10,8 @@ * using the static build() methods. * (The normal constructor will become private in the future). * - * $Date: 2012/12/26 18:08:23 $ - * $Revision: 1.12 $ + * $Date: 2012/12/26 16:18:51 $ + * $Revision: 1.11 $ */ #include "DataFormats/GeometrySurface/interface/Surface.h" diff --git a/DataFormats/GeometrySurface/interface/GeometricSorting.h b/DataFormats/GeometrySurface/interface/GeometricSorting.h index 4f91587dfde6f..4f72a9a9bb612 100644 --- a/DataFormats/GeometrySurface/interface/GeometricSorting.h +++ b/DataFormats/GeometrySurface/interface/GeometricSorting.h @@ -15,8 +15,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), ExtractR()); * - * $Date: 2007/01/17 20:58:43 $ - * $Revision: 1.1 $ + * $Date: 2006/11/13 14:25:11 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ @@ -41,8 +41,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), ExtractPhi()); * - * $Date: 2007/01/17 20:58:43 $ - * $Revision: 1.1 $ + * $Date: 2006/11/13 14:25:11 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ @@ -64,8 +64,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), ExtractZ()); * - * $Date: 2007/01/17 20:58:43 $ - * $Revision: 1.1 $ + * $Date: 2006/11/13 14:25:11 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ @@ -85,8 +85,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), ExtractAbsZ()); * - * $Date: 2007/01/17 20:58:43 $ - * $Revision: 1.1 $ + * $Date: 2006/11/13 14:25:11 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ diff --git a/DataFormats/GeometrySurface/interface/ReferenceCounted.h b/DataFormats/GeometrySurface/interface/ReferenceCounted.h index 0f9c7ca2372a4..7a1a5a5bfc429 100644 --- a/DataFormats/GeometrySurface/interface/ReferenceCounted.h +++ b/DataFormats/GeometrySurface/interface/ReferenceCounted.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jul 15 09:17:20 EDT 2005 -// $Id: ReferenceCounted.h,v 1.12 2013/01/20 08:09:02 innocent Exp $ +// $Id: ReferenceCounted.h,v 1.11 2010/12/16 13:59:22 innocent Exp $ // // system include files diff --git a/DataFormats/GeometrySurface/interface/SimpleConeBounds.h b/DataFormats/GeometrySurface/interface/SimpleConeBounds.h index af6127dd48e63..32c2f3d31f4a9 100644 --- a/DataFormats/GeometrySurface/interface/SimpleConeBounds.h +++ b/DataFormats/GeometrySurface/interface/SimpleConeBounds.h @@ -8,8 +8,8 @@ * \warning: should be revised, probably works only when local and global * Z axis coincide * - * $Date: 2012/05/05 13:32:09 $ - * $Revision: 1.2 $ + * $Date: 2007/01/17 20:58:44 $ + * $Revision: 1.1 $ */ #include "DataFormats/GeometryVector/interface/LocalPoint.h" diff --git a/DataFormats/HLTReco/interface/HLTPerformanceInfo.h b/DataFormats/HLTReco/interface/HLTPerformanceInfo.h index bffd0ca57ed29..321386909cd58 100644 --- a/DataFormats/HLTReco/interface/HLTPerformanceInfo.h +++ b/DataFormats/HLTReco/interface/HLTPerformanceInfo.h @@ -1,5 +1,5 @@ // -*-c++-*- -// $Id: HLTPerformanceInfo.h,v 1.15 2013/04/02 09:10:28 fwyzard Exp $ +// $Id: HLTPerformanceInfo.h,v 1.14 2008/08/04 14:52:28 bdahmes Exp $ #ifndef HLTPERFORMANCEINFO_H #define HLTPERFORMANCEINFO_H diff --git a/DataFormats/HLTReco/interface/HLTPrescaleTable.h b/DataFormats/HLTReco/interface/HLTPrescaleTable.h index 7ce4eecb52e03..c7fdd3ba42618 100644 --- a/DataFormats/HLTReco/interface/HLTPrescaleTable.h +++ b/DataFormats/HLTReco/interface/HLTPrescaleTable.h @@ -5,8 +5,8 @@ * * The single EDProduct containing the HLT Prescale Table * - * $Date: 2010/10/14 23:00:36 $ - * $Revision: 1.7 $ + * $Date: 2010/04/01 17:51:57 $ + * $Revision: 1.6 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerEvent.h b/DataFormats/HLTReco/interface/TriggerEvent.h index dda594aaac3ce..0e24f74eeb9c4 100644 --- a/DataFormats/HLTReco/interface/TriggerEvent.h +++ b/DataFormats/HLTReco/interface/TriggerEvent.h @@ -6,8 +6,8 @@ * The single EDProduct to be saved for each event (AOD case) * describing the (HLT) trigger table * - * $Date: 2012/08/02 10:10:11 $ - * $Revision: 1.16 $ + * $Date: 2010/02/15 17:40:49 $ + * $Revision: 1.15 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerEventWithRefs.h b/DataFormats/HLTReco/interface/TriggerEventWithRefs.h index 6796cc5d9dca1..9ac313669e638 100644 --- a/DataFormats/HLTReco/interface/TriggerEventWithRefs.h +++ b/DataFormats/HLTReco/interface/TriggerEventWithRefs.h @@ -6,8 +6,8 @@ * The single EDProduct to be saved for events (RAW case) * describing the details of the (HLT) trigger table * - * $Date: 2012/01/30 08:47:27 $ - * $Revision: 1.24 $ + * $Date: 2012/01/23 09:48:00 $ + * $Revision: 1.23 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h b/DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h index 8135adf16d332..82085ad6ed750 100644 --- a/DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h +++ b/DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h @@ -13,8 +13,8 @@ * possible HLT filters. Hence we accept the reasonably small * overhead of empty containers. * - * $Date: 2010/02/15 17:40:49 $ - * $Revision: 1.15 $ + * $Date: 2009/03/17 16:22:58 $ + * $Revision: 1.14 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerObject.h b/DataFormats/HLTReco/interface/TriggerObject.h index 4a8ee7f365355..21b7500c990d9 100644 --- a/DataFormats/HLTReco/interface/TriggerObject.h +++ b/DataFormats/HLTReco/interface/TriggerObject.h @@ -6,8 +6,8 @@ * A single trigger object (e.g., an isolated muon, or MET) * - described by its 4-momentum and physics type * - * $Date: 2010/10/14 23:00:36 $ - * $Revision: 1.7 $ + * $Date: 2008/09/22 16:28:40 $ + * $Revision: 1.6 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerRefsCollections.h b/DataFormats/HLTReco/interface/TriggerRefsCollections.h index f730cfd440d04..488d075a6874b 100644 --- a/DataFormats/HLTReco/interface/TriggerRefsCollections.h +++ b/DataFormats/HLTReco/interface/TriggerRefsCollections.h @@ -12,8 +12,8 @@ * possible HLT filters. Hence we accept the reasonably small * overhead of empty containers. * - * $Date: 2012/01/30 08:47:27 $ - * $Revision: 1.16 $ + * $Date: 2012/01/23 09:48:00 $ + * $Revision: 1.15 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/interface/TriggerTypeDefs.h b/DataFormats/HLTReco/interface/TriggerTypeDefs.h index e4252b8d7a43e..3abfd458b5978 100644 --- a/DataFormats/HLTReco/interface/TriggerTypeDefs.h +++ b/DataFormats/HLTReco/interface/TriggerTypeDefs.h @@ -5,8 +5,8 @@ * * Misc. common simple typedefs * - * $Date: 2009/11/13 17:22:36 $ - * $Revision: 1.10 $ + * $Date: 2009/04/07 12:26:08 $ + * $Revision: 1.9 $ * * \author Martin Grunewald * diff --git a/DataFormats/HLTReco/src/HLTPerformanceInfo.cc b/DataFormats/HLTReco/src/HLTPerformanceInfo.cc index 2a42f0d65161a..3f0850bf1d5b0 100644 --- a/DataFormats/HLTReco/src/HLTPerformanceInfo.cc +++ b/DataFormats/HLTReco/src/HLTPerformanceInfo.cc @@ -1,4 +1,4 @@ -// $Id: HLTPerformanceInfo.cc,v 1.17 2009/01/30 23:32:35 elmer Exp $ +// $Id: HLTPerformanceInfo.cc,v 1.16 2008/08/04 14:52:29 bdahmes Exp $ #include "DataFormats/Common/interface/HLTenums.h" #include "DataFormats/HLTReco/interface/HLTPerformanceInfo.h" diff --git a/DataFormats/HcalDetId/interface/HcalCalibDetId.h b/DataFormats/HcalDetId/interface/HcalCalibDetId.h index c866d2b75cc08..948f48cd35ae6 100644 --- a/DataFormats/HcalDetId/interface/HcalCalibDetId.h +++ b/DataFormats/HcalDetId/interface/HcalCalibDetId.h @@ -22,8 +22,8 @@ * [10:7] ieta * [6:0] Iphi * - * $Date: 2008/07/22 11:41:11 $ - * $Revision: 1.6 $ + * $Date: 2007/07/31 15:20:09 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class HcalCalibDetId : public HcalOtherDetId { diff --git a/DataFormats/HcalDetId/interface/HcalDetId.h b/DataFormats/HcalDetId/interface/HcalDetId.h index d1147697072d1..b26842e5c5869 100644 --- a/DataFormats/HcalDetId/interface/HcalDetId.h +++ b/DataFormats/HcalDetId/interface/HcalDetId.h @@ -9,8 +9,8 @@ /** \class HcalDetId * Cell identifier class for the HCAL subdetectors, precision readout cells only * - * $Date: 2012/11/12 20:52:53 $ - * $Revision: 1.21 $ + * $Date: 2012/10/29 20:25:57 $ + * $Revision: 1.20 $ * \author J. Mans - Minnesota * * Rev.1.11: A.Kubik,R.Ofierzynski: add the hashed_index diff --git a/DataFormats/HcalDetId/interface/HcalGenericDetId.h b/DataFormats/HcalDetId/interface/HcalGenericDetId.h index 815913d81f19f..97b5ec8eb09cb 100644 --- a/DataFormats/HcalDetId/interface/HcalGenericDetId.h +++ b/DataFormats/HcalDetId/interface/HcalGenericDetId.h @@ -4,7 +4,7 @@ /** \class HcalGenericDetId \author F.Ratnikov, UMd Generic HCAL detector ID suitable for all Hcal subdetectors - $Id: HcalGenericDetId.h,v 1.9 2012/11/12 20:52:53 dlange Exp $ + $Id: HcalGenericDetId.h,v 1.8 2009/03/24 16:05:36 rofierzy Exp $ R.Ofierzynski, 22.02.2008, added hashedId */ diff --git a/DataFormats/HcalDetId/interface/HcalOtherDetId.h b/DataFormats/HcalDetId/interface/HcalOtherDetId.h index 3b7efff10c4db..5083bac219d40 100644 --- a/DataFormats/HcalDetId/interface/HcalOtherDetId.h +++ b/DataFormats/HcalDetId/interface/HcalOtherDetId.h @@ -17,8 +17,8 @@ det ids (cascaded from top bit). [24:20] Other subdet id [19:0] Available for use -$Date: 2007/07/31 15:20:09 $ -$Revision: 1.2 $ +$Date: 2006/06/16 16:43:38 $ +$Revision: 1.1 $ \author J. Mans - Minnesota */ class HcalOtherDetId : public DetId { diff --git a/DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h b/DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h index 83ac133ff0d25..4ba73dafa9d2e 100644 --- a/DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h +++ b/DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h @@ -9,8 +9,8 @@ Cell id for an Calo Trigger tower - $Date: 2009/03/27 16:32:42 $ - $Revision: 1.9 $ + $Date: 2007/07/31 15:20:09 $ + $Revision: 1.8 $ \author J. Mans - Minnesota */ class HcalTrigTowerDetId : public DetId { diff --git a/DataFormats/HcalDetId/interface/HcalZDCDetId.h b/DataFormats/HcalDetId/interface/HcalZDCDetId.h index caa3ba4ab8e08..441db3e6dbbdf 100644 --- a/DataFormats/HcalDetId/interface/HcalZDCDetId.h +++ b/DataFormats/HcalDetId/interface/HcalZDCDetId.h @@ -11,8 +11,8 @@ * [5:4] Section (EM/HAD/Lumi) * [3:0] Channel * - * $Date: 2009/02/09 16:48:01 $ - * $Revision: 1.5 $ + * $Date: 2008/06/25 22:13:29 $ + * $Revision: 1.3 $ * \author J. Mans - Minnesota */ class HcalZDCDetId : public DetId { diff --git a/DataFormats/HcalDigi/interface/CastorTriggerPrimitiveDigi.h b/DataFormats/HcalDigi/interface/CastorTriggerPrimitiveDigi.h index 45a1e3fbf851b..0d18012176d94 100644 --- a/DataFormats/HcalDigi/interface/CastorTriggerPrimitiveDigi.h +++ b/DataFormats/HcalDigi/interface/CastorTriggerPrimitiveDigi.h @@ -8,8 +8,8 @@ /** \class CastorTriggerPrimitiveDigi -$Date: 2010/06/30 12:19:09 $ -$Revision: 1.1 $ +$Date: 2010/04/14 13:15:56 $ +$Revision: 1.10 $ \author A. Campbell - DESY */ class CastorTriggerPrimitiveDigi { diff --git a/DataFormats/HcalDigi/interface/HOTriggerPrimitiveDigi.h b/DataFormats/HcalDigi/interface/HOTriggerPrimitiveDigi.h index f21494c1f800b..43dce6f28bd12 100644 --- a/DataFormats/HcalDigi/interface/HOTriggerPrimitiveDigi.h +++ b/DataFormats/HcalDigi/interface/HOTriggerPrimitiveDigi.h @@ -10,8 +10,8 @@ * Trigger Primitive from an HO HTR * * - * $Date: 2008/04/23 00:53:12 $ - * $Revision: 1.3 $ + * $Date: 2008/02/12 19:19:44 $ + * $Revision: 1.2 $ * \author J. St. John - Boston U */ class HOTriggerPrimitiveDigi { diff --git a/DataFormats/HcalDigi/interface/HcalHistogramDigi.h b/DataFormats/HcalDigi/interface/HcalHistogramDigi.h index 52914f4071a2c..e3ec2a5200ef8 100644 --- a/DataFormats/HcalDigi/interface/HcalHistogramDigi.h +++ b/DataFormats/HcalDigi/interface/HcalHistogramDigi.h @@ -7,8 +7,8 @@ /** \class HcalHistogramDigi * - * $Date: 2005/11/14 22:46:50 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalHistogramDigi { diff --git a/DataFormats/HcalDigi/interface/HcalQIESample.h b/DataFormats/HcalDigi/interface/HcalQIESample.h index 195803519f692..9381c73e231e9 100644 --- a/DataFormats/HcalDigi/interface/HcalQIESample.h +++ b/DataFormats/HcalDigi/interface/HcalQIESample.h @@ -8,8 +8,8 @@ * Simple container packer/unpacker for a single QIE data word * * - * $Date: 2006/02/06 15:20:34 $ - * $Revision: 1.5 $ + * $Date: 2005/10/04 13:37:35 $ + * $Revision: 1.4 $ * \author J. Mans - Minnesota */ class HcalQIESample { diff --git a/DataFormats/HcalDigi/interface/HcalTTPDigi.h b/DataFormats/HcalDigi/interface/HcalTTPDigi.h index 07eb87921650a..202dce7ef8e55 100644 --- a/DataFormats/HcalDigi/interface/HcalTTPDigi.h +++ b/DataFormats/HcalDigi/interface/HcalTTPDigi.h @@ -7,8 +7,8 @@ /** \class HcalTTPDigi * - * $Date: 2010/04/07 02:06:12 $ - * $Revision: 1.2 $ + * $Date: 2009/09/11 19:46:40 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class HcalTTPDigi { diff --git a/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveDigi.h b/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveDigi.h index 4baab2a066b12..4feeb8c11993d 100644 --- a/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveDigi.h +++ b/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveDigi.h @@ -8,8 +8,8 @@ /** \class HcalTriggerPrimitiveDigi -$Date: 2009/06/09 13:15:56 $ -$Revision: 1.10 $ +$Date: 2009/02/10 15:46:37 $ +$Revision: 1.9 $ \author J. Mans - Minnesota */ class HcalTriggerPrimitiveDigi { diff --git a/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h b/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h index 061b4e6535bbc..fceb5bcea1a99 100644 --- a/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h +++ b/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h @@ -6,8 +6,8 @@ /** \class HcalTriggerPrimitiveSample - $Date: 2007/12/14 08:50:43 $ - $Revision: 1.7 $ + $Date: 2007/05/05 19:03:28 $ + $Revision: 1.6 $ \author J. Mans - Minnesota */ class HcalTriggerPrimitiveSample { diff --git a/DataFormats/HcalDigi/interface/HcalUnpackerReport.h b/DataFormats/HcalDigi/interface/HcalUnpackerReport.h index 83d4daeeaaf17..03a77cd7720de 100644 --- a/DataFormats/HcalDigi/interface/HcalUnpackerReport.h +++ b/DataFormats/HcalDigi/interface/HcalUnpackerReport.h @@ -9,8 +9,8 @@ /** \class HcalUnpackerReport * - * $Date: 2012/06/04 10:47:17 $ - * $Revision: 1.6 $ + * $Date: 2009/02/12 17:21:44 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class HcalUnpackerReport { diff --git a/DataFormats/HcalDigi/interface/HcalUpgradeQIESample.h b/DataFormats/HcalDigi/interface/HcalUpgradeQIESample.h index c9c4c39d008e3..235943f2f6ee9 100644 --- a/DataFormats/HcalDigi/interface/HcalUpgradeQIESample.h +++ b/DataFormats/HcalDigi/interface/HcalUpgradeQIESample.h @@ -8,8 +8,8 @@ * Simple container packer/unpacker for a single QIE data word * * - * $Date: 2013/03/27 14:55:41 $ - * $Revision: 1.1 $ + * $Date: 2006/02/06 15:20:34 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class HcalUpgradeQIESample { diff --git a/DataFormats/HcalDigi/test/HcalDigiDump.cc b/DataFormats/HcalDigi/test/HcalDigiDump.cc index f0976374253d5..dc819d191b9bd 100644 --- a/DataFormats/HcalDigi/test/HcalDigiDump.cc +++ b/DataFormats/HcalDigi/test/HcalDigiDump.cc @@ -10,8 +10,8 @@ using namespace std; /** \class HcalDigiDump -$Date: 2010/06/30 12:19:10 $ -$Revision: 1.17 $ +$Date: 2010/02/25 00:29:59 $ +$Revision: 1.16 $ \author J. Mans - Minnesota */ class HcalDigiDump : public edm::EDAnalyzer { diff --git a/DataFormats/HcalRecHit/interface/HBHERecHit.h b/DataFormats/HcalRecHit/interface/HBHERecHit.h index cbbd883a52f70..70c57e7f24eea 100644 --- a/DataFormats/HcalRecHit/interface/HBHERecHit.h +++ b/DataFormats/HcalRecHit/interface/HBHERecHit.h @@ -7,8 +7,8 @@ /** \class HBHERecHit * - * $Date: 2013/03/27 17:57:44 $ - * $Revision: 1.6 $ + * $Date: 2013/03/07 18:30:46 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class HBHERecHit : public CaloRecHit { diff --git a/DataFormats/HcalRecHit/interface/HFRecHit.h b/DataFormats/HcalRecHit/interface/HFRecHit.h index 277efcce2f93a..9c4b386e0d706 100644 --- a/DataFormats/HcalRecHit/interface/HFRecHit.h +++ b/DataFormats/HcalRecHit/interface/HFRecHit.h @@ -7,8 +7,8 @@ /** \class HFRecHit * - * $Date: 2013/03/27 17:57:44 $ - * $Revision: 1.6 $ + * $Date: 2013/03/07 18:30:46 $ + * $Revision: 1.5 $ *\author J. Mans - Minnesota */ class HFRecHit : public CaloRecHit { diff --git a/DataFormats/HcalRecHit/interface/HORecHit.h b/DataFormats/HcalRecHit/interface/HORecHit.h index fc19127f27be9..f94098c50038e 100644 --- a/DataFormats/HcalRecHit/interface/HORecHit.h +++ b/DataFormats/HcalRecHit/interface/HORecHit.h @@ -7,8 +7,8 @@ /** \class HORecHit * - * $Date: 2005/10/04 20:33:53 $ - * $Revision: 1.4 $ + * $Date: 2005/09/26 14:10:28 $ + * $Revision: 1.3 $ * \author J. Mans - Minnesota */ class HORecHit : public CaloRecHit { diff --git a/DataFormats/HcalRecHit/interface/HcalCalibRecHit.h b/DataFormats/HcalRecHit/interface/HcalCalibRecHit.h index 2cac9058b2a01..6303101fe9694 100644 --- a/DataFormats/HcalRecHit/interface/HcalCalibRecHit.h +++ b/DataFormats/HcalRecHit/interface/HcalCalibRecHit.h @@ -5,7 +5,7 @@ /** \class HcalCalibRecHit * - * $Date: 2006/06/27 15:49:21 $ + * $Date: 2006/06/26 18:52:00 $ * $Revision: 1.1 $ *\author J. Mans - Minnesota */ diff --git a/DataFormats/HcalRecHit/interface/ZDCRecHit.h b/DataFormats/HcalRecHit/interface/ZDCRecHit.h index 00f382c2a6c2a..4c8880b3df783 100644 --- a/DataFormats/HcalRecHit/interface/ZDCRecHit.h +++ b/DataFormats/HcalRecHit/interface/ZDCRecHit.h @@ -7,8 +7,8 @@ /** \class ZDCRecHit * - * $Date: 2011/09/15 09:25:06 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 18:52:00 $ + * $Revision: 1.1 $ *\author J. Mans - Minnesota */ class ZDCRecHit : public CaloRecHit { diff --git a/DataFormats/HcalRecHit/test/HcalRecHitDump.cc b/DataFormats/HcalRecHit/test/HcalRecHitDump.cc index 698a28285ffe8..9db44861741b3 100644 --- a/DataFormats/HcalRecHit/test/HcalRecHitDump.cc +++ b/DataFormats/HcalRecHit/test/HcalRecHitDump.cc @@ -13,8 +13,8 @@ namespace cms { /** \class HcalRecHitDump - $Date: 2012/09/07 15:47:38 $ - $Revision: 1.13 $ + $Date: 2011/08/17 21:33:39 $ + $Revision: 1.12 $ \author J. Mans - Minnesota */ class HcalRecHitDump : public edm::EDAnalyzer { diff --git a/DataFormats/HeavyIonEvent/interface/Centrality.h b/DataFormats/HeavyIonEvent/interface/Centrality.h index c75983c3438ad..9c73059ef89e5 100644 --- a/DataFormats/HeavyIonEvent/interface/Centrality.h +++ b/DataFormats/HeavyIonEvent/interface/Centrality.h @@ -1,5 +1,5 @@ // -// $Id: Centrality.h,v 1.12 2010/08/23 16:42:01 nart Exp $ +// $Id: Centrality.h,v 1.11 2010/08/14 17:06:50 nart Exp $ // #ifndef DataFormats_Centrality_h diff --git a/DataFormats/HeavyIonEvent/interface/EvtPlane.h b/DataFormats/HeavyIonEvent/interface/EvtPlane.h index cf817439db29e..28aa51ddbd3ec 100644 --- a/DataFormats/HeavyIonEvent/interface/EvtPlane.h +++ b/DataFormats/HeavyIonEvent/interface/EvtPlane.h @@ -1,6 +1,6 @@ // -// $Id: EvtPlane.h,v 1.4 2009/09/08 12:33:11 edwenger Exp $ +// $Id: EvtPlane.h,v 1.3 2009/09/08 10:50:57 edwenger Exp $ // #ifndef DataFormats_EvtPlane_h diff --git a/DataFormats/HeavyIonEvent/src/Centrality.cc b/DataFormats/HeavyIonEvent/src/Centrality.cc index fae5031eb0617..5585b6d43f9ed 100644 --- a/DataFormats/HeavyIonEvent/src/Centrality.cc +++ b/DataFormats/HeavyIonEvent/src/Centrality.cc @@ -1,5 +1,5 @@ // -// $Id: Centrality.cc,v 1.14 2010/10/16 17:09:34 yilmaz Exp $ +// $Id: Centrality.cc,v 1.13 2010/08/31 18:07:51 edwenger Exp $ // #include "DataFormats/HeavyIonEvent/interface/Centrality.h" diff --git a/DataFormats/HeavyIonEvent/src/EvtPlane.cc b/DataFormats/HeavyIonEvent/src/EvtPlane.cc index 92c33b1f446c8..839a3d742498a 100644 --- a/DataFormats/HeavyIonEvent/src/EvtPlane.cc +++ b/DataFormats/HeavyIonEvent/src/EvtPlane.cc @@ -1,5 +1,5 @@ // // -// // $Id: EvtPlane.cc,v 1.4 2009/09/08 12:33:12 edwenger Exp $ +// // $Id: EvtPlane.cc,v 1.3 2009/09/08 10:50:57 edwenger Exp $ // // // // #include "DataFormats/HeavyIonEvent/interface/EvtPlane.h" @@ -23,7 +23,7 @@ // -// $Id: EvtPlane.cc,v 1.4 2009/09/08 12:33:12 edwenger Exp $ +// $Id: EvtPlane.cc,v 1.3 2009/09/08 10:50:57 edwenger Exp $ // #include "DataFormats/HeavyIonEvent/interface/EvtPlane.h" diff --git a/DataFormats/HepMCCandidate/interface/GenParticle.h b/DataFormats/HepMCCandidate/interface/GenParticle.h index 54e7d11d19822..672dcd0db68e4 100755 --- a/DataFormats/HepMCCandidate/interface/GenParticle.h +++ b/DataFormats/HepMCCandidate/interface/GenParticle.h @@ -6,7 +6,7 @@ * * \author: Luca Lista, INFN * - * \version $Id: GenParticle.h,v 1.6 2009/09/10 09:50:28 srappocc Exp $ + * \version $Id: GenParticle.h,v 1.5.2.1 2009/09/03 15:15:05 srappocc Exp $ */ #include "DataFormats/Candidate/interface/CompositeRefCandidateT.h" #include "DataFormats/HepMCCandidate/interface/GenParticleFwd.h" diff --git a/DataFormats/HepMCCandidate/interface/PdfInfo.h b/DataFormats/HepMCCandidate/interface/PdfInfo.h index ffc60ad302ae2..3cc36a9af9532 100644 --- a/DataFormats/HepMCCandidate/interface/PdfInfo.h +++ b/DataFormats/HepMCCandidate/interface/PdfInfo.h @@ -2,7 +2,7 @@ #define DataFormats_HepMCCandidate_PdfInfo_h /** \class reco::PdfInfo * - * \verson $Id: PdfInfo.h,v 1.2 2008/02/29 08:24:32 llista Exp $ + * \verson $Id$ * */ diff --git a/DataFormats/HepMCCandidate/src/GenParticle.cc b/DataFormats/HepMCCandidate/src/GenParticle.cc index f5c00821c243a..c844ced0cc130 100755 --- a/DataFormats/HepMCCandidate/src/GenParticle.cc +++ b/DataFormats/HepMCCandidate/src/GenParticle.cc @@ -1,4 +1,4 @@ -// $Id: GenParticle.cc,v 1.2 2007/10/15 13:03:36 llista Exp $ +// $Id: GenParticle.cc,v 1.1 2007/09/11 16:17:14 llista Exp $ #include "DataFormats/HepMCCandidate/interface/GenParticle.h" #include using namespace reco; diff --git a/DataFormats/Histograms/interface/MEtoEDMFormat.h b/DataFormats/Histograms/interface/MEtoEDMFormat.h index 28277b481ba66..34e2d9cd6adec 100644 --- a/DataFormats/Histograms/interface/MEtoEDMFormat.h +++ b/DataFormats/Histograms/interface/MEtoEDMFormat.h @@ -6,8 +6,8 @@ * DataFormat class to hold the information from a ME tranformed into * ROOT objects as appropriate * - * $Date: 2010/09/14 09:12:54 $ - * $Revision: 1.28 $ + * $Date: 2010/09/12 15:51:31 $ + * $Revision: 1.27 $ * \author M. Strang SUNY-Buffalo */ diff --git a/DataFormats/Histograms/test/metoedmformat_t.cc b/DataFormats/Histograms/test/metoedmformat_t.cc index b4c079154e0ba..c3d11bd8d6c8d 100644 --- a/DataFormats/Histograms/test/metoedmformat_t.cc +++ b/DataFormats/Histograms/test/metoedmformat_t.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Jul 21 11:00:06 CDT 2009 -// $Id: metoedmformat_t.cc,v 1.7 2010/09/14 09:12:54 dellaric Exp $ +// $Id: metoedmformat_t.cc,v 1.6 2009/11/04 09:06:25 dellaric Exp $ // // system include files diff --git a/DataFormats/JetReco/interface/BasicJet.h b/DataFormats/JetReco/interface/BasicJet.h index 401dfe0536628..32b16e216a69c 100755 --- a/DataFormats/JetReco/interface/BasicJet.h +++ b/DataFormats/JetReco/interface/BasicJet.h @@ -11,7 +11,7 @@ * * \author Fedor Ratnikov, UMd * - * \version $Id: BasicJet.h,v 1.11 2007/09/20 21:04:43 fedor Exp $ + * \version $Id: BasicJet.h,v 1.10 2007/08/24 17:35:23 fedor Exp $ ************************************************************/ diff --git a/DataFormats/JetReco/interface/CaloJet.h b/DataFormats/JetReco/interface/CaloJet.h index 43ab8297321ef..5d6b059bd7303 100755 --- a/DataFormats/JetReco/interface/CaloJet.h +++ b/DataFormats/JetReco/interface/CaloJet.h @@ -18,7 +18,7 @@ * * \version May 3, 2006, F.Ratnikov, include all different * energy components separately - * \version $Id: CaloJet.h,v 1.39 2013/05/01 13:53:47 srappocc Exp $ + * \version $Id: CaloJet.h,v 1.38 2008/10/14 12:26:58 oehler Exp $ ************************************************************/ diff --git a/DataFormats/JetReco/interface/CaloJetCollection.h b/DataFormats/JetReco/interface/CaloJetCollection.h index cfe2a09a8e25d..5b4c0b5b3f0c3 100644 --- a/DataFormats/JetReco/interface/CaloJetCollection.h +++ b/DataFormats/JetReco/interface/CaloJetCollection.h @@ -1,5 +1,5 @@ // F.R. -// $Id: CaloJetCollection.h,v 1.8 2010/04/13 20:29:52 srappocc Exp $ +// $Id: CaloJetCollection.h,v 1.7.6.2 2010/02/08 21:09:29 srappocc Exp $ #ifndef JetReco_CaloJetCollection_h #define JetReco_CaloJetCollection_h diff --git a/DataFormats/JetReco/interface/DiscretizedEnergyFlow.h b/DataFormats/JetReco/interface/DiscretizedEnergyFlow.h index e955bbe3d1579..8d771dd32f14d 100644 --- a/DataFormats/JetReco/interface/DiscretizedEnergyFlow.h +++ b/DataFormats/JetReco/interface/DiscretizedEnergyFlow.h @@ -8,7 +8,7 @@ * is written out. * * \author Igor Volobouev, TTU, June 28, 2010 - * \version $Id: DiscretizedEnergyFlow.h,v 1.1 2011/07/18 17:00:23 igv Exp $ + * \version $Id: DiscretizedEnergyFlow.h,v 1.1 2010/12/05 19:41:20 igv Exp $ ************************************************************/ #ifndef DataFormats_FFTJetAlgorithms_DiscretizedEnergyFlow_h diff --git a/DataFormats/JetReco/interface/FFTAnyJet.h b/DataFormats/JetReco/interface/FFTAnyJet.h index 989d13c5eb307..aed32f537adde 100644 --- a/DataFormats/JetReco/interface/FFTAnyJet.h +++ b/DataFormats/JetReco/interface/FFTAnyJet.h @@ -4,7 +4,7 @@ * * \author Igor Volobouev, TTU * - * \version $Id: FFTAnyJet.h,v 1.2 2011/11/14 20:13:21 igv Exp $ + * \version $Id: FFTAnyJet.h,v 1.1 2010/11/22 23:27:55 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_FFTAnyJet_h diff --git a/DataFormats/JetReco/interface/FFTBasicJetCollection.h b/DataFormats/JetReco/interface/FFTBasicJetCollection.h index 17c5e2a57fdf6..91363e11692ed 100644 --- a/DataFormats/JetReco/interface/FFTBasicJetCollection.h +++ b/DataFormats/JetReco/interface/FFTBasicJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTBasicJetCollection.h,v 1.1 2010/11/22 23:27:55 igv Exp $ +// $Id: FFTBasicJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTBasicJetCollection_h #define DataFormats_JetReco_FFTBasicJetCollection_h diff --git a/DataFormats/JetReco/interface/FFTCaloJetCollection.h b/DataFormats/JetReco/interface/FFTCaloJetCollection.h index a77202cbcd3ba..949c406bd51cb 100644 --- a/DataFormats/JetReco/interface/FFTCaloJetCollection.h +++ b/DataFormats/JetReco/interface/FFTCaloJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTCaloJetCollection.h,v 1.1 2010/11/22 23:27:55 igv Exp $ +// $Id: FFTCaloJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTCaloJetCollection_h #define DataFormats_JetReco_FFTCaloJetCollection_h diff --git a/DataFormats/JetReco/interface/FFTGenJetCollection.h b/DataFormats/JetReco/interface/FFTGenJetCollection.h index 2ed51872a8e3e..cdc1ca07c18ac 100644 --- a/DataFormats/JetReco/interface/FFTGenJetCollection.h +++ b/DataFormats/JetReco/interface/FFTGenJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTGenJetCollection.h,v 1.1 2010/11/22 23:27:55 igv Exp $ +// $Id: FFTGenJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTGenJetCollection_h #define DataFormats_JetReco_FFTGenJetCollection_h diff --git a/DataFormats/JetReco/interface/FFTJPTJetCollection.h b/DataFormats/JetReco/interface/FFTJPTJetCollection.h index 3b4984b52a687..f5de2d6ab1999 100644 --- a/DataFormats/JetReco/interface/FFTJPTJetCollection.h +++ b/DataFormats/JetReco/interface/FFTJPTJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTJPTJetCollection.h,v 1.1 2010/11/22 23:27:55 igv Exp $ +// $Id: FFTJPTJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTJPTJetCollection_h #define DataFormats_JetReco_FFTJPTJetCollection_h diff --git a/DataFormats/JetReco/interface/FFTJet.h b/DataFormats/JetReco/interface/FFTJet.h index b9ce55274f7e9..96d60f2f83adf 100644 --- a/DataFormats/JetReco/interface/FFTJet.h +++ b/DataFormats/JetReco/interface/FFTJet.h @@ -6,7 +6,7 @@ * * \author Igor Volobouev, TTU * - * \version $Id: FFTJet.h,v 1.3 2011/07/06 07:39:11 igv Exp $ + * \version $Id: FFTJet.h,v 1.1 2010/11/22 23:27:56 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_FFTJet_h diff --git a/DataFormats/JetReco/interface/FFTJetPileupSummary.h b/DataFormats/JetReco/interface/FFTJetPileupSummary.h index 2a68fbe12d61d..81f42bcd961d9 100644 --- a/DataFormats/JetReco/interface/FFTJetPileupSummary.h +++ b/DataFormats/JetReco/interface/FFTJetPileupSummary.h @@ -4,7 +4,7 @@ * * \author Igor Volobouev, TTU * -* \version $Id: FFTJetPileupSummary.h,v 1.1 2011/04/26 22:57:31 igv Exp $ +* \version $Id: FFTJetPileupSummary.h,v 1.0 2011/04/26 23:27:55 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_FFTJetPileupSummary_h diff --git a/DataFormats/JetReco/interface/FFTJetProducerSummary.h b/DataFormats/JetReco/interface/FFTJetProducerSummary.h index b0fb902a2c0d4..557445912668e 100644 --- a/DataFormats/JetReco/interface/FFTJetProducerSummary.h +++ b/DataFormats/JetReco/interface/FFTJetProducerSummary.h @@ -3,7 +3,7 @@ * \short Data processing summary generated by FFTJetProducer * * \author Igor Volobouev, TTU, June 28, 2010 - * \version $Id: FFTJetProducerSummary.h,v 1.1 2010/11/22 23:27:56 igv Exp $ + * \version $Id: FFTJetProducerSummary.h,v 0.1 2010/06/28 21:52:19 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_FFTJetProducerSummary_h diff --git a/DataFormats/JetReco/interface/FFTPFJetCollection.h b/DataFormats/JetReco/interface/FFTPFJetCollection.h index d87f91cb11347..7d55bca1e40ac 100644 --- a/DataFormats/JetReco/interface/FFTPFJetCollection.h +++ b/DataFormats/JetReco/interface/FFTPFJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTPFJetCollection.h,v 1.1 2010/11/22 23:27:56 igv Exp $ +// $Id: FFTPFJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTPFJetCollection_h #define DataFormats_JetReco_FFTPFJetCollection_h diff --git a/DataFormats/JetReco/interface/FFTTrackJetCollection.h b/DataFormats/JetReco/interface/FFTTrackJetCollection.h index c747ff7afb6a2..813c089af01c7 100644 --- a/DataFormats/JetReco/interface/FFTTrackJetCollection.h +++ b/DataFormats/JetReco/interface/FFTTrackJetCollection.h @@ -1,4 +1,4 @@ -// $Id: FFTTrackJetCollection.h,v 1.1 2010/11/22 23:27:56 igv Exp $ +// $Id: FFTTrackJetCollection.h,v 1.0 2010/11/11 20:29:52 igv Exp $ #ifndef DataFormats_JetReco_FFTTrackJetCollection_h #define DataFormats_JetReco_FFTTrackJetCollection_h diff --git a/DataFormats/JetReco/interface/GenJet.h b/DataFormats/JetReco/interface/GenJet.h index d6297e5295cab..4177f9ce3c3b6 100644 --- a/DataFormats/JetReco/interface/GenJet.h +++ b/DataFormats/JetReco/interface/GenJet.h @@ -12,7 +12,7 @@ * \author Fedor Ratnikov, UMd * * \version Original March 31, 2006 by F.R. - * \version $Id: GenJet.h,v 1.19 2008/05/26 11:22:12 arizzi Exp $ + * \version $Id: GenJet.h,v 1.18 2008/02/16 14:31:07 oehler Exp $ ************************************************************/ diff --git a/DataFormats/JetReco/interface/GenJetCollection.h b/DataFormats/JetReco/interface/GenJetCollection.h index 3606c59a702f4..91a3d9b01a6c2 100644 --- a/DataFormats/JetReco/interface/GenJetCollection.h +++ b/DataFormats/JetReco/interface/GenJetCollection.h @@ -1,5 +1,5 @@ // F.R. -// $Id: GenJetCollection.h,v 1.5 2010/04/13 20:29:52 srappocc Exp $ +// $Id: GenJetCollection.h,v 1.4.6.2 2010/02/08 21:09:29 srappocc Exp $ #ifndef JetReco_GenJetCollection_h #define JetReco_GenJetCollection_h diff --git a/DataFormats/JetReco/interface/GenericJet.h b/DataFormats/JetReco/interface/GenericJet.h index 8842b1799cce5..0bc4ed30d9b53 100644 --- a/DataFormats/JetReco/interface/GenericJet.h +++ b/DataFormats/JetReco/interface/GenericJet.h @@ -11,7 +11,7 @@ * \author Fedor Ratnikov, UMd * * \version Mar 23, 2007 by F.R. - * \version $Id: GenericJet.h,v 1.8 2007/08/24 17:35:23 fedor Exp $ + * \version $Id: GenericJet.h,v 1.7 2007/08/20 17:53:30 fedor Exp $ ************************************************************/ #include #include "DataFormats/Candidate/interface/CompositeRefBaseCandidate.h" diff --git a/DataFormats/JetReco/interface/GenericJetCollection.h b/DataFormats/JetReco/interface/GenericJetCollection.h index e593bc8010c2f..6164c0e3688e4 100644 --- a/DataFormats/JetReco/interface/GenericJetCollection.h +++ b/DataFormats/JetReco/interface/GenericJetCollection.h @@ -1,5 +1,5 @@ // F.R. -// $Id: GenericJetCollection.h,v 1.5 2010/04/13 20:29:52 srappocc Exp $ +// $Id: GenericJetCollection.h,v 1.4.6.1 2010/01/20 17:07:37 srappocc Exp $ #ifndef JetReco_GenericJetCollection_h #define JetReco_GenericJetCollection_h diff --git a/DataFormats/JetReco/interface/JPTJetCollection.h b/DataFormats/JetReco/interface/JPTJetCollection.h index 2fe1f535b66b6..6f6853f019ef7 100644 --- a/DataFormats/JetReco/interface/JPTJetCollection.h +++ b/DataFormats/JetReco/interface/JPTJetCollection.h @@ -1,5 +1,5 @@ // F.R. -// $Id: JPTJetCollection.h,v 1.1 2010/03/04 13:16:25 kodolova Exp $ +// $Id: JPTJetCollection.h,v 1.7 2007/08/24 17:35:23 fedor Exp $ #ifndef JetReco_JPTJetCollection_h #define JetReco_JPTJetCollection_h diff --git a/DataFormats/JetReco/interface/Jet.h b/DataFormats/JetReco/interface/Jet.h index 89a1d5ffb289a..08ba65ce38c84 100644 --- a/DataFormats/JetReco/interface/Jet.h +++ b/DataFormats/JetReco/interface/Jet.h @@ -12,7 +12,7 @@ * * \version Original: April 22, 2005 by Fernando Varela Rodriguez. * \version May 23, 2006 by F.R. - * \version $Id: Jet.h,v 1.32 2012/02/01 14:51:10 pandolf Exp $ + * \version $Id: Jet.h,v 1.31 2012/02/01 14:38:40 pandolf Exp $ ************************************************************/ #include #include "DataFormats/Candidate/interface/CompositePtrCandidate.h" diff --git a/DataFormats/JetReco/interface/JetExtendedAssociation.h b/DataFormats/JetReco/interface/JetExtendedAssociation.h index bcf13fa22c27f..4d400ac3cada6 100644 --- a/DataFormats/JetReco/interface/JetExtendedAssociation.h +++ b/DataFormats/JetReco/interface/JetExtendedAssociation.h @@ -7,7 +7,7 @@ * * \author Fedor Ratnikov, Sept. 9, 2007 * - * \version $Id: JetExtendedAssociation.h,v 1.5 2008/05/21 00:27:45 fedor Exp $ + * \version $Id: JetExtendedAssociation.h,v 1.4 2007/10/05 23:23:08 fedor Exp $ ************************************************************/ #include "DataFormats/Common/interface/AssociationVector.h" diff --git a/DataFormats/JetReco/interface/JetFloatAssociation.h b/DataFormats/JetReco/interface/JetFloatAssociation.h index 8de211b439e8d..dd10058869b73 100644 --- a/DataFormats/JetReco/interface/JetFloatAssociation.h +++ b/DataFormats/JetReco/interface/JetFloatAssociation.h @@ -7,7 +7,7 @@ * * \author Giovanni Petrucciani, Fedor Ratnikov, June 12, 2007 * - * \version $Id: JetFloatAssociation.h,v 1.2 2008/05/21 00:27:45 fedor Exp $ + * \version $Id: JetFloatAssociation.h,v 1.1 2007/10/05 23:23:08 fedor Exp $ ************************************************************/ #include "DataFormats/Common/interface/AssociationVector.h" diff --git a/DataFormats/JetReco/interface/JetTrackMatch.h b/DataFormats/JetReco/interface/JetTrackMatch.h index a595b5a157588..ca2a46b7fd38e 100644 --- a/DataFormats/JetReco/interface/JetTrackMatch.h +++ b/DataFormats/JetReco/interface/JetTrackMatch.h @@ -28,7 +28,7 @@ * * \author Fedor Ratnikov, UMd * - * \version $Id: JetTrackMatch.h,v 1.2 2007/09/18 13:35:24 ratnik Exp $ + * \version $Id: JetTrackMatch.h,v 1.1 2007/05/03 21:13:18 fedor Exp $ ************************************************************/ #include "DataFormats/Common/interface/AssociationMap.h" diff --git a/DataFormats/JetReco/interface/JetTracksAssociation.h b/DataFormats/JetReco/interface/JetTracksAssociation.h index 5f9ae45270752..d69b0aac959bc 100644 --- a/DataFormats/JetReco/interface/JetTracksAssociation.h +++ b/DataFormats/JetReco/interface/JetTracksAssociation.h @@ -7,7 +7,7 @@ * * \author Fedor Ratnikov, July 27, 2007 * - * \version $Id: JetTracksAssociation.h,v 1.3 2008/05/21 00:27:45 fedor Exp $ + * \version $Id: JetTracksAssociation.h,v 1.2 2007/10/05 23:23:09 fedor Exp $ ************************************************************/ #include "DataFormats/Common/interface/AssociationVector.h" diff --git a/DataFormats/JetReco/interface/PFClusterJet.h b/DataFormats/JetReco/interface/PFClusterJet.h index 049f9920e6b65..ca349d874e01f 100644 --- a/DataFormats/JetReco/interface/PFClusterJet.h +++ b/DataFormats/JetReco/interface/PFClusterJet.h @@ -13,7 +13,7 @@ * * \author Salvatore Rappoccio * - * $Id: PFClusterJet.h,v 1.2 2012/03/21 22:09:44 slava77 Exp $ + * $Id: PFClusterJet.h,v 1.1 2010/12/28 16:11:35 srappocc Exp $ * ************************************************************/ diff --git a/DataFormats/JetReco/interface/PFJet.h b/DataFormats/JetReco/interface/PFJet.h index f616ac29d8931..2389cbdd19dde 100644 --- a/DataFormats/JetReco/interface/PFJet.h +++ b/DataFormats/JetReco/interface/PFJet.h @@ -10,7 +10,7 @@ * in addition to generic Jet parameters * * \author Fedor Ratnikov, UMd, Apr 24, 2007 - * \version $Id: PFJet.h,v 1.21 2013/05/01 13:53:47 srappocc Exp $ + * \version $Id: PFJet.h,v 1.20 2010/03/10 21:52:19 pandolf Exp $ ************************************************************/ diff --git a/DataFormats/JetReco/interface/PFJetCollection.h b/DataFormats/JetReco/interface/PFJetCollection.h index 526dc35e67ade..30607932a4e55 100644 --- a/DataFormats/JetReco/interface/PFJetCollection.h +++ b/DataFormats/JetReco/interface/PFJetCollection.h @@ -1,5 +1,5 @@ // F.R. -// $Id: PFJetCollection.h,v 1.5 2010/04/13 20:29:52 srappocc Exp $ +// $Id: PFJetCollection.h,v 1.4.6.2 2010/02/08 21:09:29 srappocc Exp $ #ifndef JetReco_PFJetCollection_h #define JetReco_PFJetCollection_h diff --git a/DataFormats/JetReco/interface/PattRecoNode.h b/DataFormats/JetReco/interface/PattRecoNode.h index 2d3c888a303a0..ca47fdb2a50b7 100644 --- a/DataFormats/JetReco/interface/PattRecoNode.h +++ b/DataFormats/JetReco/interface/PattRecoNode.h @@ -6,7 +6,7 @@ * Applications should use fftjet::SparseClusteringTree::Node * * \author Igor Volobouev, TTU, June 16, 2010 - * \version $Id: PattRecoNode.h,v 1.1 2010/11/22 23:27:56 igv Exp $ + * \version $Id: PattRecoNode.h,v 0.1 2010/06/16 21:52:19 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_PattRecoNode_h diff --git a/DataFormats/JetReco/interface/PattRecoPeak.h b/DataFormats/JetReco/interface/PattRecoPeak.h index 84fd41d4dd811..46fc64ddca095 100644 --- a/DataFormats/JetReco/interface/PattRecoPeak.h +++ b/DataFormats/JetReco/interface/PattRecoPeak.h @@ -6,7 +6,7 @@ * Actual application calculations should use fftjet::Peak. * * \author Igor Volobouev, TTU, June 16, 2010 - * \version $Id: PattRecoPeak.h,v 1.1 2010/11/22 23:27:56 igv Exp $ + * \version $Id: PattRecoPeak.h,v 0.1 2010/06/16 21:52:19 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_PattRecoPeak_h diff --git a/DataFormats/JetReco/interface/PattRecoTree.h b/DataFormats/JetReco/interface/PattRecoTree.h index 8754d0bf87349..a42aa76579f68 100644 --- a/DataFormats/JetReco/interface/PattRecoTree.h +++ b/DataFormats/JetReco/interface/PattRecoTree.h @@ -6,7 +6,7 @@ * Applications should use fftjet::SparseClusteringTree * * \author Igor Volobouev, TTU, June 16, 2010 - * \version $Id: PattRecoTree.h,v 1.1 2010/11/22 23:27:57 igv Exp $ + * \version $Id: PattRecoTree.h,v 0.1 2010/06/16 21:52:19 igv Exp $ ************************************************************/ #ifndef DataFormats_JetReco_PattRecoTree_h diff --git a/DataFormats/JetReco/interface/TrackJet.h b/DataFormats/JetReco/interface/TrackJet.h index e9b621e46cc22..c7d1acfab98c1 100644 --- a/DataFormats/JetReco/interface/TrackJet.h +++ b/DataFormats/JetReco/interface/TrackJet.h @@ -13,7 +13,7 @@ * * \author Steven Lowette * - * $Id: TrackJet.h,v 1.4 2010/06/29 09:56:50 lowette Exp $ + * $Id: TrackJet.h,v 1.3 2009/12/10 15:13:43 lowette Exp $ * ************************************************************/ diff --git a/DataFormats/JetReco/src/BasicJet.cc b/DataFormats/JetReco/src/BasicJet.cc index 798145f2c7bdb..ea51173f5b461 100644 --- a/DataFormats/JetReco/src/BasicJet.cc +++ b/DataFormats/JetReco/src/BasicJet.cc @@ -1,6 +1,6 @@ // BasicJet.cc // Fedor Ratnikov, UMd -// $Id: BasicJet.cc,v 1.4 2007/09/20 21:04:58 fedor Exp $ +// $Id: BasicJet.cc,v 1.3 2006/12/08 21:15:11 fedor Exp $ #include diff --git a/DataFormats/JetReco/src/CaloJet.cc b/DataFormats/JetReco/src/CaloJet.cc index c1276178de04f..c7aae773e43ee 100755 --- a/DataFormats/JetReco/src/CaloJet.cc +++ b/DataFormats/JetReco/src/CaloJet.cc @@ -1,6 +1,6 @@ // CaloJet.cc // Fedor Ratnikov UMd -// $Id: CaloJet.cc,v 1.22 2009/04/16 20:04:20 srappocc Exp $ +// $Id: CaloJet.cc,v 1.21 2008/10/14 12:26:58 oehler Exp $ #include #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/JetReco/src/FFTJetProducerSummary.cc b/DataFormats/JetReco/src/FFTJetProducerSummary.cc index e3649470b63cf..9aa82b30f9117 100644 --- a/DataFormats/JetReco/src/FFTJetProducerSummary.cc +++ b/DataFormats/JetReco/src/FFTJetProducerSummary.cc @@ -1,4 +1,4 @@ -// $Id: FFTJetProducerSummary.cc,v 1.1 2010/11/22 23:29:11 igv Exp $ +// $Id: FFTJetProducerSummary.cc,v 1.0 2010/11/11 20:29:52 igv Exp $ #include diff --git a/DataFormats/JetReco/src/GenJet.cc b/DataFormats/JetReco/src/GenJet.cc index 32eefc2cfd796..19da0c899d1a3 100644 --- a/DataFormats/JetReco/src/GenJet.cc +++ b/DataFormats/JetReco/src/GenJet.cc @@ -1,6 +1,6 @@ // GenJet.cc // Fedor Ratnikov, UMd -// $Id: GenJet.cc,v 1.12 2008/05/26 11:22:12 arizzi Exp $ +// $Id: GenJet.cc,v 1.11 2008/02/16 14:31:09 oehler Exp $ #include diff --git a/DataFormats/JetReco/src/GenericJet.cc b/DataFormats/JetReco/src/GenericJet.cc index 9e9fc658fb0e6..884ca2c2b897a 100644 --- a/DataFormats/JetReco/src/GenericJet.cc +++ b/DataFormats/JetReco/src/GenericJet.cc @@ -1,6 +1,6 @@ // GenericJet.cc // Fedor Ratnikov, UMd -// $Id: GenericJet.cc,v 1.3 2007/05/03 21:13:18 fedor Exp $ +// $Id: GenericJet.cc,v 1.2 2007/03/26 22:05:41 fedor Exp $ #include diff --git a/DataFormats/JetReco/src/JPTJet.cc b/DataFormats/JetReco/src/JPTJet.cc index c076f6ed06185..144b6efd3cc48 100755 --- a/DataFormats/JetReco/src/JPTJet.cc +++ b/DataFormats/JetReco/src/JPTJet.cc @@ -1,6 +1,6 @@ // JPTJet.cc // Fedor Ratnikov UMd -// $Id: JPTJet.cc,v 1.2 2010/03/08 21:02:20 kodolova Exp $ +// $Id: JPTJet.cc,v 1.1 2010/03/04 13:16:36 kodolova Exp $ #include #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/JetReco/src/Jet.cc b/DataFormats/JetReco/src/Jet.cc index d0453c87550d0..6e3a72f8e89a4 100644 --- a/DataFormats/JetReco/src/Jet.cc +++ b/DataFormats/JetReco/src/Jet.cc @@ -1,6 +1,6 @@ // Jet.cc // Fedor Ratnikov, UMd -// $Id: Jet.cc,v 1.29 2012/02/01 14:51:11 pandolf Exp $ +// $Id: Jet.cc,v 1.28 2012/02/01 14:38:40 pandolf Exp $ #include #include diff --git a/DataFormats/JetReco/src/PFClusterJet.cc b/DataFormats/JetReco/src/PFClusterJet.cc index 33fb42fba7b04..1c16b05b31447 100644 --- a/DataFormats/JetReco/src/PFClusterJet.cc +++ b/DataFormats/JetReco/src/PFClusterJet.cc @@ -1,4 +1,4 @@ -// $Id: PFClusterJet.cc,v 1.1 2010/12/28 16:11:35 srappocc Exp $ +// $Id: PFClusterJet.cc,v 1.2 2009/12/10 15:13:43 lowette Exp $ #include "DataFormats/JetReco/interface/PFClusterJet.h" diff --git a/DataFormats/JetReco/src/PFJet.cc b/DataFormats/JetReco/src/PFJet.cc index 59a6fe719ca26..77829eb34fe9a 100644 --- a/DataFormats/JetReco/src/PFJet.cc +++ b/DataFormats/JetReco/src/PFJet.cc @@ -1,6 +1,6 @@ // PFJet.cc // Fedor Ratnikov UMd -// $Id: PFJet.cc,v 1.17 2010/03/10 21:52:18 pandolf Exp $ +// $Id: PFJet.cc,v 1.16 2009/11/13 17:28:40 cbern Exp $ #include #include diff --git a/DataFormats/JetReco/src/TrackJet.cc b/DataFormats/JetReco/src/TrackJet.cc index 3866d1c34ca72..c231048e2a5e2 100644 --- a/DataFormats/JetReco/src/TrackJet.cc +++ b/DataFormats/JetReco/src/TrackJet.cc @@ -1,4 +1,4 @@ -// $Id: TrackJet.cc,v 1.2 2009/12/10 15:13:43 lowette Exp $ +// $Id: TrackJet.cc,v 1.1 2009/11/25 19:07:50 srappocc Exp $ #include "DataFormats/JetReco/interface/TrackJet.h" diff --git a/DataFormats/L1CaloTrigger/interface/L1CaloMipQuietRegion.h b/DataFormats/L1CaloTrigger/interface/L1CaloMipQuietRegion.h index 313988e831ca0..a7643b253b14e 100644 --- a/DataFormats/L1CaloTrigger/interface/L1CaloMipQuietRegion.h +++ b/DataFormats/L1CaloTrigger/interface/L1CaloMipQuietRegion.h @@ -10,8 +10,8 @@ * \brief Miniumum Ionising Particle (MIP) and Quiet bits for a calorimeter trigger region. * * \author Robert Frazier -* $Revision: 1.2 $ -* $Date: 2008/02/22 14:33:54 $ +* $Revision: 1.1 $ +* $Date: 2008/02/22 13:54:32 $ */ class L1CaloMipQuietRegion diff --git a/DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h b/DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h index d11c32e100639..e27ddf3fe7897 100644 --- a/DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h +++ b/DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h @@ -6,7 +6,7 @@ /** \class L1CaloRegionDetId * Cell identifier class for L1 Calo Trigger Regions (4x4 trigger tower sums) * - * $Date: 2007/07/09 09:47:22 $ + * $Date: 2007/07/09 10:59:43 $ * $Revision: 1.14 $ * \author Jim Brooke */ diff --git a/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTCand.h b/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTCand.h index 9a394e9e76b44..6fc3ab5f194a6 100644 --- a/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTCand.h +++ b/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTCand.h @@ -7,8 +7,8 @@ * This candidate contains only information sent to the GT. */ // -// $Date: 2007/04/02 15:44:06 $ -// $Revision: 1.5 $ +// $Date: 2007/03/23 18:52:17 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTReadoutCollection.h b/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTReadoutCollection.h index fe927c3546b54..bd41ad51bafac 100644 --- a/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTReadoutCollection.h +++ b/DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTReadoutCollection.h @@ -5,8 +5,8 @@ // Description: // // -// $Date: 2011/11/10 17:02:05 $ -// $Revision: 1.6 $ +// $Date: 2007/04/02 15:44:08 $ +// $Revision: 1.5 $ // // Author : // Hannes Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h b/DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h index 78e50d91b2c5d..587d38197046c 100644 --- a/DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h +++ b/DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h @@ -4,8 +4,8 @@ * A regional muon trigger candidate as received by the GMT */ // -// $Date: 2007/10/18 12:19:14 $ -// $Revision: 1.3 $ +// $Date: 2007/04/02 15:44:08 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTCand.cc b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTCand.cc index 1a765c417d2c2..d7f73fa61baf5 100644 --- a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTCand.cc +++ b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTCand.cc @@ -5,8 +5,8 @@ // Description: L1 Global Muon Trigger Candidate // // -// $Date: 2007/09/06 13:48:48 $ -// $Revision: 1.6 $ +// $Date: 2007/04/02 15:44:09 $ +// $Revision: 1.5 $ // // Author : // N. Neumeister CERN EP diff --git a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTExtendedCand.cc b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTExtendedCand.cc index 84b5262008223..433b71e489cfe 100644 --- a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTExtendedCand.cc +++ b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTExtendedCand.cc @@ -5,8 +5,8 @@ // Description: L1 Global Muon Trigger Candidate // // -// $Date: 2007/04/02 15:44:10 $ -// $Revision: 1.3 $ +// $Date: 2006/08/21 14:26:08 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTReadoutRecord.cc b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTReadoutRecord.cc index d3b653c2899fa..e2f23d61c84ce 100644 --- a/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTReadoutRecord.cc +++ b/DataFormats/L1GlobalMuonTrigger/src/L1MuGMTReadoutRecord.cc @@ -8,8 +8,8 @@ * for one bunch crossing. */ // -// $Date: 2010/07/12 08:38:50 $ -// $Revision: 1.8 $ +// $Date: 2007/07/31 15:20:14 $ +// $Revision: 1.7 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalMuonTrigger/src/L1MuRegionalCand.cc b/DataFormats/L1GlobalMuonTrigger/src/L1MuRegionalCand.cc index 57822e474d546..cc31e6cf358e4 100644 --- a/DataFormats/L1GlobalMuonTrigger/src/L1MuRegionalCand.cc +++ b/DataFormats/L1GlobalMuonTrigger/src/L1MuRegionalCand.cc @@ -4,8 +4,8 @@ * A regional muon trigger candidate as received by the GMT */ // -// $Date: 2010/12/06 20:04:17 $ -// $Revision: 1.7 $ +// $Date: 2007/09/06 13:48:48 $ +// $Revision: 1.6 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerObjectMaps.h b/DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerObjectMaps.h index c709733612296..9036b400354bf 100644 --- a/DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerObjectMaps.h +++ b/DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerObjectMaps.h @@ -13,8 +13,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 21:46:28 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/DataFormats/L1GlobalTrigger/src/L1GlobalTriggerObjectMaps.cc b/DataFormats/L1GlobalTrigger/src/L1GlobalTriggerObjectMaps.cc index 3520ece2b0c19..b1625fcd5aaca 100644 --- a/DataFormats/L1GlobalTrigger/src/L1GlobalTriggerObjectMaps.cc +++ b/DataFormats/L1GlobalTrigger/src/L1GlobalTriggerObjectMaps.cc @@ -10,8 +10,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 21:46:28 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/DataFormats/L1Trigger/interface/L1EmParticle.h b/DataFormats/L1Trigger/interface/L1EmParticle.h index d448aca8b557a..948f8957ebd1e 100644 --- a/DataFormats/L1Trigger/interface/L1EmParticle.h +++ b/DataFormats/L1Trigger/interface/L1EmParticle.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 12:41:07 EDT 2006 -// $Id: L1EmParticle.h,v 1.12 2008/04/03 03:37:20 wsun Exp $ +// $Id: L1EmParticle.h,v 1.11 2007/11/13 17:27:23 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1EmParticleFwd.h b/DataFormats/L1Trigger/interface/L1EmParticleFwd.h index e67650a3f09ba..805cbe7bf07e8 100644 --- a/DataFormats/L1Trigger/interface/L1EmParticleFwd.h +++ b/DataFormats/L1Trigger/interface/L1EmParticleFwd.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 14:28:43 EDT 2006 -// $Id: L1EmParticleFwd.h,v 1.4 2007/04/02 08:03:13 wsun Exp $ +// $Id: L1EmParticleFwd.h,v 1.3 2006/08/28 03:10:40 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1EtMissParticle.h b/DataFormats/L1Trigger/interface/L1EtMissParticle.h index ab0b921976310..0fd6b496ce390 100644 --- a/DataFormats/L1Trigger/interface/L1EtMissParticle.h +++ b/DataFormats/L1Trigger/interface/L1EtMissParticle.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 12:41:07 EDT 2006 -// $Id: L1EtMissParticle.h,v 1.15 2009/03/22 16:11:30 wsun Exp $ +// $Id: L1EtMissParticle.h,v 1.14 2009/03/20 15:51:07 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h b/DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h index bb1ecb7a74a5e..31a84ad09d151 100644 --- a/DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h +++ b/DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 14:28:43 EDT 2006 -// $Id: L1EtMissParticleFwd.h,v 1.3 2007/12/18 03:26:49 wsun Exp $ +// $Id: L1EtMissParticleFwd.h,v 1.2 2007/04/02 08:03:13 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1HFRings.h b/DataFormats/L1Trigger/interface/L1HFRings.h index 96ed08567250f..6cedfa117257d 100644 --- a/DataFormats/L1Trigger/interface/L1HFRings.h +++ b/DataFormats/L1Trigger/interface/L1HFRings.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Sat Mar 14 19:04:20 CET 2009 -// $Id: L1HFRings.h,v 1.2 2009/03/22 16:11:30 wsun Exp $ +// $Id: L1HFRings.h,v 1.1 2009/03/20 15:49:01 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1JetParticle.h b/DataFormats/L1Trigger/interface/L1JetParticle.h index a0fde0a3a81db..a3d20a6386b8c 100644 --- a/DataFormats/L1Trigger/interface/L1JetParticle.h +++ b/DataFormats/L1Trigger/interface/L1JetParticle.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 12:41:07 EDT 2006 -// $Id: L1JetParticle.h,v 1.12 2008/04/03 03:37:20 wsun Exp $ +// $Id: L1JetParticle.h,v 1.11 2007/11/13 17:27:23 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1JetParticleFwd.h b/DataFormats/L1Trigger/interface/L1JetParticleFwd.h index c6b2474e44067..78e017fcbf52e 100644 --- a/DataFormats/L1Trigger/interface/L1JetParticleFwd.h +++ b/DataFormats/L1Trigger/interface/L1JetParticleFwd.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 14:28:43 EDT 2006 -// $Id: L1JetParticleFwd.h,v 1.4 2007/04/02 08:03:13 wsun Exp $ +// $Id: L1JetParticleFwd.h,v 1.3 2006/08/28 03:10:40 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1MuonParticle.h b/DataFormats/L1Trigger/interface/L1MuonParticle.h index 359ac53b074c6..429fbac536e85 100644 --- a/DataFormats/L1Trigger/interface/L1MuonParticle.h +++ b/DataFormats/L1Trigger/interface/L1MuonParticle.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 12:41:07 EDT 2006 -// $Id: L1MuonParticle.h,v 1.14 2008/04/03 03:37:20 wsun Exp $ +// $Id: L1MuonParticle.h,v 1.13 2007/11/13 17:27:23 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1MuonParticleFwd.h b/DataFormats/L1Trigger/interface/L1MuonParticleFwd.h index e5b25c47c5f18..8ff30003d104b 100644 --- a/DataFormats/L1Trigger/interface/L1MuonParticleFwd.h +++ b/DataFormats/L1Trigger/interface/L1MuonParticleFwd.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 14:28:43 EDT 2006 -// $Id: L1MuonParticleFwd.h,v 1.4 2007/04/02 08:03:13 wsun Exp $ +// $Id: L1MuonParticleFwd.h,v 1.3 2006/08/28 03:10:40 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1ParticleMap.h b/DataFormats/L1Trigger/interface/L1ParticleMap.h index 87ee82108f297..78c2da99e7626 100644 --- a/DataFormats/L1Trigger/interface/L1ParticleMap.h +++ b/DataFormats/L1Trigger/interface/L1ParticleMap.h @@ -12,11 +12,8 @@ // // Original Author: Werner Sun // Created: Fri Jul 14 19:46:30 EDT 2006 -// $Id: L1ParticleMap.h,v 1.29 2007/09/27 22:31:18 ratnik Exp $ +// $Id: L1ParticleMap.h,v 1.28 2007/08/08 03:49:03 wsun Exp $ // $Log: L1ParticleMap.h,v $ -// Revision 1.29 2007/09/27 22:31:18 ratnik -// QA campaign: merge includechecker changes back into the head, corresponding fixes being done in dependent packages -// // Revision 1.28 2007/08/08 03:49:03 wsun // Diffractive trigger threshold update from X. Rouby. // diff --git a/DataFormats/L1Trigger/interface/L1ParticleMapFwd.h b/DataFormats/L1Trigger/interface/L1ParticleMapFwd.h index 6bf992d922e4a..d0e3307963f0b 100644 --- a/DataFormats/L1Trigger/interface/L1ParticleMapFwd.h +++ b/DataFormats/L1Trigger/interface/L1ParticleMapFwd.h @@ -12,7 +12,7 @@ // // Original Author: Werner Sun // Created: Sat Jul 15 14:28:43 EDT 2006 -// $Id: L1ParticleMapFwd.h,v 1.2 2007/04/02 08:03:13 wsun Exp $ +// $Id: L1ParticleMapFwd.h,v 1.1 2006/07/26 20:41:30 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/interface/L1TriggerError.h b/DataFormats/L1Trigger/interface/L1TriggerError.h index e485179a0b82b..791cce9adcabd 100644 --- a/DataFormats/L1Trigger/interface/L1TriggerError.h +++ b/DataFormats/L1Trigger/interface/L1TriggerError.h @@ -14,7 +14,7 @@ // // Original Author: Jim Brooke // Created: -// $Id: L1TriggerError.h,v 1.3 2009/09/18 15:08:26 jbrooke Exp $ +// $Id: L1TriggerError.h,v 1.2 2009/04/07 10:42:00 jbrooke Exp $ // diff --git a/DataFormats/L1Trigger/src/L1EmParticle.cc b/DataFormats/L1Trigger/src/L1EmParticle.cc index 89cbbebbbdaf6..c9db94a33237d 100644 --- a/DataFormats/L1Trigger/src/L1EmParticle.cc +++ b/DataFormats/L1Trigger/src/L1EmParticle.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Tue Jul 25 15:56:47 EDT 2006 -// $Id: L1EmParticle.cc,v 1.7 2008/04/03 03:37:21 wsun Exp $ +// $Id: L1EmParticle.cc,v 1.6 2007/10/16 05:01:52 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/src/L1EtMissParticle.cc b/DataFormats/L1Trigger/src/L1EtMissParticle.cc index 9334cbad0be8d..0544e632235f0 100644 --- a/DataFormats/L1Trigger/src/L1EtMissParticle.cc +++ b/DataFormats/L1Trigger/src/L1EtMissParticle.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Tue Jul 25 18:22:52 EDT 2006 -// $Id: L1EtMissParticle.cc,v 1.8 2009/03/20 15:51:07 wsun Exp $ +// $Id: L1EtMissParticle.cc,v 1.7 2008/04/03 03:37:09 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/src/L1HFRings.cc b/DataFormats/L1Trigger/src/L1HFRings.cc index 992b965942651..9c8ebf819b2d9 100644 --- a/DataFormats/L1Trigger/src/L1HFRings.cc +++ b/DataFormats/L1Trigger/src/L1HFRings.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Mar 20 12:16:54 CET 2009 -// $Id: L1HFRings.cc,v 1.2 2009/03/22 16:11:30 wsun Exp $ +// $Id: L1HFRings.cc,v 1.1 2009/03/20 15:49:02 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/src/L1JetParticle.cc b/DataFormats/L1Trigger/src/L1JetParticle.cc index 039647c4d8e31..57ced24ddbee2 100644 --- a/DataFormats/L1Trigger/src/L1JetParticle.cc +++ b/DataFormats/L1Trigger/src/L1JetParticle.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Tue Jul 25 17:51:21 EDT 2006 -// $Id: L1JetParticle.cc,v 1.7 2008/04/03 03:37:21 wsun Exp $ +// $Id: L1JetParticle.cc,v 1.6 2007/10/16 05:01:52 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/src/L1MuonParticle.cc b/DataFormats/L1Trigger/src/L1MuonParticle.cc index 0add8d68bc185..ea62faade3ede 100644 --- a/DataFormats/L1Trigger/src/L1MuonParticle.cc +++ b/DataFormats/L1Trigger/src/L1MuonParticle.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Tue Jul 25 17:51:21 EDT 2006 -// $Id: L1MuonParticle.cc,v 1.9 2008/04/03 03:37:21 wsun Exp $ +// $Id: L1MuonParticle.cc,v 1.8 2007/10/16 05:01:53 wsun Exp $ // // system include files diff --git a/DataFormats/L1Trigger/src/L1ParticleMap.cc b/DataFormats/L1Trigger/src/L1ParticleMap.cc index 91870fe16c59a..d4625735ccea1 100644 --- a/DataFormats/L1Trigger/src/L1ParticleMap.cc +++ b/DataFormats/L1Trigger/src/L1ParticleMap.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Wed Jul 26 14:42:56 EDT 2006 -// $Id: L1ParticleMap.cc,v 1.27 2007/09/27 22:31:21 ratnik Exp $ +// $Id: L1ParticleMap.cc,v 1.26 2007/08/08 03:49:04 wsun Exp $ // // system include files diff --git a/DataFormats/LTCDigi/interface/LTCDigi.h b/DataFormats/LTCDigi/interface/LTCDigi.h index 822aa1053e13c..e64b8245d5508 100644 --- a/DataFormats/LTCDigi/interface/LTCDigi.h +++ b/DataFormats/LTCDigi/interface/LTCDigi.h @@ -10,7 +10,7 @@ /** \class LTCDigi * Data from the Local Trigger Controller (LTC) * - * $Id: LTCDigi.h,v 1.5 2011/08/25 20:18:06 wmtan Exp $ + * $Id: LTCDigi.h,v 1.4 2006/06/29 19:13:04 wittich Exp $ */ diff --git a/DataFormats/LTCDigi/src/LTCDigi.cc b/DataFormats/LTCDigi/src/LTCDigi.cc index 758a15851a71e..628ee1df358e2 100644 --- a/DataFormats/LTCDigi/src/LTCDigi.cc +++ b/DataFormats/LTCDigi/src/LTCDigi.cc @@ -1,4 +1,4 @@ -// $Id: LTCDigi.cc,v 1.4 2011/08/25 20:18:06 wmtan Exp $ +// $Id: LTCDigi.cc,v 1.3 2006/06/09 21:56:18 wittich Exp $ #include "DataFormats/LTCDigi/interface/LTCDigi.h" diff --git a/DataFormats/Luminosity/interface/LumiSummary.h b/DataFormats/Luminosity/interface/LumiSummary.h index 8a0fdfcaf7565..09aa95734b647 100644 --- a/DataFormats/Luminosity/interface/LumiSummary.h +++ b/DataFormats/Luminosity/interface/LumiSummary.h @@ -11,7 +11,7 @@ * David Dagenhart * Zhen Xie * \version 1st Version June 7 2007 - * $Id: LumiSummary.h,v 1.20 2012/02/28 15:06:03 xiezhen Exp $ + * $Id: LumiSummary.h,v 1.19 2011/02/21 18:08:45 matevz Exp $ * ************************************************************/ diff --git a/DataFormats/Luminosity/interface/LumiSummaryRunHeader.h b/DataFormats/Luminosity/interface/LumiSummaryRunHeader.h index 2e39bb338fa79..af301d3a01954 100644 --- a/DataFormats/Luminosity/interface/LumiSummaryRunHeader.h +++ b/DataFormats/Luminosity/interface/LumiSummaryRunHeader.h @@ -13,7 +13,7 @@ * \author Matevz Tadel * \date 2011-02-22 * - * $Id: LumiSummaryRunHeader.h,v 1.1 2011/02/22 16:23:57 matevz Exp $ + * $Id$ */ #include diff --git a/DataFormats/Luminosity/src/LumiSummary.cc b/DataFormats/Luminosity/src/LumiSummary.cc index f459c638b65d2..4262bd8b1c3df 100644 --- a/DataFormats/Luminosity/src/LumiSummary.cc +++ b/DataFormats/Luminosity/src/LumiSummary.cc @@ -1,5 +1,5 @@ -// $Id: LumiSummary.cc,v 1.27 2012/09/20 14:08:11 xiezhen Exp $ +// $Id: LumiSummary.cc,v 1.26 2012/04/17 14:53:33 xiezhen Exp $ #include "DataFormats/Luminosity/interface/LumiSummary.h" diff --git a/DataFormats/Luminosity/src/LumiSummaryRunHeader.cc b/DataFormats/Luminosity/src/LumiSummaryRunHeader.cc index 080439d3d3c47..1c35ca4dfb0d0 100644 --- a/DataFormats/Luminosity/src/LumiSummaryRunHeader.cc +++ b/DataFormats/Luminosity/src/LumiSummaryRunHeader.cc @@ -1,4 +1,4 @@ -// $Id: LumiSummaryRunHeader.cc,v 1.1 2011/02/22 16:23:57 matevz Exp $ +// $Id$ #include "DataFormats/Luminosity/interface/LumiSummaryRunHeader.h" diff --git a/DataFormats/METReco/interface/CaloMETFwd.h b/DataFormats/METReco/interface/CaloMETFwd.h index fb1a4a478e464..8f19819d85eb5 100644 --- a/DataFormats/METReco/interface/CaloMETFwd.h +++ b/DataFormats/METReco/interface/CaloMETFwd.h @@ -1,5 +1,5 @@ // F.R. -// $Id: CaloMETFwd.h,v 1.1 2006/07/18 13:26:22 llista Exp $ +// $Id: CaloJetfwd.h,v 1.6 2006/06/27 23:15:06 fedor Exp $ #ifndef JetReco_CaloMETfwd_h #define JetReco_CaloMETfwd_h #include "DataFormats/Common/interface/Ref.h" diff --git a/DataFormats/METReco/interface/CorrMETData.h b/DataFormats/METReco/interface/CorrMETData.h index 09882fd038e95..90f79dee978c6 100644 --- a/DataFormats/METReco/interface/CorrMETData.h +++ b/DataFormats/METReco/interface/CorrMETData.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: CorrMETData.h,v 1.8 2013/03/13 23:09:52 sakuma Exp $ +// $Id: CorrMETData.h,v 1.7 2013/01/15 06:26:51 sakuma Exp $ #ifndef METRECO_CORR_MET_DATA_H #define METRECO_CORR_MET_DATA_H diff --git a/DataFormats/METReco/interface/GenMETFwd.h b/DataFormats/METReco/interface/GenMETFwd.h index 699fadbe5936b..a3c43949635cd 100644 --- a/DataFormats/METReco/interface/GenMETFwd.h +++ b/DataFormats/METReco/interface/GenMETFwd.h @@ -1,5 +1,5 @@ // F.R. -// $Id: GenMETFwd.h,v 1.1 2006/08/04 05:39:28 cavana Exp $ +// $Id: GenMETFwd.h,v 1.1 2006/08/04 01:21:22 cavana Exp $ #ifndef JetReco_GenMETfwd_h #define JetReco_GenMETfwd_h #include "DataFormats/Common/interface/Ref.h" diff --git a/DataFormats/METReco/interface/METFwd.h b/DataFormats/METReco/interface/METFwd.h index 178bfde7cb6df..fe9c14509ee97 100644 --- a/DataFormats/METReco/interface/METFwd.h +++ b/DataFormats/METReco/interface/METFwd.h @@ -1,5 +1,5 @@ // F.R. -// $Id: METFwd.h,v 1.1 2007/03/14 22:16:47 cavana Exp $ +// $Id: CaloMETFwd.h,v 1.1 2006/07/18 13:26:22 llista Exp $ #ifndef JetReco_METfwd_h #define JetReco_METfwd_h #include "DataFormats/Common/interface/Ref.h" diff --git a/DataFormats/METReco/interface/MVAMEtData.h b/DataFormats/METReco/interface/MVAMEtData.h index 1d7ffc510d48b..2da9848c30cb1 100644 --- a/DataFormats/METReco/interface/MVAMEtData.h +++ b/DataFormats/METReco/interface/MVAMEtData.h @@ -8,9 +8,9 @@ * \authors Phil Harris, CERN * Christian Veelken, LLR * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: MVAMEtData.h,v 1.1 2012/08/31 08:57:54 veelken Exp $ + * $Id: MVAMEtData.h,v 1.2 2012/05/25 15:34:39 veelken Exp $ * */ diff --git a/DataFormats/METReco/interface/SigInputObj.h b/DataFormats/METReco/interface/SigInputObj.h index a7f9e86d63cc0..9285433be2e7c 100644 --- a/DataFormats/METReco/interface/SigInputObj.h +++ b/DataFormats/METReco/interface/SigInputObj.h @@ -15,7 +15,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SigInputObj.h,v 1.1 2012/08/31 08:57:55 veelken Exp $ +// $Id: SigInputObj.h,v 1.2 2012/02/09 16:50:23 veelken Exp $ // // diff --git a/DataFormats/METReco/src/SigInputObj.cc b/DataFormats/METReco/src/SigInputObj.cc index 330364bb4afbf..df30439cc79ce 100644 --- a/DataFormats/METReco/src/SigInputObj.cc +++ b/DataFormats/METReco/src/SigInputObj.cc @@ -14,7 +14,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SigInputObj.cc,v 1.1 2012/08/31 08:57:58 veelken Exp $ +// $Id: SigInputObj.cc,v 1.1 2008/04/18 10:12:55 fblekman Exp $ // // diff --git a/DataFormats/METReco/src/classes.h b/DataFormats/METReco/src/classes.h index 11b75ce582432..32df8494dd221 100755 --- a/DataFormats/METReco/src/classes.h +++ b/DataFormats/METReco/src/classes.h @@ -1,4 +1,4 @@ -// $Id: classes.h,v 1.35 2012/09/17 21:48:00 sakuma Exp $ +// $Id: CorrMETData.h,v 1.5 2012/09/10 18:21:56 sakuma Exp $ #include "DataFormats/METReco/interface/MET.h" #include "Math/Cartesian3D.h" #include "Math/Polar3D.h" diff --git a/DataFormats/Math/interface/CholeskyDecomp.h b/DataFormats/Math/interface/CholeskyDecomp.h index 193f0431573bd..2a4818dea61f9 100644 --- a/DataFormats/Math/interface/CholeskyDecomp.h +++ b/DataFormats/Math/interface/CholeskyDecomp.h @@ -1,4 +1,4 @@ -// @(#)root/smatrix:$Id: CholeskyDecomp.h,v 1.3 2011/04/14 08:54:31 innocent Exp $ +// @(#)root/smatrix:$Id: CholeskyDecomp.h,v 1.2 2009/06/28 06:27:28 innocent Exp $ // Author: M. Schiller 2009 #error "CholeskyDecomp is now in ROOT" #ifndef ROOT_Math_CholeskyDecomp diff --git a/DataFormats/Math/interface/Error.h b/DataFormats/Math/interface/Error.h index d9aea533ee496..5798e73091604 100755 --- a/DataFormats/Math/interface/Error.h +++ b/DataFormats/Math/interface/Error.h @@ -1,6 +1,6 @@ #ifndef TrackReco_Error_h #define TrackReco_Error_h -// $Id: Error.h,v 1.10 2006/11/20 09:06:52 llista Exp $ +// $Id: Error.h,v 1.9 2006/06/26 08:56:09 llista Exp $ // // Symmetric matrix // diff --git a/DataFormats/Math/interface/LorentzVector.h b/DataFormats/Math/interface/LorentzVector.h index 330b41e0118ce..c6661e431a06a 100755 --- a/DataFormats/Math/interface/LorentzVector.h +++ b/DataFormats/Math/interface/LorentzVector.h @@ -1,6 +1,6 @@ #ifndef Math_LorentzVector_h #define Math_LorentzVector_h -// $Id: LorentzVector.h,v 1.10 2007/07/31 15:20:15 ratnik Exp $ +// $Id: LorentzVector.h,v 1.9 2007/06/19 14:48:17 llista Exp $ #include "Math/PtEtaPhiE4D.h" #include "Math/PtEtaPhiM4D.h" #include "Math/LorentzVector.h" diff --git a/DataFormats/Math/interface/Point3D.h b/DataFormats/Math/interface/Point3D.h index 458b2ae63052e..7a256c866d2ce 100755 --- a/DataFormats/Math/interface/Point3D.h +++ b/DataFormats/Math/interface/Point3D.h @@ -1,6 +1,6 @@ #ifndef Math_Point3D_h #define Math_Point3D_h -// $Id: Point3D.h,v 1.9 2007/07/31 15:20:15 ratnik Exp $ +// $Id: Point3D.h,v 1.8 2006/11/20 09:06:52 llista Exp $ #include "Math/Point3D.h" #include "Math/GenVector/CoordinateSystemTags.h" diff --git a/DataFormats/Math/interface/Vector.h b/DataFormats/Math/interface/Vector.h index c0ac275f137c8..ff032a5f16422 100755 --- a/DataFormats/Math/interface/Vector.h +++ b/DataFormats/Math/interface/Vector.h @@ -1,6 +1,6 @@ #ifndef TrackReco_Vector_h #define TrackReco_Vector_h -// $Id: Vector.h,v 1.6 2006/11/20 09:06:52 llista Exp $ +// $Id: Vector.h,v 1.5 2006/06/26 08:56:09 llista Exp $ #include "Rtypes.h" #include "Math/SVector.h" diff --git a/DataFormats/Math/interface/Vector3D.h b/DataFormats/Math/interface/Vector3D.h index f0bcb4166cc40..9b14b2f9daae3 100755 --- a/DataFormats/Math/interface/Vector3D.h +++ b/DataFormats/Math/interface/Vector3D.h @@ -1,6 +1,6 @@ #ifndef Math_Vector3D_h #define Math_Vector3D_h -// $Id: Vector3D.h,v 1.13 2007/07/31 15:20:15 ratnik Exp $ +// $Id: Vector3D.h,v 1.12 2006/11/20 09:06:52 llista Exp $ #include "Math/Vector3D.h" namespace math { diff --git a/DataFormats/MuonData/interface/MuonDigiCollection.h b/DataFormats/MuonData/interface/MuonDigiCollection.h index 1715fbac5d9ad..4030171ee88e9 100644 --- a/DataFormats/MuonData/interface/MuonDigiCollection.h +++ b/DataFormats/MuonData/interface/MuonDigiCollection.h @@ -6,7 +6,7 @@ * Declaration of class MuonDigiCollection * * \author Stefano ARGIRO - * \version $Id: MuonDigiCollection.h,v 1.4 2006/03/23 13:52:56 namapane Exp $ + * \version $Id: MuonDigiCollection.h,v 1.3 2005/12/02 09:27:32 argiro Exp $ * \date 05 Aug 2005 */ diff --git a/DataFormats/MuonDetId/interface/DTChamberId.h b/DataFormats/MuonDetId/interface/DTChamberId.h index b8e9e46724b90..3f0270809ffc6 100644 --- a/DataFormats/MuonDetId/interface/DTChamberId.h +++ b/DataFormats/MuonDetId/interface/DTChamberId.h @@ -4,8 +4,8 @@ /** \class DTChamberId * DetUnit identifier for DT chambers. * - * $Date: 2008/11/06 10:34:55 $ - * $Revision: 1.10 $ + * $Date: 2007/08/07 22:41:15 $ + * $Revision: 1.9 $ * \author Stefano ARGIRO & G. Cerminara */ diff --git a/DataFormats/MuonDetId/interface/DTLayerId.h b/DataFormats/MuonDetId/interface/DTLayerId.h index 31bd7a4e2d7c2..c43e3b08d7e9d 100644 --- a/DataFormats/MuonDetId/interface/DTLayerId.h +++ b/DataFormats/MuonDetId/interface/DTLayerId.h @@ -4,8 +4,8 @@ /** \class DTLayerId * DetUnit identifier for DT layers * - * $Date: 2006/04/12 17:52:39 $ - * $Revision: 1.3 $ + * $Date: 2006/01/19 15:42:58 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/MuonDetId/interface/DTSectCollId.h b/DataFormats/MuonDetId/interface/DTSectCollId.h index 70b3b3af5f97b..b8fa71fb7788b 100644 --- a/DataFormats/MuonDetId/interface/DTSectCollId.h +++ b/DataFormats/MuonDetId/interface/DTSectCollId.h @@ -4,7 +4,7 @@ * Definition of a Sector Coollector * * - * $Date: 2007/04/27 07:35:17 $ + * $Date: 2007/04/04 10:52:44 $ * * \authors * D. Bonacorsi, diff --git a/DataFormats/MuonDetId/interface/DTSuperLayerId.h b/DataFormats/MuonDetId/interface/DTSuperLayerId.h index 36b4d8f5c9757..4debd1bdadefa 100644 --- a/DataFormats/MuonDetId/interface/DTSuperLayerId.h +++ b/DataFormats/MuonDetId/interface/DTSuperLayerId.h @@ -4,8 +4,8 @@ /** \class DTSuperLayerId * DetUnit identifier for DT SuperLayers (SL) * - * $Date: 2006/04/12 17:52:39 $ - * $Revision: 1.4 $ + * $Date: 2006/03/29 19:00:56 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/MuonDetId/interface/DTWireId.h b/DataFormats/MuonDetId/interface/DTWireId.h index 82df6545d220a..659d65ff06f6b 100644 --- a/DataFormats/MuonDetId/interface/DTWireId.h +++ b/DataFormats/MuonDetId/interface/DTWireId.h @@ -4,8 +4,8 @@ /** \class DTWireId * DetUnit identifier for DT wires * - * $Date: 2006/04/12 17:52:39 $ - * $Revision: 1.3 $ + * $Date: 2006/01/19 15:42:58 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/MuonDetId/interface/MuonSubdetId.h b/DataFormats/MuonDetId/interface/MuonSubdetId.h index b82e9deba0236..34cd3195cbe8e 100644 --- a/DataFormats/MuonDetId/interface/MuonSubdetId.h +++ b/DataFormats/MuonDetId/interface/MuonSubdetId.h @@ -3,8 +3,8 @@ /** \class MuonSubdetId * - * $Date: 2012/09/25 13:35:20 $ - * $Revision: 1.4 $ + * $Date: 2005/10/24 15:56:19 $ + * $Revision: 1.3 $ * \author Stefano ARGIRO */ diff --git a/DataFormats/MuonDetId/interface/RPCCompDetId.h b/DataFormats/MuonDetId/interface/RPCCompDetId.h index d5254dc29a3bc..875b6f28d82cf 100644 --- a/DataFormats/MuonDetId/interface/RPCCompDetId.h +++ b/DataFormats/MuonDetId/interface/RPCCompDetId.h @@ -13,7 +13,7 @@ // // Author: Marcello Maggi // Created: Wed Nov 2 12:09:10 CET 2011 -// $Id: RPCCompDetId.h,v 1.1 2011/11/05 10:39:53 mmaggi Exp $ +// $Id$ // #include #include diff --git a/DataFormats/MuonDetId/interface/RPCDetId.h b/DataFormats/MuonDetId/interface/RPCDetId.h index e75d963044e0a..d0910d9dd4a0a 100644 --- a/DataFormats/MuonDetId/interface/RPCDetId.h +++ b/DataFormats/MuonDetId/interface/RPCDetId.h @@ -5,9 +5,9 @@ * * DetUnit identifier for RPCs * - * $Date: 2012/10/19 08:00:32 $ - * \version $Id: RPCDetId.h,v 1.25 2012/10/19 08:00:32 innocent Exp $ - * $Revision: 1.25 $ + * $Date: 2011/10/28 17:34:23 $ + * \version $Id: RPCDetId.h,v 1.24 2011/10/28 17:34:23 mmaggi Exp $ + * $Revision: 1.24 $ * \author Ilaria Segoni */ diff --git a/DataFormats/MuonDetId/src/DTChamberId.cc b/DataFormats/MuonDetId/src/DTChamberId.cc index d29bb5efc2944..3d996d178a36f 100644 --- a/DataFormats/MuonDetId/src/DTChamberId.cc +++ b/DataFormats/MuonDetId/src/DTChamberId.cc @@ -1,8 +1,8 @@ /** \file * See header file for a description of this class. * - * $Date: 2008/11/06 10:34:56 $ - * $Revision: 1.7 $ + * $Date: 2007/08/07 22:41:20 $ + * $Revision: 1.6 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/MuonDetId/src/DTLayerId.cc b/DataFormats/MuonDetId/src/DTLayerId.cc index 002aba5cc821a..05401ad40f494 100644 --- a/DataFormats/MuonDetId/src/DTLayerId.cc +++ b/DataFormats/MuonDetId/src/DTLayerId.cc @@ -2,7 +2,7 @@ * Impl of DTLayerId * * \author Stefano ARGIRO - * \version $Id: DTLayerId.cc,v 1.3 2006/04/12 17:52:40 namapane Exp $ + * \version $Id: DTLayerId.cc,v 1.2 2006/01/19 15:42:59 cerminar Exp $ * \date 02 Aug 2005 */ diff --git a/DataFormats/MuonDetId/src/DTSuperLayerId.cc b/DataFormats/MuonDetId/src/DTSuperLayerId.cc index b644538e0d5d6..fd3509f49887a 100644 --- a/DataFormats/MuonDetId/src/DTSuperLayerId.cc +++ b/DataFormats/MuonDetId/src/DTSuperLayerId.cc @@ -1,8 +1,8 @@ /** \file * See header file for a description of this class. * - * $Date: 2006/04/12 17:52:40 $ - * $Revision: 1.2 $ + * $Date: 2006/01/19 15:41:33 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/DataFormats/MuonDetId/src/DTWireId.cc b/DataFormats/MuonDetId/src/DTWireId.cc index df8f0b2c72b0c..e006110cb9fce 100644 --- a/DataFormats/MuonDetId/src/DTWireId.cc +++ b/DataFormats/MuonDetId/src/DTWireId.cc @@ -2,7 +2,7 @@ * Impl of DTWireId * * \author G. Cerminara - INFN Torino - * \version $Id: DTWireId.cc,v 1.3 2006/04/12 17:52:40 namapane Exp $ + * \version $Id: DTWireId.cc,v 1.2 2006/01/19 15:42:59 cerminar Exp $ * \date 02 Aug 2005 */ diff --git a/DataFormats/MuonDetId/src/RPCCompDetId.cc b/DataFormats/MuonDetId/src/RPCCompDetId.cc index 287e55f30d1f6..673af8604e9d2 100644 --- a/DataFormats/MuonDetId/src/RPCCompDetId.cc +++ b/DataFormats/MuonDetId/src/RPCCompDetId.cc @@ -8,7 +8,7 @@ // // Author: Marcello Maggi // Created: Wed Nov 2 12:09:10 CET 2011 -// $Id: RPCCompDetId.cc,v 1.4 2012/02/04 23:27:47 eulisse Exp $ +// $Id: RPCCompDetId.cc,v 1.3 2012/02/04 23:24:02 eulisse Exp $ #include #include #include diff --git a/DataFormats/MuonDetId/src/RPCDetId.cc b/DataFormats/MuonDetId/src/RPCDetId.cc index a8fa1edfc046f..fb6bfacc51c82 100644 --- a/DataFormats/MuonDetId/src/RPCDetId.cc +++ b/DataFormats/MuonDetId/src/RPCDetId.cc @@ -2,7 +2,7 @@ * Impl of RPCDetId * * \author Ilaria Segoni - * \version $Id: RPCDetId.cc,v 1.27 2012/10/19 08:00:32 innocent Exp $ + * \version $Id: RPCDetId.cc,v 1.26 2011/10/28 17:34:24 mmaggi Exp $ * \date 02 Aug 2005 */ diff --git a/DataFormats/MuonDetId/test/RPCDetIdAnalyzer.cc b/DataFormats/MuonDetId/test/RPCDetIdAnalyzer.cc index 224ab5359f23d..179c7b837f2af 100644 --- a/DataFormats/MuonDetId/test/RPCDetIdAnalyzer.cc +++ b/DataFormats/MuonDetId/test/RPCDetIdAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Marcello Maggi,161 R-006,+41227676292, // Created: Fri Nov 4 12:32:59 CET 2011 -// $Id: RPCDetIdAnalyzer.cc,v 1.1 2011/11/05 10:39:54 mmaggi Exp $ +// $Id$ // // diff --git a/DataFormats/MuonDetId/test/testCSCDetId.cc b/DataFormats/MuonDetId/test/testCSCDetId.cc index a657ec9149fbb..0402f48298497 100644 --- a/DataFormats/MuonDetId/test/testCSCDetId.cc +++ b/DataFormats/MuonDetId/test/testCSCDetId.cc @@ -3,11 +3,11 @@ test file for CSCDetId \author Stefano ARGIRO - \version $Id: testCSCDetId.cc,v 1.5 2007/12/10 18:12:52 ptc Exp $ + \version $Id: testCSCDetId.cc,v 1.4 2006/02/13 14:28:45 ptc Exp $ \date 27 Jul 2005 */ -static const char CVSId[] = "$Id: testCSCDetId.cc,v 1.5 2007/12/10 18:12:52 ptc Exp $"; +static const char CVSId[] = "$Id: testCSCDetId.cc,v 1.4 2006/02/13 14:28:45 ptc Exp $"; #include #include diff --git a/DataFormats/MuonDetId/test/testCSCTriggerNumbering.cc b/DataFormats/MuonDetId/test/testCSCTriggerNumbering.cc index aabe3681dd344..11439907f6825 100644 --- a/DataFormats/MuonDetId/test/testCSCTriggerNumbering.cc +++ b/DataFormats/MuonDetId/test/testCSCTriggerNumbering.cc @@ -3,11 +3,11 @@ test file for CSCTriggerNumbering \author Lindsey GRAY - \version $Id: testCSCTriggerNumbering.cc,v 1.3 2006/02/22 23:34:02 lgray Exp $ + \version $Id: testCSCTriggerNumbering.cc,v 1.2 2006/02/22 23:28:18 lgray Exp $ \date 27 Jul 2005 */ -static const char CVSId[] = "$Id: testCSCTriggerNumbering.cc,v 1.3 2006/02/22 23:34:02 lgray Exp $"; +static const char CVSId[] = "$Id: testCSCTriggerNumbering.cc,v 1.2 2006/02/22 23:28:18 lgray Exp $"; #include #include diff --git a/DataFormats/MuonDetId/test/testDTDetIds.cc b/DataFormats/MuonDetId/test/testDTDetIds.cc index 00ffcbc278a9f..16f3b24ccf8ac 100644 --- a/DataFormats/MuonDetId/test/testDTDetIds.cc +++ b/DataFormats/MuonDetId/test/testDTDetIds.cc @@ -3,7 +3,7 @@ test file for DTChamberId, DTSuperLayerId, DTLayerId and DTWireId \author S. Argiro' & G. Cerminara - \version $Id: testDTDetIds.cc,v 1.6 2007/06/05 21:19:33 namapane Exp $ + \version $Id: testDTDetIds.cc,v 1.5 2007/06/05 19:07:16 namapane Exp $ \date 27 Jul 2005 */ diff --git a/DataFormats/MuonDetId/test/testRPCCompDetId.cc b/DataFormats/MuonDetId/test/testRPCCompDetId.cc index 5f6ae84327e81..515ddba053ce9 100644 --- a/DataFormats/MuonDetId/test/testRPCCompDetId.cc +++ b/DataFormats/MuonDetId/test/testRPCCompDetId.cc @@ -3,7 +3,7 @@ test file for RPCCompDetId \author Stefano ARGIRO - \version $Id: testRPCCompDetId.cc,v 1.1 2011/11/05 10:39:54 mmaggi Exp $ + \version $Id: testRPCCompDetId.cc,v 1.5 2011/01/14 03:35:58 sunanda Exp $ \date 27 Jul 2005 */ diff --git a/DataFormats/MuonDetId/test/testRPCDetId.cc b/DataFormats/MuonDetId/test/testRPCDetId.cc index f397855752e31..a70025a2b0117 100644 --- a/DataFormats/MuonDetId/test/testRPCDetId.cc +++ b/DataFormats/MuonDetId/test/testRPCDetId.cc @@ -3,7 +3,7 @@ test file for RPCDetId \author Stefano ARGIRO - \version $Id: testRPCDetId.cc,v 1.5 2011/01/14 03:35:58 sunanda Exp $ + \version $Id: testRPCDetId.cc,v 1.4 2006/09/13 09:00:22 trentad Exp $ \date 27 Jul 2005 */ diff --git a/DataFormats/MuonReco/interface/CaloMuon.h b/DataFormats/MuonReco/interface/CaloMuon.h index 9c21dca2b83f0..8b3a050079447 100755 --- a/DataFormats/MuonReco/interface/CaloMuon.h +++ b/DataFormats/MuonReco/interface/CaloMuon.h @@ -10,7 +10,7 @@ * * \author Dmytro Kovalskyi, UCSB * - * \version $Id: CaloMuon.h,v 1.4 2009/03/15 03:33:32 dmytro Exp $ + * \version $Id: CaloMuon.h,v 1.3 2008/04/30 22:58:14 dmytro Exp $ * */ #include "DataFormats/MuonReco/interface/MuonEnergy.h" diff --git a/DataFormats/MuonReco/interface/Muon.h b/DataFormats/MuonReco/interface/Muon.h index d07db976991b1..13176eb9aa8ee 100755 --- a/DataFormats/MuonReco/interface/Muon.h +++ b/DataFormats/MuonReco/interface/Muon.h @@ -10,7 +10,7 @@ * * \author Luca Lista, Claudio Campagnari, Dmytro Kovalskyi, Jake Ribnik, Riccardo Bellan, Michalis Bachtis * - * \version $Id: Muon.h,v 1.77 2013/02/07 00:22:49 bachtis Exp $ + * \version $Id: Muon.h,v 1.76 2012/12/01 15:16:58 bachtis Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/MuonReco/interface/MuonCocktails.h b/DataFormats/MuonReco/interface/MuonCocktails.h index bb8d029a237a9..605f8099324b0 100644 --- a/DataFormats/MuonReco/interface/MuonCocktails.h +++ b/DataFormats/MuonReco/interface/MuonCocktails.h @@ -6,8 +6,8 @@ * Set of functions that select among the different track refits * based on the fit quality, in order to achieve optimal resolution. * - * $Date: 2012/10/04 09:42:00 $ - * $Revision: 1.10 $ + * $Date: 2012/09/21 13:50:05 $ + * $Revision: 1.8 $ * \author Piotr Traczyk */ diff --git a/DataFormats/MuonReco/interface/MuonSelectors.h b/DataFormats/MuonReco/interface/MuonSelectors.h index bde62e3f26064..18d9aafe82966 100644 --- a/DataFormats/MuonReco/interface/MuonSelectors.h +++ b/DataFormats/MuonReco/interface/MuonSelectors.h @@ -5,7 +5,7 @@ // // // Original Author: Jake Ribnik, Dmytro Kovalskyi -// $Id: MuonSelectors.h,v 1.17 2012/08/21 21:28:00 mskim Exp $ +// $Id: MuonSelectors.h,v 1.16 2012/08/11 13:00:33 gpetrucc Exp $ #include "DataFormats/MuonReco/interface/Muon.h" #include "TMath.h" diff --git a/DataFormats/MuonReco/interface/MuonTimeExtra.h b/DataFormats/MuonReco/interface/MuonTimeExtra.h index 0c209cb474041..3c054a6b415b7 100644 --- a/DataFormats/MuonReco/interface/MuonTimeExtra.h +++ b/DataFormats/MuonReco/interface/MuonTimeExtra.h @@ -7,7 +7,7 @@ * * \author Piotr Traczyk, CERN * - * \version $Id: MuonTimeExtra.h,v 1.1 2009/03/27 02:35:08 ptraczyk Exp $ + * \version $Id: MuonTimeExtra.h,v 1.1 2009/03/13 22:58:14 ptraczyk Exp $ * */ diff --git a/DataFormats/MuonReco/interface/MuonTrackLinks.h b/DataFormats/MuonReco/interface/MuonTrackLinks.h index 604dd1dfa7482..0176eb2988ef7 100644 --- a/DataFormats/MuonReco/interface/MuonTrackLinks.h +++ b/DataFormats/MuonReco/interface/MuonTrackLinks.h @@ -6,8 +6,8 @@ * which are built in the RecoMuon tracking code. * This data format is meant to be used internally only. * - * $Date: 2007/05/04 18:25:27 $ - * $Revision: 1.2 $ + * $Date: 2007/05/04 11:30:01 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h b/DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h index 5e86368818406..8dbb5287cfafa 100644 --- a/DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h +++ b/DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h @@ -5,8 +5,8 @@ * Concrete class for the seed used by the second level of the muon HLT. * It stores the information (and the link) from the L1 particle * - * $Date: 2007/12/17 14:51:19 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h b/DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h index 11dae5ae5bf80..e63d1e4e49d16 100644 --- a/DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h +++ b/DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h @@ -4,8 +4,8 @@ /** \class L2MuonTrajectorySeedCollection * No description available. * - * $Date: 2007/12/17 14:51:19 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h b/DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h index 06c3f0aac681d..9aab9a706f138 100644 --- a/DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h +++ b/DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h @@ -5,7 +5,7 @@ * Concrete class for the seed used by the second level of the muon HLT. * It stores the information (and the link) from the L1 particle * - * $Date: 2008/02/13 14:49:28 $ + * $Date: 2008/01/24 $ * $Revision: 1.1 $ * \author J.-R. Vlimant */ diff --git a/DataFormats/MuonSeed/interface/L3MuonTrajectorySeedCollection.h b/DataFormats/MuonSeed/interface/L3MuonTrajectorySeedCollection.h index 9637e2455d4c9..caab1d91a0a64 100644 --- a/DataFormats/MuonSeed/interface/L3MuonTrajectorySeedCollection.h +++ b/DataFormats/MuonSeed/interface/L3MuonTrajectorySeedCollection.h @@ -4,7 +4,7 @@ /** \class L3MuonTrajectorySeedCollection * No description available. * - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author J.R. Vlimant */ diff --git a/DataFormats/MuonSeed/src/L2MuonTrajectorySeed.cc b/DataFormats/MuonSeed/src/L2MuonTrajectorySeed.cc index 3f8692606a6db..738a96a2bd9c9 100644 --- a/DataFormats/MuonSeed/src/L2MuonTrajectorySeed.cc +++ b/DataFormats/MuonSeed/src/L2MuonTrajectorySeed.cc @@ -2,8 +2,8 @@ * Concrete class for the seed used by the second level of the muon HLT. * It stores the information (and the link) from the L1 particle * - * $Date: 2007/12/17 14:51:20 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/PatCandidates/interface/CompositeCandidate.h b/DataFormats/PatCandidates/interface/CompositeCandidate.h index 9e9053b01016d..8ce0e0080500a 100644 --- a/DataFormats/PatCandidates/interface/CompositeCandidate.h +++ b/DataFormats/PatCandidates/interface/CompositeCandidate.h @@ -1,5 +1,5 @@ // -// $Id: CompositeCandidate.h,v 1.2 2008/11/28 19:25:02 lowette Exp $ +// $Id: CompositeCandidate.h,v 1.1 2008/10/23 20:21:13 srappocc Exp $ // #ifndef DataFormats_PatCandidates_CompositeCandidate_h @@ -13,7 +13,7 @@ namespace. \author Sal Rappoccio - \version $Id: CompositeCandidate.h,v 1.2 2008/11/28 19:25:02 lowette Exp $ + \version $Id: CompositeCandidate.h,v 1.1 2008/10/23 20:21:13 srappocc Exp $ */ #include "DataFormats/Candidate/interface/CompositeCandidate.h" diff --git a/DataFormats/PatCandidates/interface/Electron.h b/DataFormats/PatCandidates/interface/Electron.h index 1a3984865ef47..94dcc30e594ed 100644 --- a/DataFormats/PatCandidates/interface/Electron.h +++ b/DataFormats/PatCandidates/interface/Electron.h @@ -1,5 +1,5 @@ // -// $Id: Electron.h,v 1.46 2013/04/11 22:42:32 beaudett Exp $ +// $Id: Electron.h,v 1.45 2013/04/01 17:52:02 tjkim Exp $ // #ifndef DataFormats_PatCandidates_Electron_h @@ -16,7 +16,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga - \version $Id: Electron.h,v 1.46 2013/04/11 22:42:32 beaudett Exp $ + \version $Id: Electron.h,v 1.45 2013/04/01 17:52:02 tjkim Exp $ */ diff --git a/DataFormats/PatCandidates/interface/Flags.h b/DataFormats/PatCandidates/interface/Flags.h index ac54330291f04..d94043826e660 100644 --- a/DataFormats/PatCandidates/interface/Flags.h +++ b/DataFormats/PatCandidates/interface/Flags.h @@ -1,7 +1,7 @@ #ifndef DataFormats_PatCandidates_interface_Flags_h #define DataFormats_PatCandidates_interface_Flags_h // -// $Id: Flags.h,v 1.4 2008/12/05 20:55:50 hegner Exp $ +// $Id: Flags.h,v 1.3 2008/10/19 17:02:01 gpetrucc Exp $ // /** @@ -9,7 +9,7 @@ \brief Flags used in PAT, and static translator from flags to strings \author Steven Lowette - \version $Id: Flags.h,v 1.4 2008/12/05 20:55:50 hegner Exp $ + \version $Id: Flags.h,v 1.3 2008/10/19 17:02:01 gpetrucc Exp $ */ #include "DataFormats/Candidate/interface/Candidate.h" diff --git a/DataFormats/PatCandidates/interface/GenericParticle.h b/DataFormats/PatCandidates/interface/GenericParticle.h index 28af8092813d2..d1932908a0966 100644 --- a/DataFormats/PatCandidates/interface/GenericParticle.h +++ b/DataFormats/PatCandidates/interface/GenericParticle.h @@ -1,5 +1,5 @@ // -// $Id: GenericParticle.h,v 1.9 2010/03/02 21:02:46 rwolf Exp $ +// $Id: GenericParticle.h,v 1.8 2009/10/15 17:37:53 rwolf Exp $ // #ifndef DataFormats_PatCandidates_GenericParticle_h @@ -13,7 +13,7 @@ namespace. \author Giovanni Petrucciani - \version $Id: GenericParticle.h,v 1.9 2010/03/02 21:02:46 rwolf Exp $ + \version $Id: GenericParticle.h,v 1.8 2009/10/15 17:37:53 rwolf Exp $ */ #include "DataFormats/PatCandidates/interface/PATObject.h" diff --git a/DataFormats/PatCandidates/interface/HardEventHypothesis.h b/DataFormats/PatCandidates/interface/HardEventHypothesis.h index a2a56d96fe446..fcbb4c39b6ca3 100644 --- a/DataFormats/PatCandidates/interface/HardEventHypothesis.h +++ b/DataFormats/PatCandidates/interface/HardEventHypothesis.h @@ -86,7 +86,7 @@ // // Original Author: Salvatore Rappoccio // Created: Tue Feb 12 14:42:17 CST 2008 -// $Id: HardEventHypothesis.h,v 1.3 2008/03/05 14:47:33 fronga Exp $ +// $Id: HardEventHypothesis.h,v 1.2 2008/02/16 15:27:58 srappocc Exp $ // // Revision History: // diff --git a/DataFormats/PatCandidates/interface/Jet.h b/DataFormats/PatCandidates/interface/Jet.h index 8be9dbf7463fd..5e9251a6eb3c2 100644 --- a/DataFormats/PatCandidates/interface/Jet.h +++ b/DataFormats/PatCandidates/interface/Jet.h @@ -1,5 +1,5 @@ // -// $Id: Jet.h,v 1.56 2011/08/10 13:50:38 eschliec Exp $ +// $Id: Jet.h,v 1.55 2011/08/01 17:15:21 eschliec Exp $ // #ifndef DataFormats_PatCandidates_Jet_h @@ -13,7 +13,7 @@ 'pat' namespace \author Steven Lowette, Giovanni Petrucciani, Roger Wolf, Christian Autermann - \version $Id: Jet.h,v 1.56 2011/08/10 13:50:38 eschliec Exp $ + \version $Id: Jet.h,v 1.55 2011/08/01 17:15:21 eschliec Exp $ */ diff --git a/DataFormats/PatCandidates/interface/Lepton.h b/DataFormats/PatCandidates/interface/Lepton.h index a456de1739ba0..4799bbcf1e6a1 100644 --- a/DataFormats/PatCandidates/interface/Lepton.h +++ b/DataFormats/PatCandidates/interface/Lepton.h @@ -1,5 +1,5 @@ // -// $Id: Lepton.h,v 1.24 2011/09/29 05:19:08 cbern Exp $ +// $Id: Lepton.h,v 1.23 2010/03/02 21:01:48 rwolf Exp $ // #ifndef DataFormats_PatCandidates_Lepton_h @@ -17,7 +17,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga - \version $Id: Lepton.h,v 1.24 2011/09/29 05:19:08 cbern Exp $ + \version $Id: Lepton.h,v 1.23 2010/03/02 21:01:48 rwolf Exp $ */ #include "DataFormats/Candidate/interface/Particle.h" diff --git a/DataFormats/PatCandidates/interface/LookupTableRecord.h b/DataFormats/PatCandidates/interface/LookupTableRecord.h index d79e0bc5d44ab..653eb08ee4841 100644 --- a/DataFormats/PatCandidates/interface/LookupTableRecord.h +++ b/DataFormats/PatCandidates/interface/LookupTableRecord.h @@ -9,7 +9,7 @@ * * \author Giovanni Petrucciani * - * \version $Id: LookupTableRecord.h,v 1.1 2008/09/29 09:42:01 gpetrucc Exp $ + * \version $Id: LookupTableRecord.h,v 1.13 2008/07/30 01:09:33 gpetrucc Exp $ * */ diff --git a/DataFormats/PatCandidates/interface/MET.h b/DataFormats/PatCandidates/interface/MET.h index f6f92f50c5df0..6710d3ae39d50 100644 --- a/DataFormats/PatCandidates/interface/MET.h +++ b/DataFormats/PatCandidates/interface/MET.h @@ -1,5 +1,5 @@ // -// $Id: MET.h,v 1.20 2010/08/09 14:39:00 mbluj Exp $ +// $Id: MET.h,v 1.19 2009/03/09 11:20:55 slava77 Exp $ // #ifndef DataFormats_PatCandidates_MET_h @@ -16,7 +16,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga, Slava Krutelyov - \version $Id: MET.h,v 1.20 2010/08/09 14:39:00 mbluj Exp $ + \version $Id: MET.h,v 1.19 2009/03/09 11:20:55 slava77 Exp $ */ diff --git a/DataFormats/PatCandidates/interface/Muon.h b/DataFormats/PatCandidates/interface/Muon.h index e5795a90716f4..959aeb1285369 100644 --- a/DataFormats/PatCandidates/interface/Muon.h +++ b/DataFormats/PatCandidates/interface/Muon.h @@ -1,5 +1,5 @@ // -// $Id: Muon.h,v 1.39 2012/09/27 09:14:38 bellan Exp $ +// $Id: Muon.h,v 1.38 2012/08/22 15:02:51 bellan Exp $ // #ifndef DataFormats_PatCandidates_Muon_h @@ -17,7 +17,7 @@ \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga, Colin Bernet - \version $Id: Muon.h,v 1.39 2012/09/27 09:14:38 bellan Exp $ + \version $Id: Muon.h,v 1.38 2012/08/22 15:02:51 bellan Exp $ */ #include "DataFormats/MuonReco/interface/Muon.h" diff --git a/DataFormats/PatCandidates/interface/PATObject.h b/DataFormats/PatCandidates/interface/PATObject.h index 93b01772dd285..5a0068556c484 100644 --- a/DataFormats/PatCandidates/interface/PATObject.h +++ b/DataFormats/PatCandidates/interface/PATObject.h @@ -1,5 +1,5 @@ // -// $Id: PATObject.h,v 1.38 2012/01/20 08:51:05 cbern Exp $ +// $Id: PATObject.h,v 1.37 2011/06/08 20:40:18 rwolf Exp $ // #ifndef DataFormats_PatCandidates_PATObject_h @@ -15,7 +15,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga, Volker Adler, Sal Rappoccio - \version $Id: PATObject.h,v 1.38 2012/01/20 08:51:05 cbern Exp $ + \version $Id: PATObject.h,v 1.37 2011/06/08 20:40:18 rwolf Exp $ */ diff --git a/DataFormats/PatCandidates/interface/PFParticle.h b/DataFormats/PatCandidates/interface/PFParticle.h index a61bd6a7cebff..496851d5bfa93 100644 --- a/DataFormats/PatCandidates/interface/PFParticle.h +++ b/DataFormats/PatCandidates/interface/PFParticle.h @@ -1,5 +1,5 @@ // -// $Id: PFParticle.h,v 1.3 2008/11/28 19:02:15 lowette Exp $ +// $Id: PFParticle.h,v 1.2 2008/10/08 19:04:42 gpetrucc Exp $ // #ifndef DataFormats_PatCandidates_PFParticle_h @@ -14,7 +14,7 @@ isolated leptons or photons, or inside jets, end up as pat::PFParticles. \author Colin Bernet - \version $Id: PFParticle.h,v 1.3 2008/11/28 19:02:15 lowette Exp $ + \version $Id: PFParticle.h,v 1.2 2008/10/08 19:04:42 gpetrucc Exp $ */ #include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h" diff --git a/DataFormats/PatCandidates/interface/Particle.h b/DataFormats/PatCandidates/interface/Particle.h index 832cd2738296f..559857059d0e9 100644 --- a/DataFormats/PatCandidates/interface/Particle.h +++ b/DataFormats/PatCandidates/interface/Particle.h @@ -1,5 +1,5 @@ // -// $Id: Particle.h,v 1.6 2008/11/28 19:02:15 lowette Exp $ +// $Id: Particle.h,v 1.5 2008/10/08 19:04:42 gpetrucc Exp $ // #ifndef DataFormats_PatCandidates_Particle_h @@ -13,7 +13,7 @@ namespace. \author Steven Lowette, Giovanni Petrucciani - \version $Id: Particle.h,v 1.6 2008/11/28 19:02:15 lowette Exp $ + \version $Id: Particle.h,v 1.5 2008/10/08 19:04:42 gpetrucc Exp $ */ #include "DataFormats/Candidate/interface/LeafCandidate.h" diff --git a/DataFormats/PatCandidates/interface/Photon.h b/DataFormats/PatCandidates/interface/Photon.h index c0aeb9b0c84e3..dd700afc66d1c 100644 --- a/DataFormats/PatCandidates/interface/Photon.h +++ b/DataFormats/PatCandidates/interface/Photon.h @@ -1,5 +1,5 @@ // -// $Id: Photon.h,v 1.24 2011/06/08 20:40:18 rwolf Exp $ +// $Id: Photon.h,v 1.23 2009/10/15 17:37:53 rwolf Exp $ // #ifndef DataFormats_PatCandidates_Photon_h @@ -16,7 +16,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Giovanni Petrucciani, Frederic Ronga - \version $Id: Photon.h,v 1.24 2011/06/08 20:40:18 rwolf Exp $ + \version $Id: Photon.h,v 1.23 2009/10/15 17:37:53 rwolf Exp $ */ #include "DataFormats/PatCandidates/interface/PATObject.h" diff --git a/DataFormats/PatCandidates/interface/Tau.h b/DataFormats/PatCandidates/interface/Tau.h index ef1e4d500af7b..a731818d43fe3 100644 --- a/DataFormats/PatCandidates/interface/Tau.h +++ b/DataFormats/PatCandidates/interface/Tau.h @@ -1,5 +1,5 @@ // -// $Id: Tau.h,v 1.34 2012/04/25 07:32:20 cbern Exp $ +// $Id: Tau.h,v 1.33 2011/10/27 16:35:27 wmtan Exp $ // #ifndef DataFormats_PatCandidates_Tau_h @@ -17,7 +17,7 @@ https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html \author Steven Lowette, Christophe Delaere, Giovanni Petrucciani, Frederic Ronga, Colin Bernet - \version $Id: Tau.h,v 1.34 2012/04/25 07:32:20 cbern Exp $ + \version $Id: Tau.h,v 1.33 2011/10/27 16:35:27 wmtan Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TauCaloSpecific.h b/DataFormats/PatCandidates/interface/TauCaloSpecific.h index addebabb52378..0bb5ae9024ce9 100644 --- a/DataFormats/PatCandidates/interface/TauCaloSpecific.h +++ b/DataFormats/PatCandidates/interface/TauCaloSpecific.h @@ -1,5 +1,5 @@ // -// $Id: TauCaloSpecific.h,v 1.3 2011/07/21 16:42:41 veelken Exp $ +// $Id: TauCaloSpecific.h,v 1.2 2010/02/03 10:31:51 veelken Exp $ // #ifndef DataFormats_PatCandidates_Tau_CaloSpecific_h @@ -10,7 +10,7 @@ \brief Structure to hold information specific to a CaloTau inside a pat::Tau \author Giovanni Petrucciani - \version $Id: TauCaloSpecific.h,v 1.3 2011/07/21 16:42:41 veelken Exp $ + \version $Id: TauCaloSpecific.h,v 1.2 2010/02/03 10:31:51 veelken Exp $ */ #include "DataFormats/TauReco/interface/CaloTau.h" diff --git a/DataFormats/PatCandidates/interface/TauPFSpecific.h b/DataFormats/PatCandidates/interface/TauPFSpecific.h index b37f74cdea007..7de8754cf97d4 100644 --- a/DataFormats/PatCandidates/interface/TauPFSpecific.h +++ b/DataFormats/PatCandidates/interface/TauPFSpecific.h @@ -1,5 +1,5 @@ // -// $Id: TauPFSpecific.h,v 1.7 2011/09/29 16:34:56 veelken Exp $ +// $Id: TauPFSpecific.h,v 1.6 2011/07/21 16:42:41 veelken Exp $ // #ifndef DataFormats_PatCandidates_Tau_PFSpecific_h @@ -10,7 +10,7 @@ \brief Structure to hold information specific to a PFTau inside a pat::Tau \author Giovanni Petrucciani - \version $Id: TauPFSpecific.h,v 1.7 2011/09/29 16:34:56 veelken Exp $ + \version $Id: TauPFSpecific.h,v 1.6 2011/07/21 16:42:41 veelken Exp $ */ #include "DataFormats/TauReco/interface/PFTau.h" diff --git a/DataFormats/PatCandidates/interface/TriggerAlgorithm.h b/DataFormats/PatCandidates/interface/TriggerAlgorithm.h index 0838b890cbafc..bdc398bbd7736 100644 --- a/DataFormats/PatCandidates/interface/TriggerAlgorithm.h +++ b/DataFormats/PatCandidates/interface/TriggerAlgorithm.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerAlgorithm // -// $Id: TriggerAlgorithm.h,v 1.5 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerAlgorithm.h,v 1.4 2011/02/22 18:29:50 vadler Exp $ // /** \class pat::TriggerAlgorithm TriggerAlgorithm.h "DataFormats/PatCandidates/interface/TriggerAlgorithm.h" @@ -18,7 +18,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerAlgorithm \author Volker Adler - \version $Id: TriggerAlgorithm.h,v 1.5 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerAlgorithm.h,v 1.4 2011/02/22 18:29:50 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerCondition.h b/DataFormats/PatCandidates/interface/TriggerCondition.h index 22dbcfa5c1473..629be014c9a35 100644 --- a/DataFormats/PatCandidates/interface/TriggerCondition.h +++ b/DataFormats/PatCandidates/interface/TriggerCondition.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerCondition // -// $Id: TriggerCondition.h,v 1.2 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerCondition.h,v 1.1 2011/02/22 18:33:05 vadler Exp $ // /** \class pat::TriggerCondition TriggerCondition.h "DataFormats/PatCandidates/interface/TriggerCondition.h" @@ -18,7 +18,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerCondition \author Volker Adler - \version $Id: TriggerCondition.h,v 1.2 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerCondition.h,v 1.1 2011/02/22 18:33:05 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerEvent.h b/DataFormats/PatCandidates/interface/TriggerEvent.h index ce9c52062fddb..608a12db586ed 100644 --- a/DataFormats/PatCandidates/interface/TriggerEvent.h +++ b/DataFormats/PatCandidates/interface/TriggerEvent.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerEvent // -// $Id: TriggerEvent.h,v 1.17 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerEvent.h,v 1.16 2011/11/30 13:42:55 vadler Exp $ // /** \class pat::TriggerEvent TriggerEvent.h "DataFormats/PatCandidates/interface/TriggerEvent.h" @@ -19,7 +19,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerEvent \author Volker Adler - \version $Id: TriggerEvent.h,v 1.17 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerEvent.h,v 1.16 2011/11/30 13:42:55 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerFilter.h b/DataFormats/PatCandidates/interface/TriggerFilter.h index 26aa319da2f5f..4742ae584900e 100644 --- a/DataFormats/PatCandidates/interface/TriggerFilter.h +++ b/DataFormats/PatCandidates/interface/TriggerFilter.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerFilter // -// $Id: TriggerFilter.h,v 1.10 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerFilter.h,v 1.9 2011/05/24 15:56:25 vadler Exp $ // /** \class pat::TriggerFilter TriggerFilter.h "DataFormats/PatCandidates/interface/TriggerFilter.h" @@ -18,7 +18,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerFilter \author Volker Adler - \version $Id: TriggerFilter.h,v 1.10 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerFilter.h,v 1.9 2011/05/24 15:56:25 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerObject.h b/DataFormats/PatCandidates/interface/TriggerObject.h index bb9c09a8afd07..7726d15a4726e 100644 --- a/DataFormats/PatCandidates/interface/TriggerObject.h +++ b/DataFormats/PatCandidates/interface/TriggerObject.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerObject // -// $Id: TriggerObject.h,v 1.14 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerObject.h,v 1.13 2010/12/20 20:05:52 vadler Exp $ // /** \class pat::TriggerObject TriggerObject.h "DataFormats/PatCandidates/interface/TriggerObject.h" @@ -18,7 +18,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerObject \author Volker Adler - \version $Id: TriggerObject.h,v 1.14 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerObject.h,v 1.13 2010/12/20 20:05:52 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h b/DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h index e1e8debf408a3..b201c2f92f8e2 100644 --- a/DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h +++ b/DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerObjectStandAlone // -// $Id: TriggerObjectStandAlone.h,v 1.16 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerObjectStandAlone.h,v 1.15 2011/05/25 07:14:27 vadler Exp $ // /** \class pat::TriggerObjectStandAlone TriggerObjectStandAlone.h "DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h" @@ -20,7 +20,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerObjectStandAlone \author Volker Adler - \version $Id: TriggerObjectStandAlone.h,v 1.16 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerObjectStandAlone.h,v 1.15 2011/05/25 07:14:27 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/TriggerPath.h b/DataFormats/PatCandidates/interface/TriggerPath.h index fc9fc2d4f26e8..342d487f737f8 100644 --- a/DataFormats/PatCandidates/interface/TriggerPath.h +++ b/DataFormats/PatCandidates/interface/TriggerPath.h @@ -7,7 +7,7 @@ // Package: PatCandidates // Class: pat::TriggerPath // -// $Id: TriggerPath.h,v 1.12 2013/06/11 13:24:49 vadler Exp $ +// $Id: TriggerPath.h,v 1.11 2011/05/28 13:40:57 vadler Exp $ // /** \class pat::TriggerPath TriggerPath.h "DataFormats/PatCandidates/interface/TriggerPath.h" @@ -18,7 +18,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerPath \author Volker Adler - \version $Id: TriggerPath.h,v 1.12 2013/06/11 13:24:49 vadler Exp $ + \version $Id: TriggerPath.h,v 1.11 2011/05/28 13:40:57 vadler Exp $ */ diff --git a/DataFormats/PatCandidates/interface/Vertexing.h b/DataFormats/PatCandidates/interface/Vertexing.h index 8da6e2c5b4a43..791d3e0ad753d 100644 --- a/DataFormats/PatCandidates/interface/Vertexing.h +++ b/DataFormats/PatCandidates/interface/Vertexing.h @@ -19,7 +19,7 @@ The original proposal is at https://hypernews.cern.ch/HyperNews/CMS/get/physTools/587.html \author Giovanni Petrucciani - \version $Id: Vertexing.h,v 1.1 2008/07/22 12:44:19 gpetrucc Exp $ + \version $Id: VertexAssociation.h,v 1.23 2008/07/21 11:10:51 gpetrucc Exp $ */ diff --git a/DataFormats/PatCandidates/src/CompositeCandidate.cc b/DataFormats/PatCandidates/src/CompositeCandidate.cc index ef65e0c781b43..3fa133257ff40 100644 --- a/DataFormats/PatCandidates/src/CompositeCandidate.cc +++ b/DataFormats/PatCandidates/src/CompositeCandidate.cc @@ -1,5 +1,5 @@ // -// $Id: CompositeCandidate.cc,v 1.2 2008/11/28 19:25:02 lowette Exp $ +// $Id: CompositeCandidate.cc,v 1.1 2008/10/23 20:21:14 srappocc Exp $ // #include "DataFormats/PatCandidates/interface/CompositeCandidate.h" diff --git a/DataFormats/PatCandidates/src/Electron.cc b/DataFormats/PatCandidates/src/Electron.cc index 39d8f0c42fb06..a000ac8824e54 100644 --- a/DataFormats/PatCandidates/src/Electron.cc +++ b/DataFormats/PatCandidates/src/Electron.cc @@ -1,5 +1,5 @@ // -// $Id: Electron.cc,v 1.34 2013/04/01 17:52:02 tjkim Exp $ +// $Id: Electron.cc,v 1.33 2012/10/04 11:00:10 beaudett Exp $ // #include "DataFormats/PatCandidates/interface/Electron.h" diff --git a/DataFormats/PatCandidates/src/GenericParticle.cc b/DataFormats/PatCandidates/src/GenericParticle.cc index 5bc8232076bb6..7f41a7141ad3c 100644 --- a/DataFormats/PatCandidates/src/GenericParticle.cc +++ b/DataFormats/PatCandidates/src/GenericParticle.cc @@ -1,5 +1,5 @@ // -// $Id: GenericParticle.cc,v 1.4 2009/03/25 22:33:29 hegner Exp $ +// $Id: GenericParticle.cc,v 1.3 2008/07/08 20:56:48 gpetrucc Exp $ // #include "DataFormats/PatCandidates/interface/GenericParticle.h" diff --git a/DataFormats/PatCandidates/src/Jet.cc b/DataFormats/PatCandidates/src/Jet.cc index b6da7db2caff6..0f91d86f62340 100644 --- a/DataFormats/PatCandidates/src/Jet.cc +++ b/DataFormats/PatCandidates/src/Jet.cc @@ -1,5 +1,5 @@ // -// $Id: Jet.cc,v 1.44 2011/06/08 20:40:19 rwolf Exp $ +// $Id: Jet.cc,v 1.43 2011/04/12 20:34:49 rwolf Exp $ // #include "DataFormats/PatCandidates/interface/Jet.h" diff --git a/DataFormats/PatCandidates/src/MET.cc b/DataFormats/PatCandidates/src/MET.cc index 40323117f7c8b..cba3a7e4f8e4d 100644 --- a/DataFormats/PatCandidates/src/MET.cc +++ b/DataFormats/PatCandidates/src/MET.cc @@ -1,5 +1,5 @@ // -// $Id: MET.cc,v 1.16 2013/02/19 16:18:45 vadler Exp $ +// $Id: MET.cc,v 1.15 2010/08/09 14:39:02 mbluj Exp $ // #include "DataFormats/PatCandidates/interface/MET.h" diff --git a/DataFormats/PatCandidates/src/Muon.cc b/DataFormats/PatCandidates/src/Muon.cc index efc5017ce8c95..c33cff6b82e42 100644 --- a/DataFormats/PatCandidates/src/Muon.cc +++ b/DataFormats/PatCandidates/src/Muon.cc @@ -1,5 +1,5 @@ // -// $Id: Muon.cc,v 1.33 2012/09/27 09:52:17 bellan Exp $ +// $Id: Muon.cc,v 1.32 2012/09/27 09:15:34 bellan Exp $ // #include "DataFormats/PatCandidates/interface/Muon.h" diff --git a/DataFormats/PatCandidates/src/PFParticle.cc b/DataFormats/PatCandidates/src/PFParticle.cc index 9d1e369b48064..192ea91ac5fa5 100644 --- a/DataFormats/PatCandidates/src/PFParticle.cc +++ b/DataFormats/PatCandidates/src/PFParticle.cc @@ -1,5 +1,5 @@ // -// $Id: PFParticle.cc,v 1.2 2008/11/28 19:02:15 lowette Exp $ +// $Id: PFParticle.cc,v 1.1 2008/07/24 12:43:52 cbern Exp $ // #include "DataFormats/PatCandidates/interface/PFParticle.h" diff --git a/DataFormats/PatCandidates/src/Particle.cc b/DataFormats/PatCandidates/src/Particle.cc index 1142e153aab60..4dafb499a42a2 100644 --- a/DataFormats/PatCandidates/src/Particle.cc +++ b/DataFormats/PatCandidates/src/Particle.cc @@ -1,5 +1,5 @@ // -// $Id: Particle.cc,v 1.2 2008/11/28 19:02:15 lowette Exp $ +// $Id: Particle.cc,v 1.1 2008/01/15 12:59:32 lowette Exp $ // #include "DataFormats/PatCandidates/interface/Particle.h" diff --git a/DataFormats/PatCandidates/src/Photon.cc b/DataFormats/PatCandidates/src/Photon.cc index 41f606593723d..24406a2cc1dc6 100644 --- a/DataFormats/PatCandidates/src/Photon.cc +++ b/DataFormats/PatCandidates/src/Photon.cc @@ -1,5 +1,5 @@ // -// $Id: Photon.cc,v 1.18 2011/06/08 20:40:19 rwolf Exp $ +// $Id: Photon.cc,v 1.17 2008/11/28 19:02:15 lowette Exp $ // #include "DataFormats/PatCandidates/interface/Photon.h" diff --git a/DataFormats/PatCandidates/src/Tau.cc b/DataFormats/PatCandidates/src/Tau.cc index f9733d72631fb..c30f5802be099 100644 --- a/DataFormats/PatCandidates/src/Tau.cc +++ b/DataFormats/PatCandidates/src/Tau.cc @@ -1,5 +1,5 @@ // -// $Id: Tau.cc,v 1.22 2011/10/27 16:37:04 wmtan Exp $ +// $Id: Tau.cc,v 1.21 2011/09/29 16:34:57 veelken Exp $ // #include "DataFormats/PatCandidates/interface/Tau.h" diff --git a/DataFormats/PatCandidates/src/TriggerAlgorithm.cc b/DataFormats/PatCandidates/src/TriggerAlgorithm.cc index cd8f67487576c..291c084cfed5e 100644 --- a/DataFormats/PatCandidates/src/TriggerAlgorithm.cc +++ b/DataFormats/PatCandidates/src/TriggerAlgorithm.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerAlgorithm.cc,v 1.4 2011/11/30 13:41:14 vadler Exp $ +// $Id: TriggerAlgorithm.cc,v 1.3 2011/02/22 18:29:50 vadler Exp $ // diff --git a/DataFormats/PatCandidates/src/TriggerCondition.cc b/DataFormats/PatCandidates/src/TriggerCondition.cc index 2e2fff3de0140..dfe656fa12209 100644 --- a/DataFormats/PatCandidates/src/TriggerCondition.cc +++ b/DataFormats/PatCandidates/src/TriggerCondition.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerCondition.cc,v 1.2 2011/11/30 13:39:45 vadler Exp $ +// $Id: TriggerCondition.cc,v 1.1 2011/02/22 18:33:05 vadler Exp $ // diff --git a/DataFormats/PatCandidates/src/TriggerEvent.cc b/DataFormats/PatCandidates/src/TriggerEvent.cc index 47f8d361a0aa0..b02c39f88c688 100644 --- a/DataFormats/PatCandidates/src/TriggerEvent.cc +++ b/DataFormats/PatCandidates/src/TriggerEvent.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerEvent.cc,v 1.20 2013/06/11 13:24:50 vadler Exp $ +// $Id: TriggerEvent.cc,v 1.19 2011/11/30 13:42:16 vadler Exp $ // diff --git a/DataFormats/PatCandidates/src/TriggerFilter.cc b/DataFormats/PatCandidates/src/TriggerFilter.cc index 77409ba885dc7..aacc9583cb70a 100644 --- a/DataFormats/PatCandidates/src/TriggerFilter.cc +++ b/DataFormats/PatCandidates/src/TriggerFilter.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerFilter.cc,v 1.7 2011/05/24 15:56:25 vadler Exp $ +// $Id: TriggerFilter.cc,v 1.6 2011/02/22 18:29:50 vadler Exp $ // diff --git a/DataFormats/PatCandidates/src/TriggerObject.cc b/DataFormats/PatCandidates/src/TriggerObject.cc index 2db6a07d7bf15..4f4dbe83481f4 100644 --- a/DataFormats/PatCandidates/src/TriggerObject.cc +++ b/DataFormats/PatCandidates/src/TriggerObject.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerObject.cc,v 1.12 2010/12/20 20:05:52 vadler Exp $ +// $Id: TriggerObject.cc,v 1.11 2010/12/16 18:39:17 vadler Exp $ // #include "DataFormats/PatCandidates/interface/TriggerObject.h" diff --git a/DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc b/DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc index 6712a890e2957..2190f189d4023 100644 --- a/DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc +++ b/DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerObjectStandAlone.cc,v 1.15 2012/04/13 21:04:55 gpetrucc Exp $ +// $Id: TriggerObjectStandAlone.cc,v 1.14 2011/10/26 17:01:25 vadler Exp $ // #include "DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h" diff --git a/DataFormats/PatCandidates/src/TriggerPath.cc b/DataFormats/PatCandidates/src/TriggerPath.cc index 585f0caa41776..42fe9ff6e69de 100644 --- a/DataFormats/PatCandidates/src/TriggerPath.cc +++ b/DataFormats/PatCandidates/src/TriggerPath.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerPath.cc,v 1.7 2011/05/24 15:56:25 vadler Exp $ +// $Id: TriggerPath.cc,v 1.6 2010/12/16 18:39:17 vadler Exp $ // diff --git a/DataFormats/Provenance/interface/ESRecordAuxiliary.h b/DataFormats/Provenance/interface/ESRecordAuxiliary.h index bccc9da5b863a..c6e07e8a26e82 100644 --- a/DataFormats/Provenance/interface/ESRecordAuxiliary.h +++ b/DataFormats/Provenance/interface/ESRecordAuxiliary.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 3 16:10:46 CST 2009 -// $Id: ESRecordAuxiliary.h,v 1.1 2009/12/16 17:40:01 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Provenance/interface/ParameterSetID.h b/DataFormats/Provenance/interface/ParameterSetID.h index b24f1513a91c2..43123c12876a0 100644 --- a/DataFormats/Provenance/interface/ParameterSetID.h +++ b/DataFormats/Provenance/interface/ParameterSetID.h @@ -11,7 +11,7 @@ We calculate the ParameterSetID from the names and values of the tracked parameters within a ParameterSet, currently using the MD5 algorithm. -$Id: ParameterSetID.h,v 1.1 2007/03/04 04:48:09 wmtan Exp $ +$Id: ParameterSetID.h,v 1.3 2006/09/20 16:07:08 paterno Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Provenance/interface/RunID.h b/DataFormats/Provenance/interface/RunID.h index c07ab37f98494..06b6330dc3ba3 100644 --- a/DataFormats/Provenance/interface/RunID.h +++ b/DataFormats/Provenance/interface/RunID.h @@ -14,7 +14,7 @@ */ // -// $Id: RunID.h,v 1.2 2007/06/14 03:38:30 wmtan Exp $ +// $Id: RunID.h,v 1.1 2007/03/04 04:48:09 wmtan Exp $ // // system include files diff --git a/DataFormats/Provenance/src/BranchKey.cc b/DataFormats/Provenance/src/BranchKey.cc index f00ac55c6d66c..d9d947d41e438 100644 --- a/DataFormats/Provenance/src/BranchKey.cc +++ b/DataFormats/Provenance/src/BranchKey.cc @@ -1,6 +1,6 @@ /*---------------------------------------------------------------------- -$Id: BranchKey.cc,v 1.3 2007/11/22 16:44:54 wmtan Exp $ +$Id: BranchKey.cc,v 1.2 2007/05/10 22:46:54 wmtan Exp $ ----------------------------------------------------------------------*/ #include diff --git a/DataFormats/Provenance/src/ESRecordAuxiliary.cc b/DataFormats/Provenance/src/ESRecordAuxiliary.cc index 3bf73133ed2f9..facd364319c33 100644 --- a/DataFormats/Provenance/src/ESRecordAuxiliary.cc +++ b/DataFormats/Provenance/src/ESRecordAuxiliary.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 3 16:17:49 CST 2009 -// $Id: ESRecordAuxiliary.cc,v 1.1 2009/12/16 17:40:01 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/Provenance/src/LuminosityBlockAux.cc b/DataFormats/Provenance/src/LuminosityBlockAux.cc index 8b1dd24cb7cca..461194d804664 100644 --- a/DataFormats/Provenance/src/LuminosityBlockAux.cc +++ b/DataFormats/Provenance/src/LuminosityBlockAux.cc @@ -4,7 +4,7 @@ /*---------------------------------------------------------------------- -$Id: LuminosityBlockAux.cc,v 1.3 2007/07/31 23:58:53 wmtan Exp $ +$Id: LuminosityBlockAux.cc,v 1.2 2007/06/14 03:38:31 wmtan Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/Provenance/src/RunAux.cc b/DataFormats/Provenance/src/RunAux.cc index e3760044b6c95..9d1480213e843 100644 --- a/DataFormats/Provenance/src/RunAux.cc +++ b/DataFormats/Provenance/src/RunAux.cc @@ -4,7 +4,7 @@ /*---------------------------------------------------------------------- -$Id: RunAux.cc,v 1.3 2007/07/31 23:58:53 wmtan Exp $ +$Id: RunAux.cc,v 1.2 2007/06/14 03:38:31 wmtan Exp $ ----------------------------------------------------------------------*/ diff --git a/DataFormats/RPCDigi/interface/RPCDigi.h b/DataFormats/RPCDigi/interface/RPCDigi.h index 416acf0ff1951..e270044911566 100644 --- a/DataFormats/RPCDigi/interface/RPCDigi.h +++ b/DataFormats/RPCDigi/interface/RPCDigi.h @@ -5,8 +5,8 @@ * * Digi for Rsisitive Plate Chamber * - * $Date: 2008/10/29 18:41:18 $ - * $Revision: 1.9 $ + * $Date: 2006/05/16 14:36:29 $ + * $Revision: 1.8 $ * * \author I. Segoni -- CERN & M. Maggi -- INFN Bari * diff --git a/DataFormats/RPCDigi/interface/RPCDigiCollection.h b/DataFormats/RPCDigi/interface/RPCDigiCollection.h index 7f6f9be6a811a..0c296eef79938 100644 --- a/DataFormats/RPCDigi/interface/RPCDigiCollection.h +++ b/DataFormats/RPCDigi/interface/RPCDigiCollection.h @@ -3,7 +3,7 @@ /** \class RPCDigiCollection * * \author Ilaria Segoni - * \version $Id: RPCDigiCollection.h,v 1.2 2006/05/16 14:36:29 mmaggi Exp $ + * \version $Id: RPCDigiCollection.h,v 1.1 2005/11/03 15:26:11 segoni Exp $ * \date 21 Apr 2005 */ diff --git a/DataFormats/RPCDigi/src/RPCDigi.cc b/DataFormats/RPCDigi/src/RPCDigi.cc index 1ec56b64adf39..4812d71f23332 100644 --- a/DataFormats/RPCDigi/src/RPCDigi.cc +++ b/DataFormats/RPCDigi/src/RPCDigi.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/10/29 18:41:18 $ - * $Revision: 1.8 $ + * $Date: 2006/05/16 14:36:29 $ + * $Revision: 1.7 $ * * \author Ilaria Segoni */ diff --git a/DataFormats/RPCRecHit/interface/RPCRecHit.h b/DataFormats/RPCRecHit/interface/RPCRecHit.h index 71dd662427062..c8fc404335366 100644 --- a/DataFormats/RPCRecHit/interface/RPCRecHit.h +++ b/DataFormats/RPCRecHit/interface/RPCRecHit.h @@ -5,8 +5,8 @@ * * RecHit for RPC * - * $Date: 2007/08/02 05:20:41 $ - * $Revision: 1.8 $ + * $Date: 2007/03/30 06:08:33 $ + * $Revision: 1.7 $ * \author M. Maggi -- INFN Bari */ diff --git a/DataFormats/RPCRecHit/interface/RPCRecHitCollection.h b/DataFormats/RPCRecHit/interface/RPCRecHitCollection.h index e8deaa24f9a9e..caffbac96ec33 100644 --- a/DataFormats/RPCRecHit/interface/RPCRecHitCollection.h +++ b/DataFormats/RPCRecHit/interface/RPCRecHitCollection.h @@ -4,7 +4,7 @@ /** \class RPCRecHitCollection * Collection of RPCRecHit for storage in the event * - * $Date: 2006/04/12 20:49:06 $ + * $Date: 2006/04/10 11:41:11 $ * $Revision: 1.1 $ * \author M. Maggi - INFN Bari */ diff --git a/DataFormats/RPCRecHit/src/RPCRecHit.cc b/DataFormats/RPCRecHit/src/RPCRecHit.cc index d476eac8b0bbe..d7c2957687f61 100644 --- a/DataFormats/RPCRecHit/src/RPCRecHit.cc +++ b/DataFormats/RPCRecHit/src/RPCRecHit.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/08/02 05:48:27 $ - * $Revision: 1.7 $ + * $Date: 2007/08/02 05:46:56 $ + * $Revision: 1.6 $ * \author M. Maggi -- INFN Bari */ diff --git a/DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h b/DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h index d328b2cdc4a46..f322938e2af2f 100755 --- a/DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h +++ b/DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CaloRecHitCandidate.h,v 1.3 2007/10/15 13:03:33 llista Exp $ + * \version $Id: CaloRecHitCandidate.h,v 1.2 2006/12/11 10:12:03 llista Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/RecoCandidate/interface/FitQuality.h b/DataFormats/RecoCandidate/interface/FitQuality.h index 87a181a226ff4..17aac26c5cc92 100755 --- a/DataFormats/RecoCandidate/interface/FitQuality.h +++ b/DataFormats/RecoCandidate/interface/FitQuality.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: FitQuality.h,v 1.2 2007/11/16 13:49:57 llista Exp $ + * \version $Id: FitQuality.h,v 1.1 2007/06/27 09:06:52 llista Exp $ * */ diff --git a/DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h b/DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h index 3b2666808c3b9..c190ca89c9abe 100755 --- a/DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h +++ b/DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: RecoCaloTowerCandidate.h,v 1.5 2007/10/15 13:03:33 llista Exp $ + * \version $Id: RecoCaloTowerCandidate.h,v 1.4 2006/10/26 09:14:55 llista Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/RecoCandidate/interface/RecoCandidate.h b/DataFormats/RecoCandidate/interface/RecoCandidate.h index 6cdd597c6c83f..05d48da8ac02c 100755 --- a/DataFormats/RecoCandidate/interface/RecoCandidate.h +++ b/DataFormats/RecoCandidate/interface/RecoCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: RecoCandidate.h,v 1.28 2012/10/14 08:45:38 innocent Exp $ + * \version $Id: RecoCandidate.h,v 1.27 2011/11/01 17:22:43 slava77 Exp $ * */ #include "DataFormats/Candidate/interface/LeafCandidate.h" diff --git a/DataFormats/RecoCandidate/interface/RecoChargedCandidate.h b/DataFormats/RecoCandidate/interface/RecoChargedCandidate.h index cfd91be52d906..73782f1fe566b 100755 --- a/DataFormats/RecoCandidate/interface/RecoChargedCandidate.h +++ b/DataFormats/RecoCandidate/interface/RecoChargedCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: RecoChargedCandidate.h,v 1.8 2007/10/22 09:38:13 llista Exp $ + * \version $Id: RecoChargedCandidate.h,v 1.7 2007/10/15 13:03:34 llista Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/RecoCandidate/interface/RecoEcalCandidate.h b/DataFormats/RecoCandidate/interface/RecoEcalCandidate.h index 10b50300e54c4..c17c7829187ec 100644 --- a/DataFormats/RecoCandidate/interface/RecoEcalCandidate.h +++ b/DataFormats/RecoCandidate/interface/RecoEcalCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: RecoEcalCandidate.h,v 1.7 2007/10/22 09:38:13 llista Exp $ + * \version $Id: RecoEcalCandidate.h,v 1.6 2007/10/15 13:03:34 llista Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/RecoCandidate/interface/RecoEcalCandidateIsolation.h b/DataFormats/RecoCandidate/interface/RecoEcalCandidateIsolation.h index f8e9833ede38c..9135e8a45a10d 100644 --- a/DataFormats/RecoCandidate/interface/RecoEcalCandidateIsolation.h +++ b/DataFormats/RecoCandidate/interface/RecoEcalCandidateIsolation.h @@ -4,7 +4,7 @@ // // \short association of Isolation to a RecoEcalCandidate // -// $Id: RecoEcalCandidateIsolation.h,v 1.2 2007/07/31 15:20:20 ratnik Exp $ +// $Id: RecoEcalCandidateIsolation.h,v 1.1 2006/10/20 13:08:08 rahatlou Exp $ #include "DataFormats/Common/interface/AssociationMap.h" #include "DataFormats/RecoCandidate/interface/RecoEcalCandidateFwd.h" diff --git a/DataFormats/RecoCandidate/interface/RecoStandAloneMuonCandidate.h b/DataFormats/RecoCandidate/interface/RecoStandAloneMuonCandidate.h index 89e894bad029a..c890850848dcc 100755 --- a/DataFormats/RecoCandidate/interface/RecoStandAloneMuonCandidate.h +++ b/DataFormats/RecoCandidate/interface/RecoStandAloneMuonCandidate.h @@ -6,7 +6,7 @@ * * \author Luca Lista, INFN * - * \version $Id: RecoStandAloneMuonCandidate.h,v 1.1 2007/12/14 12:38:59 llista Exp $ + * \version $Id: RecoStandAloneMuonCandidate.h,v 1.8 2007/10/22 09:38:13 llista Exp $ * */ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" diff --git a/DataFormats/RecoCandidate/src/CaloRecHitCandidate.cc b/DataFormats/RecoCandidate/src/CaloRecHitCandidate.cc index 7a4da98fab815..a8be5bcce5be2 100755 --- a/DataFormats/RecoCandidate/src/CaloRecHitCandidate.cc +++ b/DataFormats/RecoCandidate/src/CaloRecHitCandidate.cc @@ -1,4 +1,4 @@ -// $Id: CaloRecHitCandidate.cc,v 1.1 2006/11/14 10:38:07 llista Exp $ +// $Id: CaloRecHitCandidate.cc,v 1.5 2006/05/31 12:45:46 llista Exp $ #include "DataFormats/RecoCandidate/interface/CaloRecHitCandidate.h" using namespace reco; diff --git a/DataFormats/RecoCandidate/src/RecoCaloTowerCandidate.cc b/DataFormats/RecoCandidate/src/RecoCaloTowerCandidate.cc index f3627aadf81e5..d453651afec32 100755 --- a/DataFormats/RecoCandidate/src/RecoCaloTowerCandidate.cc +++ b/DataFormats/RecoCandidate/src/RecoCaloTowerCandidate.cc @@ -1,4 +1,4 @@ -// $Id: RecoCaloTowerCandidate.cc,v 1.5 2006/05/31 12:45:46 llista Exp $ +// $Id: RecoCaloTowerCandidate.cc,v 1.4 2006/05/02 10:28:01 llista Exp $ #include "DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h" using namespace reco; diff --git a/DataFormats/RecoCandidate/src/RecoCandidate.cc b/DataFormats/RecoCandidate/src/RecoCandidate.cc index 096a5db657b12..9cf488617545a 100755 --- a/DataFormats/RecoCandidate/src/RecoCandidate.cc +++ b/DataFormats/RecoCandidate/src/RecoCandidate.cc @@ -1,4 +1,4 @@ -// $Id: RecoCandidate.cc,v 1.15 2010/10/21 07:54:49 gpetrucc Exp $ +// $Id: RecoCandidate.cc,v 1.14 2008/07/18 15:48:32 gpetrucc Exp $ #include "DataFormats/RecoCandidate/interface/RecoCandidate.h" #include "DataFormats/GsfTrackReco/interface/GsfTrack.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/DataFormats/RecoCandidate/src/RecoChargedCandidate.cc b/DataFormats/RecoCandidate/src/RecoChargedCandidate.cc index 278231128a477..9ccc4a212b43f 100755 --- a/DataFormats/RecoCandidate/src/RecoChargedCandidate.cc +++ b/DataFormats/RecoCandidate/src/RecoChargedCandidate.cc @@ -1,4 +1,4 @@ -// $Id: RecoChargedCandidate.cc,v 1.6 2007/12/14 12:25:33 llista Exp $ +// $Id: RecoChargedCandidate.cc,v 1.5 2006/05/31 12:45:46 llista Exp $ #include "DataFormats/RecoCandidate/interface/RecoChargedCandidate.h" using namespace reco; diff --git a/DataFormats/RecoCandidate/src/RecoEcalCandidate.cc b/DataFormats/RecoCandidate/src/RecoEcalCandidate.cc index c62cdd4642e8c..e74908a4b707d 100644 --- a/DataFormats/RecoCandidate/src/RecoEcalCandidate.cc +++ b/DataFormats/RecoCandidate/src/RecoEcalCandidate.cc @@ -1,4 +1,4 @@ -// $Id: RecoEcalCandidate.cc,v 1.1 2006/07/26 07:42:08 llista Exp $ +// $Id: RecoEcalCandidate.cc,v 1.5 2006/05/31 12:45:46 llista Exp $ #include "DataFormats/RecoCandidate/interface/RecoEcalCandidate.h" using namespace reco; diff --git a/DataFormats/RecoCandidate/src/RecoStandAloneMuonCandidate.cc b/DataFormats/RecoCandidate/src/RecoStandAloneMuonCandidate.cc index f920999686fe5..49de6104f0ae7 100755 --- a/DataFormats/RecoCandidate/src/RecoStandAloneMuonCandidate.cc +++ b/DataFormats/RecoCandidate/src/RecoStandAloneMuonCandidate.cc @@ -1,4 +1,4 @@ -// $Id: RecoStandAloneMuonCandidate.cc,v 1.1 2007/12/14 12:39:00 llista Exp $ +// $Id: RecoChargedCandidate.cc,v 1.6 2007/12/14 12:25:33 llista Exp $ #include "DataFormats/RecoCandidate/interface/RecoStandAloneMuonCandidate.h" using namespace reco; diff --git a/DataFormats/Scalers/test/ScalersRecover.cc b/DataFormats/Scalers/test/ScalersRecover.cc index 5777ba888ff21..7a2d2e4ad387a 100644 --- a/DataFormats/Scalers/test/ScalersRecover.cc +++ b/DataFormats/Scalers/test/ScalersRecover.cc @@ -25,7 +25,7 @@ // // Original Author: William Badgett // Created: Mon May 24 14:45:17 CEST 2010 -// $Id: ScalersRecover.cc,v 1.4 2010/05/25 16:38:51 badgett Exp $ +// $Id: ScalersRecover.cc,v 1.3 2010/05/25 16:26:00 badgett Exp $ // // diff --git a/DataFormats/SiStripCommon/interface/Constants.h b/DataFormats/SiStripCommon/interface/Constants.h index a01ca7cd500b2..66a7bc2d9fc30 100644 --- a/DataFormats/SiStripCommon/interface/Constants.h +++ b/DataFormats/SiStripCommon/interface/Constants.h @@ -1,4 +1,4 @@ -// Last commit: $Id: Constants.h,v 1.8 2009/05/08 12:03:33 elmer Exp $ +// Last commit: $Id: Constants.h,v 1.7 2009/02/10 21:45:54 lowette Exp $ #ifndef DataFormats_SiStripCommon_Constants_H #define DataFormats_SiStripCommon_Constants_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForCablingSource.h b/DataFormats/SiStripCommon/interface/ConstantsForCablingSource.h index a511816accc19..955babfeedfec 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForCablingSource.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForCablingSource.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForCablingSource.h,v 1.3 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForCablingSource.h,v 1.2 2007/03/21 08:22:59 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForCablingSource_H #define DataFormats_SiStripCommon_ConstantsForCablingSource_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForCommissioningAnalysis.h b/DataFormats/SiStripCommon/interface/ConstantsForCommissioningAnalysis.h index 2812b80d8aeed..fea6e7bd0160c 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForCommissioningAnalysis.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForCommissioningAnalysis.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForCommissioningAnalysis.h,v 1.15 2010/06/02 09:40:31 wto Exp $ +// Last commit: $Id: ConstantsForCommissioningAnalysis.h,v 1.14 2010/02/03 18:28:43 dstrom Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForCommissioningAnalysis_H #define DataFormats_SiStripCommon_ConstantsForCommissioningAnalysis_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForDqm.h b/DataFormats/SiStripCommon/interface/ConstantsForDqm.h index cd9a4fad1aeea..f6b6e2144a890 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForDqm.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForDqm.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForDqm.h,v 1.13 2010/01/04 18:44:33 lowette Exp $ +// Last commit: $Id: ConstantsForDqm.h,v 1.12 2009/10/22 15:57:40 lowette Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForDqm_H #define DataFormats_SiStripCommon_ConstantsForDqm_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForGranularity.h b/DataFormats/SiStripCommon/interface/ConstantsForGranularity.h index 02107821fd8d5..21e365ceee273 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForGranularity.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForGranularity.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForGranularity.h,v 1.5 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForGranularity.h,v 1.4 2007/06/29 10:12:42 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForGranularity_H #define DataFormats_SiStripCommon_ConstantsForGranularity_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForHardwareSystems.h b/DataFormats/SiStripCommon/interface/ConstantsForHardwareSystems.h index e5f31865a5a4b..583776bb8dc5a 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForHardwareSystems.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForHardwareSystems.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForHardwareSystems.h,v 1.9 2010/01/27 13:21:07 bainbrid Exp $ +// Last commit: $Id: ConstantsForHardwareSystems.h,v 1.8 2009/02/17 16:21:47 muzaffar Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForHardwareSystems_H #define DataFormats_SiStripCommon_ConstantsForHardwareSystems_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForHistoType.h b/DataFormats/SiStripCommon/interface/ConstantsForHistoType.h index ba4a0dc8f46d5..29f832123f686 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForHistoType.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForHistoType.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForHistoType.h,v 1.2 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForHistoType.h,v 1.1 2007/06/19 12:16:52 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForHistoType_H #define DataFormats_SiStripCommon_ConstantsForHistoType_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForKeyType.h b/DataFormats/SiStripCommon/interface/ConstantsForKeyType.h index d777578905b55..7ba75a69edd19 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForKeyType.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForKeyType.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForKeyType.h,v 1.3 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForKeyType.h,v 1.2 2007/03/21 08:22:59 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForKeyType_H #define DataFormats_SiStripCommon_ConstantsForKeyType_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForLogger.h b/DataFormats/SiStripCommon/interface/ConstantsForLogger.h index cccbab5853efd..b5df6ee462e3e 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForLogger.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForLogger.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForLogger.h,v 1.6 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForLogger.h,v 1.5 2007/03/26 10:11:53 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForLogger_H #define DataFormats_SiStripCommon_ConstantsForLogger_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForMonitorable.h b/DataFormats/SiStripCommon/interface/ConstantsForMonitorable.h index fb3d48c8e475a..903680761e299 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForMonitorable.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForMonitorable.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForMonitorable.h,v 1.14 2010/02/22 14:10:22 wto Exp $ +// Last commit: $Id: ConstantsForMonitorable.h,v 1.13 2010/02/03 18:28:43 dstrom Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForMonitorable_H #define DataFormats_SiStripCommon_ConstantsForMonitorable_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForPresentation.h b/DataFormats/SiStripCommon/interface/ConstantsForPresentation.h index 0ede200104e9a..1e5ab1244ad38 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForPresentation.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForPresentation.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForPresentation.h,v 1.4 2009/02/10 21:45:54 lowette Exp $ +// Last commit: $Id: ConstantsForPresentation.h,v 1.3 2007/06/19 12:16:52 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForPresentation_H #define DataFormats_SiStripCommon_ConstantsForPresentation_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForRunType.h b/DataFormats/SiStripCommon/interface/ConstantsForRunType.h index 8994b49156576..898fbcb1d801f 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForRunType.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForRunType.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForRunType.h,v 1.11 2009/10/22 15:57:40 lowette Exp $ +// Last commit: $Id: ConstantsForRunType.h,v 1.10 2009/02/10 21:45:54 lowette Exp $ #ifndef DataFormats_SiStripCommon_ConstantsForRunType_H #define DataFormats_SiStripCommon_ConstantsForRunType_H diff --git a/DataFormats/SiStripCommon/interface/ConstantsForSummaryPlots.h b/DataFormats/SiStripCommon/interface/ConstantsForSummaryPlots.h index e8e3e342878fa..8b06878907704 100644 --- a/DataFormats/SiStripCommon/interface/ConstantsForSummaryPlots.h +++ b/DataFormats/SiStripCommon/interface/ConstantsForSummaryPlots.h @@ -1,4 +1,4 @@ -// Last commit: $Id: ConstantsForSummaryPlots.h,v 1.2 2007/03/21 08:22:59 bainbrid Exp $ +// Last commit: $Id: $ #ifndef DataFormats_SiStripCommon_ConstantsForSummaryPlots_H #define DataFormats_SiStripCommon_ConstantsForSummaryPlots_H diff --git a/DataFormats/SiStripCommon/interface/SiStripConstants.h b/DataFormats/SiStripCommon/interface/SiStripConstants.h index c52268cd82e15..97deddbd2da0d 100644 --- a/DataFormats/SiStripCommon/interface/SiStripConstants.h +++ b/DataFormats/SiStripCommon/interface/SiStripConstants.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripConstants.h,v 1.23 2007/06/19 12:16:52 bainbrid Exp $ +// Last commit: $Id: SiStripConstants.h,v 1.22 2007/06/05 13:55:18 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripConstants_H #define DataFormats_SiStripCommon_SiStripConstants_H diff --git a/DataFormats/SiStripCommon/interface/SiStripDetKey.h b/DataFormats/SiStripCommon/interface/SiStripDetKey.h index 1bbce85939898..3488e513cc488 100644 --- a/DataFormats/SiStripCommon/interface/SiStripDetKey.h +++ b/DataFormats/SiStripCommon/interface/SiStripDetKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDetKey.h,v 1.8 2009/07/31 09:53:47 lowette Exp $ +// Last commit: $Id: SiStripDetKey.h,v 1.7 2008/02/06 14:32:33 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripDetKey_h #define DataFormats_SiStripCommon_SiStripDetKey_h diff --git a/DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h b/DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h index f93ae8c373e5c..d906f16197a24 100644 --- a/DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h +++ b/DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripEnumsAndStrings.h,v 1.4 2007/11/29 17:08:03 bainbrid Exp $ +// Last commit: $Id: SiStripEnumsAndStrings.h,v 1.3 2007/06/19 12:16:52 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripEnumsAndStrings_H #define DataFormats_SiStripCommon_SiStripEnumsAndStrings_H diff --git a/DataFormats/SiStripCommon/interface/SiStripEventSummary.h b/DataFormats/SiStripCommon/interface/SiStripEventSummary.h index 606aa375b592f..4f3113b50adcf 100644 --- a/DataFormats/SiStripCommon/interface/SiStripEventSummary.h +++ b/DataFormats/SiStripCommon/interface/SiStripEventSummary.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripEventSummary.h,v 1.10 2008/06/09 12:55:03 delaer Exp $ +// Last commit: $Id: SiStripEventSummary.h,v 1.9 2007/12/19 17:56:25 bainbrid Exp $ #ifndef DataFormats_SiStripEventSummary_SiStripEventSummary_H #define DataFormats_SiStripEventSummary_SiStripEventSummary_H diff --git a/DataFormats/SiStripCommon/interface/SiStripFecKey.h b/DataFormats/SiStripCommon/interface/SiStripFecKey.h index ad1c4814b7f08..e4cd2e05b32f4 100644 --- a/DataFormats/SiStripCommon/interface/SiStripFecKey.h +++ b/DataFormats/SiStripCommon/interface/SiStripFecKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecKey.h,v 1.16 2008/02/21 16:51:55 bainbrid Exp $ +// Last commit: $Id: SiStripFecKey.h,v 1.15 2008/02/06 14:32:43 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripFecKey_H #define DataFormats_SiStripCommon_SiStripFecKey_H diff --git a/DataFormats/SiStripCommon/interface/SiStripFedKey.h b/DataFormats/SiStripCommon/interface/SiStripFedKey.h index 59981882207c6..490a532af5ea0 100644 --- a/DataFormats/SiStripCommon/interface/SiStripFedKey.h +++ b/DataFormats/SiStripCommon/interface/SiStripFedKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFedKey.h,v 1.14 2008/02/22 09:53:14 bainbrid Exp $ +// Last commit: $Id: SiStripFedKey.h,v 1.13 2008/02/14 13:29:55 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripFedKey_H #define DataFormats_SiStripCommon_SiStripFedKey_H diff --git a/DataFormats/SiStripCommon/interface/SiStripHistoTitle.h b/DataFormats/SiStripCommon/interface/SiStripHistoTitle.h index 6011e6c1fea85..7d077769799cf 100644 --- a/DataFormats/SiStripCommon/interface/SiStripHistoTitle.h +++ b/DataFormats/SiStripCommon/interface/SiStripHistoTitle.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripHistoTitle.h,v 1.4 2007/07/31 15:20:24 ratnik Exp $ +// Last commit: $Id: SiStripHistoTitle.h,v 1.3 2007/06/19 12:16:52 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_SiStripHistoTitle_H #define DataFormats_SiStripCommon_SiStripHistoTitle_H diff --git a/DataFormats/SiStripCommon/interface/SiStripKey.h b/DataFormats/SiStripCommon/interface/SiStripKey.h index 86fb34f43391d..3af5a1e59ca52 100644 --- a/DataFormats/SiStripCommon/interface/SiStripKey.h +++ b/DataFormats/SiStripCommon/interface/SiStripKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripKey.h,v 1.6 2008/02/06 14:32:48 bainbrid Exp $ +// Last commit: $Id: SiStripKey.h,v 1.5 2007/07/31 15:20:24 ratnik Exp $ #ifndef DataFormats_SiStripCommon_SiStripKey_H #define DataFormats_SiStripCommon_SiStripKey_H diff --git a/DataFormats/SiStripCommon/interface/SiStripNullKey.h b/DataFormats/SiStripCommon/interface/SiStripNullKey.h index daa62c0ca9403..82019b704d5dc 100644 --- a/DataFormats/SiStripCommon/interface/SiStripNullKey.h +++ b/DataFormats/SiStripCommon/interface/SiStripNullKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripNullKey.h,v 1.4 2008/02/06 14:32:48 bainbrid Exp $ +// Last commit: $Id: SiStripNullKey.h,v 1.3 2007/07/31 15:20:24 ratnik Exp $ #ifndef DataFormats_SiStripCommon_SiStripNullKey_H #define DataFormats_SiStripCommon_SiStripNullKey_H diff --git a/DataFormats/SiStripCommon/src/SiStripConstants.cc b/DataFormats/SiStripCommon/src/SiStripConstants.cc index 883c40501e3b1..37704e2a7e375 100644 --- a/DataFormats/SiStripCommon/src/SiStripConstants.cc +++ b/DataFormats/SiStripCommon/src/SiStripConstants.cc @@ -1,3 +1,3 @@ -// Last commit: $Id: SiStripConstants.cc,v 1.2 2007/03/21 08:22:59 bainbrid Exp $ +// Last commit: $Id: $ #include "DataFormats/SiStripCommon/interface/SiStripConstants.h" diff --git a/DataFormats/SiStripCommon/src/SiStripDetKey.cc b/DataFormats/SiStripCommon/src/SiStripDetKey.cc index f4d236a2196fa..f0d82fb9dbb36 100644 --- a/DataFormats/SiStripCommon/src/SiStripDetKey.cc +++ b/DataFormats/SiStripCommon/src/SiStripDetKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDetKey.cc,v 1.12 2012/07/04 19:04:49 eulisse Exp $ +// Last commit: $Id: SiStripDetKey.cc,v 1.11 2009/12/10 08:44:16 elmer Exp $ #include "DataFormats/SiStripCommon/interface/SiStripDetKey.h" #include "DataFormats/SiStripCommon/interface/Constants.h" diff --git a/DataFormats/SiStripCommon/src/SiStripEnumsAndStrings.cc b/DataFormats/SiStripCommon/src/SiStripEnumsAndStrings.cc index 56933baf5d9e8..4a495e709040e 100644 --- a/DataFormats/SiStripCommon/src/SiStripEnumsAndStrings.cc +++ b/DataFormats/SiStripCommon/src/SiStripEnumsAndStrings.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripEnumsAndStrings.cc,v 1.22 2010/02/22 14:10:23 wto Exp $ +// Last commit: $Id: SiStripEnumsAndStrings.cc,v 1.21 2010/02/03 18:28:43 dstrom Exp $ #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DataFormats/SiStripCommon/src/SiStripEventSummary.cc b/DataFormats/SiStripCommon/src/SiStripEventSummary.cc index fc23f2e529a98..4830aba8a0572 100644 --- a/DataFormats/SiStripCommon/src/SiStripEventSummary.cc +++ b/DataFormats/SiStripCommon/src/SiStripEventSummary.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripEventSummary.cc,v 1.11 2008/11/26 16:47:10 bainbrid Exp $ +// Last commit: $Id: SiStripEventSummary.cc,v 1.10 2008/06/09 12:55:03 delaer Exp $ #include "DataFormats/SiStripCommon/interface/SiStripEventSummary.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DataFormats/SiStripCommon/src/SiStripFecKey.cc b/DataFormats/SiStripCommon/src/SiStripFecKey.cc index ef9a99510cc2b..33b31f97e3543 100644 --- a/DataFormats/SiStripCommon/src/SiStripFecKey.cc +++ b/DataFormats/SiStripCommon/src/SiStripFecKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFecKey.cc,v 1.23 2012/07/04 19:04:51 eulisse Exp $ +// Last commit: $Id: SiStripFecKey.cc,v 1.22 2009/10/23 13:07:17 lowette Exp $ #include "DataFormats/SiStripCommon/interface/SiStripFecKey.h" #include "DataFormats/SiStripCommon/interface/SiStripNullKey.h" diff --git a/DataFormats/SiStripCommon/src/SiStripFedKey.cc b/DataFormats/SiStripCommon/src/SiStripFedKey.cc index 381ce7602c26a..68c9fd1ab1148 100644 --- a/DataFormats/SiStripCommon/src/SiStripFedKey.cc +++ b/DataFormats/SiStripCommon/src/SiStripFedKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFedKey.cc,v 1.17 2012/07/04 19:04:52 eulisse Exp $ +// Last commit: $Id: SiStripFedKey.cc,v 1.16 2009/10/23 13:07:17 lowette Exp $ #include "DataFormats/SiStripCommon/interface/SiStripFedKey.h" #include "DataFormats/SiStripCommon/interface/Constants.h" diff --git a/DataFormats/SiStripCommon/src/SiStripHistoTitle.cc b/DataFormats/SiStripCommon/src/SiStripHistoTitle.cc index 02fa32711beb9..4b295c3dccef1 100644 --- a/DataFormats/SiStripCommon/src/SiStripHistoTitle.cc +++ b/DataFormats/SiStripCommon/src/SiStripHistoTitle.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripHistoTitle.cc,v 1.8 2012/07/04 19:04:52 eulisse Exp $ +// Last commit: $Id: SiStripHistoTitle.cc,v 1.7 2009/02/10 21:45:54 lowette Exp $ #include "DataFormats/SiStripCommon/interface/SiStripHistoTitle.h" #include "DataFormats/SiStripCommon/interface/SiStripKey.h" diff --git a/DataFormats/SiStripCommon/src/SiStripKey.cc b/DataFormats/SiStripCommon/src/SiStripKey.cc index cdda1a175904e..1eec903ef6e37 100644 --- a/DataFormats/SiStripCommon/src/SiStripKey.cc +++ b/DataFormats/SiStripCommon/src/SiStripKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripKey.cc,v 1.6 2008/02/06 14:32:54 bainbrid Exp $ +// Last commit: $Id: SiStripKey.cc,v 1.5 2007/07/31 15:20:25 ratnik Exp $ #include "DataFormats/SiStripCommon/interface/SiStripKey.h" #include "DataFormats/SiStripCommon/interface/Constants.h" diff --git a/DataFormats/SiStripCommon/src/SiStripNullKey.cc b/DataFormats/SiStripCommon/src/SiStripNullKey.cc index 7d56633ddd3f9..c2d77fbf98597 100644 --- a/DataFormats/SiStripCommon/src/SiStripNullKey.cc +++ b/DataFormats/SiStripCommon/src/SiStripNullKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripNullKey.cc,v 1.5 2012/07/04 19:04:53 eulisse Exp $ +// Last commit: $Id: SiStripNullKey.cc,v 1.4 2008/02/06 14:32:54 bainbrid Exp $ #include "DataFormats/SiStripCommon/interface/SiStripNullKey.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.cc b/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.cc index 78caad04de3db..3971180746993 100644 --- a/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: examples_SiStripFecKey.cc,v 1.2 2010/01/07 11:20:41 lowette Exp $ +// Last commit: $Id: examples_SiStripFecKey.cc,v 1.1 2008/05/20 13:57:03 bainbrid Exp $ #include "DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.h b/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.h index 142016660c464..b68dfb4647598 100644 --- a/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.h +++ b/DataFormats/SiStripCommon/test/plugins/examples_SiStripFecKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: examples_SiStripFecKey.h,v 1.2 2010/01/07 11:20:43 lowette Exp $ +// Last commit: $Id: examples_SiStripFecKey.h,v 1.1 2008/05/20 13:57:03 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_examplesSiStripFecKey_H #define DataFormats_SiStripCommon_examplesSiStripFecKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.cc b/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.cc index d556d0158746f..17c8ecae1ee73 100644 --- a/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: perf_SiStripFecKey.cc,v 1.4 2010/07/20 02:58:29 wmtan Exp $ +// Last commit: $Id: perf_SiStripFecKey.cc,v 1.3 2010/01/07 11:20:46 lowette Exp $ #include "DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.h b/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.h index 9bf46b8941ff0..7dc02fa1aa59c 100644 --- a/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.h +++ b/DataFormats/SiStripCommon/test/plugins/perf_SiStripFecKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: perf_SiStripFecKey.h,v 1.2 2010/01/07 11:20:48 lowette Exp $ +// Last commit: $Id: perf_SiStripFecKey.h,v 1.1 2008/05/20 13:57:03 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_perfSiStripFecKey_H #define DataFormats_SiStripCommon_perfSiStripFecKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.cc index 276d827f220ac..e7ecad9ab8d4c 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripEnumsAndStrings.cc,v 1.4 2010/01/07 11:20:52 lowette Exp $ +// Last commit: $Id: test_SiStripEnumsAndStrings.cc,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.h index a775bd0dc0996..cd840443a170f 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripEnumsAndStrings.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripEnumsAndStrings.h,v 1.4 2010/01/07 11:20:54 lowette Exp $ +// Last commit: $Id: test_SiStripEnumsAndStrings.h,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripEnumsAndStrings_H #define DataFormats_SiStripCommon_testSiStripEnumsAndStrings_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.cc index 57e0a00c3090d..bf2a0f8144f91 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripFecKey.cc,v 1.10 2010/07/20 02:58:29 wmtan Exp $ +// Last commit: $Id: test_SiStripFecKey.cc,v 1.9 2010/01/07 11:20:55 lowette Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.h" #include "DataFormats/SiStripCommon/interface/SiStripConstants.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.h index 940d9e44ddf96..120082743a680 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripFecKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripFecKey.h,v 1.5 2010/01/07 11:20:57 lowette Exp $ +// Last commit: $Id: test_SiStripFecKey.h,v 1.4 2008/05/20 13:56:29 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripFecKey_H #define DataFormats_SiStripCommon_testSiStripFecKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.cc index 93996c534b850..f5f40743181ae 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripFedKey.cc,v 1.5 2010/01/07 11:20:59 lowette Exp $ +// Last commit: $Id: test_SiStripFedKey.cc,v 1.4 2008/02/22 09:53:15 bainbrid Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.h index 8b88374adbe14..7e70de58a2c32 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripFedKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripFedKey.h,v 1.4 2010/01/07 11:21:01 lowette Exp $ +// Last commit: $Id: test_SiStripFedKey.h,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripFedKey_H #define DataFormats_SiStripCommon_testSiStripFedKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.cc index a18640ae79da3..38cd8d6cfe71f 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripHistoTitle.cc,v 1.5 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripHistoTitle.cc,v 1.4 2008/01/14 09:18:17 bainbrid Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.h index e8ded2c2f735b..a96bd6c5b0c9c 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripHistoTitle.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripHistoTitle.h,v 1.4 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripHistoTitle.h,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripHistoTitle_H #define DataFormats_SiStripCommon_testSiStripHistoTitle_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.cc index 161be868c6cf9..1835297283d29 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripKey.cc,v 1.5 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripKey.cc,v 1.4 2009/02/10 21:45:54 lowette Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripKey.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.h index f83912113a02d..c9bcdb0db51e1 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripKey.h,v 1.4 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripKey.h,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripKey_H #define DataFormats_SiStripCommon_testSiStripKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.cc b/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.cc index 50e12f389ae20..d75970ad025cd 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripNullKey.cc,v 1.4 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripNullKey.cc,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.h b/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.h index a452776971735..094709cbbc13b 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.h +++ b/DataFormats/SiStripCommon/test/plugins/test_SiStripNullKey.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_SiStripNullKey.h,v 1.4 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_SiStripNullKey.h,v 1.3 2008/01/14 09:18:17 bainbrid Exp $ #ifndef DataFormats_SiStripCommon_testSiStripNullKey_H #define DataFormats_SiStripCommon_testSiStripNullKey_H diff --git a/DataFormats/SiStripCommon/test/plugins/test_Template.cc b/DataFormats/SiStripCommon/test/plugins/test_Template.cc index 6b35cc7583b09..325f195ed9a6a 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_Template.cc +++ b/DataFormats/SiStripCommon/test/plugins/test_Template.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_Template.cc,v 1.3 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_Template.cc,v 1.2 2007/07/31 15:20:25 ratnik Exp $ #include "DataFormats/SiStripCommon/test/plugins/test_Template.h" #include "FWCore/Framework/interface/Event.h" diff --git a/DataFormats/SiStripCommon/test/plugins/test_Template.h b/DataFormats/SiStripCommon/test/plugins/test_Template.h index 9afb23662bfe2..cbb41a08a8c84 100644 --- a/DataFormats/SiStripCommon/test/plugins/test_Template.h +++ b/DataFormats/SiStripCommon/test/plugins/test_Template.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_Template.h,v 1.3 2010/01/07 11:21:03 lowette Exp $ +// Last commit: $Id: test_Template.h,v 1.2 2007/07/31 15:20:25 ratnik Exp $ #ifndef DQM_SiStripCommissioningClients_test_Template_H #define DQM_SiStripCommissioningClients_test_Template_H diff --git a/DataFormats/SiStripDetId/interface/SiStripSubStructure.h b/DataFormats/SiStripDetId/interface/SiStripSubStructure.h index 032b2604e5b4f..db88427c4ddc9 100644 --- a/DataFormats/SiStripDetId/interface/SiStripSubStructure.h +++ b/DataFormats/SiStripDetId/interface/SiStripSubStructure.h @@ -16,7 +16,7 @@ // // Original Author: dkcira // Created: Wed Jan 25 07:18:21 CET 2006 -// $Id: SiStripSubStructure.h,v 1.6 2012/01/10 11:36:21 innocent Exp $ +// $Id: SiStripSubStructure.h,v 1.5 2009/02/05 22:26:20 elmer Exp $ // #include diff --git a/DataFormats/SiStripDetId/src/SiStripSubStructure.cc b/DataFormats/SiStripDetId/src/SiStripSubStructure.cc index 2832b3cb0dbb0..347bcb6ddfcf9 100644 --- a/DataFormats/SiStripDetId/src/SiStripSubStructure.cc +++ b/DataFormats/SiStripDetId/src/SiStripSubStructure.cc @@ -8,7 +8,7 @@ // // Original Author: dkcira // Created: Wed Jan 25 07:19:38 CET 2006 -// $Id: SiStripSubStructure.cc,v 1.5 2007/03/16 09:57:09 dkcira Exp $ +// $Id: SiStripSubStructure.cc,v 1.4 2006/04/11 10:13:12 dkcira Exp $ // #include "DataFormats/SiStripDetId/interface/StripSubdetector.h" diff --git a/DataFormats/TestObjects/interface/DeleteEarly.h b/DataFormats/TestObjects/interface/DeleteEarly.h index 544ed12fae92f..9b8212641a15a 100644 --- a/DataFormats/TestObjects/interface/DeleteEarly.h +++ b/DataFormats/TestObjects/interface/DeleteEarly.h @@ -15,7 +15,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 7 14:40:52 CST 2012 -// $Id: DeleteEarly.h,v 1.1 2012/02/09 22:09:35 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/TestObjects/src/DeleteEarly.cc b/DataFormats/TestObjects/src/DeleteEarly.cc index 1680c8efef27d..5ff6909de07c3 100644 --- a/DataFormats/TestObjects/src/DeleteEarly.cc +++ b/DataFormats/TestObjects/src/DeleteEarly.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 7 14:40:59 CST 2012 -// $Id: DeleteEarly.cc,v 1.1 2012/02/09 22:09:36 chrjones Exp $ +// $Id$ // // system include files diff --git a/DataFormats/TestObjects/src/ThingWithIsEqual.cc b/DataFormats/TestObjects/src/ThingWithIsEqual.cc index b9b5da2736267..7da7396ee822d 100644 --- a/DataFormats/TestObjects/src/ThingWithIsEqual.cc +++ b/DataFormats/TestObjects/src/ThingWithIsEqual.cc @@ -1,5 +1,5 @@ -// $Id: ThingWithIsEqual.cc,v 1.2 2008/11/21 00:00:17 wmtan Exp $ +// $Id: ThingWithIsEqual.cc,v 1.1 2008/02/04 20:13:15 wdd Exp $ #include "DataFormats/TestObjects/interface/ThingWithIsEqual.h" diff --git a/DataFormats/TestObjects/src/ThingWithMerge.cc b/DataFormats/TestObjects/src/ThingWithMerge.cc index 76f1c7097560b..bab76ceb467f7 100644 --- a/DataFormats/TestObjects/src/ThingWithMerge.cc +++ b/DataFormats/TestObjects/src/ThingWithMerge.cc @@ -1,5 +1,5 @@ -// $Id: ThingWithMerge.cc,v 1.1 2008/02/04 20:13:15 wdd Exp $ +// $Id$ #include "DataFormats/TestObjects/interface/ThingWithMerge.h" diff --git a/DataFormats/TrackReco/interface/Track.h b/DataFormats/TrackReco/interface/Track.h index 4d294f9916a64..bfb6a41cd816d 100755 --- a/DataFormats/TrackReco/interface/Track.h +++ b/DataFormats/TrackReco/interface/Track.h @@ -14,7 +14,7 @@ * * \author Luca Lista, INFN * - * \version $Id: Track.h,v 1.47 2008/05/05 22:56:59 jmuelmen Exp $ + * \version $Id: Track.h,v 1.46 2008/02/27 23:53:31 vlimant Exp $ * */ #include "DataFormats/TrackReco/interface/TrackBase.h" diff --git a/DataFormats/TrackReco/interface/TrackBase.h b/DataFormats/TrackReco/interface/TrackBase.h index 6693df3b55770..c26b366a7835e 100644 --- a/DataFormats/TrackReco/interface/TrackBase.h +++ b/DataFormats/TrackReco/interface/TrackBase.h @@ -46,7 +46,7 @@ * * \author Thomas Speer, Luca Lista, Pascal Vanlaer, Juan Alcaraz * - * \version $Id: TrackBase.h,v 1.87 2012/04/26 10:12:39 bellan Exp $ + * \version $Id: TrackBase.h,v 1.86 2012/03/16 18:16:21 mangano Exp $ * */ diff --git a/DataFormats/TrackReco/interface/TrackExtra.h b/DataFormats/TrackReco/interface/TrackExtra.h index a32b2481e1dc7..2b643a1ae0394 100755 --- a/DataFormats/TrackReco/interface/TrackExtra.h +++ b/DataFormats/TrackReco/interface/TrackExtra.h @@ -9,7 +9,7 @@ * * \author Luca Lista, INFN * - * \version $Id: TrackExtra.h,v 1.30 2011/08/03 09:53:09 vlimant Exp $ + * \version $Id: TrackExtra.h,v 1.29 2010/07/12 08:51:10 hegner Exp $ * */ #include diff --git a/DataFormats/TrackReco/interface/TrackExtraBase.h b/DataFormats/TrackReco/interface/TrackExtraBase.h index 948621cedb2ca..aabc6d06f1de1 100755 --- a/DataFormats/TrackReco/interface/TrackExtraBase.h +++ b/DataFormats/TrackReco/interface/TrackExtraBase.h @@ -10,7 +10,7 @@ * * \author Luca Lista, INFN * - * \version $Id: TrackExtraBase.h,v 1.6 2007/09/20 16:55:38 tomalini Exp $ + * \version $Id: TrackExtraBase.h,v 1.5 2006/07/24 19:33:39 tboccali Exp $ * */ #include "DataFormats/TrackingRecHit/interface/TrackingRecHitFwd.h" diff --git a/DataFormats/TrackReco/interface/TrackResiduals.h b/DataFormats/TrackReco/interface/TrackResiduals.h index a7be57c6b120f..22a29eab9d310 100644 --- a/DataFormats/TrackReco/interface/TrackResiduals.h +++ b/DataFormats/TrackReco/interface/TrackResiduals.h @@ -4,7 +4,7 @@ * * \author * - * \version $Id: TrackResiduals.h,v 1.2 2008/05/05 22:56:59 jmuelmen Exp $ + * \version $Id: TrackResiduals.h,v 1.1 2008/05/05 17:46:18 jmuelmen Exp $ * */ #include diff --git a/DataFormats/TrackReco/interface/TrackToTrackMap.h b/DataFormats/TrackReco/interface/TrackToTrackMap.h index 01eb331e4adda..a4ef15311e743 100644 --- a/DataFormats/TrackReco/interface/TrackToTrackMap.h +++ b/DataFormats/TrackReco/interface/TrackToTrackMap.h @@ -4,8 +4,8 @@ /** \class TrackToTrackMap * No description available. * - * $Date: 2007/08/21 02:08:53 $ - * $Revision: 1.3 $ + * $Date: 2007/03/15 11:12:40 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/DataFormats/TrackReco/interface/print.h b/DataFormats/TrackReco/interface/print.h index 5170d1c37b19e..20bac216d3a11 100755 --- a/DataFormats/TrackReco/interface/print.h +++ b/DataFormats/TrackReco/interface/print.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: print.h,v 1.3 2006/05/08 07:52:54 llista Exp $ + * \version $Id: print.h,v 1.2 2006/04/21 07:17:24 llista Exp $ * */ #include "FWCore/Utilities/interface/Verbosity.h" diff --git a/DataFormats/TrackerCommon/interface/ClusterSummary.h b/DataFormats/TrackerCommon/interface/ClusterSummary.h index 3e51c369c6be7..dc99302e57fea 100644 --- a/DataFormats/TrackerCommon/interface/ClusterSummary.h +++ b/DataFormats/TrackerCommon/interface/ClusterSummary.h @@ -13,7 +13,7 @@ // // Original Author: Michael Segala // Created: Wed Feb 23 17:36:23 CST 2011 -// $Id: ClusterSummary.h,v 1.9 2013/04/22 23:30:07 wmtan Exp $ +// $Id: ClusterSummary.h,v 1.8 2012/12/21 19:13:15 wmtan Exp $ // // diff --git a/DataFormats/TrackingRecHit/interface/RecHit1D.h b/DataFormats/TrackingRecHit/interface/RecHit1D.h index 42047cebb6d62..7ca92cada235f 100644 --- a/DataFormats/TrackingRecHit/interface/RecHit1D.h +++ b/DataFormats/TrackingRecHit/interface/RecHit1D.h @@ -9,8 +9,8 @@ * To be used as base class for all 1D positional TrackingRecHits. * The coordinate measured is assumend to be the local "x" * - * $Date: 2007/07/25 10:35:48 $ - * $Revision: 1.5 $ + * $Date: 2007/07/25 10:22:23 $ + * $Revision: 1.4 $ * \author S. Lacaprara, G. Cerminara */ diff --git a/DataFormats/TrackingRecHit/interface/RecSegment.h b/DataFormats/TrackingRecHit/interface/RecSegment.h index 27a854ceff6d6..56fa997395fec 100644 --- a/DataFormats/TrackingRecHit/interface/RecSegment.h +++ b/DataFormats/TrackingRecHit/interface/RecSegment.h @@ -7,8 +7,8 @@ * * In addition to RecHit, it has direction, chi2 and other stuff * - * $Date: 2007/07/25 10:35:48 $ - * $Revision: 1.6 $ + * $Date: 2007/07/25 10:22:23 $ + * $Revision: 1.5 $ * \author Stefano Lacaprara - INFN Legnaro * */ diff --git a/DataFormats/TrackingRecHit/src/RecHit1D.cc b/DataFormats/TrackingRecHit/src/RecHit1D.cc index 77557ab613c79..8c27e4237b6a5 100644 --- a/DataFormats/TrackingRecHit/src/RecHit1D.cc +++ b/DataFormats/TrackingRecHit/src/RecHit1D.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/08/10 22:24:54 $ - * $Revision: 1.3 $ + * $Date: 2007/01/17 23:07:06 $ + * $Revision: 1.2 $ * \author S. Lacaprara, G. Cerminara */ diff --git a/DataFormats/TrackingSeed/interface/TrackingSeed.h b/DataFormats/TrackingSeed/interface/TrackingSeed.h index 4732f020bf2d4..ce06519c3648d 100644 --- a/DataFormats/TrackingSeed/interface/TrackingSeed.h +++ b/DataFormats/TrackingSeed/interface/TrackingSeed.h @@ -13,8 +13,8 @@ // Created: Sat Jan 14 22:00:00 UTC 2006 // // $Author: wmtan $ -// $Date: 2006/12/26 20:41:24 $ -// $Revision: 1.5 $ +// $Date: 2006/12/25 15:20:30 $ +// $Revision: 1.4 $ // #include diff --git a/DataFormats/TrackingSeed/interface/TrackingSeedCollection.h b/DataFormats/TrackingSeed/interface/TrackingSeedCollection.h index 52c5fe7e193b4..b278f5a3f2221 100644 --- a/DataFormats/TrackingSeed/interface/TrackingSeedCollection.h +++ b/DataFormats/TrackingSeed/interface/TrackingSeedCollection.h @@ -11,7 +11,7 @@ // Created: Sat Jan 14 22:00:00 UTC 2006 // // $Author: gutsche $ -// $Date: 2006/01/15 00:52:09 $ +// $Date: 2006/01/14 22:00:00 $ // $Revision: 1.1 $ // diff --git a/DataFormats/TrackingSeed/interface/TrackingSeedCollectionfwd.h b/DataFormats/TrackingSeed/interface/TrackingSeedCollectionfwd.h index 7124e5a8ea546..baa30c5a7d2e3 100644 --- a/DataFormats/TrackingSeed/interface/TrackingSeedCollectionfwd.h +++ b/DataFormats/TrackingSeed/interface/TrackingSeedCollectionfwd.h @@ -11,7 +11,7 @@ // Created: Sat Jan 14 22:00:00 UTC 2006 // // $Author: gutsche $ -// $Date: 2006/01/15 00:52:09 $ +// $Date: 2006/01/14 22:00:00 $ // $Revision: 1.1 $ // diff --git a/DataFormats/TrackingSeed/interface/TrackingSeedfwd.h b/DataFormats/TrackingSeed/interface/TrackingSeedfwd.h index 6ca28864330be..9df57f967e7b5 100644 --- a/DataFormats/TrackingSeed/interface/TrackingSeedfwd.h +++ b/DataFormats/TrackingSeed/interface/TrackingSeedfwd.h @@ -11,7 +11,7 @@ // Created: Sat Jan 14 22:00:00 UTC 2006 // // $Author: gutsche $ -// $Date: 2006/01/15 00:52:09 $ +// $Date: 2006/01/14 22:00:00 $ // $Revision: 1.1 $ // diff --git a/DataFormats/VertexReco/interface/Vertex.h b/DataFormats/VertexReco/interface/Vertex.h index 943e00b0aac0a..e48e1d085a31f 100755 --- a/DataFormats/VertexReco/interface/Vertex.h +++ b/DataFormats/VertexReco/interface/Vertex.h @@ -15,7 +15,7 @@ * * \author Luca Lista, INFN * - * \version $Id: Vertex.h,v 1.39 2011/02/25 22:05:02 dlange Exp $ + * \version $Id: Vertex.h,v 1.38 2010/11/17 17:13:42 dlange Exp $ * */ #include diff --git a/DataFormats/VertexReco/interface/print.h b/DataFormats/VertexReco/interface/print.h index 8f7c2ffa05c2c..ecc0711bf2ee7 100755 --- a/DataFormats/VertexReco/interface/print.h +++ b/DataFormats/VertexReco/interface/print.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: print.h,v 1.1 2006/05/08 07:59:08 llista Exp $ + * \version $Id: VertexPrint.h,v 1.1 2006/04/28 16:55:09 vanlaer Exp $ * */ #include "FWCore/Utilities/interface/Verbosity.h" diff --git a/DataFormats/VertexReco/src/Vertex.cc b/DataFormats/VertexReco/src/Vertex.cc index 8ea64322b1847..17e1a85578ac6 100755 --- a/DataFormats/VertexReco/src/Vertex.cc +++ b/DataFormats/VertexReco/src/Vertex.cc @@ -2,7 +2,7 @@ #include #include -// $Id: Vertex.cc,v 1.20 2011/03/03 05:25:19 dlange Exp $ +// $Id: Vertex.cc,v 1.19 2011/02/25 22:05:09 dlange Exp $ using namespace reco; using namespace std; diff --git a/DetectorDescription/OnlineDBLoader/bin/stubs/MaterialForOnline.cc b/DetectorDescription/OnlineDBLoader/bin/stubs/MaterialForOnline.cc index 44ce5eb149748..54b8fc92fef5f 100644 --- a/DetectorDescription/OnlineDBLoader/bin/stubs/MaterialForOnline.cc +++ b/DetectorDescription/OnlineDBLoader/bin/stubs/MaterialForOnline.cc @@ -1,6 +1,6 @@ // Original Author: Jie Chen // Created: Thu Apr 5 10:36:22 CDT 2007 -// $Id: MaterialForOnline.cc,v 1.8 2010/03/25 21:55:36 case Exp $ +// $Id: MaterialForOnline.cc,v 1.7 2009/12/21 23:29:28 case Exp $ // // diff --git a/DetectorDescription/OnlineDBLoader/bin/stubs/RotationForOnline.cc b/DetectorDescription/OnlineDBLoader/bin/stubs/RotationForOnline.cc index a6554ebaa9d3a..2a3ddffcc6a20 100644 --- a/DetectorDescription/OnlineDBLoader/bin/stubs/RotationForOnline.cc +++ b/DetectorDescription/OnlineDBLoader/bin/stubs/RotationForOnline.cc @@ -1,7 +1,7 @@ // // Original Author: Jie Chen // Created: Mon Apr 9 11:36:53 CDT 2007 -// $Id: RotationForOnline.cc,v 1.7 2010/03/25 21:55:36 case Exp $ +// $Id: RotationForOnline.cc,v 1.6 2009/12/21 23:29:28 case Exp $ // // diff --git a/DetectorDescription/RegressionTest/bin/DOMCount.cpp b/DetectorDescription/RegressionTest/bin/DOMCount.cpp index 2ebc0e004ba18..3d89655bc8bb0 100644 --- a/DetectorDescription/RegressionTest/bin/DOMCount.cpp +++ b/DetectorDescription/RegressionTest/bin/DOMCount.cpp @@ -55,7 +55,7 @@ */ /* - * $Id: DOMCount.cpp,v 1.8 2012/05/22 07:28:13 eulisse Exp $ + * $Id: DOMCount.cpp,v 1.7 2011/12/19 14:29:03 yana Exp $ */ // --------------------------------------------------------------------------- diff --git a/DetectorDescription/RegressionTest/bin/DOMCount.hpp b/DetectorDescription/RegressionTest/bin/DOMCount.hpp index 668637fe22e61..06e2881ef6b9e 100644 --- a/DetectorDescription/RegressionTest/bin/DOMCount.hpp +++ b/DetectorDescription/RegressionTest/bin/DOMCount.hpp @@ -56,9 +56,6 @@ /* * $Log: DOMCount.hpp,v $ - * Revision 1.1 2006/03/20 10:49:52 case - * finally checked in some files I started to port about 5 months ago. - * * Revision 1.2 2003/11/26 09:50:57 liendl * DOMCount for xerces-2.3 * diff --git a/Documentation/CodingRules/ExampleClass.cc b/Documentation/CodingRules/ExampleClass.cc index 922214455f4b5..4fdd8537a93bc 100644 --- a/Documentation/CodingRules/ExampleClass.cc +++ b/Documentation/CodingRules/ExampleClass.cc @@ -2,8 +2,8 @@ /* \file ExampleClass.cc * - * $Date: 2005/07/26 10:13:49 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author W. Woodpecker - CERN */ diff --git a/Documentation/CodingRules/ExampleClass.h b/Documentation/CodingRules/ExampleClass.h index 3621755744a37..c132d4e4ae03b 100644 --- a/Documentation/CodingRules/ExampleClass.h +++ b/Documentation/CodingRules/ExampleClass.h @@ -9,8 +9,8 @@ * -doxygen-like member function documentation
* -Few setters and getters * - * $Date: 2005/07/26 10:13:49 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author W. Woodpecker - CERN */ diff --git a/Documentation/CodingRules/Template.cc b/Documentation/CodingRules/Template.cc index c8c97526eb430..c37ab48634ede 100644 --- a/Documentation/CodingRules/Template.cc +++ b/Documentation/CodingRules/Template.cc @@ -2,8 +2,8 @@ /** \file Template.cc * - * $Date: 2005/07/26 10:13:49 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author Unknown */ diff --git a/Documentation/CodingRules/Template.h b/Documentation/CodingRules/Template.h index b5486d4cc8fe0..370772feb64f8 100644 --- a/Documentation/CodingRules/Template.h +++ b/Documentation/CodingRules/Template.h @@ -4,8 +4,8 @@ /** \class Template * To be documented here. * - * $Date: 2005/07/26 10:13:49 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author Unknown */ diff --git a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.async.js b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.async.js index fb04afe3b99c3..e94030d70b84f 100644 --- a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.async.js +++ b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.async.js @@ -9,7 +9,7 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id: jquery.treeview.async.js,v 1.1 2011/09/13 08:10:29 mantydze Exp $ + * Revision: $Id: jquery.treeview.async.js,v 1.1 2011/08/11 09:42:33 mantydze Exp $ * */ diff --git a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.js b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.js index 222924505853d..20603a63936cf 100644 --- a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.js +++ b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.js @@ -10,7 +10,7 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id: jquery.treeview.js,v 1.1 2011/09/13 08:10:29 mantydze Exp $ + * Revision: $Id: jquery.treeview.js,v 1.1 2011/08/11 09:42:34 mantydze Exp $ * */ diff --git a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.min.js b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.min.js index 8aac8dbd76d84..85f8d0201fd57 100644 --- a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.min.js +++ b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.min.js @@ -10,6 +10,6 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id: jquery.treeview.min.js,v 1.1 2011/09/13 08:10:29 mantydze Exp $ + * Revision: $Id: jquery.treeview.min.js,v 1.1 2011/08/11 09:42:34 mantydze Exp $ * */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("
").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).replaceClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().replaceClass(CLASSES.collapsable,CLASSES.expandable).replaceClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightHide(settings.animated,settings.toggle);}}function serialize(){function binary(arg){return arg?1:0;}var data=[];branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var data=stored.split("");branches.each(function(i,e){$(e).find(">ul")[parseInt(data[i])?"show":"hide"]();});}}this.addClass("treeview");var branches=this.find("li").prepareBranches(settings);switch(settings.persist){case"cookie":var toggleCallback=settings.toggle;settings.toggle=function(){serialize();if(toggleCallback){toggleCallback.apply(this,arguments);}};deserialize();break;case"location":var current=this.find("a").filter(function(){return this.href.toLowerCase()==location.href.toLowerCase();});if(current.length){current.addClass("selected").parents("ul, li").add(current.next()).show();}break;}branches.applyClasses(settings,toggler);if(settings.control){treeController(this,settings.control);$(settings.control).show();}return this.bind("add",function(event,branches){$(branches).prev().removeClass(CLASSES.last).removeClass(CLASSES.lastCollapsable).removeClass(CLASSES.lastExpandable).find(">.hitarea").removeClass(CLASSES.lastCollapsableHitarea).removeClass(CLASSES.lastExpandableHitarea);$(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings,toggler);});}});var CLASSES=$.fn.treeview.classes={open:"open",closed:"closed",expandable:"expandable",expandableHitarea:"expandable-hitarea",lastExpandableHitarea:"lastExpandable-hitarea",collapsable:"collapsable",collapsableHitarea:"collapsable-hitarea",lastCollapsableHitarea:"lastCollapsable-hitarea",lastCollapsable:"lastCollapsable",lastExpandable:"lastExpandable",last:"last",hitarea:"hitarea"};$.fn.Treeview=$.fn.treeview;})(jQuery); \ No newline at end of file diff --git a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.pack.js b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.pack.js index 554038bb5965e..cda8497cf68de 100644 --- a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.pack.js +++ b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/jquery.treeview.pack.js @@ -10,7 +10,7 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id: jquery.treeview.pack.js,v 1.1 2011/09/13 08:10:29 mantydze Exp $ + * Revision: $Id: jquery.treeview.pack.js,v 1.1 2011/08/11 09:42:34 mantydze Exp $ * */ eval(function(p,a,c,k,e,r){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(4($){$.1l($.F,{E:4(b,c){l a=3.n(\'.\'+b);3.n(\'.\'+c).o(c).m(b);a.o(b).m(c);8 3},s:4(a,b){8 3.n(\'.\'+a).o(a).m(b).P()},1n:4(a){a=a||"1j";8 3.1j(4(){$(3).m(a)},4(){$(3).o(a)})},1h:4(b,a){b?3.1g({1e:"p"},b,a):3.x(4(){T(3)[T(3).1a(":U")?"H":"D"]();7(a)a.A(3,O)})},12:4(b,a){7(b){3.1g({1e:"D"},b,a)}1L{3.D();7(a)3.x(a)}},11:4(a){7(!a.1k){3.n(":r-1H:G(9)").m(k.r);3.n((a.1F?"":"."+k.X)+":G(."+k.W+")").6(">9").D()}8 3.n(":y(>9)")},S:4(b,c){3.n(":y(>9):G(:y(>a))").6(">1z").C(4(a){c.A($(3).19())}).w($("a",3)).1n();7(!b.1k){3.n(":y(>9:U)").m(k.q).s(k.r,k.t);3.G(":y(>9:U)").m(k.u).s(k.r,k.v);3.1r("").6("J."+k.5).x(4(){l a="";$.x($(3).B().1o("14").13(" "),4(){a+=3+"-5 "});$(3).m(a)})}3.6("J."+k.5).C(c)},z:4(g){g=$.1l({N:"z"},g);7(g.w){8 3.1K("w",[g.w])}7(g.p){l d=g.p;g.p=4(){8 d.A($(3).B()[0],O)}}4 1m(b,c){4 L(a){8 4(){K.A($("J."+k.5,b).n(4(){8 a?$(3).B("."+a).1i:1I}));8 1G}}$("a:10(0)",c).C(L(k.u));$("a:10(1)",c).C(L(k.q));$("a:10(2)",c).C(L())}4 K(){$(3).B().6(">.5").E(k.Z,k.Y).E(k.I,k.M).P().E(k.u,k.q).E(k.v,k.t).6(">9").1h(g.1f,g.p);7(g.1E){$(3).B().1D().6(">.5").s(k.Z,k.Y).s(k.I,k.M).P().s(k.u,k.q).s(k.v,k.t).6(">9").12(g.1f,g.p)}}4 1d(){4 1C(a){8 a?1:0}l b=[];j.x(4(i,e){b[i]=$(e).1a(":y(>9:1B)")?1:0});$.V(g.N,b.1A(""))}4 1c(){l b=$.V(g.N);7(b){l a=b.13("");j.x(4(i,e){$(e).6(">9")[1y(a[i])?"H":"D"]()})}}3.m("z");l j=3.6("Q").11(g);1x(g.1w){18"V":l h=g.p;g.p=4(){1d();7(h){h.A(3,O)}};1c();17;18"1b":l f=3.6("a").n(4(){8 3.16.15()==1b.16.15()});7(f.1i){f.m("1v").1u("9, Q").w(f.19()).H()}17}j.S(g,K);7(g.R){1m(3,g.R);$(g.R).H()}8 3.1t("w",4(a,b){$(b).1s().o(k.r).o(k.v).o(k.t).6(">.5").o(k.I).o(k.M);$(b).6("Q").1q().11(g).S(g,K)})}});l k=$.F.z.1J={W:"W",X:"X",q:"q",Y:"q-5",M:"t-5",u:"u",Z:"u-5",I:"v-5",v:"v",t:"t",r:"r",5:"5"};$.F.1p=$.F.z})(T);',62,110,'|||this|function|hitarea|find|if|return|ul||||||||||||var|addClass|filter|removeClass|toggle|expandable|last|replaceClass|lastExpandable|collapsable|lastCollapsable|add|each|has|treeview|apply|parent|click|hide|swapClass|fn|not|show|lastCollapsableHitarea|div|toggler|handler|lastExpandableHitarea|cookieId|arguments|end|li|control|applyClasses|jQuery|hidden|cookie|open|closed|expandableHitarea|collapsableHitarea|eq|prepareBranches|heightHide|split|class|toLowerCase|href|break|case|next|is|location|deserialize|serialize|height|animated|animate|heightToggle|length|hover|prerendered|extend|treeController|hoverClass|attr|Treeview|andSelf|prepend|prev|bind|parents|selected|persist|switch|parseInt|span|join|visible|binary|siblings|unique|collapsed|false|child|true|classes|trigger|else'.split('|'),0,{})) \ No newline at end of file diff --git a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/lib/jquery.js b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/lib/jquery.js index 6ef974715920b..566b5c5bce7e1 100644 --- a/Documentation/ReferenceManualScripts/doxygen/utils/jquery/lib/jquery.js +++ b/Documentation/ReferenceManualScripts/doxygen/utils/jquery/lib/jquery.js @@ -6,7 +6,7 @@ * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * $Date: 2011/09/13 08:10:29 $ + * $Date: 2011/08/11 09:42:34 $ * $Rev: 4251 $ */ diff --git a/EgammaAnalysis/PhotonIDProducers/interface/PiZeroDiscriminatorProducer.h b/EgammaAnalysis/PhotonIDProducers/interface/PiZeroDiscriminatorProducer.h index 5341dd3e08018..169255bb3acbf 100644 --- a/EgammaAnalysis/PhotonIDProducers/interface/PiZeroDiscriminatorProducer.h +++ b/EgammaAnalysis/PhotonIDProducers/interface/PiZeroDiscriminatorProducer.h @@ -1,9 +1,9 @@ #ifndef RecoEcal_EgammaClusterProducers_PiZeroDiscriminatorProducer_h #define RecoEcal_EgammaClusterProducers_PiZeroDiscriminatorProducer_h -// $Author: argiro $ -// $Id: PiZeroDiscriminatorProducer.h,v 1.4 2011/07/19 10:09:25 argiro Exp $ -// $Date: 2011/07/19 10:09:25 $ +// $Author: akyriaki $ +// $Id: PiZeroDiscriminatorProducer.h,v 1.3 2009/05/26 10:49:33 akyriaki Exp $ +// $Date: 2009/05/26 10:49:33 $ #include diff --git a/EgammaAnalysis/PhotonIDProducers/python/piZeroDiscriminators_cfi.py b/EgammaAnalysis/PhotonIDProducers/python/piZeroDiscriminators_cfi.py index 530d21bbafed3..ceb1fa30fe99e 100644 --- a/EgammaAnalysis/PhotonIDProducers/python/piZeroDiscriminators_cfi.py +++ b/EgammaAnalysis/PhotonIDProducers/python/piZeroDiscriminators_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: piZeroDiscriminators_cfi.py,v 1.4 2009/05/26 10:50:33 akyriaki Exp $ +# $Id: piZeroDiscriminators_cfi.py,v 1.3 2008/06/17 10:44:25 ferriff Exp $ # Preshower cluster producer piZeroDiscriminators = cms.EDProducer("PiZeroDiscriminatorProducer", # building preshower clusters diff --git a/ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc b/ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc index 39476db2e33a8..7d87f34fdb454 100644 --- a/ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc +++ b/ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc @@ -40,7 +40,7 @@ // // Original Author: Nikolaos Rompotis // Created: Thu Oct 16 17:11:55 CEST 2008 -// $Id: GenPurposeSkimmerData.cc,v 1.4 2011/10/13 14:39:54 eulisse Exp $ +// $Id: GenPurposeSkimmerData.cc,v 1.3 2010/02/17 22:59:14 wdd Exp $ // // diff --git a/ElectroWeakAnalysis/ZEE/interface/AnalysisErsatz.h b/ElectroWeakAnalysis/ZEE/interface/AnalysisErsatz.h index a75f8fd405ada..a90cdf98dff68 100644 --- a/ElectroWeakAnalysis/ZEE/interface/AnalysisErsatz.h +++ b/ElectroWeakAnalysis/ZEE/interface/AnalysisErsatz.h @@ -13,7 +13,7 @@ // // Original Author: David Wardrope // Created: Fri Nov 14 15:00:43 GMT 2008 -// $Id: AnalysisErsatz.h,v 1.4 2010/01/14 12:39:56 fabozzi Exp $ +// $Id: AnalysisErsatz.h,v 1.3 2010/01/07 13:51:08 hegner Exp $ // // diff --git a/ElectroWeakAnalysis/ZEE/interface/ErsatzMEt.h b/ElectroWeakAnalysis/ZEE/interface/ErsatzMEt.h index 9eeed0d9525a2..a27758a5d3ec4 100644 --- a/ElectroWeakAnalysis/ZEE/interface/ErsatzMEt.h +++ b/ElectroWeakAnalysis/ZEE/interface/ErsatzMEt.h @@ -15,7 +15,7 @@ // // Original Author: David Wardrope // Created: Tue Nov 11 16:47:29 GMT 2008 -// $Id: ErsatzMEt.h,v 1.6 2010/02/16 22:28:34 wdd Exp $ +// $Id: ErsatzMEt.h,v 1.5 2010/02/11 00:11:34 wmtan Exp $ // // diff --git a/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer.cc b/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer.cc index 11b2b2db119ef..3be54360885ab 100644 --- a/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer.cc +++ b/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer.cc @@ -14,7 +14,7 @@ * * \author Michele de Gruttola, INFN Naples * - * \id $Id: ZMuMuAnalyzer.cc,v 1.7 2010/02/19 02:46:28 wmtan Exp $ + * \id $Id: ZMuMuAnalyzer.cc,v 1.6 2010/01/10 19:08:08 hegner Exp $ * */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer_cynematics.cc b/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer_cynematics.cc index 2c4c1830b7c21..9d51fbf2c72c1 100755 --- a/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer_cynematics.cc +++ b/ElectroWeakAnalysis/ZMuMu/plugins/ZMuMuAnalyzer_cynematics.cc @@ -16,7 +16,7 @@ * \modified by Davide Piccolo, INFN Naples to include gerarchyc selection of Z and histos as a finction of eta pt phi * * - * \id $Id: ZMuMuAnalyzer_cynematics.cc,v 1.6 2010/02/19 02:46:29 wmtan Exp $ + * \id $Id: ZMuMuAnalyzer_cynematics.cc,v 1.5 2010/01/10 19:08:08 hegner Exp $ * */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/EventFilter/CSCRawToDigi/interface/CSCDCCUnpacker.h b/EventFilter/CSCRawToDigi/interface/CSCDCCUnpacker.h index 230dc189ca87f..55e52aa20a271 100644 --- a/EventFilter/CSCRawToDigi/interface/CSCDCCUnpacker.h +++ b/EventFilter/CSCRawToDigi/interface/CSCDCCUnpacker.h @@ -4,8 +4,8 @@ /** \class CSCDCCUnpacker * * - * $Date: 2010/06/11 15:50:27 $ - * $Revision: 1.25 $ + * $Date: 2010/02/16 17:04:47 $ + * $Revision: 1.24 $ * \author Alex Tumanov */ diff --git a/EventFilter/CSCRawToDigi/interface/CSCDigiValidator.h b/EventFilter/CSCRawToDigi/interface/CSCDigiValidator.h index 2c6ce70cd538f..d1eb65a0be0a2 100644 --- a/EventFilter/CSCRawToDigi/interface/CSCDigiValidator.h +++ b/EventFilter/CSCRawToDigi/interface/CSCDigiValidator.h @@ -8,7 +8,7 @@ // // Original Author: Lindsey Gray // Created: Tue Jul 28 18:04:11 CEST 2009 -// $Id: CSCDigiValidator.h,v 1.1 2009/11/09 20:29:43 lgray Exp $ +// $Id: CSCDigiValidator.h,v 1.2 2009/08/03 12:16:56 lgray Exp $ // // diff --git a/EventFilter/CSCRawToDigi/interface/CSCMonitorInterface.h b/EventFilter/CSCRawToDigi/interface/CSCMonitorInterface.h index 19f28c04a189e..55e1368d6b8d9 100644 --- a/EventFilter/CSCRawToDigi/interface/CSCMonitorInterface.h +++ b/EventFilter/CSCRawToDigi/interface/CSCMonitorInterface.h @@ -5,8 +5,8 @@ * * Interface to the Data Quality Monitoring Module. * - * $Date: 2007/06/13 15:33:26 $ - * $Revision: 1.3 $ + * $Date: 2007/06/11 16:51:37 $ + * $Revision: 1.2.4.1 $ * * \author Ilaria Segoni (CERN) * diff --git a/EventFilter/CSCRawToDigi/interface/CSCViewDigi.h b/EventFilter/CSCRawToDigi/interface/CSCViewDigi.h index e136cf4f438ef..1e3e2d021d7a6 100644 --- a/EventFilter/CSCRawToDigi/interface/CSCViewDigi.h +++ b/EventFilter/CSCRawToDigi/interface/CSCViewDigi.h @@ -15,7 +15,7 @@ Description: // // Original Author: Alexandre Sakharov // Created: Sun May 10 15:43:28 CEST 2009 -// $Id: CSCViewDigi.h,v 1.5 2010/07/21 04:23:23 wmtan Exp $ +// $Id: CSCViewDigi.h,v 1.4 2010/06/11 15:50:27 asakharo Exp $ // // diff --git a/EventFilter/CSCRawToDigi/plugins/CSCDigiToRawModule.cc b/EventFilter/CSCRawToDigi/plugins/CSCDigiToRawModule.cc index 6cbfe9d2b4151..558ed1e783cf8 100644 --- a/EventFilter/CSCRawToDigi/plugins/CSCDigiToRawModule.cc +++ b/EventFilter/CSCRawToDigi/plugins/CSCDigiToRawModule.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/07/20 02:58:29 $ - * $Revision: 1.12 $ + * $Date: 2010/04/23 23:03:03 $ + * $Revision: 1.11 $ * \author A. Tumanov - Rice */ diff --git a/EventFilter/CSCRawToDigi/plugins/CSCDigiValidator.cc b/EventFilter/CSCRawToDigi/plugins/CSCDigiValidator.cc index e61606b91d6e4..a747aa7081451 100644 --- a/EventFilter/CSCRawToDigi/plugins/CSCDigiValidator.cc +++ b/EventFilter/CSCRawToDigi/plugins/CSCDigiValidator.cc @@ -13,7 +13,7 @@ // // Original Author: Lindsey Gray // Created: Tue Jul 28 18:04:11 CEST 2009 -// $Id: CSCDigiValidator.cc,v 1.3 2011/11/01 16:31:54 asakharo Exp $ +// $Id: CSCDigiValidator.cc,v 1.2 2010/07/20 02:58:29 wmtan Exp $ // // diff --git a/EventFilter/CSCRawToDigi/plugins/CSCViewDigi.cc b/EventFilter/CSCRawToDigi/plugins/CSCViewDigi.cc index 4b76d5acf2274..90c4f66191e88 100644 --- a/EventFilter/CSCRawToDigi/plugins/CSCViewDigi.cc +++ b/EventFilter/CSCRawToDigi/plugins/CSCViewDigi.cc @@ -15,7 +15,7 @@ // // Original Author: Alexandre Sakharov // Created: Sun May 10 15:43:28 CEST 2009 -// $Id: CSCViewDigi.cc,v 1.4 2010/06/11 15:50:27 asakharo Exp $ +// $Id: CSCViewDigi.cc,v 1.2 2009/11/11 19:55:20 rpw Exp $ // // diff --git a/EventFilter/CSCRawToDigi/src/CSCDCCEventData.cc b/EventFilter/CSCRawToDigi/src/CSCDCCEventData.cc index 12ae70bbfe10f..0744ce8337edb 100644 --- a/EventFilter/CSCRawToDigi/src/CSCDCCEventData.cc +++ b/EventFilter/CSCRawToDigi/src/CSCDCCEventData.cc @@ -1,7 +1,7 @@ /** \file CSCDCCEventData.cc * - * $Date: 2010/06/11 15:50:28 $ - * $Revision: 1.31 $ + * $Date: 2009/05/27 11:46:09 $ + * $Revision: 1.30 $ * \author A. Tumanov - Rice - But long, long ago... * */ diff --git a/EventFilter/CSCRawToDigi/src/CSCDigiToPattern.h b/EventFilter/CSCRawToDigi/src/CSCDigiToPattern.h index 9ca81fed4af20..52f651114a5fc 100644 --- a/EventFilter/CSCRawToDigi/src/CSCDigiToPattern.h +++ b/EventFilter/CSCRawToDigi/src/CSCDigiToPattern.h @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/09/24 13:54:37 $ - * $Revision: 1.1 $ + * $Date: 2007/09/24 21:16:22 $ + * $Revision: 1.0 $ * \author A. Tumanov - Rice */ diff --git a/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.cc b/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.cc index fe6b974aaad3a..9968bd4a2d3b7 100644 --- a/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.cc +++ b/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/06/22 23:53:24 $ - * $Revision: 1.43 $ + * $Date: 2011/06/11 05:56:10 $ + * $Revision: 1.42 $ * \author A. Tumanov - Rice * But long, long ago... */ diff --git a/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.h b/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.h index 85a5f6d202b02..c641fd8c6c4a3 100644 --- a/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.h +++ b/EventFilter/CSCRawToDigi/src/CSCDigiToRaw.h @@ -3,8 +3,8 @@ /** \class CSCDigiToRaw * - * $Date: 2011/06/11 05:56:10 $ - * $Revision: 1.12 $ + * $Date: 2010/05/04 02:36:24 $ + * $Revision: 1.11 $ * \author A. Tumanov - Rice */ diff --git a/EventFilter/CSCRawToDigi/src/CSCDigiToRawModule.h b/EventFilter/CSCRawToDigi/src/CSCDigiToRawModule.h index 29bf0ef487c1e..6fcae51d02987 100644 --- a/EventFilter/CSCRawToDigi/src/CSCDigiToRawModule.h +++ b/EventFilter/CSCRawToDigi/src/CSCDigiToRawModule.h @@ -3,8 +3,8 @@ /** \class CSCDigiToRawModule * - * $Date: 2010/07/19 19:54:13 $ - * $Revision: 1.9 $ + * $Date: 2010/04/23 23:03:04 $ + * $Revision: 1.8 $ * \author A. Tumanov - Rice */ diff --git a/EventFilter/CSCRawToDigi/src/CSCTMBData.cc b/EventFilter/CSCRawToDigi/src/CSCTMBData.cc index da06504038295..3b31be21aa2f0 100644 --- a/EventFilter/CSCRawToDigi/src/CSCTMBData.cc +++ b/EventFilter/CSCRawToDigi/src/CSCTMBData.cc @@ -1,7 +1,7 @@ /** \class CSCTMBData * - * $Date: 2012/01/10 17:06:31 $ - * $Revision: 1.32 $ + * $Date: 2011/11/01 16:31:54 $ + * $Revision: 1.31 $ * \author A. Tumanov - Rice */ diff --git a/EventFilter/CSCRawToDigi/test/cscdigivalidator_example.py b/EventFilter/CSCRawToDigi/test/cscdigivalidator_example.py index a9b5f471bb9e8..919c1341b33e3 100644 --- a/EventFilter/CSCRawToDigi/test/cscdigivalidator_example.py +++ b/EventFilter/CSCRawToDigi/test/cscdigivalidator_example.py @@ -21,7 +21,7 @@ process.load('EventFilter/CSCRawToDigi/cscdigivalidator_cfi') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.123 $'), annotation = cms.untracked.string('ZMM.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/EventFilter/CSCTFRawToDigi/interface/CSCTFMonitorInterface.h b/EventFilter/CSCTFRawToDigi/interface/CSCTFMonitorInterface.h index ec2a1a32d1580..52a1cbd1b20f0 100644 --- a/EventFilter/CSCTFRawToDigi/interface/CSCTFMonitorInterface.h +++ b/EventFilter/CSCTFRawToDigi/interface/CSCTFMonitorInterface.h @@ -5,8 +5,8 @@ * * Interface to the Data Quality Monitoring Module. * - * $Date: 2006/06/22 14:46:04 $ - * $Revision: 1.2 $ + * $Date: 2006/02/24 23:13:58 $ + * $Revision: 1.1 $ * * \author Ilaria Segoni (CERN) * diff --git a/EventFilter/CSCTFRawToDigi/python/csctfunpacker_cfi.py b/EventFilter/CSCTFRawToDigi/python/csctfunpacker_cfi.py index ccdf0dadb2613..d70c710cc8ac5 100644 --- a/EventFilter/CSCTFRawToDigi/python/csctfunpacker_cfi.py +++ b/EventFilter/CSCTFRawToDigi/python/csctfunpacker_cfi.py @@ -18,7 +18,7 @@ # int32 MinBX = 3 # int32 MaxBX = 9 # Specify label of the module which produces raw CSCTF data - producer = cms.InputTag("source") + producer = cms.InputTag("rawDataCollector") ) diff --git a/EventFilter/CSCTFRawToDigi/test/testCSCTFRawToDigi.cpp b/EventFilter/CSCTFRawToDigi/test/testCSCTFRawToDigi.cpp index ac8232e7f322e..208bba518c0e6 100644 --- a/EventFilter/CSCTFRawToDigi/test/testCSCTFRawToDigi.cpp +++ b/EventFilter/CSCTFRawToDigi/test/testCSCTFRawToDigi.cpp @@ -1,7 +1,7 @@ /* \file testCSCTFRawToDigi.cc * - * $Date: 2010/09/06 09:29:01 $ - * $Revision: 1.8 $ + * $Date: 2010/06/21 17:23:58 $ + * $Revision: 1.7 $ * \author L. Gray , ripped from testDaqSource */ diff --git a/EventFilter/CastorRawToDigi/interface/CastorCORData.h b/EventFilter/CastorRawToDigi/interface/CastorCORData.h index 09b1994ddcb29..09b788718e559 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorCORData.h +++ b/EventFilter/CastorRawToDigi/interface/CastorCORData.h @@ -8,8 +8,8 @@ * Since this class requires external specification of the length of the data, it is implemented * as an interpreter, rather than a cast-able header class. * - * $Date: 2009/02/20 17:46:27 $ - * $Revision: 1.1 $ + * $Date: 2009/02/10 12:50:58 $ + * $Revision: 1.00 $ * \author A. Campbell - DESY */ diff --git a/EventFilter/CastorRawToDigi/interface/CastorCTDCHeader.h b/EventFilter/CastorRawToDigi/interface/CastorCTDCHeader.h index 5163f2275ea8f..f6370288e7c7a 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorCTDCHeader.h +++ b/EventFilter/CastorRawToDigi/interface/CastorCTDCHeader.h @@ -11,8 +11,8 @@ class CastorMergerData; * Interpretive class for an CastorCTDCHeader * * - * $Date: 2009/02/20 17:46:27 $ - * $Revision: 1.1 $ + * $Date: 2008/09/11 13:19:21 $ + * $Revision: 1.7 $ * \author A. Campbell - DESY */ diff --git a/EventFilter/CastorRawToDigi/interface/CastorCtdcPacker.h b/EventFilter/CastorRawToDigi/interface/CastorCtdcPacker.h index 5409aeca0d708..3c3a81e13d34b 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorCtdcPacker.h +++ b/EventFilter/CastorRawToDigi/interface/CastorCtdcPacker.h @@ -8,7 +8,7 @@ /** \class CastorCtdcPacker * - * $Date: 2009/02/20 17:46:27 $ + * $Date: 2008/06/19 09:03:17 $ * $Revision: 1.1 $ * \author A. Campbell - DESY */ diff --git a/EventFilter/CastorRawToDigi/interface/CastorDataFrameFilter.h b/EventFilter/CastorRawToDigi/interface/CastorDataFrameFilter.h index ce89ce3000641..6d9555d17ace7 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorDataFrameFilter.h +++ b/EventFilter/CastorRawToDigi/interface/CastorDataFrameFilter.h @@ -13,8 +13,8 @@ As these are applied in units proportional to energy, rather than transverse energy, and no calibration is applied, care should be used. - $Date: 2008/06/19 09:03:17 $ - $Revision: 1.1 $ + $Date: 2006/10/09 15:22:32 $ + $Revision: 1.3 $ \author J. Mans - Minnesota */ class CastorDataFrameFilter { diff --git a/EventFilter/CastorRawToDigi/interface/CastorMergerData.h b/EventFilter/CastorRawToDigi/interface/CastorMergerData.h index 41918b5c5330c..58a012c5d227d 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorMergerData.h +++ b/EventFilter/CastorRawToDigi/interface/CastorMergerData.h @@ -8,8 +8,8 @@ * Since this class requires external specification of the length of the data, it is implemented * as an interpreter, rather than a cast-able header class. * - * $Date: 2009/02/20 17:46:27 $ - * $Revision: 1.1 $ + * $Date: 2009/02/10 12:50:58 $ + * $Revision: 1.00 $ * \author A. Campbell - DESY */ diff --git a/EventFilter/CastorRawToDigi/interface/CastorPacker.h b/EventFilter/CastorRawToDigi/interface/CastorPacker.h index 4b85451fc9b4d..163a69b62ffee 100644 --- a/EventFilter/CastorRawToDigi/interface/CastorPacker.h +++ b/EventFilter/CastorRawToDigi/interface/CastorPacker.h @@ -8,8 +8,8 @@ /** \class CastorPacker * - * $Date: 2009/02/20 17:46:27 $ - * $Revision: 1.2 $ + * $Date: 2008/06/19 09:03:17 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class CastorPacker { diff --git a/EventFilter/CastorRawToDigi/src/CastorCORData.cc b/EventFilter/CastorRawToDigi/src/CastorCORData.cc index 28b14627935d5..fcbd27b066065 100644 --- a/EventFilter/CastorRawToDigi/src/CastorCORData.cc +++ b/EventFilter/CastorRawToDigi/src/CastorCORData.cc @@ -1,7 +1,7 @@ //#include "Utilities/Configuration/interface/Architecture.h" /* - * $Date: 2012/09/24 11:48:43 $ - * $Revision: 1.3 $ + * $Date: 2009/12/28 23:16:05 $ + * $Revision: 1.2 $ * \author A. Campbell - DESY */ #ifndef HTBDAQ_DATA_STANDALONE diff --git a/EventFilter/CastorRawToDigi/src/CastorCTDCHeader.cc b/EventFilter/CastorRawToDigi/src/CastorCTDCHeader.cc index b02c282edb495..6625f072d1b73 100644 --- a/EventFilter/CastorRawToDigi/src/CastorCTDCHeader.cc +++ b/EventFilter/CastorRawToDigi/src/CastorCTDCHeader.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/02/20 17:46:26 $ - * $Revision: 1.1 $ + * $Date: 2008/09/11 13:19:22 $ + * $Revision: 1.5 $ * \author A. Campbell -- DESY */ #include "EventFilter/CastorRawToDigi/interface/CastorCORData.h" diff --git a/EventFilter/CastorRawToDigi/src/CastorMergerData.cc b/EventFilter/CastorRawToDigi/src/CastorMergerData.cc index ba400f97fce55..612b2c7693133 100644 --- a/EventFilter/CastorRawToDigi/src/CastorMergerData.cc +++ b/EventFilter/CastorRawToDigi/src/CastorMergerData.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/12/28 23:16:05 $ - * $Revision: 1.2 $ + * $Date: 2009/02/20 17:46:27 $ + * $Revision: 1.1 $ * \author A. Campbell - DESY */ #ifndef HTBDAQ_DATA_STANDALONE diff --git a/EventFilter/Cosmics/interface/HLTMuonPointingFilter.h b/EventFilter/Cosmics/interface/HLTMuonPointingFilter.h index 7fe8d0fa2b9ee..8abea9ec4515f 100644 --- a/EventFilter/Cosmics/interface/HLTMuonPointingFilter.h +++ b/EventFilter/Cosmics/interface/HLTMuonPointingFilter.h @@ -6,8 +6,8 @@ * HLTFilter to select muons that points to a cylinder of configurable radius * and lenght. * - * $Date: 2012/01/21 14:56:54 $ - * $Revision: 1.4 $ + * $Date: 2009/10/05 10:40:17 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * */ diff --git a/EventFilter/Cosmics/src/EcalMIPRecHitFilter.cc b/EventFilter/Cosmics/src/EcalMIPRecHitFilter.cc index 70ea745fbbd5b..6d7372a17684d 100644 --- a/EventFilter/Cosmics/src/EcalMIPRecHitFilter.cc +++ b/EventFilter/Cosmics/src/EcalMIPRecHitFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Giovanni FRANZONI // Created: Wed Sep 19 16:21:29 CEST 2007 -// $Id: EcalMIPRecHitFilter.cc,v 1.7 2012/01/21 14:56:54 fwyzard Exp $ +// $Id: EcalMIPRecHitFilter.cc,v 1.6 2010/02/03 03:12:45 wmtan Exp $ // // diff --git a/EventFilter/Cosmics/src/EcalSimpleUncalibRecHitFilter.cc b/EventFilter/Cosmics/src/EcalSimpleUncalibRecHitFilter.cc index 7e271d7d18970..6afc70c0db270 100644 --- a/EventFilter/Cosmics/src/EcalSimpleUncalibRecHitFilter.cc +++ b/EventFilter/Cosmics/src/EcalSimpleUncalibRecHitFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Giovanni FRANZONI // Created: Wed Sep 19 16:21:29 CEST 2007 -// $Id: EcalSimpleUncalibRecHitFilter.cc,v 1.4 2012/01/21 14:56:54 fwyzard Exp $ +// $Id: EcalSimpleUncalibRecHitFilter.cc,v 1.3 2010/02/03 03:12:45 wmtan Exp $ // // diff --git a/EventFilter/Cosmics/src/HLTMuonPointingFilter.cc b/EventFilter/Cosmics/src/HLTMuonPointingFilter.cc index 43c5bb3fe56c7..05a29729d8e41 100644 --- a/EventFilter/Cosmics/src/HLTMuonPointingFilter.cc +++ b/EventFilter/Cosmics/src/HLTMuonPointingFilter.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/12/26 14:10:36 $ - * $Revision: 1.6 $ + * $Date: 2012/01/21 14:56:54 $ + * $Revision: 1.5 $ * \author Stefano Lacaprara - INFN Legnaro */ diff --git a/EventFilter/DTRawToDigi/interface/DTControlData.h b/EventFilter/DTRawToDigi/interface/DTControlData.h index 837cf68361a26..16060f7ff25f0 100644 --- a/EventFilter/DTRawToDigi/interface/DTControlData.h +++ b/EventFilter/DTRawToDigi/interface/DTControlData.h @@ -4,8 +4,8 @@ /** \class DTROS25Data * The collection containing DT ROS25 status data. * - * $Date: 2009/11/15 11:42:29 $ - * $Revision: 1.9 $ + * $Date: 2009/04/06 16:30:07 $ + * $Revision: 1.8 $ * \author M. Zanetti - INFN Padova * \revision I. Josa - Ciemat Madrid */ diff --git a/EventFilter/DTRawToDigi/interface/DTDDUWords.h b/EventFilter/DTRawToDigi/interface/DTDDUWords.h index f59b1c486a6e9..64d2766a65e13 100644 --- a/EventFilter/DTRawToDigi/interface/DTDDUWords.h +++ b/EventFilter/DTRawToDigi/interface/DTDDUWords.h @@ -89,8 +89,8 @@ /** \class DTROSWordType * Enumeration of DT Read Out Sector (ROS) word types. * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROSWordType { @@ -205,8 +205,8 @@ class DTROSWordType { * DT ROS Header interpreter. * It interprets the TTC Event counter (24 bits). * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROSHeaderWord { @@ -251,8 +251,8 @@ class DTROSHeaderWord { * - L1A FIFO occupancy (6 bits) * - Event Word count (16 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROSTrailerWord { @@ -302,8 +302,8 @@ class DTROSTrailerWord { * DT ROS Error interpreter. * It interprets the Error type, the ROB_ID (2 bits) and the CEROS ID (6 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROSErrorWord { @@ -349,8 +349,8 @@ class DTROSErrorWord { * It interprets the Debug type (3 bits) and the debug message * (in the first 15 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROSDebugWord { @@ -409,8 +409,8 @@ class DTROSDebugWord { * It interprets the ROB_ID (5 bits), the Event ID (12 bits) * and the Bunch ID (12 bits). * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROBHeaderWord { @@ -458,8 +458,8 @@ class DTROBHeaderWord { * It interprets the ROB_ID (5 bits), the Event ID (12 bits) * and the Word ID (12 bits). * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTROBTrailerWord { @@ -507,8 +507,8 @@ class DTROBTrailerWord { * It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), * the TDC_ID (2 bits), the Event ID (12 bits) and the Bunch ID (12 bits). * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTTDCHeaderWord { @@ -563,8 +563,8 @@ class DTTDCHeaderWord { * It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), * the TDC_ID (2 bits), the Event ID (12 bits) and the Word ID (12 bits). * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTTDCTrailerWord { @@ -618,8 +618,8 @@ class DTTDCTrailerWord { * It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), * the TDC_ID (2 bits), the TDC channel (5 bits), and the TDC time (19 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTTDCMeasurementWord { @@ -676,8 +676,8 @@ class DTTDCMeasurementWord { * It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), * the TDC_ID (2 bits) and the TDC error flag (15 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTTDCErrorWord { @@ -728,8 +728,8 @@ class DTTDCErrorWord { * DT Sector Collector header interpreter. * It interprets ROS event ID (12 bits) and the Sector Collector FIFO occupancy (8 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTLocalTriggerHeaderWord { @@ -772,8 +772,8 @@ class DTLocalTriggerHeaderWord { * DT Sector Collector trailer interpreter. * It interprets the word count (16 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTLocalTriggerTrailerWord { @@ -813,8 +813,8 @@ class DTLocalTriggerTrailerWord { * DT Sector Collector data interpreter. * It interprets the Sector Collector data (16 bits) * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTLocalTriggerDataWord { @@ -863,8 +863,8 @@ class DTLocalTriggerDataWord { * DT DDU status 1 interpreter (8 bits word). * It interprets the error messages from each DDU channel * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTDDUFirstStatusWord { @@ -903,8 +903,8 @@ class DTDDUFirstStatusWord { * It interprets the (16 bits) * WARNING!! : It interprets the second part of a 64 bits word! * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author M. Zanetti - INFN Padova */ class DTDDUSecondStatusWord { @@ -953,8 +953,8 @@ class DTDDUSecondStatusWord { * It interprets Latency measured by SC-Latency Timer Unit (still testing!) * and the number of 16-bit words following this header sent by the Sector Collector * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author R. Travaglini - INFN Bologna */ class DTLocalTriggerSectorCollectorHeaderWord { @@ -998,8 +998,8 @@ class DTLocalTriggerSectorCollectorHeaderWord { * It interprets local SC bunch Counter and delay (3-bit) between trigger used to stop spying and * effective bx stop * - * $Date: 2009/05/07 07:57:03 $ - * $Revision: 1.13 $ + * $Date: 2009/04/28 12:46:49 $ + * $Revision: 1.12 $ * \author R. Travaglini - INFN Bologna */ class DTLocalTriggerSectorCollectorSubHeaderWord { diff --git a/EventFilter/DTRawToDigi/interface/DTDataMonitorInterface.h b/EventFilter/DTRawToDigi/interface/DTDataMonitorInterface.h index c290ec8ec57e9..9be129af05067 100644 --- a/EventFilter/DTRawToDigi/interface/DTDataMonitorInterface.h +++ b/EventFilter/DTRawToDigi/interface/DTDataMonitorInterface.h @@ -5,8 +5,8 @@ * * Interface to the Data Quality Monitoring Module. * - * $Date: 2008/10/10 09:48:32 $ - * $Revision: 1.5 $ + * $Date: 2007/03/29 17:26:01 $ + * $Revision: 1.4 $ * * \author M. Zanetti - INFN Padova * diff --git a/EventFilter/DTRawToDigi/interface/DTROChainCoding.h b/EventFilter/DTRawToDigi/interface/DTROChainCoding.h index 280f6b13a0800..6c8bad29f6a28 100644 --- a/EventFilter/DTRawToDigi/interface/DTROChainCoding.h +++ b/EventFilter/DTRawToDigi/interface/DTROChainCoding.h @@ -4,8 +4,8 @@ /** \class DTROChainCoding * A class for handling the DT Read-out chain. * - * $Date: 2007/02/14 15:52:13 $ - * $Revision: 1.4 $ + * $Date: 2006/06/25 15:31:38 $ + * $Revision: 1.3 $ * \author M. Zanetti - INFN Padova */ diff --git a/EventFilter/DTRawToDigi/interface/DTROS25Data.h b/EventFilter/DTRawToDigi/interface/DTROS25Data.h index a063078624d4f..5494aeb920d33 100644 --- a/EventFilter/DTRawToDigi/interface/DTROS25Data.h +++ b/EventFilter/DTRawToDigi/interface/DTROS25Data.h @@ -4,8 +4,8 @@ /** \class DTROS25Data * The collection containing DT ROS25 status data. * - * $Date: 2007/02/14 15:52:20 $ - * $Revision: 1.4 $ + * $Date: 2006/03/24 16:14:07 $ + * $Revision: 1.3 $ * \author M. Zanetti - INFN Padova */ diff --git a/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.cc b/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.cc index b8e2ba1f77032..9c53e0750c019 100644 --- a/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.cc +++ b/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/08 08:57:41 $ - * $Revision: 1.8 $ + * $Date: 2009/11/15 11:46:57 $ + * $Revision: 1.7 $ * \author M. Zanetti - INFN Padova * FRC 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.h b/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.h index 4a8ebd0905819..41cc22dde38d3 100644 --- a/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.h +++ b/EventFilter/DTRawToDigi/plugins/DTDDUUnpacker.h @@ -4,8 +4,8 @@ /** \class DTDDUUnpacker * The unpacker for DTs' FED. * - * $Date: 2007/09/04 08:07:26 $ - * $Revision: 1.4 $ + * $Date: 2007/05/07 16:16:39 $ + * $Revision: 1.3 $ * \author M. Zanetti INFN Padova * FRC 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.cc b/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.cc index db2ffe18b2e9b..6eadcd2118319 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.cc +++ b/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/08 08:57:41 $ - * $Revision: 1.16 $ + * $Date: 2009/05/20 17:51:13 $ + * $Revision: 1.15 $ * \author M. Zanetti - INFN Padova * \revision FRC 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.h b/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.h index 83743783a0a47..5d61051b39f97 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.h +++ b/EventFilter/DTRawToDigi/plugins/DTROS25Unpacker.h @@ -5,8 +5,8 @@ * The unpacker for DTs' ROS25: * final version of Read Out Sector board with 25 channels. * - * $Date: 2007/09/04 08:07:26 $ - * $Revision: 1.4 $ + * $Date: 2007/05/07 16:16:39 $ + * $Revision: 1.3 $ * \author M. Zanetti INFN Padova * FRC 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.cc b/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.cc index 304565fa402de..38d0c5881d5b7 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.cc +++ b/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/01/02 15:35:28 $ - * $Revision: 1.5 $ + * $Date: 2008/01/22 18:46:41 $ + * $Revision: 1.4 $ * \author M. Zanetti - INFN Padova * FRC 140906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.h b/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.h index d194515f1e2a7..fc6fddfcacaa1 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.h +++ b/EventFilter/DTRawToDigi/plugins/DTROS8Unpacker.h @@ -5,8 +5,8 @@ * The unpacker for DTs' ROS8: * final version of Read Out Sector board with 25 channels. * - * $Date: 2007/05/07 16:16:39 $ - * $Revision: 1.3 $ + * $Date: 2007/04/24 12:08:20 $ + * $Revision: 1.1 $ * \author M. Zanetti INFN Padova * FRC 140906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.cc b/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.cc index 3deae96180864..4362f804a67f4 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.cc +++ b/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.cc @@ -1,7 +1,7 @@ /* file * - * $Date: 2008/01/22 18:46:41 $ - * $Revision: 1.4 $ + * $Date: 2007/05/07 16:16:39 $ + * $Revision: 1.3 $ * \author M. Zanetti INFN Padova */ diff --git a/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h b/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h index 34dc6d46666ee..91d3e48b7a05c 100644 --- a/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h +++ b/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h @@ -3,8 +3,8 @@ /** \class DTROSErrorNotifier * - * $Date: 2007/05/07 16:16:39 $ - * $Revision: 1.3 $ + * $Date: 2007/04/24 12:08:20 $ + * $Revision: 1.1 $ * \author M. Zanetti - INFN Padova */ diff --git a/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.cc b/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.cc index 0802f35d690fa..dc7fbbbac1fec 100644 --- a/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.cc +++ b/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.cc @@ -1,7 +1,7 @@ /* file * - * $Date: 2008/01/22 18:46:41 $ - * $Revision: 1.4 $ + * $Date: 2007/05/07 16:16:40 $ + * $Revision: 1.3 $ * \author M. Zanetti INFN Padova */ diff --git a/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h b/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h index 5297812d3cb9d..9538f1600a33b 100644 --- a/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h +++ b/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h @@ -3,8 +3,8 @@ /** \class DTTDCErrorNotifier * - * $Date: 2007/05/07 16:16:40 $ - * $Revision: 1.3 $ + * $Date: 2007/04/24 12:08:20 $ + * $Revision: 1.1 $ * \author M. Zanetti - INFN Padova */ diff --git a/EventFilter/DTRawToDigi/plugins/DTUnpacker.h b/EventFilter/DTRawToDigi/plugins/DTUnpacker.h index d468366d69b24..aaecc36c8eff5 100644 --- a/EventFilter/DTRawToDigi/plugins/DTUnpacker.h +++ b/EventFilter/DTRawToDigi/plugins/DTUnpacker.h @@ -4,8 +4,8 @@ /** \class DTUnpacker * Base class for DT data unpackers * - * $Date: 2007/05/07 16:16:40 $ - * $Revision: 1.3 $ + * $Date: 2007/04/24 12:08:20 $ + * $Revision: 1.1 $ * \author M. Zanetti INFN Padova * FR 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.cc b/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.cc index c7b428b075975..05c8d9acf1388 100644 --- a/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.cc +++ b/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/09/13 14:53:55 $ - * $Revision: 1.13 $ + * $Date: 2012/09/03 16:16:48 $ + * $Revision: 1.12 $ * \author S. Argiro - N. Amapane - M. Zanetti * FRC 060906 */ diff --git a/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.h b/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.h index 1a68a529be5bd..7906c5bfc1e6c 100644 --- a/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.h +++ b/EventFilter/DTRawToDigi/plugins/DTUnpackingModule.h @@ -4,8 +4,8 @@ /** \class DTUnpackingModule * The unpacking module for DTs. * - * $Date: 2012/09/13 14:53:55 $ - * $Revision: 1.7 $ + * $Date: 2008/11/06 17:06:20 $ + * $Revision: 1.6 $ * \author N. Amapane - S. Argiro' - M. Zanetti */ diff --git a/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.cc b/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.cc index 6e29e563ce79e..98c2a2a8ccf69 100644 --- a/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.cc +++ b/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/09/13 14:53:56 $ - * $Revision: 1.6 $ + * $Date: 2008/01/22 18:46:41 $ + * $Revision: 1.5 $ * \author S. Bolognesi - INFN TO */ diff --git a/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.h b/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.h index efbe65a4fdefb..9859d4d7dbd17 100644 --- a/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.h +++ b/EventFilter/DTRawToDigi/test/FilterByLTC/FilterByLTC.h @@ -6,8 +6,8 @@ * Class to select events depending on the trigger source * (DT,CSC,RPC,DT+CSC,DT+RPC,CSC+RPC,DT+CSC+RPC,NoDT,NoCSC,NoRPC) * - * $Date: 2012/09/13 14:53:56 $ - * $Revision: 1.3 $ + * $Date: 2006/11/15 17:45:40 $ + * $Revision: 1.2 $ */ #include "FWCore/Framework/interface/EDFilter.h" diff --git a/EventFilter/DTRawToDigi/test/stubs/DummyHitFinderModule.cc b/EventFilter/DTRawToDigi/test/stubs/DummyHitFinderModule.cc index 55c88c0856dbd..6ac13df653b74 100644 --- a/EventFilter/DTRawToDigi/test/stubs/DummyHitFinderModule.cc +++ b/EventFilter/DTRawToDigi/test/stubs/DummyHitFinderModule.cc @@ -3,8 +3,8 @@ * dummy module for the test of DaqFileInputService * * - * $Date: 2006/10/26 23:35:38 $ - * $Revision: 1.6 $ + * $Date: 2005/11/01 23:05:13 $ + * $Revision: 1.5 $ * \author N. Amapane - S. Argiro' * */ diff --git a/EventFilter/DTRawToDigi/test/testDTUnpackingModule.cc b/EventFilter/DTRawToDigi/test/testDTUnpackingModule.cc index 3b2ad11793fad..06627042159bb 100644 --- a/EventFilter/DTRawToDigi/test/testDTUnpackingModule.cc +++ b/EventFilter/DTRawToDigi/test/testDTUnpackingModule.cc @@ -3,14 +3,14 @@ Test suite for DTUnpackingModule \author Stefano ARGIRO - \version $Id: testDTUnpackingModule.cc,v 1.10 2007/03/12 00:44:18 wmtan Exp $ + \version $Id: testDTUnpackingModule.cc,v 1.9 2005/10/12 12:20:10 namapane Exp $ \date 29 Jun 2005 \note these tests are not testing anything but the thing not crashing */ -static const char CVSId[] = "$Id: testDTUnpackingModule.cc,v 1.10 2007/03/12 00:44:18 wmtan Exp $"; +static const char CVSId[] = "$Id: testDTUnpackingModule.cc,v 1.9 2005/10/12 12:20:10 namapane Exp $"; #include #include diff --git a/EventFilter/DTTFRawToDigi/interface/DTTFFEDReader.h b/EventFilter/DTTFRawToDigi/interface/DTTFFEDReader.h index 6f24742a96207..2894cc6b27dc1 100644 --- a/EventFilter/DTTFRawToDigi/interface/DTTFFEDReader.h +++ b/EventFilter/DTTFRawToDigi/interface/DTTFFEDReader.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Raw-to-Digi * * - * $Date: 2010/02/11 00:11:38 $ - * $Revision: 1.8 $ + * $Date: 2009/11/18 13:27:12 $ + * $Revision: 1.7 $ * * J. Troconiz UAM Madrid * E. Delmeire UAM Madrid diff --git a/EventFilter/DTTFRawToDigi/interface/DTTFFEDSim.h b/EventFilter/DTTFRawToDigi/interface/DTTFFEDSim.h index ffe8b45148c5b..1830ddc3dfb83 100644 --- a/EventFilter/DTTFRawToDigi/interface/DTTFFEDSim.h +++ b/EventFilter/DTTFRawToDigi/interface/DTTFFEDSim.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Digi-to-Raw * * - * $Date: 2010/02/11 00:11:39 $ - * $Revision: 1.5 $ + * $Date: 2009/11/18 13:27:12 $ + * $Revision: 1.4 $ * * J. Troconiz UAM Madrid */ diff --git a/EventFilter/DTTFRawToDigi/python/dttfunpacker_cfi.py b/EventFilter/DTTFRawToDigi/python/dttfunpacker_cfi.py index 8ee5de2d27800..3665765b7eaaa 100644 --- a/EventFilter/DTTFRawToDigi/python/dttfunpacker_cfi.py +++ b/EventFilter/DTTFRawToDigi/python/dttfunpacker_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms dttfunpacker = cms.EDProducer("DTTFFEDReader", - DTTF_FED_Source = cms.InputTag("source"), + DTTF_FED_Source = cms.InputTag("rawDataCollector"), verbose = cms.untracked.bool(False) ) diff --git a/EventFilter/DTTFRawToDigi/src/DTTFFEDReader.cc b/EventFilter/DTTFRawToDigi/src/DTTFFEDReader.cc index 7462e2b4888fe..dc925785486db 100644 --- a/EventFilter/DTTFRawToDigi/src/DTTFFEDReader.cc +++ b/EventFilter/DTTFRawToDigi/src/DTTFFEDReader.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Raw-to-Digi // // -// $Date: 2009/11/18 13:27:12 $ -// $Revision: 1.16 $ +// $Date: 2009/05/28 16:20:59 $ +// $Revision: 1.15 $ // // Author : // J. Troconiz UAM Madrid diff --git a/EventFilter/DTTFRawToDigi/src/DTTFFEDSim.cc b/EventFilter/DTTFRawToDigi/src/DTTFFEDSim.cc index fc36c7a9c2cdc..f931774f82205 100644 --- a/EventFilter/DTTFRawToDigi/src/DTTFFEDSim.cc +++ b/EventFilter/DTTFRawToDigi/src/DTTFFEDSim.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Digi-to-Raw // // -// $Date: 2009/11/18 13:27:12 $ -// $Revision: 1.13 $ +// $Date: 2009/07/29 16:42:22 $ +// $Revision: 1.12 $ // // Author : // J. Troconiz UAM Madrid diff --git a/EventFilter/EcalDigiToRaw/interface/EcalDigiToRaw.h b/EventFilter/EcalDigiToRaw/interface/EcalDigiToRaw.h index 7a195972c118e..851c07ccf056b 100644 --- a/EventFilter/EcalDigiToRaw/interface/EcalDigiToRaw.h +++ b/EventFilter/EcalDigiToRaw/interface/EcalDigiToRaw.h @@ -15,7 +15,7 @@ // // Original Author: Emmanuelle Perez // Created: Sat Nov 25 13:59:51 CET 2006 -// $Id: EcalDigiToRaw.h,v 1.9 2010/01/13 21:55:15 wmtan Exp $ +// $Id: EcalDigiToRaw.h,v 1.8 2010/01/04 17:36:21 ferriff Exp $ // // diff --git a/EventFilter/EcalDigiToRaw/src/EcalDigiToRaw.cc b/EventFilter/EcalDigiToRaw/src/EcalDigiToRaw.cc index 6d6082a5c40ed..1335369ec4a98 100644 --- a/EventFilter/EcalDigiToRaw/src/EcalDigiToRaw.cc +++ b/EventFilter/EcalDigiToRaw/src/EcalDigiToRaw.cc @@ -13,7 +13,7 @@ // // Original Author: Emmanuelle Perez // Created: Sat Nov 25 13:59:51 CET 2006 -// $Id: EcalDigiToRaw.cc,v 1.18 2010/01/13 21:55:15 wmtan Exp $ +// $Id: EcalDigiToRaw.cc,v 1.17 2010/01/04 17:36:21 ferriff Exp $ // // diff --git a/EventFilter/EcalRawToDigi/interface/DCCDataBlockPrototype.h b/EventFilter/EcalRawToDigi/interface/DCCDataBlockPrototype.h index 7c887792823a0..7a95524da96bc 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCDataBlockPrototype.h +++ b/EventFilter/EcalRawToDigi/interface/DCCDataBlockPrototype.h @@ -6,8 +6,8 @@ * Prototype for ECAL data block unpacking * \file DCCDataBlockPrototype.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.4 $ + * $Date: 2012/06/11 08:57:01 $ + * $Revision: 1.3 $ * \author N. Almeida * */ diff --git a/EventFilter/EcalRawToDigi/interface/DCCDataUnpacker.h b/EventFilter/EcalRawToDigi/interface/DCCDataUnpacker.h index 64864d30343c8..1c969d1cc882a 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCDataUnpacker.h +++ b/EventFilter/EcalRawToDigi/interface/DCCDataUnpacker.h @@ -11,8 +11,8 @@ * * \file DCCDataUnpacker.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.6 $ + * $Date: 2010/10/04 07:44:38 $ + * $Revision: 1.5 $ * \author N. Almeida * \author G. Franzoni * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEBEventBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEBEventBlock.h index a0e503df29c54..40a9391f2d716 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEBEventBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEBEventBlock.h @@ -10,8 +10,8 @@ * * \file DCCEBEventBlock.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.4 $ + * $Date: 2010/10/04 07:44:38 $ + * $Revision: 1.3 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEBSRPBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEBSRPBlock.h index aecc0a6d7aaf3..5c15cc8288193 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEBSRPBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEBSRPBlock.h @@ -9,8 +9,8 @@ * * \file DCCEBSRPBlock.h * - * $Date: 2008/12/11 18:05:56 $ - * $Revision: 1.1 $ + * $Date: 2007/07/24 11:39:35 $ + * $Revision: 1.5 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEBTCCBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEBTCCBlock.h index e23295594d4da..dbeed4d5530de 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEBTCCBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEBTCCBlock.h @@ -8,8 +8,8 @@ * * \file DCCEBTCCBlock.h * - * $Date: 2008/12/11 18:05:56 $ - * $Revision: 1.1 $ + * $Date: 2007/08/15 14:23:28 $ + * $Revision: 1.6 $ * * \author N. Almeida * \author G. Franzoni diff --git a/EventFilter/EcalRawToDigi/interface/DCCEEEventBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEEEventBlock.h index 210e8c1352d0c..5bbccd1aafe06 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEEEventBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEEEventBlock.h @@ -10,8 +10,8 @@ * * \file DCCEEEventBlock.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.4 $ + * $Date: 2010/10/04 07:44:38 $ + * $Revision: 1.3 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEESRPBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEESRPBlock.h index 9379804a45ab0..ceeb710edf407 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEESRPBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEESRPBlock.h @@ -9,8 +9,8 @@ * * \file DCCEESRPBlock.h * - * $Date: 2008/12/11 18:05:56 $ - * $Revision: 1.1 $ + * $Date: 2007/07/24 11:39:35 $ + * $Revision: 1.5 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEETCCBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEETCCBlock.h index b5dabc7117478..5421854052306 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEETCCBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEETCCBlock.h @@ -8,8 +8,8 @@ * * \file DCCEETCCBlock.h * - * $Date: 2010/09/15 21:51:33 $ - * $Revision: 1.4 $ + * $Date: 2009/01/08 12:05:56 $ + * $Revision: 1.3 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCEventBlock.h b/EventFilter/EcalRawToDigi/interface/DCCEventBlock.h index c8984f42b9dc3..4efb0eefac5e3 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCEventBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCEventBlock.h @@ -10,8 +10,8 @@ * * \file DCCEventBlock.h * - * $Date: 2012/08/22 01:11:31 $ - * $Revision: 1.8 $ + * $Date: 2012/08/06 21:51:35 $ + * $Revision: 1.7 $ * * \author N. Almeida * \author G. Franzoni diff --git a/EventFilter/EcalRawToDigi/interface/DCCMemBlock.h b/EventFilter/EcalRawToDigi/interface/DCCMemBlock.h index 5e58f972e6d55..081154f5eb07e 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCMemBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCMemBlock.h @@ -8,8 +8,8 @@ * * \file DCCTCCBlock.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.3 $ + * $Date: 2010/09/15 21:51:33 $ + * $Revision: 1.2 $ * * \author N. Almeida * \author G. Franzoni diff --git a/EventFilter/EcalRawToDigi/interface/DCCSRPBlock.h b/EventFilter/EcalRawToDigi/interface/DCCSRPBlock.h index d8a54da4a310c..7f8673a19f11d 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCSRPBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCSRPBlock.h @@ -9,8 +9,8 @@ * * \file DCCSRPBlock.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.4 $ + * $Date: 2010/10/13 16:03:34 $ + * $Revision: 1.3 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/DCCTCCBlock.h b/EventFilter/EcalRawToDigi/interface/DCCTCCBlock.h index faf930f53f2fb..7346088ecb0ad 100644 --- a/EventFilter/EcalRawToDigi/interface/DCCTCCBlock.h +++ b/EventFilter/EcalRawToDigi/interface/DCCTCCBlock.h @@ -8,8 +8,8 @@ * * \file DCCTCCBlock.h * - * $Date: 2012/08/06 21:51:35 $ - * $Revision: 1.3 $ + * $Date: 2010/09/15 21:51:33 $ + * $Revision: 1.2 $ * * \author N. Almeida * diff --git a/EventFilter/EcalRawToDigi/interface/EcalDumpRaw.h b/EventFilter/EcalRawToDigi/interface/EcalDumpRaw.h index 1e7591969badb..bdb14c9252821 100644 --- a/EventFilter/EcalRawToDigi/interface/EcalDumpRaw.h +++ b/EventFilter/EcalRawToDigi/interface/EcalDumpRaw.h @@ -1,5 +1,5 @@ /* - * $Id: EcalDumpRaw.h,v 1.6 2013/04/22 15:48:17 wmtan Exp $ + * $Id: EcalDumpRaw.h,v 1.5 2012/09/11 20:47:03 wdd Exp $ * * Author: Ph Gras. CEA/IRFU - Saclay */ diff --git a/EventFilter/EcalRawToDigi/interface/EcalElectronicsMapper.h b/EventFilter/EcalRawToDigi/interface/EcalElectronicsMapper.h index f4e70569622b4..aa1f7473abd22 100644 --- a/EventFilter/EcalRawToDigi/interface/EcalElectronicsMapper.h +++ b/EventFilter/EcalRawToDigi/interface/EcalElectronicsMapper.h @@ -9,8 +9,8 @@ * \file EcalElectronicsMapper.h * - * $Date: 2010/09/30 16:45:32 $ - * $Revision: 1.6 $ + * $Date: 2010/09/15 21:51:33 $ + * $Revision: 1.5 $ * \author N. Almeida * \author G. Franzoni * diff --git a/EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h b/EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h index 83e44bfc9de60..1c5a8298cb011 100644 --- a/EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h +++ b/EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: MatacqRawEvent.h,v 1.2 2012/06/11 08:57:01 davidlt Exp $ +//$Id: MatacqRawEvent.h,v 1.1 2009/02/25 14:44:24 pgras Exp $ #ifndef MATACQRAWEVENT_H #define MATACQRAWEVENT_H diff --git a/EventFilter/EcalRawToDigi/plugins/BuildFile.xml b/EventFilter/EcalRawToDigi/plugins/BuildFile.xml index a794e9f56999f..c691cf8f648e2 100644 --- a/EventFilter/EcalRawToDigi/plugins/BuildFile.xml +++ b/EventFilter/EcalRawToDigi/plugins/BuildFile.xml @@ -1,12 +1,14 @@ + + diff --git a/EventFilter/EcalRawToDigi/plugins/EcalDumpRaw.cc b/EventFilter/EcalRawToDigi/plugins/EcalDumpRaw.cc index 4e10971963a13..093e358d329b3 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalDumpRaw.cc +++ b/EventFilter/EcalRawToDigi/plugins/EcalDumpRaw.cc @@ -1,6 +1,6 @@ //emacs settings:-*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*- /* - * $Id: EcalDumpRaw.cc,v 1.11 2012/09/11 20:47:03 wdd Exp $ + * $Id: EcalDumpRaw.cc,v 1.10 2012/02/26 20:19:46 pgras Exp $ * * Author: Ph Gras. CEA/IRFU - Saclay * diff --git a/EventFilter/EcalRawToDigi/plugins/EcalRawToDigi.h b/EventFilter/EcalRawToDigi/plugins/EcalRawToDigi.h index df51f257dd87d..d30c7bc85143b 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalRawToDigi.h +++ b/EventFilter/EcalRawToDigi/plugins/EcalRawToDigi.h @@ -9,8 +9,8 @@ * * \file EcalRawToDigi.h * - * $Date: 2013/03/04 08:09:43 $ - * $Revision: 1.8 $ + * $Date: 2010/09/15 21:51:34 $ + * $Revision: 1.7 $ * \author N. Almeida * \author G. Franzoni * diff --git a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitByproductProducer.cc b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitByproductProducer.cc index d06d735ac8a3a..82a2eadb696ad 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitByproductProducer.cc +++ b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitByproductProducer.cc @@ -1,6 +1,11 @@ #include "EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitByproductProducer.h" #include "EventFilter/EcalRawToDigi/interface/EcalUnpackerWorkerRecord.h" #include "EventFilter/EcalRawToDigi/interface/EcalUnpackerWorker.h" +#include "DataFormats/Common/interface/Handle.h" +#include "DataFormats/Common/interface/LazyGetter.h" +#include "DataFormats/EcalRecHit/interface/EcalRecHit.h" +#include "DataFormats/EcalRecHit/interface/EcalRecHitComparison.h" +#include "FWCore/Framework/interface/Event.h" EcalRawToRecHitByproductProducer::EcalRawToRecHitByproductProducer(const edm::ParameterSet& iConfig) @@ -44,6 +49,20 @@ EcalRawToRecHitByproductProducer::EcalRawToRecHitByproductProducer(const edm::Pa void EcalRawToRecHitByproductProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSetup) { + // The next two lines are a temporary fix so that this + // module will run without a fatal exception in unscheduled + // mode. In scheduled mode, these two lines should have no + // effect, but in unscheduled mode this will ensure the module + // that creates the objects this module puts into the Event + // is executed before this module. This does NOT ensure the + // objects are properly filled. The plan is that this part + // of the code will be completely rewritten in the near future. + // In this rewrite the EcalUnpackerWorker will no longer be + // written to either the Event or EventSetup and this problem + // will be resolved in a permanent manner. + edm::Handle > lgetter; + iEvent.getByLabel("hltEcalRawToRecHitFacility", lgetter); + //retrieve the unpacker worker edm::ESHandle workerESH; iSetup.get().get(workerName_, workerESH); diff --git a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitFacility.h b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitFacility.h index 1a755549d20e0..016005bffd7da 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitFacility.h +++ b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitFacility.h @@ -16,7 +16,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Sat Oct 6 02:26:08 CEST 2007 -// $Id: EcalRawToRecHitFacility.h,v 1.7 2013/03/04 08:09:43 davidlt Exp $ +// $Id: EcalRawToRecHitFacility.h,v 1.6 2009/10/14 12:33:48 vlimant Exp $ // // diff --git a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitProducer.h b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitProducer.h index bd021fff05c6d..08e1457db0652 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitProducer.h +++ b/EventFilter/EcalRawToDigi/plugins/EcalRawToRecHitProducer.h @@ -15,7 +15,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Sat Oct 6 22:39:47 CEST 2007 -// $Id: EcalRawToRecHitProducer.h,v 1.6 2011/05/12 19:01:29 vlimant Exp $ +// $Id: EcalRawToRecHitProducer.h,v 1.5 2009/04/28 12:26:19 vlimant Exp $ // // diff --git a/EventFilter/EcalRawToDigi/plugins/EcalRegionCablingESProducer.h b/EventFilter/EcalRawToDigi/plugins/EcalRegionCablingESProducer.h index e166443b1b8c0..caf7aa9500c5f 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalRegionCablingESProducer.h +++ b/EventFilter/EcalRawToDigi/plugins/EcalRegionCablingESProducer.h @@ -15,7 +15,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Sun Oct 7 00:37:06 CEST 2007 -// $Id: EcalRegionCablingESProducer.h,v 1.1 2007/12/06 20:01:11 vlimant Exp $ +// $Id$ // // diff --git a/EventFilter/EcalRawToDigi/plugins/EcalUnpackerWorkerESProducer.h b/EventFilter/EcalRawToDigi/plugins/EcalUnpackerWorkerESProducer.h index c0ca442b47bd6..d09cd6d7b2ae7 100644 --- a/EventFilter/EcalRawToDigi/plugins/EcalUnpackerWorkerESProducer.h +++ b/EventFilter/EcalRawToDigi/plugins/EcalUnpackerWorkerESProducer.h @@ -15,7 +15,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Sat Oct 6 04:57:46 CEST 2007 -// $Id: EcalUnpackerWorkerESProducer.h,v 1.2 2009/04/28 12:26:19 vlimant Exp $ +// $Id: EcalUnpackerWorkerESProducer.h,v 1.1 2007/12/06 20:01:11 vlimant Exp $ // // diff --git a/EventFilter/EcalRawToDigi/src/Majority.h b/EventFilter/EcalRawToDigi/src/Majority.h index a802b640ff4cb..da483e7ea2aa2 100644 --- a/EventFilter/EcalRawToDigi/src/Majority.h +++ b/EventFilter/EcalRawToDigi/src/Majority.h @@ -1,5 +1,5 @@ /* - * $Id: Majority.h,v 1.1 2009/02/25 14:44:25 pgras Exp $ + * $Id$ */ #ifndef MAJORITY_H diff --git a/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.cc b/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.cc index 3613c90fac6cf..5602db2f37eb2 100644 --- a/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.cc +++ b/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.cc @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -// $Id: MatacqDataFormatter.cc,v 1.1 2009/02/25 14:44:25 pgras Exp $ +// $Id: MatacqDataFormatter.cc,v 1.3 2006/09/21 12:22:36 pgras Exp $ #include "EventFilter/EcalRawToDigi/src/MatacqDataFormatter.h" #include "EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h" diff --git a/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.h b/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.h index 82259c350b64d..e2a623e421476 100644 --- a/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.h +++ b/EventFilter/EcalRawToDigi/src/MatacqDataFormatter.h @@ -12,7 +12,7 @@ class FEDRawData; /** Class to interpret ECAL MATACQ raw data and produce the MATACQ digis. * This class is used by the MatacqProducer module. * @author: Ph. Gras (CEA/Saclay) - * $Id: MatacqDataFormatter.h,v 1.1 2009/02/25 14:44:25 pgras Exp $ + * $Id: MatacqDataFormatter.h,v 1.4 2006/09/21 12:22:36 pgras Exp $ */ class MatacqDataFormatter{ public: diff --git a/EventFilter/EcalRawToDigi/src/MatacqRawEvent.cc b/EventFilter/EcalRawToDigi/src/MatacqRawEvent.cc index ab85a14f8499b..1cfaecf0c13ec 100644 --- a/EventFilter/EcalRawToDigi/src/MatacqRawEvent.cc +++ b/EventFilter/EcalRawToDigi/src/MatacqRawEvent.cc @@ -1,6 +1,6 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- /* - * $Id: MatacqRawEvent.cc,v 1.1 2009/02/25 14:44:25 pgras Exp $ + * $Id: MatacqRawEvent.cc,v 1.3 2008/05/02 16:54:08 pgras Exp $ * Original author: Ph. Gras CEA/Saclay */ diff --git a/EventFilter/EcalRawToDigi/test/stubs/EcalMatacqHist2.h b/EventFilter/EcalRawToDigi/test/stubs/EcalMatacqHist2.h index 51d714344ef03..65373244986f2 100644 --- a/EventFilter/EcalRawToDigi/test/stubs/EcalMatacqHist2.h +++ b/EventFilter/EcalRawToDigi/test/stubs/EcalMatacqHist2.h @@ -1,7 +1,7 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- /** - * $Id: EcalMatacqHist2.h,v 1.1 2009/02/25 14:44:26 pgras Exp $ + * $Id: EcalMatacqHist2.h,v 1.2 2006/09/21 12:16:44 pgras Exp $ * * Test module for matacq data producing some histograms. * diff --git a/EventFilter/EcalTBRawToDigi/data/macro/Geom.h b/EventFilter/EcalTBRawToDigi/data/macro/Geom.h index ee4c01f1c0df6..dc9d6b8b0697c 100644 --- a/EventFilter/EcalTBRawToDigi/data/macro/Geom.h +++ b/EventFilter/EcalTBRawToDigi/data/macro/Geom.h @@ -2,8 +2,8 @@ // // Class which manages geometry information of the super-module // -// last change : $Date: 2010/10/21 17:33:47 $ -// by : $Author: wmtan $ +// last change : $Date: 2007/06/26 21:06:15 $ +// by : $Author: franzoni $ // #ifndef H4Geom_H diff --git a/EventFilter/EcalTBRawToDigi/data/macro/ToBeLoaded.C b/EventFilter/EcalTBRawToDigi/data/macro/ToBeLoaded.C index eeadd753ed30e..24487ecadc6e1 100644 --- a/EventFilter/EcalTBRawToDigi/data/macro/ToBeLoaded.C +++ b/EventFilter/EcalTBRawToDigi/data/macro/ToBeLoaded.C @@ -20,8 +20,8 @@ std::string IntToString(int num) /*! \class H4Geom * \brief A helper class with geometry information of the super module * - * $Date: 2010/10/21 17:33:47 $ - * $Author: wmtan $ + * $Date: 2007/06/26 21:06:15 $ + * $Author: franzoni $ * * Crystal numbering schemes during automn 2004 (SM10): * - Conventions diff --git a/EventFilter/EcalTBRawToDigi/interface/EcalDCC07UnpackingModule.h b/EventFilter/EcalTBRawToDigi/interface/EcalDCC07UnpackingModule.h index a43135b7d328a..8ab675f078bb6 100644 --- a/EventFilter/EcalTBRawToDigi/interface/EcalDCC07UnpackingModule.h +++ b/EventFilter/EcalTBRawToDigi/interface/EcalDCC07UnpackingModule.h @@ -4,8 +4,8 @@ /** \class EcalUnpackingModule * * - * $Date: 2012/09/12 18:18:43 $ - * $Revision: 1.6 $ + * $Date: 2009/12/14 22:22:35 $ + * $Revision: 1.5 $ * \author Y. Maravin * \author G. Franzoni * \author G. Della Ricca diff --git a/EventFilter/EcalTBRawToDigi/interface/EcalDCCUnpackingModule.h b/EventFilter/EcalTBRawToDigi/interface/EcalDCCUnpackingModule.h index 5fac8a99f424e..ce2db51607e98 100644 --- a/EventFilter/EcalTBRawToDigi/interface/EcalDCCUnpackingModule.h +++ b/EventFilter/EcalTBRawToDigi/interface/EcalDCCUnpackingModule.h @@ -4,8 +4,8 @@ /** \class EcalUnpackingModule * * - * $Date: 2012/09/12 18:18:43 $ - * $Revision: 1.13 $ + * $Date: 2009/12/14 22:22:35 $ + * $Revision: 1.12 $ * \author N. Marinelli * \author G. Della Ricca */ diff --git a/EventFilter/EcalTBRawToDigi/src/CamacTBDataFormatter.h b/EventFilter/EcalTBRawToDigi/src/CamacTBDataFormatter.h index 1e13d8f0d02c4..3d38429027ac4 100644 --- a/EventFilter/EcalTBRawToDigi/src/CamacTBDataFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/CamacTBDataFormatter.h @@ -2,7 +2,7 @@ #define CamacTBDataFormatter_H /** \class CamacTBDataFormatter * - * $Id: CamacTBDataFormatter.h,v 1.7 2010/10/12 13:11:35 eulisse Exp $ + * $Id: CamacTBDataFormatter.h,v 1.6 2007/04/12 08:36:46 franzoni Exp $ * * \author G. Franzoni */ diff --git a/EventFilter/EcalTBRawToDigi/src/EcalDCC07UnpackingModule.cc b/EventFilter/EcalTBRawToDigi/src/EcalDCC07UnpackingModule.cc index c2c349f54591d..3520731f6ada6 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalDCC07UnpackingModule.cc +++ b/EventFilter/EcalTBRawToDigi/src/EcalDCC07UnpackingModule.cc @@ -1,7 +1,7 @@ /* \file EcalDCCTB07UnpackingModule.h * - * $Date: 2012/09/12 18:18:44 $ - * $Revision: 1.13 $ + * $Date: 2009/12/14 22:22:37 $ + * $Revision: 1.12 $ * \author Y. Maravin * \author G. Franzoni * \author G. Della Ricca diff --git a/EventFilter/EcalTBRawToDigi/src/EcalDCCUnpackingModule.cc b/EventFilter/EcalTBRawToDigi/src/EcalDCCUnpackingModule.cc index 863aa27e07612..6964687c5e87a 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalDCCUnpackingModule.cc +++ b/EventFilter/EcalTBRawToDigi/src/EcalDCCUnpackingModule.cc @@ -1,7 +1,7 @@ /* \file EcalDCCUnpackingModule.h * - * $Date: 2012/09/12 18:18:44 $ - * $Revision: 1.45 $ + * $Date: 2009/12/14 22:22:37 $ + * $Revision: 1.44 $ * \author N. Marinelli * \author G. Della Ricca * \author G. Franzoni diff --git a/EventFilter/EcalTBRawToDigi/src/EcalSupervisorDataFormatter.h b/EventFilter/EcalTBRawToDigi/src/EcalSupervisorDataFormatter.h index f207a97164906..a756d4c5b60ae 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalSupervisorDataFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/EcalSupervisorDataFormatter.h @@ -2,7 +2,7 @@ #define EcalSupervisorTBDataFormatter_H /** \class EcalSupervisorTBDataFormatter * - * $Id: EcalSupervisorDataFormatter.h,v 1.4 2007/10/20 10:58:01 franzoni Exp $ + * $Id: EcalSupervisorTBDataFormatter.h,v 1.3 2007/04/12 08:36:47 franzoni Exp $ */ #include diff --git a/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.cc b/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.cc index fd88a869fc686..d18f08f38506e 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.cc +++ b/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.cc @@ -1,7 +1,7 @@ /* * - * $Date: 2012/01/13 10:06:50 $ - * $Revision: 1.29 $ + * $Date: 2010/08/06 20:24:29 $ + * $Revision: 1.28 $ * \author N. Marinelli IASA * \author G. Della Ricca * \author G. Franzoni diff --git a/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.h b/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.h index f61e43e9f4c2a..886b37d26efa9 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/EcalTB07DaqFormatter.h @@ -2,8 +2,8 @@ #define EcalTB07DaqFormatter_H /** \class EcalTB07DaqFormatter * - * $Date: 2008/01/21 11:21:00 $ - * $Revision: 1.7 $ + * $Date: 2007/10/23 16:04:07 $ + * $Revision: 1.6 $ * \author N. Marinelli IASA-Athens * \author G. Della Ricca * \author G. Franzoni diff --git a/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.cc b/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.cc index 303a14042cd23..54fbb5c721753 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.cc +++ b/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.cc @@ -1,7 +1,7 @@ /* * - * $Date: 2010/08/06 20:24:29 $ - * $Revision: 1.75 $ + * $Date: 2009/12/28 23:14:52 $ + * $Revision: 1.74 $ * \author N. Marinelli IASA * \author G. Della Ricca * \author G. Franzoni diff --git a/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.h b/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.h index 95b3336b8787e..64ac7633bea13 100644 --- a/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/EcalTBDaqFormatter.h @@ -2,8 +2,8 @@ #define EcalTBDaqFormatter_H /** \class EcalTBDaqFormatter * - * $Date: 2008/01/21 11:21:01 $ - * $Revision: 1.18 $ + * $Date: 2007/10/23 15:30:05 $ + * $Revision: 1.17 $ * \author N. Marinelli IASA-Athens * \author G. Della Ricca * \author G. Franzoni diff --git a/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.cc b/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.cc index 52f269b83398b..1b76b482abd2d 100644 --- a/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.cc +++ b/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.cc @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -// $Id: MatacqDataFormatter.cc,v 1.7 2008/01/22 18:59:16 muzaffar Exp $ +// $Id: MatacqDataFormatter.cc,v 1.6 2007/10/20 10:58:01 franzoni Exp $ #include "EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.h" #include "DataFormats/FEDRawData/interface/FEDRawData.h" diff --git a/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.h b/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.h index a659e18b81afa..c4fb8c0815d80 100644 --- a/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/MatacqDataFormatter.h @@ -2,7 +2,7 @@ #define MatacqTBDataFormatter_H /** \class MatacqDataFormatter * - * $Id: MatacqDataFormatter.h,v 1.5 2007/10/20 10:58:01 franzoni Exp $ + * $Id: MatacqTBDataFormatter.h,v 1.4 2006/09/21 12:22:36 pgras Exp $ */ #include diff --git a/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.cc b/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.cc index 3cf4218c2e2f1..63c1e158eafae 100644 --- a/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.cc +++ b/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.cc @@ -1,6 +1,6 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- /* - * $Id: MatacqRawEvent.cc,v 1.5 2010/08/06 20:24:29 wmtan Exp $ + * $Id: MatacqRawEvent.cc,v 1.4 2007/10/20 10:58:01 franzoni Exp $ * Original author: Ph. Gras CEA/Saclay */ diff --git a/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.h b/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.h index 002a1e8b84929..ed97e3861ef87 100644 --- a/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.h +++ b/EventFilter/EcalTBRawToDigi/src/MatacqRawEvent.h @@ -1,5 +1,5 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- -//$Id: MatacqRawEvent.h,v 1.4 2012/06/11 09:15:54 davidlt Exp $ +//$Id: MatacqRawEvent.h,v 1.3 2007/10/20 10:58:01 franzoni Exp $ #ifndef MATACQTBRAWEVENT_H #define MATACQTBRAWEVENT_H diff --git a/EventFilter/EcalTBRawToDigi/src/TableDataFormatter.h b/EventFilter/EcalTBRawToDigi/src/TableDataFormatter.h index 204172fc64878..d5f3acbcd5edb 100644 --- a/EventFilter/EcalTBRawToDigi/src/TableDataFormatter.h +++ b/EventFilter/EcalTBRawToDigi/src/TableDataFormatter.h @@ -2,7 +2,7 @@ #define TableDataFormatter_H /** \class TableDataFormatter * - * $Id: TableDataFormatter.h,v 1.5 2007/04/12 08:36:47 franzoni Exp $ + * $Id: TableDataFormatter.h,v 1.4 2006/07/27 23:44:00 meridian Exp $ */ #include diff --git a/EventFilter/EcalTBRawToDigi/test/stubs/EcalDCCHeaderDumperModule.cc b/EventFilter/EcalTBRawToDigi/test/stubs/EcalDCCHeaderDumperModule.cc index 79181dd14fb84..ab9af90513c57 100644 --- a/EventFilter/EcalTBRawToDigi/test/stubs/EcalDCCHeaderDumperModule.cc +++ b/EventFilter/EcalTBRawToDigi/test/stubs/EcalDCCHeaderDumperModule.cc @@ -3,8 +3,8 @@ * dummy module for the test of DaqFileInputService * * - * $Date: 2009/09/03 22:47:50 $ - * $Revision: 1.11 $ + * $Date: 2007/12/10 19:32:36 $ + * $Revision: 1.10 $ * * \author A. Ghezzi * diff --git a/EventFilter/EcalTBRawToDigi/test/stubs/EcalDigiDumperModule.cc b/EventFilter/EcalTBRawToDigi/test/stubs/EcalDigiDumperModule.cc index 2d7d75ec594f7..464329019e5cf 100644 --- a/EventFilter/EcalTBRawToDigi/test/stubs/EcalDigiDumperModule.cc +++ b/EventFilter/EcalTBRawToDigi/test/stubs/EcalDigiDumperModule.cc @@ -3,8 +3,8 @@ * dummy module for the test of DaqFileInputService * * - * $Date: 2008/01/22 18:59:17 $ - * $Revision: 1.20 $ + * $Date: 2007/10/20 10:58:02 $ + * $Revision: 1.19 $ * \author N. Amapane - S. Argiro' * \author G. Franzoni * diff --git a/EventFilter/EcalTBRawToDigi/test/stubs/EcalGraphDumperModule.cc b/EventFilter/EcalTBRawToDigi/test/stubs/EcalGraphDumperModule.cc index ae098d869caf6..98e8f79193d0f 100644 --- a/EventFilter/EcalTBRawToDigi/test/stubs/EcalGraphDumperModule.cc +++ b/EventFilter/EcalTBRawToDigi/test/stubs/EcalGraphDumperModule.cc @@ -3,8 +3,8 @@ * module dumping TGraph with 10 data frames * * - * $Date: 2009/09/03 22:47:50 $ - * $Revision: 1.8 $ + * $Date: 2008/01/22 18:59:17 $ + * $Revision: 1.7 $ * \author N. Amapane - S. Argiro' * \author G. Franzoni * diff --git a/EventFilter/EcalTBRawToDigi/test/stubs/EcalMatacqHist.h b/EventFilter/EcalTBRawToDigi/test/stubs/EcalMatacqHist.h index 035f19c8d95ce..bba7479c2c135 100644 --- a/EventFilter/EcalTBRawToDigi/test/stubs/EcalMatacqHist.h +++ b/EventFilter/EcalTBRawToDigi/test/stubs/EcalMatacqHist.h @@ -1,7 +1,7 @@ // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- /** - * $Id: EcalMatacqHist.h,v 1.2 2006/09/21 12:16:44 pgras Exp $ + * $Id: EcalMatacqHist.h,v 1.1 2006/09/08 09:51:49 pgras Exp $ * * Test module for matacq data producing some histograms. * diff --git a/EventFilter/EcalTBRawToDigi/test/stubs/EcalPnGraphDumperModule.cc b/EventFilter/EcalTBRawToDigi/test/stubs/EcalPnGraphDumperModule.cc index 6ddc53ff5ebe5..2d999b9967e49 100644 --- a/EventFilter/EcalTBRawToDigi/test/stubs/EcalPnGraphDumperModule.cc +++ b/EventFilter/EcalTBRawToDigi/test/stubs/EcalPnGraphDumperModule.cc @@ -3,8 +3,8 @@ * module dumping TGraph with 50 data frames from Pn Diodes * * - * $Date: 2007/12/18 11:32:13 $ - * $Revision: 1.3 $ + * $Date: 2007/06/13 13:55:32 $ + * $Revision: 1.2 $ * \author N. Amapane - S. Argiro' * \author G. Franzoni * \author J. Haupt diff --git a/EventFilter/FEDInterface/interface/FEDHeader.h b/EventFilter/FEDInterface/interface/FEDHeader.h index 967123b3a14b5..12743bb527167 100644 --- a/EventFilter/FEDInterface/interface/FEDHeader.h +++ b/EventFilter/FEDInterface/interface/FEDHeader.h @@ -4,7 +4,7 @@ /** \class FEDHeader * TEMPORARY helper class to interpret/create FED header words. * - * $Date: 2008/07/01 21:50:36 $ + * $Date: 2007/10/08 12:45:27 $ * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/EventFilter/FEDInterface/interface/FEDTrailer.h b/EventFilter/FEDInterface/interface/FEDTrailer.h index 39e2a10b97600..14b931c889bd0 100644 --- a/EventFilter/FEDInterface/interface/FEDTrailer.h +++ b/EventFilter/FEDInterface/interface/FEDTrailer.h @@ -5,7 +5,7 @@ * TEMPORARY helper class to interpret/create FED trailer words. * FIXME: will be replaced by the xdaq implementation * - * $Date: 2008/07/01 21:50:36 $ + * $Date: 2007/10/08 12:45:27 $ * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/EventFilter/FEDInterface/src/FEDHeader.cc b/EventFilter/FEDInterface/src/FEDHeader.cc index c2e3a2cab4270..b38f3966f2646 100644 --- a/EventFilter/FEDInterface/src/FEDHeader.cc +++ b/EventFilter/FEDInterface/src/FEDHeader.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2008/07/01 21:50:36 $ + * $Date: 2007/10/08 12:45:28 $ * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/EventFilter/FEDInterface/src/FEDTrailer.cc b/EventFilter/FEDInterface/src/FEDTrailer.cc index b193b933f96c6..2f055962df3d8 100644 --- a/EventFilter/FEDInterface/src/FEDTrailer.cc +++ b/EventFilter/FEDInterface/src/FEDTrailer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/07/01 21:50:36 $ - * $Revision: 1.1 $ + * $Date: 2008/01/22 19:28:58 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/EventFilter/GctRawToDigi/plugins/GctDigiToRaw.h b/EventFilter/GctRawToDigi/plugins/GctDigiToRaw.h index 82ae8e5c0528f..244b07c1a9276 100644 --- a/EventFilter/GctRawToDigi/plugins/GctDigiToRaw.h +++ b/EventFilter/GctRawToDigi/plugins/GctDigiToRaw.h @@ -16,7 +16,7 @@ // // Original Author: Jim Brooke // Created: Wed Nov 1 11:57:10 CET 2006 -// $Id: GctDigiToRaw.h,v 1.9 2010/02/11 00:11:40 wmtan Exp $ +// $Id: GctDigiToRaw.h,v 1.8 2009/12/24 17:48:08 jbrooke Exp $ // // diff --git a/EventFilter/GctRawToDigi/plugins/GctRawToDigi.h b/EventFilter/GctRawToDigi/plugins/GctRawToDigi.h index 06934648ad813..505c641a67f50 100644 --- a/EventFilter/GctRawToDigi/plugins/GctRawToDigi.h +++ b/EventFilter/GctRawToDigi/plugins/GctRawToDigi.h @@ -16,7 +16,7 @@ // // Original Author: Jim Brooke // Created: Wed Nov 1 11:57:10 CET 2006 -// $Id: GctRawToDigi.h,v 1.34 2010/02/11 00:11:41 wmtan Exp $ +// $Id: GctRawToDigi.h,v 1.33 2009/12/24 17:48:08 jbrooke Exp $ // // diff --git a/EventFilter/GctRawToDigi/python/l1GctHwDigis_cfi.py b/EventFilter/GctRawToDigi/python/l1GctHwDigis_cfi.py index 8c03e33876ae7..3328432058b9e 100644 --- a/EventFilter/GctRawToDigi/python/l1GctHwDigis_cfi.py +++ b/EventFilter/GctRawToDigi/python/l1GctHwDigis_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms l1GctHwDigis = cms.EDProducer("GctRawToDigi", - inputLabel = cms.InputTag("source"), + inputLabel = cms.InputTag("rawDataCollector"), gctFedId = cms.untracked.int32(745), hltMode = cms.bool(False), numberOfGctSamplesToUnpack = cms.uint32(1), diff --git a/EventFilter/GctRawToDigi/src/GctBlockHeader.h b/EventFilter/GctRawToDigi/src/GctBlockHeader.h index 040dae7193914..f4acb2b6bb320 100644 --- a/EventFilter/GctRawToDigi/src/GctBlockHeader.h +++ b/EventFilter/GctRawToDigi/src/GctBlockHeader.h @@ -7,8 +7,8 @@ * \brief Simple class for holding the basic attributes of an 32-bit block header. * * * \author Robert Frazier -* $Revision: 1.18 $ -* $Date: 2009/12/27 05:29:21 $ +* $Revision: 1.17 $ +* $Date: 2009/04/09 11:09:26 $ */ // C++ headers diff --git a/EventFilter/GctRawToDigi/src/GctFormatTranslateBase.h b/EventFilter/GctRawToDigi/src/GctFormatTranslateBase.h index 2a80a8ae7718a..1a14b0ee55f31 100644 --- a/EventFilter/GctRawToDigi/src/GctFormatTranslateBase.h +++ b/EventFilter/GctRawToDigi/src/GctFormatTranslateBase.h @@ -21,8 +21,8 @@ * concrete classes that can translate to/from specific RAW formats. * * \author Robert Frazier -* $Revision: 1.4 $ -* $Date: 2009/09/18 15:07:06 $ +* $Revision: 1.3 $ +* $Date: 2009/04/21 15:44:41 $ */ diff --git a/EventFilter/GctRawToDigi/src/GctFormatTranslateMCLegacy.h b/EventFilter/GctRawToDigi/src/GctFormatTranslateMCLegacy.h index 50170d2350d82..3955957dbf494 100644 --- a/EventFilter/GctRawToDigi/src/GctFormatTranslateMCLegacy.h +++ b/EventFilter/GctRawToDigi/src/GctFormatTranslateMCLegacy.h @@ -11,8 +11,8 @@ * that wasn't set to anything, i.e.: 0x00000000 * * \author Robert Frazier -* $Revision: 1.3 $ -* $Date: 2009/04/21 15:33:16 $ +* $Revision: 1.2 $ +* $Date: 2009/04/20 16:06:53 $ */ // ************************************************************************ diff --git a/EventFilter/GctRawToDigi/src/GctFormatTranslateV35.h b/EventFilter/GctRawToDigi/src/GctFormatTranslateV35.h index 7a9ba7b9ed373..28a392e7ebc26 100644 --- a/EventFilter/GctRawToDigi/src/GctFormatTranslateV35.h +++ b/EventFilter/GctRawToDigi/src/GctFormatTranslateV35.h @@ -8,8 +8,8 @@ * \brief Unpacks/packs the V35 raw format * * \author Robert Frazier -* $Revision: 1.2 $ -* $Date: 2009/04/21 15:33:17 $ +* $Revision: 1.1 $ +* $Date: 2009/04/07 10:51:06 $ */ // ************************************************************************ diff --git a/EventFilter/GctRawToDigi/src/GctFormatTranslateV38.h b/EventFilter/GctRawToDigi/src/GctFormatTranslateV38.h index 6554fa1ce2b87..0838895522a8b 100644 --- a/EventFilter/GctRawToDigi/src/GctFormatTranslateV38.h +++ b/EventFilter/GctRawToDigi/src/GctFormatTranslateV38.h @@ -8,8 +8,8 @@ * \brief Unpacks/packs the V38 raw format * * \author Robert Frazier -* $Revision: 1.4 $ -* $Date: 2009/11/16 20:57:13 $ +* $Revision: 1.3 $ +* $Date: 2009/04/21 15:33:17 $ */ // ************************************************************************ diff --git a/EventFilter/GctRawToDigi/src/GctUnpackCollections.h b/EventFilter/GctRawToDigi/src/GctUnpackCollections.h index d650fdcc7c881..bf0feb21c8553 100644 --- a/EventFilter/GctRawToDigi/src/GctUnpackCollections.h +++ b/EventFilter/GctRawToDigi/src/GctUnpackCollections.h @@ -8,8 +8,8 @@ * Deliberately made non-copyable with const members and private copy ctor, etc. * * \author Robert Frazier -* $Revision: 1.1 $ -* $Date: 2009/04/07 10:51:06 $ +* $Revision: 1.11 $ +* $Date: 2009/04/06 18:48:00 $ */ // CMSSW headers diff --git a/EventFilter/GctRawToDigi/test/gctDataVsEmul_cfg.py b/EventFilter/GctRawToDigi/test/gctDataVsEmul_cfg.py index 1433b25d1f04e..9557f6927b47b 100644 --- a/EventFilter/GctRawToDigi/test/gctDataVsEmul_cfg.py +++ b/EventFilter/GctRawToDigi/test/gctDataVsEmul_cfg.py @@ -18,7 +18,7 @@ # GCT Unpacker process.load('EventFilter.GctRawToDigi.l1GctHwDigis_cfi') -process.l1GctHwDigis.inputLabel = cms.InputTag( "source" ) +process.l1GctHwDigis.inputLabel = cms.InputTag( "rawDataCollector" ) process.l1GctHwDigis.verbose = cms.untracked.bool ( False ) process.l1GctHwDigis.unpackFibres = cms.untracked.bool ( True ) process.l1GctHwDigis.unpackInternEm = cms.untracked.bool ( True ) diff --git a/EventFilter/GctRawToDigi/test/gctRawToDigi_cfg.py b/EventFilter/GctRawToDigi/test/gctRawToDigi_cfg.py index e7f02057a2a43..60f8d5db594e0 100644 --- a/EventFilter/GctRawToDigi/test/gctRawToDigi_cfg.py +++ b/EventFilter/GctRawToDigi/test/gctRawToDigi_cfg.py @@ -13,7 +13,7 @@ # unpacker process.load( "EventFilter/GctRawToDigi/l1GctHwDigis_cfi" ) -process.l1GctHwDigis.inputLabel = cms.InputTag( "source" ) +process.l1GctHwDigis.inputLabel = cms.InputTag( "rawDataCollector" ) process.l1GctHwDigis.hltMode = cms.bool( True ) process.l1GctHwDigis.verbose = cms.untracked.bool( True ) diff --git a/EventFilter/GctRawToDigi/test/test_RawToDigi_Emulator_Data.py b/EventFilter/GctRawToDigi/test/test_RawToDigi_Emulator_Data.py index d3bbf0ec72ac8..073577ef33598 100644 --- a/EventFilter/GctRawToDigi/test/test_RawToDigi_Emulator_Data.py +++ b/EventFilter/GctRawToDigi/test/test_RawToDigi_Emulator_Data.py @@ -21,7 +21,7 @@ # GCT Unpacker process.load('EventFilter.GctRawToDigi.l1GctHwDigis_cfi') -process.l1GctHwDigis.inputLabel = cms.InputTag( "source" ) +process.l1GctHwDigis.inputLabel = cms.InputTag( "rawDataCollector" ) process.l1GctHwDigis.verbose = cms.untracked.bool ( False ) #process.l1GctHwDigis.unpackFibres = cms.untracked.bool ( True ) #process.l1GctHwDigis.unpackInternEm = cms.untracked.bool ( True ) diff --git a/EventFilter/Goodies/test/filterFarmUsageAndTiming.flash b/EventFilter/Goodies/test/filterFarmUsageAndTiming.flash index 16da3e08bb7ca..2b304ee7adc3d 100644 --- a/EventFilter/Goodies/test/filterFarmUsageAndTiming.flash +++ b/EventFilter/Goodies/test/filterFarmUsageAndTiming.flash @@ -1,5 +1,5 @@ - + diff --git a/EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h b/EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h index 2db90f0da4624..916be715abdbf 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h +++ b/EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h @@ -11,8 +11,8 @@ class HcalHTRData; * Interpretive class for an HcalDCCHeader * * - * $Date: 2009/09/23 18:29:44 $ - * $Revision: 1.9 $ + * $Date: 2009/02/12 17:28:18 $ + * $Revision: 1.8 $ * \author J. Mans - UMD */ diff --git a/EventFilter/HcalRawToDigi/interface/HcalDTCHeader.h b/EventFilter/HcalRawToDigi/interface/HcalDTCHeader.h index 0e47e484bfad6..d0bb6086dd062 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalDTCHeader.h +++ b/EventFilter/HcalRawToDigi/interface/HcalDTCHeader.h @@ -12,8 +12,8 @@ class HcalHTRData; * Interpretive class for the header of a FED-format data block * from the DTC -- the uTCA DAQ and timing card also called an AMC13 * - * $Date: 2012/10/22 14:05:56 $ - * $Revision: 1.1 $ + * $Date: 2009/09/23 18:29:44 $ + * $Revision: 1.9 $ * \author J. Mans - UMD */ diff --git a/EventFilter/HcalRawToDigi/interface/HcalDataFrameFilter.h b/EventFilter/HcalRawToDigi/interface/HcalDataFrameFilter.h index 2c1284e784f87..ee5754c1e7867 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalDataFrameFilter.h +++ b/EventFilter/HcalRawToDigi/interface/HcalDataFrameFilter.h @@ -13,8 +13,8 @@ As these are applied in units proportional to energy, rather than transverse energy, and no calibration is applied, care should be used. - $Date: 2009/03/03 16:28:07 $ - $Revision: 1.5 $ + $Date: 2008/08/26 09:33:44 $ + $Revision: 1.4 $ \author J. Mans - Minnesota */ class HcalDataFrameFilter { diff --git a/EventFilter/HcalRawToDigi/interface/HcalHTRData.h b/EventFilter/HcalRawToDigi/interface/HcalHTRData.h index 8831ad5d58787..d4d83a7c1b22c 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalHTRData.h +++ b/EventFilter/HcalRawToDigi/interface/HcalHTRData.h @@ -10,8 +10,8 @@ * Since this class requires external specification of the length of the data, it is implemented * as an interpreter, rather than a cast-able header class. * - * $Date: 2012/06/04 11:26:21 $ - * $Revision: 1.18 $ + * $Date: 2011/11/02 03:47:49 $ + * $Revision: 1.17 $ * \author J. Mans - UMD */ diff --git a/EventFilter/HcalRawToDigi/interface/HcalPacker.h b/EventFilter/HcalRawToDigi/interface/HcalPacker.h index 8a96a2016b1d4..8a13d7b2622f9 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalPacker.h +++ b/EventFilter/HcalRawToDigi/interface/HcalPacker.h @@ -7,8 +7,8 @@ /** \class HcalPacker * - * $Date: 2009/11/05 21:51:15 $ - * $Revision: 1.2 $ + * $Date: 2007/02/19 04:05:40 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class HcalPacker { diff --git a/EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h b/EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h index 2970905cfd4e9..9145164e80d90 100644 --- a/EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h +++ b/EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h @@ -6,8 +6,8 @@ /** \class HcalTTPUnpacker * - * $Date: 2009/09/11 19:56:30 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalTTPUnpacker { diff --git a/EventFilter/HcalRawToDigi/plugins/HcalCalibTypeFilter.cc b/EventFilter/HcalRawToDigi/plugins/HcalCalibTypeFilter.cc index b73dd8b7a66f3..d81481338957f 100644 --- a/EventFilter/HcalRawToDigi/plugins/HcalCalibTypeFilter.cc +++ b/EventFilter/HcalRawToDigi/plugins/HcalCalibTypeFilter.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giovanni FRANZONI // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HcalCalibTypeFilter.cc,v 1.5 2009/12/18 19:24:08 wmtan Exp $ +// $Id: HcalCalibTypeFilter.cc,v 1.4 2009/07/08 15:30:53 mansj Exp $ // // diff --git a/EventFilter/HcalRawToDigi/plugins/HcalEmptyEventFilter.cc b/EventFilter/HcalRawToDigi/plugins/HcalEmptyEventFilter.cc index 84150ac0b3b3a..8afbdc70e3f03 100644 --- a/EventFilter/HcalRawToDigi/plugins/HcalEmptyEventFilter.cc +++ b/EventFilter/HcalRawToDigi/plugins/HcalEmptyEventFilter.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Jeremiah Mans // Created: Tue Jun 4 CET 2012 -// $Id: HcalEmptyEventFilter.cc,v 1.1 2012/06/04 19:36:18 mansj Exp $ +// $Id: HcalEmptyEventFilter.cc,v 1.5 2009/12/18 19:24:08 wmtan Exp $ // // diff --git a/EventFilter/HcalRawToDigi/src/HcalDCCHeader.cc b/EventFilter/HcalRawToDigi/src/HcalDCCHeader.cc index fc283d24e3c5a..a563ce8af27cb 100644 --- a/EventFilter/HcalRawToDigi/src/HcalDCCHeader.cc +++ b/EventFilter/HcalRawToDigi/src/HcalDCCHeader.cc @@ -1,6 +1,6 @@ /* - * $Date: 2008/09/11 13:19:22 $ - * $Revision: 1.5 $ + * $Date: 2008/08/26 09:33:45 $ + * $Revision: 1.4 $ * \author J. Mans -- UMD */ #include "EventFilter/HcalRawToDigi/interface/HcalHTRData.h" diff --git a/EventFilter/HcalRawToDigi/src/HcalDTCHeader.cc b/EventFilter/HcalRawToDigi/src/HcalDTCHeader.cc index 9556311548ba5..98187226e0687 100644 --- a/EventFilter/HcalRawToDigi/src/HcalDTCHeader.cc +++ b/EventFilter/HcalRawToDigi/src/HcalDTCHeader.cc @@ -1,6 +1,6 @@ /* - * $Date: 2012/10/22 14:05:56 $ - * $Revision: 1.1 $ + * $Date: 2008/09/11 13:19:22 $ + * $Revision: 1.5 $ * \author J. Mans -- UMD */ #include "EventFilter/HcalRawToDigi/interface/HcalHTRData.h" diff --git a/EventFilter/HcalRawToDigi/src/HcalHTRData.cc b/EventFilter/HcalRawToDigi/src/HcalHTRData.cc index f244b0dc2fe74..e1f1e4bf757d5 100644 --- a/EventFilter/HcalRawToDigi/src/HcalHTRData.cc +++ b/EventFilter/HcalRawToDigi/src/HcalHTRData.cc @@ -1,7 +1,7 @@ //#include "Utilities/Configuration/interface/Architecture.h" /* - * $Date: 2012/06/04 11:26:22 $ - * $Revision: 1.20 $ + * $Date: 2011/11/02 03:47:49 $ + * $Revision: 1.19 $ * \author J. Mans -- UMD */ #ifndef HTBDAQ_DATA_STANDALONE diff --git a/EventFilter/HcalRawToDigi/test/hcal_laser_filter_testUpdate_cfg.py b/EventFilter/HcalRawToDigi/test/hcal_laser_filter_testUpdate_cfg.py index 0ddb219acdc0b..3e928d14e03fe 100644 --- a/EventFilter/HcalRawToDigi/test/hcal_laser_filter_testUpdate_cfg.py +++ b/EventFilter/HcalRawToDigi/test/hcal_laser_filter_testUpdate_cfg.py @@ -60,7 +60,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('exampleFilters nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/EventFilter/L1GlobalTriggerRawToDigi/interface/ConditionDumperInEdm.h b/EventFilter/L1GlobalTriggerRawToDigi/interface/ConditionDumperInEdm.h index 521350c4f5c3b..8d7da55f3ce23 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/interface/ConditionDumperInEdm.h +++ b/EventFilter/L1GlobalTriggerRawToDigi/interface/ConditionDumperInEdm.h @@ -15,7 +15,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Thu Feb 11 19:46:28 CET 2010 -// $Id: ConditionDumperInEdm.h,v 1.4 2013/05/17 21:07:10 chrjones Exp $ +// $Id: ConditionDumperInEdm.h,v 1.3 2010/03/16 23:58:25 ghete Exp $ // // diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py index 9f97aaea9571f..c888604443d52 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py @@ -48,7 +48,7 @@ #if useRelValSample == True : # evmGtInputTag = 'rawDataCollector' #else : -# evmGtInputTag = 'source' +# evmGtInputTag = 'rawDataCollector' evmGtInputTag = 'rawDataCollector' diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py index c3171d8cdb059..0dc9c9f27516e 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py @@ -52,7 +52,7 @@ #if useRelValSample == True : # daqGtInputTag = 'rawDataCollector' #else : -# daqGtInputTag = 'source' +# daqGtInputTag = 'rawDataCollector' daqGtInputTag = 'rawDataCollector' diff --git a/EventFilter/LTCRawToDigi/src/LTCRawToDigi.cc b/EventFilter/LTCRawToDigi/src/LTCRawToDigi.cc index 78319d3bca0d8..76bc71de308c2 100644 --- a/EventFilter/LTCRawToDigi/src/LTCRawToDigi.cc +++ b/EventFilter/LTCRawToDigi/src/LTCRawToDigi.cc @@ -13,7 +13,7 @@ // // Original Author: Peter Wittich // Created: Tue May 9 07:47:59 CDT 2006 -// $Id: LTCRawToDigi.cc,v 1.4 2006/10/27 01:35:24 wmtan Exp $ +// $Id: LTCRawToDigi.cc,v 1.3 2006/06/27 11:26:51 meschi Exp $ // // diff --git a/EventFilter/Message2log4cplus/interface/MLlog4cplus.h b/EventFilter/Message2log4cplus/interface/MLlog4cplus.h index b9b5a20260a22..8c94bb282f0b0 100644 --- a/EventFilter/Message2log4cplus/interface/MLlog4cplus.h +++ b/EventFilter/Message2log4cplus/interface/MLlog4cplus.h @@ -1,4 +1,4 @@ -// $Id: MLlog4cplus.h,v 1.3 2007/06/22 10:32:17 meschi Exp $ +// $Id: MLlog4cplus.h,v 1.2.2.1 2007/05/31 21:01:39 meschi Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/EventFilter/Message2log4cplus/src/MLlog4cplus.cc b/EventFilter/Message2log4cplus/src/MLlog4cplus.cc index acdf5d5b18a92..981bbc37b1eff 100644 --- a/EventFilter/Message2log4cplus/src/MLlog4cplus.cc +++ b/EventFilter/Message2log4cplus/src/MLlog4cplus.cc @@ -5,7 +5,7 @@ // // // Original Author: Jim Kowalkowski -// $Id: MLlog4cplus.cc,v 1.9 2008/01/22 18:49:59 muzaffar Exp $ +// $Id: MLlog4cplus.cc,v 1.8 2007/08/08 08:00:10 meschi Exp $ // #include "FWCore/MessageLogger/interface/MessageLoggerQ.h" diff --git a/EventFilter/Modules/doc/Modules.doc b/EventFilter/Modules/doc/Modules.doc index 2ed0bb56787aa..26b4977178d8f 100644 --- a/EventFilter/Modules/doc/Modules.doc +++ b/EventFilter/Modules/doc/Modules.doc @@ -6,7 +6,7 @@
- + Source code (CVS tag: @CVS_TAG@) - diff --git a/EventFilter/Modules/interface/FUShmDQMOutputService.h b/EventFilter/Modules/interface/FUShmDQMOutputService.h index e778ceaf44fa5..832d658d1a1cd 100644 --- a/EventFilter/Modules/interface/FUShmDQMOutputService.h +++ b/EventFilter/Modules/interface/FUShmDQMOutputService.h @@ -9,7 +9,7 @@ * 27-Dec-2006 - KAB - Initial Implementation * 31-Mar-2007 - HWKC - modification for shared memory usage * - * $Id: FUShmDQMOutputService.h,v 1.13 2012/05/02 15:02:19 smorovic Exp $ + * $Id: FUShmDQMOutputService.h,v 1.12.2.1 2012/04/16 14:36:08 smorovic Exp $ */ #include "DQMServices/Core/interface/DQMStore.h" diff --git a/EventFilter/Modules/src/FUShmDQMOutputService.cc b/EventFilter/Modules/src/FUShmDQMOutputService.cc index 9e507aec15ec6..ef43437e56365 100755 --- a/EventFilter/Modules/src/FUShmDQMOutputService.cc +++ b/EventFilter/Modules/src/FUShmDQMOutputService.cc @@ -18,7 +18,7 @@ * - DQMServices/NodeROOT/src/SenderBase.cc * - DQMServices/NodeROOT/src/ReceiverBase.cc * - * $Id: FUShmDQMOutputService.cc,v 1.24 2012/05/02 15:02:19 smorovic Exp $ + * $Id: FUShmDQMOutputService.cc,v 1.23.2.1 2012/04/16 14:36:08 smorovic Exp $ */ #include "EventFilter/Modules/interface/FUShmDQMOutputService.h" diff --git a/EventFilter/Modules/src/FUShmOutputModule.cc b/EventFilter/Modules/src/FUShmOutputModule.cc index e08e1a1da50bd..272893abfd578 100644 --- a/EventFilter/Modules/src/FUShmOutputModule.cc +++ b/EventFilter/Modules/src/FUShmOutputModule.cc @@ -4,7 +4,7 @@ the resource broker to send to the Storage Manager. See the CMS EvF Storage Manager wiki page for further notes. - $Id: FUShmOutputModule.cc,v 1.18 2012/10/11 17:48:11 smorovic Exp $ + $Id: FUShmOutputModule.cc,v 1.17 2012/09/03 19:51:27 smorovic Exp $ */ #include "EventFilter/Utilities/interface/i2oEvfMsgs.h" diff --git a/EventFilter/Modules/src/FUShmOutputModule.h b/EventFilter/Modules/src/FUShmOutputModule.h index 9e8702664f97f..915a8a9b82dab 100644 --- a/EventFilter/Modules/src/FUShmOutputModule.h +++ b/EventFilter/Modules/src/FUShmOutputModule.h @@ -6,7 +6,7 @@ Header file shared memory to be used with FUShmOutputModule. See CMS EvF Storage Manager wiki page for further notes. - $Id: FUShmOutputModule.h,v 1.12 2012/10/11 17:48:11 smorovic Exp $ + $Id: FUShmOutputModule.h,v 1.11 2012/09/03 19:51:27 smorovic Exp $ */ #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/EventFilter/Processor/src/FUEventProcessor.cc b/EventFilter/Processor/src/FUEventProcessor.cc index 4d2405c3d0ac2..ceeeca23c9e0c 100644 --- a/EventFilter/Processor/src/FUEventProcessor.cc +++ b/EventFilter/Processor/src/FUEventProcessor.cc @@ -2680,7 +2680,7 @@ void FUEventProcessor::makeStaticInfo() using namespace utils; std::ostringstream ost; mDiv(&ost,"ve"); - ost<< "$Revision: 1.164 $ (" << edm::getReleaseVersion() <<")"; + ost<< "$Revision: 1.163 $ (" << edm::getReleaseVersion() <<")"; cDiv(&ost); mDiv(&ost,"ou",outPut_.toString()); mDiv(&ost,"sh",hasShMem_.toString()); diff --git a/EventFilter/RPCRawToDigi/src/RPCRecordFormatter.cc b/EventFilter/RPCRawToDigi/src/RPCRecordFormatter.cc index 6b099bb143dc2..de6eb34a5eadb 100644 --- a/EventFilter/RPCRawToDigi/src/RPCRecordFormatter.cc +++ b/EventFilter/RPCRawToDigi/src/RPCRecordFormatter.cc @@ -1,8 +1,8 @@ /** \file * Implementation of class RPCRecordFormatter * - * $Date: 2010/03/15 00:01:42 $ - * $Revision: 1.43 $ + * $Date: 2009/03/24 23:11:38 $ + * $Revision: 1.42 $ * * \author Ilaria Segoni */ diff --git a/EventFilter/ResourceBroker/interface/FUResourceBroker.h b/EventFilter/ResourceBroker/interface/FUResourceBroker.h index 203bf2d652016..7aec6717cf589 100644 --- a/EventFilter/ResourceBroker/interface/FUResourceBroker.h +++ b/EventFilter/ResourceBroker/interface/FUResourceBroker.h @@ -43,7 +43,7 @@ class EvffedFillerRB; /** * Main class of the Resource Broker XDAQ application. * - * $Author: eulisse $ + * $Author: aspataru $ * */ diff --git a/EventFilter/ResourceBroker/interface/RBStateMachine.h b/EventFilter/ResourceBroker/interface/RBStateMachine.h index ba5fb4b4990bb..535b00a3ceb4e 100644 --- a/EventFilter/ResourceBroker/interface/RBStateMachine.h +++ b/EventFilter/ResourceBroker/interface/RBStateMachine.h @@ -112,7 +112,7 @@ class Fail: public bsc::event { /** * Abstract base for state classes * - * $Author: smorovic $ + * $Author: aspataru $ * */ diff --git a/EventFilter/ResourceBroker/interface/SoapUtils.h b/EventFilter/ResourceBroker/interface/SoapUtils.h index f52af696174b6..9f9083d6cb7b3 100644 --- a/EventFilter/ResourceBroker/interface/SoapUtils.h +++ b/EventFilter/ResourceBroker/interface/SoapUtils.h @@ -14,8 +14,8 @@ namespace soaputils { * Collection of utility functions for handling SOAP messages * * $Author: aspataru $ - * $Revision: 1.3 $ - * $Date: 2012/05/03 09:37:30 $ + * $Revision: 1.2 $ + * $Date: 2012/05/02 15:27:23 $ */ /** diff --git a/EventFilter/ResourceBroker/src/SoapUtils.cc b/EventFilter/ResourceBroker/src/SoapUtils.cc index c30b8ad0a78bd..d080646ab5fd0 100644 --- a/EventFilter/ResourceBroker/src/SoapUtils.cc +++ b/EventFilter/ResourceBroker/src/SoapUtils.cc @@ -2,8 +2,8 @@ * Collection of utility functions for handling SOAP messages * * $Author: aspataru $ - * $Revision: 1.3 $ - * $Date: 2012/05/03 09:37:32 $ + * $Revision: 1.2 $ + * $Date: 2012/05/02 15:27:26 $ */ #include "EventFilter/ResourceBroker/interface/SoapUtils.h" diff --git a/EventFilter/SMProxyServer/interface/Configuration.h b/EventFilter/SMProxyServer/interface/Configuration.h index 75082629cb2e6..1b6074e33dd87 100644 --- a/EventFilter/SMProxyServer/interface/Configuration.h +++ b/EventFilter/SMProxyServer/interface/Configuration.h @@ -1,4 +1,4 @@ -// $Id: Configuration.h,v 1.3 2011/05/09 11:03:25 mommsen Exp $ +// $Id: Configuration.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: Configuration.h #ifndef EventFilter_SMProxyServer_Configuration_h @@ -83,8 +83,8 @@ namespace smproxy * only at requested times. * * $Author: mommsen $ - * $Revision: 1.3 $ - * $Date: 2011/05/09 11:03:25 $ + * $Revision: 1.2 $ + * $Date: 2011/03/07 15:41:54 $ */ class Configuration : public xdata::ActionListener diff --git a/EventFilter/SMProxyServer/interface/ConnectionID.h b/EventFilter/SMProxyServer/interface/ConnectionID.h index a698fe119a84b..7a1e8481945c1 100644 --- a/EventFilter/SMProxyServer/interface/ConnectionID.h +++ b/EventFilter/SMProxyServer/interface/ConnectionID.h @@ -1,4 +1,4 @@ -// $Id: ConnectionID.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: ConnectionID.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: ConnectionID.h #ifndef EventFilter_StorageManager_ConnectionID_h @@ -13,8 +13,8 @@ namespace smproxy { * Uniquely identifies an event server connection. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ struct ConnectionID diff --git a/EventFilter/SMProxyServer/interface/DQMArchiver.h b/EventFilter/SMProxyServer/interface/DQMArchiver.h index 2e3a7a483aa9e..812d694fbebda 100644 --- a/EventFilter/SMProxyServer/interface/DQMArchiver.h +++ b/EventFilter/SMProxyServer/interface/DQMArchiver.h @@ -1,4 +1,4 @@ -// $Id: DQMArchiver.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: DQMArchiver.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: DQMArchiver.h #ifndef EventFilter_SMProxyServer_DQMArchiver_h @@ -23,8 +23,8 @@ namespace smproxy { * Archive DQM histograms * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ class DQMArchiver diff --git a/EventFilter/SMProxyServer/interface/DQMEventMsg.h b/EventFilter/SMProxyServer/interface/DQMEventMsg.h index 5d52459812db2..b054a6eb674cd 100644 --- a/EventFilter/SMProxyServer/interface/DQMEventMsg.h +++ b/EventFilter/SMProxyServer/interface/DQMEventMsg.h @@ -1,4 +1,4 @@ -// $Id: DQMEventMsg.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: DQMEventMsg.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: DQMEventMsg.h #ifndef EventFilter_SMProxyServer_DQMEventMsg_h @@ -18,8 +18,8 @@ namespace smproxy { * APIs required for SMPS * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ class DQMEventMsg diff --git a/EventFilter/SMProxyServer/interface/DataManager.h b/EventFilter/SMProxyServer/interface/DataManager.h index 24e8f0f64810b..4d762bc8d6d35 100644 --- a/EventFilter/SMProxyServer/interface/DataManager.h +++ b/EventFilter/SMProxyServer/interface/DataManager.h @@ -1,4 +1,4 @@ -// $Id: DataManager.h,v 1.3 2013/01/10 15:55:44 eulisse Exp $ +// $Id: DataManager.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: DataManager.h #ifndef EventFilter_SMProxyServer_DataManager_h @@ -28,9 +28,9 @@ namespace smproxy { /** * Manages the data retrieval * - * $Author: eulisse $ - * $Revision: 1.3 $ - * $Date: 2013/01/10 15:55:44 $ + * $Author: mommsen $ + * $Revision: 1.2 $ + * $Date: 2011/03/07 15:41:54 $ */ class DataManager diff --git a/EventFilter/SMProxyServer/interface/DataRetrieverMonitorCollection.h b/EventFilter/SMProxyServer/interface/DataRetrieverMonitorCollection.h index 824ecac3f2e79..4545d5502ac4d 100644 --- a/EventFilter/SMProxyServer/interface/DataRetrieverMonitorCollection.h +++ b/EventFilter/SMProxyServer/interface/DataRetrieverMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: DataRetrieverMonitorCollection.h,v 1.3 2011/05/09 11:03:25 mommsen Exp $ +// $Id: DataRetrieverMonitorCollection.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: DataRetrieverMonitorCollection.h #ifndef EventFilter_SMProxyServer_DataRetrieverMonitorCollection_h @@ -28,8 +28,8 @@ namespace smproxy { * A collection of MonitoredQuantities related to data retrieval * * $Author: mommsen $ - * $Revision: 1.3 $ - * $Date: 2011/05/09 11:03:25 $ + * $Revision: 1.2 $ + * $Date: 2011/03/07 15:41:54 $ */ class DataRetrieverMonitorCollection : public stor::MonitorCollection diff --git a/EventFilter/SMProxyServer/interface/EventMsg.h b/EventFilter/SMProxyServer/interface/EventMsg.h index 67d93d4255877..49fe26983f3b8 100644 --- a/EventFilter/SMProxyServer/interface/EventMsg.h +++ b/EventFilter/SMProxyServer/interface/EventMsg.h @@ -1,4 +1,4 @@ -// $Id: EventMsg.h,v 1.3 2011/03/08 18:44:55 mommsen Exp $ +// $Id: EventMsg.h,v 1.1.2.7 2011/03/08 18:34:19 mommsen Exp $ /// @file: EventMsg.h #ifndef EventFilter_SMProxyServer_EventMsg_h @@ -17,8 +17,8 @@ namespace smproxy { * APIs required for SMPS * * $Author: mommsen $ - * $Revision: 1.3 $ - * $Date: 2011/03/08 18:44:55 $ + * $Revision: 1.1.2.7 $ + * $Date: 2011/03/08 18:34:19 $ */ class EventMsg diff --git a/EventFilter/SMProxyServer/interface/EventQueueCollection.h b/EventFilter/SMProxyServer/interface/EventQueueCollection.h index 82460b42a5301..cb507790199bd 100644 --- a/EventFilter/SMProxyServer/interface/EventQueueCollection.h +++ b/EventFilter/SMProxyServer/interface/EventQueueCollection.h @@ -1,4 +1,4 @@ -// $Id: EventQueueCollection.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: EventQueueCollection.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: EventQueueCollection.h #ifndef EventFilter_SMProxyServer_EventQueueCollection_h @@ -15,8 +15,8 @@ namespace smproxy { * A collection of ConcurrentQueue. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ typedef stor::QueueCollection EventQueueCollection; diff --git a/EventFilter/SMProxyServer/interface/EventRetriever.h b/EventFilter/SMProxyServer/interface/EventRetriever.h index cf6afb03a163c..a3062ab7eee20 100644 --- a/EventFilter/SMProxyServer/interface/EventRetriever.h +++ b/EventFilter/SMProxyServer/interface/EventRetriever.h @@ -1,4 +1,4 @@ -// $Id: EventRetriever.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: EventRetriever.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: EventRetriever.h #ifndef EventFilter_SMProxyServer_EventRetriever_h @@ -34,8 +34,8 @@ namespace smproxy { * Retrieve events from the event server * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ template diff --git a/EventFilter/SMProxyServer/interface/Exception.h b/EventFilter/SMProxyServer/interface/Exception.h index fd0308a5de34b..e81b26cf57608 100644 --- a/EventFilter/SMProxyServer/interface/Exception.h +++ b/EventFilter/SMProxyServer/interface/Exception.h @@ -1,4 +1,4 @@ -// $Id: Exception.h,v 1.3 2011/05/09 11:03:25 mommsen Exp $ +// $Id: Exception.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: Exception.h #ifndef EventFilter_SMProxyServer_Exception_h @@ -13,8 +13,8 @@ namespace smproxy { List of exceptions thrown by the SMProxyServer $Author: mommsen $ - $Revision: 1.3 $ - $Date: 2011/05/09 11:03:25 $ + $Revision: 1.2 $ + $Date: 2011/03/07 15:41:54 $ */ } diff --git a/EventFilter/SMProxyServer/interface/SMPSWebPageHelper.h b/EventFilter/SMProxyServer/interface/SMPSWebPageHelper.h index 5fd1a08e537ed..042b71d2e1605 100644 --- a/EventFilter/SMProxyServer/interface/SMPSWebPageHelper.h +++ b/EventFilter/SMProxyServer/interface/SMPSWebPageHelper.h @@ -1,4 +1,4 @@ -// $Id: SMPSWebPageHelper.h,v 1.4 2012/08/14 11:55:44 davidlt Exp $ +// $Id: SMPSWebPageHelper.h,v 1.3 2011/05/09 11:03:25 mommsen Exp $ /// @file: SMPSWebPageHelper.h #ifndef EventFilter_SMProxyServer_SMPSWebPageHelper_h @@ -15,9 +15,9 @@ namespace smproxy { /** * Helper class to handle SM proxy server web page requests * - * $Author: davidlt $ - * $Revision: 1.4 $ - * $Date: 2012/08/14 11:55:44 $ + * $Author: mommsen $ + * $Revision: 1.3 $ + * $Date: 2011/05/09 11:03:25 $ */ class SMPSWebPageHelper : public stor::WebPageHelper diff --git a/EventFilter/SMProxyServer/interface/SMProxyServer.h b/EventFilter/SMProxyServer/interface/SMProxyServer.h index 2cff2aca9f984..a3c2fc963f6c8 100644 --- a/EventFilter/SMProxyServer/interface/SMProxyServer.h +++ b/EventFilter/SMProxyServer/interface/SMProxyServer.h @@ -1,4 +1,4 @@ -// $Id: SMProxyServer.h,v 1.23 2011/03/07 15:41:54 mommsen Exp $ +// $Id: SMProxyServer.h,v 1.22.4.1 2011/03/07 12:01:12 mommsen Exp $ /// @file: SMProxyServer.h #ifndef EventFilter_SMProxyServer_SMProxyServer_h @@ -24,8 +24,8 @@ namespace smproxy { * Main class of the SMProxyServer XDAQ application * * $Author: mommsen $ - * $Revision: 1.23 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.22.4.1 $ + * $Date: 2011/03/07 12:01:12 $ */ class SMProxyServer: public xdaq::Application diff --git a/EventFilter/SMProxyServer/interface/StateMachine.h b/EventFilter/SMProxyServer/interface/StateMachine.h index 7b54e6bac1a6f..54429253b29e0 100644 --- a/EventFilter/SMProxyServer/interface/StateMachine.h +++ b/EventFilter/SMProxyServer/interface/StateMachine.h @@ -1,4 +1,4 @@ -// $Id: StateMachine.h,v 1.5 2011/05/09 11:03:25 mommsen Exp $ +// $Id: StateMachine.h,v 1.4 2011/04/04 12:30:48 mommsen Exp $ /// @file: StateMachine.h #ifndef EventFilter_SMProxyServer_StateMachine_h diff --git a/EventFilter/SMProxyServer/interface/States.h b/EventFilter/SMProxyServer/interface/States.h index 5970168bcc25d..cb33c4c4928bc 100644 --- a/EventFilter/SMProxyServer/interface/States.h +++ b/EventFilter/SMProxyServer/interface/States.h @@ -1,4 +1,4 @@ -// $Id: States.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: States.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: States.h #ifndef EventFilter_SMProxyServer_States_h diff --git a/EventFilter/SMProxyServer/interface/StatisticsReporter.h b/EventFilter/SMProxyServer/interface/StatisticsReporter.h index 9fce4030f4a23..cddb57b6a60ee 100644 --- a/EventFilter/SMProxyServer/interface/StatisticsReporter.h +++ b/EventFilter/SMProxyServer/interface/StatisticsReporter.h @@ -1,4 +1,4 @@ -// $Id: StatisticsReporter.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: StatisticsReporter.h,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: StatisticsReporter.h #ifndef EventFilter_SMProxyServer_StatisticsReporter_h @@ -35,8 +35,8 @@ namespace smproxy { * statistics for all MonitorCollections. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:41:54 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 12:01:12 $ */ class StatisticsReporter : public toolbox::lang::Class, public xdata::ActionListener diff --git a/EventFilter/SMProxyServer/src/Configuration.cc b/EventFilter/SMProxyServer/src/Configuration.cc index b45078b32604b..629b66698c8c4 100644 --- a/EventFilter/SMProxyServer/src/Configuration.cc +++ b/EventFilter/SMProxyServer/src/Configuration.cc @@ -1,4 +1,4 @@ -// $Id: Configuration.cc,v 1.3 2011/05/09 11:03:34 mommsen Exp $ +// $Id: Configuration.cc,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: Configuration.cc #include "EventFilter/SMProxyServer/interface/Configuration.h" diff --git a/EventFilter/SMProxyServer/src/DQMArchiver.cc b/EventFilter/SMProxyServer/src/DQMArchiver.cc index 461ec7d65c60e..e6a3288dcc2bc 100644 --- a/EventFilter/SMProxyServer/src/DQMArchiver.cc +++ b/EventFilter/SMProxyServer/src/DQMArchiver.cc @@ -1,4 +1,4 @@ -// $Id: DQMArchiver.cc,v 1.3 2011/03/30 15:33:43 mommsen Exp $ +// $Id: DQMArchiver.cc,v 1.2 2011/03/07 15:41:54 mommsen Exp $ /// @file: DQMArchiver.cc #include "DQMServices/Core/interface/DQMStore.h" diff --git a/EventFilter/SMProxyServer/src/DQMEventMsg.cc b/EventFilter/SMProxyServer/src/DQMEventMsg.cc index 81debf22351a0..a9df741bdbf01 100644 --- a/EventFilter/SMProxyServer/src/DQMEventMsg.cc +++ b/EventFilter/SMProxyServer/src/DQMEventMsg.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventMsg.cc,v 1.2 2011/03/07 15:41:54 mommsen Exp $ +// $Id: DQMEventMsg.cc,v 1.1.4.2 2011/03/07 12:01:12 mommsen Exp $ /// @file: DQMEventMsg.cc #include "EventFilter/SMProxyServer/interface/DQMEventMsg.h" diff --git a/EventFilter/SMProxyServer/src/DataManager.cc b/EventFilter/SMProxyServer/src/DataManager.cc index 66fef2a820d45..077ccca5c2e70 100644 --- a/EventFilter/SMProxyServer/src/DataManager.cc +++ b/EventFilter/SMProxyServer/src/DataManager.cc @@ -1,4 +1,4 @@ -// $Id: DataManager.cc,v 1.3 2011/03/24 17:26:25 mommsen Exp $ +// $Id: DataManager.cc,v 1.1.4.3 2011/03/23 14:21:31 mommsen Exp $ /// @file: DataManager.cc #include "EventFilter/SMProxyServer/interface/DataManager.h" diff --git a/EventFilter/SMProxyServer/src/DataRetrieverMonitorCollection.cc b/EventFilter/SMProxyServer/src/DataRetrieverMonitorCollection.cc index 5030128999625..4e20a12040b62 100644 --- a/EventFilter/SMProxyServer/src/DataRetrieverMonitorCollection.cc +++ b/EventFilter/SMProxyServer/src/DataRetrieverMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: DataRetrieverMonitorCollection.cc,v 1.3 2011/05/09 11:03:34 mommsen Exp $ +// $Id: DataRetrieverMonitorCollection.cc,v 1.2 2011/03/07 15:41:55 mommsen Exp $ /// @file: DataRetrieverMonitorCollection.cc #include diff --git a/EventFilter/SMProxyServer/src/EventMsg.cc b/EventFilter/SMProxyServer/src/EventMsg.cc index d56ddc9628bf3..530fc569fe8eb 100644 --- a/EventFilter/SMProxyServer/src/EventMsg.cc +++ b/EventFilter/SMProxyServer/src/EventMsg.cc @@ -1,4 +1,4 @@ -// $Id: EventMsg.cc,v 1.3 2011/03/08 18:44:55 mommsen Exp $ +// $Id: EventMsg.cc,v 1.1.2.6 2011/03/08 18:34:19 mommsen Exp $ /// @file: EventMsg.cc #include "EventFilter/SMProxyServer/interface/EventMsg.h" diff --git a/EventFilter/SMProxyServer/src/EventRetriever.icc b/EventFilter/SMProxyServer/src/EventRetriever.icc index 30d81711fa122..22d8209b3e744 100644 --- a/EventFilter/SMProxyServer/src/EventRetriever.icc +++ b/EventFilter/SMProxyServer/src/EventRetriever.icc @@ -1,4 +1,4 @@ -// $Id: EventRetriever.icc,v 1.5 2011/05/09 11:03:34 mommsen Exp $ +// $Id: EventRetriever.icc,v 1.4 2011/04/04 12:30:37 mommsen Exp $ /// @file: EventRetriever.icc #include "EventFilter/SMProxyServer/interface/EventMsg.h" diff --git a/EventFilter/SMProxyServer/src/SMPSWebPageHelper.cc b/EventFilter/SMProxyServer/src/SMPSWebPageHelper.cc index 9ae53abad3d13..3bbf3fe40868a 100644 --- a/EventFilter/SMProxyServer/src/SMPSWebPageHelper.cc +++ b/EventFilter/SMProxyServer/src/SMPSWebPageHelper.cc @@ -1,4 +1,4 @@ -// $Id: SMPSWebPageHelper.cc,v 1.3 2011/05/09 11:03:34 mommsen Exp $ +// $Id: SMPSWebPageHelper.cc,v 1.2 2011/03/07 15:41:55 mommsen Exp $ /// @file: SMPSWebPageHelper.cc #include "EventFilter/SMProxyServer/interface/SMPSWebPageHelper.h" @@ -17,9 +17,9 @@ namespace smproxy xdaq::ApplicationDescriptor* appDesc, StateMachinePtr stateMachine ) : - stor::WebPageHelper(appDesc, "$Name: V03-03-02 $", this, &smproxy::SMPSWebPageHelper::addDOMforHyperLinks), + stor::WebPageHelper(appDesc, "$Name: $", this, &smproxy::SMPSWebPageHelper::addDOMforHyperLinks), stateMachine_(stateMachine), - consumerWebPageHelper_(appDesc, "$Name: V03-03-02 $", this, &smproxy::SMPSWebPageHelper::addDOMforHyperLinks) + consumerWebPageHelper_(appDesc, "$Name: $", this, &smproxy::SMPSWebPageHelper::addDOMforHyperLinks) { } diff --git a/EventFilter/SMProxyServer/src/SMProxyServer.cc b/EventFilter/SMProxyServer/src/SMProxyServer.cc index c61efa97b5cfc..e08819bdd41fe 100644 --- a/EventFilter/SMProxyServer/src/SMProxyServer.cc +++ b/EventFilter/SMProxyServer/src/SMProxyServer.cc @@ -1,4 +1,4 @@ -// $Id: SMProxyServer.cc,v 1.47 2011/08/22 14:21:00 mommsen Exp $ +// $Id: SMProxyServer.cc,v 1.46 2011/03/07 15:41:55 mommsen Exp $ /// @file: SMProxyServer.cc #include "EventFilter/SMProxyServer/interface/Exception.h" diff --git a/EventFilter/SMProxyServer/src/StateMachine.cc b/EventFilter/SMProxyServer/src/StateMachine.cc index 41eebb014ce85..4dc88fff715c6 100644 --- a/EventFilter/SMProxyServer/src/StateMachine.cc +++ b/EventFilter/SMProxyServer/src/StateMachine.cc @@ -1,4 +1,4 @@ -// $Id: StateMachine.cc,v 1.4 2011/05/09 11:03:34 mommsen Exp $ +// $Id: StateMachine.cc,v 1.3 2011/03/24 17:26:25 mommsen Exp $ /// @file: StateMachine.cc #include "EventFilter/SMProxyServer/interface/DataManager.h" diff --git a/EventFilter/SMProxyServer/src/StatisticsReporter.cc b/EventFilter/SMProxyServer/src/StatisticsReporter.cc index b5ce52c7aa529..0d9ecca98f105 100644 --- a/EventFilter/SMProxyServer/src/StatisticsReporter.cc +++ b/EventFilter/SMProxyServer/src/StatisticsReporter.cc @@ -1,4 +1,4 @@ -// $Id: StatisticsReporter.cc,v 1.3 2011/05/09 11:03:34 mommsen Exp $ +// $Id: StatisticsReporter.cc,v 1.2 2011/03/07 15:41:55 mommsen Exp $ /// @file: StatisticsReporter.cc #include diff --git a/EventFilter/SiPixelRawToDigi/src/PixelUnpackingRegions.cc b/EventFilter/SiPixelRawToDigi/src/PixelUnpackingRegions.cc index d520ae520a144..0a9481e48fb26 100644 --- a/EventFilter/SiPixelRawToDigi/src/PixelUnpackingRegions.cc +++ b/EventFilter/SiPixelRawToDigi/src/PixelUnpackingRegions.cc @@ -1,5 +1,5 @@ // -// $Id: PixelUnpackingRegions.cc,v 1.3 2012/03/19 06:58:18 khotilov Exp $ +// $Id: PixelUnpackingRegions.cc,v 1.2 2012/03/14 23:16:49 khotilov Exp $ // #include "EventFilter/SiPixelRawToDigi/interface/PixelUnpackingRegions.h" diff --git a/EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h b/EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h index 1eb1853eede88..e35151210df30 100644 --- a/EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h +++ b/EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDigiToRaw.h,v 1.23 2009/09/14 14:01:03 nc302 Exp $ +// Last commit: $Id: SiStripDigiToRaw.h,v 1.22 2009/08/19 13:39:21 bbetchar Exp $ #ifndef EventFilter_SiStripRawToDigi_SiStripDigiToRaw_H #define EventFilter_SiStripRawToDigi_SiStripDigiToRaw_H diff --git a/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.cc b/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.cc index d6a6afdebf1b7..19f9f51f3dd85 100644 --- a/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.cc +++ b/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDigiToRawModule.cc,v 1.11 2009/11/10 15:10:00 nc302 Exp $ +// Last commit: $Id: SiStripDigiToRawModule.cc,v 1.10 2009/09/14 14:01:03 nc302 Exp $ #include "EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.h" #include "EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h" diff --git a/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.h b/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.h index d54230edf8305..1df5a94c4cd5a 100644 --- a/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.h +++ b/EventFilter/SiStripRawToDigi/plugins/SiStripDigiToRawModule.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDigiToRawModule.h,v 1.7 2010/01/13 22:42:01 wmtan Exp $ +// Last commit: $Id: SiStripDigiToRawModule.h,v 1.6 2009/09/14 14:01:03 nc302 Exp $ #ifndef EventFilter_SiStripRawToDigi_SiStripDigiToRawModule_H #define EventFilter_SiStripRawToDigi_SiStripDigiToRawModule_H diff --git a/EventFilter/SiStripRawToDigi/src/SiStripDigiToRaw.cc b/EventFilter/SiStripRawToDigi/src/SiStripDigiToRaw.cc index 94cbd07362081..c478cc299984a 100644 --- a/EventFilter/SiStripRawToDigi/src/SiStripDigiToRaw.cc +++ b/EventFilter/SiStripRawToDigi/src/SiStripDigiToRaw.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDigiToRaw.cc,v 1.41 2009/09/14 14:01:04 nc302 Exp $ +// Last commit: $Id: SiStripDigiToRaw.cc,v 1.40 2009/08/19 13:39:22 bbetchar Exp $ #include "EventFilter/SiStripRawToDigi/interface/SiStripDigiToRaw.h" #include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h" diff --git a/EventFilter/StorageManager/interface/AlarmHandler.h b/EventFilter/StorageManager/interface/AlarmHandler.h index 8f44ca766276e..835e85f19bb51 100644 --- a/EventFilter/StorageManager/interface/AlarmHandler.h +++ b/EventFilter/StorageManager/interface/AlarmHandler.h @@ -1,4 +1,4 @@ -// $Id: AlarmHandler.h,v 1.10 2011/11/08 10:48:39 mommsen Exp $ +// $Id: AlarmHandler.h,v 1.9 2011/04/18 15:18:57 mommsen Exp $ /// @file: AlarmHandler.h #ifndef EventFilter_StorageManager_AlarmHandler_h @@ -23,8 +23,8 @@ namespace stor { * Helper class to handle sentinel alarming * * $Author: mommsen $ - * $Revision: 1.10 $ - * $Date: 2011/11/08 10:48:39 $ + * $Revision: 1.9 $ + * $Date: 2011/04/18 15:18:57 $ */ class AlarmHandler diff --git a/EventFilter/StorageManager/interface/CommandQueue.h b/EventFilter/StorageManager/interface/CommandQueue.h index d1f72216bf7b2..aa67674417335 100644 --- a/EventFilter/StorageManager/interface/CommandQueue.h +++ b/EventFilter/StorageManager/interface/CommandQueue.h @@ -1,4 +1,4 @@ -// $Id: CommandQueue.h,v 1.6 2011/03/07 15:31:31 mommsen Exp $ +// $Id: CommandQueue.h,v 1.5.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: CommandQueue.h #ifndef EventFilter_StorageManager_CommandQueue_h @@ -15,8 +15,8 @@ namespace stor Concurrent queue holding state machine events $Author: mommsen $ - $Revision: 1.6 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.5.16.1 $ + $Date: 2011/03/07 11:33:04 $ */ typedef boost::shared_ptr EventPtr_t; typedef ConcurrentQueue CommandQueue; diff --git a/EventFilter/StorageManager/interface/ConcurrentQueue.h b/EventFilter/StorageManager/interface/ConcurrentQueue.h index 58766e4cd99a0..63381e87cfec9 100644 --- a/EventFilter/StorageManager/interface/ConcurrentQueue.h +++ b/EventFilter/StorageManager/interface/ConcurrentQueue.h @@ -1,4 +1,4 @@ -// $Id: ConcurrentQueue.h,v 1.15 2013/01/07 11:16:27 eulisse Exp $ +// $Id: ConcurrentQueue.h,v 1.14 2012/10/04 11:53:21 mommsen Exp $ /// @file: ConcurrentQueue.h @@ -41,9 +41,9 @@ namespace stor The function returns the dropped event count (1) if the item cannot be added. - $Author: eulisse $ - $Revision: 1.15 $ - $Date: 2013/01/07 11:16:27 $ + $Author: mommsen $ + $Revision: 1.14 $ + $Date: 2012/10/04 11:53:21 $ */ diff --git a/EventFilter/StorageManager/interface/Configuration.h b/EventFilter/StorageManager/interface/Configuration.h index cb7db8305c983..7599f989fff13 100644 --- a/EventFilter/StorageManager/interface/Configuration.h +++ b/EventFilter/StorageManager/interface/Configuration.h @@ -1,4 +1,4 @@ -// $Id: Configuration.h,v 1.32 2012/06/08 10:20:33 mommsen Exp $ +// $Id: Configuration.h,v 1.31 2011/07/05 13:25:43 mommsen Exp $ /// @file: Configuration.h @@ -162,8 +162,8 @@ namespace stor * only at requested times. * * $Author: mommsen $ - * $Revision: 1.32 $ - * $Date: 2012/06/08 10:20:33 $ + * $Revision: 1.31 $ + * $Date: 2011/07/05 13:25:43 $ */ class Configuration : public xdata::ActionListener diff --git a/EventFilter/StorageManager/interface/ConsumerID.h b/EventFilter/StorageManager/interface/ConsumerID.h index 086b40e3a1eff..f647e7b43963a 100644 --- a/EventFilter/StorageManager/interface/ConsumerID.h +++ b/EventFilter/StorageManager/interface/ConsumerID.h @@ -1,5 +1,5 @@ -// $Id: ConsumerID.h,v 1.4 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ConsumerID.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ConsumerID.h #ifndef EventFilter_StorageManager_ConsumerID_h @@ -16,8 +16,8 @@ namespace stor { * Uniquely identifies a consumer. * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ struct ConsumerID diff --git a/EventFilter/StorageManager/interface/ConsumerMonitorCollection.h b/EventFilter/StorageManager/interface/ConsumerMonitorCollection.h index 7f80e298a04e5..0d5dbd1f7949b 100644 --- a/EventFilter/StorageManager/interface/ConsumerMonitorCollection.h +++ b/EventFilter/StorageManager/interface/ConsumerMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: ConsumerMonitorCollection.h,v 1.12 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ConsumerMonitorCollection.h,v 1.11.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ConsumerMonitorCollection.h #ifndef EventFilter_StorageManager_ConsumerMonitorCollection_h @@ -21,8 +21,8 @@ namespace stor { * A collection of MonitoredQuantities to track consumer activity. * * $Author: mommsen $ - * $Revision: 1.12 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.11.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class ConsumerMonitorCollection: public MonitorCollection diff --git a/EventFilter/StorageManager/interface/ConsumerUtils.h b/EventFilter/StorageManager/interface/ConsumerUtils.h index 15773bb83068f..8fd2730a81204 100644 --- a/EventFilter/StorageManager/interface/ConsumerUtils.h +++ b/EventFilter/StorageManager/interface/ConsumerUtils.h @@ -1,4 +1,4 @@ -// $Id: ConsumerUtils.h,v 1.10 2011/08/22 14:20:16 mommsen Exp $ +// $Id: ConsumerUtils.h,v 1.9 2011/03/07 15:31:31 mommsen Exp $ /// @file: ConsumerUtils.h #ifndef EventFilter_StorageManager_ConsumerUtils_h @@ -37,8 +37,8 @@ namespace stor Handles consumer requests and responses $Author: mommsen $ - $Revision: 1.10 $ - $Date: 2011/08/22 14:20:16 $ + $Revision: 1.9 $ + $Date: 2011/03/07 15:31:31 $ */ template diff --git a/EventFilter/StorageManager/interface/ConsumerWebPageHelper.h b/EventFilter/StorageManager/interface/ConsumerWebPageHelper.h index eef6f35ac574a..095e56c2ba56d 100644 --- a/EventFilter/StorageManager/interface/ConsumerWebPageHelper.h +++ b/EventFilter/StorageManager/interface/ConsumerWebPageHelper.h @@ -1,4 +1,4 @@ -// $Id: ConsumerWebPageHelper.h,v 1.2 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ConsumerWebPageHelper.h,v 1.1.4.2 2011/03/07 11:33:04 mommsen Exp $ /// @file: ConsumerWebPageHelper.h #ifndef EventFilter_StorageManager_ConsumerWebPageHelper_h @@ -25,8 +25,8 @@ namespace stor * Helper class to handle consumer web page requests * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.1.4.2 $ + * $Date: 2011/03/07 11:33:04 $ */ template diff --git a/EventFilter/StorageManager/interface/CurlInterface.h b/EventFilter/StorageManager/interface/CurlInterface.h index c922c5765dfa9..0be1270ef2111 100644 --- a/EventFilter/StorageManager/interface/CurlInterface.h +++ b/EventFilter/StorageManager/interface/CurlInterface.h @@ -1,4 +1,4 @@ -// $Id: CurlInterface.h,v 1.4 2011/11/16 14:32:22 mommsen Exp $ +// $Id: CurlInterface.h,v 1.3 2011/03/07 15:31:31 mommsen Exp $ /// @file: CurlInterface.h #ifndef EventFilter_StorageManager_CurlInterface_h @@ -19,8 +19,8 @@ namespace stor { * Helper class to interact with curl * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/11/16 14:32:22 $ + * $Revision: 1.3 $ + * $Date: 2011/03/07 15:31:31 $ */ class CurlInterface diff --git a/EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h b/EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h index a1c95cbe320bd..c6fd2b9685651 100644 --- a/EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h +++ b/EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: DQMConsumerMonitorCollection.h,v 1.2 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMConsumerMonitorCollection.h,v 1.1.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMConsumerMonitorCollection.h #ifndef EventFilter_StorageManager_DQMConsumerMonitorCollection_h @@ -15,8 +15,8 @@ namespace stor { * A collection of MonitoredQuantities to track event consumer activity. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.1.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class DQMConsumerMonitorCollection: public ConsumerMonitorCollection diff --git a/EventFilter/StorageManager/interface/DQMEventConsumerRegistrationInfo.h b/EventFilter/StorageManager/interface/DQMEventConsumerRegistrationInfo.h index 2aba254ae149b..933ed36178d43 100644 --- a/EventFilter/StorageManager/interface/DQMEventConsumerRegistrationInfo.h +++ b/EventFilter/StorageManager/interface/DQMEventConsumerRegistrationInfo.h @@ -1,4 +1,4 @@ -// $Id: DQMEventConsumerRegistrationInfo.h,v 1.9 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMEventConsumerRegistrationInfo.h,v 1.8.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventConsumerRegistrationInfo.h #ifndef EventFilter_StorageManager_DQMEventConsumerRegistrationInfo_h @@ -26,8 +26,8 @@ namespace stor * Holds the registration information for a DQM event consumer. * * $Author: mommsen $ - * $Revision: 1.9 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.8.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class DQMEventConsumerRegistrationInfo : diff --git a/EventFilter/StorageManager/interface/DQMEventMonitorCollection.h b/EventFilter/StorageManager/interface/DQMEventMonitorCollection.h index 79764ee5a82b4..bf968a4db70c4 100644 --- a/EventFilter/StorageManager/interface/DQMEventMonitorCollection.h +++ b/EventFilter/StorageManager/interface/DQMEventMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: DQMEventMonitorCollection.h,v 1.9 2011/04/04 12:03:30 mommsen Exp $ +// $Id: DQMEventMonitorCollection.h,v 1.8 2011/03/07 15:31:31 mommsen Exp $ /// @file: DQMEventMonitorCollection.h #ifndef EventFilter_StorageManager_DQMEventMonitorCollection_h @@ -16,8 +16,8 @@ namespace stor { * A collection of MonitoredQuantities related to fragments * * $Author: mommsen $ - * $Revision: 1.9 $ - * $Date: 2011/04/04 12:03:30 $ + * $Revision: 1.8 $ + * $Date: 2011/03/07 15:31:31 $ */ class DQMEventMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/DQMEventProcessor.h b/EventFilter/StorageManager/interface/DQMEventProcessor.h index baa58ecd48a52..5de7208ed73a0 100644 --- a/EventFilter/StorageManager/interface/DQMEventProcessor.h +++ b/EventFilter/StorageManager/interface/DQMEventProcessor.h @@ -1,4 +1,4 @@ -// $Id: DQMEventProcessor.h,v 1.9 2012/04/20 10:48:18 mommsen Exp $ +// $Id: DQMEventProcessor.h,v 1.8 2011/11/08 10:48:40 mommsen Exp $ /// @file: DQMEventProcessor.h #ifndef EventFilter_StorageManager_DQMEventProcessor_h @@ -32,8 +32,8 @@ namespace stor { * to disk every N lumi-sections. * * $Author: mommsen $ - * $Revision: 1.9 $ - * $Date: 2012/04/20 10:48:18 $ + * $Revision: 1.8 $ + * $Date: 2011/11/08 10:48:40 $ */ class DQMEventProcessor : public toolbox::lang::Class diff --git a/EventFilter/StorageManager/interface/DQMEventProcessorResources.h b/EventFilter/StorageManager/interface/DQMEventProcessorResources.h index bccb6743a5cb3..08e338f1b9db3 100644 --- a/EventFilter/StorageManager/interface/DQMEventProcessorResources.h +++ b/EventFilter/StorageManager/interface/DQMEventProcessorResources.h @@ -1,4 +1,4 @@ -// $Id: DQMEventProcessorResources.h,v 1.5 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMEventProcessorResources.h,v 1.4.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventProcessorResources.h @@ -18,8 +18,8 @@ namespace stor * and need to be accessed from multiple threads. * * $Author: mommsen $ - * $Revision: 1.5 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.4.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class DQMEventProcessorResources diff --git a/EventFilter/StorageManager/interface/DQMEventQueue.h b/EventFilter/StorageManager/interface/DQMEventQueue.h index 6e4931e50c690..a60c5bb5b4cab 100644 --- a/EventFilter/StorageManager/interface/DQMEventQueue.h +++ b/EventFilter/StorageManager/interface/DQMEventQueue.h @@ -1,4 +1,4 @@ -// $Id: DQMEventQueue.h,v 1.5 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMEventQueue.h,v 1.4.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventQueue.h #ifndef EventFilter_StorageManager_DQMEventQueue_h @@ -15,8 +15,8 @@ namespace stor { * waiting to be processed by the DQMEventProcessor * * $Author: mommsen $ - * $Revision: 1.5 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.4.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef ConcurrentQueue< I2OChain, KeepNewest > DQMEventQueue; diff --git a/EventFilter/StorageManager/interface/DQMEventQueueCollection.h b/EventFilter/StorageManager/interface/DQMEventQueueCollection.h index 3bfecbc5c76ae..f669f5a745a31 100644 --- a/EventFilter/StorageManager/interface/DQMEventQueueCollection.h +++ b/EventFilter/StorageManager/interface/DQMEventQueueCollection.h @@ -1,4 +1,4 @@ -// $Id: DQMEventQueueCollection.h,v 1.4 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMEventQueueCollection.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventQueueCollection.h #ifndef EventFilter_StorageManager_DQMEventQueueCollection_h @@ -14,8 +14,8 @@ namespace stor { * A collection of ConcurrentQueue. * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef QueueCollection DQMEventQueueCollection; diff --git a/EventFilter/StorageManager/interface/DQMEventSelector.h b/EventFilter/StorageManager/interface/DQMEventSelector.h index deadbe5c551c4..6472df1dc45a5 100644 --- a/EventFilter/StorageManager/interface/DQMEventSelector.h +++ b/EventFilter/StorageManager/interface/DQMEventSelector.h @@ -1,4 +1,4 @@ -// $Id: DQMEventSelector.h,v 1.6 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMEventSelector.h,v 1.5.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventSelector.h #ifndef EventFilter_StorageManager_DQMEventSelector_h @@ -15,8 +15,8 @@ namespace stor * DQM event selector * * $Author: mommsen $ - * $Revision: 1.6 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.5.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class DQMEventSelector diff --git a/EventFilter/StorageManager/interface/DQMEventStore.h b/EventFilter/StorageManager/interface/DQMEventStore.h index c62d133e65236..ef04eb9c1993d 100644 --- a/EventFilter/StorageManager/interface/DQMEventStore.h +++ b/EventFilter/StorageManager/interface/DQMEventStore.h @@ -1,4 +1,4 @@ -// $Id: DQMEventStore.h,v 1.14 2012/04/20 10:48:18 mommsen Exp $ +// $Id: DQMEventStore.h,v 1.13 2011/08/31 20:11:59 wmtan Exp $ /// @file: DQMEventStore.h #ifndef EventFilter_StorageManager_DQMEventStore_h @@ -33,9 +33,9 @@ namespace stor { * class wide temporary buffer to convert I2OChains * into DQMEventMsgViews. * - * $Author: mommsen $ - * $Revision: 1.14 $ - * $Date: 2012/04/20 10:48:18 $ + * $Author: wmtan $ + * $Revision: 1.13 $ + * $Date: 2011/08/31 20:11:59 $ */ template diff --git a/EventFilter/StorageManager/interface/DQMFolder.h b/EventFilter/StorageManager/interface/DQMFolder.h index 1751f13101259..0d79f026c0f54 100644 --- a/EventFilter/StorageManager/interface/DQMFolder.h +++ b/EventFilter/StorageManager/interface/DQMFolder.h @@ -1,4 +1,4 @@ -// $Id: DQMFolder.h,v 1.3 2013/04/22 16:19:36 wmtan Exp $ +// $Id: DQMFolder.h,v 1.2 2011/03/07 15:31:31 mommsen Exp $ /// @file: DQMFolder.h #ifndef EventFilter_StorageManager_DQMFolder_h @@ -17,9 +17,9 @@ namespace stor /** * A single DQM folder holding several histograms * - * $Author: wmtan $ - * $Revision: 1.3 $ - * $Date: 2013/04/22 16:19:36 $ + * $Author: mommsen $ + * $Revision: 1.2 $ + * $Date: 2011/03/07 15:31:31 $ */ class DQMFolder diff --git a/EventFilter/StorageManager/interface/DQMKey.h b/EventFilter/StorageManager/interface/DQMKey.h index f8a76edd3203c..4536195dcb1e8 100644 --- a/EventFilter/StorageManager/interface/DQMKey.h +++ b/EventFilter/StorageManager/interface/DQMKey.h @@ -1,4 +1,4 @@ -// $Id: DQMKey.h,v 1.6 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DQMKey.h,v 1.5.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMKey.h #ifndef EventFilter_StorageManager_DQMKey_h @@ -14,8 +14,8 @@ namespace stor { * Definition of the DQMKey used in the storage manager * * $Author: mommsen $ - * $Revision: 1.6 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.5.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ struct DQMKey diff --git a/EventFilter/StorageManager/interface/DQMTopLevelFolder.h b/EventFilter/StorageManager/interface/DQMTopLevelFolder.h index 8233c22bd97a7..c6f6d15c3e643 100644 --- a/EventFilter/StorageManager/interface/DQMTopLevelFolder.h +++ b/EventFilter/StorageManager/interface/DQMTopLevelFolder.h @@ -1,4 +1,4 @@ -// $Id: DQMTopLevelFolder.h,v 1.5 2011/04/04 16:05:37 mommsen Exp $ +// $Id: DQMTopLevelFolder.h,v 1.4 2011/04/04 12:03:30 mommsen Exp $ /// @file: DQMTopLevelFolder.h #ifndef EventFilter_StorageManager_DQMTopLevelFolder_h @@ -29,8 +29,8 @@ namespace stor { * Class holding information for one DQM event * * $Author: mommsen $ - * $Revision: 1.5 $ - * $Date: 2011/04/04 16:05:37 $ + * $Revision: 1.4 $ + * $Date: 2011/04/04 12:03:30 $ */ class DQMTopLevelFolder diff --git a/EventFilter/StorageManager/interface/DataSenderMonitorCollection.h b/EventFilter/StorageManager/interface/DataSenderMonitorCollection.h index 16b0a2459ea98..74f57b49e1802 100644 --- a/EventFilter/StorageManager/interface/DataSenderMonitorCollection.h +++ b/EventFilter/StorageManager/interface/DataSenderMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: DataSenderMonitorCollection.h,v 1.20 2012/04/20 10:48:18 mommsen Exp $ +// $Id: DataSenderMonitorCollection.h,v 1.19 2011/11/14 11:49:23 mommsen Exp $ /// @file: DataSenderMonitorCollection.h #ifndef EventFilter_StorageManager_DataSenderMonitorCollection_h @@ -24,8 +24,8 @@ namespace stor { * and events by their source (resource broker, filter unit, etc.) * * $Author: mommsen $ - * $Revision: 1.20 $ - * $Date: 2012/04/20 10:48:18 $ + * $Revision: 1.19 $ + * $Date: 2011/11/14 11:49:23 $ */ class DataSenderMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/DbFileHandler.h b/EventFilter/StorageManager/interface/DbFileHandler.h index 8810a9b2bc7e2..dd57733a523c8 100644 --- a/EventFilter/StorageManager/interface/DbFileHandler.h +++ b/EventFilter/StorageManager/interface/DbFileHandler.h @@ -1,4 +1,4 @@ -// $Id: DbFileHandler.h,v 1.6 2012/04/04 12:16:26 mommsen Exp $ +// $Id: DbFileHandler.h,v 1.5 2011/03/07 15:31:31 mommsen Exp $ /// @file: DbFileHandler.h #ifndef EventFilter_StorageManager_DbFileHandler_h @@ -19,8 +19,8 @@ namespace stor { * Handle the file used to pass information into SM database * * $Author: mommsen $ - * $Revision: 1.6 $ - * $Date: 2012/04/04 12:16:26 $ + * $Revision: 1.5 $ + * $Date: 2011/03/07 15:31:31 $ */ class DbFileHandler diff --git a/EventFilter/StorageManager/interface/DiscardManager.h b/EventFilter/StorageManager/interface/DiscardManager.h index d81fd68f4caba..30da1b678d2b6 100644 --- a/EventFilter/StorageManager/interface/DiscardManager.h +++ b/EventFilter/StorageManager/interface/DiscardManager.h @@ -1,4 +1,4 @@ -// $Id: DiscardManager.h,v 1.7 2011/04/07 08:02:03 mommsen Exp $ +// $Id: DiscardManager.h,v 1.6 2011/03/07 15:31:31 mommsen Exp $ /// @file: DiscardManager.h #ifndef EventFilter_StorageManager_DiscardManager_h @@ -26,8 +26,8 @@ namespace stor { * Handles the discard messages sent to the upstream Resource Brokers. * * $Author: mommsen $ - * $Revision: 1.7 $ - * $Date: 2011/04/07 08:02:03 $ + * $Revision: 1.6 $ + * $Date: 2011/03/07 15:31:31 $ */ class DiscardManager diff --git a/EventFilter/StorageManager/interface/DiskWriter.h b/EventFilter/StorageManager/interface/DiskWriter.h index 0fc21b5a25943..2b3cf8670ecab 100644 --- a/EventFilter/StorageManager/interface/DiskWriter.h +++ b/EventFilter/StorageManager/interface/DiskWriter.h @@ -1,4 +1,4 @@ -// $Id: DiskWriter.h,v 1.15 2011/06/20 15:55:52 mommsen Exp $ +// $Id: DiskWriter.h,v 1.14 2011/06/20 09:07:22 mommsen Exp $ /// @file: DiskWriter.h #ifndef EventFilter_StorageManager_DiskWriter_h @@ -35,8 +35,8 @@ namespace stor { * to the appropriate stream file(s) on disk. * * $Author: mommsen $ - * $Revision: 1.15 $ - * $Date: 2011/06/20 15:55:52 $ + * $Revision: 1.14 $ + * $Date: 2011/06/20 09:07:22 $ */ class DiskWriter : public toolbox::lang::Class diff --git a/EventFilter/StorageManager/interface/DiskWriterResources.h b/EventFilter/StorageManager/interface/DiskWriterResources.h index 8dbbf4ab4e4dc..55422b314aecc 100644 --- a/EventFilter/StorageManager/interface/DiskWriterResources.h +++ b/EventFilter/StorageManager/interface/DiskWriterResources.h @@ -1,4 +1,4 @@ -// $Id: DiskWriterResources.h,v 1.9 2011/03/07 15:31:31 mommsen Exp $ +// $Id: DiskWriterResources.h,v 1.8.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DiskWriterResources.h @@ -25,8 +25,8 @@ namespace stor * and need to be accessed from multiple threads. * * $Author: mommsen $ - * $Revision: 1.9 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.8.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class DiskWriterResources diff --git a/EventFilter/StorageManager/interface/EnquingPolicyTag.h b/EventFilter/StorageManager/interface/EnquingPolicyTag.h index fb81abec2bd8f..bb678617f3cc2 100644 --- a/EventFilter/StorageManager/interface/EnquingPolicyTag.h +++ b/EventFilter/StorageManager/interface/EnquingPolicyTag.h @@ -1,4 +1,4 @@ -// $Id: EnquingPolicyTag.h,v 1.4 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EnquingPolicyTag.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EnquingPolicyTag.h #ifndef EventFilter_StorageManager_EnquingPolicy_t @@ -14,8 +14,8 @@ namespace stor used for enquing items when the queue in question is full. $Author: mommsen $ - $Revision: 1.4 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.3.16.1 $ + $Date: 2011/03/07 11:33:04 $ */ namespace enquing_policy diff --git a/EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h b/EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h index 727bad27f1435..4e9605134e711 100644 --- a/EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h +++ b/EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h @@ -1,4 +1,4 @@ -// $Id: ErrorStreamConfigurationInfo.h,v 1.6 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ErrorStreamConfigurationInfo.h,v 1.5.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ErrorStreamConfigurationInfo.h #ifndef EventFilter_StorageManager_ErrorStreamConfigurationInfo_h @@ -19,8 +19,8 @@ namespace stor Configuration information for the error stream $Author: mommsen $ - $Revision: 1.6 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.5.4.1 $ + $Date: 2011/03/07 11:33:04 $ */ class ErrorStreamConfigurationInfo diff --git a/EventFilter/StorageManager/interface/ErrorStreamSelector.h b/EventFilter/StorageManager/interface/ErrorStreamSelector.h index e7ce3a1e79456..4cf256d669533 100644 --- a/EventFilter/StorageManager/interface/ErrorStreamSelector.h +++ b/EventFilter/StorageManager/interface/ErrorStreamSelector.h @@ -1,4 +1,4 @@ -// $Id: ErrorStreamSelector.h,v 1.5 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ErrorStreamSelector.h,v 1.4.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ErrorStreamSelector.h #ifndef EventFilter_StorageManager_ErrorStreamSelector_h @@ -16,8 +16,8 @@ namespace stor { ErrorStreamConfigurationInfo $Author: mommsen $ - $Revision: 1.5 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.4.4.1 $ + $Date: 2011/03/07 11:33:04 $ */ class ErrorStreamSelector diff --git a/EventFilter/StorageManager/interface/EventConsumerMonitorCollection.h b/EventFilter/StorageManager/interface/EventConsumerMonitorCollection.h index 5530cb262e28c..f6bb9dd6c61d6 100644 --- a/EventFilter/StorageManager/interface/EventConsumerMonitorCollection.h +++ b/EventFilter/StorageManager/interface/EventConsumerMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: EventConsumerMonitorCollection.h,v 1.2 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventConsumerMonitorCollection.h,v 1.1.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventConsumerMonitorCollection.h #ifndef EventFilter_StorageManager_EventConsumerMonitorCollection_h @@ -15,8 +15,8 @@ namespace stor { * A collection of MonitoredQuantities to track event consumer activity. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.1.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class EventConsumerMonitorCollection: public ConsumerMonitorCollection diff --git a/EventFilter/StorageManager/interface/EventConsumerRegistrationInfo.h b/EventFilter/StorageManager/interface/EventConsumerRegistrationInfo.h index cadd8ce83cb98..e1b78ac233c3e 100644 --- a/EventFilter/StorageManager/interface/EventConsumerRegistrationInfo.h +++ b/EventFilter/StorageManager/interface/EventConsumerRegistrationInfo.h @@ -1,4 +1,4 @@ -// $Id: EventConsumerRegistrationInfo.h,v 1.15 2011/08/31 20:11:59 wmtan Exp $ +// $Id: EventConsumerRegistrationInfo.h,v 1.14 2011/03/07 15:31:31 mommsen Exp $ /// @file: EventConsumerRegistrationInfo.h #ifndef EventFilter_StorageManager_EventConsumerRegistrationInfo_h @@ -26,9 +26,9 @@ namespace stor /** * Holds the registration information from a event consumer. * - * $Author: wmtan $ - * $Revision: 1.15 $ - * $Date: 2011/08/31 20:11:59 $ + * $Author: mommsen $ + * $Revision: 1.14 $ + * $Date: 2011/03/07 15:31:31 $ */ class EventConsumerRegistrationInfo : diff --git a/EventFilter/StorageManager/interface/EventConsumerSelector.h b/EventFilter/StorageManager/interface/EventConsumerSelector.h index 32c52ee5dacb4..4c4b24b03a74a 100644 --- a/EventFilter/StorageManager/interface/EventConsumerSelector.h +++ b/EventFilter/StorageManager/interface/EventConsumerSelector.h @@ -1,4 +1,4 @@ -// $Id: EventConsumerSelector.h,v 1.9 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventConsumerSelector.h,v 1.8.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventConsumerSelector.h #ifndef EventFilter_StorageManager_EventConsumerSelector_h @@ -18,8 +18,8 @@ namespace stor { * registration info objects. * * $Author: mommsen $ - * $Revision: 1.9 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.8.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class EventConsumerSelector diff --git a/EventFilter/StorageManager/interface/EventDistributor.h b/EventFilter/StorageManager/interface/EventDistributor.h index ef277b4218b27..5beb9f2f71c8f 100644 --- a/EventFilter/StorageManager/interface/EventDistributor.h +++ b/EventFilter/StorageManager/interface/EventDistributor.h @@ -1,4 +1,4 @@ -// $Id: EventDistributor.h,v 1.8 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventDistributor.h,v 1.7.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventDistributor.h #ifndef EventFilter_StorageManager_EventDistributor_h @@ -37,8 +37,8 @@ namespace stor { * header. * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.7.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class EventDistributor diff --git a/EventFilter/StorageManager/interface/EventFileHandler.h b/EventFilter/StorageManager/interface/EventFileHandler.h index 0152fcadd80de..ce76264b1094f 100644 --- a/EventFilter/StorageManager/interface/EventFileHandler.h +++ b/EventFilter/StorageManager/interface/EventFileHandler.h @@ -1,4 +1,4 @@ -// $Id: EventFileHandler.h,v 1.15 2012/04/04 12:16:56 mommsen Exp $ +// $Id: EventFileHandler.h,v 1.14 2011/03/07 15:31:31 mommsen Exp $ /// @file: EventFileHandler.h #ifndef EventFilter_StorageManager_EventFileHandler_h @@ -22,8 +22,8 @@ namespace stor { * Represents a file holding event data * * $Author: mommsen $ - * $Revision: 1.15 $ - * $Date: 2012/04/04 12:16:56 $ + * $Revision: 1.14 $ + * $Date: 2011/03/07 15:31:31 $ */ class EventFileHandler : public FileHandler diff --git a/EventFilter/StorageManager/interface/EventQueueCollection.h b/EventFilter/StorageManager/interface/EventQueueCollection.h index 9b9b0f5038672..06a6c2a88ef6a 100644 --- a/EventFilter/StorageManager/interface/EventQueueCollection.h +++ b/EventFilter/StorageManager/interface/EventQueueCollection.h @@ -1,4 +1,4 @@ -// $Id: EventQueueCollection.h,v 1.4 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventQueueCollection.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventQueueCollection.h #ifndef EventFilter_StorageManager_EventQueueCollection_h @@ -14,8 +14,8 @@ namespace stor { * A collection of ConcurrentQueue. * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef QueueCollection EventQueueCollection; diff --git a/EventFilter/StorageManager/interface/EventServerProxy.h b/EventFilter/StorageManager/interface/EventServerProxy.h index dc6a9fff566e8..bc2d2de19bff6 100644 --- a/EventFilter/StorageManager/interface/EventServerProxy.h +++ b/EventFilter/StorageManager/interface/EventServerProxy.h @@ -1,4 +1,4 @@ -// $Id: EventServerProxy.h,v 1.8 2012/04/23 08:41:27 mommsen Exp $ +// $Id: EventServerProxy.h,v 1.7 2011/11/16 14:32:22 mommsen Exp $ /// @file: EventServerProxy.h #ifndef EventFilter_StorageManager_EventServerProxy_h @@ -28,8 +28,8 @@ namespace stor { * is also obtained through a HTTP get. * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2012/04/23 08:41:27 $ + * $Revision: 1.7 $ + * $Date: 2011/11/16 14:32:22 $ */ template diff --git a/EventFilter/StorageManager/interface/EventStreamConfigurationInfo.h b/EventFilter/StorageManager/interface/EventStreamConfigurationInfo.h index 905adba734539..a679e61e8e839 100644 --- a/EventFilter/StorageManager/interface/EventStreamConfigurationInfo.h +++ b/EventFilter/StorageManager/interface/EventStreamConfigurationInfo.h @@ -1,4 +1,4 @@ -// $Id: EventStreamConfigurationInfo.h,v 1.12 2011/08/31 20:11:59 wmtan Exp $ +// $Id: EventStreamConfigurationInfo.h,v 1.11 2011/03/07 15:31:31 mommsen Exp $ /// @file: EventStreamConfigurationInfo.h #ifndef EventFilter_StorageManager_EventStreamConfigurationInfo_h @@ -19,9 +19,9 @@ namespace stor /** Configuration information for the event stream - $Author: wmtan $ - $Revision: 1.12 $ - $Date: 2011/08/31 20:11:59 $ + $Author: mommsen $ + $Revision: 1.11 $ + $Date: 2011/03/07 15:31:31 $ */ class EventStreamConfigurationInfo diff --git a/EventFilter/StorageManager/interface/EventStreamHandler.h b/EventFilter/StorageManager/interface/EventStreamHandler.h index 407179b77d1c5..c78191c021721 100644 --- a/EventFilter/StorageManager/interface/EventStreamHandler.h +++ b/EventFilter/StorageManager/interface/EventStreamHandler.h @@ -1,4 +1,4 @@ -// $Id: EventStreamHandler.h,v 1.7 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventStreamHandler.h,v 1.6.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventStreamHandler.h #ifndef EventFilter_StorageManager_EventStreamHandler_h @@ -22,8 +22,8 @@ namespace stor { * Handle one event stream written to disk. * * $Author: mommsen $ - * $Revision: 1.7 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.6.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class EventStreamHandler : public StreamHandler diff --git a/EventFilter/StorageManager/interface/EventStreamSelector.h b/EventFilter/StorageManager/interface/EventStreamSelector.h index be369d2f98927..e675f737258a6 100644 --- a/EventFilter/StorageManager/interface/EventStreamSelector.h +++ b/EventFilter/StorageManager/interface/EventStreamSelector.h @@ -1,4 +1,4 @@ -// $Id: EventStreamSelector.h,v 1.8 2011/03/07 15:31:31 mommsen Exp $ +// $Id: EventStreamSelector.h,v 1.7.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: EventStreamSelector.h #ifndef EventFilter_StorageManager_EventStreamSelector_h @@ -18,8 +18,8 @@ namespace stor { EventStreamConfigurationInfo $Author: mommsen $ - $Revision: 1.8 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.7.4.1 $ + $Date: 2011/03/07 11:33:04 $ */ class EventStreamSelector diff --git a/EventFilter/StorageManager/interface/Exception.h b/EventFilter/StorageManager/interface/Exception.h index 58f7d8beca276..6ee726cb64d2b 100644 --- a/EventFilter/StorageManager/interface/Exception.h +++ b/EventFilter/StorageManager/interface/Exception.h @@ -1,4 +1,4 @@ -// $Id: Exception.h,v 1.16 2011/03/07 15:31:31 mommsen Exp $ +// $Id: Exception.h,v 1.15.6.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: Exception.h #ifndef EventFilter_StorageManager_Exception_h @@ -14,8 +14,8 @@ namespace stor { List of exceptions thrown by the StorageManager $Author: mommsen $ - $Revision: 1.16 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.15.6.1 $ + $Date: 2011/03/07 11:33:04 $ */ } diff --git a/EventFilter/StorageManager/interface/ExpirableQueue.h b/EventFilter/StorageManager/interface/ExpirableQueue.h index ebe62bae37f42..a674594a70690 100644 --- a/EventFilter/StorageManager/interface/ExpirableQueue.h +++ b/EventFilter/StorageManager/interface/ExpirableQueue.h @@ -1,4 +1,4 @@ -// $Id: ExpirableQueue.h,v 1.8 2011/03/07 15:31:31 mommsen Exp $ +// $Id: ExpirableQueue.h,v 1.7.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ExpirableQueue.h @@ -19,8 +19,8 @@ namespace stor was made. $Author: mommsen $ - $Revision: 1.8 $ - $Date: 2011/03/07 15:31:31 $ + $Revision: 1.7.4.1 $ + $Date: 2011/03/07 11:33:04 $ */ template diff --git a/EventFilter/StorageManager/interface/FRDFileHandler.h b/EventFilter/StorageManager/interface/FRDFileHandler.h index e813a907bc9f7..95d797476c8d7 100644 --- a/EventFilter/StorageManager/interface/FRDFileHandler.h +++ b/EventFilter/StorageManager/interface/FRDFileHandler.h @@ -1,4 +1,4 @@ -// $Id: FRDFileHandler.h,v 1.14 2012/04/04 12:16:57 mommsen Exp $ +// $Id: FRDFileHandler.h,v 1.13 2011/03/07 15:31:31 mommsen Exp $ /// @file: FRDFileHandler.h #ifndef EventFilter_StorageManager_FRDFileHandler_h @@ -21,8 +21,8 @@ namespace stor { * FED Raw Data (FRD) format. * * $Author: mommsen $ - * $Revision: 1.14 $ - * $Date: 2012/04/04 12:16:57 $ + * $Revision: 1.13 $ + * $Date: 2011/03/07 15:31:31 $ */ class FRDFileHandler : public FileHandler diff --git a/EventFilter/StorageManager/interface/FRDStreamHandler.h b/EventFilter/StorageManager/interface/FRDStreamHandler.h index ee2f649e7056c..ac0caa5a77de0 100644 --- a/EventFilter/StorageManager/interface/FRDStreamHandler.h +++ b/EventFilter/StorageManager/interface/FRDStreamHandler.h @@ -1,4 +1,4 @@ -// $Id: FRDStreamHandler.h,v 1.7 2011/03/07 15:31:31 mommsen Exp $ +// $Id: FRDStreamHandler.h,v 1.6.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: FRDStreamHandler.h #ifndef EventFilter_StorageManager_FRDStreamHandler_h @@ -18,8 +18,8 @@ namespace stor { * Handle one FED Raw Data (error) event stream written to disk. * * $Author: mommsen $ - * $Revision: 1.7 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.6.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class FRDStreamHandler : public StreamHandler diff --git a/EventFilter/StorageManager/interface/FUProxy.h b/EventFilter/StorageManager/interface/FUProxy.h index 9d6a9da91904c..1565e990a6b8d 100644 --- a/EventFilter/StorageManager/interface/FUProxy.h +++ b/EventFilter/StorageManager/interface/FUProxy.h @@ -1,4 +1,4 @@ -// $Id: FUProxy.h,v 1.8 2011/04/07 08:02:03 mommsen Exp $ +// $Id: FUProxy.h,v 1.7 2011/03/07 15:31:31 mommsen Exp $ /// @file: FUProxy.h #ifndef EventFilter_StorageManager_FUProxy_h @@ -18,8 +18,8 @@ namespace stor * Following the example in EventFilter/ResourceBroker for BUProxy and SMProxy. * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2011/04/07 08:02:03 $ + * $Revision: 1.7 $ + * $Date: 2011/03/07 15:31:31 $ */ class FUProxy diff --git a/EventFilter/StorageManager/interface/FaultyEventStreamHandler.h b/EventFilter/StorageManager/interface/FaultyEventStreamHandler.h index ed673d1973d5d..cb084b0d3979f 100644 --- a/EventFilter/StorageManager/interface/FaultyEventStreamHandler.h +++ b/EventFilter/StorageManager/interface/FaultyEventStreamHandler.h @@ -1,4 +1,4 @@ -// $Id: FaultyEventStreamHandler.h,v 1.2 2011/03/07 15:31:31 mommsen Exp $ +// $Id: FaultyEventStreamHandler.h,v 1.1.6.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: FaultyEventStreamHandler.h #ifndef EventFilter_StorageManager_FaultyEventStreamHandler_h @@ -19,8 +19,8 @@ namespace stor { * Handle the faulty event stream written to disk. * * $Author: mommsen $ - * $Revision: 1.2 $ - * $Date: 2011/03/07 15:31:31 $ + * $Revision: 1.1.6.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class FaultyEventStreamHandler : public StreamHandler diff --git a/EventFilter/StorageManager/interface/FileHandler.h b/EventFilter/StorageManager/interface/FileHandler.h index 9153833dfa0f3..c0b435fa07178 100644 --- a/EventFilter/StorageManager/interface/FileHandler.h +++ b/EventFilter/StorageManager/interface/FileHandler.h @@ -1,4 +1,4 @@ -// $Id: FileHandler.h,v 1.21 2012/04/04 12:16:57 mommsen Exp $ +// $Id: FileHandler.h,v 1.20 2011/07/07 09:22:44 mommsen Exp $ /// @file: FileHandler.h #ifndef EventFilter_StorageManager_FileHandler_h @@ -25,8 +25,8 @@ namespace stor { * Abstract representation of a physical file * * $Author: mommsen $ - * $Revision: 1.21 $ - * $Date: 2012/04/04 12:16:57 $ + * $Revision: 1.20 $ + * $Date: 2011/07/07 09:22:44 $ */ class FileHandler diff --git a/EventFilter/StorageManager/interface/FilesMonitorCollection.h b/EventFilter/StorageManager/interface/FilesMonitorCollection.h index b3763a44fc082..e15089278d36c 100644 --- a/EventFilter/StorageManager/interface/FilesMonitorCollection.h +++ b/EventFilter/StorageManager/interface/FilesMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: FilesMonitorCollection.h,v 1.17 2011/07/07 09:22:44 mommsen Exp $ +// $Id: FilesMonitorCollection.h,v 1.16 2011/03/07 15:31:32 mommsen Exp $ /// @file: FilesMonitorCollection.h #ifndef EventFilter_StorageManager_FilesMonitorCollection_h @@ -24,8 +24,8 @@ namespace stor { * A collection of monitoring entities for open and closed files * * $Author: mommsen $ - * $Revision: 1.17 $ - * $Date: 2011/07/07 09:22:44 $ + * $Revision: 1.16 $ + * $Date: 2011/03/07 15:31:32 $ */ class FilesMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/FragmentMonitorCollection.h b/EventFilter/StorageManager/interface/FragmentMonitorCollection.h index 668cdea2d3216..ddf33c51aaf4b 100644 --- a/EventFilter/StorageManager/interface/FragmentMonitorCollection.h +++ b/EventFilter/StorageManager/interface/FragmentMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: FragmentMonitorCollection.h,v 1.8 2011/03/07 15:31:32 mommsen Exp $ +// $Id: FragmentMonitorCollection.h,v 1.7.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: FragmentMonitorCollection.h #ifndef EventFilter_StorageManager_FragmentMonitorCollection_h @@ -16,8 +16,8 @@ namespace stor { * A collection of MonitoredQuantities related to fragments * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.7.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class FragmentMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/FragmentProcessor.h b/EventFilter/StorageManager/interface/FragmentProcessor.h index af3bb1166737f..5e9fadd4c24de 100644 --- a/EventFilter/StorageManager/interface/FragmentProcessor.h +++ b/EventFilter/StorageManager/interface/FragmentProcessor.h @@ -1,4 +1,4 @@ -// $Id: FragmentProcessor.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $ +// $Id: FragmentProcessor.h,v 1.5.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: FragmentProcessor.h #ifndef EventFilter_StorageManager_FragmentProcessor_h @@ -33,8 +33,8 @@ namespace stor { * EventDistributor. * * $Author: mommsen $ - * $Revision: 1.6 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.5.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class FragmentProcessor : public toolbox::lang::Class diff --git a/EventFilter/StorageManager/interface/FragmentQueue.h b/EventFilter/StorageManager/interface/FragmentQueue.h index 64a65a57aab7a..f69c0c4069743 100644 --- a/EventFilter/StorageManager/interface/FragmentQueue.h +++ b/EventFilter/StorageManager/interface/FragmentQueue.h @@ -1,4 +1,4 @@ -// $Id: FragmentQueue.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: FragmentQueue.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: FragmentQueue.h #ifndef EventFilter_StorageManager_FragmentQueue_h @@ -14,8 +14,8 @@ namespace stor { * Queue holding I2OChains of event fragments * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef ConcurrentQueue FragmentQueue; diff --git a/EventFilter/StorageManager/interface/FragmentStore.h b/EventFilter/StorageManager/interface/FragmentStore.h index 42671880522b2..d3d346d6ba475 100644 --- a/EventFilter/StorageManager/interface/FragmentStore.h +++ b/EventFilter/StorageManager/interface/FragmentStore.h @@ -1,4 +1,4 @@ -// $Id: FragmentStore.h,v 1.11 2011/08/31 20:11:59 wmtan Exp $ +// $Id: FragmentStore.h,v 1.10 2011/03/30 15:16:48 mommsen Exp $ /// @file: FragmentStore.h #ifndef EventFilter_StorageManager_FragmentStore_h @@ -18,9 +18,9 @@ namespace stor { * * Uses a map of I2OChains to store incomplete events. * - * $Author: wmtan $ - * $Revision: 1.11 $ - * $Date: 2011/08/31 20:11:59 $ + * $Author: mommsen $ + * $Revision: 1.10 $ + * $Date: 2011/03/30 15:16:48 $ */ class FragmentStore diff --git a/EventFilter/StorageManager/interface/I2OChain.h b/EventFilter/StorageManager/interface/I2OChain.h index 92b73be05c36d..353dc02b647be 100644 --- a/EventFilter/StorageManager/interface/I2OChain.h +++ b/EventFilter/StorageManager/interface/I2OChain.h @@ -1,4 +1,4 @@ -// $Id: I2OChain.h,v 1.16 2012/04/20 10:48:18 mommsen Exp $ +// $Id: I2OChain.h,v 1.15 2011/08/31 20:11:59 wmtan Exp $ /// @file: I2OChain.h #ifndef EventFilter_StorageManager_I2OChain_h @@ -28,9 +28,9 @@ namespace stor { * assures that the corresponding release methods are called when * the last instance of I2OChain goes out of scope. * - * $Author: mommsen $ - * $Revision: 1.16 $ - * $Date: 2012/04/20 10:48:18 $ + * $Author: wmtan $ + * $Revision: 1.15 $ + * $Date: 2011/08/31 20:11:59 $ */ diff --git a/EventFilter/StorageManager/interface/InitMsgCollection.h b/EventFilter/StorageManager/interface/InitMsgCollection.h index 10c40e0a9a5ad..5f4081c9f9239 100644 --- a/EventFilter/StorageManager/interface/InitMsgCollection.h +++ b/EventFilter/StorageManager/interface/InitMsgCollection.h @@ -1,4 +1,4 @@ -// $Id: InitMsgCollection.h,v 1.15 2012/04/20 10:48:18 mommsen Exp $ +// $Id: InitMsgCollection.h,v 1.14 2011/03/22 16:27:00 mommsen Exp $ /// @file: InitMsgCollection.h #ifndef EventFilter_StorageManager_InitMsgCollection_h @@ -25,8 +25,8 @@ namespace stor to event consumers and written to output streams. $Author: mommsen $ - $Revision: 1.15 $ - $Date: 2012/04/20 10:48:18 $ + $Revision: 1.14 $ + $Date: 2011/03/22 16:27:00 $ */ typedef std::vector InitMsgBuffer; diff --git a/EventFilter/StorageManager/interface/MonitorCollection.h b/EventFilter/StorageManager/interface/MonitorCollection.h index fbf2536df1383..ffcee807917b1 100644 --- a/EventFilter/StorageManager/interface/MonitorCollection.h +++ b/EventFilter/StorageManager/interface/MonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: MonitorCollection.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $ +// $Id: MonitorCollection.h,v 1.5.14.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: MonitorCollection.h #ifndef EventFilter_StorageManager_MonitorCollection_h @@ -18,8 +18,8 @@ namespace stor { * An abstract collection of MonitoredQuantities * * $Author: mommsen $ - * $Revision: 1.6 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.5.14.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class MonitorCollection diff --git a/EventFilter/StorageManager/interface/MonitoredQuantity.h b/EventFilter/StorageManager/interface/MonitoredQuantity.h index 973cf8fecd72b..bddbd89f2b0a0 100644 --- a/EventFilter/StorageManager/interface/MonitoredQuantity.h +++ b/EventFilter/StorageManager/interface/MonitoredQuantity.h @@ -1,4 +1,4 @@ -// $Id: MonitoredQuantity.h,v 1.10 2011/03/07 15:31:32 mommsen Exp $ +// $Id: MonitoredQuantity.h,v 1.9.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: MonitoredQuantity.h #ifndef EventFilter_StorageManager_MonitoredQuantity_h @@ -22,8 +22,8 @@ namespace stor * and provides timing information on the samples. * * $Author: mommsen $ - * $Revision: 1.10 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.9.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class MonitoredQuantity diff --git a/EventFilter/StorageManager/interface/Notifier.h b/EventFilter/StorageManager/interface/Notifier.h index b6f5ba8f9b7cf..6d6980b754ef6 100644 --- a/EventFilter/StorageManager/interface/Notifier.h +++ b/EventFilter/StorageManager/interface/Notifier.h @@ -1,4 +1,4 @@ -// $Id: Notifier.h,v 1.9 2011/03/07 15:31:32 mommsen Exp $ +// $Id: Notifier.h,v 1.8.12.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: Notifier.h #ifndef EventFilter_StorageManager_Notifier_h @@ -16,8 +16,8 @@ namespace stor Interface class for handling RCMS notifier $Author: mommsen $ - $Revision: 1.9 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.8.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Notifier diff --git a/EventFilter/StorageManager/interface/QueueCollection.h b/EventFilter/StorageManager/interface/QueueCollection.h index 020e284074e14..f85de906fd2bc 100644 --- a/EventFilter/StorageManager/interface/QueueCollection.h +++ b/EventFilter/StorageManager/interface/QueueCollection.h @@ -1,4 +1,4 @@ -// $Id: QueueCollection.h,v 1.12 2011/03/07 15:31:32 mommsen Exp $ +// $Id: QueueCollection.h,v 1.11.2.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: QueueCollection.h #ifndef EventFilter_StorageManager_QueueCollection_h @@ -36,8 +36,8 @@ namespace stor { * of QueueIDs of queues the class should be added. * * $Author: mommsen $ - * $Revision: 1.12 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.11.2.1 $ + * $Date: 2011/03/07 11:33:04 $ */ template diff --git a/EventFilter/StorageManager/interface/QueueID.h b/EventFilter/StorageManager/interface/QueueID.h index 5675eb926595b..57416df8aa344 100644 --- a/EventFilter/StorageManager/interface/QueueID.h +++ b/EventFilter/StorageManager/interface/QueueID.h @@ -1,4 +1,4 @@ -// $Id: QueueID.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: QueueID.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: QueueID.h #ifndef EventFilter_StorageManager_QueueID_h @@ -16,8 +16,8 @@ namespace stor { * Uniquely identifies the consumer queues * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class QueueID diff --git a/EventFilter/StorageManager/interface/RegistrationCollection.h b/EventFilter/StorageManager/interface/RegistrationCollection.h index 966a5e0a91bf0..ee364d772c2dd 100644 --- a/EventFilter/StorageManager/interface/RegistrationCollection.h +++ b/EventFilter/StorageManager/interface/RegistrationCollection.h @@ -1,4 +1,4 @@ -// $Id: RegistrationCollection.h,v 1.8 2011/03/07 15:31:32 mommsen Exp $ +// $Id: RegistrationCollection.h,v 1.7.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: RegistrationCollection.h #ifndef EventFilter_StorageManager_RegistrationCollection_h @@ -22,8 +22,8 @@ namespace stor Keep a collection of registered event and DQM event consumers. $Author: mommsen $ - $Revision: 1.8 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.7.4.1 $ + $Date: 2011/03/07 11:33:04 $ */ class RegistrationCollection diff --git a/EventFilter/StorageManager/interface/RegistrationInfoBase.h b/EventFilter/StorageManager/interface/RegistrationInfoBase.h index 4190cbe84149e..22bd1564504a7 100644 --- a/EventFilter/StorageManager/interface/RegistrationInfoBase.h +++ b/EventFilter/StorageManager/interface/RegistrationInfoBase.h @@ -1,4 +1,4 @@ -// $Id: RegistrationInfoBase.h,v 1.7 2011/03/07 15:31:32 mommsen Exp $ +// $Id: RegistrationInfoBase.h,v 1.6.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: RegistrationInfoBase.h #ifndef EventFilter_StorageManager_RegistrationInfoBase_h @@ -25,8 +25,8 @@ namespace stor { * registration info objects. * * $Author: mommsen $ - * $Revision: 1.7 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.6.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class RegistrationInfoBase diff --git a/EventFilter/StorageManager/interface/RegistrationQueue.h b/EventFilter/StorageManager/interface/RegistrationQueue.h index 48fd1e2fe0973..20be7df1a3f4a 100644 --- a/EventFilter/StorageManager/interface/RegistrationQueue.h +++ b/EventFilter/StorageManager/interface/RegistrationQueue.h @@ -1,4 +1,4 @@ -// $Id: RegistrationQueue.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $ +// $Id: RegistrationQueue.h,v 1.5.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: RegistrationQueue.h #ifndef EventFilter_StorageManager_RegistrationQueue_h @@ -15,8 +15,8 @@ namespace stor Concurrent queue holding consumer registrations $Author: mommsen $ - $Revision: 1.6 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.5.16.1 $ + $Date: 2011/03/07 11:33:04 $ */ typedef ConcurrentQueue RegistrationQueue; typedef boost::shared_ptr RegistrationQueuePtr; diff --git a/EventFilter/StorageManager/interface/ResourceMonitorCollection.h b/EventFilter/StorageManager/interface/ResourceMonitorCollection.h index 39ed2d75d9b40..e96ef44c61ae0 100644 --- a/EventFilter/StorageManager/interface/ResourceMonitorCollection.h +++ b/EventFilter/StorageManager/interface/ResourceMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: ResourceMonitorCollection.h,v 1.30 2011/11/10 10:56:37 mommsen Exp $ +// $Id: ResourceMonitorCollection.h,v 1.29 2011/11/08 10:48:40 mommsen Exp $ /// @file: ResourceMonitorCollection.h #ifndef EventFilter_StorageManager_ResourceMonitorCollection_h @@ -37,8 +37,8 @@ namespace stor { * A collection of MonitoredQuantities related to resource usages * * $Author: mommsen $ - * $Revision: 1.30 $ - * $Date: 2011/11/10 10:56:37 $ + * $Revision: 1.29 $ + * $Date: 2011/11/08 10:48:40 $ */ class ResourceMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/RunMonitorCollection.h b/EventFilter/StorageManager/interface/RunMonitorCollection.h index 0ffc689c66e00..31694af7ca5d0 100644 --- a/EventFilter/StorageManager/interface/RunMonitorCollection.h +++ b/EventFilter/StorageManager/interface/RunMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: RunMonitorCollection.h,v 1.14 2011/11/08 10:48:40 mommsen Exp $ +// $Id: RunMonitorCollection.h,v 1.13 2011/03/07 15:31:32 mommsen Exp $ /// @file: RunMonitorCollection.h #ifndef EventFilter_StorageManager_RunMonitorCollection_h @@ -21,8 +21,8 @@ namespace stor { * in the current run * * $Author: mommsen $ - * $Revision: 1.14 $ - * $Date: 2011/11/08 10:48:40 $ + * $Revision: 1.13 $ + * $Date: 2011/03/07 15:31:32 $ */ class RunMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/SMWebPageHelper.h b/EventFilter/StorageManager/interface/SMWebPageHelper.h index 77a8a77eaee28..abd5ae88bf732 100644 --- a/EventFilter/StorageManager/interface/SMWebPageHelper.h +++ b/EventFilter/StorageManager/interface/SMWebPageHelper.h @@ -1,4 +1,4 @@ -// $Id: SMWebPageHelper.h,v 1.4 2011/11/18 14:47:56 mommsen Exp $ +// $Id: SMWebPageHelper.h,v 1.3 2011/11/17 17:35:40 mommsen Exp $ /// @file: SMWebPageHelper.h #ifndef EventFilter_StorageManager_SMWebPageHelper_h @@ -36,8 +36,8 @@ namespace stor { * Helper class to handle web page requests * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/11/18 14:47:56 $ + * $Revision: 1.3 $ + * $Date: 2011/11/17 17:35:40 $ */ class SMWebPageHelper : public WebPageHelper diff --git a/EventFilter/StorageManager/interface/SharedResources.h b/EventFilter/StorageManager/interface/SharedResources.h index 4548e1fecbd96..935a488219b00 100644 --- a/EventFilter/StorageManager/interface/SharedResources.h +++ b/EventFilter/StorageManager/interface/SharedResources.h @@ -1,4 +1,4 @@ -// $Id: SharedResources.h,v 1.8 2011/11/08 10:48:40 mommsen Exp $ +// $Id: SharedResources.h,v 1.7 2011/03/07 15:31:32 mommsen Exp $ /// @file: SharedResources.h #ifndef EventFilter_StorageManager_SharedResources_h @@ -34,8 +34,8 @@ namespace stor { * Container for shared resources. * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2011/11/08 10:48:40 $ + * $Revision: 1.7 $ + * $Date: 2011/03/07 15:31:32 $ */ struct SharedResources diff --git a/EventFilter/StorageManager/interface/SoapUtils.h b/EventFilter/StorageManager/interface/SoapUtils.h index 3ce3998f98dc7..e75844dc3d45a 100644 --- a/EventFilter/StorageManager/interface/SoapUtils.h +++ b/EventFilter/StorageManager/interface/SoapUtils.h @@ -1,4 +1,4 @@ -// $Id: SoapUtils.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: SoapUtils.h,v 1.3.18.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: SoapUtils.h #ifndef EventFilter_StorageManager_SoapUtils_h @@ -17,8 +17,8 @@ namespace stor { * Collection of utility functions for handling SOAP messages * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.3.18.1 $ + * $Date: 2011/03/07 11:33:04 $ */ /** diff --git a/EventFilter/StorageManager/interface/StateMachine.h b/EventFilter/StorageManager/interface/StateMachine.h index cb01d4ee0adbf..d0b1ffa6254c9 100644 --- a/EventFilter/StorageManager/interface/StateMachine.h +++ b/EventFilter/StorageManager/interface/StateMachine.h @@ -1,4 +1,4 @@ -// $Id: StateMachine.h,v 1.11 2011/03/07 15:31:32 mommsen Exp $ +// $Id: StateMachine.h,v 1.10.12.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: StateMachine.h #ifndef EventFilter_StorageManager_StateMachine_h @@ -78,8 +78,8 @@ namespace stor Abstract base for state classes $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Operations @@ -120,8 +120,8 @@ namespace stor State machine class $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class StateMachine: public bsc::state_machine @@ -167,8 +167,8 @@ namespace stor Failed state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Failed: public bsc::state, public Operations { @@ -191,8 +191,8 @@ namespace stor Normal state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Normal: public bsc::state, public Operations { @@ -218,8 +218,8 @@ namespace stor Constructed state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Constructed: public bsc::state, public Operations { @@ -245,8 +245,8 @@ namespace stor Halted state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Halted: public bsc::state, public Operations { @@ -272,8 +272,8 @@ namespace stor Ready state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Ready: public bsc::state, public Operations { @@ -301,8 +301,8 @@ namespace stor Stopped state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Stopped: public bsc::state, public Operations { @@ -331,8 +331,8 @@ namespace stor Enabled state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Enabled: public bsc::state, public Operations { @@ -363,8 +363,8 @@ namespace stor Starting state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Starting: public bsc::state, public Operations { @@ -399,8 +399,8 @@ namespace stor Stopping state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Stopping: public bsc::state, public Operations { @@ -431,8 +431,8 @@ namespace stor Halting state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Halting: public bsc::state, public Operations { @@ -463,8 +463,8 @@ namespace stor Running state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Running: public bsc::state, public Operations { @@ -497,8 +497,8 @@ namespace stor Processing state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class Processing: public bsc::state, public Operations { @@ -529,8 +529,8 @@ namespace stor DrainingQueues state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class DrainingQueues: public bsc::state, public Operations { @@ -561,8 +561,8 @@ namespace stor FinishingDQM state $Author: mommsen $ - $Revision: 1.11 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.10.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class FinishingDQM: public bsc::state, public Operations { diff --git a/EventFilter/StorageManager/interface/StateMachineMonitorCollection.h b/EventFilter/StorageManager/interface/StateMachineMonitorCollection.h index 02902c6ce565d..104c515ad2dad 100644 --- a/EventFilter/StorageManager/interface/StateMachineMonitorCollection.h +++ b/EventFilter/StorageManager/interface/StateMachineMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: StateMachineMonitorCollection.h,v 1.8 2011/03/07 15:31:32 mommsen Exp $ +// $Id: StateMachineMonitorCollection.h,v 1.7.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: StateMachineMonitorCollection.h #ifndef EventFilter_StorageManager_StateMachineMonitorCollection_h @@ -19,8 +19,8 @@ namespace stor { * A collection of monitored quantities related to the state machine * * $Author: mommsen $ - * $Revision: 1.8 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.7.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class StateMachineMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/StatisticsReporter.h b/EventFilter/StorageManager/interface/StatisticsReporter.h index 8f1805c7126be..45f9b7ae0c415 100644 --- a/EventFilter/StorageManager/interface/StatisticsReporter.h +++ b/EventFilter/StorageManager/interface/StatisticsReporter.h @@ -1,4 +1,4 @@ -// $Id: StatisticsReporter.h,v 1.15 2011/11/08 10:48:40 mommsen Exp $ +// $Id: StatisticsReporter.h,v 1.14 2011/03/07 15:31:32 mommsen Exp $ /// @file: StatisticsReporter.h #ifndef EventFilter_StorageManager_StatisticsReporter_h @@ -43,8 +43,8 @@ namespace stor { * statistics for all MonitorCollections. * * $Author: mommsen $ - * $Revision: 1.15 $ - * $Date: 2011/11/08 10:48:40 $ + * $Revision: 1.14 $ + * $Date: 2011/03/07 15:31:32 $ */ class StatisticsReporter : public toolbox::lang::Class, public xdata::ActionListener diff --git a/EventFilter/StorageManager/interface/StorageManager.h b/EventFilter/StorageManager/interface/StorageManager.h index 9da8b62259ed2..32fb748dedf3d 100644 --- a/EventFilter/StorageManager/interface/StorageManager.h +++ b/EventFilter/StorageManager/interface/StorageManager.h @@ -1,4 +1,4 @@ -// $Id: StorageManager.h,v 1.62 2013/01/07 11:30:00 eulisse Exp $ +// $Id: StorageManager.h,v 1.61 2011/11/17 17:35:40 mommsen Exp $ /// @file: StorageManager.h #ifndef EventFilter_StorageManager_StorageManager_h @@ -39,9 +39,9 @@ namespace stor { /** * Main class of the StorageManager XDAQ application * - * $Author: eulisse $ - * $Revision: 1.62 $ - * $Date: 2013/01/07 11:30:00 $ + * $Author: mommsen $ + * $Revision: 1.61 $ + * $Date: 2011/11/17 17:35:40 $ */ class StorageManager: public xdaq::Application diff --git a/EventFilter/StorageManager/interface/StreamHandler.h b/EventFilter/StorageManager/interface/StreamHandler.h index 8adb0a715d772..459fa3caefe06 100644 --- a/EventFilter/StorageManager/interface/StreamHandler.h +++ b/EventFilter/StorageManager/interface/StreamHandler.h @@ -1,4 +1,4 @@ -// $Id: StreamHandler.h,v 1.16 2012/04/04 12:16:58 mommsen Exp $ +// $Id: StreamHandler.h,v 1.15 2011/06/20 16:38:51 mommsen Exp $ /// @file: StreamHandler.h #ifndef EventFilter_StorageManager_StreamHandler_h @@ -24,8 +24,8 @@ namespace stor { * Abstract class to handle one stream written to disk. * * $Author: mommsen $ - * $Revision: 1.16 $ - * $Date: 2012/04/04 12:16:58 $ + * $Revision: 1.15 $ + * $Date: 2011/06/20 16:38:51 $ */ class StreamHandler diff --git a/EventFilter/StorageManager/interface/StreamID.h b/EventFilter/StorageManager/interface/StreamID.h index 43e06ba89f3b3..334798bec4808 100644 --- a/EventFilter/StorageManager/interface/StreamID.h +++ b/EventFilter/StorageManager/interface/StreamID.h @@ -1,4 +1,4 @@ -// $Id: StreamID.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: StreamID.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: StreamID.h #ifndef EventFilter_StorageManager_StreamID_h @@ -12,8 +12,8 @@ namespace stor { * Definition of the StreamID used in the storage manager * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef size_t StreamID; diff --git a/EventFilter/StorageManager/interface/StreamQueue.h b/EventFilter/StorageManager/interface/StreamQueue.h index f374dd5b601a4..db6edfca8a054 100644 --- a/EventFilter/StorageManager/interface/StreamQueue.h +++ b/EventFilter/StorageManager/interface/StreamQueue.h @@ -1,4 +1,4 @@ -// $Id: StreamQueue.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: StreamQueue.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: StreamQueue.h #ifndef EventFilter_StorageManager_StreamQueue_h @@ -14,8 +14,8 @@ namespace stor { * Queue holding I2OChains of events to be written to disk * * $Author: mommsen $ - * $Revision: 1.4 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.3.16.1 $ + * $Date: 2011/03/07 11:33:04 $ */ typedef ConcurrentQueue StreamQueue; diff --git a/EventFilter/StorageManager/interface/StreamsMonitorCollection.h b/EventFilter/StorageManager/interface/StreamsMonitorCollection.h index 8010dc1f262bd..9c8f4810f0af3 100644 --- a/EventFilter/StorageManager/interface/StreamsMonitorCollection.h +++ b/EventFilter/StorageManager/interface/StreamsMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: StreamsMonitorCollection.h,v 1.17 2011/11/17 17:35:41 mommsen Exp $ +// $Id: StreamsMonitorCollection.h,v 1.16 2011/06/20 16:38:51 mommsen Exp $ /// @file: StreamsMonitorCollection.h #ifndef EventFilter_StorageManager_StreamsMonitorCollection_h @@ -28,8 +28,8 @@ namespace stor { * A collection of MonitoredQuantities of output streams * * $Author: mommsen $ - * $Revision: 1.17 $ - * $Date: 2011/11/17 17:35:41 $ + * $Revision: 1.16 $ + * $Date: 2011/06/20 16:38:51 $ */ class StreamsMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/ThroughputMonitorCollection.h b/EventFilter/StorageManager/interface/ThroughputMonitorCollection.h index df95bc499cb6e..f958aaa72f6ef 100644 --- a/EventFilter/StorageManager/interface/ThroughputMonitorCollection.h +++ b/EventFilter/StorageManager/interface/ThroughputMonitorCollection.h @@ -1,4 +1,4 @@ -// $Id: ThroughputMonitorCollection.h,v 1.19 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ThroughputMonitorCollection.h,v 1.18.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ThroughputMonitorCollection.h #ifndef EventFilter_StorageManager_ThroughputMonitorCollection_h @@ -24,8 +24,8 @@ namespace stor { * through the storage manager. * * $Author: mommsen $ - * $Revision: 1.19 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.18.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class ThroughputMonitorCollection : public MonitorCollection diff --git a/EventFilter/StorageManager/interface/TransitionRecord.h b/EventFilter/StorageManager/interface/TransitionRecord.h index 54631568de1be..b08b4bcc1b8c8 100644 --- a/EventFilter/StorageManager/interface/TransitionRecord.h +++ b/EventFilter/StorageManager/interface/TransitionRecord.h @@ -1,4 +1,4 @@ -// $Id: TransitionRecord.h,v 1.5 2011/03/07 15:31:32 mommsen Exp $ +// $Id: TransitionRecord.h,v 1.4.12.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: TransitionRecord.h #ifndef EventFilter_StorageManager_TransitionRecord_h @@ -14,8 +14,8 @@ namespace stor { * A record of state machine transitions * * $Author: mommsen $ - * $Revision: 1.5 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.4.12.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class TransitionRecord diff --git a/EventFilter/StorageManager/interface/TriggerSelector.h b/EventFilter/StorageManager/interface/TriggerSelector.h index f859623af02e7..7dd503ed5914c 100644 --- a/EventFilter/StorageManager/interface/TriggerSelector.h +++ b/EventFilter/StorageManager/interface/TriggerSelector.h @@ -1,4 +1,4 @@ -// $Id: TriggerSelector.h,v 1.7 2011/03/07 15:31:32 mommsen Exp $ +// $Id: TriggerSelector.h,v 1.6.10.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: TriggerSelector.h #ifndef EventFilter_StorageManager_TriggerSelector_h @@ -22,8 +22,8 @@ namespace stor * Event selector allowing for and/not combination of triggers/paths * * $Author: mommsen $ - * $Revision: 1.7 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.6.10.1 $ + * $Date: 2011/03/07 11:33:04 $ */ class TriggerSelector diff --git a/EventFilter/StorageManager/interface/Utils.h b/EventFilter/StorageManager/interface/Utils.h index c0db348141938..4a4df808c35ac 100644 --- a/EventFilter/StorageManager/interface/Utils.h +++ b/EventFilter/StorageManager/interface/Utils.h @@ -1,4 +1,4 @@ -// $Id: Utils.h,v 1.15 2011/03/31 13:04:20 mommsen Exp $ +// $Id: Utils.h,v 1.14 2011/03/07 15:31:32 mommsen Exp $ /// @file: Utils.h #ifndef EventFilter_StorageManager_Utils_h @@ -25,8 +25,8 @@ namespace stor { * Collection of utility functions used in the storage manager * * $Author: mommsen $ - * $Revision: 1.15 $ - * $Date: 2011/03/31 13:04:20 $ + * $Revision: 1.14 $ + * $Date: 2011/03/07 15:31:32 $ */ /** diff --git a/EventFilter/StorageManager/interface/WebPageHelper.h b/EventFilter/StorageManager/interface/WebPageHelper.h index 7e584a7c50399..28b045063cff8 100644 --- a/EventFilter/StorageManager/interface/WebPageHelper.h +++ b/EventFilter/StorageManager/interface/WebPageHelper.h @@ -1,4 +1,4 @@ -// $Id: WebPageHelper.h,v 1.13 2011/03/07 15:31:32 mommsen Exp $ +// $Id: WebPageHelper.h,v 1.12.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: WebPageHelper.h #ifndef EventFilter_StorageManager_WebPageHelper_h @@ -23,8 +23,8 @@ namespace stor { * Helper class to handle web page requests * * $Author: mommsen $ - * $Revision: 1.13 $ - * $Date: 2011/03/07 15:31:32 $ + * $Revision: 1.12.4.1 $ + * $Date: 2011/03/07 11:33:04 $ */ template diff --git a/EventFilter/StorageManager/interface/WrapperNotifier.h b/EventFilter/StorageManager/interface/WrapperNotifier.h index 97d1830f57977..ad00f6ad06c55 100644 --- a/EventFilter/StorageManager/interface/WrapperNotifier.h +++ b/EventFilter/StorageManager/interface/WrapperNotifier.h @@ -1,4 +1,4 @@ -// $Id: WrapperNotifier.h,v 1.10 2011/03/07 15:31:32 mommsen Exp $ +// $Id: WrapperNotifier.h,v 1.9.12.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: WrapperNotifier.h #ifndef EventFilter_StorageManager_WrapperNotifier_h @@ -17,8 +17,8 @@ namespace stor Notifier implementation used by StorageManager $Author: mommsen $ - $Revision: 1.10 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.9.12.1 $ + $Date: 2011/03/07 11:33:04 $ */ class WrapperNotifier: public Notifier { diff --git a/EventFilter/StorageManager/interface/XHTMLMaker.h b/EventFilter/StorageManager/interface/XHTMLMaker.h index 2a5f1991063dc..ebc6ec6c3a491 100644 --- a/EventFilter/StorageManager/interface/XHTMLMaker.h +++ b/EventFilter/StorageManager/interface/XHTMLMaker.h @@ -1,4 +1,4 @@ -// $Id: XHTMLMaker.h,v 1.12 2011/07/07 09:22:44 mommsen Exp $ +// $Id: XHTMLMaker.h,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: XHTMLMaker.h #ifndef EventFilter_StorageManager_XHTMLMaker_h @@ -20,8 +20,8 @@ namespace stor { Helper class to build XHTML pages $Author: mommsen $ - $Revision: 1.12 $ - $Date: 2011/07/07 09:22:44 $ + $Revision: 1.11 $ + $Date: 2011/03/07 15:31:32 $ */ class XHTMLMaker diff --git a/EventFilter/StorageManager/interface/XHTMLMonitor.h b/EventFilter/StorageManager/interface/XHTMLMonitor.h index f9b5fa33107ed..e8bc4d8548bab 100644 --- a/EventFilter/StorageManager/interface/XHTMLMonitor.h +++ b/EventFilter/StorageManager/interface/XHTMLMonitor.h @@ -1,4 +1,4 @@ -// $Id: XHTMLMonitor.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $ +// $Id: XHTMLMonitor.h,v 1.5.16.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: XHTMLMonitor.h #ifndef EventFilter_StorageManager_XHTMLMonitor_h @@ -12,8 +12,8 @@ namespace stor { Controls the use of XHTMLMaker (xerces is not thread-safe) $Author: mommsen $ - $Revision: 1.6 $ - $Date: 2011/03/07 15:31:32 $ + $Revision: 1.5.16.1 $ + $Date: 2011/03/07 11:33:04 $ */ class XHTMLMonitor diff --git a/EventFilter/StorageManager/scripts/inject/InjectWorker.pl b/EventFilter/StorageManager/scripts/inject/InjectWorker.pl index f606d355fff63..210282ba4b5a0 100755 --- a/EventFilter/StorageManager/scripts/inject/InjectWorker.pl +++ b/EventFilter/StorageManager/scripts/inject/InjectWorker.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: InjectWorker.pl,v 1.89 2012/10/07 21:56:25 babar Exp $ +# $Id: InjectWorker.pl,v 1.88 2012/04/13 10:06:19 babar Exp $ # -- # InjectWorker.pl # Monitors a directory, and inserts data in the database diff --git a/EventFilter/StorageManager/scripts/inject/NotifyWorker.pl b/EventFilter/StorageManager/scripts/inject/NotifyWorker.pl index 9cb41d1702502..5e7c140f96ac2 100755 --- a/EventFilter/StorageManager/scripts/inject/NotifyWorker.pl +++ b/EventFilter/StorageManager/scripts/inject/NotifyWorker.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: NotifyWorker.pl,v 1.10 2012/10/07 21:56:25 babar Exp $ +# $Id: NotifyWorker.pl,v 1.9 2012/04/13 10:06:19 babar Exp $ # -- # NotifyWoker.pl # Monitors a directory, and sends notifications to Tier0 diff --git a/EventFilter/StorageManager/scripts/inject/compat/closeFile.pl b/EventFilter/StorageManager/scripts/inject/compat/closeFile.pl index b17a0e6e879fa..ea1a50c39c984 100755 --- a/EventFilter/StorageManager/scripts/inject/compat/closeFile.pl +++ b/EventFilter/StorageManager/scripts/inject/compat/closeFile.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: closeFile.pl,v 1.4 2008/05/20 08:59:06 loizides Exp $ +# $Id: closeFile.pl,v 1.3 2008/05/19 11:11:55 loizides Exp $ ################################################################################ use strict; diff --git a/EventFilter/StorageManager/scripts/inject/compat/insertFile.pl b/EventFilter/StorageManager/scripts/inject/compat/insertFile.pl index a1409ab0a8b4c..a5292b7c46e5f 100755 --- a/EventFilter/StorageManager/scripts/inject/compat/insertFile.pl +++ b/EventFilter/StorageManager/scripts/inject/compat/insertFile.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: insertFile.pl,v 1.4 2008/05/20 08:59:06 loizides Exp $ +# $Id: insertFile.pl,v 1.3 2008/05/19 11:11:55 loizides Exp $ ################################################################################ use strict; diff --git a/EventFilter/StorageManager/scripts/inject/compat/notifyTier0.pl b/EventFilter/StorageManager/scripts/inject/compat/notifyTier0.pl index a8ba56f025593..53690125bba21 100755 --- a/EventFilter/StorageManager/scripts/inject/compat/notifyTier0.pl +++ b/EventFilter/StorageManager/scripts/inject/compat/notifyTier0.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: notifyTier0.pl,v 1.5 2008/05/20 08:59:06 loizides Exp $ +# $Id: notifyTier0.pl,v 1.4 2008/05/19 11:11:55 loizides Exp $ ################################################################################ use strict; diff --git a/EventFilter/StorageManager/scripts/inject/compat/sm_compat.sh b/EventFilter/StorageManager/scripts/inject/compat/sm_compat.sh index 01e04a7c14eb6..da4437141b275 100755 --- a/EventFilter/StorageManager/scripts/inject/compat/sm_compat.sh +++ b/EventFilter/StorageManager/scripts/inject/compat/sm_compat.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: sm_compat.sh,v 1.3 2008/05/02 12:36:15 loizides Exp $ +# $Id: sm_compat.sh,v 1.2 2008/04/28 13:33:50 loizides Exp $ if test -e "/etc/profile.d/sm_env.sh"; then source /etc/profile.d/sm_env.sh; diff --git a/EventFilter/StorageManager/scripts/inject/injectFileIntoTransferSystem.pl b/EventFilter/StorageManager/scripts/inject/injectFileIntoTransferSystem.pl index 8cdf4ce8d697e..f83e308d77391 100755 --- a/EventFilter/StorageManager/scripts/inject/injectFileIntoTransferSystem.pl +++ b/EventFilter/StorageManager/scripts/inject/injectFileIntoTransferSystem.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: injectFileIntoTransferSystem.pl,v 1.48 2012/02/29 15:24:23 babar Exp $ +# $Id: injectFileIntoTransferSystem.pl,v 1.47 2010/06/23 08:37:36 babar Exp $ use strict; use DBI; diff --git a/EventFilter/StorageManager/scripts/inject/sendNotification.sh b/EventFilter/StorageManager/scripts/inject/sendNotification.sh index 9c66aa4b33815..a18065ba61089 100755 --- a/EventFilter/StorageManager/scripts/inject/sendNotification.sh +++ b/EventFilter/StorageManager/scripts/inject/sendNotification.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: sendNotification.sh,v 1.10 2012/10/07 21:56:25 babar Exp $ +# $Id: sendNotification.sh,v 1.9 2010/02/11 17:17:50 babar Exp $ # error dir and file errordir=/tmp diff --git a/EventFilter/StorageManager/scripts/inject/sm_hookscript.pl b/EventFilter/StorageManager/scripts/inject/sm_hookscript.pl index 3964fb0b993b6..f59a29eca967a 100755 --- a/EventFilter/StorageManager/scripts/inject/sm_hookscript.pl +++ b/EventFilter/StorageManager/scripts/inject/sm_hookscript.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: sm_hookscript.pl,v 1.26 2012/04/09 12:03:52 babar Exp $ +# $Id: sm_hookscript.pl,v 1.25 2012/03/16 20:14:53 babar Exp $ ################################################################################ # XXX This should be converted into a POE::Wheel object so it's asynchronous diff --git a/EventFilter/StorageManager/scripts/inject/sm_nfscopy.sh b/EventFilter/StorageManager/scripts/inject/sm_nfscopy.sh index 55fe511e2436d..ec49a7a27542f 100755 --- a/EventFilter/StorageManager/scripts/inject/sm_nfscopy.sh +++ b/EventFilter/StorageManager/scripts/inject/sm_nfscopy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: sm_nfscopy.sh,v 1.10 2012/03/16 19:11:28 babar Exp $ +# $Id: sm_nfscopy.sh,v 1.9 2010/09/03 06:33:01 babar Exp $ nfsserver=$1 filename=$2 diff --git a/EventFilter/StorageManager/scripts/inject/t0inject.sh b/EventFilter/StorageManager/scripts/inject/t0inject.sh index e5aaec8a4ce17..fd8726464621d 100755 --- a/EventFilter/StorageManager/scripts/inject/t0inject.sh +++ b/EventFilter/StorageManager/scripts/inject/t0inject.sh @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: t0inject.sh,v 1.26 2012/10/07 21:56:25 babar Exp $ +#$Id: t0inject.sh,v 1.25 2011/02/24 10:40:04 babar Exp $ . /etc/init.d/functions diff --git a/EventFilter/StorageManager/scripts/inject/t0notify.sh b/EventFilter/StorageManager/scripts/inject/t0notify.sh index a8bce54250b45..a6cb5d495a072 100755 --- a/EventFilter/StorageManager/scripts/inject/t0notify.sh +++ b/EventFilter/StorageManager/scripts/inject/t0notify.sh @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: t0notify.sh,v 1.9 2012/10/08 15:33:06 babar Exp $ +#$Id: t0notify.sh,v 1.8 2012/10/07 21:56:25 babar Exp $ . /etc/init.d/functions diff --git a/EventFilter/StorageManager/scripts/inject/t0test.sh b/EventFilter/StorageManager/scripts/inject/t0test.sh index b9fffe7bd6ce4..5b6e3f2913c58 100755 --- a/EventFilter/StorageManager/scripts/inject/t0test.sh +++ b/EventFilter/StorageManager/scripts/inject/t0test.sh @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: t0test.sh,v 1.6 2008/06/12 13:56:05 loizides Exp $ +#$Id: t0test.sh,v 1.5 2008/05/14 12:53:14 loizides Exp $ . /etc/init.d/functions diff --git a/EventFilter/StorageManager/scripts/operations/check_copyworker.sh b/EventFilter/StorageManager/scripts/operations/check_copyworker.sh index b9a3fa70cad1f..89b610efeea1b 100755 --- a/EventFilter/StorageManager/scripts/operations/check_copyworker.sh +++ b/EventFilter/StorageManager/scripts/operations/check_copyworker.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: check_copyworker.sh,v 1.2 2008/07/03 10:46:58 loizides Exp $ +# $Id:$ # Returns number of copy workers running in each node # gets list of node from host_list.cfg (1 hostname per line) diff --git a/EventFilter/StorageManager/scripts/operations/cleanupEmu.sh b/EventFilter/StorageManager/scripts/operations/cleanupEmu.sh index 5ea4e8dc27dc5..286430d655a2c 100755 --- a/EventFilter/StorageManager/scripts/operations/cleanupEmu.sh +++ b/EventFilter/StorageManager/scripts/operations/cleanupEmu.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: cleanupEmu.sh,v 1.15 2011/01/31 15:45:14 gbauer Exp $ +# $Id: cleanupEmu.sh,v 1.14 2010/10/29 08:02:34 gbauer Exp $ if test -e "/etc/profile.d/sm_env.sh"; then source /etc/profile.d/sm_env.sh diff --git a/EventFilter/StorageManager/scripts/operations/getwwpn.sh b/EventFilter/StorageManager/scripts/operations/getwwpn.sh index 93ddbe4dfca7c..b404741fee602 100755 --- a/EventFilter/StorageManager/scripts/operations/getwwpn.sh +++ b/EventFilter/StorageManager/scripts/operations/getwwpn.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: getwwpn.sh,v 1.5 2009/08/17 13:21:20 gbauer Exp $ +# $Id: getwwpn.sh,v 1.4 2009/02/06 16:51:55 gbauer Exp $ # # run this script to get a mapping between hostname and wwpn # the mapping has the syntax of a perl hash and can be put diff --git a/EventFilter/StorageManager/scripts/operations/injbyhand.sh b/EventFilter/StorageManager/scripts/operations/injbyhand.sh index c9844510cc219..137a9dbf35284 100755 --- a/EventFilter/StorageManager/scripts/operations/injbyhand.sh +++ b/EventFilter/StorageManager/scripts/operations/injbyhand.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: injbyhand.sh,v 1.2 2008/07/04 13:31:18 loizides Exp $ +# $Id: injbyhand.sh,v 1.1 2008/06/16 11:37:41 loizides Exp $ # # Script that extracts necessary information for transfer from written file # and injects the file in to DB using the standalone script. diff --git a/EventFilter/StorageManager/scripts/operations/makeall.sh b/EventFilter/StorageManager/scripts/operations/makeall.sh index 3bd87149b0158..8eb98aedce317 100755 --- a/EventFilter/StorageManager/scripts/operations/makeall.sh +++ b/EventFilter/StorageManager/scripts/operations/makeall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: makeall.sh,v 1.6 2010/01/29 16:15:35 babar Exp $ +# $Id: makeall.sh,v 1.5 2009/08/17 13:24:41 gbauer Exp $ ## *** added security feature: MUST give argument "makefilesys" ## or else file system will NOT be re-made *** diff --git a/EventFilter/StorageManager/scripts/operations/mk_satamap.pl b/EventFilter/StorageManager/scripts/operations/mk_satamap.pl index 63dddd8c67a85..2a1a70dbd972e 100644 --- a/EventFilter/StorageManager/scripts/operations/mk_satamap.pl +++ b/EventFilter/StorageManager/scripts/operations/mk_satamap.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: mk_satamap.pl,v 1.7 2009/08/17 13:26:47 gbauer Exp $ +# $Id: mk_satamap.pl,v 1.6 2009/02/06 17:15:29 gbauer Exp $ # # Make sata mapping of volume serial numbers, suitable for intput to "makeall" script # diff --git a/EventFilter/StorageManager/scripts/operations/mkstore.sh b/EventFilter/StorageManager/scripts/operations/mkstore.sh index a2bd90326be0f..ae5dc2055d491 100755 --- a/EventFilter/StorageManager/scripts/operations/mkstore.sh +++ b/EventFilter/StorageManager/scripts/operations/mkstore.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: mkstore.sh,v 1.10 2012/07/06 16:00:16 gbauer Exp $ +# $Id: mkstore.sh,v 1.9 2010/04/27 01:59:51 gbauer Exp $ if test -e "/etc/profile.d/sm_env.sh"; then source /etc/profile.d/sm_env.sh diff --git a/EventFilter/StorageManager/scripts/operations/mkvol.sh b/EventFilter/StorageManager/scripts/operations/mkvol.sh index e9a531d372a40..8ed6c94d110f9 100755 --- a/EventFilter/StorageManager/scripts/operations/mkvol.sh +++ b/EventFilter/StorageManager/scripts/operations/mkvol.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: mkvol.sh,v 1.9 2010/04/27 01:59:41 gbauer Exp $ +# $Id: mkvol.sh,v 1.8 2008/09/05 09:45:11 gbauer Exp $ ## *** added security feature: 5th argument MUST BE 'makefilesys' ## or else file system will NOT be made *** diff --git a/EventFilter/StorageManager/scripts/operations/monitoringSar.sh b/EventFilter/StorageManager/scripts/operations/monitoringSar.sh index d7556af9a1f2e..c70c069a2d6c9 100755 --- a/EventFilter/StorageManager/scripts/operations/monitoringSar.sh +++ b/EventFilter/StorageManager/scripts/operations/monitoringSar.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: monitoringSar.sh,v 1.2 2008/10/01 04:14:29 loizides Exp $ +# $Id: monitoringSar.sh,v 1.1 2008/09/30 03:59:24 loizides Exp $ ##Let's define things first SAR_CMD="/usr/bin/sar" diff --git a/EventFilter/StorageManager/scripts/operations/setup_sm.sh b/EventFilter/StorageManager/scripts/operations/setup_sm.sh index 707d197ad35ea..b17230f7776f0 100755 --- a/EventFilter/StorageManager/scripts/operations/setup_sm.sh +++ b/EventFilter/StorageManager/scripts/operations/setup_sm.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: setup_sm.sh,v 1.56 2012/07/10 15:53:49 babar Exp $ +# $Id: setup_sm.sh,v 1.55 2010/10/18 11:14:26 babar Exp $ if test -e "/etc/profile.d/sm_env.sh"; then source /etc/profile.d/sm_env.sh diff --git a/EventFilter/StorageManager/scripts/operations/smCleanupFiles.pl b/EventFilter/StorageManager/scripts/operations/smCleanupFiles.pl index b7150aecbf5ae..e981424637d97 100755 --- a/EventFilter/StorageManager/scripts/operations/smCleanupFiles.pl +++ b/EventFilter/StorageManager/scripts/operations/smCleanupFiles.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: smCleanupFiles.pl,v 1.14 2012/02/07 10:38:49 gbauer Exp $ +# $Id: smCleanupFiles.pl,v 1.11 2010/11/18 10:32:48 gbauer Exp $ use strict; use warnings; diff --git a/EventFilter/StorageManager/scripts/operations/smorphans.sh b/EventFilter/StorageManager/scripts/operations/smorphans.sh index 51ed5c0ff3718..b12557aa5816c 100755 --- a/EventFilter/StorageManager/scripts/operations/smorphans.sh +++ b/EventFilter/StorageManager/scripts/operations/smorphans.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: smorphans.sh,v 1.5 2009/04/29 15:22:24 jserrano Exp $ +# $Id: smorphans.sh,v 1.3 2009/04/17 13:01:03 jserrano Exp $ # This script iterates over all files in the list of hosts provided and calls # injection script with --check option to show a status report. diff --git a/EventFilter/StorageManager/src/AlarmHandler.cc b/EventFilter/StorageManager/src/AlarmHandler.cc index f50fe0b74d8e4..0fd66265af0ff 100644 --- a/EventFilter/StorageManager/src/AlarmHandler.cc +++ b/EventFilter/StorageManager/src/AlarmHandler.cc @@ -1,4 +1,4 @@ -//$Id: AlarmHandler.cc,v 1.12 2011/11/08 10:48:40 mommsen Exp $ +//$Id: AlarmHandler.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: AlarmHandler.cc diff --git a/EventFilter/StorageManager/src/ChainData.cc b/EventFilter/StorageManager/src/ChainData.cc index 2fa11ad3d7ac7..56ddb9ad1d28e 100644 --- a/EventFilter/StorageManager/src/ChainData.cc +++ b/EventFilter/StorageManager/src/ChainData.cc @@ -1,4 +1,4 @@ -// $Id: ChainData.cc,v 1.20 2012/04/20 10:48:01 mommsen Exp $ +// $Id: ChainData.cc,v 1.19 2011/08/31 20:12:00 wmtan Exp $ /// @file: ChainData.cc #include "IOPool/Streamer/interface/MsgHeader.h" diff --git a/EventFilter/StorageManager/src/ChainData.h b/EventFilter/StorageManager/src/ChainData.h index f5a74877d3aeb..63c937122c679 100644 --- a/EventFilter/StorageManager/src/ChainData.h +++ b/EventFilter/StorageManager/src/ChainData.h @@ -1,4 +1,4 @@ -// $Id: ChainData.h,v 1.20 2012/04/20 10:48:01 mommsen Exp $ +// $Id: ChainData.h,v 1.19 2011/08/31 20:12:00 wmtan Exp $ /// @file: ChainData.h #ifndef CHAINDATA_H diff --git a/EventFilter/StorageManager/src/Configuration.cc b/EventFilter/StorageManager/src/Configuration.cc index 5c4cf6c83084d..592fff66ac6cc 100644 --- a/EventFilter/StorageManager/src/Configuration.cc +++ b/EventFilter/StorageManager/src/Configuration.cc @@ -1,4 +1,4 @@ -// $Id: Configuration.cc,v 1.47 2012/06/08 10:20:33 mommsen Exp $ +// $Id: Configuration.cc,v 1.46 2011/07/05 13:25:43 mommsen Exp $ /// @file: Configuration.cc #include "EventFilter/StorageManager/interface/Configuration.h" diff --git a/EventFilter/StorageManager/src/Constructed.cc b/EventFilter/StorageManager/src/Constructed.cc index c47d9cbd7754d..958c799368628 100644 --- a/EventFilter/StorageManager/src/Constructed.cc +++ b/EventFilter/StorageManager/src/Constructed.cc @@ -1,4 +1,4 @@ -// $Id: Constructed.cc,v 1.2 2011/11/08 10:48:40 mommsen Exp $ +// $Id: Constructed.cc,v 1.1 2009/10/21 10:35:51 mommsen Exp $ /// @file: Constructed.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/ConsumerMonitorCollection.cc b/EventFilter/StorageManager/src/ConsumerMonitorCollection.cc index d16a22a7410f9..91ca4fe1f0570 100644 --- a/EventFilter/StorageManager/src/ConsumerMonitorCollection.cc +++ b/EventFilter/StorageManager/src/ConsumerMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: ConsumerMonitorCollection.cc,v 1.12 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ConsumerMonitorCollection.cc,v 1.11.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: ConsumerMonitorCollection.cc #include "EventFilter/StorageManager/interface/ConsumerMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/ConsumerUtils.icc b/EventFilter/StorageManager/src/ConsumerUtils.icc index 08fb14faa1d92..8eaad8456c3c1 100644 --- a/EventFilter/StorageManager/src/ConsumerUtils.icc +++ b/EventFilter/StorageManager/src/ConsumerUtils.icc @@ -1,4 +1,4 @@ -// $Id: ConsumerUtils.icc,v 1.7 2012/04/20 10:48:01 mommsen Exp $ +// $Id: ConsumerUtils.icc,v 1.6 2011/08/31 20:10:10 wmtan Exp $ /// @file: ConsumerUtils.icc #include "EventFilter/StorageManager/interface/ConsumerID.h" diff --git a/EventFilter/StorageManager/src/ConsumerWebPageHelper.icc b/EventFilter/StorageManager/src/ConsumerWebPageHelper.icc index 7c380ed7e2e56..9861164f7d307 100644 --- a/EventFilter/StorageManager/src/ConsumerWebPageHelper.icc +++ b/EventFilter/StorageManager/src/ConsumerWebPageHelper.icc @@ -1,4 +1,4 @@ -// $Id: ConsumerWebPageHelper.icc,v 1.2 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ConsumerWebPageHelper.icc,v 1.1.4.2 2011/03/07 11:33:04 mommsen Exp $ /// @file: ConsumerWebPageHelper.icc #include "EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/CurlInterface.cc b/EventFilter/StorageManager/src/CurlInterface.cc index ac585cae9fdd4..24bd6314f46ae 100644 --- a/EventFilter/StorageManager/src/CurlInterface.cc +++ b/EventFilter/StorageManager/src/CurlInterface.cc @@ -1,4 +1,4 @@ -// $Id: CurlInterface.cc,v 1.4 2011/11/16 14:32:22 mommsen Exp $ +// $Id: CurlInterface.cc,v 1.3 2011/03/07 15:31:32 mommsen Exp $ /// @file: CurlInterface.cc #include "EventFilter/StorageManager/interface/CurlInterface.h" diff --git a/EventFilter/StorageManager/src/DQMConsumerMonitorCollection.cc b/EventFilter/StorageManager/src/DQMConsumerMonitorCollection.cc index 5863631826e1b..defa0fdd985ef 100644 --- a/EventFilter/StorageManager/src/DQMConsumerMonitorCollection.cc +++ b/EventFilter/StorageManager/src/DQMConsumerMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: DQMConsumerMonitorCollection.cc,v 1.3 2011/03/07 15:31:32 mommsen Exp $ +// $Id: DQMConsumerMonitorCollection.cc,v 1.2.14.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMConsumerMonitorCollection.cc #include "EventFilter/StorageManager/interface/DQMConsumerMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/DQMEventConsumerRegistrationInfo.cc b/EventFilter/StorageManager/src/DQMEventConsumerRegistrationInfo.cc index 9d8a4a9581533..c8463ee076a77 100644 --- a/EventFilter/StorageManager/src/DQMEventConsumerRegistrationInfo.cc +++ b/EventFilter/StorageManager/src/DQMEventConsumerRegistrationInfo.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventConsumerRegistrationInfo.cc,v 1.10 2011/03/07 15:31:32 mommsen Exp $ +// $Id: DQMEventConsumerRegistrationInfo.cc,v 1.9.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventConsumerRegistrationInfo.cc #include "EventFilter/StorageManager/interface/DQMEventConsumerRegistrationInfo.h" diff --git a/EventFilter/StorageManager/src/DQMEventMonitorCollection.cc b/EventFilter/StorageManager/src/DQMEventMonitorCollection.cc index 0891552400973..d4cfa93fcaea8 100644 --- a/EventFilter/StorageManager/src/DQMEventMonitorCollection.cc +++ b/EventFilter/StorageManager/src/DQMEventMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventMonitorCollection.cc,v 1.13 2011/04/04 12:03:30 mommsen Exp $ +// $Id: DQMEventMonitorCollection.cc,v 1.12 2011/03/08 18:29:34 mommsen Exp $ /// @file: DQMEventMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/DQMEventMsgData.cc b/EventFilter/StorageManager/src/DQMEventMsgData.cc index 948dff2bd050b..b0e22d8b1ffba 100644 --- a/EventFilter/StorageManager/src/DQMEventMsgData.cc +++ b/EventFilter/StorageManager/src/DQMEventMsgData.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventMsgData.cc,v 1.12 2011/03/28 13:49:04 mommsen Exp $ +// $Id: DQMEventMsgData.cc,v 1.10.6.2 2011/03/28 13:46:31 mommsen Exp $ /// @file: DQMEventMsgData.cc #include "EventFilter/StorageManager/src/ChainData.h" diff --git a/EventFilter/StorageManager/src/DQMEventProcessor.cc b/EventFilter/StorageManager/src/DQMEventProcessor.cc index cde28a31dea57..01556ae74cb91 100644 --- a/EventFilter/StorageManager/src/DQMEventProcessor.cc +++ b/EventFilter/StorageManager/src/DQMEventProcessor.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventProcessor.cc,v 1.19 2012/04/20 10:48:01 mommsen Exp $ +// $Id: DQMEventProcessor.cc,v 1.18 2011/11/08 10:48:40 mommsen Exp $ /// @file: DQMEventProcessor.cc #include "toolbox/task/WorkLoopFactory.h" diff --git a/EventFilter/StorageManager/src/DQMEventProcessorResources.cc b/EventFilter/StorageManager/src/DQMEventProcessorResources.cc index 112c86ffe4788..cf76adf3eb94b 100644 --- a/EventFilter/StorageManager/src/DQMEventProcessorResources.cc +++ b/EventFilter/StorageManager/src/DQMEventProcessorResources.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventProcessorResources.cc,v 1.5 2011/03/07 15:31:32 mommsen Exp $ +// $Id: DQMEventProcessorResources.cc,v 1.4.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventProcessorResources.cc #include "EventFilter/StorageManager/interface/DQMEventProcessorResources.h" diff --git a/EventFilter/StorageManager/src/DQMEventSelector.cc b/EventFilter/StorageManager/src/DQMEventSelector.cc index 83b27512e8378..b2fe341e999bc 100644 --- a/EventFilter/StorageManager/src/DQMEventSelector.cc +++ b/EventFilter/StorageManager/src/DQMEventSelector.cc @@ -1,4 +1,4 @@ -// $Id: DQMEventSelector.cc,v 1.6 2011/03/07 15:31:32 mommsen Exp $ +// $Id: DQMEventSelector.cc,v 1.5.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DQMEventSelector.cc #include "EventFilter/StorageManager/interface/DQMEventSelector.h" diff --git a/EventFilter/StorageManager/src/DQMEventStore.icc b/EventFilter/StorageManager/src/DQMEventStore.icc index e01f05f80d04a..d122e2032d1ad 100644 --- a/EventFilter/StorageManager/src/DQMEventStore.icc +++ b/EventFilter/StorageManager/src/DQMEventStore.icc @@ -1,4 +1,4 @@ -// $Id: DQMEventStore.icc,v 1.5 2011/04/18 16:06:53 mommsen Exp $ +// $Id: DQMEventStore.icc,v 1.4 2011/04/04 12:03:30 mommsen Exp $ /// @file: DQMEventStore.icc #include "TROOT.h" diff --git a/EventFilter/StorageManager/src/DQMFolder.cc b/EventFilter/StorageManager/src/DQMFolder.cc index 6152b0fdf1a79..c50a4569885c4 100644 --- a/EventFilter/StorageManager/src/DQMFolder.cc +++ b/EventFilter/StorageManager/src/DQMFolder.cc @@ -1,4 +1,4 @@ -// $Id: DQMFolder.cc,v 1.3 2013/04/22 16:19:36 wmtan Exp $ +// $Id: DQMFolder.cc,v 1.2 2011/03/07 15:31:32 mommsen Exp $ /// @file: DQMFolder.cc #include "EventFilter/StorageManager/interface/DQMFolder.h" diff --git a/EventFilter/StorageManager/src/DQMHttpSource.cc b/EventFilter/StorageManager/src/DQMHttpSource.cc index a2dd8fab6438b..c24f482218827 100644 --- a/EventFilter/StorageManager/src/DQMHttpSource.cc +++ b/EventFilter/StorageManager/src/DQMHttpSource.cc @@ -1,4 +1,4 @@ -// $Id: DQMHttpSource.cc,v 1.32 2012/11/01 17:08:57 wmtan Exp $ +// $Id: DQMHttpSource.cc,v 1.31 2012/10/31 17:09:27 wmtan Exp $ /// @file: DQMHttpSource.cc #include "DQMServices/Core/interface/MonitorElement.h" diff --git a/EventFilter/StorageManager/src/DQMHttpSource.h b/EventFilter/StorageManager/src/DQMHttpSource.h index 91320c534ba5c..50a596871dc1c 100644 --- a/EventFilter/StorageManager/src/DQMHttpSource.h +++ b/EventFilter/StorageManager/src/DQMHttpSource.h @@ -1,4 +1,4 @@ -// $Id: DQMHttpSource.h,v 1.15 2012/10/31 17:09:27 wmtan Exp $ +// $Id: DQMHttpSource.h,v 1.14 2012/10/17 02:03:00 wmtan Exp $ /// @file: DQMHttpSource.h #ifndef StorageManager_DQMHttpSource_h @@ -25,8 +25,8 @@ namespace edm the StorageManager or SMProxyServer to get DQM (histogram) data. $Author: wmtan $ - $Revision: 1.15 $ - $Date: 2012/10/31 17:09:27 $ + $Revision: 1.14 $ + $Date: 2012/10/17 02:03:00 $ */ class DQMHttpSource : public edm::RawInputSource diff --git a/EventFilter/StorageManager/src/DQMTopLevelFolder.cc b/EventFilter/StorageManager/src/DQMTopLevelFolder.cc index c9645b008c9e2..79e0fa60caf8b 100644 --- a/EventFilter/StorageManager/src/DQMTopLevelFolder.cc +++ b/EventFilter/StorageManager/src/DQMTopLevelFolder.cc @@ -1,4 +1,4 @@ -// $Id: DQMTopLevelFolder.cc,v 1.5 2011/04/04 16:05:37 mommsen Exp $ +// $Id: DQMTopLevelFolder.cc,v 1.4 2011/04/04 12:03:30 mommsen Exp $ /// @file: DQMTopLevelFolder.cc #include "EventFilter/StorageManager/interface/DQMEventMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/DataSenderMonitorCollection.cc b/EventFilter/StorageManager/src/DataSenderMonitorCollection.cc index 219f6eed9c41f..e935210de8330 100644 --- a/EventFilter/StorageManager/src/DataSenderMonitorCollection.cc +++ b/EventFilter/StorageManager/src/DataSenderMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: DataSenderMonitorCollection.cc,v 1.20 2012/04/20 10:48:02 mommsen Exp $ +// $Id: DataSenderMonitorCollection.cc,v 1.19 2011/11/14 11:49:22 mommsen Exp $ /// @file: DataSenderMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/DbFileHandler.cc b/EventFilter/StorageManager/src/DbFileHandler.cc index 20f3d439eb3e6..7c5bce0554020 100644 --- a/EventFilter/StorageManager/src/DbFileHandler.cc +++ b/EventFilter/StorageManager/src/DbFileHandler.cc @@ -1,4 +1,4 @@ -// $Id: DbFileHandler.cc,v 1.11 2012/04/04 12:17:00 mommsen Exp $ +// $Id: DbFileHandler.cc,v 1.10 2011/03/07 15:31:32 mommsen Exp $ /// @file: DbFileHandler.cc #include "EventFilter/StorageManager/interface/DbFileHandler.h" diff --git a/EventFilter/StorageManager/src/DiscardManager.cc b/EventFilter/StorageManager/src/DiscardManager.cc index 68626cc7421b9..f933f1d45a8fd 100644 --- a/EventFilter/StorageManager/src/DiscardManager.cc +++ b/EventFilter/StorageManager/src/DiscardManager.cc @@ -1,4 +1,4 @@ -// $Id: DiscardManager.cc,v 1.7 2011/04/07 08:01:40 mommsen Exp $ +// $Id: DiscardManager.cc,v 1.6 2011/03/07 15:31:32 mommsen Exp $ /// @file: DiscardManager.cc #include "EventFilter/StorageManager/interface/DataSenderMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/DiskWriter.cc b/EventFilter/StorageManager/src/DiskWriter.cc index 89b521b4ab299..24c3758ce93b2 100644 --- a/EventFilter/StorageManager/src/DiskWriter.cc +++ b/EventFilter/StorageManager/src/DiskWriter.cc @@ -1,4 +1,4 @@ -// $Id: DiskWriter.cc,v 1.33 2012/10/17 10:13:25 mommsen Exp $ +// $Id: DiskWriter.cc,v 1.32 2011/11/08 10:48:40 mommsen Exp $ /// @file: DiskWriter.cc #include diff --git a/EventFilter/StorageManager/src/DiskWriterResources.cc b/EventFilter/StorageManager/src/DiskWriterResources.cc index 931e9ac43d893..498d3be74f892 100644 --- a/EventFilter/StorageManager/src/DiskWriterResources.cc +++ b/EventFilter/StorageManager/src/DiskWriterResources.cc @@ -1,4 +1,4 @@ -// $Id: DiskWriterResources.cc,v 1.8 2011/03/07 15:31:32 mommsen Exp $ +// $Id: DiskWriterResources.cc,v 1.7.4.1 2011/03/07 11:33:04 mommsen Exp $ /// @file: DiskWriterResources.cc #include "EventFilter/StorageManager/interface/DiskWriterResources.h" diff --git a/EventFilter/StorageManager/src/DrainingQueues.cc b/EventFilter/StorageManager/src/DrainingQueues.cc index d9dddb602875d..08fbf1409efbe 100644 --- a/EventFilter/StorageManager/src/DrainingQueues.cc +++ b/EventFilter/StorageManager/src/DrainingQueues.cc @@ -1,4 +1,4 @@ -// $Id: DrainingQueues.cc,v 1.14 2011/11/08 10:48:40 mommsen Exp $ +// $Id: DrainingQueues.cc,v 1.13 2011/03/07 15:31:32 mommsen Exp $ /// @file: DrainingQueues.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/Enabled.cc b/EventFilter/StorageManager/src/Enabled.cc index ef5e6f3738a5c..d4d883103928d 100644 --- a/EventFilter/StorageManager/src/Enabled.cc +++ b/EventFilter/StorageManager/src/Enabled.cc @@ -1,4 +1,4 @@ -// $Id: Enabled.cc,v 1.12 2011/11/08 10:48:40 mommsen Exp $ +// $Id: Enabled.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: Enabled.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/EndLumiSectMsgData.cc b/EventFilter/StorageManager/src/EndLumiSectMsgData.cc index 94f5bdb1ad68b..592eda2109241 100644 --- a/EventFilter/StorageManager/src/EndLumiSectMsgData.cc +++ b/EventFilter/StorageManager/src/EndLumiSectMsgData.cc @@ -1,4 +1,4 @@ -// $Id: EndLumiSectMsgData.cc,v 1.9 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EndLumiSectMsgData.cc,v 1.8.6.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EndLumiSectMsgData.cc #include "EventFilter/StorageManager/src/ChainData.h" diff --git a/EventFilter/StorageManager/src/EnquingPolicyTag.cc b/EventFilter/StorageManager/src/EnquingPolicyTag.cc index 83c2eab5ca133..cf69e60f9f690 100644 --- a/EventFilter/StorageManager/src/EnquingPolicyTag.cc +++ b/EventFilter/StorageManager/src/EnquingPolicyTag.cc @@ -1,4 +1,4 @@ -// $Id: EnquingPolicyTag.cc,v 1.3 2009/07/20 13:07:27 mommsen Exp $ +// $Id: DiskWriter.cc,v 1.5 2009/07/10 14:51:12 dshpakov Exp $ /// @file: EnquingPolicyTag.cc #include "EventFilter/StorageManager/interface/EnquingPolicyTag.h" diff --git a/EventFilter/StorageManager/src/ErrorEventData.cc b/EventFilter/StorageManager/src/ErrorEventData.cc index 07c88103aa69d..70e47273bea76 100644 --- a/EventFilter/StorageManager/src/ErrorEventData.cc +++ b/EventFilter/StorageManager/src/ErrorEventData.cc @@ -1,4 +1,4 @@ -// $Id: ErrorEventData.cc,v 1.7 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ErrorEventData.cc,v 1.6.6.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: ErrorEventData.cc #include "EventFilter/StorageManager/src/ChainData.h" diff --git a/EventFilter/StorageManager/src/ErrorStreamConfigurationInfo.cc b/EventFilter/StorageManager/src/ErrorStreamConfigurationInfo.cc index 110d0f890150e..4c6ed01c4417b 100644 --- a/EventFilter/StorageManager/src/ErrorStreamConfigurationInfo.cc +++ b/EventFilter/StorageManager/src/ErrorStreamConfigurationInfo.cc @@ -1,4 +1,4 @@ -// $Id: ErrorStreamConfigurationInfo.cc,v 1.7 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ErrorStreamConfigurationInfo.cc,v 1.6.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: ErrorStreamConfigurationInfo.cc #include "EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h" diff --git a/EventFilter/StorageManager/src/ErrorStreamSelector.cc b/EventFilter/StorageManager/src/ErrorStreamSelector.cc index 6407be93d1417..4cbd9082b2972 100644 --- a/EventFilter/StorageManager/src/ErrorStreamSelector.cc +++ b/EventFilter/StorageManager/src/ErrorStreamSelector.cc @@ -1,4 +1,4 @@ -// $Id: ErrorStreamSelector.cc,v 1.3 2009/07/20 13:07:27 mommsen Exp $ +// $Id: ErrorStreamSelector.cc,v 1.2 2009/06/10 08:15:26 dshpakov Exp $ /// @file: ErrorStreamSelector.cc #include "EventFilter/StorageManager/interface/ErrorStreamSelector.h" diff --git a/EventFilter/StorageManager/src/EventConsumerMonitorCollection.cc b/EventFilter/StorageManager/src/EventConsumerMonitorCollection.cc index e2ace7b83421d..e6a1f14d9422a 100644 --- a/EventFilter/StorageManager/src/EventConsumerMonitorCollection.cc +++ b/EventFilter/StorageManager/src/EventConsumerMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: EventConsumerMonitorCollection.cc,v 1.3 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EventConsumerMonitorCollection.cc,v 1.2.14.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EventConsumerMonitorCollection.cc #include "EventFilter/StorageManager/interface/EventConsumerMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/EventConsumerRegistrationInfo.cc b/EventFilter/StorageManager/src/EventConsumerRegistrationInfo.cc index b80bfaaf93c9e..441120f0a4e4d 100644 --- a/EventFilter/StorageManager/src/EventConsumerRegistrationInfo.cc +++ b/EventFilter/StorageManager/src/EventConsumerRegistrationInfo.cc @@ -1,4 +1,4 @@ -// $Id: EventConsumerRegistrationInfo.cc,v 1.15 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EventConsumerRegistrationInfo.cc,v 1.14.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EventConsumerRegistrationInfo.cc #include "EventFilter/StorageManager/interface/EventConsumerRegistrationInfo.h" diff --git a/EventFilter/StorageManager/src/EventConsumerSelector.cc b/EventFilter/StorageManager/src/EventConsumerSelector.cc index 7a87cbbf42f6b..731257e2894d4 100644 --- a/EventFilter/StorageManager/src/EventConsumerSelector.cc +++ b/EventFilter/StorageManager/src/EventConsumerSelector.cc @@ -1,4 +1,4 @@ -// $Id: EventConsumerSelector.cc,v 1.13 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EventConsumerSelector.cc,v 1.12.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EventConsumerSelector.cc #include diff --git a/EventFilter/StorageManager/src/EventDistributor.cc b/EventFilter/StorageManager/src/EventDistributor.cc index 3898131e990b1..97b3cc0ebfcba 100644 --- a/EventFilter/StorageManager/src/EventDistributor.cc +++ b/EventFilter/StorageManager/src/EventDistributor.cc @@ -1,4 +1,4 @@ -// $Id: EventDistributor.cc,v 1.26 2012/04/20 10:48:02 mommsen Exp $ +// $Id: EventDistributor.cc,v 1.25 2011/11/08 10:48:40 mommsen Exp $ /// @file: EventDistributor.cc #include "EventFilter/StorageManager/interface/DataSenderMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/EventFileHandler.cc b/EventFilter/StorageManager/src/EventFileHandler.cc index 86744dea344cc..d26aea80e244c 100644 --- a/EventFilter/StorageManager/src/EventFileHandler.cc +++ b/EventFilter/StorageManager/src/EventFileHandler.cc @@ -1,4 +1,4 @@ -// $Id: EventFileHandler.cc,v 1.19 2012/04/04 12:17:00 mommsen Exp $ +// $Id: EventFileHandler.cc,v 1.18 2011/07/07 09:22:44 mommsen Exp $ /// @file: EventFileHandler.cc #include diff --git a/EventFilter/StorageManager/src/EventMsgData.cc b/EventFilter/StorageManager/src/EventMsgData.cc index 75e8130ecddfd..0e8cf952f22f3 100644 --- a/EventFilter/StorageManager/src/EventMsgData.cc +++ b/EventFilter/StorageManager/src/EventMsgData.cc @@ -1,4 +1,4 @@ -// $Id: EventMsgData.cc,v 1.11 2011/03/08 18:34:11 mommsen Exp $ +// $Id: EventMsgData.cc,v 1.10 2011/03/08 16:01:50 mommsen Exp $ /// @file: EventMsgData.cc #include "EventFilter/StorageManager/src/ChainData.h" diff --git a/EventFilter/StorageManager/src/EventServerProxy.icc b/EventFilter/StorageManager/src/EventServerProxy.icc index cb6d3f1a5a692..6bf8f81681103 100644 --- a/EventFilter/StorageManager/src/EventServerProxy.icc +++ b/EventFilter/StorageManager/src/EventServerProxy.icc @@ -1,4 +1,4 @@ -// $Id: EventServerProxy.icc,v 1.5 2012/04/23 08:41:26 mommsen Exp $ +// $Id: EventServerProxy.icc,v 1.4 2011/11/16 14:32:22 mommsen Exp $ /// @file: EventServerProxy.icc #include "EventFilter/StorageManager/interface/CurlInterface.h" diff --git a/EventFilter/StorageManager/src/EventStreamConfigurationInfo.cc b/EventFilter/StorageManager/src/EventStreamConfigurationInfo.cc index 4bed16ec526aa..669d9b8860f9e 100644 --- a/EventFilter/StorageManager/src/EventStreamConfigurationInfo.cc +++ b/EventFilter/StorageManager/src/EventStreamConfigurationInfo.cc @@ -1,4 +1,4 @@ -// $Id: EventStreamConfigurationInfo.cc,v 1.12 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EventStreamConfigurationInfo.cc,v 1.11.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EventStreamConfigurationInfo.cc #include "EventFilter/StorageManager/interface/EventStreamConfigurationInfo.h" diff --git a/EventFilter/StorageManager/src/EventStreamHandler.cc b/EventFilter/StorageManager/src/EventStreamHandler.cc index 85965f6d03072..5547bf0b32b24 100644 --- a/EventFilter/StorageManager/src/EventStreamHandler.cc +++ b/EventFilter/StorageManager/src/EventStreamHandler.cc @@ -1,4 +1,4 @@ -// $Id: EventStreamHandler.cc,v 1.12 2012/10/17 10:13:25 mommsen Exp $ +// $Id: EventStreamHandler.cc,v 1.11 2012/04/20 10:48:02 mommsen Exp $ /// @file: EventStreamHandler.cc #include "EventFilter/StorageManager/interface/Configuration.h" diff --git a/EventFilter/StorageManager/src/EventStreamHttpReader.cc b/EventFilter/StorageManager/src/EventStreamHttpReader.cc index bacb0d0471aa9..e5b04e32472a9 100644 --- a/EventFilter/StorageManager/src/EventStreamHttpReader.cc +++ b/EventFilter/StorageManager/src/EventStreamHttpReader.cc @@ -1,4 +1,4 @@ -// $Id: EventStreamHttpReader.cc,v 1.54 2012/10/31 17:09:27 wmtan Exp $ +// $Id: EventStreamHttpReader.cc,v 1.53 2012/10/17 02:10:19 wmtan Exp $ /// @file: EventStreamHttpReader.cc #include "DQMServices/Core/interface/MonitorElement.h" diff --git a/EventFilter/StorageManager/src/EventStreamHttpReader.h b/EventFilter/StorageManager/src/EventStreamHttpReader.h index 7e8c1a91b3c43..98c6a77f3d531 100644 --- a/EventFilter/StorageManager/src/EventStreamHttpReader.h +++ b/EventFilter/StorageManager/src/EventStreamHttpReader.h @@ -1,4 +1,4 @@ -// $Id: EventStreamHttpReader.h,v 1.30 2012/10/31 17:09:27 wmtan Exp $ +// $Id: EventStreamHttpReader.h,v 1.29 2011/09/02 08:13:31 mommsen Exp $ /// @file: EventStreamHttpReader.h #ifndef StorageManager_EventStreamHttpReader_h @@ -26,9 +26,9 @@ namespace edm already be done if this was inherenting from the standard framework input source. Currently we inherit from InputSource. - $Author: wmtan $ - $Revision: 1.30 $ - $Date: 2012/10/31 17:09:27 $ + $Author: mommsen $ + $Revision: 1.29 $ + $Date: 2011/09/02 08:13:31 $ */ class EventStreamHttpReader : public edm::StreamerInputSource diff --git a/EventFilter/StorageManager/src/EventStreamSelector.cc b/EventFilter/StorageManager/src/EventStreamSelector.cc index 804aaeba51b46..faf38a0b0d133 100644 --- a/EventFilter/StorageManager/src/EventStreamSelector.cc +++ b/EventFilter/StorageManager/src/EventStreamSelector.cc @@ -1,4 +1,4 @@ -// $Id: EventStreamSelector.cc,v 1.14 2011/03/07 15:31:32 mommsen Exp $ +// $Id: EventStreamSelector.cc,v 1.13.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: EventStreamSelector.cc #include diff --git a/EventFilter/StorageManager/src/FRDFileHandler.cc b/EventFilter/StorageManager/src/FRDFileHandler.cc index f89719fcb956a..891051cf003d5 100644 --- a/EventFilter/StorageManager/src/FRDFileHandler.cc +++ b/EventFilter/StorageManager/src/FRDFileHandler.cc @@ -1,4 +1,4 @@ -// $Id: FRDFileHandler.cc,v 1.19 2012/04/04 12:17:02 mommsen Exp $ +// $Id: FRDFileHandler.cc,v 1.18 2011/07/07 09:22:44 mommsen Exp $ /// @file: FRDFileHandler.cc #include diff --git a/EventFilter/StorageManager/src/FRDStreamHandler.cc b/EventFilter/StorageManager/src/FRDStreamHandler.cc index 47a79dcb78dbb..cdeecc0b09d39 100644 --- a/EventFilter/StorageManager/src/FRDStreamHandler.cc +++ b/EventFilter/StorageManager/src/FRDStreamHandler.cc @@ -1,4 +1,4 @@ -// $Id: FRDStreamHandler.cc,v 1.9 2012/10/17 10:13:25 mommsen Exp $ +// $Id: FRDStreamHandler.cc,v 1.8 2012/04/04 12:17:02 mommsen Exp $ /// @file: FRDStreamHandler.cc #include "EventFilter/StorageManager/interface/ErrorStreamConfigurationInfo.h" diff --git a/EventFilter/StorageManager/src/FUProxy.cc b/EventFilter/StorageManager/src/FUProxy.cc index a5377e7d3d609..00efbc4240f88 100644 --- a/EventFilter/StorageManager/src/FUProxy.cc +++ b/EventFilter/StorageManager/src/FUProxy.cc @@ -1,4 +1,4 @@ -// $Id: FUProxy.cc,v 1.7 2011/04/07 08:01:40 mommsen Exp $ +// $Id: FUProxy.cc,v 1.6.16.1 2011/04/06 09:19:42 mommsen Exp $ /// @file: FUProxy.cc #include "EventFilter/StorageManager/interface/Exception.h" diff --git a/EventFilter/StorageManager/src/Failed.cc b/EventFilter/StorageManager/src/Failed.cc index 1e5b4ee1a5583..77bf41c789ff9 100644 --- a/EventFilter/StorageManager/src/Failed.cc +++ b/EventFilter/StorageManager/src/Failed.cc @@ -1,4 +1,4 @@ -// $Id: Failed.cc,v 1.16 2011/03/07 15:31:32 mommsen Exp $ +// $Id: Failed.cc,v 1.15.6.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: Failed.cc #include "EventFilter/StorageManager/interface/Exception.h" diff --git a/EventFilter/StorageManager/src/FaultyEventStreamHandler.cc b/EventFilter/StorageManager/src/FaultyEventStreamHandler.cc index d62686f7f4403..590bf54542f68 100644 --- a/EventFilter/StorageManager/src/FaultyEventStreamHandler.cc +++ b/EventFilter/StorageManager/src/FaultyEventStreamHandler.cc @@ -1,4 +1,4 @@ -// $Id: FaultyEventStreamHandler.cc,v 1.6 2012/10/17 10:13:25 mommsen Exp $ +// $Id: FaultyEventStreamHandler.cc,v 1.5 2012/04/20 10:48:02 mommsen Exp $ /// @file: FaultyEventStreamHandler.cc #include "FWCore/Utilities/interface/Exception.h" diff --git a/EventFilter/StorageManager/src/FileHandler.cc b/EventFilter/StorageManager/src/FileHandler.cc index 4a6ce839cd471..bd2235bbfb88f 100644 --- a/EventFilter/StorageManager/src/FileHandler.cc +++ b/EventFilter/StorageManager/src/FileHandler.cc @@ -1,4 +1,4 @@ -// $Id: FileHandler.cc,v 1.32 2012/04/04 14:53:16 mommsen Exp $ +// $Id: FileHandler.cc,v 1.31 2012/04/04 12:17:03 mommsen Exp $ /// @file: FileHandler.cc #include diff --git a/EventFilter/StorageManager/src/FilesMonitorCollection.cc b/EventFilter/StorageManager/src/FilesMonitorCollection.cc index 86138a34fd26d..7d82969ce6f7a 100644 --- a/EventFilter/StorageManager/src/FilesMonitorCollection.cc +++ b/EventFilter/StorageManager/src/FilesMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: FilesMonitorCollection.cc,v 1.15 2011/07/07 09:22:45 mommsen Exp $ +// $Id: FilesMonitorCollection.cc,v 1.14 2011/03/07 15:31:32 mommsen Exp $ /// @file: FilesMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/FinishingDQM.cc b/EventFilter/StorageManager/src/FinishingDQM.cc index c47f0c45d806e..91b4fecb88951 100644 --- a/EventFilter/StorageManager/src/FinishingDQM.cc +++ b/EventFilter/StorageManager/src/FinishingDQM.cc @@ -1,4 +1,4 @@ -// $Id: FinishingDQM.cc,v 1.12 2011/11/08 10:48:40 mommsen Exp $ +// $Id: FinishingDQM.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: FinishingDQM.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/FragmentMonitorCollection.cc b/EventFilter/StorageManager/src/FragmentMonitorCollection.cc index 43f04ad61711f..41d0b5ee4cc33 100644 --- a/EventFilter/StorageManager/src/FragmentMonitorCollection.cc +++ b/EventFilter/StorageManager/src/FragmentMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: FragmentMonitorCollection.cc,v 1.9 2011/03/07 15:31:32 mommsen Exp $ +// $Id: FragmentMonitorCollection.cc,v 1.8.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: FragmentMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/FragmentProcessor.cc b/EventFilter/StorageManager/src/FragmentProcessor.cc index 8d84026e135e1..ff1991dbac4c8 100644 --- a/EventFilter/StorageManager/src/FragmentProcessor.cc +++ b/EventFilter/StorageManager/src/FragmentProcessor.cc @@ -1,4 +1,4 @@ -// $Id: FragmentProcessor.cc,v 1.20 2011/11/08 10:48:40 mommsen Exp $ +// $Id: FragmentProcessor.cc,v 1.19 2011/03/30 15:16:48 mommsen Exp $ /// @file: FragmentProcessor.cc #include diff --git a/EventFilter/StorageManager/src/FragmentStore.cc b/EventFilter/StorageManager/src/FragmentStore.cc index 93bde9fcdd89b..f8a8ea3fcae6e 100644 --- a/EventFilter/StorageManager/src/FragmentStore.cc +++ b/EventFilter/StorageManager/src/FragmentStore.cc @@ -1,4 +1,4 @@ -// $Id: FragmentStore.cc,v 1.10 2011/03/30 15:16:48 mommsen Exp $ +// $Id: FragmentStore.cc,v 1.9 2011/03/07 15:31:32 mommsen Exp $ /// @file: FragmentStore.cc #include "EventFilter/StorageManager/interface/FragmentStore.h" diff --git a/EventFilter/StorageManager/src/Halted.cc b/EventFilter/StorageManager/src/Halted.cc index b2978d0bdf5ed..abfa2b5203ea1 100644 --- a/EventFilter/StorageManager/src/Halted.cc +++ b/EventFilter/StorageManager/src/Halted.cc @@ -1,4 +1,4 @@ -// $Id: Halted.cc,v 1.11 2011/11/08 10:48:40 mommsen Exp $ +// $Id: Halted.cc,v 1.10 2010/08/06 20:24:31 wmtan Exp $ /// @file: Halted.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/Halting.cc b/EventFilter/StorageManager/src/Halting.cc index 92886239adc3f..7f11dd31a9f56 100644 --- a/EventFilter/StorageManager/src/Halting.cc +++ b/EventFilter/StorageManager/src/Halting.cc @@ -1,4 +1,4 @@ -// $Id: Halting.cc,v 1.11 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Halting.cc,v 1.10 2011/03/07 15:31:32 mommsen Exp $ /// @file: Halting.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/I2OChain.cc b/EventFilter/StorageManager/src/I2OChain.cc index 75755135b5786..b8be44965c876 100644 --- a/EventFilter/StorageManager/src/I2OChain.cc +++ b/EventFilter/StorageManager/src/I2OChain.cc @@ -1,4 +1,4 @@ -// $Id: I2OChain.cc,v 1.27 2012/04/20 10:48:02 mommsen Exp $ +// $Id: I2OChain.cc,v 1.26 2011/03/08 18:34:11 mommsen Exp $ /// @file: I2OChain.cc #include diff --git a/EventFilter/StorageManager/src/InitMsgCollection.cc b/EventFilter/StorageManager/src/InitMsgCollection.cc index 47498a6ffc572..e07d9ad973245 100644 --- a/EventFilter/StorageManager/src/InitMsgCollection.cc +++ b/EventFilter/StorageManager/src/InitMsgCollection.cc @@ -1,4 +1,4 @@ -// $Id: InitMsgCollection.cc,v 1.17 2012/04/20 10:48:02 mommsen Exp $ +// $Id: InitMsgCollection.cc,v 1.16 2011/03/22 16:27:00 mommsen Exp $ /// @file: InitMsgCollection.cc #include "DataFormats/Streamer/interface/StreamedProducts.h" diff --git a/EventFilter/StorageManager/src/InitMsgData.cc b/EventFilter/StorageManager/src/InitMsgData.cc index 34729a19ebaf9..5e95aade8fff7 100644 --- a/EventFilter/StorageManager/src/InitMsgData.cc +++ b/EventFilter/StorageManager/src/InitMsgData.cc @@ -1,4 +1,4 @@ -// $Id: InitMsgData.cc,v 1.9 2012/04/20 10:48:02 mommsen Exp $ +// $Id: InitMsgData.cc,v 1.8 2011/03/07 15:31:32 mommsen Exp $ /// @file: InitMsgData.cc #include "EventFilter/StorageManager/src/ChainData.h" diff --git a/EventFilter/StorageManager/src/MonitorCollection.cc b/EventFilter/StorageManager/src/MonitorCollection.cc index 216b1bf02b605..ced6f980ed426 100644 --- a/EventFilter/StorageManager/src/MonitorCollection.cc +++ b/EventFilter/StorageManager/src/MonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: MonitorCollection.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ +// $Id: MonitorCollection.cc,v 1.10.2.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: MonitorCollection.cc #include "EventFilter/StorageManager/interface/MonitorCollection.h" diff --git a/EventFilter/StorageManager/src/MonitoredQuantity.cc b/EventFilter/StorageManager/src/MonitoredQuantity.cc index a73cb21e199c4..f94b5fe05f50f 100644 --- a/EventFilter/StorageManager/src/MonitoredQuantity.cc +++ b/EventFilter/StorageManager/src/MonitoredQuantity.cc @@ -1,4 +1,4 @@ -// $Id: MonitoredQuantity.cc,v 1.13 2011/04/07 08:01:40 mommsen Exp $ +// $Id: MonitoredQuantity.cc,v 1.12 2011/03/07 15:31:32 mommsen Exp $ /// @file: MonitoredQuantity.cc #include "EventFilter/StorageManager/interface/MonitoredQuantity.h" diff --git a/EventFilter/StorageManager/src/Normal.cc b/EventFilter/StorageManager/src/Normal.cc index 7a6645889a6ae..1ba309c88dbef 100644 --- a/EventFilter/StorageManager/src/Normal.cc +++ b/EventFilter/StorageManager/src/Normal.cc @@ -1,4 +1,4 @@ -// $Id: Normal.cc,v 1.10 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Normal.cc,v 1.9 2010/08/06 20:24:31 wmtan Exp $ /// @file: Normal.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/Operations.cc b/EventFilter/StorageManager/src/Operations.cc index 7a0808d8e9b14..4398fb51fdd67 100644 --- a/EventFilter/StorageManager/src/Operations.cc +++ b/EventFilter/StorageManager/src/Operations.cc @@ -1,4 +1,4 @@ -// $Id: Operations.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ +// $Id: Operations.cc,v 1.10.6.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: Operations.cc #include "EventFilter/StorageManager/interface/I2OChain.h" diff --git a/EventFilter/StorageManager/src/Processing.cc b/EventFilter/StorageManager/src/Processing.cc index 154a79a4865ef..2f9afebe86a6c 100644 --- a/EventFilter/StorageManager/src/Processing.cc +++ b/EventFilter/StorageManager/src/Processing.cc @@ -1,4 +1,4 @@ -// $Id: Processing.cc,v 1.19 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Processing.cc,v 1.18 2011/03/07 15:31:32 mommsen Exp $ /// @file: Processing.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/Ready.cc b/EventFilter/StorageManager/src/Ready.cc index e45095927b4ce..e2ccb23a4a1ae 100644 --- a/EventFilter/StorageManager/src/Ready.cc +++ b/EventFilter/StorageManager/src/Ready.cc @@ -1,4 +1,4 @@ -// $Id: Ready.cc,v 1.18 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Ready.cc,v 1.17 2011/03/07 15:31:32 mommsen Exp $ /// @file: Ready.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/RegistrationCollection.cc b/EventFilter/StorageManager/src/RegistrationCollection.cc index ae18d2cf0977b..629e632ff1376 100644 --- a/EventFilter/StorageManager/src/RegistrationCollection.cc +++ b/EventFilter/StorageManager/src/RegistrationCollection.cc @@ -1,4 +1,4 @@ -// $Id: RegistrationCollection.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ +// $Id: RegistrationCollection.cc,v 1.10.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: RegistrationCollection.cc #include "EventFilter/StorageManager/interface/RegistrationCollection.h" diff --git a/EventFilter/StorageManager/src/RegistrationInfoBase.cc b/EventFilter/StorageManager/src/RegistrationInfoBase.cc index fac83f1d8967b..5d6787ee10b00 100644 --- a/EventFilter/StorageManager/src/RegistrationInfoBase.cc +++ b/EventFilter/StorageManager/src/RegistrationInfoBase.cc @@ -1,4 +1,4 @@ -// $Id: RegistrationInfoBase.cc,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: RegistrationInfoBase.cc,v 1.3.4.2 2011/03/07 11:33:05 mommsen Exp $ /// @file: RegistrationInfoBase.cc #include "EventFilter/StorageManager/interface/RegistrationInfoBase.h" diff --git a/EventFilter/StorageManager/src/ResourceMonitorCollection.cc b/EventFilter/StorageManager/src/ResourceMonitorCollection.cc index 1c8ccd27352ac..37e1c7508ad90 100644 --- a/EventFilter/StorageManager/src/ResourceMonitorCollection.cc +++ b/EventFilter/StorageManager/src/ResourceMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: ResourceMonitorCollection.cc,v 1.47 2011/11/16 14:32:22 mommsen Exp $ +// $Id: ResourceMonitorCollection.cc,v 1.46 2011/11/10 10:56:37 mommsen Exp $ /// @file: ResourceMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/RunMonitorCollection.cc b/EventFilter/StorageManager/src/RunMonitorCollection.cc index 2351b6746b2e1..07b47e7da5b93 100644 --- a/EventFilter/StorageManager/src/RunMonitorCollection.cc +++ b/EventFilter/StorageManager/src/RunMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: RunMonitorCollection.cc,v 1.18 2012/06/08 10:20:33 mommsen Exp $ +// $Id: RunMonitorCollection.cc,v 1.17 2011/11/08 10:48:41 mommsen Exp $ /// @file: RunMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/Running.cc b/EventFilter/StorageManager/src/Running.cc index 60a4341cb1810..f9277455385c0 100644 --- a/EventFilter/StorageManager/src/Running.cc +++ b/EventFilter/StorageManager/src/Running.cc @@ -1,4 +1,4 @@ -// $Id: Running.cc,v 1.11 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Running.cc,v 1.10 2011/03/07 15:31:32 mommsen Exp $ /// @file: Running.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/SMWebPageHelper.cc b/EventFilter/StorageManager/src/SMWebPageHelper.cc index fdc6f35464d97..3008b8ee8287c 100644 --- a/EventFilter/StorageManager/src/SMWebPageHelper.cc +++ b/EventFilter/StorageManager/src/SMWebPageHelper.cc @@ -1,4 +1,4 @@ -// $Id: SMWebPageHelper.cc,v 1.8 2012/04/23 08:37:24 mommsen Exp $ +// $Id: SMWebPageHelper.cc,v 1.7 2011/11/18 14:48:25 mommsen Exp $ /// @file: SMWebPageHelper.cc #include @@ -32,9 +32,9 @@ namespace stor xdaq::ApplicationDescriptor* appDesc, SharedResourcesPtr sharedResources ) : - WebPageHelper(appDesc, "$Name: V08-11-06 $", this, &stor::SMWebPageHelper::addDOMforHyperLinks), + WebPageHelper(appDesc, "$Name: $", this, &stor::SMWebPageHelper::addDOMforHyperLinks), sharedResources_(sharedResources), - consumerWebPageHelper_(appDesc, "$Name: V08-11-06 $", this, &stor::SMWebPageHelper::addDOMforHyperLinks) + consumerWebPageHelper_(appDesc, "$Name: $", this, &stor::SMWebPageHelper::addDOMforHyperLinks) {} diff --git a/EventFilter/StorageManager/src/SoapUtils.cc b/EventFilter/StorageManager/src/SoapUtils.cc index c342e1ce26c0d..e2ef4957d048c 100644 --- a/EventFilter/StorageManager/src/SoapUtils.cc +++ b/EventFilter/StorageManager/src/SoapUtils.cc @@ -1,5 +1,5 @@ /** - * $Id: SoapUtils.cc,v 1.4 2010/05/03 13:51:09 mommsen Exp $ + * $Id: SoapUtils.cc,v 1.3 2009/07/20 13:07:28 mommsen Exp $ /// @file: SoapUtils.cc */ diff --git a/EventFilter/StorageManager/src/Starting.cc b/EventFilter/StorageManager/src/Starting.cc index b4576b4612e49..9b2658dd05921 100644 --- a/EventFilter/StorageManager/src/Starting.cc +++ b/EventFilter/StorageManager/src/Starting.cc @@ -1,4 +1,4 @@ -// $Id: Starting.cc,v 1.12 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Starting.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: Starting.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/StateMachine.cc b/EventFilter/StorageManager/src/StateMachine.cc index 41bbc229fdf96..61a29f33fda28 100644 --- a/EventFilter/StorageManager/src/StateMachine.cc +++ b/EventFilter/StorageManager/src/StateMachine.cc @@ -1,4 +1,4 @@ -// $Id: StateMachine.cc,v 1.7 2011/04/18 15:18:57 mommsen Exp $ +// $Id: StateMachine.cc,v 1.6 2011/03/07 15:31:32 mommsen Exp $ /// @file: StateMachine.cc #include "EventFilter/StorageManager/interface/EventDistributor.h" diff --git a/EventFilter/StorageManager/src/StateMachineMonitorCollection.cc b/EventFilter/StorageManager/src/StateMachineMonitorCollection.cc index 1658f9da07483..2ea3f3095f191 100644 --- a/EventFilter/StorageManager/src/StateMachineMonitorCollection.cc +++ b/EventFilter/StorageManager/src/StateMachineMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: StateMachineMonitorCollection.cc,v 1.9 2011/03/07 15:31:32 mommsen Exp $ +// $Id: StateMachineMonitorCollection.cc,v 1.8.10.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: StateMachineMonitorCollection.cc #include "EventFilter/StorageManager/interface/Exception.h" diff --git a/EventFilter/StorageManager/src/StatisticsReporter.cc b/EventFilter/StorageManager/src/StatisticsReporter.cc index acf103155daae..b2d9936d35771 100644 --- a/EventFilter/StorageManager/src/StatisticsReporter.cc +++ b/EventFilter/StorageManager/src/StatisticsReporter.cc @@ -1,4 +1,4 @@ -// $Id: StatisticsReporter.cc,v 1.22 2011/11/08 10:48:41 mommsen Exp $ +// $Id: StatisticsReporter.cc,v 1.21 2011/03/07 15:31:32 mommsen Exp $ /// @file: StatisticsReporter.cc #include diff --git a/EventFilter/StorageManager/src/Stopped.cc b/EventFilter/StorageManager/src/Stopped.cc index c2e75cfae538e..810ba3602ab23 100644 --- a/EventFilter/StorageManager/src/Stopped.cc +++ b/EventFilter/StorageManager/src/Stopped.cc @@ -1,4 +1,4 @@ -// $Id: Stopped.cc,v 1.12 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Stopped.cc,v 1.11 2010/08/06 20:24:31 wmtan Exp $ /// @file: Stopped.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/Stopping.cc b/EventFilter/StorageManager/src/Stopping.cc index c62ae2b44b72b..d0073cd3246c7 100644 --- a/EventFilter/StorageManager/src/Stopping.cc +++ b/EventFilter/StorageManager/src/Stopping.cc @@ -1,4 +1,4 @@ -// $Id: Stopping.cc,v 1.11 2011/11/08 10:48:41 mommsen Exp $ +// $Id: Stopping.cc,v 1.10 2011/03/07 15:31:32 mommsen Exp $ /// @file: Stopping.cc #include "EventFilter/StorageManager/interface/AlarmHandler.h" diff --git a/EventFilter/StorageManager/src/StorageManager.cc b/EventFilter/StorageManager/src/StorageManager.cc index cf43e22e6e8a3..2ba724fc7e998 100644 --- a/EventFilter/StorageManager/src/StorageManager.cc +++ b/EventFilter/StorageManager/src/StorageManager.cc @@ -1,4 +1,4 @@ -// $Id: StorageManager.cc,v 1.139 2013/01/07 11:30:00 eulisse Exp $ +// $Id: StorageManager.cc,v 1.138 2011/11/17 17:35:40 mommsen Exp $ /// @file: StorageManager.cc #include "EventFilter/StorageManager/interface/DiskWriter.h" diff --git a/EventFilter/StorageManager/src/StreamHandler.cc b/EventFilter/StorageManager/src/StreamHandler.cc index b29353fed66ef..2dbda2e21d015 100644 --- a/EventFilter/StorageManager/src/StreamHandler.cc +++ b/EventFilter/StorageManager/src/StreamHandler.cc @@ -1,4 +1,4 @@ -// $Id: StreamHandler.cc,v 1.25 2012/10/17 10:13:25 mommsen Exp $ +// $Id: StreamHandler.cc,v 1.24 2012/04/04 12:17:04 mommsen Exp $ /// @file: StreamHandler.cc #include diff --git a/EventFilter/StorageManager/src/StreamsMonitorCollection.cc b/EventFilter/StorageManager/src/StreamsMonitorCollection.cc index 950c86e02524e..77855a906843c 100644 --- a/EventFilter/StorageManager/src/StreamsMonitorCollection.cc +++ b/EventFilter/StorageManager/src/StreamsMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: StreamsMonitorCollection.cc,v 1.22 2011/11/17 17:35:40 mommsen Exp $ +// $Id: StreamsMonitorCollection.cc,v 1.21 2011/06/20 16:38:51 mommsen Exp $ /// @file: StreamsMonitorCollection.cc #include diff --git a/EventFilter/StorageManager/src/ThroughputMonitorCollection.cc b/EventFilter/StorageManager/src/ThroughputMonitorCollection.cc index 6bac3fe78033f..e12b651aec72b 100644 --- a/EventFilter/StorageManager/src/ThroughputMonitorCollection.cc +++ b/EventFilter/StorageManager/src/ThroughputMonitorCollection.cc @@ -1,4 +1,4 @@ -// $Id: ThroughputMonitorCollection.cc,v 1.24 2011/03/07 15:31:32 mommsen Exp $ +// $Id: ThroughputMonitorCollection.cc,v 1.23.4.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: ThroughputMonitorCollection.cc #include "EventFilter/StorageManager/interface/ThroughputMonitorCollection.h" diff --git a/EventFilter/StorageManager/src/TransitionRecord.cc b/EventFilter/StorageManager/src/TransitionRecord.cc index 6d8296b9567d1..9fa3382f79247 100644 --- a/EventFilter/StorageManager/src/TransitionRecord.cc +++ b/EventFilter/StorageManager/src/TransitionRecord.cc @@ -1,4 +1,4 @@ -// $Id: TransitionRecord.cc,v 1.5 2011/03/07 15:31:32 mommsen Exp $ +// $Id: TransitionRecord.cc,v 1.4.12.1 2011/03/07 11:33:05 mommsen Exp $ /// @file: TransitionRecord.cc #include "EventFilter/StorageManager/interface/TransitionRecord.h" diff --git a/EventFilter/StorageManager/src/TriggerSelector.cc b/EventFilter/StorageManager/src/TriggerSelector.cc index 4b4afec05d5ad..bb421d556c058 100644 --- a/EventFilter/StorageManager/src/TriggerSelector.cc +++ b/EventFilter/StorageManager/src/TriggerSelector.cc @@ -1,4 +1,4 @@ -// $Id: TriggerSelector.cc,v 1.10 2011/11/14 11:49:22 mommsen Exp $ +// $Id: TriggerSelector.cc,v 1.9 2011/03/07 15:31:32 mommsen Exp $ /// @file: TriggerSelector.cc #include "EventFilter/StorageManager/interface/TriggerSelector.h" diff --git a/EventFilter/StorageManager/src/Utils.cc b/EventFilter/StorageManager/src/Utils.cc index 0996075eb0bb5..24f4b0348e62a 100644 --- a/EventFilter/StorageManager/src/Utils.cc +++ b/EventFilter/StorageManager/src/Utils.cc @@ -1,4 +1,4 @@ -//$Id: Utils.cc,v 1.20 2012/04/04 12:17:05 mommsen Exp $ +//$Id: Utils.cc,v 1.19 2011/03/07 15:31:32 mommsen Exp $ /// @file: Utils.cc #include "EventFilter/StorageManager/interface/Exception.h" diff --git a/EventFilter/StorageManager/src/WebPageHelper.icc b/EventFilter/StorageManager/src/WebPageHelper.icc index 649bc365a8392..99f1915cb07ff 100644 --- a/EventFilter/StorageManager/src/WebPageHelper.icc +++ b/EventFilter/StorageManager/src/WebPageHelper.icc @@ -1,4 +1,4 @@ -// $Id: WebPageHelper.icc,v 1.4 2011/04/08 09:16:23 mommsen Exp $ +// $Id: WebPageHelper.icc,v 1.3 2011/04/04 12:03:30 mommsen Exp $ /// @file: WebPageHelper.icc #include diff --git a/EventFilter/StorageManager/src/WrapperNotifier.cc b/EventFilter/StorageManager/src/WrapperNotifier.cc index aacae0d8ca8f7..19611c46e1f3d 100644 --- a/EventFilter/StorageManager/src/WrapperNotifier.cc +++ b/EventFilter/StorageManager/src/WrapperNotifier.cc @@ -1,4 +1,4 @@ -// $Id: WrapperNotifier.cc,v 1.5 2011/03/07 15:31:32 mommsen Exp $ +// $Id: WrapperNotifier.cc,v 1.4.16.1 2011/03/07 11:33:06 mommsen Exp $ /// @file: WrapperNotifier.cc #include "EventFilter/StorageManager/interface/WrapperNotifier.h" diff --git a/EventFilter/StorageManager/src/XHTMLMaker.cc b/EventFilter/StorageManager/src/XHTMLMaker.cc index ad64f56de7ea9..2ad4fcc8f83ac 100644 --- a/EventFilter/StorageManager/src/XHTMLMaker.cc +++ b/EventFilter/StorageManager/src/XHTMLMaker.cc @@ -1,4 +1,4 @@ -// $Id: XHTMLMaker.cc,v 1.12 2011/07/07 09:22:45 mommsen Exp $ +// $Id: XHTMLMaker.cc,v 1.11 2011/03/07 15:31:32 mommsen Exp $ /// @file: XHTMLMaker.cc #include "EventFilter/StorageManager/interface/XHTMLMaker.h" diff --git a/EventFilter/StorageManager/src/XHTMLMonitor.cc b/EventFilter/StorageManager/src/XHTMLMonitor.cc index 88adb189560a9..c099593a2a457 100644 --- a/EventFilter/StorageManager/src/XHTMLMonitor.cc +++ b/EventFilter/StorageManager/src/XHTMLMonitor.cc @@ -1,4 +1,4 @@ -// $Id: XHTMLMonitor.cc,v 1.4 2011/03/07 15:31:32 mommsen Exp $ +// $Id: XHTMLMonitor.cc,v 1.3.16.1 2011/03/07 11:33:06 mommsen Exp $ /// @file: XHTMLMonitor.cc #include "EventFilter/StorageManager/interface/XHTMLMonitor.h" diff --git a/EventFilter/StorageManager/test/DQMMessageAnalyzer.cc b/EventFilter/StorageManager/test/DQMMessageAnalyzer.cc index 82da415ff6756..c9f2066fbcf51 100644 --- a/EventFilter/StorageManager/test/DQMMessageAnalyzer.cc +++ b/EventFilter/StorageManager/test/DQMMessageAnalyzer.cc @@ -10,7 +10,7 @@ file in DQMServices/Daemon/test, but modified to include another top level folder, to remove the 1 sec wait, and to do the fitting without printout. - $Id: DQMMessageAnalyzer.cc,v 1.12 2011/02/17 16:06:07 mommsen Exp $ + $Id: DQMMessageAnalyzer.cc,v 1.11 2010/08/06 20:24:32 wmtan Exp $ */ diff --git a/EventFilter/StorageManager/test/MockAlarmHandler.h b/EventFilter/StorageManager/test/MockAlarmHandler.h index cadec6b0c641a..7ddcfe0a2a099 100644 --- a/EventFilter/StorageManager/test/MockAlarmHandler.h +++ b/EventFilter/StorageManager/test/MockAlarmHandler.h @@ -1,4 +1,4 @@ -// $Id: MockAlarmHandler.h,v 1.6 2011/11/08 10:48:42 mommsen Exp $ +// $Id: MockAlarmHandler.h,v 1.5 2011/03/07 15:31:32 mommsen Exp $ /// @file: MockAlarmHandler.h #ifndef StorageManager_MockAlarmHandler_h diff --git a/EventFilter/StorageManager/test/MockApplication.h b/EventFilter/StorageManager/test/MockApplication.h index 94d186f854536..31a9bc479d46e 100644 --- a/EventFilter/StorageManager/test/MockApplication.h +++ b/EventFilter/StorageManager/test/MockApplication.h @@ -1,5 +1,5 @@ // -*- c++ -*- -// $Id: MockApplication.h,v 1.7 2011/04/07 09:27:51 mommsen Exp $ +// $Id: MockApplication.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $ #ifndef MOCKAPPLICATION_H #define MOCKAPPLICATION_H diff --git a/EventFilter/StorageManager/test/MockDQMEventProcessorResources.h b/EventFilter/StorageManager/test/MockDQMEventProcessorResources.h index 46f6b8314d55f..c5cc92874fd73 100644 --- a/EventFilter/StorageManager/test/MockDQMEventProcessorResources.h +++ b/EventFilter/StorageManager/test/MockDQMEventProcessorResources.h @@ -1,5 +1,5 @@ // -*- c++ -*- -// $Id: MockDQMEventProcessorResources.h,v 1.2 2009/06/10 08:15:30 dshpakov Exp $ +// $Id$ #ifndef MOCKDQMEVENTPROCESSORRESOURCES_H #define MOCKDQMEVENTPROCESSORRESOURCES_H diff --git a/EventFilter/StorageManager/test/MockDiskWriterResources.h b/EventFilter/StorageManager/test/MockDiskWriterResources.h index d3fc1a8867adc..321458dc269eb 100644 --- a/EventFilter/StorageManager/test/MockDiskWriterResources.h +++ b/EventFilter/StorageManager/test/MockDiskWriterResources.h @@ -1,5 +1,5 @@ // -*- c++ -*- -// $Id: MockDiskWriterResources.h,v 1.2 2009/06/10 08:15:30 dshpakov Exp $ +// $Id$ #ifndef MOCKDISKWRITERRESOURCES_H #define MOCKDISKWRITERRESOURCES_H diff --git a/EventFilter/StorageManager/test/MockNotifier.h b/EventFilter/StorageManager/test/MockNotifier.h index 399d7b9cdddee..e868d33565000 100644 --- a/EventFilter/StorageManager/test/MockNotifier.h +++ b/EventFilter/StorageManager/test/MockNotifier.h @@ -1,5 +1,5 @@ // -*- c++ -*- -// $Id: MockNotifier.h,v 1.8 2011/03/07 15:31:32 mommsen Exp $ +// $Id: MockNotifier.h,v 1.7.10.1 2011/03/07 11:33:07 mommsen Exp $ #ifndef MOCKNOTIFIER_H #define MOCKNOTIFIER_H diff --git a/EventFilter/StorageManager/test/SMDQMClientExample.cc b/EventFilter/StorageManager/test/SMDQMClientExample.cc index 74ec253ee2336..d3454859187b1 100644 --- a/EventFilter/StorageManager/test/SMDQMClientExample.cc +++ b/EventFilter/StorageManager/test/SMDQMClientExample.cc @@ -7,7 +7,7 @@ Description: Example DQM Client - $Id: SMDQMClientExample.cc,v 1.10 2010/08/06 20:24:32 wmtan Exp $ + $Id: SMDQMClientExample.cc,v 1.9 2010/03/16 17:57:45 mommsen Exp $ */ diff --git a/EventFilter/StorageManager/test/SMDQMSourceExample.cc b/EventFilter/StorageManager/test/SMDQMSourceExample.cc index cfdd98ef9a417..fde24656bd327 100644 --- a/EventFilter/StorageManager/test/SMDQMSourceExample.cc +++ b/EventFilter/StorageManager/test/SMDQMSourceExample.cc @@ -10,7 +10,7 @@ file in DQMServices/Daemon/test, but modified to include another top level folder, to remove the 1 sec wait, and to do the fitting without printout. - $Id: SMDQMSourceExample.cc,v 1.16 2010/08/06 20:24:32 wmtan Exp $ + $Id: SMDQMSourceExample.cc,v 1.15 2009/12/18 19:31:10 wmtan Exp $ */ diff --git a/EventFilter/StorageManager/test/SMHttpConsumerExample.cc b/EventFilter/StorageManager/test/SMHttpConsumerExample.cc index 48abd86e3fd38..59d11622e5f4d 100644 --- a/EventFilter/StorageManager/test/SMHttpConsumerExample.cc +++ b/EventFilter/StorageManager/test/SMHttpConsumerExample.cc @@ -7,7 +7,7 @@ Description: Example DQM Event Consumer Client - $Id: SMHttpConsumerExample.cc,v 1.2 2008/01/22 19:28:37 muzaffar Exp $ + $Id: SMHttpConsumerExample.cc,v 1.1 2007/09/14 13:18:32 hcheung Exp $ */ diff --git a/EventFilter/StorageManager/test/TestHelper.h b/EventFilter/StorageManager/test/TestHelper.h index 18242a78583a5..76066238b6b90 100644 --- a/EventFilter/StorageManager/test/TestHelper.h +++ b/EventFilter/StorageManager/test/TestHelper.h @@ -1,4 +1,4 @@ -// $Id: TestHelper.h,v 1.10 2012/04/05 12:38:38 mommsen Exp $ +// $Id: TestHelper.h,v 1.9 2011/07/27 12:01:56 mommsen Exp $ #ifndef StorageManager_TestHelper_h #define StorageManager_TestHelper_h diff --git a/EventFilter/StorageManager/test/TriggerSelector_t.cpp b/EventFilter/StorageManager/test/TriggerSelector_t.cpp index c2933e3225b3b..54a8c384026d6 100644 --- a/EventFilter/StorageManager/test/TriggerSelector_t.cpp +++ b/EventFilter/StorageManager/test/TriggerSelector_t.cpp @@ -1,4 +1,4 @@ -// $Id: TriggerSelector_t.cpp,v 1.3 2012/03/28 13:05:34 mommsen Exp $ +// $Id: TriggerSelector_t.cpp,v 1.2 2010/08/06 20:24:33 wmtan Exp $ #include "Utilities/Testing/interface/CppUnit_testdriver.icpp" #include "cppunit/extensions/HelperMacros.h" diff --git a/EventFilter/Utilities/interface/i2oEvfMsgs.h b/EventFilter/Utilities/interface/i2oEvfMsgs.h index 79f639bb7a262..55769849ff8b6 100644 --- a/EventFilter/Utilities/interface/i2oEvfMsgs.h +++ b/EventFilter/Utilities/interface/i2oEvfMsgs.h @@ -14,7 +14,7 @@ define communication protocoll between FUResourceBroker ('FU') and StorageManager ('SM'). - $Id: i2oEvfMsgs.h,v 1.5 2012/05/02 15:13:23 smorovic Exp $ + $Id: i2oEvfMsgs.h,v 1.4.2.1 2012/04/20 07:18:04 smorovic Exp $ */ // I2O function codes: *_SM_* / *_FU_* according to who *receives* the message diff --git a/EventFilter/Utilities/plugins/testGlobalNumbers.cc b/EventFilter/Utilities/plugins/testGlobalNumbers.cc index ffc313a259ab4..95850f8b424c0 100755 --- a/EventFilter/Utilities/plugins/testGlobalNumbers.cc +++ b/EventFilter/Utilities/plugins/testGlobalNumbers.cc @@ -1,8 +1,8 @@ /** \file * * - * $Date: 2010/04/26 16:10:23 $ - * $Revision: 1.5 $ + * $Date: 2009/04/09 21:17:51 $ + * $Revision: 1.4 $ * \author N. Amapane - S. Argiro' * */ diff --git a/FWCore/Concurrency/interface/SerialTaskQueue.h b/FWCore/Concurrency/interface/SerialTaskQueue.h index 3f6fef3cd28f3..53da8072d432f 100644 --- a/FWCore/Concurrency/interface/SerialTaskQueue.h +++ b/FWCore/Concurrency/interface/SerialTaskQueue.h @@ -49,7 +49,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:14:39 CST 2013 -// $Id: SerialTaskQueue.h,v 1.1 2013/02/21 22:14:10 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Concurrency/interface/WaitingTaskList.h b/FWCore/Concurrency/interface/WaitingTaskList.h index a88664dc773af..2f5921f9e2cef 100644 --- a/FWCore/Concurrency/interface/WaitingTaskList.h +++ b/FWCore/Concurrency/interface/WaitingTaskList.h @@ -62,7 +62,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 13:46:31 CST 2013 -// $Id: WaitingTaskList.h,v 1.1 2013/02/21 22:14:10 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Concurrency/interface/hardware_pause.h b/FWCore/Concurrency/interface/hardware_pause.h index bccd53ff65c77..e79acfae999b0 100644 --- a/FWCore/Concurrency/interface/hardware_pause.h +++ b/FWCore/Concurrency/interface/hardware_pause.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 13:55:57 CST 2013 -// $Id: hardware_pause.h,v 1.1 2013/02/21 22:14:10 chrjones Exp $ +// $Id$ // //NOTE: Taken from libdispatch shims/atomics.h diff --git a/FWCore/Concurrency/src/SerialTaskQueue.cc b/FWCore/Concurrency/src/SerialTaskQueue.cc index 0a2f4bc713c98..9afd634be91d8 100644 --- a/FWCore/Concurrency/src/SerialTaskQueue.cc +++ b/FWCore/Concurrency/src/SerialTaskQueue.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:31:52 CST 2013 -// $Id: SerialTaskQueue.cc,v 1.1 2013/02/21 22:14:11 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Concurrency/src/WaitingTaskList.cc b/FWCore/Concurrency/src/WaitingTaskList.cc index f86244679da89..cb2eabc9a1fd0 100644 --- a/FWCore/Concurrency/src/WaitingTaskList.cc +++ b/FWCore/Concurrency/src/WaitingTaskList.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 13:46:45 CST 2013 -// $Id: WaitingTaskList.cc,v 1.1 2013/02/21 22:14:11 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/FWLite/interface/AutoLibraryLoader.h b/FWCore/FWLite/interface/AutoLibraryLoader.h index 6bbd620ef427b..81566f528b21c 100644 --- a/FWCore/FWLite/interface/AutoLibraryLoader.h +++ b/FWCore/FWLite/interface/AutoLibraryLoader.h @@ -7,7 +7,7 @@ * * \author Chris Jones, Cornell * - * $Id: AutoLibraryLoader.h,v 1.3 2009/12/16 22:18:41 chrjones Exp $ + * $Id: AutoLibraryLoader.h,v 1.2 2008/06/12 22:17:22 dsr Exp $ * */ class DummyClassToStopCompilerWarning; diff --git a/FWCore/FWLite/interface/setRefStreamer.h b/FWCore/FWLite/interface/setRefStreamer.h index f74895e237c24..a9848161a0785 100644 --- a/FWCore/FWLite/interface/setRefStreamer.h +++ b/FWCore/FWLite/interface/setRefStreamer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue May 15 11:25:51 EDT 2007 -// $Id: setRefStreamer.h,v 1.1 2007/05/16 14:32:31 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/FWLite/src/branchToClass.cc b/FWCore/FWLite/src/branchToClass.cc index 931147eb8c58d..113d7308e3dfc 100644 --- a/FWCore/FWLite/src/branchToClass.cc +++ b/FWCore/FWLite/src/branchToClass.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Aug 2 09:04:04 EDT 2006 -// $Id: branchToClass.cc,v 1.2 2007/06/14 21:03:37 wmtan Exp $ +// $Id: branchToClass.cc,v 1.1 2006/08/04 18:19:46 chrjones Exp $ // // system include files diff --git a/FWCore/FWLite/src/branchToClass.h b/FWCore/FWLite/src/branchToClass.h index bdaa1d1787b54..a905e948ef530 100644 --- a/FWCore/FWLite/src/branchToClass.h +++ b/FWCore/FWLite/src/branchToClass.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Aug 2 09:04:02 EDT 2006 -// $Id: branchToClass.h,v 1.1 2006/08/04 18:19:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/FWLite/test/ref_t.cppunit.cpp b/FWCore/FWLite/test/ref_t.cppunit.cpp index 917c902fd6ff0..09bcdaf2a7cf0 100644 --- a/FWCore/FWLite/test/ref_t.cppunit.cpp +++ b/FWCore/FWLite/test/ref_t.cppunit.cpp @@ -2,7 +2,7 @@ Test program for edm::Ref use in ROOT. -$Id: ref_t.cppunit.cpp,v 1.21 2011/11/15 17:28:44 wmtan Exp $ +$Id: ref_t.cppunit.cpp,v 1.20 2010/04/15 20:16:57 chrjones Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/FWLite/test/stdnamespaceadder_t.cppunit.cpp b/FWCore/FWLite/test/stdnamespaceadder_t.cppunit.cpp index f791858c3576b..16fae5674670a 100644 --- a/FWCore/FWLite/test/stdnamespaceadder_t.cppunit.cpp +++ b/FWCore/FWLite/test/stdnamespaceadder_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::TypeIDBase class. Changed by Viji on 29-06-2005 -$Id: stdnamespaceadder_t.cppunit.cpp,v 1.4 2007/11/07 07:10:31 wmtan Exp $ +$Id: stdnamespaceadder_t.cppunit.cpp,v 1.3 2007/02/25 02:43:12 wmtan Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Framework/interface/BranchActionType.h b/FWCore/Framework/interface/BranchActionType.h index 0cfe5eeef4acc..616972ca8dfba 100644 --- a/FWCore/Framework/interface/BranchActionType.h +++ b/FWCore/Framework/interface/BranchActionType.h @@ -5,7 +5,7 @@ BranchActionType: BranchAction -$Id: BranchActionType.h,v 1.3 2008/10/16 23:06:28 wmtan Exp $ +$Id: BranchActionType.h,v 1.2 2007/06/05 04:02:30 wmtan Exp $ ----------------------------------------------------------------------*/ namespace edm { diff --git a/FWCore/Framework/interface/DataKeyTags.h b/FWCore/Framework/interface/DataKeyTags.h index 7dae9c681a47e..8a5c53150b127 100644 --- a/FWCore/Framework/interface/DataKeyTags.h +++ b/FWCore/Framework/interface/DataKeyTags.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Thu Mar 31 14:13:07 EST 2005 -// $Id: DataKeyTags.h,v 1.6 2010/01/15 20:35:48 chrjones Exp $ +// $Id: DataKeyTags.h,v 1.5 2005/09/01 23:30:48 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/interface/DependentRecordIntervalFinder.h b/FWCore/Framework/interface/DependentRecordIntervalFinder.h index 68d60e6c7e4e9..f601c60a1f775 100644 --- a/FWCore/Framework/interface/DependentRecordIntervalFinder.h +++ b/FWCore/Framework/interface/DependentRecordIntervalFinder.h @@ -18,7 +18,7 @@ // // Author: Chris Jones // Created: Sat Apr 30 19:36:59 EDT 2005 -// $Id: DependentRecordIntervalFinder.h,v 1.10 2010/12/17 04:31:53 chrjones Exp $ +// $Id: DependentRecordIntervalFinder.h,v 1.9 2009/12/01 19:49:01 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/interface/ESOutlet.h b/FWCore/Framework/interface/ESOutlet.h index e422785eaa362..345a6bacd9849 100644 --- a/FWCore/Framework/interface/ESOutlet.h +++ b/FWCore/Framework/interface/ESOutlet.h @@ -18,7 +18,7 @@ from the EDProducer to the object which needs the data. // // Original Author: Chris Jones // Created: Fri Sep 22 15:07:28 EDT 2006 -// $Id: ESOutlet.h,v 1.1 2006/09/22 19:54:49 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/ESPreFunctorDecorator.h b/FWCore/Framework/interface/ESPreFunctorDecorator.h index 206ef97c257f3..a7341373553a2 100644 --- a/FWCore/Framework/interface/ESPreFunctorDecorator.h +++ b/FWCore/Framework/interface/ESPreFunctorDecorator.h @@ -18,7 +18,7 @@ the ESProducer's 'produce' method. // // Original Author: Chris Jones // Created: Wed Jun 22 11:40:41 EDT 2005 -// $Id: ESPreFunctorDecorator.h,v 1.6 2005/09/01 23:30:48 wmtan Exp $ +// $Id: ESPreFunctorDecorator.h,v 1.5 2005/09/01 05:39:14 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/interface/ESProducerLooper.h b/FWCore/Framework/interface/ESProducerLooper.h index 6d15920e8db8b..9185e8810c6a9 100644 --- a/FWCore/Framework/interface/ESProducerLooper.h +++ b/FWCore/Framework/interface/ESProducerLooper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Jul 17 09:03:32 EDT 2006 -// $Id: ESProducerLooper.h,v 1.2 2010/07/24 14:15:26 wmtan Exp $ +// $Id: ESProducerLooper.h,v 1.1 2006/07/23 01:24:33 valya Exp $ // // system include files diff --git a/FWCore/Framework/interface/ESWatcher.h b/FWCore/Framework/interface/ESWatcher.h index 9350f9d66da5b..f1b7bc2185b0a 100644 --- a/FWCore/Framework/interface/ESWatcher.h +++ b/FWCore/Framework/interface/ESWatcher.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Sep 22 18:19:24 EDT 2006 -// $Id: ESWatcher.h,v 1.3 2012/09/27 15:21:21 eulisse Exp $ +// $Id: ESWatcher.h,v 1.2 2008/01/17 01:05:20 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/interface/EventSetupRecordIntervalFinder.h b/FWCore/Framework/interface/EventSetupRecordIntervalFinder.h index 1c4892e1fd852..67a37c8df2a92 100644 --- a/FWCore/Framework/interface/EventSetupRecordIntervalFinder.h +++ b/FWCore/Framework/interface/EventSetupRecordIntervalFinder.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Tue Mar 29 16:15:11 EST 2005 -// $Id: EventSetupRecordIntervalFinder.h,v 1.10 2008/06/04 20:20:47 chrjones Exp $ +// $Id: EventSetupRecordIntervalFinder.h,v 1.9 2007/01/12 14:38:57 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/interface/MessageReceiverForSource.h b/FWCore/Framework/interface/MessageReceiverForSource.h index 2c575ff32fc54..655bfcb18a590 100644 --- a/FWCore/Framework/interface/MessageReceiverForSource.h +++ b/FWCore/Framework/interface/MessageReceiverForSource.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 30 10:09:44 CST 2010 -// $Id: MessageReceiverForSource.h,v 1.4 2012/02/01 20:04:31 chrjones Exp $ +// $Id: MessageReceiverForSource.h,v 1.3 2011/10/24 22:27:16 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/interface/ModuleChanger.h b/FWCore/Framework/interface/ModuleChanger.h index 807f3dff95c20..c286e6c0ff781 100644 --- a/FWCore/Framework/interface/ModuleChanger.h +++ b/FWCore/Framework/interface/ModuleChanger.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Thu Jul 15 15:05:17 EDT 2010 -// $Id: ModuleChanger.h,v 1.1 2010/07/22 15:00:27 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/ProcessingController.h b/FWCore/Framework/interface/ProcessingController.h index 8b191d823c32f..ed2a9e65839ed 100644 --- a/FWCore/Framework/interface/ProcessingController.h +++ b/FWCore/Framework/interface/ProcessingController.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 6 16:06:01 CDT 2010 -// $Id: ProcessingController.h,v 1.2 2010/08/27 19:57:24 wdd Exp $ +// $Id: ProcessingController.h,v 1.1 2010/08/09 21:04:54 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/interface/ProductDeletedException.h b/FWCore/Framework/interface/ProductDeletedException.h index 74435cb471ec2..8da3568e17d18 100644 --- a/FWCore/Framework/interface/ProductDeletedException.h +++ b/FWCore/Framework/interface/ProductDeletedException.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 12 13:32:29 CST 2012 -// $Id: ProductDeletedException.h,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/Schedule.h b/FWCore/Framework/interface/Schedule.h index 0a62b89e5e6e7..fb9ada5bace49 100644 --- a/FWCore/Framework/interface/Schedule.h +++ b/FWCore/Framework/interface/Schedule.h @@ -293,6 +293,7 @@ namespace edm { TrigResPtr endpath_results_; WorkerPtr results_inserter_; + AllWorkers all_workers_; AllOutputModuleCommunicators all_output_communicators_; TrigPaths trig_paths_; TrigPaths end_paths_; diff --git a/FWCore/Framework/interface/ScheduleInfo.h b/FWCore/Framework/interface/ScheduleInfo.h index 36031f952a2fb..21b90f9a3634f 100644 --- a/FWCore/Framework/interface/ScheduleInfo.h +++ b/FWCore/Framework/interface/ScheduleInfo.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jul 15 19:39:56 CEST 2010 -// $Id: ScheduleInfo.h,v 1.1 2010/07/22 15:00:27 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/TriggerNamesService.h b/FWCore/Framework/interface/TriggerNamesService.h index 408ce16b7a323..7b8b73491c292 100644 --- a/FWCore/Framework/interface/TriggerNamesService.h +++ b/FWCore/Framework/interface/TriggerNamesService.h @@ -6,7 +6,7 @@ Original Author: Jim Kowalkowski 26-01-06 - $Id: TriggerNamesService.h,v 1.11 2011/12/02 08:33:02 fwyzard Exp $ + $Id: TriggerNamesService.h,v 1.10 2007/09/27 14:30:24 paterno Exp $ This service makes the trigger names available. They are provided in the same order that the pass/fail status of these triggers is diff --git a/FWCore/Framework/interface/TriggerReport.h b/FWCore/Framework/interface/TriggerReport.h index 804b8222bdeba..d045833b92cc7 100644 --- a/FWCore/Framework/interface/TriggerReport.h +++ b/FWCore/Framework/interface/TriggerReport.h @@ -7,7 +7,7 @@ TriggerReport: This struct contains all the information relevant to reporting on the behavior of the trigger.ed at the time of its creation. -$Id: TriggerReport.h,v 1.2 2007/06/14 17:52:16 wmtan Exp $ +$Id: TriggerReport.h,v 1.1 2006/05/26 15:52:58 paterno Exp $ ----------------------------------------------------------------------*/ diff --git a/FWCore/Framework/interface/UnknownModuleException.h b/FWCore/Framework/interface/UnknownModuleException.h index 129eaa909f887..2426dd75d2708 100644 --- a/FWCore/Framework/interface/UnknownModuleException.h +++ b/FWCore/Framework/interface/UnknownModuleException.h @@ -6,7 +6,7 @@ Declaration \author Stefano ARGIRO - \version $Id: UnknownModuleException.h,v 1.8 2010/07/24 14:15:27 wmtan Exp $ + \version $Id: UnknownModuleException.h,v 1.7 2007/06/14 17:52:16 wmtan Exp $ \date 02 Jun 2005 */ diff --git a/FWCore/Framework/interface/data_default_record_trait.h b/FWCore/Framework/interface/data_default_record_trait.h index ee3e4c20a9c2f..0b50bb47c3dd2 100644 --- a/FWCore/Framework/interface/data_default_record_trait.h +++ b/FWCore/Framework/interface/data_default_record_trait.h @@ -38,7 +38,7 @@ // // Author: Chris Jones // Created: Thu Apr 7 07:59:56 CDT 2005 -// $Id: data_default_record_trait.h,v 1.4 2005/09/01 05:02:05 wmtan Exp $ +// $Id: data_default_record_trait.h,v 1.3 2005/07/14 22:50:53 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/interface/eventsetup_dependsOn.h b/FWCore/Framework/interface/eventsetup_dependsOn.h index 68c8aa9ad90e2..05e6747576542 100644 --- a/FWCore/Framework/interface/eventsetup_dependsOn.h +++ b/FWCore/Framework/interface/eventsetup_dependsOn.h @@ -45,7 +45,7 @@ // // Original Author: Chris Jones // Created: Thu Jun 23 14:06:56 EDT 2005 -// $Id: eventsetup_dependsOn.h,v 1.10 2010/09/01 18:24:25 chrjones Exp $ +// $Id: eventsetup_dependsOn.h,v 1.9 2010/07/24 14:15:27 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/interface/moduleAbilities.h b/FWCore/Framework/interface/moduleAbilities.h index 575f858f292a7..f8c8348508bb7 100644 --- a/FWCore/Framework/interface/moduleAbilities.h +++ b/FWCore/Framework/interface/moduleAbilities.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue, 07 May 2013 19:19:53 GMT -// $Id: moduleAbilities.h,v 1.1 2013/05/17 14:49:43 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/moduleAbilityEnums.h b/FWCore/Framework/interface/moduleAbilityEnums.h index 6a6038bbe0b0c..2978b16314b6e 100644 --- a/FWCore/Framework/interface/moduleAbilityEnums.h +++ b/FWCore/Framework/interface/moduleAbilityEnums.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue, 07 May 2013 18:11:24 GMT -// $Id: moduleAbilityEnums.h,v 1.1 2013/05/17 14:49:43 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/EDFilter.h b/FWCore/Framework/interface/one/EDFilter.h index e9ba5924d70b7..ea226984c05b7 100644 --- a/FWCore/Framework/interface/one/EDFilter.h +++ b/FWCore/Framework/interface/one/EDFilter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 19:53:55 GMT -// $Id: EDFilter.h,v 1.1 2013/05/17 14:49:43 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/EDFilterBase.h b/FWCore/Framework/interface/one/EDFilterBase.h index c4c870b95d3cd..d874f971b69bc 100644 --- a/FWCore/Framework/interface/one/EDFilterBase.h +++ b/FWCore/Framework/interface/one/EDFilterBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 02 May 2013 21:21:21 GMT -// $Id: EDFilterBase.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/EDProducer.h b/FWCore/Framework/interface/one/EDProducer.h index 3ccf516f7471e..b8d131e037414 100644 --- a/FWCore/Framework/interface/one/EDProducer.h +++ b/FWCore/Framework/interface/one/EDProducer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 19:53:55 GMT -// $Id: EDProducer.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/EDProducerBase.h b/FWCore/Framework/interface/one/EDProducerBase.h index 4c167a5aacf5d..cf3f6b0614154 100644 --- a/FWCore/Framework/interface/one/EDProducerBase.h +++ b/FWCore/Framework/interface/one/EDProducerBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 02 May 2013 21:21:21 GMT -// $Id: EDProducerBase.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/filterAbilityToImplementor.h b/FWCore/Framework/interface/one/filterAbilityToImplementor.h index 06252e1fac649..c8b2ace6244fe 100644 --- a/FWCore/Framework/interface/one/filterAbilityToImplementor.h +++ b/FWCore/Framework/interface/one/filterAbilityToImplementor.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 19:39:58 GMT -// $Id: filterAbilityToImplementor.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/implementors.h b/FWCore/Framework/interface/one/implementors.h index 921f75cf28213..330a66fc766cf 100644 --- a/FWCore/Framework/interface/one/implementors.h +++ b/FWCore/Framework/interface/one/implementors.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 18:40:17 GMT -// $Id: implementors.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/moduleAbilities.h b/FWCore/Framework/interface/one/moduleAbilities.h index 2b221b95cbb91..4c21fe77147f8 100644 --- a/FWCore/Framework/interface/one/moduleAbilities.h +++ b/FWCore/Framework/interface/one/moduleAbilities.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue, 07 May 2013 19:38:53 GMT -// $Id: moduleAbilities.h,v 1.1 2013/05/17 14:49:45 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/one/producerAbilityToImplementor.h b/FWCore/Framework/interface/one/producerAbilityToImplementor.h index 9c0aeb3e196f9..db46cf21f667b 100644 --- a/FWCore/Framework/interface/one/producerAbilityToImplementor.h +++ b/FWCore/Framework/interface/one/producerAbilityToImplementor.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 19:39:58 GMT -// $Id: producerAbilityToImplementor.h,v 1.1 2013/05/17 14:49:45 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/interface/produce_helpers.h b/FWCore/Framework/interface/produce_helpers.h index c38ee75ecd90b..7a968a65e6cad 100644 --- a/FWCore/Framework/interface/produce_helpers.h +++ b/FWCore/Framework/interface/produce_helpers.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Fri Apr 15 10:25:20 EDT 2005 -// $Id: produce_helpers.h,v 1.6 2006/08/16 13:51:18 chrjones Exp $ +// $Id: produce_helpers.h,v 1.5 2005/09/01 23:30:49 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/src/DataKeyTags.cc b/FWCore/Framework/src/DataKeyTags.cc index 127ab6689f844..ba2d9db291a1c 100644 --- a/FWCore/Framework/src/DataKeyTags.cc +++ b/FWCore/Framework/src/DataKeyTags.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Thu Mar 31 14:25:33 EST 2005 -// $Id: DataKeyTags.cc,v 1.3 2005/07/14 22:50:53 wmtan Exp $ +// $Id: DataKeyTags.cc,v 1.2 2005/06/23 19:59:48 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/src/DelayedReader.cc b/FWCore/Framework/src/DelayedReader.cc index 2d2202c68a108..d09a171f85360 100644 --- a/FWCore/Framework/src/DelayedReader.cc +++ b/FWCore/Framework/src/DelayedReader.cc @@ -2,7 +2,7 @@ /*---------------------------------------------------------------------- -$Id: DelayedReader.cc,v 1.2 2006/10/21 02:48:59 wmtan Exp $ +$Id: DelayedReader.cc,v 1.1 2005/09/28 04:51:23 wmtan Exp $ ----------------------------------------------------------------------*/ diff --git a/FWCore/Framework/src/DependentRecordIntervalFinder.cc b/FWCore/Framework/src/DependentRecordIntervalFinder.cc index 57e4ebb13e283..38353f4297e59 100644 --- a/FWCore/Framework/src/DependentRecordIntervalFinder.cc +++ b/FWCore/Framework/src/DependentRecordIntervalFinder.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Sat Apr 30 19:37:22 EDT 2005 -// $Id: DependentRecordIntervalFinder.cc,v 1.14 2012/09/26 11:36:04 eulisse Exp $ +// $Id: DependentRecordIntervalFinder.cc,v 1.13 2010/12/17 19:33:53 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/src/EPStates.h b/FWCore/Framework/src/EPStates.h index 614ba253fde0e..927eb9c01f40e 100644 --- a/FWCore/Framework/src/EPStates.h +++ b/FWCore/Framework/src/EPStates.h @@ -2,7 +2,7 @@ #define Framework_EPStates_h /* -$Id: EPStates.h,v 1.12 2012/10/16 18:25:24 chrjones Exp $ +$Id: EPStates.h,v 1.11 2012/03/21 16:09:44 wdd Exp $ The state machine that controls the processing of runs, luminosity blocks, events, and loops is implemented using the boost statechart diff --git a/FWCore/Framework/src/ESProducer.cc b/FWCore/Framework/src/ESProducer.cc index c39dad6ab011e..5542ab809d5d5 100644 --- a/FWCore/Framework/src/ESProducer.cc +++ b/FWCore/Framework/src/ESProducer.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Sat Apr 16 10:19:37 EDT 2005 -// $Id: ESProducer.cc,v 1.4 2005/10/01 21:11:36 chrjones Exp $ +// $Id: ESProducer.cc,v 1.3 2005/07/14 22:50:53 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/src/ESProducerLooper.cc b/FWCore/Framework/src/ESProducerLooper.cc index 8c8478342103f..52694d38647c1 100644 --- a/FWCore/Framework/src/ESProducerLooper.cc +++ b/FWCore/Framework/src/ESProducerLooper.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Jul 17 09:34:30 EDT 2006 -// $Id: ESProducerLooper.cc,v 1.2 2006/09/01 18:16:42 wmtan Exp $ +// $Id: ESProducerLooper.cc,v 1.1 2006/07/23 01:24:34 valya Exp $ // // system include files diff --git a/FWCore/Framework/src/ESProducts.cc b/FWCore/Framework/src/ESProducts.cc index 3ef4bd324f90d..c691ece670f1c 100644 --- a/FWCore/Framework/src/ESProducts.cc +++ b/FWCore/Framework/src/ESProducts.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Sun Apr 17 18:41:34 EDT 2005 -// $Id: ESProducts.cc,v 1.3 2005/10/01 18:06:28 chrjones Exp $ +// $Id: ESProducts.cc,v 1.2 2005/07/14 22:50:53 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/src/EarlyDeleteHelper.cc b/FWCore/Framework/src/EarlyDeleteHelper.cc index 3a111b87c40fd..7abf82c74bb97 100644 --- a/FWCore/Framework/src/EarlyDeleteHelper.cc +++ b/FWCore/Framework/src/EarlyDeleteHelper.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 6 16:17:10 CST 2012 -// $Id: EarlyDeleteHelper.cc,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/EarlyDeleteHelper.h b/FWCore/Framework/src/EarlyDeleteHelper.h index c70bec6403404..c09ed3350ea84 100644 --- a/FWCore/Framework/src/EarlyDeleteHelper.h +++ b/FWCore/Framework/src/EarlyDeleteHelper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 6 16:17:08 CST 2012 -// $Id: EarlyDeleteHelper.h,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/EventSetupRecordIntervalFinder.cc b/FWCore/Framework/src/EventSetupRecordIntervalFinder.cc index 273035c9237ee..dfcc91fc8ff89 100644 --- a/FWCore/Framework/src/EventSetupRecordIntervalFinder.cc +++ b/FWCore/Framework/src/EventSetupRecordIntervalFinder.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed Mar 30 14:27:26 EST 2005 -// $Id: EventSetupRecordIntervalFinder.cc,v 1.8 2008/06/04 20:20:48 chrjones Exp $ +// $Id: EventSetupRecordIntervalFinder.cc,v 1.7 2007/10/25 07:52:08 elmer Exp $ // // system include files diff --git a/FWCore/Framework/src/EventSetupsController.cc b/FWCore/Framework/src/EventSetupsController.cc index 6a397b3f0678c..67a4ac4f229be 100644 --- a/FWCore/Framework/src/EventSetupsController.cc +++ b/FWCore/Framework/src/EventSetupsController.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones, W. David Dagenhart // Created: Wed Jan 12 14:30:44 CST 2011 -// $Id: EventSetupsController.cc,v 1.4 2012/06/06 15:51:21 wdd Exp $ +// $Id: EventSetupsController.cc,v 1.3 2012/04/16 15:43:49 wdd Exp $ // #include "FWCore/Framework/src/EventSetupsController.h" diff --git a/FWCore/Framework/src/HCTypeTag.cc b/FWCore/Framework/src/HCTypeTag.cc index 0104aa55703c6..b67f873efb102 100755 --- a/FWCore/Framework/src/HCTypeTag.cc +++ b/FWCore/Framework/src/HCTypeTag.cc @@ -12,14 +12,11 @@ // // Author: Chris D. Jones // Created: Sun Sep 20 15:27:25 EDT 1998 -// $Id: HCTypeTag.cc,v 1.3 2010/01/25 23:23:31 chrjones Exp $ +// $Id: HCTypeTag.cc,v 1.2 2010/01/23 02:03:42 chrjones Exp $ // // Revision history // // $Log: HCTypeTag.cc,v $ -// Revision 1.3 2010/01/25 23:23:31 chrjones -// modified to use the new 'findType' return value -// // Revision 1.2 2010/01/23 02:03:42 chrjones // moved type lookup used by EventSetup to FWCore/Utilities to avoid unneeded external dependencies from FWCore/Framework // diff --git a/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.cc b/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.cc index 163b1a7afe2d2..78ec4dcdb0add 100644 --- a/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.cc +++ b/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Aug 19 13:20:41 EDT 2008 -// $Id: IntersectingIOVRecordIntervalFinder.cc,v 1.2 2008/09/03 13:41:51 chrjones Exp $ +// $Id: IntersectingIOVRecordIntervalFinder.cc,v 1.1 2008/08/19 20:30:07 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.h b/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.h index f37a8ecaa14f1..c9f7f43879884 100644 --- a/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.h +++ b/FWCore/Framework/src/IntersectingIOVRecordIntervalFinder.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Aug 19 13:20:34 EDT 2008 -// $Id: IntersectingIOVRecordIntervalFinder.h,v 1.1 2008/08/19 20:30:07 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/LooperFactory.cc b/FWCore/Framework/src/LooperFactory.cc index 99e815f73ef24..877d1b56409e0 100755 --- a/FWCore/Framework/src/LooperFactory.cc +++ b/FWCore/Framework/src/LooperFactory.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed May 25 19:27:37 EDT 2005 -// $Id: LooperFactory.cc,v 1.5 2012/06/06 15:51:21 wdd Exp $ +// $Id: LooperFactory.cc,v 1.4 2012/04/16 15:43:50 wdd Exp $ // // system include files diff --git a/FWCore/Framework/src/MessageForParent.h b/FWCore/Framework/src/MessageForParent.h index cec14b17a0e25..47f2aa1337998 100644 --- a/FWCore/Framework/src/MessageForParent.h +++ b/FWCore/Framework/src/MessageForParent.h @@ -17,7 +17,7 @@ // // Original Author: Brian Bockelman // Created: Sat Oct 22 10:34:00 CEST 2011 -// $Id: MessageForParent.h,v 1.2 2011/10/25 13:57:58 chrjones Exp $ +// $Id: MessageForParent.h,v 1.1 2011/10/24 22:27:16 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/src/ModuleChanger.cc b/FWCore/Framework/src/ModuleChanger.cc index c20ced35d2313..8ed6f31ea91ed 100644 --- a/FWCore/Framework/src/ModuleChanger.cc +++ b/FWCore/Framework/src/ModuleChanger.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Jul 15 15:05:10 EDT 2010 -// $Id: ModuleChanger.cc,v 1.1 2010/07/22 15:00:28 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/ModuleFactory.cc b/FWCore/Framework/src/ModuleFactory.cc index 9c912c8cb4660..ded6766c3cf40 100644 --- a/FWCore/Framework/src/ModuleFactory.cc +++ b/FWCore/Framework/src/ModuleFactory.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed May 25 19:27:44 EDT 2005 -// $Id: ModuleFactory.cc,v 1.7 2012/06/06 15:51:21 wdd Exp $ +// $Id: ModuleFactory.cc,v 1.6 2012/04/16 15:43:50 wdd Exp $ // // system include files diff --git a/FWCore/Framework/src/OutputWorker.cc b/FWCore/Framework/src/OutputWorker.cc index 14ff60eec2037..a3c61de0a9d30 100644 --- a/FWCore/Framework/src/OutputWorker.cc +++ b/FWCore/Framework/src/OutputWorker.cc @@ -1,6 +1,6 @@ /*---------------------------------------------------------------------- -$Id: OutputWorker.cc,v 1.41 2013/05/03 18:35:58 chrjones Exp $ +$Id: OutputWorker.cc,v 1.40 2013/02/27 15:21:54 wdd Exp $ ----------------------------------------------------------------------*/ #include "FWCore/Framework/interface/OutputModule.h" diff --git a/FWCore/Framework/src/ProcessingController.cc b/FWCore/Framework/src/ProcessingController.cc index 9863b2c502c08..68cda1d74d427 100644 --- a/FWCore/Framework/src/ProcessingController.cc +++ b/FWCore/Framework/src/ProcessingController.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Aug 9 09:33:31 CDT 2010 -// $Id: ProcessingController.cc,v 1.2 2010/08/27 19:57:25 wdd Exp $ +// $Id: ProcessingController.cc,v 1.1 2010/08/09 21:04:56 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/src/ProductDeletedException.cc b/FWCore/Framework/src/ProductDeletedException.cc index aa9cd5eecb6a7..5267f8ccfe5ad 100644 --- a/FWCore/Framework/src/ProductDeletedException.cc +++ b/FWCore/Framework/src/ProductDeletedException.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 12 13:32:41 CST 2012 -// $Id: ProductDeletedException.cc,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/RunStopwatch.h b/FWCore/Framework/src/RunStopwatch.h index 47cf4675f6006..43797050fa80d 100644 --- a/FWCore/Framework/src/RunStopwatch.h +++ b/FWCore/Framework/src/RunStopwatch.h @@ -3,7 +3,7 @@ /*---------------------------------------------------------------------- -$Id: RunStopwatch.h,v 1.4 2010/10/30 02:41:41 chrjones Exp $ +$Id: RunStopwatch.h,v 1.3 2007/06/14 17:52:18 wmtan Exp $ Simple "guard" class as suggested by Chris Jones to start/stop the Stopwatch: creating an object of type RunStopwatch starts the clock diff --git a/FWCore/Framework/src/Schedule.cc b/FWCore/Framework/src/Schedule.cc index 7f17e3f612032..d8098c39263a9 100644 --- a/FWCore/Framework/src/Schedule.cc +++ b/FWCore/Framework/src/Schedule.cc @@ -294,6 +294,7 @@ namespace edm { results_(new HLTGlobalStatus(trig_name_list_.size())), endpath_results_(), // delay! results_inserter_(), + all_workers_(), all_output_communicators_(), trig_paths_(), end_paths_(), @@ -398,9 +399,9 @@ namespace edm { // This is used for a little sanity-check to make sure no code // modifications alter the number of workers at a later date. - size_t all_workers_count = allWorkers().size(); + size_t all_workers_count = all_workers_.size(); - for (auto w : allWorkers()) { + for (auto w : all_workers_) { // All the workers should be in all_workers_ by this point. Thus // we can now fill all_output_communicators_. @@ -451,7 +452,7 @@ namespace edm { unsigned int upperLimitOnReadingWorker =0; unsigned int upperLimitOnIndicies = 0; unsigned int nUniqueBranchesToDelete=branchToReadingWorker.size(); - for (auto w :allWorkers()) { + for (auto w :all_workers_) { auto comm = w->createOutputModuleCommunicator(); if (comm) { if(branchToReadingWorker.size()>0) { diff --git a/FWCore/Framework/src/ScheduleInfo.cc b/FWCore/Framework/src/ScheduleInfo.cc index e480cd2659cb4..5e1c8c4fa6f5b 100644 --- a/FWCore/Framework/src/ScheduleInfo.cc +++ b/FWCore/Framework/src/ScheduleInfo.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Jul 15 19:40:14 CEST 2010 -// $Id: ScheduleInfo.cc,v 1.1 2010/07/22 15:00:28 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/SourceFactory.cc b/FWCore/Framework/src/SourceFactory.cc index f7e7032e3e4e6..49aed67d65959 100644 --- a/FWCore/Framework/src/SourceFactory.cc +++ b/FWCore/Framework/src/SourceFactory.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Wed May 25 19:27:37 EDT 2005 -// $Id: SourceFactory.cc,v 1.8 2012/06/06 15:51:21 wdd Exp $ +// $Id: SourceFactory.cc,v 1.7 2012/04/16 15:43:50 wdd Exp $ // // system include files diff --git a/FWCore/Framework/src/WorkerInPath.h b/FWCore/Framework/src/WorkerInPath.h index d94d3ff79627a..190c6933010bf 100644 --- a/FWCore/Framework/src/WorkerInPath.h +++ b/FWCore/Framework/src/WorkerInPath.h @@ -5,7 +5,7 @@ Author: Jim Kowalkowski 28-01-06 - $Id: WorkerInPath.h,v 1.14 2010/10/30 01:34:01 chrjones Exp $ + $Id: WorkerInPath.h,v 1.13 2010/07/24 14:15:28 wmtan Exp $ A wrapper around a Worker, so that statistics can be managed per path. A Path holds Workers as these things. diff --git a/FWCore/Framework/src/edmodule_mightGet_config.cc b/FWCore/Framework/src/edmodule_mightGet_config.cc index e8bd786d98e9f..54e1d28264416 100644 --- a/FWCore/Framework/src/edmodule_mightGet_config.cc +++ b/FWCore/Framework/src/edmodule_mightGet_config.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 2 14:26:42 CST 2012 -// $Id: edmodule_mightGet_config.cc,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/edmodule_mightGet_config.h b/FWCore/Framework/src/edmodule_mightGet_config.h index 2c8c9ba37db2d..88d16429f0e5c 100644 --- a/FWCore/Framework/src/edmodule_mightGet_config.h +++ b/FWCore/Framework/src/edmodule_mightGet_config.h @@ -15,7 +15,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 2 14:26:40 CST 2012 -// $Id: edmodule_mightGet_config.h,v 1.1 2012/02/09 22:12:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/EDFilterBase.cc b/FWCore/Framework/src/one/EDFilterBase.cc index 29dec1a127522..fc8ac3534f737 100644 --- a/FWCore/Framework/src/one/EDFilterBase.cc +++ b/FWCore/Framework/src/one/EDFilterBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu, 02 May 2013 21:56:04 GMT -// $Id: EDFilterBase.cc,v 1.1 2013/05/17 14:49:45 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/EDProducerBase.cc b/FWCore/Framework/src/one/EDProducerBase.cc index 079892a5703e6..a27ea2eacbb07 100644 --- a/FWCore/Framework/src/one/EDProducerBase.cc +++ b/FWCore/Framework/src/one/EDProducerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu, 02 May 2013 21:56:04 GMT -// $Id: EDProducerBase.cc,v 1.1 2013/05/17 14:49:45 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/SharedResourcesUser.cc b/FWCore/Framework/src/one/SharedResourcesUser.cc index 55358a420f0f0..74b333d54de88 100644 --- a/FWCore/Framework/src/one/SharedResourcesUser.cc +++ b/FWCore/Framework/src/one/SharedResourcesUser.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 20:39:03 GMT -// $Id: SharedResourcesUser.cc,v 1.1 2013/05/17 14:49:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/filterImplementors.cc b/FWCore/Framework/src/one/filterImplementors.cc index 9efe4b7111d16..3f77c51d7d421 100644 --- a/FWCore/Framework/src/one/filterImplementors.cc +++ b/FWCore/Framework/src/one/filterImplementors.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 20:14:06 GMT -// $Id: filterImplementors.cc,v 1.1 2013/05/17 14:49:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/implementorsMethods.h b/FWCore/Framework/src/one/implementorsMethods.h index 3dcd1dcd1cef0..de5b5fa98aa0f 100644 --- a/FWCore/Framework/src/one/implementorsMethods.h +++ b/FWCore/Framework/src/one/implementorsMethods.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 20:13:53 GMT -// $Id: implementorsMethods.h,v 1.1 2013/05/17 14:49:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/src/one/producerImplementors.cc b/FWCore/Framework/src/one/producerImplementors.cc index 834c763843221..a5e7b300e3cf0 100644 --- a/FWCore/Framework/src/one/producerImplementors.cc +++ b/FWCore/Framework/src/one/producerImplementors.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu, 09 May 2013 20:14:06 GMT -// $Id: producerImplementors.cc,v 1.1 2013/05/17 14:49:46 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/test/DepOn2Record.cc b/FWCore/Framework/test/DepOn2Record.cc index ae26af4b7a2fa..53e674f91062b 100755 --- a/FWCore/Framework/test/DepOn2Record.cc +++ b/FWCore/Framework/test/DepOn2Record.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Jun 22 19:46:34 EDT 2005 -// $Id: DepOn2Record.cc,v 1.1 2006/06/05 15:01:33 chrjones Exp $ +// $Id: DepOn2Record.cc,v 1.2 2005/07/14 22:50:53 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/DepOn2Record.h b/FWCore/Framework/test/DepOn2Record.h index 0c4ca6b182fbf..6ce7c8275c141 100755 --- a/FWCore/Framework/test/DepOn2Record.h +++ b/FWCore/Framework/test/DepOn2Record.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Jun 22 19:46:32 EDT 2005 -// $Id: DepOn2Record.h,v 1.1 2006/06/05 15:01:33 chrjones Exp $ +// $Id: DepOn2Record.h,v 1.4 2005/09/01 23:30:49 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/DepRecord.cc b/FWCore/Framework/test/DepRecord.cc index 81ac1d34cfef9..46732492bbcb1 100644 --- a/FWCore/Framework/test/DepRecord.cc +++ b/FWCore/Framework/test/DepRecord.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Jun 22 19:46:34 EDT 2005 -// $Id: DepRecord.cc,v 1.2 2005/07/14 22:50:53 wmtan Exp $ +// $Id: DepRecord.cc,v 1.1 2005/06/23 19:48:45 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/test/DepRecord.h b/FWCore/Framework/test/DepRecord.h index f295b7b738851..62ddd54662848 100644 --- a/FWCore/Framework/test/DepRecord.h +++ b/FWCore/Framework/test/DepRecord.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Jun 22 19:46:32 EDT 2005 -// $Id: DepRecord.h,v 1.4 2005/09/01 23:30:49 wmtan Exp $ +// $Id: DepRecord.h,v 1.3 2005/09/01 04:24:28 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/DummyEventSetupRecordRetriever.h b/FWCore/Framework/test/DummyEventSetupRecordRetriever.h index a6640d094ca0f..b9c64e3da23c2 100644 --- a/FWCore/Framework/test/DummyEventSetupRecordRetriever.h +++ b/FWCore/Framework/test/DummyEventSetupRecordRetriever.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Fri Apr 22 14:14:09 EDT 2005 -// $Id: DummyEventSetupRecordRetriever.h,v 1.10 2005/10/03 23:22:06 chrjones Exp $ +// $Id: DummyEventSetupRecordRetriever.h,v 1.9 2005/10/01 21:17:47 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/test/DummyFinder.h b/FWCore/Framework/test/DummyFinder.h index 541b87241422c..4e840fd6aa538 100644 --- a/FWCore/Framework/test/DummyFinder.h +++ b/FWCore/Framework/test/DummyFinder.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Sat Apr 16 18:47:04 EDT 2005 -// $Id: DummyFinder.h,v 1.9 2006/08/31 23:26:25 wmtan Exp $ +// $Id: DummyFinder.h,v 1.8 2005/10/03 23:12:52 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/test/DummyProxyProvider.h b/FWCore/Framework/test/DummyProxyProvider.h index 1616f66f9f3b4..2f6ae9f1837f3 100644 --- a/FWCore/Framework/test/DummyProxyProvider.h +++ b/FWCore/Framework/test/DummyProxyProvider.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Thu May 26 13:37:48 EDT 2005 -// $Id: DummyProxyProvider.h,v 1.7 2005/12/19 21:35:26 chrjones Exp $ +// $Id: DummyProxyProvider.h,v 1.6 2005/09/01 23:30:49 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/eventsetupplugin_t.cppunit.cc b/FWCore/Framework/test/eventsetupplugin_t.cppunit.cc index 31a0b0378375f..69303558d7f04 100644 --- a/FWCore/Framework/test/eventsetupplugin_t.cppunit.cc +++ b/FWCore/Framework/test/eventsetupplugin_t.cppunit.cc @@ -9,7 +9,7 @@ // Author: Chris Jones // Created: Thu May 26 11:01:19 EDT 2005 // Changed: Viji Sundararajan 28-Jun-2005 -// $Id: eventsetupplugin_t.cppunit.cc,v 1.12 2012/04/16 15:43:50 wdd Exp $ +// $Id: eventsetupplugin_t.cppunit.cc,v 1.11 2012/03/27 19:52:30 wdd Exp $ // // system include files diff --git a/FWCore/Framework/test/run_all.sh b/FWCore/Framework/test/run_all.sh index 815dc07ec042c..c73d87c563065 100755 --- a/FWCore/Framework/test/run_all.sh +++ b/FWCore/Framework/test/run_all.sh @@ -1,7 +1,7 @@ #!/bin/sh #---------------------------------------------------------------------- -# $Id: run_all.sh,v 1.10 2005/07/27 16:49:57 wmtan Exp $ +# $Id: run_all.sh,v 1.9 2005/07/25 15:50:18 wmtan Exp $ #---------------------------------------------------------------------- # no way to easily locate the test directory and the architecture/compiler diff --git a/FWCore/Framework/test/stubs/DeleteEarlyModules.cc b/FWCore/Framework/test/stubs/DeleteEarlyModules.cc index 73ce72784200b..603d23d3e4c4b 100644 --- a/FWCore/Framework/test/stubs/DeleteEarlyModules.cc +++ b/FWCore/Framework/test/stubs/DeleteEarlyModules.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 7 15:36:37 CST 2012 -// $Id: DeleteEarlyModules.cc,v 1.1 2012/02/09 22:12:57 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/test/stubs/LoadableDummyESSource.cc b/FWCore/Framework/test/stubs/LoadableDummyESSource.cc index fcf87e3cd10de..c97760025470d 100644 --- a/FWCore/Framework/test/stubs/LoadableDummyESSource.cc +++ b/FWCore/Framework/test/stubs/LoadableDummyESSource.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Thu May 26 13:48:03 EDT 2005 -// $Id: LoadableDummyESSource.cc,v 1.6 2009/09/23 23:31:10 wmtan Exp $ +// $Id: LoadableDummyESSource.cc,v 1.5 2007/03/27 23:13:09 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/stubs/LoadableDummyFinder.cc b/FWCore/Framework/test/stubs/LoadableDummyFinder.cc index 85769a470b634..cc952f6b78dd2 100644 --- a/FWCore/Framework/test/stubs/LoadableDummyFinder.cc +++ b/FWCore/Framework/test/stubs/LoadableDummyFinder.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Thu May 26 10:52:25 EDT 2005 -// $Id: LoadableDummyFinder.cc,v 1.4 2006/10/21 17:18:57 wmtan Exp $ +// $Id: LoadableDummyFinder.cc,v 1.3 2005/07/14 22:50:53 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/stubs/LoadableDummyProvider.cc b/FWCore/Framework/test/stubs/LoadableDummyProvider.cc index 93c7e1bc5ab9c..67f5447e0a858 100644 --- a/FWCore/Framework/test/stubs/LoadableDummyProvider.cc +++ b/FWCore/Framework/test/stubs/LoadableDummyProvider.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Thu May 26 13:48:03 EDT 2005 -// $Id: LoadableDummyProvider.cc,v 1.6 2007/08/07 22:34:20 wmtan Exp $ +// $Id: LoadableDummyProvider.cc,v 1.5 2006/10/21 17:18:57 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/stubs/TestESDummyDataAnalyzer.cc b/FWCore/Framework/test/stubs/TestESDummyDataAnalyzer.cc index a212e8ebffb4f..a49275f59d21e 100644 --- a/FWCore/Framework/test/stubs/TestESDummyDataAnalyzer.cc +++ b/FWCore/Framework/test/stubs/TestESDummyDataAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 22 11:02:00 EST 2005 -// $Id: TestESDummyDataAnalyzer.cc,v 1.7 2007/08/07 22:34:20 wmtan Exp $ +// $Id: TestESDummyDataAnalyzer.cc,v 1.6 2007/07/12 17:12:32 chrjones Exp $ // // diff --git a/FWCore/Framework/test/stubs/TestPRegisterModule1.cc b/FWCore/Framework/test/stubs/TestPRegisterModule1.cc index 1da8bb25867bf..55c43edbbd92d 100644 --- a/FWCore/Framework/test/stubs/TestPRegisterModule1.cc +++ b/FWCore/Framework/test/stubs/TestPRegisterModule1.cc @@ -3,7 +3,7 @@ Test Modules for testProductRegistry \author Stefano ARGIRO - \version $Id: TestPRegisterModule1.cc,v 1.7 2007/08/07 22:34:20 wmtan Exp $ + \version $Id: TestPRegisterModule1.cc,v 1.6 2007/01/12 21:07:59 wmtan Exp $ \date 19 May 2005 */ @@ -17,7 +17,7 @@ using namespace edm; -static const char CVSId[] = "$Id: TestPRegisterModule1.cc,v 1.7 2007/08/07 22:34:20 wmtan Exp $"; +static const char CVSId[] = "$Id: TestPRegisterModule1.cc,v 1.6 2007/01/12 21:07:59 wmtan Exp $"; TestPRegisterModule1::TestPRegisterModule1(edm::ParameterSet const& p):pset_(p){ produces(); diff --git a/FWCore/Framework/test/stubs/TestPRegisterModule1.h b/FWCore/Framework/test/stubs/TestPRegisterModule1.h index 28b362602507a..ed5b8f14524b8 100644 --- a/FWCore/Framework/test/stubs/TestPRegisterModule1.h +++ b/FWCore/Framework/test/stubs/TestPRegisterModule1.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Sep 24 10:57:48 CEST 2005 -// $Id: TestPRegisterModule1.h,v 1.1 2005/09/28 17:32:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Framework/test/stubs/TestPRegisterModule2.h b/FWCore/Framework/test/stubs/TestPRegisterModule2.h index a591fa1cea6b2..0588a1044e9f4 100644 --- a/FWCore/Framework/test/stubs/TestPRegisterModule2.h +++ b/FWCore/Framework/test/stubs/TestPRegisterModule2.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Sep 24 10:57:51 CEST 2005 -// $Id: TestPRegisterModule2.h,v 1.2 2005/12/28 00:51:29 wmtan Exp $ +// $Id: TestPRegisterModule2.h,v 1.1 2005/09/28 17:32:55 chrjones Exp $ // // system include files diff --git a/FWCore/Framework/test/stubs/TestPRegisterModules.cc b/FWCore/Framework/test/stubs/TestPRegisterModules.cc index f9a88359c4372..44612ee6b9b10 100644 --- a/FWCore/Framework/test/stubs/TestPRegisterModules.cc +++ b/FWCore/Framework/test/stubs/TestPRegisterModules.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Sep 24 10:58:40 CEST 2005 -// $Id: TestPRegisterModules.cc,v 1.1 2007/05/08 03:15:18 wmtan Exp $ +// $Id: TestPRegisterModules.cc,v 1.5 2007/04/12 12:00:33 wmtan Exp $ // // system include files diff --git a/FWCore/Framework/test/stubs/TestSchedulerModule1.cc b/FWCore/Framework/test/stubs/TestSchedulerModule1.cc index 9f7f266eb50df..680296c20e8ae 100644 --- a/FWCore/Framework/test/stubs/TestSchedulerModule1.cc +++ b/FWCore/Framework/test/stubs/TestSchedulerModule1.cc @@ -3,7 +3,7 @@ Test Modules for ScheduleBuilder \author Stefano ARGIRO - \version $Id: TestSchedulerModule1.cc,v 1.13 2007/08/07 22:34:20 wmtan Exp $ + \version $Id: TestSchedulerModule1.cc,v 1.12 2007/01/12 21:07:59 wmtan Exp $ \date 19 May 2005 */ @@ -19,7 +19,7 @@ using namespace edm; -static const char CVSId[] = "$Id: TestSchedulerModule1.cc,v 1.13 2007/08/07 22:34:20 wmtan Exp $"; +static const char CVSId[] = "$Id: TestSchedulerModule1.cc,v 1.12 2007/01/12 21:07:59 wmtan Exp $"; class TestSchedulerModule1 : public EDProducer { diff --git a/FWCore/Framework/test/stubs/TestSchedulerModule2.cc b/FWCore/Framework/test/stubs/TestSchedulerModule2.cc index 853e5cab14ccf..199571a03c1ea 100644 --- a/FWCore/Framework/test/stubs/TestSchedulerModule2.cc +++ b/FWCore/Framework/test/stubs/TestSchedulerModule2.cc @@ -3,11 +3,11 @@ Test Module for testScheduler \author Stefano ARGIRO - \version $Id: TestSchedulerModule2.cc,v 1.14 2007/08/07 22:34:20 wmtan Exp $ + \version $Id: TestSchedulerModule2.cc,v 1.13 2007/01/12 21:07:59 wmtan Exp $ \date 19 May 2005 */ -static const char CVSId[] = "$Id: TestSchedulerModule2.cc,v 1.14 2007/08/07 22:34:20 wmtan Exp $"; +static const char CVSId[] = "$Id: TestSchedulerModule2.cc,v 1.13 2007/01/12 21:07:59 wmtan Exp $"; #include "FWCore/Framework/interface/EDProducer.h" diff --git a/FWCore/Framework/test/stubs/TestTBBTasksAnalyzer.cc b/FWCore/Framework/test/stubs/TestTBBTasksAnalyzer.cc index ea8b0b2c8ee44..f61623cc935cb 100644 --- a/FWCore/Framework/test/stubs/TestTBBTasksAnalyzer.cc +++ b/FWCore/Framework/test/stubs/TestTBBTasksAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 03 11:02:00 EST 2013 -// $Id: TestTBBTasksAnalyzer.cc,v 1.2 2013/02/13 00:35:48 chrjones Exp $ +// $Id: TestTBBTasksAnalyzer.cc,v 1.1 2013/01/04 16:27:36 chrjones Exp $ // // diff --git a/FWCore/Integration/test/Doodad.h b/FWCore/Integration/test/Doodad.h index 85911001369bb..80b49e246e772 100644 --- a/FWCore/Integration/test/Doodad.h +++ b/FWCore/Integration/test/Doodad.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 13:23:03 EDT 2005 -// $Id: Doodad.h,v 1.2 2006/02/13 23:01:31 wmtan Exp $ +// $Id: Doodad.h,v 1.1 2005/10/15 01:46:18 wmtan Exp $ // // system include files diff --git a/FWCore/Integration/test/DoodadESSource.cc b/FWCore/Integration/test/DoodadESSource.cc index 12bb26e4a3fcb..0aea1dc5489a9 100644 --- a/FWCore/Integration/test/DoodadESSource.cc +++ b/FWCore/Integration/test/DoodadESSource.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 14:39:39 EDT 2005 -// $Id: DoodadESSource.cc,v 1.15 2012/05/30 21:10:56 chrjones Exp $ +// $Id: DoodadESSource.cc,v 1.14 2012/04/16 15:43:50 wdd Exp $ // // system include files diff --git a/FWCore/Integration/test/GadgetRcd.cc b/FWCore/Integration/test/GadgetRcd.cc index bd168ce97bcfc..75a5d0c90a843 100644 --- a/FWCore/Integration/test/GadgetRcd.cc +++ b/FWCore/Integration/test/GadgetRcd.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Fri Jun 24 13:44:48 EDT 2005 -// $Id: GadgetRcd.cc,v 1.1 2005/10/15 01:46:18 wmtan Exp $ +// $Id: GadgetRcd.cc,v 1.2 2005/07/14 21:57:26 wmtan Exp $ #include "FWCore/Integration/test/GadgetRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/FWCore/Integration/test/GadgetRcd.h b/FWCore/Integration/test/GadgetRcd.h index 1a6768b1fd21e..6f56a32aff3db 100644 --- a/FWCore/Integration/test/GadgetRcd.h +++ b/FWCore/Integration/test/GadgetRcd.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Fri Jun 24 13:44:48 EDT 2005 -// $Id: GadgetRcd.h,v 1.1 2005/10/15 01:46:18 wmtan Exp $ +// $Id: GadgetRcd.h,v 1.4 2005/09/01 23:30:49 wmtan Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/FWCore/Integration/test/ThingWithMergeProducer.cc b/FWCore/Integration/test/ThingWithMergeProducer.cc index b5ca5ed175012..90fdf8544c4fc 100644 --- a/FWCore/Integration/test/ThingWithMergeProducer.cc +++ b/FWCore/Integration/test/ThingWithMergeProducer.cc @@ -1,5 +1,5 @@ -// $Id: ThingWithMergeProducer.cc,v 1.7 2013/05/17 15:15:36 chrjones Exp $ +// $Id: ThingWithMergeProducer.cc,v 1.6 2013/04/14 20:34:56 chrjones Exp $ // // Puts some simple test objects in the event, run, and lumi // principals. The values put into these objects are just diff --git a/FWCore/Integration/test/UseValueExampleAnalyzer.cc b/FWCore/Integration/test/UseValueExampleAnalyzer.cc index 96a78639460b2..68d8a066023bb 100644 --- a/FWCore/Integration/test/UseValueExampleAnalyzer.cc +++ b/FWCore/Integration/test/UseValueExampleAnalyzer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Chris D Jones // Created: Thu Sep 8 03:55:42 EDT 2005 -// $Id: UseValueExampleAnalyzer.cc,v 1.4 2007/08/08 16:44:49 wmtan Exp $ +// $Id: UseValueExampleAnalyzer.cc,v 1.3 2006/10/21 16:44:13 wmtan Exp $ // // diff --git a/FWCore/Integration/test/ValueExamplePlugin.cc b/FWCore/Integration/test/ValueExamplePlugin.cc index cbfb5c6b5cd1e..1c21cb81734fc 100644 --- a/FWCore/Integration/test/ValueExamplePlugin.cc +++ b/FWCore/Integration/test/ValueExamplePlugin.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 19:52:01 EDT 2005 -// $Id: ValueExamplePlugin.cc,v 1.1 2007/04/09 23:04:28 chrjones Exp $ +// $Id: ValueExample.cc,v 1.3 2006/10/21 16:44:13 wmtan Exp $ // // system include files diff --git a/FWCore/Integration/test/WhatsIt.h b/FWCore/Integration/test/WhatsIt.h index 1eae0d7e2b49a..216a3f67b5ab8 100644 --- a/FWCore/Integration/test/WhatsIt.h +++ b/FWCore/Integration/test/WhatsIt.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 13:23:12 EDT 2005 -// $Id: WhatsIt.h,v 1.2 2006/02/13 23:01:31 wmtan Exp $ +// $Id: WhatsIt.h,v 1.1 2005/10/15 01:46:18 wmtan Exp $ // // system include files diff --git a/FWCore/Integration/test/WhatsItAnalyzer.cc b/FWCore/Integration/test/WhatsItAnalyzer.cc index 80b45e9ee80f9..bc4b0e5e6a3b7 100644 --- a/FWCore/Integration/test/WhatsItAnalyzer.cc +++ b/FWCore/Integration/test/WhatsItAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 19:13:25 EDT 2005 -// $Id: WhatsItAnalyzer.cc,v 1.11 2010/05/12 14:19:38 chrjones Exp $ +// $Id: WhatsItAnalyzer.cc,v 1.10 2007/08/08 16:44:49 wmtan Exp $ // // diff --git a/FWCore/Integration/test/WhatsItESProducer.cc b/FWCore/Integration/test/WhatsItESProducer.cc index 29b8bc9d4b437..a041b858a6ead 100644 --- a/FWCore/Integration/test/WhatsItESProducer.cc +++ b/FWCore/Integration/test/WhatsItESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 14:33:04 EDT 2005 -// $Id: WhatsItESProducer.cc,v 1.12 2011/01/13 21:10:07 wdd Exp $ +// $Id: WhatsItESProducer.cc,v 1.11 2007/08/08 16:44:49 wmtan Exp $ // // diff --git a/FWCore/Integration/test/WhatsItExtensionCordAnalyzer.cc b/FWCore/Integration/test/WhatsItExtensionCordAnalyzer.cc index f2522e81dec2e..aadb8f23eb2d6 100755 --- a/FWCore/Integration/test/WhatsItExtensionCordAnalyzer.cc +++ b/FWCore/Integration/test/WhatsItExtensionCordAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 19:13:25 EDT 2005 -// $Id: WhatsItExtensionCordAnalyzer.cc,v 1.3 2007/08/08 16:44:49 wmtan Exp $ +// $Id: WhatsItExtensionCordAnalyzer.cc,v 1.2 2006/10/21 16:44:13 wmtan Exp $ // // diff --git a/FWCore/Integration/test/WhatsItWatcherAnalyzer.cc b/FWCore/Integration/test/WhatsItWatcherAnalyzer.cc index 95f29b836b137..7e31a19c70fb1 100755 --- a/FWCore/Integration/test/WhatsItWatcherAnalyzer.cc +++ b/FWCore/Integration/test/WhatsItWatcherAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 19:13:25 EDT 2005 -// $Id: WhatsItWatcherAnalyzer.cc,v 1.3 2007/08/08 16:44:49 wmtan Exp $ +// $Id: WhatsItWatcherAnalyzer.cc,v 1.2 2006/10/21 16:44:13 wmtan Exp $ // // diff --git a/FWCore/MessageLogger/interface/SilentMLscribe.h b/FWCore/MessageLogger/interface/SilentMLscribe.h index 937fda0afd28c..bdd36416c6318 100644 --- a/FWCore/MessageLogger/interface/SilentMLscribe.h +++ b/FWCore/MessageLogger/interface/SilentMLscribe.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jul 30 09:57:52 CDT 2009 -// $Id: SilentMLscribe.h,v 1.1 2009/07/30 15:33:09 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/MessageLogger/src/MessageDrop.cc b/FWCore/MessageLogger/src/MessageDrop.cc index e99e56112da84..aa4a5405b0c24 100644 --- a/FWCore/MessageLogger/src/MessageDrop.cc +++ b/FWCore/MessageLogger/src/MessageDrop.cc @@ -8,7 +8,7 @@ // // Original Author: M. Fischler and Jim Kowalkowsi // Created: Tues Feb 14 16:38:19 CST 2006 -// $Id: MessageDrop.cc,v 1.14 2011/10/13 22:40:28 wmtan Exp $ +// $Id: MessageDrop.cc,v 1.13 2011/06/07 22:24:31 fwyzard Exp $ // // system include files diff --git a/FWCore/MessageService/interface/MessageLoggerDefaults.h b/FWCore/MessageService/interface/MessageLoggerDefaults.h index 7438c1d400b2f..79a0acf60f09e 100644 --- a/FWCore/MessageService/interface/MessageLoggerDefaults.h +++ b/FWCore/MessageService/interface/MessageLoggerDefaults.h @@ -24,7 +24,7 @@ // // Original Author: M. Fischler // Created: Tues Jun 14 10:38:19 CST 2007 -// $Id: MessageLoggerDefaults.h,v 1.3 2008/07/10 16:15:13 fischler Exp $ +// $Id: MessageLoggerDefaults.h,v 1.2 2008/07/09 21:47:29 fischler Exp $ // // Framework include files diff --git a/FWCore/MessageService/interface/ThreadQueue.h b/FWCore/MessageService/interface/ThreadQueue.h index 82e3dd25d14de..861057bcc20e2 100644 --- a/FWCore/MessageService/interface/ThreadQueue.h +++ b/FWCore/MessageService/interface/ThreadQueue.h @@ -16,7 +16,7 @@ // // Original Author: mf and cdj // Created: Fri Aug 7 10:19:58 CDT 2009 -// $Id: ThreadQueue.h,v 1.1 2009/08/12 22:22:01 fischler Exp $ +// $Id$ // #include "FWCore/MessageLogger/interface/MessageLoggerQ.h" diff --git a/FWCore/Modules/src/EventSetupCacheIdentifierChecker.cc b/FWCore/Modules/src/EventSetupCacheIdentifierChecker.cc index 3de03cf17c435..2c21e8a58bdae 100644 --- a/FWCore/Modules/src/EventSetupCacheIdentifierChecker.cc +++ b/FWCore/Modules/src/EventSetupCacheIdentifierChecker.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Wed May 30 14:42:16 CDT 2012 -// $Id: EventSetupCacheIdentifierChecker.cc,v 1.1 2012/05/30 21:36:10 chrjones Exp $ +// $Id$ // // diff --git a/FWCore/ParameterSet/test/cmsconfig.py b/FWCore/ParameterSet/test/cmsconfig.py index b070ddb17ce8a..36bc837230b88 100644 --- a/FWCore/ParameterSet/test/cmsconfig.py +++ b/FWCore/ParameterSet/test/cmsconfig.py @@ -1,6 +1,6 @@ #------------------------------------------------------------ # -# $Id: cmsconfig.py,v 1.17 2010/09/01 16:20:13 chrjones Exp $ +# $Id: cmsconfig.py,v 1.16 2006/08/31 16:47:14 lsexton Exp $ # # cmsconfig: a class to provide convenient access to the Python form # of a parsed CMS configuration file. diff --git a/FWCore/ParameterSet/test/complete.py b/FWCore/ParameterSet/test/complete.py index c73c4ccbd12e1..cfe1d46c96dd7 100644 --- a/FWCore/ParameterSet/test/complete.py +++ b/FWCore/ParameterSet/test/complete.py @@ -5,7 +5,7 @@ # language and the Python representation of the configuration # description that is used by the Data Management tools. # -# $Id: complete.py,v 1.6 2007/09/21 01:14:33 chrjones Exp $ +# $Id: complete.py,v 1.5 2007/08/31 21:32:49 rpw Exp $ # #------------------------------------------------------------ diff --git a/FWCore/PluginManager/interface/CacheParser.h b/FWCore/PluginManager/interface/CacheParser.h index 82cbd06fed73b..38c41a5af808b 100644 --- a/FWCore/PluginManager/interface/CacheParser.h +++ b/FWCore/PluginManager/interface/CacheParser.h @@ -21,7 +21,7 @@ If a space exists in either of these three fields, it will be replaced with a %, // // Original Author: Chris Jones // Created: Wed Apr 4 14:30:51 EDT 2007 -// $Id: CacheParser.h,v 1.3 2007/06/14 02:52:57 wmtan Exp $ +// $Id: CacheParser.h,v 1.2 2007/04/12 12:51:11 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/interface/PluginCapabilities.h b/FWCore/PluginManager/interface/PluginCapabilities.h index d771a9bd15b9c..29856e03a30bd 100644 --- a/FWCore/PluginManager/interface/PluginCapabilities.h +++ b/FWCore/PluginManager/interface/PluginCapabilities.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 12:36:19 EDT 2007 -// $Id: PluginCapabilities.h,v 1.3 2007/07/03 19:19:47 chrjones Exp $ +// $Id: PluginCapabilities.h,v 1.2 2007/04/12 12:51:12 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/interface/PluginFactoryBase.h b/FWCore/PluginManager/interface/PluginFactoryBase.h index 0f3607f1d6408..3f07ddad28a12 100644 --- a/FWCore/PluginManager/interface/PluginFactoryBase.h +++ b/FWCore/PluginManager/interface/PluginFactoryBase.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 12:24:44 EDT 2007 -// $Id: PluginFactoryBase.h,v 1.8 2013/01/20 17:12:17 chrjones Exp $ +// $Id: PluginFactoryBase.h,v 1.7 2009/10/26 14:06:45 eulisse Exp $ // // system include files diff --git a/FWCore/PluginManager/interface/PluginFactoryManager.h b/FWCore/PluginManager/interface/PluginFactoryManager.h index d6cfbd2755b3d..8ed0fb8931ae7 100644 --- a/FWCore/PluginManager/interface/PluginFactoryManager.h +++ b/FWCore/PluginManager/interface/PluginFactoryManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 12:49:41 EDT 2007 -// $Id: PluginFactoryManager.h,v 1.3 2013/01/20 17:12:17 chrjones Exp $ +// $Id: PluginFactoryManager.h,v 1.2 2007/04/12 12:51:12 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/interface/PluginInfo.h b/FWCore/PluginManager/interface/PluginInfo.h index 1af97f5d40100..c7cf0f96c6b3e 100644 --- a/FWCore/PluginManager/interface/PluginInfo.h +++ b/FWCore/PluginManager/interface/PluginInfo.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 19:46:31 EDT 2007 -// $Id: PluginInfo.h,v 1.2 2007/04/12 12:51:12 wmtan Exp $ +// $Id: PluginInfo.h,v 1.1.2.2 2007/04/09 18:46:49 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/interface/standard.h b/FWCore/PluginManager/interface/standard.h index efc817dc2aeef..b973d00d6bd72 100644 --- a/FWCore/PluginManager/interface/standard.h +++ b/FWCore/PluginManager/interface/standard.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Apr 7 17:06:34 EDT 2007 -// $Id: standard.h,v 1.2 2007/04/12 12:51:12 wmtan Exp $ +// $Id: standard.h,v 1.1.2.1 2007/04/09 18:46:49 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/src/CacheParser.cc b/FWCore/PluginManager/src/CacheParser.cc index 1c62234b3a06c..97e4754f4bfa1 100644 --- a/FWCore/PluginManager/src/CacheParser.cc +++ b/FWCore/PluginManager/src/CacheParser.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 14:30:46 EDT 2007 -// $Id: CacheParser.cc,v 1.6 2011/09/19 14:24:34 eulisse Exp $ +// $Id: CacheParser.cc,v 1.5 2011/08/24 12:28:53 eulisse Exp $ // // system include files diff --git a/FWCore/PluginManager/src/PluginCapabilities.cc b/FWCore/PluginManager/src/PluginCapabilities.cc index 5191c3c358863..163c1647933dd 100644 --- a/FWCore/PluginManager/src/PluginCapabilities.cc +++ b/FWCore/PluginManager/src/PluginCapabilities.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 12:36:24 EDT 2007 -// $Id: PluginCapabilities.cc,v 1.6 2011/08/24 12:28:53 eulisse Exp $ +// $Id: PluginCapabilities.cc,v 1.5 2009/02/25 23:44:07 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/src/PluginFactoryBase.cc b/FWCore/PluginManager/src/PluginFactoryBase.cc index 37dbb9a110c0c..4a51c8f290d80 100644 --- a/FWCore/PluginManager/src/PluginFactoryBase.cc +++ b/FWCore/PluginManager/src/PluginFactoryBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:09:50 EDT 2007 -// $Id: PluginFactoryBase.cc,v 1.8 2011/08/24 12:28:53 eulisse Exp $ +// $Id: PluginFactoryBase.cc,v 1.7 2010/10/05 16:35:12 eulisse Exp $ // // system include files diff --git a/FWCore/PluginManager/src/PluginFactoryManager.cc b/FWCore/PluginManager/src/PluginFactoryManager.cc index 4f7cbd0056e2c..5210769496d88 100644 --- a/FWCore/PluginManager/src/PluginFactoryManager.cc +++ b/FWCore/PluginManager/src/PluginFactoryManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:09:31 EDT 2007 -// $Id: PluginFactoryManager.cc,v 1.2 2007/04/12 12:51:12 wmtan Exp $ +// $Id: PluginFactoryManager.cc,v 1.1.2.2 2007/04/09 18:46:51 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/src/PluginManager.cc b/FWCore/PluginManager/src/PluginManager.cc index cb7e731b60317..2cc60dc3c7aeb 100644 --- a/FWCore/PluginManager/src/PluginManager.cc +++ b/FWCore/PluginManager/src/PluginManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 14:28:58 EDT 2007 -// $Id: PluginManager.cc,v 1.15 2013/05/07 22:18:56 chrjones Exp $ +// $Id: PluginManager.cc,v 1.14 2012/12/07 16:22:34 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/src/standard.cc b/FWCore/PluginManager/src/standard.cc index 9190ba87bab6c..4ac9eb8541500 100644 --- a/FWCore/PluginManager/src/standard.cc +++ b/FWCore/PluginManager/src/standard.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Apr 7 17:10:11 EDT 2007 -// $Id: standard.cc,v 1.5 2010/11/08 16:23:31 eulisse Exp $ +// $Id: standard.cc,v 1.4 2010/10/05 16:35:12 eulisse Exp $ // // system include files diff --git a/FWCore/PluginManager/test/DummyFactory.cc b/FWCore/PluginManager/test/DummyFactory.cc index 42c99fad517fa..c0f669aa08712 100644 --- a/FWCore/PluginManager/test/DummyFactory.cc +++ b/FWCore/PluginManager/test/DummyFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 15:26:46 EDT 2007 -// $Id: DummyFactory.cc,v 1.3 2007/04/13 11:21:43 wmtan Exp $ +// $Id: DummyFactory.cc,v 1.2 2007/04/12 12:51:13 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/test/DummyFactory.h b/FWCore/PluginManager/test/DummyFactory.h index 3df01e33ef5bf..fb17a531f034f 100644 --- a/FWCore/PluginManager/test/DummyFactory.h +++ b/FWCore/PluginManager/test/DummyFactory.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 15:26:43 EDT 2007 -// $Id: DummyFactory.h,v 1.2 2007/04/12 12:51:13 wmtan Exp $ +// $Id: DummyFactory.h,v 1.1.2.1 2007/04/09 18:46:51 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/test/OneDummy.cc b/FWCore/PluginManager/test/OneDummy.cc index f585cbdcce568..d9ed24e8b03ea 100644 --- a/FWCore/PluginManager/test/OneDummy.cc +++ b/FWCore/PluginManager/test/OneDummy.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 15:32:49 EDT 2007 -// $Id: OneDummy.cc,v 1.2 2007/04/12 12:51:13 wmtan Exp $ +// $Id: OneDummy.cc,v 1.1.2.1 2007/04/09 18:46:51 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/test/TwoDummy.cc b/FWCore/PluginManager/test/TwoDummy.cc index 9076a8ac8deab..4c6650cdaa689 100644 --- a/FWCore/PluginManager/test/TwoDummy.cc +++ b/FWCore/PluginManager/test/TwoDummy.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Apr 6 15:32:53 EDT 2007 -// $Id: TwoDummy.cc,v 1.2 2007/04/12 12:51:13 wmtan Exp $ +// $Id: TwoDummy.cc,v 1.1.2.1 2007/04/09 18:46:51 chrjones Exp $ // // system include files diff --git a/FWCore/PluginManager/test/cacheparser_t.cc b/FWCore/PluginManager/test/cacheparser_t.cc index 671e412e26b52..a75fd54cb41a8 100644 --- a/FWCore/PluginManager/test/cacheparser_t.cc +++ b/FWCore/PluginManager/test/cacheparser_t.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:38:29 EDT 2007 -// $Id: cacheparser_t.cc,v 1.4 2008/01/22 22:10:36 wmtan Exp $ +// $Id: cacheparser_t.cc,v 1.2 2007/04/12 12:51:13 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/test/pluginfactory_t.cc b/FWCore/PluginManager/test/pluginfactory_t.cc index d43964d905c26..a0502ef308401 100644 --- a/FWCore/PluginManager/test/pluginfactory_t.cc +++ b/FWCore/PluginManager/test/pluginfactory_t.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:38:29 EDT 2007 -// $Id: pluginfactory_t.cc,v 1.7 2009/02/19 00:16:59 wmtan Exp $ +// $Id: pluginfactory_t.cc,v 1.6 2008/01/22 22:10:36 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/test/pluginfactorymanager_t.cc b/FWCore/PluginManager/test/pluginfactorymanager_t.cc index d1e415f928816..e1e1de618e360 100644 --- a/FWCore/PluginManager/test/pluginfactorymanager_t.cc +++ b/FWCore/PluginManager/test/pluginfactorymanager_t.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:38:29 EDT 2007 -// $Id: pluginfactorymanager_t.cc,v 1.4 2008/01/22 22:10:37 wmtan Exp $ +// $Id: pluginfactorymanager_t.cc,v 1.2 2007/04/12 12:51:13 wmtan Exp $ // // system include files diff --git a/FWCore/PluginManager/test/pluginmanager_t.cc b/FWCore/PluginManager/test/pluginmanager_t.cc index 93b7739b4b7d5..2ad91c09205d7 100644 --- a/FWCore/PluginManager/test/pluginmanager_t.cc +++ b/FWCore/PluginManager/test/pluginmanager_t.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Apr 4 13:38:29 EDT 2007 -// $Id: pluginmanager_t.cc,v 1.8 2013/01/20 17:12:19 chrjones Exp $ +// $Id: pluginmanager_t.cc,v 1.7 2013/01/19 17:39:37 chrjones Exp $ // // system include files diff --git a/FWCore/Python/src/EventWrapper.h b/FWCore/Python/src/EventWrapper.h index 254e3ea8a4390..6931f8aa3d631 100644 --- a/FWCore/Python/src/EventWrapper.h +++ b/FWCore/Python/src/EventWrapper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Jun 28 10:57:11 CDT 2006 -// $Id: EventWrapper.h,v 1.1 2006/07/18 12:17:07 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/PythonParameterSet/src/initializeModule.cc b/FWCore/PythonParameterSet/src/initializeModule.cc index 2d4e1cf9e90a0..04efbb412741f 100644 --- a/FWCore/PythonParameterSet/src/initializeModule.cc +++ b/FWCore/PythonParameterSet/src/initializeModule.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 11 11:05:58 CST 2011 -// $Id: initializeModule.cc,v 1.1 2011/01/11 19:25:55 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/PythonParameterSet/src/initializeModule.h b/FWCore/PythonParameterSet/src/initializeModule.h index 9faa4eedaf1cc..64135615ffce2 100644 --- a/FWCore/PythonParameterSet/src/initializeModule.h +++ b/FWCore/PythonParameterSet/src/initializeModule.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 11 11:05:56 CST 2011 -// $Id: initializeModule.h,v 1.1 2011/01/11 19:25:55 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/PythonUtilities/python/LumiList.py b/FWCore/PythonUtilities/python/LumiList.py index 6d809a18b28d1..4be6336764fbe 100644 --- a/FWCore/PythonUtilities/python/LumiList.py +++ b/FWCore/PythonUtilities/python/LumiList.py @@ -9,8 +9,8 @@ This code began life in COMP/CRAB/python/LumiList.py """ -__revision__ = "$Id: LumiList.py,v 1.15 2011/11/02 16:06:57 ewv Exp $" -__version__ = "$Revision: 1.15 $" +__revision__ = "$Id: LumiList.py,v 1.14 2010/10/25 19:48:52 cplager Exp $" +__version__ = "$Revision: 1.14 $" import json import re diff --git a/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.cc b/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.cc index 3cac6ce9a3e59..f0f3d74252b76 100644 --- a/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.cc +++ b/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Dec 6 09:18:05 EST 2005 -// $Id: stdNamespaceAdder.cc,v 1.2 2006/12/20 00:23:40 wmtan Exp $ +// $Id: stdNamespaceAdder.cc,v 1.1 2006/12/16 13:31:42 wmtan Exp $ // // system include files diff --git a/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h b/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h index de85b1a04b691..765caa99e0bf6 100644 --- a/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h +++ b/FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Dec 6 09:18:09 EST 2005 -// $Id: stdNamespaceAdder.h,v 1.1 2006/12/16 13:31:42 wmtan Exp $ +// $Id: stdNamespaceAdder.h,v 1.2 2006/08/21 20:10:33 wmtan Exp $ // // system include files diff --git a/FWCore/RootAutoLibraryLoader/test/rootautolibraryloader_t.cppunit.cpp b/FWCore/RootAutoLibraryLoader/test/rootautolibraryloader_t.cppunit.cpp index 774d722077e88..9f30edcb20cde 100644 --- a/FWCore/RootAutoLibraryLoader/test/rootautolibraryloader_t.cppunit.cpp +++ b/FWCore/RootAutoLibraryLoader/test/rootautolibraryloader_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for RootAutoLibraryLoader class. Changed by Viji on 29-06-2005 -$Id: rootautolibraryloader_t.cppunit.cpp,v 1.1 2010/09/03 19:04:06 chrjones Exp $ +$Id$ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/RootAutoLibraryLoader/test/stdnamespaceadder_t.cppunit.cpp b/FWCore/RootAutoLibraryLoader/test/stdnamespaceadder_t.cppunit.cpp index 6deb8c6b849e6..577ef14034b21 100644 --- a/FWCore/RootAutoLibraryLoader/test/stdnamespaceadder_t.cppunit.cpp +++ b/FWCore/RootAutoLibraryLoader/test/stdnamespaceadder_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::TypeIDBase class. Changed by Viji on 29-06-2005 -$Id: stdnamespaceadder_t.cppunit.cpp,v 1.4 2008/01/22 22:12:19 wmtan Exp $ +$Id: stdnamespaceadder_t.cppunit.cpp,v 1.3 2008/01/22 20:40:56 muzaffar Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/ServiceRegistry/interface/SaveConfiguration.h b/FWCore/ServiceRegistry/interface/SaveConfiguration.h index 1fc847c8bf82a..4da4bbf264e6a 100644 --- a/FWCore/ServiceRegistry/interface/SaveConfiguration.h +++ b/FWCore/ServiceRegistry/interface/SaveConfiguration.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 12 14:55:07 CST 2010 -// $Id: SaveConfiguration.h,v 1.1 2010/03/12 22:48:21 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/ServiceRegistry/interface/Service.h b/FWCore/ServiceRegistry/interface/Service.h index db72eb9548df3..2966f125b386e 100644 --- a/FWCore/ServiceRegistry/interface/Service.h +++ b/FWCore/ServiceRegistry/interface/Service.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Sep 7 15:17:17 EDT 2005 -// $Id: Service.h,v 1.2 2005/09/12 19:09:56 chrjones Exp $ +// $Id: Service.h,v 1.1 2005/09/07 21:58:16 chrjones Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/interface/ServiceLegacy.h b/FWCore/ServiceRegistry/interface/ServiceLegacy.h index 51520118c1453..e6bf315cfafeb 100644 --- a/FWCore/ServiceRegistry/interface/ServiceLegacy.h +++ b/FWCore/ServiceRegistry/interface/ServiceLegacy.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Sep 7 13:42:29 EDT 2005 -// $Id: ServiceLegacy.h,v 1.1 2005/09/07 21:58:15 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/ServiceRegistry/interface/ServicePluginFactory.h b/FWCore/ServiceRegistry/interface/ServicePluginFactory.h index 3cc61e444b48f..4200949652e0c 100644 --- a/FWCore/ServiceRegistry/interface/ServicePluginFactory.h +++ b/FWCore/ServiceRegistry/interface/ServicePluginFactory.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:00 EDT 2005 -// $Id: ServicePluginFactory.h,v 1.3 2007/04/09 22:47:15 chrjones Exp $ +// $Id: ServicePluginFactory.h,v 1.2 2007/02/07 13:29:18 chrjones Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/interface/ServiceToken.h b/FWCore/ServiceRegistry/interface/ServiceToken.h index 48708213b531a..5de36a686344d 100644 --- a/FWCore/ServiceRegistry/interface/ServiceToken.h +++ b/FWCore/ServiceRegistry/interface/ServiceToken.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 6 18:31:44 EDT 2005 -// $Id: ServiceToken.h,v 1.4 2006/08/08 00:37:37 chrjones Exp $ +// $Id: ServiceToken.h,v 1.3 2005/09/09 14:50:38 chrjones Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/interface/ServiceWrapper.h b/FWCore/ServiceRegistry/interface/ServiceWrapper.h index b84708c82e2dd..9aa4dede77c55 100644 --- a/FWCore/ServiceRegistry/interface/ServiceWrapper.h +++ b/FWCore/ServiceRegistry/interface/ServiceWrapper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:01 EDT 2005 -// $Id: ServiceWrapper.h,v 1.3 2008/01/17 01:02:01 wmtan Exp $ +// $Id: ServiceWrapper.h,v 1.2 2005/09/10 02:08:48 wmtan Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/interface/ServiceWrapperBase.h b/FWCore/ServiceRegistry/interface/ServiceWrapperBase.h index 91daf6d03dc4a..285e7beb24d3e 100644 --- a/FWCore/ServiceRegistry/interface/ServiceWrapperBase.h +++ b/FWCore/ServiceRegistry/interface/ServiceWrapperBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:01 EDT 2005 -// $Id: ServiceWrapperBase.h,v 1.1 2005/09/07 21:58:16 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/ServiceRegistry/interface/TypeInfoHolder.h b/FWCore/ServiceRegistry/interface/TypeInfoHolder.h index 86f560103c714..5aa3016877afe 100644 --- a/FWCore/ServiceRegistry/interface/TypeInfoHolder.h +++ b/FWCore/ServiceRegistry/interface/TypeInfoHolder.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 14:38:42 EDT 2005 -// $Id: TypeInfoHolder.h,v 1.3 2008/01/17 01:02:02 wmtan Exp $ +// $Id: TypeInfoHolder.h,v 1.2 2005/09/10 02:08:48 wmtan Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/interface/connect_but_block_self.h b/FWCore/ServiceRegistry/interface/connect_but_block_self.h index 173822578bd49..69a96d20e5f77 100644 --- a/FWCore/ServiceRegistry/interface/connect_but_block_self.h +++ b/FWCore/ServiceRegistry/interface/connect_but_block_self.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Thu Sep 22 20:42:32 CEST 2005 -// $Id: connect_but_block_self.h,v 1.4 2013/01/20 17:05:07 chrjones Exp $ +// $Id: connect_but_block_self.h,v 1.3 2007/01/22 23:04:27 wmtan Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/src/ServiceMakerBase.cc b/FWCore/ServiceRegistry/src/ServiceMakerBase.cc index 15b508c070324..23a05d24303d6 100644 --- a/FWCore/ServiceRegistry/src/ServiceMakerBase.cc +++ b/FWCore/ServiceRegistry/src/ServiceMakerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:19 EDT 2005 -// $Id: ServiceMakerBase.cc,v 1.1 2005/09/07 21:58:20 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/ServiceRegistry/src/ServicePluginFactory.cc b/FWCore/ServiceRegistry/src/ServicePluginFactory.cc index a1fb97c4391b2..30ab599de52f9 100644 --- a/FWCore/ServiceRegistry/src/ServicePluginFactory.cc +++ b/FWCore/ServiceRegistry/src/ServicePluginFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:19 EDT 2005 -// $Id: ServicePluginFactory.cc,v 1.4 2007/04/13 10:39:43 wmtan Exp $ +// $Id: ServicePluginFactory.cc,v 1.3 2007/04/12 09:13:46 wmtan Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/src/ServiceToken.cc b/FWCore/ServiceRegistry/src/ServiceToken.cc index 6d640f70d4d28..f3c6ab3ada1b1 100644 --- a/FWCore/ServiceRegistry/src/ServiceToken.cc +++ b/FWCore/ServiceRegistry/src/ServiceToken.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Sep 8 04:26:12 EDT 2005 -// $Id: ServiceToken.cc,v 1.3 2006/08/08 00:37:39 chrjones Exp $ +// $Id: ServiceToken.cc,v 1.2 2005/09/09 14:50:40 chrjones Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/src/ServiceWrapperBase.cc b/FWCore/ServiceRegistry/src/ServiceWrapperBase.cc index 65b1cc929fca5..73e2097984c30 100644 --- a/FWCore/ServiceRegistry/src/ServiceWrapperBase.cc +++ b/FWCore/ServiceRegistry/src/ServiceWrapperBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 13:33:19 EDT 2005 -// $Id: ServiceWrapperBase.cc,v 1.1 2005/09/07 21:58:20 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.cc b/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.cc index cfaf865c5770f..898a1b9592425 100644 --- a/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.cc +++ b/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 19:52:01 EDT 2005 -// $Id: DependsOnDummyService.cc,v 1.3 2010/03/09 16:24:54 wdd Exp $ +// $Id: DependsOnDummyService.cc,v 1.2 2005/09/10 02:08:49 wmtan Exp $ // #include "FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.h" diff --git a/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.h b/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.h index c14d44ffcb77a..6ef1816dbc51a 100644 --- a/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.h +++ b/FWCore/ServiceRegistry/test/stubs/DependsOnDummyService.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 19:51:59 EDT 2005 -// $Id: DependsOnDummyService.h,v 1.3 2010/03/09 16:24:54 wdd Exp $ +// $Id: DependsOnDummyService.h,v 1.2 2007/08/06 20:54:12 wmtan Exp $ // namespace edm { diff --git a/FWCore/ServiceRegistry/test/stubs/DummyService.cc b/FWCore/ServiceRegistry/test/stubs/DummyService.cc index e045fcff6a24d..3c6c0a9da37f2 100644 --- a/FWCore/ServiceRegistry/test/stubs/DummyService.cc +++ b/FWCore/ServiceRegistry/test/stubs/DummyService.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 19:52:01 EDT 2005 -// $Id: DummyService.cc,v 1.4 2010/01/19 22:37:05 wdd Exp $ +// $Id: DummyService.cc,v 1.3 2007/08/06 20:54:12 wmtan Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/test/stubs/DummyService.h b/FWCore/ServiceRegistry/test/stubs/DummyService.h index 927c2058850f0..339e91e6a649c 100644 --- a/FWCore/ServiceRegistry/test/stubs/DummyService.h +++ b/FWCore/ServiceRegistry/test/stubs/DummyService.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Sep 5 19:51:59 EDT 2005 -// $Id: DummyService.h,v 1.2 2010/01/19 22:37:05 wdd Exp $ +// $Id: DummyService.h,v 1.1 2005/09/09 17:23:39 chrjones Exp $ // // system include files diff --git a/FWCore/ServiceRegistry/test/stubs/DummyServiceE0.h b/FWCore/ServiceRegistry/test/stubs/DummyServiceE0.h index 4a271dee9dd2c..0643e819fffff 100644 --- a/FWCore/ServiceRegistry/test/stubs/DummyServiceE0.h +++ b/FWCore/ServiceRegistry/test/stubs/DummyServiceE0.h @@ -15,7 +15,7 @@ */ // // Original Author: David Dagenhart -// $Id: DummyServiceE0.h,v 1.2 2010/03/09 16:24:54 wdd Exp $ +// $Id: DummyServiceE0.h,v 1.1 2007/02/14 20:45:13 wdd Exp $ // #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/FWCore/ServiceRegistry/test/stubs/DummyStoreConfigService.cc b/FWCore/ServiceRegistry/test/stubs/DummyStoreConfigService.cc index f147c072919ef..571f5bf499bb6 100644 --- a/FWCore/ServiceRegistry/test/stubs/DummyStoreConfigService.cc +++ b/FWCore/ServiceRegistry/test/stubs/DummyStoreConfigService.cc @@ -14,7 +14,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 12 15:41:10 CST 2010 -// $Id: DummyStoreConfigService.cc,v 1.1 2010/03/12 22:48:22 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Services/plugins/ResourceEnforcer.cc b/FWCore/Services/plugins/ResourceEnforcer.cc index afc35fd0a036c..400609540d2df 100644 --- a/FWCore/Services/plugins/ResourceEnforcer.cc +++ b/FWCore/Services/plugins/ResourceEnforcer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun May 6 12:16:49 CDT 2012 -// $Id: ResourceEnforcer.cc,v 1.1 2012/05/06 19:14:27 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Services/src/JobReportService.h b/FWCore/Services/src/JobReportService.h index 358bbb2488997..99ce1efc24334 100644 --- a/FWCore/Services/src/JobReportService.h +++ b/FWCore/Services/src/JobReportService.h @@ -19,7 +19,7 @@ through the MessageLogger. // // Original Author: Marc Paterno -// $Id: JobReportService.h,v 1.4 2011/02/15 22:10:39 wmtan Exp $ +// $Id: JobReportService.h,v 1.3 2010/03/09 16:24:55 wdd Exp $ // #include diff --git a/FWCore/Services/src/LoadAllDictionaries.cc b/FWCore/Services/src/LoadAllDictionaries.cc index d73b03d061e30..a6a74cb69d130 100644 --- a/FWCore/Services/src/LoadAllDictionaries.cc +++ b/FWCore/Services/src/LoadAllDictionaries.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Sep 15 09:47:48 EDT 2005 -// $Id: LoadAllDictionaries.cc,v 1.11 2012/07/24 05:01:00 wmtan Exp $ +// $Id: LoadAllDictionaries.cc,v 1.10 2010/07/20 22:13:22 chrjones Exp $ // // system include files diff --git a/FWCore/Services/src/LoadAllDictionaries.h b/FWCore/Services/src/LoadAllDictionaries.h index 03e7a880c25c5..de618bdf31c5f 100644 --- a/FWCore/Services/src/LoadAllDictionaries.h +++ b/FWCore/Services/src/LoadAllDictionaries.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Sep 15 09:47:42 EDT 2005 -// $Id: LoadAllDictionaries.h,v 1.5 2010/03/09 16:24:55 wdd Exp $ +// $Id: LoadAllDictionaries.h,v 1.4 2007/06/14 21:03:39 wmtan Exp $ // // system include files diff --git a/FWCore/Services/src/Memory.h b/FWCore/Services/src/Memory.h index 8be250bd6d41c..e10d4e359f15f 100644 --- a/FWCore/Services/src/Memory.h +++ b/FWCore/Services/src/Memory.h @@ -7,7 +7,7 @@ // // // Original Author: Jim Kowalkowski -// $Id: Memory.h,v 1.12 2012/05/06 19:11:56 chrjones Exp $ +// $Id: Memory.h,v 1.11 2012/04/25 19:53:23 wdd Exp $ // // Change Log // diff --git a/FWCore/Services/src/PrintLoadingPlugins.cc b/FWCore/Services/src/PrintLoadingPlugins.cc index f8aa2adb1a402..ed0ee4019c64f 100644 --- a/FWCore/Services/src/PrintLoadingPlugins.cc +++ b/FWCore/Services/src/PrintLoadingPlugins.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Dec 13 15:00:49 EST 2007 -// $Id: PrintLoadingPlugins.cc,v 1.6 2013/01/20 17:01:21 chrjones Exp $ +// $Id: PrintLoadingPlugins.cc,v 1.5 2011/08/24 11:41:25 eulisse Exp $ // // system include files diff --git a/FWCore/Services/src/ProcInfoFetcher.cc b/FWCore/Services/src/ProcInfoFetcher.cc index ab7beca91aceb..1807a0ffba9a9 100644 --- a/FWCore/Services/src/ProcInfoFetcher.cc +++ b/FWCore/Services/src/ProcInfoFetcher.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun May 6 11:14:31 CDT 2012 -// $Id: ProcInfoFetcher.cc,v 1.1 2012/05/06 19:11:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Services/src/ProcInfoFetcher.h b/FWCore/Services/src/ProcInfoFetcher.h index 1e75aa4eb6e41..df1a683d02690 100644 --- a/FWCore/Services/src/ProcInfoFetcher.h +++ b/FWCore/Services/src/ProcInfoFetcher.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun May 6 11:14:28 CDT 2012 -// $Id: ProcInfoFetcher.h,v 1.1 2012/05/06 19:11:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Services/src/Tracer.h b/FWCore/Services/src/Tracer.h index 9e8871a0bd76e..5acb5b5257f22 100644 --- a/FWCore/Services/src/Tracer.h +++ b/FWCore/Services/src/Tracer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Sep 8 14:35:45 EDT 2005 -// $Id: Tracer.h,v 1.13 2012/11/29 02:05:58 bbockelm Exp $ +// $Id: Tracer.h,v 1.12 2010/01/19 22:37:06 wdd Exp $ // // system include files diff --git a/FWCore/TFWLiteSelectorTest/src/ThingsTSelector.h b/FWCore/TFWLiteSelectorTest/src/ThingsTSelector.h index 390231011a2ef..0be939daf4790 100644 --- a/FWCore/TFWLiteSelectorTest/src/ThingsTSelector.h +++ b/FWCore/TFWLiteSelectorTest/src/ThingsTSelector.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * $Id: ThingsTSelector.h,v 1.2 2011/03/03 16:28:47 chrjones Exp $ + * $Id: ThingsTSelector.h,v 1.1 2006/08/02 22:52:54 wmtan Exp $ */ #include #include "FWCore/TFWLiteSelector/interface/TFWLiteSelectorBasic.h" diff --git a/FWCore/TFWLiteSelectorTest/src/ThingsTSelector2.h b/FWCore/TFWLiteSelectorTest/src/ThingsTSelector2.h index fd7437d403214..acb7dfc851b5c 100644 --- a/FWCore/TFWLiteSelectorTest/src/ThingsTSelector2.h +++ b/FWCore/TFWLiteSelectorTest/src/ThingsTSelector2.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * $Id: ThingsTSelector2.h,v 1.2 2011/03/03 16:28:47 chrjones Exp $ + * $Id: ThingsTSelector2.h,v 1.1 2006/08/02 22:52:54 wmtan Exp $ */ #include #include "FWCore/TFWLiteSelector/interface/TFWLiteSelector.h" diff --git a/FWCore/Utilities/bin/adler32.c b/FWCore/Utilities/bin/adler32.c index 66261536ff384..f62d123277397 100644 --- a/FWCore/Utilities/bin/adler32.c +++ b/FWCore/Utilities/bin/adler32.c @@ -1,6 +1,6 @@ /* - $Id: adler32.c,v 1.2 2011/08/23 11:29:31 eulisse Exp $ + $Id: adler32.c,v 1.1 2011/08/11 23:12:52 gowdy Exp $ Program to calculate adler32 checksum for every file given on the command line. Uses zlib's adler32 routine. diff --git a/FWCore/Utilities/interface/CPUTimer.h b/FWCore/Utilities/interface/CPUTimer.h index 002d93d7acd7f..db94251af7121 100644 --- a/FWCore/Utilities/interface/CPUTimer.h +++ b/FWCore/Utilities/interface/CPUTimer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Apr 16 20:32:13 EDT 2006 -// $Id: CPUTimer.h,v 1.4 2010/10/30 01:30:57 chrjones Exp $ +// $Id: CPUTimer.h,v 1.3 2007/06/14 02:00:58 wmtan Exp $ // // system include files diff --git a/FWCore/Utilities/interface/ECGetterBase.h b/FWCore/Utilities/interface/ECGetterBase.h index 166ae89249545..598ab5b68ff69 100644 --- a/FWCore/Utilities/interface/ECGetterBase.h +++ b/FWCore/Utilities/interface/ECGetterBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Sep 22 12:41:05 EDT 2006 -// $Id: ECGetterBase.h,v 1.1 2006/09/22 18:42:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/EDGetToken.h b/FWCore/Utilities/interface/EDGetToken.h index 0b4420bc80a46..c3bf4e22d2db6 100644 --- a/FWCore/Utilities/interface/EDGetToken.h +++ b/FWCore/Utilities/interface/EDGetToken.h @@ -20,7 +20,7 @@ The templated form, EDGetTokenT, is the same as EDGetToken except when used t // // Original Author: Chris Jones // Created: Wed, 03 Apr 2013 17:54:11 GMT -// $Id: EDGetToken.h,v 1.3 2013/06/04 15:07:14 wdd Exp $ +// $Id: EDGetToken.h,v 1.2 2013/05/29 14:10:10 wdd Exp $ // // system include files diff --git a/FWCore/Utilities/interface/ESInputTag.h b/FWCore/Utilities/interface/ESInputTag.h index 1c06473a25abe..3c924e2fb4b1b 100644 --- a/FWCore/Utilities/interface/ESInputTag.h +++ b/FWCore/Utilities/interface/ESInputTag.h @@ -29,7 +29,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 13:01:38 CST 2009 -// $Id: ESInputTag.h,v 1.1 2009/02/21 22:20:41 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/ExtensionCord.h b/FWCore/Utilities/interface/ExtensionCord.h index 8ad3b8bd8b219..af6fd0abc12b6 100644 --- a/FWCore/Utilities/interface/ExtensionCord.h +++ b/FWCore/Utilities/interface/ExtensionCord.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Sep 22 12:38:58 EDT 2006 -// $Id: ExtensionCord.h,v 1.1 2006/09/22 18:42:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/MallocOpts.h b/FWCore/Utilities/interface/MallocOpts.h index 8edb32f00fe4f..5c043a701a13f 100644 --- a/FWCore/Utilities/interface/MallocOpts.h +++ b/FWCore/Utilities/interface/MallocOpts.h @@ -7,7 +7,7 @@ // Class : MallocOpts // // Original Author: Jim Kowalkowski -// $Id: MallocOpts.h,v 1.1 2007/12/20 19:36:47 jbk Exp $ +// $Id$ // // ------------------ malloc option setter ----------------------- // diff --git a/FWCore/Utilities/interface/OutletBase.h b/FWCore/Utilities/interface/OutletBase.h index dbb0275ac6fed..80c639c11142f 100644 --- a/FWCore/Utilities/interface/OutletBase.h +++ b/FWCore/Utilities/interface/OutletBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Sep 22 12:39:16 EDT 2006 -// $Id: OutletBase.h,v 1.1 2006/09/22 18:42:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/PretendToUse.h b/FWCore/Utilities/interface/PretendToUse.h index ab99c3d056473..d316010bc5fbc 100644 --- a/FWCore/Utilities/interface/PretendToUse.h +++ b/FWCore/Utilities/interface/PretendToUse.h @@ -1,7 +1,7 @@ #ifndef FWCore_Utilities_PretendToUse_h #define FWCore_Utilities_PretendToUse_h -// $Id: PretendToUse.h,v 1.2 2007/09/20 20:11:07 wmtan Exp $ +// $Id: PretendToUse.h,v 1.1 2006/09/27 14:10:54 paterno Exp $ // /// This header defines the function template pretendToUse; this can be useful in faking diff --git a/FWCore/Utilities/interface/Signal.h b/FWCore/Utilities/interface/Signal.h index cf8c9c495a098..0c04aaf62befd 100644 --- a/FWCore/Utilities/interface/Signal.h +++ b/FWCore/Utilities/interface/Signal.h @@ -19,7 +19,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 17 16:03:51 CST 2013 -// $Id: Signal.h,v 1.1 2013/01/20 16:56:21 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/SimpleOutlet.h b/FWCore/Utilities/interface/SimpleOutlet.h index b82e98b6ed77a..2293e34c28e7e 100644 --- a/FWCore/Utilities/interface/SimpleOutlet.h +++ b/FWCore/Utilities/interface/SimpleOutlet.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Sep 22 13:10:36 EDT 2006 -// $Id: SimpleOutlet.h,v 1.1 2006/09/22 18:42:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/SoATuple.h b/FWCore/Utilities/interface/SoATuple.h index d9e4fe3b3573c..ae09368e7f5d2 100644 --- a/FWCore/Utilities/interface/SoATuple.h +++ b/FWCore/Utilities/interface/SoATuple.h @@ -81,7 +81,7 @@ Explicitly aligned types and defaultly aligned types can be freely mixed in any // // Original Author: Chris Jones // Created: Tue, 16 Apr 2013 20:34:31 GMT -// $Id: SoATuple.h,v 1.4 2013/04/23 20:07:48 chrjones Exp $ +// $Id: SoATuple.h,v 1.3 2013/04/22 19:19:24 chrjones Exp $ // // system include files diff --git a/FWCore/Utilities/interface/SoATupleHelper.h b/FWCore/Utilities/interface/SoATupleHelper.h index 57d6e014c9d84..a5dbf2f9ce07e 100644 --- a/FWCore/Utilities/interface/SoATupleHelper.h +++ b/FWCore/Utilities/interface/SoATupleHelper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue, 16 Apr 2013 21:06:08 GMT -// $Id: SoATupleHelper.h,v 1.4 2013/04/23 20:07:48 chrjones Exp $ +// $Id: SoATupleHelper.h,v 1.3 2013/04/22 19:19:24 chrjones Exp $ // // system include files diff --git a/FWCore/Utilities/interface/TestHelper.h b/FWCore/Utilities/interface/TestHelper.h index 122fd78182fb3..6f794c228a5e0 100644 --- a/FWCore/Utilities/interface/TestHelper.h +++ b/FWCore/Utilities/interface/TestHelper.h @@ -22,7 +22,7 @@ // RunThis /bin/bash some_script.sh a b c // // -// $Id: TestHelper.h,v 1.2 2008/11/11 15:57:35 dsr Exp $ +// $Id: TestHelper.h,v 1.1 2005/11/21 15:39:02 paterno Exp $ //------------------------------------------------------------ int ptomaine(int argc, char* argv[], char** env); diff --git a/FWCore/Utilities/interface/TypeToGet.h b/FWCore/Utilities/interface/TypeToGet.h index f619150daa043..badaa889a1a2d 100644 --- a/FWCore/Utilities/interface/TypeToGet.h +++ b/FWCore/Utilities/interface/TypeToGet.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat, 06 Apr 2013 14:45:01 GMT -// $Id: TypeToGet.h,v 1.1 2013/04/14 19:01:14 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/interface/md5.h b/FWCore/Utilities/interface/md5.h index 600c3a03b6c5a..450e69135baca 100644 --- a/FWCore/Utilities/interface/md5.h +++ b/FWCore/Utilities/interface/md5.h @@ -24,7 +24,7 @@ ghost@aladdin.com */ -/* $Id: md5.h,v 1.3 2007/06/14 02:00:58 wmtan Exp $ */ +/* $Id: md5.h,v 1.2 2005/09/01 03:11:07 wmtan Exp $ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/FWCore/Utilities/interface/typelookup.h b/FWCore/Utilities/interface/typelookup.h index 04223837727ac..bce0616946585 100644 --- a/FWCore/Utilities/interface/typelookup.h +++ b/FWCore/Utilities/interface/typelookup.h @@ -38,7 +38,7 @@ // // Original Author: Chris Jones // Created: Wed Jan 20 14:26:21 CST 2010 -// $Id: typelookup.h,v 1.3 2012/05/16 15:38:29 chrjones Exp $ +// $Id: typelookup.h,v 1.2 2010/01/25 23:17:59 chrjones Exp $ // // system include files diff --git a/FWCore/Utilities/src/ESInputTag.cc b/FWCore/Utilities/src/ESInputTag.cc index 909af60c63ae4..45c3e0b3c6f2f 100644 --- a/FWCore/Utilities/src/ESInputTag.cc +++ b/FWCore/Utilities/src/ESInputTag.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 13:01:56 CST 2009 -// $Id: ESInputTag.cc,v 1.1 2009/02/21 22:20:41 chrjones Exp $ +// $Id$ // // system include files diff --git a/FWCore/Utilities/src/Presence.cc b/FWCore/Utilities/src/Presence.cc index 441fc14aad844..161d9ad61c102 100644 --- a/FWCore/Utilities/src/Presence.cc +++ b/FWCore/Utilities/src/Presence.cc @@ -1,5 +1,5 @@ /*---------------------------------------------------------------------- -$Id: Presence.cc,v 1.1 2006/02/16 02:41:54 wmtan Exp $ +$Id: Presence.cc,v 1.0 2006/01/07 20:41:12 wmtan Exp $ ----------------------------------------------------------------------*/ #include "FWCore/Utilities/interface/Presence.h" diff --git a/FWCore/Utilities/src/md5.c b/FWCore/Utilities/src/md5.c index ac5554d35edb7..1814d0a7d047b 100644 --- a/FWCore/Utilities/src/md5.c +++ b/FWCore/Utilities/src/md5.c @@ -21,7 +21,7 @@ ghost@aladdin.com */ -/* $Id: md5.c,v 1.2 2005/07/15 01:36:14 wmtan Exp $ */ +/* $Id: md5.c,v 1.1 2005/07/06 19:47:28 paterno Exp $ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/FWCore/Utilities/test/cputimer_t.cppunit.cpp b/FWCore/Utilities/test/cputimer_t.cppunit.cpp index b1904cf42c8c7..0bdf14c0e5f59 100644 --- a/FWCore/Utilities/test/cputimer_t.cppunit.cpp +++ b/FWCore/Utilities/test/cputimer_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::TypeIDBase class. Changed by Viji on 29-06-2005 -$Id: cputimer_t.cppunit.cpp,v 1.4 2013/05/20 18:30:31 chrjones Exp $ +$Id: cputimer_t.cppunit.cpp,v 1.3 2007/11/07 03:06:26 wmtan Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Utilities/test/extensioncord_t.cppunit.cpp b/FWCore/Utilities/test/extensioncord_t.cppunit.cpp index 1d29188a43e6e..a000221c5c99a 100755 --- a/FWCore/Utilities/test/extensioncord_t.cppunit.cpp +++ b/FWCore/Utilities/test/extensioncord_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::ExtensionCord class. Created by Chris Jones on 22-09-2006 -$Id: extensioncord_t.cppunit.cpp,v 1.1 2006/09/22 18:42:55 chrjones Exp $ +$Id$ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Utilities/test/run_all.sh b/FWCore/Utilities/test/run_all.sh index 9a3e6dc80151d..2ad576cfc8dc5 100755 --- a/FWCore/Utilities/test/run_all.sh +++ b/FWCore/Utilities/test/run_all.sh @@ -1,7 +1,7 @@ #!/bin/sh #---------------------------------------------------------------------- -# $Id: run_all.sh,v 1.6 2011/04/06 15:54:17 wdd Exp $ +# $Id: run_all.sh,v 1.5 2005/08/19 13:11:49 paterno Exp $ #---------------------------------------------------------------------- ARC=../../../../test/`scramv1 arch` diff --git a/FWCore/Utilities/test/signal_t.cppunit.cpp b/FWCore/Utilities/test/signal_t.cppunit.cpp index 7915ac83e2df1..36475d44bebb1 100644 --- a/FWCore/Utilities/test/signal_t.cppunit.cpp +++ b/FWCore/Utilities/test/signal_t.cppunit.cpp @@ -2,7 +2,7 @@ Test program for edm::signalslot::Signal class. -$Id: signal_t.cppunit.cpp,v 1.1 2013/01/20 16:56:22 chrjones Exp $ +$Id$ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Utilities/test/soatuple_t.cppunit.cpp b/FWCore/Utilities/test/soatuple_t.cppunit.cpp index f81fd996b79a0..4ec0bd79616ed 100644 --- a/FWCore/Utilities/test/soatuple_t.cppunit.cpp +++ b/FWCore/Utilities/test/soatuple_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::SoATuple class. Changed by Viji on 29-06-2005 -$Id: soatuple_t.cppunit.cpp,v 1.4 2013/05/08 10:15:58 davidlt Exp $ +$Id: soatuple_t.cppunit.cpp,v 1.3 2013/04/22 19:19:25 chrjones Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Utilities/test/typeid_t.cppunit.cpp b/FWCore/Utilities/test/typeid_t.cppunit.cpp index 496cc28c788d0..01cec9bc0be99 100644 --- a/FWCore/Utilities/test/typeid_t.cppunit.cpp +++ b/FWCore/Utilities/test/typeid_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::TypeID class. Changed by Viji on 29-06-2005 -$Id: typeid_t.cppunit.cpp,v 1.1 2007/03/04 04:40:20 wmtan Exp $ +$Id: typeid_t.cppunit.cc,v 1.3 2006/02/20 01:51:59 wmtan Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FWCore/Utilities/test/typeidbase_t.cppunit.cpp b/FWCore/Utilities/test/typeidbase_t.cppunit.cpp index a21e2df7a9082..b59525ba042f5 100644 --- a/FWCore/Utilities/test/typeidbase_t.cppunit.cpp +++ b/FWCore/Utilities/test/typeidbase_t.cppunit.cpp @@ -3,7 +3,7 @@ Test program for edm::TypeIDBase class. Changed by Viji on 29-06-2005 -$Id: typeidbase_t.cppunit.cpp,v 1.4 2008/01/22 22:05:36 wmtan Exp $ +$Id: typeidbase_t.cppunit.cpp,v 1.3 2008/01/22 20:41:14 muzaffar Exp $ ----------------------------------------------------------------------*/ #include diff --git a/FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h b/FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h index 18e1ec0de56af..73b100767833d 100644 --- a/FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h +++ b/FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h @@ -1,4 +1,4 @@ -// @(#)root/mathcore:$Name: V02-03-00 $:$Id: Transform3DPJ.h,v 1.2 2012/11/12 21:20:35 dlange Exp $ +// @(#)root/mathcore:$Name: V02-02-29 $:$Id: Transform3DPJ.h,v 1.1 2007/05/27 20:12:30 pjanot Exp $ // Authors: W. Brown, M. Fischler, L. Moneta 2005 /********************************************************************** diff --git a/FastSimulation/CaloGeometryTools/src/Transform3DPJ.cc b/FastSimulation/CaloGeometryTools/src/Transform3DPJ.cc index 5193ab99a09ad..0dd6f5eb82595 100644 --- a/FastSimulation/CaloGeometryTools/src/Transform3DPJ.cc +++ b/FastSimulation/CaloGeometryTools/src/Transform3DPJ.cc @@ -1,4 +1,4 @@ -// @(#)root/mathcore:$Name: V02-03-00 $:$Id: Transform3DPJ.cc,v 1.3 2012/11/12 21:20:42 dlange Exp $ +// @(#)root/mathcore:$Name: V02-02-29 $:$Id: Transform3DPJ.cc,v 1.2 2008/01/22 20:41:27 muzaffar Exp $ // Authors: W. Brown, M. Fischler, L. Moneta 2005 /********************************************************************** diff --git a/FastSimulation/Configuration/test/ExampleWithHLT_GRun_cfg.py b/FastSimulation/Configuration/test/ExampleWithHLT_GRun_cfg.py index d76c42426da10..ec93ffca6679c 100644 --- a/FastSimulation/Configuration/test/ExampleWithHLT_GRun_cfg.py +++ b/FastSimulation/Configuration/test/ExampleWithHLT_GRun_cfg.py @@ -20,33 +20,8 @@ # Note: the L1 conditions and menu now come from the GlobalTag ! -# --- This was for 2e30 : -# process.load("Configuration.StandardSequences.L1TriggerDefaultMenu_cff") - -# --- This is for 8e29 : -# process.load('L1Trigger/Configuration/L1StartupConfig_cff') -# process.load('L1TriggerConfig/L1GtConfigProducers/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff') - -# --- This is for 1e31 : -# process.load('L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff') - -# Other choices are -# L1 Menu 2008 2x10E30 - Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1030/L1Menu2008_2E30_cff") -# L1 Menu 2008 2x10E30 - No Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff") -# L1 Menu 2008 2x10E31 - Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1031/L1Menu2008_2E31_cff") -# L1 Menu 2008 2x10E31 - No Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff") -# L1 Menu 2008 10E32 - Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1x1032/L1Menu2007_cff") -# L1 Menu 2008 10E32 - No Prescale -# process.load("L1TriggerConfig/L1GtConfigProducers/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff") - # Common inputs, with fake conditions (not fake ay more!) -#process.load("FastSimulation.Configuration.CommonInputs_cff") process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") process.load('FastSimulation.Configuration.Geometries_cff') @@ -72,8 +47,13 @@ # Simulation sequence process.source = cms.Source("EmptySource") #process.simulation = cms.Sequence(process.ProductionFilterSequence*process.simulationWithFamos) -process.simulation = cms.Sequence(process.generator*process.simulationWithFamos) +#process.simulation = cms.Sequence(process.generator*process.simulationWithFamos) +process.simulation = cms.Sequence( process.dummyModule ) +# Path and EndPath definitions +process.generation_step = cms.Path(process.generator) +process.simulation_step = cms.Path(process.simulationWithFamos) +process.tracking_step = cms.Path(process.famosWithTracks) # You many not want to simulate everything process.famosSimHits.SimulateCalorimetry = True @@ -86,7 +66,7 @@ # No reconstruction - only HLT #process.HLTEndSequence = cms.Sequence(process.dummyModule) # (... but tracking is needed for HLT, at least) -process.HLTEndSequence = cms.Sequence(process.famosWithTracks) +process.HLTEndSequence = cms.Sequence(process.simulation*process.famosWithTracks) # Schedule the HLT paths (and allows HLTAnalyzers for this test): from FastSimulation.HighLevelTrigger.HLTSetup_cff import hltL1GtTrigReport @@ -95,7 +75,7 @@ ) process.HLTAnalyzerEndpath = cms.EndPath( hltL1GtTrigReport + process.hltTrigReport ) process.HLTSchedule.append(process.HLTAnalyzerEndpath) -process.schedule = cms.Schedule() +process.schedule = cms.Schedule(process.generation_step,process.simulation_step,process.tracking_step) process.schedule.extend(process.HLTSchedule) # To write out events diff --git a/FastSimulation/Configuration/test/ExampleWithRealTracking_cfg.py b/FastSimulation/Configuration/test/ExampleWithRealTracking_cfg.py new file mode 100644 index 0000000000000..f5696921e1d76 --- /dev/null +++ b/FastSimulation/Configuration/test/ExampleWithRealTracking_cfg.py @@ -0,0 +1,189 @@ +import FWCore.ParameterSet.Config as cms + +######################################################################################################################### +# +# Example to show how to run the real tracking instead of the emulated one after having created the tracker hits. +# In this example also standalone muons are reconstructed (as in standard FastSim), but no other high-level quantity. +# +######################################################################################################################### + +process = cms.Process("PROD") + +# Include DQMStore, needed by the famosSimHits +process.DQMStore = cms.Service( "DQMStore") + +# The number of events to be processed. +process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(10) ) + +# For valgrind studies +# process.ProfilerService = cms.Service("ProfilerService", +# lastEvent = cms.untracked.int32(13), +# firstEvent = cms.untracked.int32(3), +# paths = cms.untracked.vstring('p1') +#) + +# Include the RandomNumberGeneratorService definition +process.load("IOMC.RandomEngine.IOMC_cff") + +# Generate H -> ZZ -> l+l- l'+l'- (l,l'=e or mu), with mH=200GeV/c2 +process.load("Configuration.Generator.H200ZZ4L_cfi") + +# Common inputs +process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") +process.load('FastSimulation.Configuration.Geometries_cff') +from Configuration.AlCa.autoCond import autoCond +process.GlobalTag.globaltag = autoCond['mc'] + +# Parametrized magnetic field (new mapping, 4.0 and 3.8T) +process.load("Configuration.StandardSequences.MagneticField_38T_cff") +process.VolumeBasedMagneticFieldESProducer.useParametrizedTrackerField = True + +# If you want to turn on/off pile-up +#process.load('FastSimulation.PileUpProducer.PileUpSimulator_2012_Startup_inTimeOnly_cff') +process.load('FastSimulation.PileUpProducer.PileUpSimulator_NoPileUp_cff') + +# Detector simulation with FastSim +process.load("FastSimulation.EventProducer.FamosSimHits_cff") +process.load("FastSimulation.MuonSimHitProducer.MuonSimHitProducer_cfi") +process.load("RecoVertex.BeamSpotProducer.BeamSpot_cfi") + +# Muon Digi sequence +process.load("SimMuon.Configuration.SimMuon_cff") +process.simMuonCSCDigis.strips.doCorrelatedNoise = False ## Saves a little bit of time + +process.simMuonCSCDigis.InputCollection = 'MuonSimHitsMuonCSCHits' +process.simMuonDTDigis.InputCollection = 'MuonSimHitsMuonDTHits' +process.simMuonRPCDigis.InputCollection = 'MuonSimHitsMuonRPCHits' + +# Simulation sequence, including digitizers +process.simulationSequence = cms.Sequence( + process.offlineBeamSpot+ + process.famosMixing+ + process.famosSimHits+ + process.MuonSimHits+ + process.mix+ + process.muonDigi) + + +# Extend the MixingModule parameterset that tells which digitizers must be executed +from SimGeneral.MixingModule.aliases_cfi import simEcalUnsuppressedDigis, simHcalUnsuppressedDigis, simSiPixelDigis, simSiStripDigis + +from SimGeneral.MixingModule.pixelDigitizer_cfi import * +from SimGeneral.MixingModule.stripDigitizer_cfi import * +process.load("CalibTracker.SiStripESProducers.SiStripGainSimESProducer_cfi") # otherwise it complains that no "SiStripGainSimRcd" record is found + +from SimGeneral.MixingModule.ecalDigitizer_cfi import * +from SimCalorimetry.EcalSimProducers.ecalDigiParameters_cff import * +simEcalUnsuppressedDigis.hitsProducer = cms.string('famosSimHits') +ecal_digi_parameters.hitsProducer = cms.string('famosSimHits') +ecalDigitizer.hitsProducer = cms.string('famosSimHits') + +import SimCalorimetry.HcalSimProducers.hcalUnsuppressedDigis_cfi +hcalSimBlockFastSim = SimCalorimetry.HcalSimProducers.hcalUnsuppressedDigis_cfi.hcalSimBlock.clone() +hcalSimBlockFastSim.hitsProducer = cms.string('famosSimHits') +hcalDigitizer = cms.PSet( + hcalSimBlockFastSim, + accumulatorType = cms.string("HcalDigiProducer"), + makeDigiSimLinks = cms.untracked.bool(False)) + +process.mix.digitizers = cms.PSet(pixel = cms.PSet(pixelDigitizer), + strip = cms.PSet(stripDigitizer), + ecal = cms.PSet(ecalDigitizer), + hcal = cms.PSet(hcalDigitizer)) + +process.mix.digitizers.pixel.hitsProducer = cms.string('famosSimHits') +process.mix.digitizers.pixel.ROUList = cms.vstring('TrackerHits') +process.mix.digitizers.strip.hitsProducer = cms.string('famosSimHits') +process.mix.digitizers.strip.ROUList = cms.vstring('TrackerHits') + +# Needed to run the tracker reconstruction +process.load('RecoLocalTracker.Configuration.RecoLocalTracker_cff') +process.siPixelClusters.src = cms.InputTag("mix") +process.siStripZeroSuppression.RawDigiProducersList = cms.VInputTag( cms.InputTag('mix','VirginRaw'), + cms.InputTag('mix','ProcessedRaw'), + cms.InputTag('mix','ScopeMode')) +process.siStripZeroSuppression.DigisToMergeZS = cms.InputTag('mix','ZeroSuppressed') +process.siStripZeroSuppression.DigisToMergeVR = cms.InputTag('mix','VirginRaw') +process.siStripClusters.DigiProducersList = DigiProducersList = cms.VInputTag( + cms.InputTag('mix','ZeroSuppressed'), + cms.InputTag('siStripZeroSuppression','VirginRaw'), + cms.InputTag('siStripZeroSuppression','ProcessedRaw'), + cms.InputTag('siStripZeroSuppression','ScopeMode')) + +process.load('RecoTracker.Configuration.RecoTracker_cff') +process.load('RecoPixelVertexing.Configuration.RecoPixelVertexing_cff') +process.load('TrackingTools.TransientTrack.TransientTrackBuilder_cfi') + +# Need these lines to stop some errors about missing siStripDigis collections +process.MeasurementTracker.inactiveStripDetectorLabels = cms.VInputTag() +process.MeasurementTracker.UseStripModuleQualityDB = cms.bool(False) +process.MeasurementTracker.UseStripAPVFiberQualityDB = cms.bool(False) +process.MeasurementTracker.UseStripStripQualityDB = cms.bool(False) +process.MeasurementTracker.UsePixelModuleQualityDB = cms.bool(False) +process.MeasurementTracker.UsePixelROCQualityDB = cms.bool(False) + +# I am not sure about the next lines; taken from http://cmslxr.fnal.gov/lxr/source/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Stdgeom_cfg.py?v=CMSSW_4_2_8_SLHCstd2 +process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' +process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(True) #FG set True to use errors from templates +process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) +process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(True) #FG set True to load the last version of the templates +process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False +process.PixelCPEGenericESProducer.DoCosmics = False +## CPE for other steps +process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') +process.initialStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.lowPtTripletStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.pixelPairStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.detachedTripletStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.mixedTripletStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.pixelLessStepTracks.TTRHBuilder = cms.string('WithTrackAngle') +process.tobTecStepTracks.TTRHBuilder = cms.string('WithTrackAngle') + +# These are for the muons +process.load('RecoLocalMuon.Configuration.RecoLocalMuon_cff') +process.csc2DRecHits.stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi") +process.csc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi") +process.rpcRecHits.rpcDigiLabel = 'simMuonRPCDigis' +process.dt1DRecHits.dtDigiLabel = 'simMuonDTDigis' +process.dt1DCosmicRecHits.dtDigiLabel = 'simMuonDTDigis' +process.load('RecoMuon.Configuration.RecoMuon_cff') + +# Temporary, for debugging +process.dumpContent = cms.EDAnalyzer('EventContentAnalyzer') + +# Produce Tracks and Clusters +process.source = cms.Source("EmptySource") +process.gensim_step = cms.Path(process.generator*process.simulationSequence) +process.reconstruction_step = cms.Path(process.trackerlocalreco + *process.muonlocalreco + *process.standalonemuontracking + *process.recopixelvertexing + *process.ckftracks_wodEdX) + +# To write out events +process.o1 = cms.OutputModule( + "PoolOutputModule", + fileName = cms.untracked.string("OutputFileWithRealTracks.root"), + outputCommands = cms.untracked.vstring("keep *", + #"drop *_mix_*_*") + "drop *_simEcalUnsuppressedDigis_*_*", + "drop *_simHcalUnsuppressedDigis_*_*") + ) + +process.outpath = cms.EndPath(process.o1) + +process.schedule = cms.Schedule(process.gensim_step,process.reconstruction_step,process.outpath) +#process.schedule = cms.Schedule(process.gensim_step,process.outpath) + +# Keep the logging output to a nice level # + +#process.Timing = cms.Service("Timing") +#process.load("FWCore/MessageService/MessageLogger_cfi") +#process.MessageLogger.destinations = cms.untracked.vstring("pyDetailedInfo.txt","cout") +#process.MessageLogger.categories.append("FamosManager") +#process.MessageLogger.cout = cms.untracked.PSet(threshold=cms.untracked.string("INFO"), +# default=cms.untracked.PSet(limit=cms.untracked.int32(0)), +# FamosManager=cms.untracked.PSet(limit=cms.untracked.int32(100000))) + +# Make the job crash in case of missing product +process.options = cms.untracked.PSet( Rethrow = cms.untracked.vstring('ProductNotFound') ) diff --git a/FastSimulation/Configuration/test/Example_cfg.py b/FastSimulation/Configuration/test/Example_cfg.py index 7b6752877e6f1..7216d2b11f076 100644 --- a/FastSimulation/Configuration/test/Example_cfg.py +++ b/FastSimulation/Configuration/test/Example_cfg.py @@ -58,7 +58,7 @@ # Produce Tracks and Clusters #process.p1 = cms.Path(process.ProductionFilterSequence*process.famosWithCaloHits) process.source = cms.Source("EmptySource") -process.p1 = cms.Path(process.generator*process.famosWithCaloHits) +process.p1 = cms.Path(process.generator*process.famosWithTracksAndMuonHits) # choose any sequence that you like in FamosSequences_cff # To write out events (not need: FastSimulation _is_ fast!) process.o1 = cms.OutputModule( diff --git a/FastSimulation/EgammaElectronAlgos/python/ecalDrivenElectronSeeds_cfi.py b/FastSimulation/EgammaElectronAlgos/python/ecalDrivenElectronSeeds_cfi.py index 72ed1fec0cb50..b26a6e12cfcf0 100644 --- a/FastSimulation/EgammaElectronAlgos/python/ecalDrivenElectronSeeds_cfi.py +++ b/FastSimulation/EgammaElectronAlgos/python/ecalDrivenElectronSeeds_cfi.py @@ -2,7 +2,7 @@ # # module to produce pixel seeds for electrons from super clusters -# $Id: ecalDrivenElectronSeeds_cfi.py,v 1.1 2009/02/18 13:43:40 beaudett Exp $ +# $Id: fastElectronSeeds_cfi.py,v 1.1 2009/02/04 11:05:16 chamont Exp $ # Author: Ursula Berthon, Claude Charlot # from RecoEgamma.EgammaElectronProducers.ecalDrivenElectronSeedsParameters_cff import * diff --git a/FastSimulation/EgammaElectronAlgos/python/fastElectronSeeds_cfi.py b/FastSimulation/EgammaElectronAlgos/python/fastElectronSeeds_cfi.py index d410dc9302e47..9a1bc0aa7ce10 100644 --- a/FastSimulation/EgammaElectronAlgos/python/fastElectronSeeds_cfi.py +++ b/FastSimulation/EgammaElectronAlgos/python/fastElectronSeeds_cfi.py @@ -2,7 +2,7 @@ # # module to produce pixel seeds for electrons from super clusters -# $Id: fastElectronSeeds_cfi.py,v 1.1 2009/02/04 11:05:16 chamont Exp $ +# $Id: fastElectronSeeds_cfi.py,v 1.4 2008/06/05 02:51:33 hegner Exp $ # Author: Ursula Berthon, Claude Charlot # from RecoEgamma.EgammaElectronProducers.ecalDrivenElectronSeedsParameters_cff import * diff --git a/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.cc b/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.cc index 0e56b331836d9..c46188fdef556 100644 --- a/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.cc +++ b/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.cc @@ -5,7 +5,7 @@ * * Author: Dmitry Zaborov * - * Version: $Id: AcceptanceTableHelper.cc,v 1.1 2008/11/25 17:34:15 beaudett Exp $ + * Version: $Id: AcceptanceTableHelper.cc,v 1.3 2007/12/31 10:02:46 elmer Exp $ ***************************************************************************/ #include "FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.h" diff --git a/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.h b/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.h index b381e1edd0e73..d952d2e9a75ff 100644 --- a/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.h +++ b/FastSimulation/ForwardDetectors/plugins/AcceptanceTableHelper.h @@ -17,7 +17,7 @@ * Author: Dmitry Zaborov */ -// Version: $Id: AcceptanceTableHelper.h,v 1.1 2008/11/25 17:34:15 beaudett Exp $ +// Version: $Id: AcceptanceTableHelper.h,v 1.1 2007/09/28 08:39:53 dzaborov Exp $ #include "TFile.h" #include "TH3F.h" diff --git a/FastSimulation/ForwardDetectors/plugins/CastorFastClusterProducer.cc b/FastSimulation/ForwardDetectors/plugins/CastorFastClusterProducer.cc index 92d7c362af636..544ba856761eb 100644 --- a/FastSimulation/ForwardDetectors/plugins/CastorFastClusterProducer.cc +++ b/FastSimulation/ForwardDetectors/plugins/CastorFastClusterProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Hans Van Haevermaet // Created: Thu Mar 13 12:00:56 CET 2008 -// $Id: CastorFastClusterProducer.cc,v 1.3 2013/02/27 22:05:25 wdd Exp $ +// $Id: CastorFastClusterProducer.cc,v 1.2 2011/03/04 11:00:55 hvanhaev Exp $ // // diff --git a/FastSimulation/ForwardDetectors/plugins/CastorFastTowerProducer.cc b/FastSimulation/ForwardDetectors/plugins/CastorFastTowerProducer.cc index 10748fa2ed70b..924fef0f5a477 100644 --- a/FastSimulation/ForwardDetectors/plugins/CastorFastTowerProducer.cc +++ b/FastSimulation/ForwardDetectors/plugins/CastorFastTowerProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Hans Van Haevermaet // Created: Thu Mar 13 12:00:56 CET 2008 -// $Id: CastorFastTowerProducer.cc,v 1.4 2013/02/27 22:05:25 wdd Exp $ +// $Id: CastorFastTowerProducer.cc,v 1.3 2011/03/04 10:52:06 hvanhaev Exp $ // // diff --git a/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.cc b/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.cc index aecbeca5af8a7..1ad0da16ff412 100644 --- a/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.cc +++ b/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.cc @@ -8,7 +8,7 @@ * Author: Dmitry Zaborov */ -// Version: $Id: ProtonTaggerFilter.cc,v 1.4 2009/04/28 12:01:09 dzaborov Exp $ +// Version: $Id: ProtonTaggerFilter.cc,v 1.3 2009/03/03 14:02:39 abdullin Exp $ #include "FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.h" diff --git a/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.h b/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.h index 34b2d555b6d08..ff3742cb73359 100644 --- a/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.h +++ b/FastSimulation/ForwardDetectors/plugins/ProtonTaggerFilter.h @@ -21,7 +21,7 @@ * Author: Dmitry Zaborov */ -// Version: $Id: ProtonTaggerFilter.h,v 1.2 2009/03/03 14:02:39 abdullin Exp $ +// Version: $Id: ProtonTaggerFilter.h,v 1.1 2008/11/25 17:34:15 beaudett Exp $ #include "FWCore/Framework/interface/EDFilter.h" diff --git a/FastSimulation/L1CaloTriggerProducer/interface/FastL1CaloSim.h b/FastSimulation/L1CaloTriggerProducer/interface/FastL1CaloSim.h index 9d82ee68b3dfd..ecfa8caa53d49 100644 --- a/FastSimulation/L1CaloTriggerProducer/interface/FastL1CaloSim.h +++ b/FastSimulation/L1CaloTriggerProducer/interface/FastL1CaloSim.h @@ -15,7 +15,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1CaloSim.h,v 1.7 2009/03/23 11:41:27 chinhan Exp $ +// $Id: FastL1CaloSim.h,v 1.2 2008/07/24 10:20:30 chinhan Exp $ // // diff --git a/FastSimulation/L1CaloTriggerProducer/interface/FastL1GlobalAlgo.h b/FastSimulation/L1CaloTriggerProducer/interface/FastL1GlobalAlgo.h index 2eca79182d313..43c83dba4d860 100644 --- a/FastSimulation/L1CaloTriggerProducer/interface/FastL1GlobalAlgo.h +++ b/FastSimulation/L1CaloTriggerProducer/interface/FastL1GlobalAlgo.h @@ -15,7 +15,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1GlobalAlgo.h,v 1.20 2009/03/23 11:41:27 chinhan Exp $ +// $Id: FastL1GlobalAlgo.h,v 1.2 2008/07/24 10:20:30 chinhan Exp $ // // system include files diff --git a/FastSimulation/L1CaloTriggerProducer/interface/FastL1Region.h b/FastSimulation/L1CaloTriggerProducer/interface/FastL1Region.h index 465c317bdf5ab..6ed03558b1093 100644 --- a/FastSimulation/L1CaloTriggerProducer/interface/FastL1Region.h +++ b/FastSimulation/L1CaloTriggerProducer/interface/FastL1Region.h @@ -15,7 +15,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1Region.h,v 1.17 2009/03/23 11:41:27 chinhan Exp $ +// $Id: FastL1Region.h,v 1.5 2009/02/08 18:14:36 chinhan Exp $ // // user include files diff --git a/FastSimulation/L1CaloTriggerProducer/interface/FastL1RegionMap.h b/FastSimulation/L1CaloTriggerProducer/interface/FastL1RegionMap.h index 729954a062585..e91aa91fd8bbd 100644 --- a/FastSimulation/L1CaloTriggerProducer/interface/FastL1RegionMap.h +++ b/FastSimulation/L1CaloTriggerProducer/interface/FastL1RegionMap.h @@ -15,7 +15,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1RegionMap.h,v 1.3 2009/03/23 11:41:27 chinhan Exp $ +// $Id: FastL1RegionMap.h,v 1.2 2008/07/24 10:20:30 chinhan Exp $ // #include diff --git a/FastSimulation/L1CaloTriggerProducer/src/FastL1CaloSim.cc b/FastSimulation/L1CaloTriggerProducer/src/FastL1CaloSim.cc index cb9e170e4541f..33cbc822b1c2e 100644 --- a/FastSimulation/L1CaloTriggerProducer/src/FastL1CaloSim.cc +++ b/FastSimulation/L1CaloTriggerProducer/src/FastL1CaloSim.cc @@ -14,7 +14,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1CaloSim.cc,v 1.13 2009/03/28 14:40:52 chinhan Exp $ +// $Id: FastL1CaloSim.cc,v 1.12 2009/03/23 11:41:28 chinhan Exp $ // // diff --git a/FastSimulation/L1CaloTriggerProducer/src/FastL1GlobalAlgo.cc b/FastSimulation/L1CaloTriggerProducer/src/FastL1GlobalAlgo.cc index 736492afe523b..3b15897adf6e0 100644 --- a/FastSimulation/L1CaloTriggerProducer/src/FastL1GlobalAlgo.cc +++ b/FastSimulation/L1CaloTriggerProducer/src/FastL1GlobalAlgo.cc @@ -13,7 +13,7 @@ Description: Global algorithm. // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1GlobalAlgo.cc,v 1.43 2011/10/04 21:28:04 aperrott Exp $ +// $Id: FastL1GlobalAlgo.cc,v 1.42 2009/10/22 11:51:03 abdullin Exp $ // // No BitInfos for release versions diff --git a/FastSimulation/L1CaloTriggerProducer/src/FastL1Region.cc b/FastSimulation/L1CaloTriggerProducer/src/FastL1Region.cc index 33d1a32a0e32b..ca3fe56f04900 100644 --- a/FastSimulation/L1CaloTriggerProducer/src/FastL1Region.cc +++ b/FastSimulation/L1CaloTriggerProducer/src/FastL1Region.cc @@ -13,7 +13,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1Region.cc,v 1.23 2009/03/23 11:41:28 chinhan Exp $ +// $Id: FastL1Region.cc,v 1.7 2009/02/09 17:01:38 chinhan Exp $ // diff --git a/FastSimulation/L1CaloTriggerProducer/src/FastL1RegionMap.cc b/FastSimulation/L1CaloTriggerProducer/src/FastL1RegionMap.cc index c8572deb7d8fe..aac066725347f 100644 --- a/FastSimulation/L1CaloTriggerProducer/src/FastL1RegionMap.cc +++ b/FastSimulation/L1CaloTriggerProducer/src/FastL1RegionMap.cc @@ -13,7 +13,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Mon Feb 19 13:25:24 CST 2007 -// $Id: FastL1RegionMap.cc,v 1.12 2009/05/05 09:08:39 elmer Exp $ +// $Id: FastL1RegionMap.cc,v 1.11 2009/03/23 11:41:28 chinhan Exp $ // diff --git a/FastSimulation/MaterialEffects/python/MaterialEffects_cfi.py b/FastSimulation/MaterialEffects/python/MaterialEffects_cfi.py index 670ef8d14ac26..7a2b645705310 100644 --- a/FastSimulation/MaterialEffects/python/MaterialEffects_cfi.py +++ b/FastSimulation/MaterialEffects/python/MaterialEffects_cfi.py @@ -188,6 +188,8 @@ MaterialEffectsForMuonsInECALBlock = cms.PSet( MaterialEffectsForMuonsInECAL = cms.PSet( + use_hardcoded_geometry = cms.bool(True), + # Material Properties (PbW04 - this is for muons) # A A = cms.double(55.8455), @@ -225,6 +227,8 @@ MaterialEffectsForMuonsInHCALBlock = cms.PSet( MaterialEffectsForMuonsInHCAL = cms.PSet( + use_hardcoded_geometry = cms.bool(True), + # Material Properties (BRASS - this is for muons) # A A = cms.double(64.0), diff --git a/FastSimulation/MaterialEffects/src/MuonBremsstrahlungSimulator.cc b/FastSimulation/MaterialEffects/src/MuonBremsstrahlungSimulator.cc index a1b1e026df5e6..fae6ccca16824 100644 --- a/FastSimulation/MaterialEffects/src/MuonBremsstrahlungSimulator.cc +++ b/FastSimulation/MaterialEffects/src/MuonBremsstrahlungSimulator.cc @@ -72,7 +72,7 @@ MuonBremsstrahlungSimulator::compute(ParticlePropagator &Particle) // Number of photons to be radiated. - unsigned int nPhotons = poisson(bremProba); + unsigned int nPhotons = random->poissonShoot(bremProba); _theUpdatedState.reserve(nPhotons); @@ -133,20 +133,9 @@ MuonBremsstrahlungSimulator::brem(ParticlePropagator& pp) const { // This is a simple version of a Muon Brem using Petrukhin model . //Ref: http://pdg.lbl.gov/2008/AtomicNuclearProperties/adndt.pdf double mumass = 0.105658367;//mu mass (GeV/c^2) - double xp =0.; - //+++++++++++++++++++++++++++++++++++++++++++++++++++ - // Ref: Framework - //https://hypernews.cern.ch/HyperNews/CMS/get/swDevelopment/1969/1.html - // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/DQM/DTMonitorClient/src/DTResolutionTest.cc?view=markup - /////////////////////////////////////////////////////////// - try { - - xp = f1->GetRandom(); - } catch (...) { - - edm::LogInfo ("MuonBremsstrahlungSimulator") << "Exception when fitting..."; - } + double xp = f1->GetRandom(); LogDebug("MuonBremsstrahlungSimulator")<< "MuonBremsstrahlungSimulator: xp->" << xp << std::endl; + std::cout << "MuonBremsstrahlungSimulator: xp->" << xp << std::endl; // Have photon energy. Now generate angles with respect to the z axis @@ -186,21 +175,4 @@ MuonBremsstrahlungSimulator::gbteth(const double ener, return u; } -///////////////////////////////////////////////////////////////////////////// -unsigned int -MuonBremsstrahlungSimulator::poisson(double ymu) { - - unsigned int n = 0; - double prob = std::exp(-ymu); - double proba = prob; - double x = random->flatShoot(); - - while ( proba <= x ) { - prob *= ymu / double(++n); - proba += prob; - } - - return n; - -} diff --git a/FastSimulation/MuonSimHitProducer/interface/MuonSimHitProducer.h b/FastSimulation/MuonSimHitProducer/interface/MuonSimHitProducer.h index 9a88788d4d5c1..8ac7b3a3d98b0 100644 --- a/FastSimulation/MuonSimHitProducer/interface/MuonSimHitProducer.h +++ b/FastSimulation/MuonSimHitProducer/interface/MuonSimHitProducer.h @@ -15,7 +15,7 @@ // // Author: Martijn Mulders // Created: Wed July 11 12:37:24 CET 2007 -// $Id: MuonSimHitProducer.h,v 1.11 2013/02/27 22:22:53 wdd Exp $ +// $Id: MuonSimHitProducer.h,v 1.10 2010/05/13 15:23:21 aperrott Exp $ // diff --git a/FastSimulation/MuonSimHitProducer/src/MuonSimHitProducer.cc b/FastSimulation/MuonSimHitProducer/src/MuonSimHitProducer.cc index 235e50dfc2c27..ebeb07e2cc5d7 100644 --- a/FastSimulation/MuonSimHitProducer/src/MuonSimHitProducer.cc +++ b/FastSimulation/MuonSimHitProducer/src/MuonSimHitProducer.cc @@ -16,7 +16,7 @@ // Created: Wed Jul 30 11:37:24 CET 2007 // Working: Fri Nov 9 09:39:33 CST 2007 // -// $Id: MuonSimHitProducer.cc,v 1.37 2013/02/27 22:22:54 wdd Exp $ +// $Id: MuonSimHitProducer.cc,v 1.36 2011/10/07 08:25:42 aperrott Exp $ // // diff --git a/FastSimulation/Particle/src/RawParticle.cc b/FastSimulation/Particle/src/RawParticle.cc index 21b8bc8692c90..ab06a344271a5 100644 --- a/FastSimulation/Particle/src/RawParticle.cc +++ b/FastSimulation/Particle/src/RawParticle.cc @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------------- // Prototype for a particle class // ----------------------------------------------------------------------------- -// $Date: 2007/10/01 09:05:25 $ -// $Revision: 1.14 $ +// $Date: 2007/09/07 16:46:22 $ +// $Revision: 1.13 $ // ----------------------------------------------------------------------------- // Author: Stephan Wynhoff - RWTH-Aachen (Email: Stephan.Wynhoff@cern.ch) // ----------------------------------------------------------------------------- diff --git a/FastSimulation/Particle/src/RawParticleTypeFilter.cc b/FastSimulation/Particle/src/RawParticleTypeFilter.cc index f6e487d87c587..5394e9cb81500 100644 --- a/FastSimulation/Particle/src/RawParticleTypeFilter.cc +++ b/FastSimulation/Particle/src/RawParticleTypeFilter.cc @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------------- // Prototype for a particle class // ----------------------------------------------------------------------------- -// $Date: 2007/05/18 09:12:46 $ -// $Revision: 1.4 $ +// $Date: 2007/04/04 19:34:53 $ +// $Revision: 1.3 $ // ----------------------------------------------------------------------------- // Author: Stephan Wynhoff - RWTH-Aachen (Email: Stephan.Wynhoff@cern.ch) // ----------------------------------------------------------------------------- diff --git a/FastSimulation/ParticleFlow/plugins/FSPFProducer.cc b/FastSimulation/ParticleFlow/plugins/FSPFProducer.cc index 329de10ddc11e..26dec8c856d46 100644 --- a/FastSimulation/ParticleFlow/plugins/FSPFProducer.cc +++ b/FastSimulation/ParticleFlow/plugins/FSPFProducer.cc @@ -14,7 +14,8 @@ using namespace reco; FSPFProducer::FSPFProducer(const edm::ParameterSet& iConfig) { labelPFCandidateCollection_ = iConfig.getParameter < edm::InputTag > ("pfCandidates"); - + + pfPatchInHF = iConfig.getParameter("pfPatchInHF"); EM_HF_ScaleFactor = iConfig.getParameter< std::vector >("EM_HF_ScaleFactor"); HF_Ratio = iConfig.getParameter("HF_Ratio"); par1 = iConfig.getParameter("par1"); @@ -71,27 +72,31 @@ FSPFProducer::produce(Event& iEvent, // Second part: deal with HF, and put every candidate of the old collection in the new collection if(itCand->particleId() == reco::PFCandidate::egamma_HF){ - n_em_HF++; - - if(fabs(itCand->eta())< 4.) vEta = 0; - else if(fabs(itCand->eta())<= 5.) vEta = 1; - - if (vEta==0 || vEta==1) { - // copy these PFCandidates after the momentum rescaling - px = EM_HF_ScaleFactor[vEta]*itCand->px(); - py = EM_HF_ScaleFactor[vEta]*itCand->py(); - pz = EM_HF_ScaleFactor[vEta]*itCand->pz(); - en = sqrt(px*px + py*py + pz*pz); - math::XYZTLorentzVector momentum(px,py,pz,en); - reco::PFCandidate EMHF(itCand->charge(), momentum, reco::PFCandidate::egamma_HF); - if(en>0.) pOutputCandidateCollection->push_back(EMHF); - } + if (pfPatchInHF) { + n_em_HF++; + + if(fabs(itCand->eta())< 4.) vEta = 0; + else if(fabs(itCand->eta())<= 5.) vEta = 1; + + if (vEta==0 || vEta==1) { + // copy these PFCandidates after the momentum rescaling + px = EM_HF_ScaleFactor[vEta]*itCand->px(); + py = EM_HF_ScaleFactor[vEta]*itCand->py(); + pz = EM_HF_ScaleFactor[vEta]*itCand->pz(); + en = sqrt(px*px + py*py + pz*pz); + math::XYZTLorentzVector momentum(px,py,pz,en); + reco::PFCandidate EMHF(itCand->charge(), momentum, reco::PFCandidate::egamma_HF); + if(en>0.) pOutputCandidateCollection->push_back(EMHF); + } + } else pOutputCandidateCollection->push_back(*itCand); } else if(itCand->particleId() == reco::PFCandidate::h_HF){ - // copy these PFCandidates to the new particles Collection only if hadron candidates are currently more than EM candidates - n_hadron_HF++; - if(n_em_HF < (n_hadron_HF*HF_Ratio)) pOutputCandidateCollection->push_back(*itCand); + if (pfPatchInHF) { + // copy these PFCandidates to the new particles Collection only if hadron candidates are currently more than EM candidates + n_hadron_HF++; + if(n_em_HF < (n_hadron_HF*HF_Ratio)) pOutputCandidateCollection->push_back(*itCand); + } else pOutputCandidateCollection->push_back(*itCand); } else pOutputCandidateCollection->push_back(*itCand); diff --git a/FastSimulation/ParticleFlow/plugins/FSPFProducer.h b/FastSimulation/ParticleFlow/plugins/FSPFProducer.h index df9e88c0edbf6..a87603bbab681 100644 --- a/FastSimulation/ParticleFlow/plugins/FSPFProducer.h +++ b/FastSimulation/ParticleFlow/plugins/FSPFProducer.h @@ -27,8 +27,9 @@ class FSPFProducer : public edm::EDProducer { double par1, par2; double barrel_th, endcap_th, middle_th; + + bool pfPatchInHF; double HF_Ratio; - std::vector EM_HF_ScaleFactor; double energy_threshold(double eta); diff --git a/FastSimulation/ParticleFlow/python/FSparticleFlow_cfi.py b/FastSimulation/ParticleFlow/python/FSparticleFlow_cfi.py index 4c6fe2440f1cf..bf4b27db5a891 100644 --- a/FastSimulation/ParticleFlow/python/FSparticleFlow_cfi.py +++ b/FastSimulation/ParticleFlow/python/FSparticleFlow_cfi.py @@ -11,6 +11,7 @@ middle_th = cms.double(1.1), endcap_th = cms.double(2.4), # specific for HF candidates: + pfPatchInHF = cms.bool(False), EM_HF_ScaleFactor = cms.vdouble(0.675, 0.55), # eta-dependent scale factor for EM tower energy HF_Ratio = cms.double(1.7) # ratio of the number of EM/had towers in FullSim ) diff --git a/FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h b/FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h index 2ff9230592de6..b7b1c547bd1fd 100644 --- a/FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h +++ b/FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 21 12:14:34 CET 2007 -// $Id: MagneticFieldMapRecord.h,v 1.1 2007/11/22 20:23:22 pjanot Exp $ +// $Id: MagneticFieldMapRecord.h,v 1.1 2007/11/22 08:30:04 pjanot Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/FastSimulation/ParticlePropagator/src/MagneticFieldMapRecord.cc b/FastSimulation/ParticlePropagator/src/MagneticFieldMapRecord.cc index ae3fd04aae45c..ff1345d4f7eb9 100644 --- a/FastSimulation/ParticlePropagator/src/MagneticFieldMapRecord.cc +++ b/FastSimulation/ParticlePropagator/src/MagneticFieldMapRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Nov 21 12:14:34 CET 2007 -// $Id: MagneticFieldMapRecord.cc,v 1.1 2007/11/22 20:23:23 pjanot Exp $ +// $Id: MagneticFieldMapRecord.cc,v 1.1 2007/11/22 08:30:05 pjanot Exp $ #include "FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/FastSimulation/PileUpProducer/test/producePileUpEvents13TeV_cfg.py b/FastSimulation/PileUpProducer/test/producePileUpEvents13TeV_cfg.py new file mode 100644 index 0000000000000..abbaacfbb991d --- /dev/null +++ b/FastSimulation/PileUpProducer/test/producePileUpEvents13TeV_cfg.py @@ -0,0 +1,93 @@ +import FWCore.ParameterSet.Config as cms +process = cms.Process("PileUp") + + +process.load("Configuration.StandardSequences.SimulationRandomNumberGeneratorSeeds_cff") +process.RandomNumberGeneratorService.generator.initialSeed = 123456789 + +process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi") + +# for the beamspot +process.load("RecoVertex.BeamSpotProducer.BeamSpot_cff") +process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") +from Configuration.AlCa.autoCond import autoCond +process.GlobalTag.globaltag = autoCond['startup'] + +process.maxEvents = cms.untracked.PSet( + input = cms.untracked.int32(100000) +) + + +from Configuration.Generator.PythiaUEZ2Settings_cfi import * + +process.generator = cms.EDFilter("Pythia6GeneratorFilter", + pythiaHepMCVerbosity = cms.untracked.bool(False), + maxEventsToPrint = cms.untracked.int32(0), + pythiaPylistVerbosity = cms.untracked.int32(1), + filterEfficiency = cms.untracked.double(1.0), + crossSection = cms.untracked.double(70000000000.), # dummy.... + comEnergy = cms.double(13000.0), + PythiaParameters = cms.PSet( + pythiaUESettingsBlock, + processParameters = cms.vstring('MSEL=0 ! User defined processes', + 'MSUB(11)=1 ! Min bias process', + 'MSUB(12)=1 ! Min bias process', + 'MSUB(13)=1 ! Min bias process', + 'MSUB(28)=1 ! Min bias process', + 'MSUB(53)=1 ! Min bias process', + 'MSUB(68)=1 ! Min bias process', + 'MSUB(92)=1 ! Min bias process, single diffractive', + 'MSUB(93)=1 ! Min bias process, single diffractive', + 'MSUB(94)=1 ! Min bias process, double diffractive', + 'MSUB(95)=1 ! Min bias process'), + # This is a vector of ParameterSet names to be read, in this order + parameterSets = cms.vstring('pythiaUESettings', + 'processParameters', 'myParameters'), + # Disable the ctau check + myParameters = cms.vstring('PARJ(71) = -1.') + ) +) + +process.GENoutput = cms.OutputModule("PoolOutputModule", + splitLevel = cms.untracked.int32(0), + eventAutoFlushCompressedSize = cms.untracked.int32(5242880), + outputCommands = cms.untracked.vstring( + 'drop *', + 'keep GenRunInfoProduct_generator_*_*', + 'keep GenEventInfoProduct_generator_*_*', + 'keep edmHepMCProduct_generator_*_*', + 'keep edmHepMCProduct_source_*_*', + 'keep GenFilterInfo_*_*_*', + 'keep *_genParticles_*_*' + ), + fileName = cms.untracked.string('MinBias13TeV_GEN.root'), + ) + +process.prodPU = cms.EDProducer("producePileUpEvents", + PUParticleFilter = cms.PSet( + # Protons with energy larger than EProton (GeV) are all kept + EProton = cms.double(5000.0), + # Particles with |eta| > etaMax (momentum direction at primary vertex) + # are not simulated - 7.0 includes CASTOR (which goes to 6.6) + etaMax = cms.double(7.0), + # Charged particles with pT < pTMin (GeV/c) are not simulated + pTMin = cms.double(0.0), + # Particles with energy smaller than EMin (GeV) are not simulated + EMin = cms.double(0.0) + ), + PUEventFile = cms.untracked.string('MinBias13TeV.root'), + SavePileUpEvents = cms.bool(True), + BunchPileUpEventSize = cms.uint32(1000) +) + +#outputType = 'edm' +outputType = 'ntuple' + +process.source = cms.Source("EmptySource") +if (outputType=='edm'): + process.p = cms.Path(process.generator+process.offlineBeamSpot) + process.GENoutput_step = cms.EndPath(process.GENoutput) +elif (outputType=='ntuple'): + process.p = cms.Path(process.generator*process.prodPU) +else: + process.p = cms.Path(process.generator) # just run but save nothing diff --git a/FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h b/FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h index 9f8b345a014c5..68be2ad18f082 100644 --- a/FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h +++ b/FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Wed Nov 21 12:14:34 CET 2007 -// $Id: TrackerInteractionGeometryRecord.h,v 1.1 2007/11/22 08:30:04 pjanot Exp $ +// $Id$ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/FastSimulation/TrackerSetup/src/TrackerInteractionGeometryRecord.cc b/FastSimulation/TrackerSetup/src/TrackerInteractionGeometryRecord.cc index e523416719835..8c75f3e390987 100644 --- a/FastSimulation/TrackerSetup/src/TrackerInteractionGeometryRecord.cc +++ b/FastSimulation/TrackerSetup/src/TrackerInteractionGeometryRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Wed Nov 21 12:14:34 CET 2007 -// $Id: TrackerInteractionGeometryRecord.cc,v 1.1 2007/11/22 08:30:05 pjanot Exp $ +// $Id$ #include "FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/FastSimulation/Tracking/python/IterativeInitialStep_cff.py b/FastSimulation/Tracking/python/IterativeInitialStep_cff.py index faf7f5f7437dd..5ad129f7d13c8 100644 --- a/FastSimulation/Tracking/python/IterativeInitialStep_cff.py +++ b/FastSimulation/Tracking/python/IterativeInitialStep_cff.py @@ -40,7 +40,8 @@ import FastSimulation.Tracking.TrackCandidateProducer_cfi iterativeInitialTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() iterativeInitialTrackCandidates.SeedProducer = cms.InputTag("iterativeInitialSeeds","InitialPixelTriplets") -iterativeInitialTrackCandidates.TrackProducers = ['globalPixelWithMaterialTracks'] +#iterativeInitialTrackCandidates.TrackProducers = ['globalPixelWithMaterialTracks'] # why was it needed? I removed it (see line below) in order to solve a cyclic dependence issue that was troubling unscheduled execution, and I found no difference at all. +iterativeInitialTrackCandidates.TrackProducers = [] iterativeInitialTrackCandidates.MinNumberOfCrossedLayers = 3 # track producer diff --git a/FastSimulation/TrajectoryManager/interface/LocalMagneticField.h b/FastSimulation/TrajectoryManager/interface/LocalMagneticField.h index 1a7109bf1d199..d5be0343d9525 100644 --- a/FastSimulation/TrajectoryManager/interface/LocalMagneticField.h +++ b/FastSimulation/TrajectoryManager/interface/LocalMagneticField.h @@ -5,7 +5,7 @@ * * A MagneticField engine that returns a constant programmable field value. * - * $Date: 2007/04/19 14:20:25 $ + * $Date: 2006/05/31 13:43:26 $ * $Revision: 1.1 $ * \author Patrick Janot, copied from N. Amapane - CERN */ diff --git a/FastSimulation/TrajectoryManager/src/LocalMagneticField.cc b/FastSimulation/TrajectoryManager/src/LocalMagneticField.cc index 84729146cbb3f..06cefbf9596b6 100644 --- a/FastSimulation/TrajectoryManager/src/LocalMagneticField.cc +++ b/FastSimulation/TrajectoryManager/src/LocalMagneticField.cc @@ -1,6 +1,6 @@ /** \file * - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author P. Janot, copied from N. Amapane, UniformMagneticField - CERN */ diff --git a/FastSimulation/Validation/test/Template_cfg.py b/FastSimulation/Validation/test/Template_cfg.py index 9e7f0570373b2..58d686d018359 100644 --- a/FastSimulation/Validation/test/Template_cfg.py +++ b/FastSimulation/Validation/test/Template_cfg.py @@ -112,8 +112,8 @@ process.schedule.append(process.outpath) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/FastSimulation/Validation/test/Template_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.6 $'), + name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/FastSimulation/Validation/test/Template_cfg.py,v $'), annotation = cms.untracked.string('RelVal Fast Sim ==SAMPLE== IDEAL') ) diff --git a/Fireworks/Calo/interface/FWCaloDataProxyBuilderBase.h b/Fireworks/Calo/interface/FWCaloDataProxyBuilderBase.h index de9d0335fd1d3..730b2890fc746 100644 --- a/Fireworks/Calo/interface/FWCaloDataProxyBuilderBase.h +++ b/Fireworks/Calo/interface/FWCaloDataProxyBuilderBase.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon May 31 15:09:19 CEST 2010 -// $Id: FWCaloDataProxyBuilderBase.h,v 1.4 2010/10/22 15:34:16 amraktad Exp $ +// $Id: FWCaloDataProxyBuilderBase.h,v 1.3 2010/06/14 16:58:15 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/interface/FWTauProxyBuilderBase.h b/Fireworks/Calo/interface/FWTauProxyBuilderBase.h index 99f2a0a06af28..f85dae0f2d090 100644 --- a/Fireworks/Calo/interface/FWTauProxyBuilderBase.h +++ b/Fireworks/Calo/interface/FWTauProxyBuilderBase.h @@ -17,7 +17,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Oct 21 20:40:32 CEST 2010 -// $Id: FWTauProxyBuilderBase.h,v 1.2 2012/03/23 00:08:28 amraktad Exp $ +// $Id: FWTauProxyBuilderBase.h,v 1.1 2010/10/22 14:34:44 amraktad Exp $ // #include "Fireworks/Core/interface/FWProxyBuilderBase.h" diff --git a/Fireworks/Calo/interface/makeEveJetCone.h b/Fireworks/Calo/interface/makeEveJetCone.h index a1a401a64f58c..81aa9d8657cd8 100644 --- a/Fireworks/Calo/interface/makeEveJetCone.h +++ b/Fireworks/Calo/interface/makeEveJetCone.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Oct 22 22:59:29 EST 20q0 -// $Id: makeEveJetCone.h,v 1.1 2010/10/22 14:34:44 amraktad Exp $ +// $Id: makeEveJetCone.h,v 1.2 2009/01/23 21:35:39 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/interface/scaleMarker.h b/Fireworks/Calo/interface/scaleMarker.h index 6c4510937b9a7..b9f126888d675 100644 --- a/Fireworks/Calo/interface/scaleMarker.h +++ b/Fireworks/Calo/interface/scaleMarker.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Oct 22 15:53:19 CEST 2010 -// $Id: scaleMarker.h,v 1.1 2010/10/22 14:34:44 amraktad Exp $ +// $Id$ // class TEveScalableStraightLineSet; diff --git a/Fireworks/Calo/interface/thetaBins.h b/Fireworks/Calo/interface/thetaBins.h index 5a2a199bf0450..c9fb30623996a 100644 --- a/Fireworks/Calo/interface/thetaBins.h +++ b/Fireworks/Calo/interface/thetaBins.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 11 22:59:29 EST 2008 -// $Id: thetaBins.h,v 1.2 2009/01/23 21:35:39 amraktad Exp $ +// $Id: thetaBins.h,v 1.1 2008/12/12 04:16:10 chrjones Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWCaloTauProxyBuilder.cc b/Fireworks/Calo/plugins/FWCaloTauProxyBuilder.cc index a318847d43af5..12622d24a7003 100644 --- a/Fireworks/Calo/plugins/FWCaloTauProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWCaloTauProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWCaloTauProxyBuilder.cc,v 1.17 2012/03/23 00:08:29 amraktad Exp $ +// $Id: FWCaloTauProxyBuilder.cc,v 1.16 2010/10/22 14:34:44 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWCaloTowerDetailView.h b/Fireworks/Calo/plugins/FWCaloTowerDetailView.h index 466bc3f02c27e..1927198a418e2 100644 --- a/Fireworks/Calo/plugins/FWCaloTowerDetailView.h +++ b/Fireworks/Calo/plugins/FWCaloTowerDetailView.h @@ -5,7 +5,7 @@ // // Package: Electrons // Class : FWHCalTowerDetailView -// $Id: FWCaloTowerDetailView.h,v 1.2 2010/05/25 14:42:03 dmytro Exp $ +// $Id: FWCaloTowerDetailView.h,v 1.1 2010/03/09 21:49:34 amraktad Exp $ // // user include files diff --git a/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.cc b/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.cc index fa0534f544fc4..834f2ac3ea91f 100644 --- a/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Dec 3 11:28:28 EST 2008 -// $Id: FWCaloTowerProxyBuilder.cc,v 1.25 2011/02/23 11:34:52 amraktad Exp $ +// $Id: FWCaloTowerProxyBuilder.cc,v 1.24 2010/12/16 11:39:38 amraktad Exp $ // // system includes diff --git a/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.h b/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.h index bb402d985af61..7797946d60b6c 100644 --- a/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.h +++ b/Fireworks/Calo/plugins/FWCaloTowerProxyBuilder.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Dec 3 11:28:08 EST 2008 -// $Id: FWCaloTowerProxyBuilder.h,v 1.16 2010/12/16 11:39:38 amraktad Exp $ +// $Id: FWCaloTowerProxyBuilder.h,v 1.15 2010/06/14 16:58:15 amraktad Exp $ // #include "Rtypes.h" diff --git a/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.cc b/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.cc index f771f7748f144..bd7dd9efe5231 100644 --- a/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.cc +++ b/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Jun 2 17:36:23 CEST 2010 -// $Id: FWCaloTowerSliceSelector.cc,v 1.3 2010/12/01 21:40:31 amraktad Exp $ +// $Id: FWCaloTowerSliceSelector.cc,v 1.2 2010/06/07 17:54:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.h b/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.h index 86cfb0ba89234..74edde366a8ed 100644 --- a/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.h +++ b/Fireworks/Calo/plugins/FWCaloTowerSliceSelector.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Jun 2 19:21:19 CEST 2010 -// $Id: FWCaloTowerSliceSelector.h,v 1.3 2010/12/01 21:40:31 amraktad Exp $ +// $Id: FWCaloTowerSliceSelector.h,v 1.2 2010/06/07 17:54:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.cc b/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.cc index 46dc8eabafac3..24c57764eae9d 100644 --- a/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon May 31 16:41:27 CEST 2010 -// $Id: FWHFTowerProxyBuilder.cc,v 1.22 2011/09/06 15:07:30 yana Exp $ +// $Id: FWHFTowerProxyBuilder.cc,v 1.21 2011/02/23 11:34:52 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.h b/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.h index b6e86d3272511..fed42bcac43a9 100644 --- a/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.h +++ b/Fireworks/Calo/plugins/FWHFTowerProxyBuilder.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon May 31 16:41:23 CEST 2010 -// $Id: FWHFTowerProxyBuilder.h,v 1.8 2010/09/20 15:58:18 yana Exp $ +// $Id: FWHFTowerProxyBuilder.h,v 1.7 2010/06/14 16:58:15 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWHFTowerSliceSelector.cc b/Fireworks/Calo/plugins/FWHFTowerSliceSelector.cc index 0fa84960c7c4c..8eb75b848ec98 100644 --- a/Fireworks/Calo/plugins/FWHFTowerSliceSelector.cc +++ b/Fireworks/Calo/plugins/FWHFTowerSliceSelector.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Jun 2 17:39:44 CEST 2010 -// $Id: FWHFTowerSliceSelector.cc,v 1.9 2010/09/07 15:46:45 yana Exp $ +// $Id: FWHFTowerSliceSelector.cc,v 1.8 2010/08/23 15:26:23 yana Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWHFTowerSliceSelector.h b/Fireworks/Calo/plugins/FWHFTowerSliceSelector.h index 55146f5c12240..10c42262e5f0a 100644 --- a/Fireworks/Calo/plugins/FWHFTowerSliceSelector.h +++ b/Fireworks/Calo/plugins/FWHFTowerSliceSelector.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Jun 2 19:21:13 CEST 2010 -// $Id: FWHFTowerSliceSelector.h,v 1.3 2010/06/07 17:54:00 amraktad Exp $ +// $Id: FWHFTowerSliceSelector.h,v 1.2 2010/06/03 14:48:22 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWJetProxyBuilder.cc b/Fireworks/Calo/plugins/FWJetProxyBuilder.cc index 36032b3f38797..45b03d83838de 100644 --- a/Fireworks/Calo/plugins/FWJetProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWJetProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 14:17:03 EST 2008 -// $Id: FWJetProxyBuilder.cc,v 1.35 2011/11/21 08:36:37 amraktad Exp $ +// $Id: FWJetProxyBuilder.cc,v 1.34 2011/08/20 03:50:05 amraktad Exp $ // #include "TEveJetCone.h" diff --git a/Fireworks/Calo/plugins/FWL1EmParticleProxyBuilder.cc b/Fireworks/Calo/plugins/FWL1EmParticleProxyBuilder.cc index afd65a3508f0e..558585fb3159b 100644 --- a/Fireworks/Calo/plugins/FWL1EmParticleProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWL1EmParticleProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWL1EmParticleProxyBuilder.cc,v 1.7 2010/09/16 15:42:20 yana Exp $ +// $Id: FWL1EmParticleProxyBuilder.cc,v 1.6 2010/09/03 10:20:04 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Calo/plugins/FWL1EtMissParticleProxyBuilder.cc b/Fireworks/Calo/plugins/FWL1EtMissParticleProxyBuilder.cc index b637020daa8a5..1abba1fe1a8fa 100644 --- a/Fireworks/Calo/plugins/FWL1EtMissParticleProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWL1EtMissParticleProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWL1EtMissParticleProxyBuilder.cc,v 1.9 2010/09/16 15:42:20 yana Exp $ +// $Id: FWL1EtMissParticleProxyBuilder.cc,v 1.8 2010/09/03 10:20:05 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Calo/plugins/FWL1JetParticleProxyBuilder.cc b/Fireworks/Calo/plugins/FWL1JetParticleProxyBuilder.cc index a011fb44f75a9..f4b3d62968272 100644 --- a/Fireworks/Calo/plugins/FWL1JetParticleProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWL1JetParticleProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWL1JetParticleProxyBuilder.cc,v 1.9 2010/09/16 15:42:20 yana Exp $ +// $Id: FWL1JetParticleProxyBuilder.cc,v 1.8 2010/09/03 10:20:05 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Calo/plugins/FWL1MuonParticleProxyBuilder.cc b/Fireworks/Calo/plugins/FWL1MuonParticleProxyBuilder.cc index 6152d92455e9e..b0ace29ee8439 100644 --- a/Fireworks/Calo/plugins/FWL1MuonParticleProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWL1MuonParticleProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWL1MuonParticleProxyBuilder.cc,v 1.10 2010/09/16 15:42:20 yana Exp $ +// $Id: FWL1MuonParticleProxyBuilder.cc,v 1.9 2010/09/03 10:20:05 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Calo/plugins/FWMETProxyBuilder.cc b/Fireworks/Calo/plugins/FWMETProxyBuilder.cc index 9b4fea6872e3a..045be1799af80 100644 --- a/Fireworks/Calo/plugins/FWMETProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWMETProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWMETProxyBuilder.cc,v 1.31 2011/02/03 15:15:12 amraktad Exp $ +// $Id: FWMETProxyBuilder.cc,v 1.30 2011/01/17 14:11:43 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/plugins/FWPFTauProxyBuilder.cc b/Fireworks/Calo/plugins/FWPFTauProxyBuilder.cc index b554e553a1b94..347c1ab09509a 100644 --- a/Fireworks/Calo/plugins/FWPFTauProxyBuilder.cc +++ b/Fireworks/Calo/plugins/FWPFTauProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWPFTauProxyBuilder.cc,v 1.17 2012/03/23 00:08:29 amraktad Exp $ +// $Id: FWPFTauProxyBuilder.cc,v 1.16 2010/11/05 10:54:33 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWCaloDataProxyBuilderBase.cc b/Fireworks/Calo/src/FWCaloDataProxyBuilderBase.cc index eaf9a865fbd22..321a48144c7e0 100644 --- a/Fireworks/Calo/src/FWCaloDataProxyBuilderBase.cc +++ b/Fireworks/Calo/src/FWCaloDataProxyBuilderBase.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon May 31 15:09:39 CEST 2010 -// $Id: FWCaloDataProxyBuilderBase.cc,v 1.5 2010/11/09 16:56:23 amraktad Exp $ +// $Id: FWCaloDataProxyBuilderBase.cc,v 1.4 2010/10/22 15:34:16 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWFromSliceSelector.cc b/Fireworks/Calo/src/FWFromSliceSelector.cc index 62d22c46665c8..3b9b492cdb0ec 100644 --- a/Fireworks/Calo/src/FWFromSliceSelector.cc +++ b/Fireworks/Calo/src/FWFromSliceSelector.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jun 2 17:30:49 CEST 2010 -// $Id: FWFromSliceSelector.cc,v 1.4 2010/06/18 10:17:51 yana Exp $ +// $Id: FWFromSliceSelector.cc,v 1.3 2010/06/07 17:54:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWFromSliceSelector.h b/Fireworks/Calo/src/FWFromSliceSelector.h index 24e414e0a5b60..0c4d06fd5c2be 100644 --- a/Fireworks/Calo/src/FWFromSliceSelector.h +++ b/Fireworks/Calo/src/FWFromSliceSelector.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Jun 2 17:30:39 CEST 2010 -// $Id: FWFromSliceSelector.h,v 1.2 2010/06/07 17:54:00 amraktad Exp $ +// $Id: FWFromSliceSelector.h,v 1.1 2010/06/02 17:34:03 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWFromTEveCaloDataSelector.cc b/Fireworks/Calo/src/FWFromTEveCaloDataSelector.cc index 0cbaf0bb5b60c..36f229a86135d 100644 --- a/Fireworks/Calo/src/FWFromTEveCaloDataSelector.cc +++ b/Fireworks/Calo/src/FWFromTEveCaloDataSelector.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Oct 23 14:44:33 CDT 2009 -// $Id: FWFromTEveCaloDataSelector.cc,v 1.13 2012/09/20 20:09:10 eulisse Exp $ +// $Id: FWFromTEveCaloDataSelector.cc,v 1.12 2010/06/07 17:54:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWFromTEveCaloDataSelector.h b/Fireworks/Calo/src/FWFromTEveCaloDataSelector.h index 1852075c4974b..a20e9d063e7d7 100644 --- a/Fireworks/Calo/src/FWFromTEveCaloDataSelector.h +++ b/Fireworks/Calo/src/FWFromTEveCaloDataSelector.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Oct 23 14:44:32 CDT 2009 -// $Id: FWFromTEveCaloDataSelector.h,v 1.7 2010/06/02 18:49:07 amraktad Exp $ +// $Id: FWFromTEveCaloDataSelector.h,v 1.6 2010/06/02 17:34:04 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/FWTauProxyBuilderBase.cc b/Fireworks/Calo/src/FWTauProxyBuilderBase.cc index 0bf7cf88493fd..99fdb8d2c0643 100644 --- a/Fireworks/Calo/src/FWTauProxyBuilderBase.cc +++ b/Fireworks/Calo/src/FWTauProxyBuilderBase.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Oct 21 20:40:28 CEST 2010 -// $Id: FWTauProxyBuilderBase.cc,v 1.5 2012/03/23 00:08:29 amraktad Exp $ +// $Id: FWTauProxyBuilderBase.cc,v 1.4 2011/02/23 11:34:52 amraktad Exp $ // // system include files diff --git a/Fireworks/Calo/src/thetaBins.cc b/Fireworks/Calo/src/thetaBins.cc index b799144710875..c94a8b28c92ee 100644 --- a/Fireworks/Calo/src/thetaBins.cc +++ b/Fireworks/Calo/src/thetaBins.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 11 22:59:38 EST 2008 -// $Id: thetaBins.cc,v 1.4 2010/06/07 18:58:16 matevz Exp $ +// $Id: thetaBins.cc,v 1.3 2009/01/23 21:35:40 amraktad Exp $ // // system include files diff --git a/Fireworks/Candidates/plugins/FWCandidateProxyBuilder.cc b/Fireworks/Candidates/plugins/FWCandidateProxyBuilder.cc index 266ad8758fa3a..6df3f951fe4e6 100644 --- a/Fireworks/Candidates/plugins/FWCandidateProxyBuilder.cc +++ b/Fireworks/Candidates/plugins/FWCandidateProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Dec 5 09:56:09 EST 2008 -// $Id: FWCandidateProxyBuilder.cc,v 1.9 2010/11/11 20:25:27 amraktad Exp $ +// $Id: FWCandidateProxyBuilder.cc,v 1.8 2010/06/18 12:47:32 yana Exp $ // #include "TEveTrack.h" diff --git a/Fireworks/Core/interface/CSGAction.h b/Fireworks/Core/interface/CSGAction.h index de89210e7188e..701f7f4e06786 100644 --- a/Fireworks/Core/interface/CSGAction.h +++ b/Fireworks/Core/interface/CSGAction.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 18:15:56 CDT 2008 -// $Id: CSGAction.h,v 1.15 2009/08/27 18:54:09 amraktad Exp $ +// $Id: CSGAction.h,v 1.14 2009/08/26 18:59:20 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CSGContinuousAction.h b/Fireworks/Core/interface/CSGContinuousAction.h index c244d5d045773..817ee2133f04c 100644 --- a/Fireworks/Core/interface/CSGContinuousAction.h +++ b/Fireworks/Core/interface/CSGContinuousAction.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Jul 29 10:19:42 EDT 2008 -// $Id: CSGContinuousAction.h,v 1.7 2009/08/26 18:59:20 amraktad Exp $ +// $Id: CSGContinuousAction.h,v 1.6 2009/08/18 19:03:28 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowCommon.h b/Fireworks/Core/interface/CmsShowCommon.h index 393670660c02a..cb45193eafc21 100644 --- a/Fireworks/Core/interface/CmsShowCommon.h +++ b/Fireworks/Core/interface/CmsShowCommon.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Sep 10 14:51:07 CEST 2010 -// $Id: CmsShowCommon.h,v 1.11 2011/03/08 09:36:04 amraktad Exp $ +// $Id: CmsShowCommon.h,v 1.10 2011/03/07 20:57:03 amraktad Exp $ // #include diff --git a/Fireworks/Core/interface/CmsShowEDI.h b/Fireworks/Core/interface/CmsShowEDI.h index bb7c5c2bab2d3..cab9b51469397 100644 --- a/Fireworks/Core/interface/CmsShowEDI.h +++ b/Fireworks/Core/interface/CmsShowEDI.h @@ -16,7 +16,7 @@ // // Original Author: Joshua Berger // Created: Mon Jun 23 15:48:42 EDT 2008 -// $Id: CmsShowEDI.h,v 1.21 2013/04/05 05:24:57 amraktad Exp $ +// $Id: CmsShowEDI.h,v 1.20 2011/07/30 04:49:40 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowHelpPopup.h b/Fireworks/Core/interface/CmsShowHelpPopup.h index b654b8bf77180..5f433b0d767f6 100644 --- a/Fireworks/Core/interface/CmsShowHelpPopup.h +++ b/Fireworks/Core/interface/CmsShowHelpPopup.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Jun 27 11:23:31 EDT 2008 -// $Id: CmsShowHelpPopup.h,v 1.6 2011/09/07 01:20:56 amraktad Exp $ +// $Id: CmsShowHelpPopup.h,v 1.5 2009/05/20 16:33:39 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowMainFrame.h b/Fireworks/Core/interface/CmsShowMainFrame.h index 83960e13c7dc1..23eed88eade5f 100644 --- a/Fireworks/Core/interface/CmsShowMainFrame.h +++ b/Fireworks/Core/interface/CmsShowMainFrame.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 18:11:16 CDT 2008 -// $Id: CmsShowMainFrame.h,v 1.45 2011/07/14 02:21:31 amraktad Exp $ +// $Id: CmsShowMainFrame.h,v 1.44 2011/02/24 10:02:24 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowModelPopup.h b/Fireworks/Core/interface/CmsShowModelPopup.h index 2373749102703..e8643cbe701e6 100644 --- a/Fireworks/Core/interface/CmsShowModelPopup.h +++ b/Fireworks/Core/interface/CmsShowModelPopup.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Jun 27 11:23:31 EDT 2008 -// $Id: CmsShowModelPopup.h,v 1.19 2010/11/11 19:45:49 amraktad Exp $ +// $Id: CmsShowModelPopup.h,v 1.18 2010/11/10 20:07:07 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowNavigator.h b/Fireworks/Core/interface/CmsShowNavigator.h index 977ac15c982fd..9348d440cb3b2 100644 --- a/Fireworks/Core/interface/CmsShowNavigator.h +++ b/Fireworks/Core/interface/CmsShowNavigator.h @@ -4,7 +4,7 @@ // // Package: newVersion // Class : CmsShowNavigator -// $Id: CmsShowNavigator.h,v 1.56 2012/07/06 23:33:29 amraktad Exp $ +// $Id: CmsShowNavigator.h,v 1.55 2011/02/22 14:29:05 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowSearchFiles.h b/Fireworks/Core/interface/CmsShowSearchFiles.h index bb2818971be7e..96f614b85e224 100644 --- a/Fireworks/Core/interface/CmsShowSearchFiles.h +++ b/Fireworks/Core/interface/CmsShowSearchFiles.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Jun 27 11:23:31 EDT 2008 -// $Id: CmsShowSearchFiles.h,v 1.6 2012/03/02 03:18:25 amraktad Exp $ +// $Id: CmsShowSearchFiles.h,v 1.5 2010/11/11 19:45:49 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/CmsShowViewPopup.h b/Fireworks/Core/interface/CmsShowViewPopup.h index f235f7b71bf32..4c18ad9769679 100644 --- a/Fireworks/Core/interface/CmsShowViewPopup.h +++ b/Fireworks/Core/interface/CmsShowViewPopup.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jun 25 15:15:12 EDT 2008 -// $Id: CmsShowViewPopup.h,v 1.23 2013/04/05 21:06:57 amraktad Exp $ +// $Id: CmsShowViewPopup.h,v 1.22 2012/02/22 03:45:56 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/Context.h b/Fireworks/Core/interface/Context.h index c17e14353ea0d..1f5893df55374 100644 --- a/Fireworks/Core/interface/Context.h +++ b/Fireworks/Core/interface/Context.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 30 14:21:45 EDT 2008 -// $Id: Context.h,v 1.22 2011/03/07 18:23:28 matevz Exp $ +// $Id: Context.h,v 1.21 2010/11/26 20:24:47 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FW3DView.h b/Fireworks/Core/interface/FW3DView.h index b335a78989a3a..790a360029d2d 100644 --- a/Fireworks/Core/interface/FW3DView.h +++ b/Fireworks/Core/interface/FW3DView.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 7 14:41:26 CEST 2010 -// $Id: FW3DView.h,v 1.27 2010/11/21 11:18:13 amraktad Exp $ +// $Id: FW3DView.h,v 1.26 2010/09/23 18:30:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FW3DViewBase.h b/Fireworks/Core/interface/FW3DViewBase.h index 45388839af07e..61090a705717e 100644 --- a/Fireworks/Core/interface/FW3DViewBase.h +++ b/Fireworks/Core/interface/FW3DViewBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:37 EST 2008 -// $Id: FW3DViewBase.h,v 1.15 2013/04/25 18:45:32 amraktad Exp $ +// $Id: FW3DViewBase.h,v 1.14 2013/04/24 04:08:45 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FW3DViewGeometry.h b/Fireworks/Core/interface/FW3DViewGeometry.h index 560b9dbd01235..566a85dffd625 100644 --- a/Fireworks/Core/interface/FW3DViewGeometry.h +++ b/Fireworks/Core/interface/FW3DViewGeometry.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 25 22:06:52 CET 2010 -// $Id: FW3DViewGeometry.h,v 1.8 2011/09/27 03:04:58 amraktad Exp $ +// $Id: FW3DViewGeometry.h,v 1.7 2011/09/27 00:29:05 matevz Exp $ // #include "Fireworks/Core/interface/FWViewGeometryList.h" diff --git a/Fireworks/Core/interface/FWBoolParameter.h b/Fireworks/Core/interface/FWBoolParameter.h index 743cd5c7a8b70..ffce7cd1b557d 100644 --- a/Fireworks/Core/interface/FWBoolParameter.h +++ b/Fireworks/Core/interface/FWBoolParameter.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWBoolParameter -// $Id: FWBoolParameter.h,v 1.4 2010/02/12 15:36:46 eulisse Exp $ +// $Id: FWBoolParameter.h,v 1.1 2009/10/07 12:46:47 dmytro Exp $ // #include "Fireworks/Core/interface/FWParameters.h" #endif diff --git a/Fireworks/Core/interface/FWColorManager.h b/Fireworks/Core/interface/FWColorManager.h index 6d1e1dadb7750..e86a9281b62de 100644 --- a/Fireworks/Core/interface/FWColorManager.h +++ b/Fireworks/Core/interface/FWColorManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 24 10:07:58 CET 2009 -// $Id: FWColorManager.h,v 1.25 2010/09/21 11:39:03 amraktad Exp $ +// $Id: FWColorManager.h,v 1.24 2010/09/16 20:30:51 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWCompositeParameter.h b/Fireworks/Core/interface/FWCompositeParameter.h index c81e9f7fb84ef..13a7e3b7aea63 100644 --- a/Fireworks/Core/interface/FWCompositeParameter.h +++ b/Fireworks/Core/interface/FWCompositeParameter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:37:04 EST 2008 -// $Id: FWCompositeParameter.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWCompositeParameter.h,v 1.2 2008/11/06 22:05:22 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWConfigurable.h b/Fireworks/Core/interface/FWConfigurable.h index 2e64f8393e875..64efd51f0e2a3 100644 --- a/Fireworks/Core/interface/FWConfigurable.h +++ b/Fireworks/Core/interface/FWConfigurable.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 24 14:35:47 EST 2008 -// $Id: FWConfigurable.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWConfigurable.h,v 1.2 2008/11/06 22:05:22 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWConfigurableParameterizable.h b/Fireworks/Core/interface/FWConfigurableParameterizable.h index 663460416377b..611cc5bf2ec6d 100644 --- a/Fireworks/Core/interface/FWConfigurableParameterizable.h +++ b/Fireworks/Core/interface/FWConfigurableParameterizable.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Mar 16 12:01:29 EDT 2008 -// $Id: FWConfigurableParameterizable.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWConfigurableParameterizable.h,v 1.2 2008/11/06 22:05:22 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWConfiguration.h b/Fireworks/Core/interface/FWConfiguration.h index 283870e7e03d1..f7717e98c6c6b 100644 --- a/Fireworks/Core/interface/FWConfiguration.h +++ b/Fireworks/Core/interface/FWConfiguration.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 22 15:54:22 EST 2008 -// $Id: FWConfiguration.h,v 1.7 2011/11/18 02:57:07 amraktad Exp $ +// $Id: FWConfiguration.h,v 1.6 2010/04/23 08:57:03 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWConfigurationManager.h b/Fireworks/Core/interface/FWConfigurationManager.h index e70085a2d73b5..ae2ddf3670609 100644 --- a/Fireworks/Core/interface/FWConfigurationManager.h +++ b/Fireworks/Core/interface/FWConfigurationManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 24 14:38:41 EST 2008 -// $Id: FWConfigurationManager.h,v 1.5 2010/04/23 08:57:08 eulisse Exp $ +// $Id: FWConfigurationManager.h,v 1.4 2009/01/23 21:35:41 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWCustomIconsButton.h b/Fireworks/Core/interface/FWCustomIconsButton.h index 1da00eb76e044..1cd66cceda4e0 100644 --- a/Fireworks/Core/interface/FWCustomIconsButton.h +++ b/Fireworks/Core/interface/FWCustomIconsButton.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Oct 23 13:05:30 EDT 2008 -// $Id: FWCustomIconsButton.h,v 1.6 2009/11/29 15:56:33 amraktad Exp $ +// $Id: FWCustomIconsButton.h,v 1.5 2009/11/26 20:45:39 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWDataCategories.h b/Fireworks/Core/interface/FWDataCategories.h index 2c2f6ee80331c..41785d0bdf4b1 100644 --- a/Fireworks/Core/interface/FWDataCategories.h +++ b/Fireworks/Core/interface/FWDataCategories.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Feb 18 18:32:48 CST 2009 -// $Id: FWDataCategories.h,v 1.1 2009/03/04 16:40:51 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/interface/FWDetailViewFactory.h b/Fireworks/Core/interface/FWDetailViewFactory.h index 5d024f0c9ef15..e7dfc579bfc1c 100644 --- a/Fireworks/Core/interface/FWDetailViewFactory.h +++ b/Fireworks/Core/interface/FWDetailViewFactory.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Jan 12 09:48:04 EST 2009 -// $Id: FWDetailViewFactory.h,v 1.4 2009/10/31 22:37:35 chrjones Exp $ +// $Id: FWDetailViewFactory.h,v 1.3 2009/04/27 14:42:33 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWDetailViewManager.h b/Fireworks/Core/interface/FWDetailViewManager.h index a25c574394286..fbb4695f1c24a 100644 --- a/Fireworks/Core/interface/FWDetailViewManager.h +++ b/Fireworks/Core/interface/FWDetailViewManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Mar 5 09:13:43 EST 2008 -// $Id: FWDetailViewManager.h,v 1.25 2011/05/27 04:03:42 amraktad Exp $ +// $Id: FWDetailViewManager.h,v 1.24 2011/02/10 14:58:05 amraktad Exp $ // #include #include diff --git a/Fireworks/Core/interface/FWDigitSetProxyBuilder.h b/Fireworks/Core/interface/FWDigitSetProxyBuilder.h index ee6a6878d9dd0..001f364a97acb 100644 --- a/Fireworks/Core/interface/FWDigitSetProxyBuilder.h +++ b/Fireworks/Core/interface/FWDigitSetProxyBuilder.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Tue Oct 19 12:00:57 CEST 2010 -// $Id: FWDigitSetProxyBuilder.h,v 1.3 2010/12/03 20:38:57 amraktad Exp $ +// $Id: FWDigitSetProxyBuilder.h,v 1.2 2010/11/09 18:37:30 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWDisplayProperties.h b/Fireworks/Core/interface/FWDisplayProperties.h index fcb01d5418959..563093f5d0470 100644 --- a/Fireworks/Core/interface/FWDisplayProperties.h +++ b/Fireworks/Core/interface/FWDisplayProperties.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Jan 3 14:22:36 EST 2008 -// $Id: FWDisplayProperties.h,v 1.13 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWDisplayProperties.h,v 1.12 2010/06/16 14:04:37 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWDoubleParameter.h b/Fireworks/Core/interface/FWDoubleParameter.h index f22c3a1125fac..b8484da0dcfcb 100644 --- a/Fireworks/Core/interface/FWDoubleParameter.h +++ b/Fireworks/Core/interface/FWDoubleParameter.h @@ -4,6 +4,6 @@ // // Package: Core // Class : FWDoubleParameter -// $Id: FWDoubleParameter.h,v 1.4 2010/02/12 15:36:46 eulisse Exp $ +// $Id: FWDoubleParameter.h,v 1.1 2009/10/07 12:46:47 dmytro Exp $ #include "Fireworks/Core/interface/FWParameters.h" #endif diff --git a/Fireworks/Core/interface/FWEDProductRepresentationChecker.h b/Fireworks/Core/interface/FWEDProductRepresentationChecker.h index 1d653df36821f..16f190476c868 100644 --- a/Fireworks/Core/interface/FWEDProductRepresentationChecker.h +++ b/Fireworks/Core/interface/FWEDProductRepresentationChecker.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 15:20:05 EST 2008 -// $Id: FWEDProductRepresentationChecker.h,v 1.4 2010/06/02 22:37:42 chrjones Exp $ +// $Id: FWEDProductRepresentationChecker.h,v 1.3 2009/04/27 16:19:16 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEnumParameter.h b/Fireworks/Core/interface/FWEnumParameter.h index 810c13b3eeb37..f9427ac459d6a 100644 --- a/Fireworks/Core/interface/FWEnumParameter.h +++ b/Fireworks/Core/interface/FWEnumParameter.h @@ -16,7 +16,7 @@ // // Original Author: matevz // Created: Fri Apr 30 15:16:55 CEST 2010 -// $Id: FWEnumParameter.h,v 1.1 2010/04/30 15:29:44 matevz Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/interface/FWEnumParameterSetter.h b/Fireworks/Core/interface/FWEnumParameterSetter.h index 560369736cda0..9449a8287009f 100644 --- a/Fireworks/Core/interface/FWEnumParameterSetter.h +++ b/Fireworks/Core/interface/FWEnumParameterSetter.h @@ -16,7 +16,7 @@ // // Original Author: matevz // Created: Fri Apr 30 15:17:29 CEST 2010 -// $Id: FWEnumParameterSetter.h,v 1.4 2012/05/09 04:51:04 amraktad Exp $ +// $Id: FWEnumParameterSetter.h,v 1.3 2011/02/11 19:56:36 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEveLegoView.h b/Fireworks/Core/interface/FWEveLegoView.h index 7ad5d7157d309..7608aa73b4fd4 100644 --- a/Fireworks/Core/interface/FWEveLegoView.h +++ b/Fireworks/Core/interface/FWEveLegoView.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Mon May 31 13:09:38 CEST 2010 -// $Id: FWEveLegoView.h,v 1.32 2010/11/21 11:18:13 amraktad Exp $ +// $Id: FWEveLegoView.h,v 1.31 2010/11/15 17:14:27 amraktad Exp $ // #include "Fireworks/Core/interface/FWLegoViewBase.h" diff --git a/Fireworks/Core/interface/FWEvePtr.h b/Fireworks/Core/interface/FWEvePtr.h index 8874072e88245..5d2eb2ee9a87e 100644 --- a/Fireworks/Core/interface/FWEvePtr.h +++ b/Fireworks/Core/interface/FWEvePtr.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Nov 12 11:08:49 EST 2008 -// $Id: FWEvePtr.h,v 1.2 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWEvePtr.h,v 1.1 2008/11/14 15:08:31 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEveView.h b/Fireworks/Core/interface/FWEveView.h index ae08b14ec0233..f6be76ddc4561 100644 --- a/Fireworks/Core/interface/FWEveView.h +++ b/Fireworks/Core/interface/FWEveView.h @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 16 14:11:32 CET 2010 -// $Id: FWEveView.h,v 1.31 2013/04/24 04:08:45 amraktad Exp $ +// $Id: FWEveView.h,v 1.30 2011/06/01 22:37:25 amraktad Exp $ // diff --git a/Fireworks/Core/interface/FWEveViewManager.h b/Fireworks/Core/interface/FWEveViewManager.h index 98c39cd5737c7..d95d69aace543 100644 --- a/Fireworks/Core/interface/FWEveViewManager.h +++ b/Fireworks/Core/interface/FWEveViewManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones, Alja Mrak-Tadel // Created: Thu Mar 18 14:12:45 CET 2010 -// $Id: FWEveViewManager.h,v 1.14 2013/01/21 20:33:28 chrjones Exp $ +// $Id: FWEveViewManager.h,v 1.13 2010/12/01 21:40:31 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEventItem.h b/Fireworks/Core/interface/FWEventItem.h index 0bb0df221a916..33fdd805eb3b6 100644 --- a/Fireworks/Core/interface/FWEventItem.h +++ b/Fireworks/Core/interface/FWEventItem.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 3 14:02:21 EST 2008 -// $Id: FWEventItem.h,v 1.51 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWEventItem.h,v 1.50 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEventItemsManager.h b/Fireworks/Core/interface/FWEventItemsManager.h index 90a76b1a7adff..3818643603566 100644 --- a/Fireworks/Core/interface/FWEventItemsManager.h +++ b/Fireworks/Core/interface/FWEventItemsManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Jan 3 13:27:29 EST 2008 -// $Id: FWEventItemsManager.h,v 1.19 2011/07/30 04:54:27 amraktad Exp $ +// $Id: FWEventItemsManager.h,v 1.18 2010/09/07 15:46:46 yana Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWEventSelector.h b/Fireworks/Core/interface/FWEventSelector.h index b3fcb6b238f44..763f801fc35af 100644 --- a/Fireworks/Core/interface/FWEventSelector.h +++ b/Fireworks/Core/interface/FWEventSelector.h @@ -4,7 +4,7 @@ // // Package: newVersion // Class : FWEventSelector -// $Id: FWEventSelector.h,v 1.6 2011/02/18 17:38:42 amraktad Exp $ +// $Id: FWEventSelector.h,v 1.5 2009/12/07 20:29:52 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWExpressionEvaluator.h b/Fireworks/Core/interface/FWExpressionEvaluator.h index b41309eb2606d..707c72619f1ac 100644 --- a/Fireworks/Core/interface/FWExpressionEvaluator.h +++ b/Fireworks/Core/interface/FWExpressionEvaluator.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 29 13:39:51 PST 2008 -// $Id: FWExpressionEvaluator.h,v 1.4 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWExpressionEvaluator.h,v 1.3 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWExpressionException.h b/Fireworks/Core/interface/FWExpressionException.h index 1b7715dccbbb4..e5b45e14d6e9d 100644 --- a/Fireworks/Core/interface/FWExpressionException.h +++ b/Fireworks/Core/interface/FWExpressionException.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Aug 21 14:22:22 EDT 2008 -// $Id: FWExpressionException.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWExpressionException.h,v 1.2 2008/11/06 22:05:22 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWFileEntry.h b/Fireworks/Core/interface/FWFileEntry.h index 6ede334e7c875..bfa46af6c2f0b 100644 --- a/Fireworks/Core/interface/FWFileEntry.h +++ b/Fireworks/Core/interface/FWFileEntry.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWFileEntry -// $Id: FWFileEntry.h,v 1.13 2011/06/03 23:30:50 amraktad Exp $ +// $Id: FWFileEntry.h,v 1.12 2010/11/22 21:35:06 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWFromEveSelectorBase.h b/Fireworks/Core/interface/FWFromEveSelectorBase.h index 4a12e50a28503..278bd2d9210dc 100644 --- a/Fireworks/Core/interface/FWFromEveSelectorBase.h +++ b/Fireworks/Core/interface/FWFromEveSelectorBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Oct 23 10:50:21 CDT 2009 -// $Id: FWFromEveSelectorBase.h,v 1.2 2009/10/28 14:41:11 chrjones Exp $ +// $Id: FWFromEveSelectorBase.h,v 1.1 2009/10/23 22:05:58 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWGUIManager.h b/Fireworks/Core/interface/FWGUIManager.h index 263051ca23610..83ded669e83ea 100644 --- a/Fireworks/Core/interface/FWGUIManager.h +++ b/Fireworks/Core/interface/FWGUIManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 11 10:52:24 EST 2008 -// $Id: FWGUIManager.h,v 1.121 2011/09/08 03:09:28 amraktad Exp $ +// $Id: FWGUIManager.h,v 1.120 2011/07/08 04:39:58 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWGUISubviewArea.h b/Fireworks/Core/interface/FWGUISubviewArea.h index 15ce6f8165920..57ea94e5b862b 100644 --- a/Fireworks/Core/interface/FWGUISubviewArea.h +++ b/Fireworks/Core/interface/FWGUISubviewArea.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 15 14:13:29 EST 2008 -// $Id: FWGUISubviewArea.h,v 1.27 2010/11/11 19:45:49 amraktad Exp $ +// $Id: FWGUISubviewArea.h,v 1.26 2010/11/10 20:07:07 amraktad Exp $ // #include "TGFrame.h" diff --git a/Fireworks/Core/interface/FWGenericParameter.h b/Fireworks/Core/interface/FWGenericParameter.h index 7ee264238e943..abfcfe9038300 100644 --- a/Fireworks/Core/interface/FWGenericParameter.h +++ b/Fireworks/Core/interface/FWGenericParameter.h @@ -15,7 +15,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:36:34 EST 2008 -// $Id: FWGenericParameter.h,v 1.3 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWGenericParameter.h,v 1.2.24.1 2012/02/18 01:58:25 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWGenericParameterWithRange.h b/Fireworks/Core/interface/FWGenericParameterWithRange.h index 0ebc1e4bcbd33..ff15c6d2763c2 100644 --- a/Fireworks/Core/interface/FWGenericParameterWithRange.h +++ b/Fireworks/Core/interface/FWGenericParameterWithRange.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:36:34 EST 2008 -// $Id: FWGenericParameterWithRange.h,v 1.4 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWGenericParameterWithRange.h,v 1.3.12.1 2012/02/18 01:58:25 matevz Exp $ // // user include files diff --git a/Fireworks/Core/interface/FWGeoTopNode.h b/Fireworks/Core/interface/FWGeoTopNode.h index b656e8c63abb7..2cd7f10b59fd2 100644 --- a/Fireworks/Core/interface/FWGeoTopNode.h +++ b/Fireworks/Core/interface/FWGeoTopNode.h @@ -16,7 +16,7 @@ // // Original Author: Matevz Tadel, Alja Mrak Tadel // Created: Thu Jun 23 01:25:00 CEST 2011 -// $Id: FWGeoTopNode.h,v 1.13 2012/05/08 02:32:51 amraktad Exp $ +// $Id: FWGeoTopNode.h,v 1.12 2012/05/04 00:21:43 amraktad Exp $ // #ifndef __CINT__ diff --git a/Fireworks/Core/interface/FWGeometryTableManagerBase.h b/Fireworks/Core/interface/FWGeometryTableManagerBase.h index 31e4a2a21dbdc..fa44c1fce0303 100644 --- a/Fireworks/Core/interface/FWGeometryTableManagerBase.h +++ b/Fireworks/Core/interface/FWGeometryTableManagerBase.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel, Matevz Tadel // Created: Thu Jan 27 14:50:40 CET 2011 -// $Id: FWGeometryTableManagerBase.h,v 1.8 2013/04/14 20:39:19 amraktad Exp $ +// $Id: FWGeometryTableManagerBase.h,v 1.7 2012/05/10 23:57:52 amraktad Exp $ // #include diff --git a/Fireworks/Core/interface/FWGeometryTableViewManager.h b/Fireworks/Core/interface/FWGeometryTableViewManager.h index 204a1be99f2eb..5d6e7ee813092 100644 --- a/Fireworks/Core/interface/FWGeometryTableViewManager.h +++ b/Fireworks/Core/interface/FWGeometryTableViewManager.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Jul 8 00:40:50 CEST 2011 -// $Id: FWGeometryTableViewManager.h,v 1.8 2012/04/21 00:30:21 amraktad Exp $ +// $Id: FWGeometryTableViewManager.h,v 1.7 2012/02/22 03:45:57 amraktad Exp $ // class FWViewBase; diff --git a/Fireworks/Core/interface/FWGlimpseView.h b/Fireworks/Core/interface/FWGlimpseView.h index 4ce617e7de87a..6036f68a6c97e 100644 --- a/Fireworks/Core/interface/FWGlimpseView.h +++ b/Fireworks/Core/interface/FWGlimpseView.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:37 EST 2008 -// $Id: FWGlimpseView.h,v 1.17 2010/09/02 18:10:10 amraktad Exp $ +// $Id: FWGlimpseView.h,v 1.16 2010/04/16 13:44:06 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWHFView.h b/Fireworks/Core/interface/FWHFView.h index 5b3223c0db956..584f346f84402 100644 --- a/Fireworks/Core/interface/FWHFView.h +++ b/Fireworks/Core/interface/FWHFView.h @@ -16,7 +16,7 @@ // // Original Author: Yanjun // Created: Mon May 31 13:42:21 CEST 2010 -// $Id: FWHFView.h,v 1.8 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWHFView.h,v 1.7 2010/09/21 17:20:55 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWHLTTriggerTableView.h b/Fireworks/Core/interface/FWHLTTriggerTableView.h index 5e4926d3cea38..5f12143a89b3c 100644 --- a/Fireworks/Core/interface/FWHLTTriggerTableView.h +++ b/Fireworks/Core/interface/FWHLTTriggerTableView.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Jan 25 16:02:24 CET 2011 -// $Id: FWHLTTriggerTableView.h,v 1.3 2011/02/16 18:38:36 amraktad Exp $ +// $Id: FWHLTTriggerTableView.h,v 1.2 2011/01/26 14:08:23 amraktad Exp $ // #include "Fireworks/Core/interface/FWTriggerTableView.h" diff --git a/Fireworks/Core/interface/FWHLTValidator.h b/Fireworks/Core/interface/FWHLTValidator.h index 6eeba5a6c717e..ac2afa365b0be 100644 --- a/Fireworks/Core/interface/FWHLTValidator.h +++ b/Fireworks/Core/interface/FWHLTValidator.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWHLTValidator -// $Id: FWHLTValidator.h,v 1.4 2011/02/18 17:38:42 amraktad Exp $ +// $Id: FWHLTValidator.h,v 1.3 2009/12/13 12:28:05 amraktad Exp $ // #include "Fireworks/Core/src/FWValidatorBase.h" diff --git a/Fireworks/Core/interface/FWHandle.h b/Fireworks/Core/interface/FWHandle.h index 1118551c7f3d0..a0c1bbc051e7f 100644 --- a/Fireworks/Core/interface/FWHandle.h +++ b/Fireworks/Core/interface/FWHandle.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 3 19:23:45 EST 2008 -// $Id: FWHandle.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWHandle.h,v 1.2 2008/11/06 22:05:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWISpyView.h b/Fireworks/Core/interface/FWISpyView.h index 6cb244b6e7f42..72b2a20048dc6 100644 --- a/Fireworks/Core/interface/FWISpyView.h +++ b/Fireworks/Core/interface/FWISpyView.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 7 14:41:32 CEST 2010 -// $Id: FWISpyView.h,v 1.2 2010/04/16 13:44:06 amraktad Exp $ +// $Id: FWISpyView.h,v 1.1 2010/04/12 10:09:15 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWInteractionList.h b/Fireworks/Core/interface/FWInteractionList.h index 25f99275a96af..a8bb065ca4bef 100644 --- a/Fireworks/Core/interface/FWInteractionList.h +++ b/Fireworks/Core/interface/FWInteractionList.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Mon Apr 19 12:48:12 CEST 2010 -// $Id: FWInteractionList.h,v 1.4 2010/12/03 20:38:57 amraktad Exp $ +// $Id: FWInteractionList.h,v 1.3 2010/06/14 14:45:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWInvMassDialog.h b/Fireworks/Core/interface/FWInvMassDialog.h index f787c9c2b1eaf..74edf77087589 100644 --- a/Fireworks/Core/interface/FWInvMassDialog.h +++ b/Fireworks/Core/interface/FWInvMassDialog.h @@ -16,7 +16,7 @@ // // Original Author: Matevz Tadel // Created: Mon Nov 22 11:05:41 CET 2010 -// $Id: FWInvMassDialog.h,v 1.1 2010/11/22 21:35:07 matevz Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/interface/FWItemAccessorBase.h b/Fireworks/Core/interface/FWItemAccessorBase.h index 3a92c5765863b..d0fcadb76d363 100644 --- a/Fireworks/Core/interface/FWItemAccessorBase.h +++ b/Fireworks/Core/interface/FWItemAccessorBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 08:14:21 EDT 2008 -// $Id: FWItemAccessorBase.h,v 1.6 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWItemAccessorBase.h,v 1.5 2010/07/23 16:02:54 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWItemAccessorFactory.h b/Fireworks/Core/interface/FWItemAccessorFactory.h index 815eeecae8914..7ea74c302b427 100644 --- a/Fireworks/Core/interface/FWItemAccessorFactory.h +++ b/Fireworks/Core/interface/FWItemAccessorFactory.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 14:47:03 EDT 2008 -// $Id: FWItemAccessorFactory.h,v 1.6 2010/06/03 19:38:31 chrjones Exp $ +// $Id: FWItemAccessorFactory.h,v 1.5 2010/06/03 19:26:58 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWItemAccessorRegistry.h b/Fireworks/Core/interface/FWItemAccessorRegistry.h index d4d16fcfecad1..b28ca4ec16207 100644 --- a/Fireworks/Core/interface/FWItemAccessorRegistry.h +++ b/Fireworks/Core/interface/FWItemAccessorRegistry.h @@ -18,7 +18,7 @@ // // Original Author: Giulio Eulisse // Created: Thu Feb 18 00:00:00 EDT 2010 -// $Id: FWItemAccessorRegistry.h,v 1.2 2010/03/01 09:43:01 eulisse Exp $ +// $Id: FWItemAccessorRegistry.h,v 1.1 2010/02/26 09:40:48 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWItemChangeSignal.h b/Fireworks/Core/interface/FWItemChangeSignal.h index 58ef61c0b87f3..7155f84f92894 100644 --- a/Fireworks/Core/interface/FWItemChangeSignal.h +++ b/Fireworks/Core/interface/FWItemChangeSignal.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Jan 21 19:30:17 EST 2008 -// $Id: FWItemChangeSignal.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWItemChangeSignal.h,v 1.2 2008/11/06 22:05:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWItemRandomAccessor.h b/Fireworks/Core/interface/FWItemRandomAccessor.h index 8cae4e4aa1781..69f541f6b96aa 100644 --- a/Fireworks/Core/interface/FWItemRandomAccessor.h +++ b/Fireworks/Core/interface/FWItemRandomAccessor.h @@ -7,7 +7,7 @@ // // Original Author: Giulio Eulisse // Created: Thu Feb 18 15:19:44 EDT 2008 -// $Id: FWItemRandomAccessor.h,v 1.10 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWItemRandomAccessor.h,v 1.9 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWItemValueGetter.h b/Fireworks/Core/interface/FWItemValueGetter.h index d8c0d82c4e720..5ef9a062a5090 100644 --- a/Fireworks/Core/interface/FWItemValueGetter.h +++ b/Fireworks/Core/interface/FWItemValueGetter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Nov 30 16:14:58 EST 2008 -// $Id: FWItemValueGetter.h,v 1.8 2012/08/28 22:25:42 wmtan Exp $ +// $Id: FWItemValueGetter.h,v 1.7 2012/08/03 18:20:27 wmtan Exp $ // #include diff --git a/Fireworks/Core/interface/FWL1TriggerTableView.h b/Fireworks/Core/interface/FWL1TriggerTableView.h index a8242e609252c..54a2a0e5b8b4c 100644 --- a/Fireworks/Core/interface/FWL1TriggerTableView.h +++ b/Fireworks/Core/interface/FWL1TriggerTableView.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Jan 25 16:02:19 CET 2011 -// $Id: FWL1TriggerTableView.h,v 1.6 2011/01/26 11:47:06 amraktad Exp $ +// $Id$ // #include "Fireworks/Core/interface/FWTriggerTableView.h" diff --git a/Fireworks/Core/interface/FWLegoViewBase.h b/Fireworks/Core/interface/FWLegoViewBase.h index 4120e3d7ace70..00a0955e1d89c 100644 --- a/Fireworks/Core/interface/FWLegoViewBase.h +++ b/Fireworks/Core/interface/FWLegoViewBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:37 EST 2008 -// $Id: FWLegoViewBase.h,v 1.14 2010/11/15 17:14:27 amraktad Exp $ +// $Id: FWLegoViewBase.h,v 1.13 2010/09/26 19:54:56 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWLongParameter.h b/Fireworks/Core/interface/FWLongParameter.h index cf094a980b404..96e4fd2bbf21e 100644 --- a/Fireworks/Core/interface/FWLongParameter.h +++ b/Fireworks/Core/interface/FWLongParameter.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWLongParameter -// $Id: FWLongParameter.h,v 1.4 2010/02/12 15:36:46 eulisse Exp $ +// $Id: FWLongParameter.h,v 1.1 2009/10/07 12:46:47 dmytro Exp $ // // user include files #include "Fireworks/Core/interface/FWParameters.h" diff --git a/Fireworks/Core/interface/FWModelChangeManager.h b/Fireworks/Core/interface/FWModelChangeManager.h index e7ca455a530cc..7fdb7f96786f3 100644 --- a/Fireworks/Core/interface/FWModelChangeManager.h +++ b/Fireworks/Core/interface/FWModelChangeManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 17 17:37:49 EST 2008 -// $Id: FWModelChangeManager.h,v 1.6 2010/05/27 08:39:34 eulisse Exp $ +// $Id: FWModelChangeManager.h,v 1.5 2009/01/23 21:35:41 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWModelChangeSignal.h b/Fireworks/Core/interface/FWModelChangeSignal.h index fbf567d1e24b6..c6250bf4d2ca7 100644 --- a/Fireworks/Core/interface/FWModelChangeSignal.h +++ b/Fireworks/Core/interface/FWModelChangeSignal.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Jan 21 19:30:17 EST 2008 -// $Id: FWModelChangeSignal.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWModelChangeSignal.h,v 1.2 2008/11/06 22:05:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWModelExpressionSelector.h b/Fireworks/Core/interface/FWModelExpressionSelector.h index 38af22d7fb967..84614108fb5f6 100644 --- a/Fireworks/Core/interface/FWModelExpressionSelector.h +++ b/Fireworks/Core/interface/FWModelExpressionSelector.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Jan 23 10:37:13 EST 2008 -// $Id: FWModelExpressionSelector.h,v 1.6 2013/04/05 05:24:57 amraktad Exp $ +// $Id: FWModelExpressionSelector.h,v 1.5 2011/11/18 02:57:07 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWModelFilter.h b/Fireworks/Core/interface/FWModelFilter.h index 836f9281553b9..c046c9beabe32 100644 --- a/Fireworks/Core/interface/FWModelFilter.h +++ b/Fireworks/Core/interface/FWModelFilter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 29 13:39:51 PST 2008 -// $Id: FWModelFilter.h,v 1.10 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWModelFilter.h,v 1.9 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWModelId.h b/Fireworks/Core/interface/FWModelId.h index 13f4d71e2463e..aeb89a01587c6 100644 --- a/Fireworks/Core/interface/FWModelId.h +++ b/Fireworks/Core/interface/FWModelId.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 12:44:26 EST 2008 -// $Id: FWModelId.h,v 1.6 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWModelId.h,v 1.5 2008/11/06 22:05:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWModelIdFromEveSelector.h b/Fireworks/Core/interface/FWModelIdFromEveSelector.h index a908dd20260ba..1fc25acea78b0 100644 --- a/Fireworks/Core/interface/FWModelIdFromEveSelector.h +++ b/Fireworks/Core/interface/FWModelIdFromEveSelector.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Oct 28 11:44:11 CET 2009 -// $Id: FWModelIdFromEveSelector.h,v 1.1 2009/10/28 14:36:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/interface/FWNavigatorBase.h b/Fireworks/Core/interface/FWNavigatorBase.h index 1f623e77da02d..270073c825c09 100644 --- a/Fireworks/Core/interface/FWNavigatorBase.h +++ b/Fireworks/Core/interface/FWNavigatorBase.h @@ -4,7 +4,7 @@ // // Package: newVersion // Class : CmsShowNavigator -// $Id: FWNavigatorBase.h,v 1.4 2010/09/02 19:54:03 matevz Exp $ +// $Id: FWNavigatorBase.h,v 1.3 2010/07/26 19:25:57 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWParameterBase.h b/Fireworks/Core/interface/FWParameterBase.h index 65c5dd9b0773c..68ced0fc0e969 100644 --- a/Fireworks/Core/interface/FWParameterBase.h +++ b/Fireworks/Core/interface/FWParameterBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 23 13:35:15 EST 2008 -// $Id: FWParameterBase.h,v 1.4 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWParameterBase.h,v 1.3.40.1 2012/02/18 01:58:26 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWParameterSetterBase.h b/Fireworks/Core/interface/FWParameterSetterBase.h index ace8d0184b52b..c349a3a8ea1f4 100644 --- a/Fireworks/Core/interface/FWParameterSetterBase.h +++ b/Fireworks/Core/interface/FWParameterSetterBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:16:14 EST 2008 -// $Id: FWParameterSetterBase.h,v 1.8 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWParameterSetterBase.h,v 1.7.4.1 2012/02/18 01:58:26 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWParameterSetterEditorBase.h b/Fireworks/Core/interface/FWParameterSetterEditorBase.h index e7352ca807785..c89706ea951e3 100644 --- a/Fireworks/Core/interface/FWParameterSetterEditorBase.h +++ b/Fireworks/Core/interface/FWParameterSetterEditorBase.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Jun 26 11:17:59 EDT 2008 -// $Id: FWParameterSetterEditorBase.h,v 1.4 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWParameterSetterEditorBase.h,v 1.3.40.1 2012/02/18 01:58:26 matevz Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWParameterizable.h b/Fireworks/Core/interface/FWParameterizable.h index 52fa2ef0f292e..7763ade672125 100644 --- a/Fireworks/Core/interface/FWParameterizable.h +++ b/Fireworks/Core/interface/FWParameterizable.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 23 13:35:23 EST 2008 -// $Id: FWParameterizable.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWParameterizable.h,v 1.2 2008/11/06 22:05:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWParameters.h b/Fireworks/Core/interface/FWParameters.h index 7db917c355ff6..cb53bfa54db4c 100644 --- a/Fireworks/Core/interface/FWParameters.h +++ b/Fireworks/Core/interface/FWParameters.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:36:34 EST 2008 -// $Id: FWParameters.h,v 1.2 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWParameters.h,v 1.1.24.1 2012/02/18 01:58:26 matevz Exp $ // // user include files diff --git a/Fireworks/Core/interface/FWPhysicsObjectDesc.h b/Fireworks/Core/interface/FWPhysicsObjectDesc.h index e6a455689fbe8..2bf25509a0271 100644 --- a/Fireworks/Core/interface/FWPhysicsObjectDesc.h +++ b/Fireworks/Core/interface/FWPhysicsObjectDesc.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 15 15:04:58 EST 2008 -// $Id: FWPhysicsObjectDesc.h,v 1.9 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWPhysicsObjectDesc.h,v 1.8 2010/05/31 09:44:45 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWProxyBuilderBase.h b/Fireworks/Core/interface/FWProxyBuilderBase.h index 170a5c971fc66..435f36b26167c 100644 --- a/Fireworks/Core/interface/FWProxyBuilderBase.h +++ b/Fireworks/Core/interface/FWProxyBuilderBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones, Matevz Tadel, Alja Mrak-Tadel // Created: Thu Mar 18 14:12:12 CET 2010 -// $Id: FWProxyBuilderBase.h,v 1.17 2011/07/30 04:55:46 amraktad Exp $ +// $Id: FWProxyBuilderBase.h,v 1.16 2010/10/22 14:34:45 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWProxyBuilderConfiguration.h b/Fireworks/Core/interface/FWProxyBuilderConfiguration.h index 90061ce7d4f65..528d50d6ecedb 100644 --- a/Fireworks/Core/interface/FWProxyBuilderConfiguration.h +++ b/Fireworks/Core/interface/FWProxyBuilderConfiguration.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jul 27 00:58:35 CEST 2011 -// $Id: FWProxyBuilderConfiguration.h,v 1.4 2011/08/16 01:16:05 amraktad Exp $ +// $Id: FWProxyBuilderConfiguration.h,v 1.3 2011/08/11 03:53:09 amraktad Exp $ // #include diff --git a/Fireworks/Core/interface/FWProxyBuilderFactory.h b/Fireworks/Core/interface/FWProxyBuilderFactory.h index 77f9140d82d88..dc48a41c0a969 100644 --- a/Fireworks/Core/interface/FWProxyBuilderFactory.h +++ b/Fireworks/Core/interface/FWProxyBuilderFactory.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jun 5 20:13:55 EDT 2008 -// $Id: FWProxyBuilderFactory.h,v 1.2 2010/06/02 22:40:33 chrjones Exp $ +// $Id: FWProxyBuilderFactory.h,v 1.1 2010/04/06 20:00:35 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWProxyBuilderTemplate.h b/Fireworks/Core/interface/FWProxyBuilderTemplate.h index 7a8fe9d8ca668..4f4e9889620d4 100644 --- a/Fireworks/Core/interface/FWProxyBuilderTemplate.h +++ b/Fireworks/Core/interface/FWProxyBuilderTemplate.h @@ -16,7 +16,7 @@ // // Original Author: Matevz Tadel // Created: April 23 2010 -// $Id: FWProxyBuilderTemplate.h,v 1.1 2010/04/23 21:01:59 amraktad Exp $ +// $Id: FWProxyBuilderTemplate.h,v 1.3 2010/04/20 20:49:41 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWRPZView.h b/Fireworks/Core/interface/FWRPZView.h index a670458a37c90..915ad6ec5d00c 100644 --- a/Fireworks/Core/interface/FWRPZView.h +++ b/Fireworks/Core/interface/FWRPZView.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 19 10:33:21 EST 2008 -// $Id: FWRPZView.h,v 1.24 2011/10/15 02:33:29 amraktad Exp $ +// $Id: FWRPZView.h,v 1.23 2011/09/08 02:18:01 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWRPZViewGeometry.h b/Fireworks/Core/interface/FWRPZViewGeometry.h index 0b87bf3530e3e..b5c3935e6ed5c 100644 --- a/Fireworks/Core/interface/FWRPZViewGeometry.h +++ b/Fireworks/Core/interface/FWRPZViewGeometry.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 25 21:01:12 CET 2010 -// $Id: FWRPZViewGeometry.h,v 1.10 2011/10/15 02:33:29 amraktad Exp $ +// $Id: FWRPZViewGeometry.h,v 1.9 2010/09/17 16:18:55 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWRepresentationCheckerBase.h b/Fireworks/Core/interface/FWRepresentationCheckerBase.h index 3c0d1d80cc1f7..6a01a125de1ba 100644 --- a/Fireworks/Core/interface/FWRepresentationCheckerBase.h +++ b/Fireworks/Core/interface/FWRepresentationCheckerBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 13:12:35 EST 2008 -// $Id: FWRepresentationCheckerBase.h,v 1.3 2010/06/02 22:36:38 chrjones Exp $ +// $Id: FWRepresentationCheckerBase.h,v 1.2 2009/01/23 21:35:41 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWRepresentationInfo.h b/Fireworks/Core/interface/FWRepresentationInfo.h index 06bd5e1a70a58..a151f51fe5c30 100644 --- a/Fireworks/Core/interface/FWRepresentationInfo.h +++ b/Fireworks/Core/interface/FWRepresentationInfo.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 13:12:28 EST 2008 -// $Id: FWRepresentationInfo.h,v 1.4 2010/06/02 22:55:42 chrjones Exp $ +// $Id: FWRepresentationInfo.h,v 1.3 2010/06/02 22:37:42 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWSelectionManager.h b/Fireworks/Core/interface/FWSelectionManager.h index 7afa08f74752b..54c4b8d880254 100644 --- a/Fireworks/Core/interface/FWSelectionManager.h +++ b/Fireworks/Core/interface/FWSelectionManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 14:40:45 EST 2008 -// $Id: FWSelectionManager.h,v 1.7 2009/11/20 17:53:58 chrjones Exp $ +// $Id: FWSelectionManager.h,v 1.6 2009/08/12 18:12:45 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWSimpleProxyBuilder.h b/Fireworks/Core/interface/FWSimpleProxyBuilder.h index 486f3c94fdb85..9a526d9ba50b3 100644 --- a/Fireworks/Core/interface/FWSimpleProxyBuilder.h +++ b/Fireworks/Core/interface/FWSimpleProxyBuilder.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones, AljaMrak-Tadel // Created: Tue March 28 2 09:46:36 EST 2010 -// $Id: FWSimpleProxyBuilder.h,v 1.10 2010/10/22 14:34:45 amraktad Exp $ +// $Id: FWSimpleProxyBuilder.h,v 1.9 2010/08/16 17:59:11 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h b/Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h index 2f3d3b389e878..59da129f6b96a 100644 --- a/Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h +++ b/Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 11:20:00 EST 2008 -// $Id: FWSimpleProxyBuilderTemplate.h,v 1.7 2010/05/04 13:24:40 amraktad Exp $ +// $Id: FWSimpleProxyBuilderTemplate.h,v 1.6 2010/05/03 15:53:18 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWSimpleProxyHelper.h b/Fireworks/Core/interface/FWSimpleProxyHelper.h index 6a08b15ff748d..5d3084d45bad3 100644 --- a/Fireworks/Core/interface/FWSimpleProxyHelper.h +++ b/Fireworks/Core/interface/FWSimpleProxyHelper.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 15:13:17 EST 2008 -// $Id: FWSimpleProxyHelper.h,v 1.3 2010/08/18 10:30:10 amraktad Exp $ +// $Id: FWSimpleProxyHelper.h,v 1.2 2009/01/23 21:35:41 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWSimpleRepresentationChecker.h b/Fireworks/Core/interface/FWSimpleRepresentationChecker.h index 72ccb7665c4ed..f39e8a0f7c85c 100644 --- a/Fireworks/Core/interface/FWSimpleRepresentationChecker.h +++ b/Fireworks/Core/interface/FWSimpleRepresentationChecker.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 25 10:54:22 EST 2008 -// $Id: FWSimpleRepresentationChecker.h,v 1.5 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWSimpleRepresentationChecker.h,v 1.4 2010/06/02 22:37:42 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWStringParameter.h b/Fireworks/Core/interface/FWStringParameter.h index 7c3cc06fb8746..031ba7986138c 100644 --- a/Fireworks/Core/interface/FWStringParameter.h +++ b/Fireworks/Core/interface/FWStringParameter.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWStringParameter -// $Id: FWStringParameter.h,v 1.2 2010/02/12 15:36:46 eulisse Exp $ +// $Id: FWStringParameter.h,v 1.1 2009/10/07 12:46:47 dmytro Exp $ // #include "Fireworks/Core/interface/FWParameters.h" #endif diff --git a/Fireworks/Core/interface/FWSummaryManager.h b/Fireworks/Core/interface/FWSummaryManager.h index b0249ea7f1409..0bb759efd3ed3 100644 --- a/Fireworks/Core/interface/FWSummaryManager.h +++ b/Fireworks/Core/interface/FWSummaryManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 4 09:35:58 EST 2008 -// $Id: FWSummaryManager.h,v 1.11 2009/09/23 20:34:38 chrjones Exp $ +// $Id: FWSummaryManager.h,v 1.10 2009/08/26 19:06:03 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTSelectorToEventList.h b/Fireworks/Core/interface/FWTSelectorToEventList.h index b34ca100dbf59..2eebe21f7e9a6 100644 --- a/Fireworks/Core/interface/FWTSelectorToEventList.h +++ b/Fireworks/Core/interface/FWTSelectorToEventList.h @@ -1,4 +1,4 @@ -// $Id: FWTSelectorToEventList.h,v 1.4 2010/07/05 19:48:05 matevz Exp $ +// $Id: FWTSelectorToEventList.h,v 1.3 2010/07/05 18:33:45 matevz Exp $ #ifndef Fireworks_Core_FWTSelectorToEventList_h #define Fireworks_Core_FWTSelectorToEventList_h diff --git a/Fireworks/Core/interface/FWTableView.h b/Fireworks/Core/interface/FWTableView.h index b7a9be946349e..2b26addcef752 100644 --- a/Fireworks/Core/interface/FWTableView.h +++ b/Fireworks/Core/interface/FWTableView.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:37 EST 2008 -// $Id: FWTableView.h,v 1.9 2011/01/26 11:57:32 amraktad Exp $ +// $Id: FWTableView.h,v 1.8 2010/09/02 18:10:10 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTableViewManager.h b/Fireworks/Core/interface/FWTableViewManager.h index 1749ab05418a2..425cb46c2e7c0 100644 --- a/Fireworks/Core/interface/FWTableViewManager.h +++ b/Fireworks/Core/interface/FWTableViewManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sat Jan 5 10:29:00 EST 2008 -// $Id: FWTableViewManager.h,v 1.10 2012/08/03 18:20:27 wmtan Exp $ +// $Id: FWTableViewManager.h,v 1.9 2010/11/04 22:38:54 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTableViewTableManager.h b/Fireworks/Core/interface/FWTableViewTableManager.h index bdc9c76bc72fe..8b596828f053d 100644 --- a/Fireworks/Core/interface/FWTableViewTableManager.h +++ b/Fireworks/Core/interface/FWTableViewTableManager.h @@ -11,7 +11,7 @@ // // Original Author: // Created: Mon Feb 2 16:40:52 EST 2009 -// $Id: FWTableViewTableManager.h,v 1.7 2011/11/18 02:57:07 amraktad Exp $ +// $Id: FWTableViewTableManager.h,v 1.6 2010/04/23 21:36:28 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTextProjected.h b/Fireworks/Core/interface/FWTextProjected.h index 9f9ba54715c83..4cae2df9315a3 100644 --- a/Fireworks/Core/interface/FWTextProjected.h +++ b/Fireworks/Core/interface/FWTextProjected.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Aug 12 01:12:28 CEST 2011 -// $Id: FWTextProjected.h,v 1.2 2011/08/16 21:43:27 amraktad Exp $ +// $Id: FWTextProjected.h,v 1.1 2011/08/13 04:04:20 amraktad Exp $ // #include "TNamed.h" diff --git a/Fireworks/Core/interface/FWTriggerTableView.h b/Fireworks/Core/interface/FWTriggerTableView.h index 3fb3ddcb27db7..32250862eb232 100644 --- a/Fireworks/Core/interface/FWTriggerTableView.h +++ b/Fireworks/Core/interface/FWTriggerTableView.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWTriggerTableView -// $Id: FWTriggerTableView.h,v 1.9 2011/02/16 18:38:36 amraktad Exp $ +// $Id: FWTriggerTableView.h,v 1.8 2011/01/26 14:08:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTriggerTableViewManager.h b/Fireworks/Core/interface/FWTriggerTableViewManager.h index 34d5651b8752e..26d65d49200bc 100644 --- a/Fireworks/Core/interface/FWTriggerTableViewManager.h +++ b/Fireworks/Core/interface/FWTriggerTableViewManager.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWTriggerTableViewManager -// $Id: FWTriggerTableViewManager.h,v 1.5 2011/02/16 18:38:36 amraktad Exp $ +// $Id: FWTriggerTableViewManager.h,v 1.4 2011/01/26 11:47:06 amraktad Exp $ // #include "Fireworks/Core/interface/FWViewManagerBase.h" diff --git a/Fireworks/Core/interface/FWTriggerTableViewTableManager.h b/Fireworks/Core/interface/FWTriggerTableViewTableManager.h index da1ca2c7bc1d3..15bc1d224a7b4 100644 --- a/Fireworks/Core/interface/FWTriggerTableViewTableManager.h +++ b/Fireworks/Core/interface/FWTriggerTableViewTableManager.h @@ -11,7 +11,7 @@ // // Original Author: // Created: Mon Feb 2 16:40:52 EST 2009 -// $Id: FWTriggerTableViewTableManager.h,v 1.3 2011/11/18 02:57:07 amraktad Exp $ +// $Id: FWTriggerTableViewTableManager.h,v 1.2 2011/01/26 11:47:06 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWTypeToRepresentations.h b/Fireworks/Core/interface/FWTypeToRepresentations.h index 216fc831449f7..6668b19e470ae 100644 --- a/Fireworks/Core/interface/FWTypeToRepresentations.h +++ b/Fireworks/Core/interface/FWTypeToRepresentations.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 11:25:04 EST 2008 -// $Id: FWTypeToRepresentations.h,v 1.2 2009/01/23 21:35:41 amraktad Exp $ +// $Id: FWTypeToRepresentations.h,v 1.1 2008/11/14 16:29:31 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewBase.h b/Fireworks/Core/interface/FWViewBase.h index 58b7fa356a1ef..68e17de392a27 100644 --- a/Fireworks/Core/interface/FWViewBase.h +++ b/Fireworks/Core/interface/FWViewBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 14:43:25 EST 2008 -// $Id: FWViewBase.h,v 1.14 2010/11/04 22:38:54 amraktad Exp $ +// $Id: FWViewBase.h,v 1.13 2010/09/08 19:18:55 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewContext.h b/Fireworks/Core/interface/FWViewContext.h index c3a5a78b5c522..078d55facad83 100644 --- a/Fireworks/Core/interface/FWViewContext.h +++ b/Fireworks/Core/interface/FWViewContext.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 14 18:31:27 CEST 2010 -// $Id: FWViewContext.h,v 1.6 2010/11/26 20:24:47 amraktad Exp $ +// $Id: FWViewContext.h,v 1.5 2010/09/26 19:54:56 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewContextMenuHandlerBase.h b/Fireworks/Core/interface/FWViewContextMenuHandlerBase.h index 2f5d83ea5e048..8cf3f773560a0 100644 --- a/Fireworks/Core/interface/FWViewContextMenuHandlerBase.h +++ b/Fireworks/Core/interface/FWViewContextMenuHandlerBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Nov 2 13:46:26 CST 2009 -// $Id: FWViewContextMenuHandlerBase.h,v 1.5 2011/03/25 18:02:45 amraktad Exp $ +// $Id: FWViewContextMenuHandlerBase.h,v 1.4 2009/11/04 13:30:08 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewEnergyScale.h b/Fireworks/Core/interface/FWViewEnergyScale.h index 427a432c355be..53b17b4e38e92 100644 --- a/Fireworks/Core/interface/FWViewEnergyScale.h +++ b/Fireworks/Core/interface/FWViewEnergyScale.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Jun 18 20:37:55 CEST 2010 -// $Id: FWViewEnergyScale.h,v 1.8 2010/11/27 22:08:23 amraktad Exp $ +// $Id: FWViewEnergyScale.h,v 1.7 2010/11/26 20:24:47 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewEnergyScaleEditor.h b/Fireworks/Core/interface/FWViewEnergyScaleEditor.h index 24746be10b638..acd462352d6bd 100644 --- a/Fireworks/Core/interface/FWViewEnergyScaleEditor.h +++ b/Fireworks/Core/interface/FWViewEnergyScaleEditor.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Sep 24 18:52:28 CEST 2010 -// $Id: FWViewEnergyScaleEditor.h,v 1.3 2012/08/01 00:41:36 amraktad Exp $ +// $Id: FWViewEnergyScaleEditor.h,v 1.2 2010/11/27 22:08:23 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewGeometryList.h b/Fireworks/Core/interface/FWViewGeometryList.h index 3c05c62d9c139..83a24173319b6 100644 --- a/Fireworks/Core/interface/FWViewGeometryList.h +++ b/Fireworks/Core/interface/FWViewGeometryList.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Tue Sep 14 13:28:39 CEST 2010 -// $Id: FWViewGeometryList.h,v 1.4 2010/09/28 11:39:50 amraktad Exp $ +// $Id: FWViewGeometryList.h,v 1.3 2010/09/17 16:18:55 amraktad Exp $ // #include "sigc++/connection.h" diff --git a/Fireworks/Core/interface/FWViewManagerBase.h b/Fireworks/Core/interface/FWViewManagerBase.h index 33c8093bd08b7..feb4384f8250b 100644 --- a/Fireworks/Core/interface/FWViewManagerBase.h +++ b/Fireworks/Core/interface/FWViewManagerBase.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Sat Jan 5 10:29:00 EST 2008 -// $Id: FWViewManagerBase.h,v 1.22 2011/07/08 04:39:59 amraktad Exp $ +// $Id: FWViewManagerBase.h,v 1.21 2010/09/24 16:22:26 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewManagerManager.h b/Fireworks/Core/interface/FWViewManagerManager.h index d2bf7ef515e55..281ad554b3f46 100644 --- a/Fireworks/Core/interface/FWViewManagerManager.h +++ b/Fireworks/Core/interface/FWViewManagerManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 15 10:26:23 EST 2008 -// $Id: FWViewManagerManager.h,v 1.12 2009/11/05 22:06:02 dmytro Exp $ +// $Id: FWViewManagerManager.h,v 1.11 2009/04/07 14:04:49 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/interface/FWViewType.h b/Fireworks/Core/interface/FWViewType.h index 2f9986b220a94..e033a74999ec4 100644 --- a/Fireworks/Core/interface/FWViewType.h +++ b/Fireworks/Core/interface/FWViewType.h @@ -16,7 +16,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Mon Mar 22 12:08:40 CET 2010 -// $Id: FWViewType.h,v 1.22 2012/02/22 03:45:57 amraktad Exp $ +// $Id: FWViewType.h,v 1.21.2.1 2011/12/23 02:24:33 amraktad Exp $ // #include diff --git a/Fireworks/Core/interface/RootGuiUtils.h b/Fireworks/Core/interface/RootGuiUtils.h index c3d2fd3d377da..8aa3e23add0f2 100644 --- a/Fireworks/Core/interface/RootGuiUtils.h +++ b/Fireworks/Core/interface/RootGuiUtils.h @@ -1,4 +1,4 @@ -// @(#)root/eve:$Id: RootGuiUtils.h,v 1.1 2011/02/21 18:50:54 matevz Exp $ +// @(#)root/eve:$Id: SKEL-base.h 23035 2008-04-08 09:17:02Z matevz $ // Author: Matevz Tadel 2011 #ifndef Fireworks_Core_RootGuiUtils diff --git a/Fireworks/Core/interface/TRootXTReq.h b/Fireworks/Core/interface/TRootXTReq.h index b1b1f38389932..419c073bcd039 100644 --- a/Fireworks/Core/interface/TRootXTReq.h +++ b/Fireworks/Core/interface/TRootXTReq.h @@ -1,4 +1,4 @@ -// $Id: TRootXTReq.h,v 1.3 2011/01/24 17:44:21 amraktad Exp $ +// $Id: TRootXTReq.h,v 1.2 2010/07/01 18:49:58 chrjones Exp $ #ifndef Fireworks_Core_TRootXTReq_h #define Fireworks_Core_TRootXTReq_h diff --git a/Fireworks/Core/interface/fw3dlego_xbins.h b/Fireworks/Core/interface/fw3dlego_xbins.h index 3077268d6bd49..f3c3f9a3b3b7b 100644 --- a/Fireworks/Core/interface/fw3dlego_xbins.h +++ b/Fireworks/Core/interface/fw3dlego_xbins.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Dec 3 13:55:42 EST 2008 -// $Id: fw3dlego_xbins.h,v 1.3 2010/06/07 18:58:17 matevz Exp $ +// $Id: fw3dlego_xbins.h,v 1.2 2009/01/23 21:35:42 amraktad Exp $ // namespace fw3dlego diff --git a/Fireworks/Core/interface/fwLog.h b/Fireworks/Core/interface/fwLog.h index 4ad83fc59b98b..9de6ec454c37b 100644 --- a/Fireworks/Core/interface/fwLog.h +++ b/Fireworks/Core/interface/fwLog.h @@ -23,7 +23,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 8 23:10:04 CST 2009 -// $Id: fwLog.h,v 1.3 2009/12/12 20:42:29 amraktad Exp $ +// $Id: fwLog.h,v 1.2 2009/12/11 20:25:45 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/interface/register_dataproxybuilder_macro.h b/Fireworks/Core/interface/register_dataproxybuilder_macro.h index 1471aedf0f4d7..63e8bf615ad2c 100644 --- a/Fireworks/Core/interface/register_dataproxybuilder_macro.h +++ b/Fireworks/Core/interface/register_dataproxybuilder_macro.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Jun 5 15:31:20 EDT 2008 -// $Id: register_dataproxybuilder_macro.h,v 1.8 2012/08/03 18:20:27 wmtan Exp $ +// $Id: register_dataproxybuilder_macro.h,v 1.7 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/interface/register_itemaccessorbase_macro.h b/Fireworks/Core/interface/register_itemaccessorbase_macro.h index 16045316f97df..779ccfc3dd30f 100644 --- a/Fireworks/Core/interface/register_itemaccessorbase_macro.h +++ b/Fireworks/Core/interface/register_itemaccessorbase_macro.h @@ -16,7 +16,7 @@ // // Original Author: Giulio Eulisse // Created: Thu Feb 18 11:31:20 EDT 2010 -// $Id: register_itemaccessorbase_macro.h,v 1.4 2012/08/03 18:20:27 wmtan Exp $ +// $Id: register_itemaccessorbase_macro.h,v 1.3 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/CSGAction.cc b/Fireworks/Core/src/CSGAction.cc index b93872a67f14c..c50b2ad808105 100644 --- a/Fireworks/Core/src/CSGAction.cc +++ b/Fireworks/Core/src/CSGAction.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 20:58:11 CDT 2008 -// $Id: CSGAction.cc,v 1.29 2012/07/26 06:07:18 amraktad Exp $ +// $Id: CSGAction.cc,v 1.28 2010/06/18 10:17:14 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/CSGConnector.cc b/Fireworks/Core/src/CSGConnector.cc index a69a380a246c2..6c12e3af76e1f 100644 --- a/Fireworks/Core/src/CSGConnector.cc +++ b/Fireworks/Core/src/CSGConnector.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 20:58:15 CDT 2008 -// $Id: CSGConnector.cc,v 1.5 2010/06/18 10:17:14 yana Exp $ +// $Id: CSGConnector.cc,v 1.4 2009/08/26 18:59:20 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CSGConnector.h b/Fireworks/Core/src/CSGConnector.h index d25db72074bff..61f6549d9dd52 100644 --- a/Fireworks/Core/src/CSGConnector.h +++ b/Fireworks/Core/src/CSGConnector.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 18:16:04 CDT 2008 -// $Id: CSGConnector.h,v 1.5 2009/08/26 18:59:20 amraktad Exp $ +// $Id: CSGConnector.h,v 1.4 2009/01/23 21:35:42 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CSGContinuousAction.cc b/Fireworks/Core/src/CSGContinuousAction.cc index c1e4f849393d5..1c3ee0c44a180 100644 --- a/Fireworks/Core/src/CSGContinuousAction.cc +++ b/Fireworks/Core/src/CSGContinuousAction.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Jul 29 10:21:18 EDT 2008 -// $Id: CSGContinuousAction.cc,v 1.6 2009/08/26 18:59:20 amraktad Exp $ +// $Id: CSGContinuousAction.cc,v 1.5 2009/08/14 15:35:04 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowCommon.cc b/Fireworks/Core/src/CmsShowCommon.cc index fdea96d0ae011..67747130f13a7 100644 --- a/Fireworks/Core/src/CmsShowCommon.cc +++ b/Fireworks/Core/src/CmsShowCommon.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Sep 10 14:50:32 CEST 2010 -// $Id: CmsShowCommon.cc,v 1.16 2012/05/11 20:36:33 amraktad Exp $ +// $Id: CmsShowCommon.cc,v 1.15 2011/12/13 22:48:04 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowEDI.cc b/Fireworks/Core/src/CmsShowEDI.cc index 4567d08234688..172887385c2c6 100644 --- a/Fireworks/Core/src/CmsShowEDI.cc +++ b/Fireworks/Core/src/CmsShowEDI.cc @@ -8,7 +8,7 @@ // // Original Author: Joshua Berger // Created: Mon Jun 23 15:48:11 EDT 2008 -// $Id: CmsShowEDI.cc,v 1.51 2013/04/05 22:39:44 amraktad Exp $ +// $Id: CmsShowEDI.cc,v 1.50 2013/04/05 05:24:58 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowMain.cc b/Fireworks/Core/src/CmsShowMain.cc index 4bce71a5b9a7d..b3955c69ac14f 100644 --- a/Fireworks/Core/src/CmsShowMain.cc +++ b/Fireworks/Core/src/CmsShowMain.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Dec 3 08:38:38 PST 2007 -// $Id: CmsShowMain.cc,v 1.204 2012/11/16 02:20:14 amraktad Exp $ +// $Id: CmsShowMain.cc,v 1.203 2012/10/19 19:29:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowMain.h b/Fireworks/Core/src/CmsShowMain.h index 91141ea567725..389a3a6dbd8f6 100644 --- a/Fireworks/Core/src/CmsShowMain.h +++ b/Fireworks/Core/src/CmsShowMain.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Dec 3 08:34:30 PST 2007 -// $Id: CmsShowMain.h,v 1.59 2012/07/06 23:33:29 amraktad Exp $ +// $Id: CmsShowMain.h,v 1.58 2011/11/10 04:40:17 amraktad Exp $ // #include "Fireworks/Core/interface/CmsShowMainBase.h" diff --git a/Fireworks/Core/src/CmsShowMainFrame.cc b/Fireworks/Core/src/CmsShowMainFrame.cc index 473eb5f761b41..e7d464499217f 100644 --- a/Fireworks/Core/src/CmsShowMainFrame.cc +++ b/Fireworks/Core/src/CmsShowMainFrame.cc @@ -9,7 +9,7 @@ // // Original Author: Chris Jones // Created: Thu May 29 20:58:23 CDT 2008 -// $Id: CmsShowMainFrame.cc,v 1.122 2012/06/25 22:23:14 amraktad Exp $ +// $Id: CmsShowMainFrame.cc,v 1.121 2012/03/16 02:51:51 amraktad Exp $ #include "FWCore/Common/interface/EventBase.h" diff --git a/Fireworks/Core/src/CmsShowModelPopup.cc b/Fireworks/Core/src/CmsShowModelPopup.cc index 83f320db9f657..0bf4b54d0f848 100644 --- a/Fireworks/Core/src/CmsShowModelPopup.cc +++ b/Fireworks/Core/src/CmsShowModelPopup.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Jun 27 11:23:08 EDT 2008 -// $Id: CmsShowModelPopup.cc,v 1.33 2012/09/21 09:26:26 eulisse Exp $ +// $Id: CmsShowModelPopup.cc,v 1.32 2010/11/11 19:45:49 amraktad Exp $ // // system include file diff --git a/Fireworks/Core/src/CmsShowNavigator.cc b/Fireworks/Core/src/CmsShowNavigator.cc index 77b69d57b8e82..9a662069d3609 100644 --- a/Fireworks/Core/src/CmsShowNavigator.cc +++ b/Fireworks/Core/src/CmsShowNavigator.cc @@ -2,7 +2,7 @@ // // Package: newVersion // Class : CmsShowNavigator -// $Id: CmsShowNavigator.cc,v 1.114 2012/07/07 03:36:43 amraktad Exp $ +// $Id: CmsShowNavigator.cc,v 1.113 2012/07/06 23:33:29 amraktad Exp $ // #include "DataFormats/FWLite/interface/Event.h" diff --git a/Fireworks/Core/src/CmsShowTaskExecutor.cc b/Fireworks/Core/src/CmsShowTaskExecutor.cc index c3619588b0bee..7d72f8337308e 100644 --- a/Fireworks/Core/src/CmsShowTaskExecutor.cc +++ b/Fireworks/Core/src/CmsShowTaskExecutor.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jul 11 12:09:47 EDT 2008 -// $Id: CmsShowTaskExecutor.cc,v 1.2 2008/11/06 22:05:24 amraktad Exp $ +// $Id: CmsShowTaskExecutor.cc,v 1.1 2008/07/12 00:32:58 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowTaskExecutor.h b/Fireworks/Core/src/CmsShowTaskExecutor.h index 5400b8d496ede..091856cc9f2a1 100644 --- a/Fireworks/Core/src/CmsShowTaskExecutor.h +++ b/Fireworks/Core/src/CmsShowTaskExecutor.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jul 11 12:09:45 EDT 2008 -// $Id: CmsShowTaskExecutor.h,v 1.3 2009/01/23 21:35:42 amraktad Exp $ +// $Id: CmsShowTaskExecutor.h,v 1.2 2008/11/06 22:05:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowTaskExecutorBase.cc b/Fireworks/Core/src/CmsShowTaskExecutorBase.cc index c2e5116905a95..9d2985bd6677c 100644 --- a/Fireworks/Core/src/CmsShowTaskExecutorBase.cc +++ b/Fireworks/Core/src/CmsShowTaskExecutorBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jul 11 12:09:41 EDT 2008 -// $Id: CmsShowTaskExecutorBase.cc,v 1.6 2009/01/23 21:35:42 amraktad Exp $ +// $Id: CmsShowTaskExecutorBase.cc,v 1.5 2008/11/06 22:05:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowTaskExecutorBase.h b/Fireworks/Core/src/CmsShowTaskExecutorBase.h index 4306ad174eaa9..118691f4159f3 100644 --- a/Fireworks/Core/src/CmsShowTaskExecutorBase.h +++ b/Fireworks/Core/src/CmsShowTaskExecutorBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jul 11 12:09:38 EDT 2008 -// $Id: CmsShowTaskExecutorBase.h,v 1.6 2009/01/23 21:35:42 amraktad Exp $ +// $Id: CmsShowTaskExecutorBase.h,v 1.5 2008/11/06 22:05:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowTaskTimer.cc b/Fireworks/Core/src/CmsShowTaskTimer.cc index eceb36692d9a4..663f8cebce4c4 100644 --- a/Fireworks/Core/src/CmsShowTaskTimer.cc +++ b/Fireworks/Core/src/CmsShowTaskTimer.cc @@ -8,7 +8,7 @@ // // Original Author: Joshua Berger // Created: Fri Jul 25 11:49:12 EDT 2008 -// $Id: CmsShowTaskTimer.cc,v 1.4 2010/06/18 10:17:14 yana Exp $ +// $Id: CmsShowTaskTimer.cc,v 1.3 2009/01/23 21:35:42 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowTaskTimer.h b/Fireworks/Core/src/CmsShowTaskTimer.h index ffa17454d0ab9..52e093448449f 100644 --- a/Fireworks/Core/src/CmsShowTaskTimer.h +++ b/Fireworks/Core/src/CmsShowTaskTimer.h @@ -16,7 +16,7 @@ // // Original Author: Joshua Berger // Created: Fri Jul 25 11:49:18 EDT 2008 -// $Id: CmsShowTaskTimer.h,v 1.3 2009/01/23 21:35:42 amraktad Exp $ +// $Id: CmsShowTaskTimer.h,v 1.2 2008/11/06 22:05:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/CmsShowViewPopup.cc b/Fireworks/Core/src/CmsShowViewPopup.cc index 77559584938c4..6a152b1201f38 100644 --- a/Fireworks/Core/src/CmsShowViewPopup.cc +++ b/Fireworks/Core/src/CmsShowViewPopup.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jun 25 15:15:04 EDT 2008 -// $Id: CmsShowViewPopup.cc,v 1.35 2013/04/24 20:55:45 amraktad Exp $ +// $Id: CmsShowViewPopup.cc,v 1.34 2013/04/09 23:01:15 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/Context.cc b/Fireworks/Core/src/Context.cc index 0920f40c1b97d..1e64731537f6b 100644 --- a/Fireworks/Core/src/Context.cc +++ b/Fireworks/Core/src/Context.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 30 14:57:12 EDT 2008 -// $Id: Context.cc,v 1.35 2011/03/08 09:36:05 amraktad Exp $ +// $Id: Context.cc,v 1.34 2011/03/07 20:57:03 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FW3DView.cc b/Fireworks/Core/src/FW3DView.cc index 736ab0f4b8cec..063b1ffecc840 100644 --- a/Fireworks/Core/src/FW3DView.cc +++ b/Fireworks/Core/src/FW3DView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Apr 7 14:40:47 CEST 2010 -// $Id: FW3DView.cc,v 1.54 2011/01/17 14:11:43 amraktad Exp $ +// $Id: FW3DView.cc,v 1.53 2010/11/26 20:24:48 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FW3DViewBase.cc b/Fireworks/Core/src/FW3DViewBase.cc index 855a2368392cc..bed981553ac59 100644 --- a/Fireworks/Core/src/FW3DViewBase.cc +++ b/Fireworks/Core/src/FW3DViewBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:41 EST 2008 -// $Id: FW3DViewBase.cc,v 1.33 2013/05/01 05:00:09 amraktad Exp $ +// $Id: FW3DViewBase.cc,v 1.32 2013/04/25 18:45:32 amraktad Exp $ // #include diff --git a/Fireworks/Core/src/FW3DViewGeometry.cc b/Fireworks/Core/src/FW3DViewGeometry.cc index e162f5064f426..6f1aad943555e 100644 --- a/Fireworks/Core/src/FW3DViewGeometry.cc +++ b/Fireworks/Core/src/FW3DViewGeometry.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 25 22:06:57 CET 2010 -// $Id: FW3DViewGeometry.cc,v 1.17 2013/02/08 16:46:56 yana Exp $ +// $Id: FW3DViewGeometry.cc,v 1.16 2011/09/27 17:22:17 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWBoolParameterSetter.cc b/Fireworks/Core/src/FWBoolParameterSetter.cc index 78582a07173b1..79ef3395c77e4 100644 --- a/Fireworks/Core/src/FWBoolParameterSetter.cc +++ b/Fireworks/Core/src/FWBoolParameterSetter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:32 CDT 2008 -// $Id: FWBoolParameterSetter.cc,v 1.7 2011/02/11 19:56:36 amraktad Exp $ +// $Id: FWBoolParameterSetter.cc,v 1.6.8.1 2011/02/11 19:42:16 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWBoolParameterSetter.h b/Fireworks/Core/src/FWBoolParameterSetter.h index f72bc8dbb74c3..cabdfc8424804 100644 --- a/Fireworks/Core/src/FWBoolParameterSetter.h +++ b/Fireworks/Core/src/FWBoolParameterSetter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:26 CDT 2008 -// $Id: FWBoolParameterSetter.h,v 1.6 2011/02/11 19:56:36 amraktad Exp $ +// $Id: FWBoolParameterSetter.h,v 1.5.8.1 2011/02/11 19:42:16 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWBoxIconBase.cc b/Fireworks/Core/src/FWBoxIconBase.cc index e34075133c7ba..bac252b7cd30d 100644 --- a/Fireworks/Core/src/FWBoxIconBase.cc +++ b/Fireworks/Core/src/FWBoxIconBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 15:09:45 CST 2009 -// $Id: FWBoxIconBase.cc,v 1.1 2009/03/04 16:40:50 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWBoxIconBase.h b/Fireworks/Core/src/FWBoxIconBase.h index 22987407a3e78..ab059e134b238 100644 --- a/Fireworks/Core/src/FWBoxIconBase.h +++ b/Fireworks/Core/src/FWBoxIconBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 15:09:30 CST 2009 -// $Id: FWBoxIconBase.h,v 1.1 2009/03/04 16:40:50 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWBoxIconButton.cc b/Fireworks/Core/src/FWBoxIconButton.cc index 315bf7fa793c4..21e1492d839e1 100644 --- a/Fireworks/Core/src/FWBoxIconButton.cc +++ b/Fireworks/Core/src/FWBoxIconButton.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 19:04:10 CST 2009 -// $Id: FWBoxIconButton.cc,v 1.3 2010/06/18 10:17:14 yana Exp $ +// $Id: FWBoxIconButton.cc,v 1.2 2009/04/09 21:14:52 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWBoxIconButton.h b/Fireworks/Core/src/FWBoxIconButton.h index 174e86746ca72..4d88ff2e852cd 100644 --- a/Fireworks/Core/src/FWBoxIconButton.h +++ b/Fireworks/Core/src/FWBoxIconButton.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 19:04:08 CST 2009 -// $Id: FWBoxIconButton.h,v 1.2 2009/04/09 21:14:52 chrjones Exp $ +// $Id: FWBoxIconButton.h,v 1.1 2009/03/04 16:40:51 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCheckBoxIcon.cc b/Fireworks/Core/src/FWCheckBoxIcon.cc index 7d45921f1865b..a54ec1df59593 100644 --- a/Fireworks/Core/src/FWCheckBoxIcon.cc +++ b/Fireworks/Core/src/FWCheckBoxIcon.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 16:25:17 CST 2009 -// $Id: FWCheckBoxIcon.cc,v 1.5 2010/06/18 10:17:14 yana Exp $ +// $Id: FWCheckBoxIcon.cc,v 1.4 2010/03/17 13:02:37 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCheckBoxIcon.h b/Fireworks/Core/src/FWCheckBoxIcon.h index e7fe748676575..2441526d0f53a 100644 --- a/Fireworks/Core/src/FWCheckBoxIcon.h +++ b/Fireworks/Core/src/FWCheckBoxIcon.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 16:25:14 CST 2009 -// $Id: FWCheckBoxIcon.h,v 1.2 2009/05/01 02:01:34 dmytro Exp $ +// $Id: FWCheckBoxIcon.h,v 1.1 2009/03/04 16:40:51 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.cc b/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.cc index 4dd07331b9b23..f2fd5daa73b35 100644 --- a/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.cc +++ b/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Feb 25 10:03:23 CST 2009 -// $Id: FWCollectionSummaryModelCellRenderer.cc,v 1.1 2009/03/04 16:40:50 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.h b/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.h index 911449a104484..c209959eb3ce7 100644 --- a/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.h +++ b/Fireworks/Core/src/FWCollectionSummaryModelCellRenderer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Feb 25 10:03:21 CST 2009 -// $Id: FWCollectionSummaryModelCellRenderer.h,v 1.1 2009/03/04 16:40:51 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryTableManager.cc b/Fireworks/Core/src/FWCollectionSummaryTableManager.cc index b9c40c6d82a80..9ccf1b41fa2c9 100644 --- a/Fireworks/Core/src/FWCollectionSummaryTableManager.cc +++ b/Fireworks/Core/src/FWCollectionSummaryTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 22 10:13:39 CST 2009 -// $Id: FWCollectionSummaryTableManager.cc,v 1.14 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWCollectionSummaryTableManager.cc,v 1.13 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryTableManager.h b/Fireworks/Core/src/FWCollectionSummaryTableManager.h index 96d79f9884afc..8ff599fef4c67 100644 --- a/Fireworks/Core/src/FWCollectionSummaryTableManager.h +++ b/Fireworks/Core/src/FWCollectionSummaryTableManager.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 22 10:13:37 CST 2009 -// $Id: FWCollectionSummaryTableManager.h,v 1.2 2011/08/20 03:48:40 amraktad Exp $ +// $Id: FWCollectionSummaryTableManager.h,v 1.1 2009/03/04 16:40:51 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryWidget.cc b/Fireworks/Core/src/FWCollectionSummaryWidget.cc index 32d6844efd3a6..87e9b665352d3 100644 --- a/Fireworks/Core/src/FWCollectionSummaryWidget.cc +++ b/Fireworks/Core/src/FWCollectionSummaryWidget.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 14 10:02:32 CST 2009 -// $Id: FWCollectionSummaryWidget.cc,v 1.24 2010/06/18 10:17:15 yana Exp $ +// $Id: FWCollectionSummaryWidget.cc,v 1.23 2010/06/16 14:04:39 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCollectionSummaryWidget.h b/Fireworks/Core/src/FWCollectionSummaryWidget.h index 8544cf93406c3..6868906d75fe6 100644 --- a/Fireworks/Core/src/FWCollectionSummaryWidget.h +++ b/Fireworks/Core/src/FWCollectionSummaryWidget.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 14 10:02:30 CST 2009 -// $Id: FWCollectionSummaryWidget.h,v 1.8 2010/06/16 14:04:40 matevz Exp $ +// $Id: FWCollectionSummaryWidget.h,v 1.7 2010/03/16 20:19:36 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWColorBoxIcon.cc b/Fireworks/Core/src/FWColorBoxIcon.cc index daea40aa0858e..835c575a62516 100644 --- a/Fireworks/Core/src/FWColorBoxIcon.cc +++ b/Fireworks/Core/src/FWColorBoxIcon.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 15:42:05 CST 2009 -// $Id: FWColorBoxIcon.cc,v 1.1 2009/03/04 16:40:51 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWColorBoxIcon.h b/Fireworks/Core/src/FWColorBoxIcon.h index ce0d36c9acdd4..2decf0e5cede5 100644 --- a/Fireworks/Core/src/FWColorBoxIcon.h +++ b/Fireworks/Core/src/FWColorBoxIcon.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 19 15:42:03 CST 2009 -// $Id: FWColorBoxIcon.h,v 1.1 2009/03/04 16:40:50 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWColorManager.cc b/Fireworks/Core/src/FWColorManager.cc index 3c2faa4a25661..0b675f2d57c21 100644 --- a/Fireworks/Core/src/FWColorManager.cc +++ b/Fireworks/Core/src/FWColorManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 24 10:10:01 CET 2009 -// $Id: FWColorManager.cc,v 1.39 2012/07/31 22:11:39 amraktad Exp $ +// $Id: FWColorManager.cc,v 1.38 2012/07/31 00:18:43 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCompactVerticalLayout.cc b/Fireworks/Core/src/FWCompactVerticalLayout.cc index c91b95abc2f09..a822421442b28 100644 --- a/Fireworks/Core/src/FWCompactVerticalLayout.cc +++ b/Fireworks/Core/src/FWCompactVerticalLayout.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 17 12:10:42 CDT 2009 -// $Id: FWCompactVerticalLayout.cc,v 1.3 2012/07/30 22:34:52 amraktad Exp $ +// $Id: FWCompactVerticalLayout.cc,v 1.2 2010/06/18 10:17:15 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCompactVerticalLayout.h b/Fireworks/Core/src/FWCompactVerticalLayout.h index 35e515d83bfb2..32fcf888b2420 100644 --- a/Fireworks/Core/src/FWCompactVerticalLayout.h +++ b/Fireworks/Core/src/FWCompactVerticalLayout.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 17 12:10:41 CDT 2009 -// $Id: FWCompactVerticalLayout.h,v 1.1 2009/03/18 15:36:41 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWCompositeParameter.cc b/Fireworks/Core/src/FWCompositeParameter.cc index 9daafaae276b1..494b4574bd15b 100644 --- a/Fireworks/Core/src/FWCompositeParameter.cc +++ b/Fireworks/Core/src/FWCompositeParameter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:36:57 EST 2008 -// $Id: FWCompositeParameter.cc,v 1.4 2010/06/18 10:17:15 yana Exp $ +// $Id: FWCompositeParameter.cc,v 1.3 2009/01/23 21:35:42 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWConfigurable.cc b/Fireworks/Core/src/FWConfigurable.cc index 6ec99b03f0194..6c782ef8ff38f 100644 --- a/Fireworks/Core/src/FWConfigurable.cc +++ b/Fireworks/Core/src/FWConfigurable.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 24 14:42:30 EST 2008 -// $Id: FWConfigurable.cc,v 1.3 2010/06/18 10:17:15 yana Exp $ +// $Id: FWConfigurable.cc,v 1.2 2008/11/06 22:05:25 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWConfigurableParameterizable.cc b/Fireworks/Core/src/FWConfigurableParameterizable.cc index 63a6ba46176bc..1eccca2db0397 100644 --- a/Fireworks/Core/src/FWConfigurableParameterizable.cc +++ b/Fireworks/Core/src/FWConfigurableParameterizable.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Mar 16 12:01:36 EDT 2008 -// $Id: FWConfigurableParameterizable.cc,v 1.5 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWConfigurableParameterizable.cc,v 1.4 2010/06/18 10:17:15 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/FWConfiguration.cc b/Fireworks/Core/src/FWConfiguration.cc index 4d56f62768b31..1c98d301fb008 100644 --- a/Fireworks/Core/src/FWConfiguration.cc +++ b/Fireworks/Core/src/FWConfiguration.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 22 15:54:29 EST 2008 -// $Id: FWConfiguration.cc,v 1.7 2011/11/18 02:57:07 amraktad Exp $ +// $Id: FWConfiguration.cc,v 1.6 2010/04/23 08:57:26 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWConfigurationManager.cc b/Fireworks/Core/src/FWConfigurationManager.cc index 88ea602f8e044..c333ed7e5be1c 100644 --- a/Fireworks/Core/src/FWConfigurationManager.cc +++ b/Fireworks/Core/src/FWConfigurationManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Feb 24 14:42:32 EST 2008 -// $Id: FWConfigurationManager.cc,v 1.16 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWConfigurationManager.cc,v 1.15 2010/06/18 10:17:15 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/FWCustomIconsButton.cc b/Fireworks/Core/src/FWCustomIconsButton.cc index b55362b426fab..9f668d60a3043 100644 --- a/Fireworks/Core/src/FWCustomIconsButton.cc +++ b/Fireworks/Core/src/FWCustomIconsButton.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Oct 23 13:05:35 EDT 2008 -// $Id: FWCustomIconsButton.cc,v 1.8 2012/11/16 02:15:25 amraktad Exp $ +// $Id: FWCustomIconsButton.cc,v 1.7 2009/11/29 15:56:33 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDetailViewBase.cc b/Fireworks/Core/src/FWDetailViewBase.cc index 8c4119571e600..a72e631bdc820 100644 --- a/Fireworks/Core/src/FWDetailViewBase.cc +++ b/Fireworks/Core/src/FWDetailViewBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 9 13:35:56 EST 2009 -// $Id: FWDetailViewBase.cc,v 1.23 2010/06/18 10:17:15 yana Exp $ +// $Id: FWDetailViewBase.cc,v 1.22 2010/06/01 19:02:08 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDetailViewFactory.cc b/Fireworks/Core/src/FWDetailViewFactory.cc index 48e784ddd96a4..9165c9cd9c241 100644 --- a/Fireworks/Core/src/FWDetailViewFactory.cc +++ b/Fireworks/Core/src/FWDetailViewFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Jan 12 09:48:09 EST 2009 -// $Id: FWDetailViewFactory.cc,v 1.2 2009/01/23 21:35:42 amraktad Exp $ +// $Id: FWDetailViewFactory.cc,v 1.1 2009/01/12 17:21:30 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDetailViewManager.cc b/Fireworks/Core/src/FWDetailViewManager.cc index 9d56f4572c27d..b4b4af423e578 100644 --- a/Fireworks/Core/src/FWDetailViewManager.cc +++ b/Fireworks/Core/src/FWDetailViewManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Mar 5 09:13:47 EST 2008 -// $Id: FWDetailViewManager.cc,v 1.65 2013/01/25 19:44:03 wmtan Exp $ +// $Id: FWDetailViewManager.cc,v 1.64 2012/08/03 18:20:28 wmtan Exp $ // #include diff --git a/Fireworks/Core/src/FWDigitSetProxyBuilder.cc b/Fireworks/Core/src/FWDigitSetProxyBuilder.cc index 9a5913aa9d1c7..5290affaddcdc 100644 --- a/Fireworks/Core/src/FWDigitSetProxyBuilder.cc +++ b/Fireworks/Core/src/FWDigitSetProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Tue Oct 19 12:00:50 CEST 2010 -// $Id: FWDigitSetProxyBuilder.cc,v 1.4 2012/06/18 23:56:21 amraktad Exp $ +// $Id: FWDigitSetProxyBuilder.cc,v 1.3 2010/12/03 20:38:57 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDisplayProperties.cc b/Fireworks/Core/src/FWDisplayProperties.cc index 6ecaace61c706..57a2626377eb6 100644 --- a/Fireworks/Core/src/FWDisplayProperties.cc +++ b/Fireworks/Core/src/FWDisplayProperties.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Jan 3 17:05:44 EST 2008 -// $Id: FWDisplayProperties.cc,v 1.12 2010/06/18 10:17:15 yana Exp $ +// $Id: FWDisplayProperties.cc,v 1.11 2010/06/17 14:02:37 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDoubleParameterSetter.cc b/Fireworks/Core/src/FWDoubleParameterSetter.cc index 06fbb04c758ca..c264937b293e8 100644 --- a/Fireworks/Core/src/FWDoubleParameterSetter.cc +++ b/Fireworks/Core/src/FWDoubleParameterSetter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:32 CDT 2008 -// $Id: FWDoubleParameterSetter.cc,v 1.7 2011/02/15 18:32:34 amraktad Exp $ +// $Id: FWDoubleParameterSetter.cc,v 1.6 2010/09/24 18:51:18 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWDoubleParameterSetter.h b/Fireworks/Core/src/FWDoubleParameterSetter.h index 894ac4bea37c2..debae61fb11ea 100644 --- a/Fireworks/Core/src/FWDoubleParameterSetter.h +++ b/Fireworks/Core/src/FWDoubleParameterSetter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:26 CDT 2008 -// $Id: FWDoubleParameterSetter.h,v 1.6 2011/02/15 18:32:34 amraktad Exp $ +// $Id: FWDoubleParameterSetter.h,v 1.5 2010/09/24 18:51:18 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEDProductRepresentationChecker.cc b/Fireworks/Core/src/FWEDProductRepresentationChecker.cc index d80d090c2fa83..82f945e171c1b 100644 --- a/Fireworks/Core/src/FWEDProductRepresentationChecker.cc +++ b/Fireworks/Core/src/FWEDProductRepresentationChecker.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 15:20:10 EST 2008 -// $Id: FWEDProductRepresentationChecker.cc,v 1.5 2010/06/02 22:55:42 chrjones Exp $ +// $Id: FWEDProductRepresentationChecker.cc,v 1.4 2010/06/02 22:37:41 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEnumParameterSetter.cc b/Fireworks/Core/src/FWEnumParameterSetter.cc index 7c8d7ae1a5dff..e0861cc8dacc4 100644 --- a/Fireworks/Core/src/FWEnumParameterSetter.cc +++ b/Fireworks/Core/src/FWEnumParameterSetter.cc @@ -8,7 +8,7 @@ // // Original Author: matevz // Created: Fri Apr 30 15:17:33 CEST 2010 -// $Id: FWEnumParameterSetter.cc,v 1.7 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWEnumParameterSetter.cc,v 1.6 2011/02/15 18:32:34 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEveLegoView.cc b/Fireworks/Core/src/FWEveLegoView.cc index ab4fddd22fc0d..ec30df43835be 100644 --- a/Fireworks/Core/src/FWEveLegoView.cc +++ b/Fireworks/Core/src/FWEveLegoView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon May 31 13:09:53 CEST 2010 -// $Id: FWEveLegoView.cc,v 1.89 2011/11/18 02:57:07 amraktad Exp $ +// $Id: FWEveLegoView.cc,v 1.88 2010/11/21 11:18:13 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEveView.cc b/Fireworks/Core/src/FWEveView.cc index c30fca56a4c18..14d1a62a88aff 100644 --- a/Fireworks/Core/src/FWEveView.cc +++ b/Fireworks/Core/src/FWEveView.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 16 14:11:32 CET 2010 -// $Id: FWEveView.cc,v 1.56 2013/04/24 04:08:45 amraktad Exp $ +// $Id: FWEveView.cc,v 1.55 2012/05/11 20:36:33 amraktad Exp $ // diff --git a/Fireworks/Core/src/FWEveViewManager.cc b/Fireworks/Core/src/FWEveViewManager.cc index 21cfb2e8084fb..5d1264f404e7b 100644 --- a/Fireworks/Core/src/FWEveViewManager.cc +++ b/Fireworks/Core/src/FWEveViewManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones, Alja Mrak-Tadel // Created: Thu Mar 18 14:11:32 CET 2010 -// $Id: FWEveViewManager.cc,v 1.46 2013/01/21 20:33:28 chrjones Exp $ +// $Id: FWEveViewManager.cc,v 1.45 2011/03/14 17:57:29 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEventItem.cc b/Fireworks/Core/src/FWEventItem.cc index 589e02e373f30..e0a6221910c09 100644 --- a/Fireworks/Core/src/FWEventItem.cc +++ b/Fireworks/Core/src/FWEventItem.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Jan 3 14:59:23 EST 2008 -// $Id: FWEventItem.cc,v 1.60 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWEventItem.cc,v 1.59 2012/06/26 22:09:35 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWEventItemsManager.cc b/Fireworks/Core/src/FWEventItemsManager.cc index 317f505838478..742f2cd1f8016 100644 --- a/Fireworks/Core/src/FWEventItemsManager.cc +++ b/Fireworks/Core/src/FWEventItemsManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Jan 4 10:38:18 EST 2008 -// $Id: FWEventItemsManager.cc,v 1.49 2013/01/25 19:44:03 wmtan Exp $ +// $Id: FWEventItemsManager.cc,v 1.48 2012/09/21 09:26:26 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWExpressionEvaluator.cc b/Fireworks/Core/src/FWExpressionEvaluator.cc index b61cb6ed08398..23d7afbbd8985 100644 --- a/Fireworks/Core/src/FWExpressionEvaluator.cc +++ b/Fireworks/Core/src/FWExpressionEvaluator.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 29 13:39:56 PST 2008 -// $Id: FWExpressionEvaluator.cc,v 1.5 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWExpressionEvaluator.cc,v 1.4 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWExpressionValidator.cc b/Fireworks/Core/src/FWExpressionValidator.cc index ce9f655d595a8..d692f0b7777ec 100644 --- a/Fireworks/Core/src/FWExpressionValidator.cc +++ b/Fireworks/Core/src/FWExpressionValidator.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 20:42:51 EDT 2008 -// $Id: FWExpressionValidator.cc,v 1.12 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWExpressionValidator.cc,v 1.11 2013/01/25 19:34:47 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWExpressionValidator.h b/Fireworks/Core/src/FWExpressionValidator.h index 6ed41cec4057d..8ad453b1d92a5 100644 --- a/Fireworks/Core/src/FWExpressionValidator.h +++ b/Fireworks/Core/src/FWExpressionValidator.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 20:42:49 EDT 2008 -// $Id: FWExpressionValidator.h,v 1.5 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWExpressionValidator.h,v 1.4 2012/06/26 22:13:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWFromEveSelectorBase.cc b/Fireworks/Core/src/FWFromEveSelectorBase.cc index c87b2c4bad041..f363090c9fe57 100644 --- a/Fireworks/Core/src/FWFromEveSelectorBase.cc +++ b/Fireworks/Core/src/FWFromEveSelectorBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Oct 23 10:50:31 CDT 2009 -// $Id: FWFromEveSelectorBase.cc,v 1.1 2009/10/23 22:05:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWGUIEventDataAdder.cc b/Fireworks/Core/src/FWGUIEventDataAdder.cc index 05bef1e4dc63d..2874fe089ba7c 100644 --- a/Fireworks/Core/src/FWGUIEventDataAdder.cc +++ b/Fireworks/Core/src/FWGUIEventDataAdder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 13 09:58:53 EDT 2008 -// $Id: FWGUIEventDataAdder.cc,v 1.51 2011/03/17 10:55:41 amraktad Exp $ +// $Id: FWGUIEventDataAdder.cc,v 1.50 2010/12/02 09:22:26 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGUIEventDataAdder.h b/Fireworks/Core/src/FWGUIEventDataAdder.h index b57b1d0acd441..47ab63ed900c9 100644 --- a/Fireworks/Core/src/FWGUIEventDataAdder.h +++ b/Fireworks/Core/src/FWGUIEventDataAdder.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 13 09:12:36 EDT 2008 -// $Id: FWGUIEventDataAdder.h,v 1.16 2010/12/02 09:22:26 matevz Exp $ +// $Id: FWGUIEventDataAdder.h,v 1.15 2010/06/23 12:50:28 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGUIManager.cc b/Fireworks/Core/src/FWGUIManager.cc index 4252379cb31d7..b198f6639865b 100644 --- a/Fireworks/Core/src/FWGUIManager.cc +++ b/Fireworks/Core/src/FWGUIManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 11 11:06:40 EST 2008 -// $Id: FWGUIManager.cc,v 1.252 2012/07/31 22:32:18 amraktad Exp $ +// $Id: FWGUIManager.cc,v 1.251 2012/02/22 03:45:59 amraktad Exp $ // diff --git a/Fireworks/Core/src/FWGUISubviewArea.cc b/Fireworks/Core/src/FWGUISubviewArea.cc index d808bbb62e48c..43fd9d3d359ea 100644 --- a/Fireworks/Core/src/FWGUISubviewArea.cc +++ b/Fireworks/Core/src/FWGUISubviewArea.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 15 14:13:33 EST 2008 -// $Id: FWGUISubviewArea.cc,v 1.38 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWGUISubviewArea.cc,v 1.37 2010/09/16 15:36:56 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGUIValidatingTextEntry.cc b/Fireworks/Core/src/FWGUIValidatingTextEntry.cc index 8efe017c8f81c..7a457eb94e416 100644 --- a/Fireworks/Core/src/FWGUIValidatingTextEntry.cc +++ b/Fireworks/Core/src/FWGUIValidatingTextEntry.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 18:13:39 EDT 2008 -// $Id: FWGUIValidatingTextEntry.cc,v 1.9 2011/07/20 20:17:54 amraktad Exp $ +// $Id: FWGUIValidatingTextEntry.cc,v 1.8 2011/07/20 04:58:37 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGUIValidatingTextEntry.h b/Fireworks/Core/src/FWGUIValidatingTextEntry.h index 23c842711cb0d..32a676c98b0e1 100644 --- a/Fireworks/Core/src/FWGUIValidatingTextEntry.h +++ b/Fireworks/Core/src/FWGUIValidatingTextEntry.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 18:13:29 EDT 2008 -// $Id: FWGUIValidatingTextEntry.h,v 1.9 2011/07/20 20:17:54 amraktad Exp $ +// $Id: FWGUIValidatingTextEntry.h,v 1.8 2011/07/20 04:54:49 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGenericHandle.h b/Fireworks/Core/src/FWGenericHandle.h index 7bc1c05f51428..cae0e2abdc5e9 100644 --- a/Fireworks/Core/src/FWGenericHandle.h +++ b/Fireworks/Core/src/FWGenericHandle.h @@ -28,7 +28,7 @@ // // Original Author: Chris Jones // Created: Sat Jan 7 15:40:43 EST 2006 -// $Id: FWGenericHandle.h,v 1.4 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWGenericHandle.h,v 1.3 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGeoTopNode.cc b/Fireworks/Core/src/FWGeoTopNode.cc index 8c0db75e3a3fd..d5ef1283749dc 100644 --- a/Fireworks/Core/src/FWGeoTopNode.cc +++ b/Fireworks/Core/src/FWGeoTopNode.cc @@ -8,7 +8,7 @@ // // Original Author: Matevz Tadel, Alja Mrak Tadel // Created: Thu Jun 23 01:24:51 CEST 2011 -// $Id: FWGeoTopNode.cc,v 1.25 2012/05/08 02:32:50 amraktad Exp $ +// $Id: FWGeoTopNode.cc,v 1.24 2012/05/04 00:22:05 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGeometryTableManager.cc b/Fireworks/Core/src/FWGeometryTableManager.cc index fb85c2aadd3db..9aec23aca35bc 100644 --- a/Fireworks/Core/src/FWGeometryTableManager.cc +++ b/Fireworks/Core/src/FWGeometryTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jan 4 20:31:25 CET 2012 -// $Id: FWGeometryTableManager.cc,v 1.54 2012/05/22 18:56:07 amraktad Exp $ +// $Id: FWGeometryTableManager.cc,v 1.53 2012/05/04 03:00:38 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGeometryTableManager.h b/Fireworks/Core/src/FWGeometryTableManager.h index cde80b9b54839..f149bb511f411 100644 --- a/Fireworks/Core/src/FWGeometryTableManager.h +++ b/Fireworks/Core/src/FWGeometryTableManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jan 4 20:34:22 CET 2012 -// $Id: FWGeometryTableManager.h,v 1.10 2012/05/10 23:57:52 amraktad Exp $ +// $Id: FWGeometryTableManager.h,v 1.9 2012/05/04 03:00:38 amraktad Exp $ // #include "Fireworks/Core/interface/FWGeometryTableManagerBase.h" diff --git a/Fireworks/Core/src/FWGeometryTableManagerBase.cc b/Fireworks/Core/src/FWGeometryTableManagerBase.cc index b98e6b5f4e296..aedc2145a8f81 100644 --- a/Fireworks/Core/src/FWGeometryTableManagerBase.cc +++ b/Fireworks/Core/src/FWGeometryTableManagerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel, Matevz Tadel // Created: Thu Jan 27 14:50:57 CET 2011 -// $Id: FWGeometryTableManagerBase.cc,v 1.8 2013/04/14 20:39:19 amraktad Exp $ +// $Id: FWGeometryTableManagerBase.cc,v 1.7 2012/05/10 23:57:52 amraktad Exp $ // //#define PERFTOOL_GEO_TABLE diff --git a/Fireworks/Core/src/FWGeometryTableView.cc b/Fireworks/Core/src/FWGeometryTableView.cc index ac8b1fefa0ebe..d0758fa1f872a 100644 --- a/Fireworks/Core/src/FWGeometryTableView.cc +++ b/Fireworks/Core/src/FWGeometryTableView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jan 4 00:05:34 CET 2012 -// $Id: FWGeometryTableView.cc,v 1.40 2012/05/10 21:31:18 amraktad Exp $ +// $Id: FWGeometryTableView.cc,v 1.39 2012/05/10 21:02:31 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWGeometryTableView.h b/Fireworks/Core/src/FWGeometryTableView.h index 13fe25ac7cc7b..00465d1eeba1b 100644 --- a/Fireworks/Core/src/FWGeometryTableView.h +++ b/Fireworks/Core/src/FWGeometryTableView.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jan 4 00:05:38 CET 2012 -// $Id: FWGeometryTableView.h,v 1.11 2012/05/09 04:51:05 amraktad Exp $ +// $Id: FWGeometryTableView.h,v 1.10 2012/05/04 03:00:38 amraktad Exp $ // #include "Fireworks/Core/interface/FWGeometryTableViewBase.h" diff --git a/Fireworks/Core/src/FWGeometryTableViewManager.cc b/Fireworks/Core/src/FWGeometryTableViewManager.cc index 7de51cf33d5a4..ad8fab42ff621 100644 --- a/Fireworks/Core/src/FWGeometryTableViewManager.cc +++ b/Fireworks/Core/src/FWGeometryTableViewManager.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Jul 8 00:40:37 CEST 2011 -// $Id: FWGeometryTableViewManager.cc,v 1.11 2013/04/05 23:53:42 amraktad Exp $ +// $Id: FWGeometryTableViewManager.cc,v 1.10 2012/04/28 01:11:02 amraktad Exp $ // #include diff --git a/Fireworks/Core/src/FWGlimpseView.cc b/Fireworks/Core/src/FWGlimpseView.cc index d419fd9457c75..56ec7917f185a 100644 --- a/Fireworks/Core/src/FWGlimpseView.cc +++ b/Fireworks/Core/src/FWGlimpseView.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:41 EST 2008 -// $Id: FWGlimpseView.cc,v 1.42 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWGlimpseView.cc,v 1.41 2010/09/16 15:42:21 yana Exp $ // #include diff --git a/Fireworks/Core/src/FWHFView.cc b/Fireworks/Core/src/FWHFView.cc index dd43c86baf209..dcb3844476e0a 100644 --- a/Fireworks/Core/src/FWHFView.cc +++ b/Fireworks/Core/src/FWHFView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon May 31 13:42:13 CEST 2010 -// $Id: FWHFView.cc,v 1.12 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWHFView.cc,v 1.11 2010/09/21 17:20:55 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWHLTTriggerTableView.cc b/Fireworks/Core/src/FWHLTTriggerTableView.cc index 7b4ccd98da806..ff571e2b371f7 100644 --- a/Fireworks/Core/src/FWHLTTriggerTableView.cc +++ b/Fireworks/Core/src/FWHLTTriggerTableView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Jan 25 16:02:03 CET 2011 -// $Id: FWHLTTriggerTableView.cc,v 1.3 2011/02/16 18:38:36 amraktad Exp $ +// $Id: FWHLTTriggerTableView.cc,v 1.2 2011/01/26 14:08:24 amraktad Exp $ // #include diff --git a/Fireworks/Core/src/FWHLTValidator.cc b/Fireworks/Core/src/FWHLTValidator.cc index ae84ce5338eb5..cae2a9109c159 100644 --- a/Fireworks/Core/src/FWHLTValidator.cc +++ b/Fireworks/Core/src/FWHLTValidator.cc @@ -2,7 +2,7 @@ // // Package: Core // Class : FWHLTValidator -// $Id: FWHLTValidator.cc,v 1.8 2011/02/18 17:38:42 amraktad Exp $ +// $Id: FWHLTValidator.cc,v 1.7 2010/07/26 15:13:59 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWISpyView.cc b/Fireworks/Core/src/FWISpyView.cc index 9160da37d6631..a6383cf8203c0 100644 --- a/Fireworks/Core/src/FWISpyView.cc +++ b/Fireworks/Core/src/FWISpyView.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 7 14:40:31 CEST 2010 -// $Id: FWISpyView.cc,v 1.3 2010/06/08 21:16:17 matevz Exp $ +// $Id: FWISpyView.cc,v 1.2 2010/04/16 13:44:07 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWInteractionList.cc b/Fireworks/Core/src/FWInteractionList.cc index 4681020cb21de..e55a972246812 100644 --- a/Fireworks/Core/src/FWInteractionList.cc +++ b/Fireworks/Core/src/FWInteractionList.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Mon Apr 19 12:48:18 CEST 2010 -// $Id: FWInteractionList.cc,v 1.15 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWInteractionList.cc,v 1.14 2011/08/20 03:48:40 amraktad Exp $ // // user include files diff --git a/Fireworks/Core/src/FWInvMassDialog.cc b/Fireworks/Core/src/FWInvMassDialog.cc index b6e74f33ed8fa..3af213c8205ed 100644 --- a/Fireworks/Core/src/FWInvMassDialog.cc +++ b/Fireworks/Core/src/FWInvMassDialog.cc @@ -8,7 +8,7 @@ // // Original Author: Matevz Tadel // Created: Mon Nov 22 11:05:57 CET 2010 -// $Id: FWInvMassDialog.cc,v 1.4 2012/12/01 07:08:16 amraktad Exp $ +// $Id: FWInvMassDialog.cc,v 1.3 2010/12/06 16:06:44 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemAccessorBase.cc b/Fireworks/Core/src/FWItemAccessorBase.cc index 39d4dddfe3676..fd21df3ab0061 100644 --- a/Fireworks/Core/src/FWItemAccessorBase.cc +++ b/Fireworks/Core/src/FWItemAccessorBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 08:41:56 EDT 2008 -// $Id: FWItemAccessorBase.cc,v 1.2 2008/11/06 22:05:25 amraktad Exp $ +// $Id: FWItemAccessorBase.cc,v 1.1 2008/10/21 19:08:23 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemAccessorFactory.cc b/Fireworks/Core/src/FWItemAccessorFactory.cc index 1c592832cffb2..199347bbbfe03 100644 --- a/Fireworks/Core/src/FWItemAccessorFactory.cc +++ b/Fireworks/Core/src/FWItemAccessorFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 14:48:14 EDT 2008 -// $Id: FWItemAccessorFactory.cc,v 1.15 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWItemAccessorFactory.cc,v 1.14 2012/08/28 22:25:42 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemAccessorRegistry.cc b/Fireworks/Core/src/FWItemAccessorRegistry.cc index 9ebf7a93ba3da..8934396a2240e 100644 --- a/Fireworks/Core/src/FWItemAccessorRegistry.cc +++ b/Fireworks/Core/src/FWItemAccessorRegistry.cc @@ -8,7 +8,7 @@ // // Original Author: Giulio Eulisse // Created: Fri Feb 18 :51:44 EDT 2010 -// $Id: FWItemAccessorRegistry.cc,v 1.1 2010/02/26 09:41:04 eulisse Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWItemRandomAccessor.cc b/Fireworks/Core/src/FWItemRandomAccessor.cc index fd2a8e0cf5264..a21ed7067921c 100644 --- a/Fireworks/Core/src/FWItemRandomAccessor.cc +++ b/Fireworks/Core/src/FWItemRandomAccessor.cc @@ -10,7 +10,7 @@ // // Original Author: Giulio Eulisse // Created: Thu Feb 18 15:19:44 EDT 2008 -// $Id: FWItemRandomAccessor.cc,v 1.6 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWItemRandomAccessor.cc,v 1.5 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemSingleAccessor.cc b/Fireworks/Core/src/FWItemSingleAccessor.cc index a1c6e07282226..77497a092a91d 100644 --- a/Fireworks/Core/src/FWItemSingleAccessor.cc +++ b/Fireworks/Core/src/FWItemSingleAccessor.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 11:36:44 EDT 2008 -// $Id: FWItemSingleAccessor.cc,v 1.8 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWItemSingleAccessor.cc,v 1.7 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemSingleAccessor.h b/Fireworks/Core/src/FWItemSingleAccessor.h index 50c75d7c4210d..3e4fc988fb386 100644 --- a/Fireworks/Core/src/FWItemSingleAccessor.h +++ b/Fireworks/Core/src/FWItemSingleAccessor.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 11:36:41 EDT 2008 -// $Id: FWItemSingleAccessor.h,v 1.6 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWItemSingleAccessor.h,v 1.5 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.cc b/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.cc index e499892a5a719..d9d6e5614e384 100644 --- a/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.cc +++ b/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 08:43:47 EDT 2008 -// $Id: FWItemTVirtualCollectionProxyAccessor.cc,v 1.11 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWItemTVirtualCollectionProxyAccessor.cc,v 1.10 2012/09/21 09:26:26 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.h b/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.h index 3fc3598c1a9dc..99c679094e42d 100644 --- a/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.h +++ b/Fireworks/Core/src/FWItemTVirtualCollectionProxyAccessor.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sat Oct 18 08:43:45 EDT 2008 -// $Id: FWItemTVirtualCollectionProxyAccessor.h,v 1.7 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWItemTVirtualCollectionProxyAccessor.h,v 1.6 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWItemValueGetter.cc b/Fireworks/Core/src/FWItemValueGetter.cc index a5cb60a5f83de..283c9a976de50 100644 --- a/Fireworks/Core/src/FWItemValueGetter.cc +++ b/Fireworks/Core/src/FWItemValueGetter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Nov 30 16:15:43 EST 2008 -// $Id: FWItemValueGetter.cc,v 1.11 2012/12/02 09:49:59 amraktad Exp $ +// $Id: FWItemValueGetter.cc,v 1.10 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWL1TriggerTableView.cc b/Fireworks/Core/src/FWL1TriggerTableView.cc index e0842c1aaabdc..6140005ed34d0 100644 --- a/Fireworks/Core/src/FWL1TriggerTableView.cc +++ b/Fireworks/Core/src/FWL1TriggerTableView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Jan 25 16:02:11 CET 2011 -// $Id: FWL1TriggerTableView.cc,v 1.19 2011/10/19 07:13:35 yana Exp $ +// $Id: FWL1TriggerTableView.cc,v 1.18 2011/05/30 15:44:12 yana Exp $ // #include diff --git a/Fireworks/Core/src/FWLegoViewBase.cc b/Fireworks/Core/src/FWLegoViewBase.cc index d5288710bed78..2ab802bc46698 100644 --- a/Fireworks/Core/src/FWLegoViewBase.cc +++ b/Fireworks/Core/src/FWLegoViewBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:41 EST 2008 -// $Id: FWLegoViewBase.cc,v 1.29 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWLegoViewBase.cc,v 1.28 2011/02/03 14:21:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWLongParameterSetter.cc b/Fireworks/Core/src/FWLongParameterSetter.cc index d6070736b9c25..560f6cfca1417 100644 --- a/Fireworks/Core/src/FWLongParameterSetter.cc +++ b/Fireworks/Core/src/FWLongParameterSetter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:32 CDT 2008 -// $Id: FWLongParameterSetter.cc,v 1.8 2012/02/22 03:45:59 amraktad Exp $ +// $Id: FWLongParameterSetter.cc,v 1.7.4.1 2012/02/18 01:58:27 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWLongParameterSetter.h b/Fireworks/Core/src/FWLongParameterSetter.h index d4795d3874e6e..738a283d1937a 100644 --- a/Fireworks/Core/src/FWLongParameterSetter.h +++ b/Fireworks/Core/src/FWLongParameterSetter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:26 CDT 2008 -// $Id: FWLongParameterSetter.h,v 1.6 2012/02/22 03:45:59 amraktad Exp $ +// $Id: FWLongParameterSetter.h,v 1.5.4.1 2012/02/18 01:58:28 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelChangeManager.cc b/Fireworks/Core/src/FWModelChangeManager.cc index e1865c42beba9..230a6ad7abb91 100644 --- a/Fireworks/Core/src/FWModelChangeManager.cc +++ b/Fireworks/Core/src/FWModelChangeManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Jan 17 19:13:46 EST 2008 -// $Id: FWModelChangeManager.cc,v 1.16 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWModelChangeManager.cc,v 1.15 2010/06/18 10:17:16 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelContextMenuHandler.cc b/Fireworks/Core/src/FWModelContextMenuHandler.cc index 34613901b05f8..6706567c08c23 100644 --- a/Fireworks/Core/src/FWModelContextMenuHandler.cc +++ b/Fireworks/Core/src/FWModelContextMenuHandler.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 22 13:26:04 CDT 2009 -// $Id: FWModelContextMenuHandler.cc,v 1.26 2013/01/25 19:36:33 wmtan Exp $ +// $Id: FWModelContextMenuHandler.cc,v 1.25 2012/08/28 22:25:42 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelContextMenuHandler.h b/Fireworks/Core/src/FWModelContextMenuHandler.h index 99827c365906f..d5f5d21b2a37d 100644 --- a/Fireworks/Core/src/FWModelContextMenuHandler.h +++ b/Fireworks/Core/src/FWModelContextMenuHandler.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Sep 22 13:26:02 CDT 2009 -// $Id: FWModelContextMenuHandler.h,v 1.8 2011/03/25 18:02:46 amraktad Exp $ +// $Id: FWModelContextMenuHandler.h,v 1.7 2010/06/16 14:04:40 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelExpressionSelector.cc b/Fireworks/Core/src/FWModelExpressionSelector.cc index b76abf445ca04..3f6fb274d01b0 100644 --- a/Fireworks/Core/src/FWModelExpressionSelector.cc +++ b/Fireworks/Core/src/FWModelExpressionSelector.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Jan 23 10:37:22 EST 2008 -// $Id: FWModelExpressionSelector.cc,v 1.14 2013/04/05 05:24:58 amraktad Exp $ +// $Id: FWModelExpressionSelector.cc,v 1.13 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelFilter.cc b/Fireworks/Core/src/FWModelFilter.cc index 51115c0d5e54a..c223c690258bb 100644 --- a/Fireworks/Core/src/FWModelFilter.cc +++ b/Fireworks/Core/src/FWModelFilter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Feb 29 13:39:56 PST 2008 -// $Id: FWModelFilter.cc,v 1.15 2012/08/03 18:20:28 wmtan Exp $ +// $Id: FWModelFilter.cc,v 1.14 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelId.cc b/Fireworks/Core/src/FWModelId.cc index 741ae0b0d418f..f583a60e8a70a 100644 --- a/Fireworks/Core/src/FWModelId.cc +++ b/Fireworks/Core/src/FWModelId.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Mar 5 11:00:48 EST 2008 -// $Id: FWModelId.cc,v 1.4 2009/01/23 21:35:43 amraktad Exp $ +// $Id: FWModelId.cc,v 1.3 2008/11/06 22:05:26 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWModelIdFromEveSelector.cc b/Fireworks/Core/src/FWModelIdFromEveSelector.cc index 89c0cedee09dd..3b28e3efea46f 100644 --- a/Fireworks/Core/src/FWModelIdFromEveSelector.cc +++ b/Fireworks/Core/src/FWModelIdFromEveSelector.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Oct 28 11:44:16 CET 2009 -// $Id: FWModelIdFromEveSelector.cc,v 1.1 2009/10/28 14:36:58 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Core/src/FWOverlapTableManager.cc b/Fireworks/Core/src/FWOverlapTableManager.cc index 9bd16791f0991..23d9fbc9d1a7a 100644 --- a/Fireworks/Core/src/FWOverlapTableManager.cc +++ b/Fireworks/Core/src/FWOverlapTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jan 4 20:31:32 CET 2012 -// $Id: FWOverlapTableManager.cc,v 1.9 2013/04/14 20:41:06 amraktad Exp $ +// $Id: FWOverlapTableManager.cc,v 1.8 2012/04/25 06:09:35 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWOverlapTableManager.h b/Fireworks/Core/src/FWOverlapTableManager.h index d7c711ad725b0..ff77fd2c24d30 100644 --- a/Fireworks/Core/src/FWOverlapTableManager.h +++ b/Fireworks/Core/src/FWOverlapTableManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jan 4 20:34:38 CET 2012 -// $Id: FWOverlapTableManager.h,v 1.5 2013/04/14 20:41:07 amraktad Exp $ +// $Id: FWOverlapTableManager.h,v 1.4 2012/04/25 06:09:35 amraktad Exp $ // #include "Fireworks/Core/interface/FWGeometryTableManagerBase.h" diff --git a/Fireworks/Core/src/FWOverlapTableView.cc b/Fireworks/Core/src/FWOverlapTableView.cc index cb0851fe78d77..7703059e417fa 100644 --- a/Fireworks/Core/src/FWOverlapTableView.cc +++ b/Fireworks/Core/src/FWOverlapTableView.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jan 4 00:06:35 CET 2012 -// $Id: FWOverlapTableView.cc,v 1.17 2013/04/19 04:21:29 amraktad Exp $ +// $Id: FWOverlapTableView.cc,v 1.16 2013/04/19 03:55:36 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWOverlapTableView.h b/Fireworks/Core/src/FWOverlapTableView.h index 0db432d8136b2..02cb8b5f0b9c8 100644 --- a/Fireworks/Core/src/FWOverlapTableView.h +++ b/Fireworks/Core/src/FWOverlapTableView.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Wed Jan 4 00:06:31 CET 2012 -// $Id: FWOverlapTableView.h,v 1.6 2013/04/14 20:41:07 amraktad Exp $ +// $Id: FWOverlapTableView.h,v 1.5 2012/03/14 23:58:22 amraktad Exp $ // #include "Fireworks/Core/interface/FWGeometryTableViewBase.h" diff --git a/Fireworks/Core/src/FWParameterBase.cc b/Fireworks/Core/src/FWParameterBase.cc index 64bdf67a38aca..631885cade51b 100644 --- a/Fireworks/Core/src/FWParameterBase.cc +++ b/Fireworks/Core/src/FWParameterBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 23 13:36:24 EST 2008 -// $Id: FWParameterBase.cc,v 1.4 2012/02/22 03:46:00 amraktad Exp $ +// $Id: FWParameterBase.cc,v 1.3.40.1 2012/02/18 01:58:29 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWParameterSetterBase.cc b/Fireworks/Core/src/FWParameterSetterBase.cc index cdea355708c1f..dd1e967f0a48c 100644 --- a/Fireworks/Core/src/FWParameterSetterBase.cc +++ b/Fireworks/Core/src/FWParameterSetterBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Mar 7 14:16:20 EST 2008 -// $Id: FWParameterSetterBase.cc,v 1.17 2013/02/18 23:42:56 wmtan Exp $ +// $Id: FWParameterSetterBase.cc,v 1.16 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWParameterSetterEditorBase.cc b/Fireworks/Core/src/FWParameterSetterEditorBase.cc index c95daa60959c6..2e0d9155a27a6 100644 --- a/Fireworks/Core/src/FWParameterSetterEditorBase.cc +++ b/Fireworks/Core/src/FWParameterSetterEditorBase.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Jun 26 11:18:08 EDT 2008 -// $Id: FWParameterSetterEditorBase.cc,v 1.3 2012/02/22 03:46:00 amraktad Exp $ +// $Id: FWParameterSetterEditorBase.cc,v 1.2.42.1 2012/02/18 01:58:29 matevz Exp $ // // system include files diff --git a/Fireworks/Core/src/FWParameterizable.cc b/Fireworks/Core/src/FWParameterizable.cc index 57eb897097a39..908c5747c95b0 100644 --- a/Fireworks/Core/src/FWParameterizable.cc +++ b/Fireworks/Core/src/FWParameterizable.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sat Feb 23 13:36:27 EST 2008 -// $Id: FWParameterizable.cc,v 1.3 2010/06/18 10:17:16 yana Exp $ +// $Id: FWParameterizable.cc,v 1.2 2008/11/06 22:05:26 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWPhysicsObjectDesc.cc b/Fireworks/Core/src/FWPhysicsObjectDesc.cc index e9ae33286a745..faa129fff033b 100644 --- a/Fireworks/Core/src/FWPhysicsObjectDesc.cc +++ b/Fireworks/Core/src/FWPhysicsObjectDesc.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 15 15:05:02 EST 2008 -// $Id: FWPhysicsObjectDesc.cc,v 1.7 2009/04/07 15:58:40 chrjones Exp $ +// $Id: FWPhysicsObjectDesc.cc,v 1.6 2009/01/23 21:35:43 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWProxyBuilderBase.cc b/Fireworks/Core/src/FWProxyBuilderBase.cc index a98f9340b5649..f98c88bc13bf6 100644 --- a/Fireworks/Core/src/FWProxyBuilderBase.cc +++ b/Fireworks/Core/src/FWProxyBuilderBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones, Matevz Tadel, Alja Mrak-Tadel // Created: Thu Mar 18 14:12:00 CET 2010 -// $Id: FWProxyBuilderBase.cc,v 1.32 2010/10/29 10:42:02 amraktad Exp $ +// $Id: FWProxyBuilderBase.cc,v 1.31 2010/10/22 14:34:45 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWProxyBuilderConfiguration.cc b/Fireworks/Core/src/FWProxyBuilderConfiguration.cc index 3e4845a9cc4cb..b28117bf34c8c 100644 --- a/Fireworks/Core/src/FWProxyBuilderConfiguration.cc +++ b/Fireworks/Core/src/FWProxyBuilderConfiguration.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Jul 27 00:58:43 CEST 2011 -// $Id: FWProxyBuilderConfiguration.cc,v 1.8 2011/08/20 03:39:20 amraktad Exp $ +// $Id: FWProxyBuilderConfiguration.cc,v 1.7 2011/08/16 01:16:05 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWProxyBuilderFactory.cc b/Fireworks/Core/src/FWProxyBuilderFactory.cc index 866a7021f1e8c..ddfc7d0f67021 100644 --- a/Fireworks/Core/src/FWProxyBuilderFactory.cc +++ b/Fireworks/Core/src/FWProxyBuilderFactory.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 6 13:51:44 EDT 2008 -// $Id: FWProxyBuilderFactory.cc,v 1.1 2010/04/06 20:00:36 amraktad Exp $ +// $Id: FWProxyBuilderFactory.cc,v 1.1 2008/12/01 12:27:37 dmytro Exp $ // // system include files diff --git a/Fireworks/Core/src/FWRPZView.cc b/Fireworks/Core/src/FWRPZView.cc index 12207d7b6d8ab..5ef4b0c3acca9 100644 --- a/Fireworks/Core/src/FWRPZView.cc +++ b/Fireworks/Core/src/FWRPZView.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 19 10:33:25 EST 2008 -// $Id: FWRPZView.cc,v 1.46 2011/10/15 02:33:30 amraktad Exp $ +// $Id: FWRPZView.cc,v 1.45 2011/09/08 02:18:01 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWRPZViewGeometry.cc b/Fireworks/Core/src/FWRPZViewGeometry.cc index 42b6512ca8d83..dc49da66f0a0a 100644 --- a/Fireworks/Core/src/FWRPZViewGeometry.cc +++ b/Fireworks/Core/src/FWRPZViewGeometry.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Thu Mar 25 20:33:06 CET 2010 -// $Id: FWRPZViewGeometry.cc,v 1.19 2011/10/15 02:33:30 amraktad Exp $ +// $Id: FWRPZViewGeometry.cc,v 1.18 2011/05/24 04:24:19 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWRepresentationCheckerBase.cc b/Fireworks/Core/src/FWRepresentationCheckerBase.cc index 7b62e3fda22c4..b462f25bc3dbd 100644 --- a/Fireworks/Core/src/FWRepresentationCheckerBase.cc +++ b/Fireworks/Core/src/FWRepresentationCheckerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 14:08:50 EST 2008 -// $Id: FWRepresentationCheckerBase.cc,v 1.3 2010/06/02 22:36:36 chrjones Exp $ +// $Id: FWRepresentationCheckerBase.cc,v 1.2 2009/01/23 21:35:43 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWSelectionManager.cc b/Fireworks/Core/src/FWSelectionManager.cc index 9b687567fe414..17977a1f3bc52 100644 --- a/Fireworks/Core/src/FWSelectionManager.cc +++ b/Fireworks/Core/src/FWSelectionManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 14:40:51 EST 2008 -// $Id: FWSelectionManager.cc,v 1.12 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWSelectionManager.cc,v 1.11 2009/11/20 17:53:59 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWSimpleProxyBuilder.cc b/Fireworks/Core/src/FWSimpleProxyBuilder.cc index 7d735a8fd1e09..fc37ec2f0a3b7 100644 --- a/Fireworks/Core/src/FWSimpleProxyBuilder.cc +++ b/Fireworks/Core/src/FWSimpleProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones, Alja Mrak-Tadel // Created: Tue March 28 09:46:41 EST 2010 -// $Id: FWSimpleProxyBuilder.cc,v 1.13 2010/10/22 14:34:45 amraktad Exp $ +// $Id: FWSimpleProxyBuilder.cc,v 1.12 2010/08/16 17:59:11 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWSimpleProxyHelper.cc b/Fireworks/Core/src/FWSimpleProxyHelper.cc index b375b0f94e35f..d1626921e3acc 100644 --- a/Fireworks/Core/src/FWSimpleProxyHelper.cc +++ b/Fireworks/Core/src/FWSimpleProxyHelper.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 15:13:22 EST 2008 -// $Id: FWSimpleProxyHelper.cc,v 1.7 2013/02/18 23:42:56 wmtan Exp $ +// $Id: FWSimpleProxyHelper.cc,v 1.6 2012/09/21 09:26:26 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWSimpleRepresentationChecker.cc b/Fireworks/Core/src/FWSimpleRepresentationChecker.cc index ef38605225c29..4a04c063ac765 100644 --- a/Fireworks/Core/src/FWSimpleRepresentationChecker.cc +++ b/Fireworks/Core/src/FWSimpleRepresentationChecker.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 25 10:54:28 EST 2008 -// $Id: FWSimpleRepresentationChecker.cc,v 1.9 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWSimpleRepresentationChecker.cc,v 1.8 2012/08/03 18:20:28 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWStringParameterSetter.cc b/Fireworks/Core/src/FWStringParameterSetter.cc index 700f871e1eb0b..80b77464105a1 100644 --- a/Fireworks/Core/src/FWStringParameterSetter.cc +++ b/Fireworks/Core/src/FWStringParameterSetter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Mar 10 11:22:32 CDT 2008 -// $Id: FWStringParameterSetter.cc,v 1.4 2011/02/15 18:32:34 amraktad Exp $ +// $Id: FWStringParameterSetter.cc,v 1.3 2011/02/11 19:56:36 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWStringParameterSetter.h b/Fireworks/Core/src/FWStringParameterSetter.h index 7cb38fbee4d87..48c6608065894 100644 --- a/Fireworks/Core/src/FWStringParameterSetter.h +++ b/Fireworks/Core/src/FWStringParameterSetter.h @@ -4,7 +4,7 @@ // // Package: Core // Class : FWStringParameterSetter -// $Id: FWStringParameterSetter.h,v 1.3 2011/02/11 19:56:36 amraktad Exp $ +// $Id: FWStringParameterSetter.h,v 1.2.20.1 2011/02/11 19:42:16 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWSummaryManager.cc b/Fireworks/Core/src/FWSummaryManager.cc index bde4ee104d5f3..ff42b9d634e3b 100644 --- a/Fireworks/Core/src/FWSummaryManager.cc +++ b/Fireworks/Core/src/FWSummaryManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Mar 4 09:35:32 EST 2008 -// $Id: FWSummaryManager.cc,v 1.22 2010/06/18 10:17:16 yana Exp $ +// $Id: FWSummaryManager.cc,v 1.21 2010/06/15 18:20:22 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTSelectorToEventList.cc b/Fireworks/Core/src/FWTSelectorToEventList.cc index 513eeaece582c..bce2ac8de0d8b 100644 --- a/Fireworks/Core/src/FWTSelectorToEventList.cc +++ b/Fireworks/Core/src/FWTSelectorToEventList.cc @@ -1,4 +1,4 @@ -// $Id: FWTSelectorToEventList.cc,v 1.4 2010/07/05 18:33:46 matevz Exp $ +// $Id: FWTSelectorToEventList.cc,v 1.3 2010/07/02 13:07:19 matevz Exp $ #include "Fireworks/Core/interface/FWTSelectorToEventList.h" diff --git a/Fireworks/Core/src/FWTableView.cc b/Fireworks/Core/src/FWTableView.cc index 8486af04a589a..bd0b34084a499 100644 --- a/Fireworks/Core/src/FWTableView.cc +++ b/Fireworks/Core/src/FWTableView.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 11:22:41 EST 2008 -// $Id: FWTableView.cc,v 1.36 2013/04/09 05:00:07 amraktad Exp $ +// $Id: FWTableView.cc,v 1.35 2013/04/03 20:17:18 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTableViewManager.cc b/Fireworks/Core/src/FWTableViewManager.cc index 14c7dadfcb5fc..cfcc979cceb4f 100644 --- a/Fireworks/Core/src/FWTableViewManager.cc +++ b/Fireworks/Core/src/FWTableViewManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 22:01:27 EST 2008 -// $Id: FWTableViewManager.cc,v 1.27 2013/02/10 22:12:04 wmtan Exp $ +// $Id: FWTableViewManager.cc,v 1.26 2013/01/25 19:44:03 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTableViewTableManager.cc b/Fireworks/Core/src/FWTableViewTableManager.cc index de96538ac663f..fa2b7c98e31dd 100644 --- a/Fireworks/Core/src/FWTableViewTableManager.cc +++ b/Fireworks/Core/src/FWTableViewTableManager.cc @@ -1,4 +1,4 @@ -// $Id: FWTableViewTableManager.cc,v 1.18 2012/09/21 09:26:26 eulisse Exp $ +// $Id: FWTableViewTableManager.cc,v 1.17 2010/06/18 10:17:16 yana Exp $ #include #include diff --git a/Fireworks/Core/src/FWTextProjected.cc b/Fireworks/Core/src/FWTextProjected.cc index d4ca8e61b58ea..34c15e7b3e4c4 100644 --- a/Fireworks/Core/src/FWTextProjected.cc +++ b/Fireworks/Core/src/FWTextProjected.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Aug 12 01:12:18 CEST 2011 -// $Id: FWTextProjected.cc,v 1.3 2011/08/16 21:43:27 amraktad Exp $ +// $Id: FWTextProjected.cc,v 1.2 2011/08/16 01:40:35 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTriggerTableView.cc b/Fireworks/Core/src/FWTriggerTableView.cc index 398e4e05c0b04..deb2a9cc8c3d9 100644 --- a/Fireworks/Core/src/FWTriggerTableView.cc +++ b/Fireworks/Core/src/FWTriggerTableView.cc @@ -2,7 +2,7 @@ // // Package: Core // Class : FWTriggerTableView -// $Id: FWTriggerTableView.cc,v 1.18 2013/04/05 21:05:04 amraktad Exp $ +// $Id: FWTriggerTableView.cc,v 1.17 2012/09/27 16:51:25 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTriggerTableViewManager.cc b/Fireworks/Core/src/FWTriggerTableViewManager.cc index fbb7c297d4b6f..085d5412a7311 100644 --- a/Fireworks/Core/src/FWTriggerTableViewManager.cc +++ b/Fireworks/Core/src/FWTriggerTableViewManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 22:01:27 EST 2008 -// $Id: FWTriggerTableViewManager.cc,v 1.8 2012/09/27 16:51:25 eulisse Exp $ +// $Id: FWTriggerTableViewManager.cc,v 1.7 2011/07/08 04:40:00 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWTriggerTableViewTableManager.cc b/Fireworks/Core/src/FWTriggerTableViewTableManager.cc index 0c742b14b1d17..6f43842c7de1b 100644 --- a/Fireworks/Core/src/FWTriggerTableViewTableManager.cc +++ b/Fireworks/Core/src/FWTriggerTableViewTableManager.cc @@ -1,4 +1,4 @@ -// $Id: FWTriggerTableViewTableManager.cc,v 1.5 2012/09/27 16:51:25 eulisse Exp $ +// $Id: FWTriggerTableViewTableManager.cc,v 1.4 2011/01/26 11:47:07 amraktad Exp $ #include #include "TGClient.h" diff --git a/Fireworks/Core/src/FWTypeToRepresentations.cc b/Fireworks/Core/src/FWTypeToRepresentations.cc index 3ac170cf44a2f..23acf5498acf4 100644 --- a/Fireworks/Core/src/FWTypeToRepresentations.cc +++ b/Fireworks/Core/src/FWTypeToRepresentations.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 11 14:09:01 EST 2008 -// $Id: FWTypeToRepresentations.cc,v 1.2 2009/01/23 21:35:44 amraktad Exp $ +// $Id: FWTypeToRepresentations.cc,v 1.1 2008/11/14 16:29:31 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/src/FWValidatorBase.h b/Fireworks/Core/src/FWValidatorBase.h index 4881284187e78..edc4fb7a9b8f8 100644 --- a/Fireworks/Core/src/FWValidatorBase.h +++ b/Fireworks/Core/src/FWValidatorBase.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 20:42:39 EDT 2008 -// $Id: FWValidatorBase.h,v 1.3 2009/01/23 21:35:44 amraktad Exp $ +// $Id: FWValidatorBase.h,v 1.2 2008/11/06 22:05:26 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewBase.cc b/Fireworks/Core/src/FWViewBase.cc index 1a7330a9625ea..b6c730a9963d7 100644 --- a/Fireworks/Core/src/FWViewBase.cc +++ b/Fireworks/Core/src/FWViewBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Feb 21 14:43:19 EST 2008 -// $Id: FWViewBase.cc,v 1.16 2013/04/05 21:04:18 amraktad Exp $ +// $Id: FWViewBase.cc,v 1.15 2013/04/03 20:12:33 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewContext.cc b/Fireworks/Core/src/FWViewContext.cc index b75a57350544c..7ffeaa1527c8e 100644 --- a/Fireworks/Core/src/FWViewContext.cc +++ b/Fireworks/Core/src/FWViewContext.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 14 18:31:58 CEST 2010 -// $Id: FWViewContext.cc,v 1.8 2011/02/22 18:37:31 amraktad Exp $ +// $Id: FWViewContext.cc,v 1.7 2010/11/26 20:24:48 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewContextMenuHandlerBase.cc b/Fireworks/Core/src/FWViewContextMenuHandlerBase.cc index a59ace8052375..e7cfbee854bcb 100644 --- a/Fireworks/Core/src/FWViewContextMenuHandlerBase.cc +++ b/Fireworks/Core/src/FWViewContextMenuHandlerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Nov 2 13:46:48 CST 2009 -// $Id: FWViewContextMenuHandlerBase.cc,v 1.4 2011/03/25 18:02:46 amraktad Exp $ +// $Id: FWViewContextMenuHandlerBase.cc,v 1.3 2009/11/03 14:01:51 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewEnergyScale.cc b/Fireworks/Core/src/FWViewEnergyScale.cc index db36ab31cc0fd..9c36b15bbba05 100644 --- a/Fireworks/Core/src/FWViewEnergyScale.cc +++ b/Fireworks/Core/src/FWViewEnergyScale.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Jun 18 20:37:44 CEST 2010 -// $Id: FWViewEnergyScale.cc,v 1.10 2010/11/27 22:08:24 amraktad Exp $ +// $Id: FWViewEnergyScale.cc,v 1.9 2010/11/26 20:24:48 amraktad Exp $ // #include diff --git a/Fireworks/Core/src/FWViewEnergyScaleEditor.cc b/Fireworks/Core/src/FWViewEnergyScaleEditor.cc index 58c918f2b1f2b..d451a25a7bbfb 100644 --- a/Fireworks/Core/src/FWViewEnergyScaleEditor.cc +++ b/Fireworks/Core/src/FWViewEnergyScaleEditor.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Sep 24 18:52:19 CEST 2010 -// $Id: FWViewEnergyScaleEditor.cc,v 1.3 2012/08/01 00:41:36 amraktad Exp $ +// $Id: FWViewEnergyScaleEditor.cc,v 1.2 2010/11/27 22:08:24 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewGeometryList.cc b/Fireworks/Core/src/FWViewGeometryList.cc index 4a5e4bfd9bd2c..a53a5416916e9 100644 --- a/Fireworks/Core/src/FWViewGeometryList.cc +++ b/Fireworks/Core/src/FWViewGeometryList.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Tue Sep 14 13:28:13 CEST 2010 -// $Id: FWViewGeometryList.cc,v 1.6 2011/09/27 04:27:08 amraktad Exp $ +// $Id: FWViewGeometryList.cc,v 1.5 2010/09/28 11:39:51 amraktad Exp $ // #include diff --git a/Fireworks/Core/src/FWViewManagerBase.cc b/Fireworks/Core/src/FWViewManagerBase.cc index f2bc7d0768555..33e2b26856227 100644 --- a/Fireworks/Core/src/FWViewManagerBase.cc +++ b/Fireworks/Core/src/FWViewManagerBase.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sat Jan 5 10:56:17 EST 2008 -// $Id: FWViewManagerBase.cc,v 1.16 2011/07/08 04:40:00 amraktad Exp $ +// $Id: FWViewManagerBase.cc,v 1.15 2010/06/18 10:17:16 yana Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewManagerManager.cc b/Fireworks/Core/src/FWViewManagerManager.cc index e7865a69e3d1f..cbcc52482208b 100644 --- a/Fireworks/Core/src/FWViewManagerManager.cc +++ b/Fireworks/Core/src/FWViewManagerManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 15 10:27:12 EST 2008 -// $Id: FWViewManagerManager.cc,v 1.18 2010/06/18 10:17:16 yana Exp $ +// $Id: FWViewManagerManager.cc,v 1.17 2010/05/06 18:03:08 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/FWViewType.cc b/Fireworks/Core/src/FWViewType.cc index eb7d85af4e2c4..33439c84b29fc 100644 --- a/Fireworks/Core/src/FWViewType.cc +++ b/Fireworks/Core/src/FWViewType.cc @@ -8,7 +8,7 @@ // // Original Author: Alja Mrak-Tadel // Created: Fri Mar 26 12:25:02 CET 2010 -// $Id: FWViewType.cc,v 1.23 2012/02/22 03:46:00 amraktad Exp $ +// $Id: FWViewType.cc,v 1.22.2.1 2011/12/23 02:24:33 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/RootGuiUtils.cc b/Fireworks/Core/src/RootGuiUtils.cc index c1aac8ad7c1d7..87bdf5b6e605f 100644 --- a/Fireworks/Core/src/RootGuiUtils.cc +++ b/Fireworks/Core/src/RootGuiUtils.cc @@ -1,4 +1,4 @@ -// @(#)root/eve:$Id: RootGuiUtils.cc,v 1.1 2011/02/21 18:50:54 matevz Exp $ +// @(#)root/eve:$Id: SKEL-base.cxx 23035 2008-04-08 09:17:02Z matevz $ // Author: Matevz Tadel 2011 #include "Fireworks/Core/interface/RootGuiUtils.h" diff --git a/Fireworks/Core/src/TRootXTReq.cc b/Fireworks/Core/src/TRootXTReq.cc index 78395ad8aef61..b1a4c0a6496aa 100644 --- a/Fireworks/Core/src/TRootXTReq.cc +++ b/Fireworks/Core/src/TRootXTReq.cc @@ -1,4 +1,4 @@ -// $Id: TRootXTReq.cc,v 1.3 2011/01/24 17:44:21 amraktad Exp $ +// $Id: TRootXTReq.cc,v 1.2 2010/07/01 18:50:02 chrjones Exp $ #include "Fireworks/Core/interface/TRootXTReq.h" diff --git a/Fireworks/Core/src/expressionFormatHelpers.cc b/Fireworks/Core/src/expressionFormatHelpers.cc index aef522178d6a3..cd7be3cc8565f 100644 --- a/Fireworks/Core/src/expressionFormatHelpers.cc +++ b/Fireworks/Core/src/expressionFormatHelpers.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 12:25:04 EDT 2008 -// $Id: expressionFormatHelpers.cc,v 1.5 2009/03/23 19:52:17 amraktad Exp $ +// $Id: expressionFormatHelpers.cc,v 1.4 2009/01/23 21:35:44 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/expressionFormatHelpers.h b/Fireworks/Core/src/expressionFormatHelpers.h index 2648a926956a0..66a8ab2abeeea 100644 --- a/Fireworks/Core/src/expressionFormatHelpers.h +++ b/Fireworks/Core/src/expressionFormatHelpers.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Aug 22 12:25:03 EDT 2008 -// $Id: expressionFormatHelpers.h,v 1.3 2009/01/23 21:35:44 amraktad Exp $ +// $Id: expressionFormatHelpers.h,v 1.2 2008/11/06 22:05:27 amraktad Exp $ // // system include files diff --git a/Fireworks/Core/src/fw3dlego_xbins.cc b/Fireworks/Core/src/fw3dlego_xbins.cc index 2aa649730b887..0bbc795459c7b 100644 --- a/Fireworks/Core/src/fw3dlego_xbins.cc +++ b/Fireworks/Core/src/fw3dlego_xbins.cc @@ -2,7 +2,7 @@ // // Package: Core // Class : fw3dlego_xbins -// $Id: fw3dlego_xbins.cc,v 1.4 2010/06/07 18:58:17 matevz Exp $ +// $Id: fw3dlego_xbins.cc,v 1.3 2009/09/05 10:51:35 dmytro Exp $ #include "Fireworks/Core/interface/fw3dlego_xbins.h" // Information is extracted from: diff --git a/Fireworks/Core/src/fwLog.cc b/Fireworks/Core/src/fwLog.cc index 7381268e332c3..c242c17352e04 100644 --- a/Fireworks/Core/src/fwLog.cc +++ b/Fireworks/Core/src/fwLog.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 8 23:10:10 CST 2009 -// $Id: fwLog.cc,v 1.2 2009/12/11 20:25:45 amraktad Exp $ +// $Id: fwLog.cc,v 1.1 2009/12/09 05:34:58 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_changemanager.cc b/Fireworks/Core/test/unittest_changemanager.cc index 1d5c5c445743b..f4f95ffcfbe63 100644 --- a/Fireworks/Core/test/unittest_changemanager.cc +++ b/Fireworks/Core/test/unittest_changemanager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_changemanager.cc,v 1.6 2012/08/03 18:20:28 wmtan Exp $ +// $Id: unittest_changemanager.cc,v 1.5 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_eventitemsmanager.cc b/Fireworks/Core/test/unittest_eventitemsmanager.cc index de3be5170c4e8..d720c6ca625ab 100644 --- a/Fireworks/Core/test/unittest_eventitemsmanager.cc +++ b/Fireworks/Core/test/unittest_eventitemsmanager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_eventitemsmanager.cc,v 1.8 2010/10/27 16:27:23 amraktad Exp $ +// $Id: unittest_eventitemsmanager.cc,v 1.7 2010/07/26 15:13:13 matevz Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_fwconfiguration.cc b/Fireworks/Core/test/unittest_fwconfiguration.cc index 70f1f9210211a..6713e68574bfd 100644 --- a/Fireworks/Core/test/unittest_fwconfiguration.cc +++ b/Fireworks/Core/test/unittest_fwconfiguration.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_fwconfiguration.cc,v 1.2 2010/04/26 09:06:57 eulisse Exp $ +// $Id: unittest_fwconfiguration.cc,v 1.1 2009/03/05 22:01:53 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_fwmodelid.cc b/Fireworks/Core/test/unittest_fwmodelid.cc index 403dc808217ae..cf961a749aa70 100644 --- a/Fireworks/Core/test/unittest_fwmodelid.cc +++ b/Fireworks/Core/test/unittest_fwmodelid.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_fwmodelid.cc,v 1.1 2009/03/05 22:01:53 chrjones Exp $ +// $Id: unittest_fwmodelid.cc,v 1.1 2008/01/21 01:17:47 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_main.cc b/Fireworks/Core/test/unittest_main.cc index 74b058def555c..15b2841a9fba6 100644 --- a/Fireworks/Core/test/unittest_main.cc +++ b/Fireworks/Core/test/unittest_main.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:19 EST 2008 -// $Id: unittest_main.cc,v 1.1 2009/03/05 22:01:53 chrjones Exp $ +// $Id: unittest_main.cc,v 1.1 2008/01/21 01:17:55 chrjones Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_modelexpressionselector.cc b/Fireworks/Core/test/unittest_modelexpressionselector.cc index a7b6e704255e3..0981ec902a31f 100644 --- a/Fireworks/Core/test/unittest_modelexpressionselector.cc +++ b/Fireworks/Core/test/unittest_modelexpressionselector.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_modelexpressionselector.cc,v 1.7 2012/08/03 18:20:29 wmtan Exp $ +// $Id: unittest_modelexpressionselector.cc,v 1.6 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_modelfilter.cc b/Fireworks/Core/test/unittest_modelfilter.cc index b8f02893ead0e..88acee28bbbbf 100644 --- a/Fireworks/Core/test/unittest_modelfilter.cc +++ b/Fireworks/Core/test/unittest_modelfilter.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_modelfilter.cc,v 1.6 2012/08/03 18:20:29 wmtan Exp $ +// $Id: unittest_modelfilter.cc,v 1.5 2010/07/26 15:13:13 matevz Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_parameters.cc b/Fireworks/Core/test/unittest_parameters.cc index aec49c7ab442e..735560ea7c2f2 100644 --- a/Fireworks/Core/test/unittest_parameters.cc +++ b/Fireworks/Core/test/unittest_parameters.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_parameters.cc,v 1.3 2010/06/18 10:17:16 yana Exp $ +// $Id: unittest_parameters.cc,v 1.2 2010/04/26 09:06:57 eulisse Exp $ // // system include files diff --git a/Fireworks/Core/test/unittest_selectionmanager.cc b/Fireworks/Core/test/unittest_selectionmanager.cc index 85728f437bcce..b4a89677d260c 100644 --- a/Fireworks/Core/test/unittest_selectionmanager.cc +++ b/Fireworks/Core/test/unittest_selectionmanager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jan 18 10:19:07 EST 2008 -// $Id: unittest_selectionmanager.cc,v 1.6 2012/08/03 18:20:29 wmtan Exp $ +// $Id: unittest_selectionmanager.cc,v 1.5 2012/06/26 22:13:04 wmtan Exp $ // // system include files diff --git a/Fireworks/Electrons/interface/makeSuperCluster.h b/Fireworks/Electrons/interface/makeSuperCluster.h index 4548ab908d422..1722d2b70f97f 100644 --- a/Fireworks/Electrons/interface/makeSuperCluster.h +++ b/Fireworks/Electrons/interface/makeSuperCluster.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Fri Dec 5 15:32:20 EST 2008 -// $Id: makeSuperCluster.h,v 1.4 2010/04/20 20:49:42 amraktad Exp $ +// $Id: makeSuperCluster.h,v 1.3 2009/04/27 16:53:29 dmytro Exp $ // // system include files diff --git a/Fireworks/Electrons/plugins/FWConversionProxyBuilder.cc b/Fireworks/Electrons/plugins/FWConversionProxyBuilder.cc index d8c7b7e419691..06b5400a9ecc9 100644 --- a/Fireworks/Electrons/plugins/FWConversionProxyBuilder.cc +++ b/Fireworks/Electrons/plugins/FWConversionProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 14:17:03 EST 2008 -// $Id: FWConversionProxyBuilder.cc,v 1.1 2011/02/25 19:31:15 fgolf Exp $ +// $Id: FWConversionProxyBuilder.cc,v 1.19 2010/11/11 20:25:28 amraktad Exp $ // #include "TEveCompound.h" #include "TEveLine.h" diff --git a/Fireworks/Electrons/plugins/FWElectronDetailView.cc b/Fireworks/Electrons/plugins/FWElectronDetailView.cc index 41db124f6ed7b..d3a17c7f01158 100644 --- a/Fireworks/Electrons/plugins/FWElectronDetailView.cc +++ b/Fireworks/Electrons/plugins/FWElectronDetailView.cc @@ -2,7 +2,7 @@ // // Package: Electrons // Class : FWElectronDetailView -// $Id: FWElectronDetailView.cc,v 1.59 2011/02/28 10:32:01 amraktad Exp $ +// $Id: FWElectronDetailView.cc,v 1.58 2011/02/26 00:14:00 dlange Exp $ // // ROOT includes diff --git a/Fireworks/Electrons/plugins/FWElectronDetailView.h b/Fireworks/Electrons/plugins/FWElectronDetailView.h index e89419a44ee1f..b6ca6970e3588 100644 --- a/Fireworks/Electrons/plugins/FWElectronDetailView.h +++ b/Fireworks/Electrons/plugins/FWElectronDetailView.h @@ -11,7 +11,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWElectronDetailView.h,v 1.22 2011/02/28 10:32:01 amraktad Exp $ +// $Id: FWElectronDetailView.h,v 1.21 2011/02/26 00:14:00 dlange Exp $ // // user include files diff --git a/Fireworks/Electrons/plugins/FWElectronLegoProxyBuilder.cc b/Fireworks/Electrons/plugins/FWElectronLegoProxyBuilder.cc index 7ddbcad3f8f44..0f9db6f78ebec 100644 --- a/Fireworks/Electrons/plugins/FWElectronLegoProxyBuilder.cc +++ b/Fireworks/Electrons/plugins/FWElectronLegoProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWElectronLegoProxyBuilder // -// $Id: FWElectronLegoProxyBuilder.cc,v 1.5 2010/12/01 11:41:36 amraktad Exp $ +// $Id: FWElectronLegoProxyBuilder.cc,v 1.4 2010/06/18 12:42:18 yana Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Electrons/plugins/FWElectronProxyBuilder.cc b/Fireworks/Electrons/plugins/FWElectronProxyBuilder.cc index 88a5311cc339a..223c95d90c934 100644 --- a/Fireworks/Electrons/plugins/FWElectronProxyBuilder.cc +++ b/Fireworks/Electrons/plugins/FWElectronProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 14:17:03 EST 2008 -// $Id: FWElectronProxyBuilder.cc,v 1.19 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWElectronProxyBuilder.cc,v 1.18 2010/10/21 17:50:37 amraktad Exp $ // #include "TEveCompound.h" #include "TEveTrack.h" diff --git a/Fireworks/Electrons/plugins/FWPhotonDetailView.cc b/Fireworks/Electrons/plugins/FWPhotonDetailView.cc index f53b9679c5e1f..35af5571eb849 100644 --- a/Fireworks/Electrons/plugins/FWPhotonDetailView.cc +++ b/Fireworks/Electrons/plugins/FWPhotonDetailView.cc @@ -1,7 +1,7 @@ // // Package: Electrons // Class : FWPhotonDetailView -// $Id: FWPhotonDetailView.cc,v 1.30 2011/11/18 02:57:08 amraktad Exp $ +// $Id: FWPhotonDetailView.cc,v 1.29 2010/06/22 14:03:10 matevz Exp $ #include "TLatex.h" #include "TEveCalo.h" diff --git a/Fireworks/Electrons/plugins/FWPhotonDetailView.h b/Fireworks/Electrons/plugins/FWPhotonDetailView.h index ef1eba58c5f58..bb1d9125c57f8 100644 --- a/Fireworks/Electrons/plugins/FWPhotonDetailView.h +++ b/Fireworks/Electrons/plugins/FWPhotonDetailView.h @@ -10,7 +10,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWPhotonDetailView.h,v 1.9 2010/01/14 15:55:14 amraktad Exp $ +// $Id: FWPhotonDetailView.h,v 1.8 2009/11/06 06:34:07 dmytro Exp $ // // user include files diff --git a/Fireworks/Electrons/plugins/FWPhotonLegoProxyBuilder.cc b/Fireworks/Electrons/plugins/FWPhotonLegoProxyBuilder.cc index 1535895ac56d2..c40568a9c88b7 100644 --- a/Fireworks/Electrons/plugins/FWPhotonLegoProxyBuilder.cc +++ b/Fireworks/Electrons/plugins/FWPhotonLegoProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWPhotonLegoProxyBuilder // -// $Id: FWPhotonLegoProxyBuilder.cc,v 1.4 2010/12/01 11:41:36 amraktad Exp $ +// $Id: FWPhotonLegoProxyBuilder.cc,v 1.3 2010/06/18 12:42:18 yana Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Electrons/plugins/FWPhotonProxyBuilder.cc b/Fireworks/Electrons/plugins/FWPhotonProxyBuilder.cc index 81b229d570c90..acaf6d2ef8b37 100644 --- a/Fireworks/Electrons/plugins/FWPhotonProxyBuilder.cc +++ b/Fireworks/Electrons/plugins/FWPhotonProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Wed Nov 26 14:52:01 EST 2008 -// $Id: FWPhotonProxyBuilder.cc,v 1.20 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWPhotonProxyBuilder.cc,v 1.19 2010/10/20 19:26:58 amraktad Exp $ // #include "TEveBoxSet.h" diff --git a/Fireworks/Electrons/src/makeSuperCluster.cc b/Fireworks/Electrons/src/makeSuperCluster.cc index a1222a2a23aec..abd36c0bed98b 100644 --- a/Fireworks/Electrons/src/makeSuperCluster.cc +++ b/Fireworks/Electrons/src/makeSuperCluster.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Dec 5 15:32:33 EST 2008 -// $Id: makeSuperCluster.cc,v 1.13 2010/09/16 15:42:21 yana Exp $ +// $Id: makeSuperCluster.cc,v 1.12 2010/09/07 15:46:47 yana Exp $ // // system include files diff --git a/Fireworks/Eve/interface/EveService.h b/Fireworks/Eve/interface/EveService.h index 5a8e25e0ebd54..f277feba27bc2 100644 --- a/Fireworks/Eve/interface/EveService.h +++ b/Fireworks/Eve/interface/EveService.h @@ -16,7 +16,7 @@ // // Original Author: Matevz Tadel // Created: Fri Jun 25 18:56:52 CEST 2010 -// $Id: EveService.h,v 1.5 2010/07/15 13:02:02 matevz Exp $ +// $Id: EveService.h,v 1.4 2010/07/13 19:59:04 matevz Exp $ // #include diff --git a/Fireworks/Eve/plugins/DummyEvelyser.cc b/Fireworks/Eve/plugins/DummyEvelyser.cc index 26048872d4ec0..6c0432de96894 100644 --- a/Fireworks/Eve/plugins/DummyEvelyser.cc +++ b/Fireworks/Eve/plugins/DummyEvelyser.cc @@ -8,7 +8,7 @@ // // Original Author: Matevz Tadel // Created: Mon Jun 28 18:17:47 CEST 2010 -// $Id: DummyEvelyser.cc,v 1.7 2010/07/15 13:02:04 matevz Exp $ +// $Id: DummyEvelyser.cc,v 1.6 2010/07/13 19:59:05 matevz Exp $ // // system include files diff --git a/Fireworks/Eve/src/EveService.cc b/Fireworks/Eve/src/EveService.cc index 8a4ddb536cfa7..cb3f61bd845f4 100644 --- a/Fireworks/Eve/src/EveService.cc +++ b/Fireworks/Eve/src/EveService.cc @@ -8,7 +8,7 @@ // // Original Author: Matevz Tadel // Created: Fri Jun 25 18:57:39 CEST 2010 -// $Id: EveService.cc,v 1.9 2012/08/16 01:09:21 amraktad Exp $ +// $Id: EveService.cc,v 1.8 2012/04/21 01:04:37 amraktad Exp $ // // system include files diff --git a/Fireworks/FWInterface/plugins/FWTrackProxyBuilderFF.cc b/Fireworks/FWInterface/plugins/FWTrackProxyBuilderFF.cc index 9fa755e68b075..06da795565f82 100644 --- a/Fireworks/FWInterface/plugins/FWTrackProxyBuilderFF.cc +++ b/Fireworks/FWInterface/plugins/FWTrackProxyBuilderFF.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 25 14:42:13 EST 2008 -// $Id: FWTrackProxyBuilderFF.cc,v 1.4 2012/10/22 20:08:20 amraktad Exp $ +// $Id: FWTrackProxyBuilderFF.cc,v 1.3 2012/09/12 06:31:37 amraktad Exp $ // // system include files diff --git a/Fireworks/FWInterface/src/FWPSetCellEditor.cc b/Fireworks/FWInterface/src/FWPSetCellEditor.cc index 084ac294c7d6f..6e1508b2dec1e 100644 --- a/Fireworks/FWInterface/src/FWPSetCellEditor.cc +++ b/Fireworks/FWInterface/src/FWPSetCellEditor.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Feb 28 20:44:59 CET 2011 -// $Id: FWPSetCellEditor.cc,v 1.7 2012/09/08 06:27:35 amraktad Exp $ +// $Id: FWPSetCellEditor.cc,v 1.6 2012/09/08 06:14:44 amraktad Exp $ // #include #include diff --git a/Fireworks/FWInterface/src/FWPSetCellEditor.h b/Fireworks/FWInterface/src/FWPSetCellEditor.h index 4583316efcf60..dc614960035ca 100644 --- a/Fireworks/FWInterface/src/FWPSetCellEditor.h +++ b/Fireworks/FWInterface/src/FWPSetCellEditor.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Feb 28 20:45:02 CET 2011 -// $Id: FWPSetCellEditor.h,v 1.2 2011/03/04 20:06:57 amraktad Exp $ +// $Id: FWPSetCellEditor.h,v 1.1 2011/02/28 20:37:39 amraktad Exp $ // diff --git a/Fireworks/FWInterface/src/FWPSetTableManager.cc b/Fireworks/FWInterface/src/FWPSetTableManager.cc index cd8f18e81a570..af7439c0153dd 100644 --- a/Fireworks/FWInterface/src/FWPSetTableManager.cc +++ b/Fireworks/FWInterface/src/FWPSetTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Feb 28 17:06:54 CET 2011 -// $Id: FWPSetTableManager.cc,v 1.18 2012/09/08 06:17:40 amraktad Exp $ +// $Id: FWPSetTableManager.cc,v 1.17 2012/09/08 04:47:56 matevz Exp $ // #include diff --git a/Fireworks/FWInterface/src/FWPSetTableManager.h b/Fireworks/FWInterface/src/FWPSetTableManager.h index 2fd48a9e6c111..84f7824795cc9 100644 --- a/Fireworks/FWInterface/src/FWPSetTableManager.h +++ b/Fireworks/FWInterface/src/FWPSetTableManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Feb 28 17:06:50 CET 2011 -// $Id: FWPSetTableManager.h,v 1.11 2012/09/08 06:13:57 amraktad Exp $ +// $Id: FWPSetTableManager.h,v 1.10 2012/09/08 04:47:56 matevz Exp $ // // system include files diff --git a/Fireworks/GenParticle/plugins/FWGenParticleProxyBuilder.cc b/Fireworks/GenParticle/plugins/FWGenParticleProxyBuilder.cc index 5e85ce5b481e6..f60f40d403a76 100644 --- a/Fireworks/GenParticle/plugins/FWGenParticleProxyBuilder.cc +++ b/Fireworks/GenParticle/plugins/FWGenParticleProxyBuilder.cc @@ -14,7 +14,7 @@ // // Original Author: // Created: Thu Dec 6 18:01:21 PST 2007 -// $Id: FWGenParticleProxyBuilder.cc,v 1.8 2012/12/02 09:09:13 amraktad Exp $ +// $Id: FWGenParticleProxyBuilder.cc,v 1.7 2010/11/11 20:25:28 amraktad Exp $ // #include "TEveTrack.h" diff --git a/Fireworks/Geometry/interface/DisplayGeomRecord.h b/Fireworks/Geometry/interface/DisplayGeomRecord.h index 6ddf985916212..2b097d787782d 100644 --- a/Fireworks/Geometry/interface/DisplayGeomRecord.h +++ b/Fireworks/Geometry/interface/DisplayGeomRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Mar 18 16:19:57 CDT 2010 -// $Id: DisplayGeomRecord.h,v 1.3 2010/08/10 15:24:14 yana Exp $ +// $Id: DisplayGeomRecord.h,v 1.2 2010/08/09 09:07:21 yana Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/Fireworks/Geometry/interface/DisplayPlugin.h b/Fireworks/Geometry/interface/DisplayPlugin.h index 301362d398edd..f0b6abd2cc234 100644 --- a/Fireworks/Geometry/interface/DisplayPlugin.h +++ b/Fireworks/Geometry/interface/DisplayPlugin.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Mar 18 04:08:58 CDT 2010 -// $Id: DisplayPlugin.h,v 1.1 2010/04/01 21:57:59 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Geometry/interface/DisplayPluginFactory.h b/Fireworks/Geometry/interface/DisplayPluginFactory.h index e88542ab828a4..edc7b019f23a6 100644 --- a/Fireworks/Geometry/interface/DisplayPluginFactory.h +++ b/Fireworks/Geometry/interface/DisplayPluginFactory.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Mar 18 04:08:40 CDT 2010 -// $Id: DisplayPluginFactory.h,v 1.1 2010/04/01 21:57:59 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Geometry/interface/TGeoFromDddService.h b/Fireworks/Geometry/interface/TGeoFromDddService.h index b4b8d2b29dc40..915435cbc6d3b 100644 --- a/Fireworks/Geometry/interface/TGeoFromDddService.h +++ b/Fireworks/Geometry/interface/TGeoFromDddService.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Jul 2 16:11:33 CEST 2010 -// $Id: TGeoFromDddService.h,v 1.3 2010/08/24 07:11:59 yana Exp $ +// $Id: TGeoFromDddService.h,v 1.1 2010/07/02 18:51:37 matevz Exp $ // // system include files diff --git a/Fireworks/Geometry/interface/TGeoMgrFromDdd.h b/Fireworks/Geometry/interface/TGeoMgrFromDdd.h index db44a4b3eca84..05911dff84c91 100644 --- a/Fireworks/Geometry/interface/TGeoMgrFromDdd.h +++ b/Fireworks/Geometry/interface/TGeoMgrFromDdd.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Jul 2 16:11:33 CEST 2010 -// $Id: TGeoMgrFromDdd.h,v 1.1 2010/07/06 18:42:13 matevz Exp $ +// $Id: TGeoMgrFromDdd.h,v 1.1 2010/07/02 18:51:37 matevz Exp $ // // system include files diff --git a/Fireworks/Geometry/macros/geom_core_parts.C b/Fireworks/Geometry/macros/geom_core_parts.C index 5a67c9615efac..b0f8c9b625a04 100644 --- a/Fireworks/Geometry/macros/geom_core_parts.C +++ b/Fireworks/Geometry/macros/geom_core_parts.C @@ -1,4 +1,4 @@ -// @(#)root/eve:$Id: geom_core_parts.C,v 1.2 2010/11/29 15:01:11 matevz Exp $ +// @(#)root/eve:$Id: geom_core_parts.C,v 1.1 2010/03/23 19:30:47 matevz Exp $ // Author: Matevz Tadel // Shows CMS tracker, calo and muon system. diff --git a/Fireworks/Geometry/plugins/DumpSimGeometry.cc b/Fireworks/Geometry/plugins/DumpSimGeometry.cc index af13682868807..a8180fad74b7e 100644 --- a/Fireworks/Geometry/plugins/DumpSimGeometry.cc +++ b/Fireworks/Geometry/plugins/DumpSimGeometry.cc @@ -13,7 +13,7 @@ // // Original Author: Chris D Jones // Created: Wed Sep 26 08:27:23 EDT 2007 -// $Id: DumpSimGeometry.cc,v 1.3 2012/08/01 04:09:50 amraktad Exp $ +// $Id: DumpSimGeometry.cc,v 1.2 2010/08/24 16:49:50 matevz Exp $ // // diff --git a/Fireworks/Geometry/plugins/EveDisplayPlugin.cc b/Fireworks/Geometry/plugins/EveDisplayPlugin.cc index 9e30fb67e002e..df07f17bd6e95 100644 --- a/Fireworks/Geometry/plugins/EveDisplayPlugin.cc +++ b/Fireworks/Geometry/plugins/EveDisplayPlugin.cc @@ -13,7 +13,7 @@ // // Original Author: Chris D Jones // Created: Wed Sep 26 08:27:23 EDT 2007 -// $Id: EveDisplayPlugin.cc,v 1.1 2010/04/01 21:58:00 chrjones Exp $ +// $Id: EveDisplayPlugin.cc,v 1.21 2010/01/17 09:00:30 innocent Exp $ // // diff --git a/Fireworks/Geometry/plugins/ValidateGeometry.cc b/Fireworks/Geometry/plugins/ValidateGeometry.cc index 55b0d76ea09de..69232705d8b79 100644 --- a/Fireworks/Geometry/plugins/ValidateGeometry.cc +++ b/Fireworks/Geometry/plugins/ValidateGeometry.cc @@ -1,6 +1,6 @@ // -*- C++ -*- // -// $Id: ValidateGeometry.cc,v 1.37 2013/02/28 14:23:43 yana Exp $ +// $Id: ValidateGeometry.cc,v 1.36 2012/08/03 15:30:38 yana Exp $ // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/Fireworks/Geometry/src/DisplayGeomRecord.cc b/Fireworks/Geometry/src/DisplayGeomRecord.cc index aba12b1484306..2fe3fce834ce2 100644 --- a/Fireworks/Geometry/src/DisplayGeomRecord.cc +++ b/Fireworks/Geometry/src/DisplayGeomRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Mar 18 16:19:57 CDT 2010 -// $Id: DisplayGeomRecord.cc,v 1.3 2010/08/10 15:24:15 yana Exp $ +// $Id: DisplayGeomRecord.cc,v 1.2 2010/08/09 09:07:22 yana Exp $ #include "Fireworks/Geometry/interface/DisplayGeomRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/Fireworks/Geometry/src/DisplayPlugin.cc b/Fireworks/Geometry/src/DisplayPlugin.cc index d9965fb8735c7..05e1a4c9cbf14 100644 --- a/Fireworks/Geometry/src/DisplayPlugin.cc +++ b/Fireworks/Geometry/src/DisplayPlugin.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Mar 18 04:09:19 CDT 2010 -// $Id: DisplayPlugin.cc,v 1.1 2010/04/01 21:58:00 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Geometry/src/DisplayPluginFactory.cc b/Fireworks/Geometry/src/DisplayPluginFactory.cc index dff2ee6e24e19..30c5994717a68 100644 --- a/Fireworks/Geometry/src/DisplayPluginFactory.cc +++ b/Fireworks/Geometry/src/DisplayPluginFactory.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Mar 18 04:09:12 CDT 2010 -// $Id: DisplayPluginFactory.cc,v 1.1 2010/04/01 21:58:00 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Geometry/src/Reg_TGeoManager.cc b/Fireworks/Geometry/src/Reg_TGeoManager.cc index a51b181869665..4804ab123de0b 100644 --- a/Fireworks/Geometry/src/Reg_TGeoManager.cc +++ b/Fireworks/Geometry/src/Reg_TGeoManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Mar 18 17:03:10 CDT 2010 -// $Id: Reg_TGeoManager.cc,v 1.1 2010/04/01 21:58:00 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/Geometry/src/TGeoFromDddService.cc b/Fireworks/Geometry/src/TGeoFromDddService.cc index 7307ef623e67c..1bc0e3f36aa28 100644 --- a/Fireworks/Geometry/src/TGeoFromDddService.cc +++ b/Fireworks/Geometry/src/TGeoFromDddService.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Jul 2 16:11:42 CEST 2010 -// $Id: TGeoFromDddService.cc,v 1.5 2012/07/31 22:52:53 amraktad Exp $ +// $Id: TGeoFromDddService.cc,v 1.4 2010/08/24 07:12:00 yana Exp $ // // system include files diff --git a/Fireworks/Geometry/src/TGeoMgrFromDdd.cc b/Fireworks/Geometry/src/TGeoMgrFromDdd.cc index 77badd62e9b47..28c7d655af547 100644 --- a/Fireworks/Geometry/src/TGeoMgrFromDdd.cc +++ b/Fireworks/Geometry/src/TGeoMgrFromDdd.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Jul 2 16:11:42 CEST 2010 -// $Id: TGeoMgrFromDdd.cc,v 1.13 2012/05/30 14:02:07 yana Exp $ +// $Id: TGeoMgrFromDdd.cc,v 1.12 2012/03/21 14:40:24 yana Exp $ // #include "Fireworks/Geometry/interface/TGeoMgrFromDdd.h" diff --git a/Fireworks/Muons/interface/FWMuonBuilder.h b/Fireworks/Muons/interface/FWMuonBuilder.h index a651c623ecf20..549f617132b38 100644 --- a/Fireworks/Muons/interface/FWMuonBuilder.h +++ b/Fireworks/Muons/interface/FWMuonBuilder.h @@ -5,7 +5,7 @@ // Package: Muons // Class : FWMuonBuilder // -// $Id: FWMuonBuilder.h,v 1.8 2010/04/30 12:29:29 amraktad Exp $ +// $Id: FWMuonBuilder.h,v 1.7 2010/04/20 20:49:43 amraktad Exp $ // #include "Fireworks/Core/interface/FWEvePtr.h" diff --git a/Fireworks/Muons/plugins/FWCSCRecHitProxyBuilder.cc b/Fireworks/Muons/plugins/FWCSCRecHitProxyBuilder.cc index babf0d420e264..4a0596afcb70c 100644 --- a/Fireworks/Muons/plugins/FWCSCRecHitProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWCSCRecHitProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWCSCRecHitProxyBuilder // -// $Id: FWCSCRecHitProxyBuilder.cc,v 1.13 2010/09/07 15:46:48 yana Exp $ +// $Id: FWCSCRecHitProxyBuilder.cc,v 1.12 2010/09/06 15:49:55 yana Exp $ // #include "TEvePointSet.h" diff --git a/Fireworks/Muons/plugins/FWCSCSegmentProxyBuilder.cc b/Fireworks/Muons/plugins/FWCSCSegmentProxyBuilder.cc index 6ecd03ffc3635..7bea731ca952e 100644 --- a/Fireworks/Muons/plugins/FWCSCSegmentProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWCSCSegmentProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWCSCSegmentProxyBuilder.cc,v 1.19 2011/10/18 12:40:56 yana Exp $ +// $Id: FWCSCSegmentProxyBuilder.cc,v 1.18 2010/10/19 09:00:59 chrjones Exp $ // #include "TEveGeoNode.h" diff --git a/Fireworks/Muons/plugins/FWCSCStripDigiProxyBuilder.cc b/Fireworks/Muons/plugins/FWCSCStripDigiProxyBuilder.cc index 6653650141f0d..ff84d33f5e64d 100644 --- a/Fireworks/Muons/plugins/FWCSCStripDigiProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWCSCStripDigiProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: mccauley // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWCSCStripDigiProxyBuilder.cc,v 1.14 2010/09/07 15:46:48 yana Exp $ +// $Id: FWCSCStripDigiProxyBuilder.cc,v 1.13 2010/09/06 15:49:55 yana Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Muons/plugins/FWCSCWireDigiProxyBuilder.cc b/Fireworks/Muons/plugins/FWCSCWireDigiProxyBuilder.cc index a5c3c234e9601..ee9d8a16e4c04 100644 --- a/Fireworks/Muons/plugins/FWCSCWireDigiProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWCSCWireDigiProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: mccauley // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWCSCWireDigiProxyBuilder.cc,v 1.20 2010/10/19 09:00:59 chrjones Exp $ +// $Id: FWCSCWireDigiProxyBuilder.cc,v 1.19 2010/10/07 16:21:01 mccauley Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Muons/plugins/FWDTRecHitProxyBuilder.cc b/Fireworks/Muons/plugins/FWDTRecHitProxyBuilder.cc index 7b4078f7f9edc..b6a889fce513d 100644 --- a/Fireworks/Muons/plugins/FWDTRecHitProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWDTRecHitProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWDTRecHitProxyBuilder // -// $Id: FWDTRecHitProxyBuilder.cc,v 1.13 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWDTRecHitProxyBuilder.cc,v 1.12 2010/09/07 15:46:48 yana Exp $ // #include "TEvePointSet.h" diff --git a/Fireworks/Muons/plugins/FWDTSegmentProxyBuilder.cc b/Fireworks/Muons/plugins/FWDTSegmentProxyBuilder.cc index b8b79ff91cd88..cf9406acfaa30 100644 --- a/Fireworks/Muons/plugins/FWDTSegmentProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWDTSegmentProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWDTSegmentProxyBuilder.cc,v 1.14 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWDTSegmentProxyBuilder.cc,v 1.13 2010/10/19 09:00:59 chrjones Exp $ // #include "TEveGeoNode.h" diff --git a/Fireworks/Muons/plugins/FWItemMuonAccessors.cc b/Fireworks/Muons/plugins/FWItemMuonAccessors.cc index 6d709e1d4ce3d..8a32718995da4 100644 --- a/Fireworks/Muons/plugins/FWItemMuonAccessors.cc +++ b/Fireworks/Muons/plugins/FWItemMuonAccessors.cc @@ -8,7 +8,7 @@ // // Original Author: Giulio Eulisse // Created: Thu Feb 18 15:19:44 EDT 2008 -// $Id: FWItemMuonAccessors.cc,v 1.7 2010/06/18 12:44:05 yana Exp $ +// $Id: FWItemMuonAccessors.cc,v 1.6 2010/06/11 08:21:07 mccauley Exp $ // // system include files diff --git a/Fireworks/Muons/plugins/FWMuonDetailView.cc b/Fireworks/Muons/plugins/FWMuonDetailView.cc index 8322d3c377ae7..5a56e409bf21d 100644 --- a/Fireworks/Muons/plugins/FWMuonDetailView.cc +++ b/Fireworks/Muons/plugins/FWMuonDetailView.cc @@ -3,7 +3,7 @@ // // Package: Calo // Class : FWMuonDetailView -// $Id: FWMuonDetailView.cc,v 1.27 2010/06/22 14:03:11 matevz Exp $ +// $Id: FWMuonDetailView.cc,v 1.26 2010/06/18 16:57:26 matevz Exp $ // // ROOT includes diff --git a/Fireworks/Muons/plugins/FWMuonDetailView.h b/Fireworks/Muons/plugins/FWMuonDetailView.h index 186b83bf84b0c..17ea8c366617c 100644 --- a/Fireworks/Muons/plugins/FWMuonDetailView.h +++ b/Fireworks/Muons/plugins/FWMuonDetailView.h @@ -5,7 +5,7 @@ // // Package: Electrons // Class : FWMuonDetailView -// $Id: FWMuonDetailView.h,v 1.5 2010/01/14 15:55:14 amraktad Exp $ +// $Id: FWMuonDetailView.h,v 1.4 2009/11/27 22:10:40 dmytro Exp $ // // user include files diff --git a/Fireworks/Muons/plugins/FWMuonGlimpseProxyBuilder.cc b/Fireworks/Muons/plugins/FWMuonGlimpseProxyBuilder.cc index 76345489095aa..dbc6d5dfeeb15 100644 --- a/Fireworks/Muons/plugins/FWMuonGlimpseProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWMuonGlimpseProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWMuonGlimpseProxyBuilder // -// $Id: FWMuonGlimpseProxyBuilder.cc,v 1.2 2010/09/02 18:28:13 amraktad Exp $ +// $Id: FWMuonGlimpseProxyBuilder.cc,v 1.1 2010/07/30 08:36:01 yana Exp $ // #include "TEveScalableStraightLineSet.h" diff --git a/Fireworks/Muons/plugins/FWMuonLegoProxyBuilder.cc b/Fireworks/Muons/plugins/FWMuonLegoProxyBuilder.cc index 5664f735e7b66..1eddb83e94d20 100644 --- a/Fireworks/Muons/plugins/FWMuonLegoProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWMuonLegoProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWMuonLegoProxyBuilder // -// $Id: FWMuonLegoProxyBuilder.cc,v 1.2 2010/12/01 11:41:36 amraktad Exp $ +// $Id: FWMuonLegoProxyBuilder.cc,v 1.1 2010/07/30 08:36:01 yana Exp $ // #include "TEvePointSet.h" diff --git a/Fireworks/Muons/plugins/FWMuonProxyBuilder.cc b/Fireworks/Muons/plugins/FWMuonProxyBuilder.cc index 12e73a27aa894..5366707f4c028 100644 --- a/Fireworks/Muons/plugins/FWMuonProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWMuonProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Thu Dec 4 19:28:07 EST 2008 -// $Id: FWMuonProxyBuilder.cc,v 1.13 2010/08/19 13:39:17 yana Exp $ +// $Id: FWMuonProxyBuilder.cc,v 1.12 2010/07/30 08:36:01 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Muons/plugins/FWMuonRhoPhiProxyBuilder.cc b/Fireworks/Muons/plugins/FWMuonRhoPhiProxyBuilder.cc index bc84a09d3f860..27d3f5a065418 100644 --- a/Fireworks/Muons/plugins/FWMuonRhoPhiProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWMuonRhoPhiProxyBuilder.cc @@ -3,7 +3,7 @@ // Package: Muons // Class : FWMuonRhoPhiProxyBuilder // -// $Id: FWMuonRhoPhiProxyBuilder.cc,v 1.2 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWMuonRhoPhiProxyBuilder.cc,v 1.1 2010/07/30 08:36:01 yana Exp $ // #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/Fireworks/Muons/plugins/FWRPCDigiProxyBuilder.cc b/Fireworks/Muons/plugins/FWRPCDigiProxyBuilder.cc index 99e44fa1e1172..e7a2638ef5e22 100644 --- a/Fireworks/Muons/plugins/FWRPCDigiProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWRPCDigiProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: mccauley // Created: Sun Jan 6 23:57:00 EST 2008 -// $Id: FWRPCDigiProxyBuilder.cc,v 1.14 2010/09/07 15:46:48 yana Exp $ +// $Id: FWRPCDigiProxyBuilder.cc,v 1.13 2010/09/06 15:49:55 yana Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Muons/plugins/FWRPCRecHitProxyBuilder.cc b/Fireworks/Muons/plugins/FWRPCRecHitProxyBuilder.cc index d8c3bf381d624..38320dc3ad516 100644 --- a/Fireworks/Muons/plugins/FWRPCRecHitProxyBuilder.cc +++ b/Fireworks/Muons/plugins/FWRPCRecHitProxyBuilder.cc @@ -6,7 +6,7 @@ // // Original Author: // Created: Sun Jan 6 23:42:33 EST 2008 -// $Id: FWRPCRecHitProxyBuilder.cc,v 1.16 2010/11/11 20:25:28 amraktad Exp $ +// $Id: FWRPCRecHitProxyBuilder.cc,v 1.15 2010/09/07 15:46:48 yana Exp $ // #include "TEveGeoNode.h" diff --git a/Fireworks/Muons/src/FWMuonBuilder.cc b/Fireworks/Muons/src/FWMuonBuilder.cc index 34f9d04577656..de3d5ea805647 100644 --- a/Fireworks/Muons/src/FWMuonBuilder.cc +++ b/Fireworks/Muons/src/FWMuonBuilder.cc @@ -2,7 +2,7 @@ // // Package: Muons // Class : FWMuonBuilder -// $Id: FWMuonBuilder.cc,v 1.38 2012/06/09 03:54:38 amraktad Exp $ +// $Id: FWMuonBuilder.cc,v 1.37 2012/06/07 06:23:44 yana Exp $ // #include "TEveVSDStructs.h" diff --git a/Fireworks/TableWidget/interface/FWCheckedTextTableCellRenderer.h b/Fireworks/TableWidget/interface/FWCheckedTextTableCellRenderer.h index 5a24a0038b1f5..b9116874f6933 100644 --- a/Fireworks/TableWidget/interface/FWCheckedTextTableCellRenderer.h +++ b/Fireworks/TableWidget/interface/FWCheckedTextTableCellRenderer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 3 14:29:48 EST 2009 -// $Id: FWCheckedTextTableCellRenderer.h,v 1.2 2009/03/04 15:31:20 chrjones Exp $ +// $Id: FWCheckedTextTableCellRenderer.h,v 1.1 2009/02/03 20:33:03 chrjones Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/FWColumnLabelCellRenderer.h b/Fireworks/TableWidget/interface/FWColumnLabelCellRenderer.h index 0d70fa9f8785a..0471c6becd1ec 100644 --- a/Fireworks/TableWidget/interface/FWColumnLabelCellRenderer.h +++ b/Fireworks/TableWidget/interface/FWColumnLabelCellRenderer.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:44:11 EST 2009 -// $Id: FWColumnLabelCellRenderer.h,v 1.3 2012/02/22 00:15:44 amraktad Exp $ +// $Id: FWColumnLabelCellRenderer.h,v 1.2 2009/03/04 15:33:02 chrjones Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/FWFramedTextTableCellRenderer.h b/Fireworks/TableWidget/interface/FWFramedTextTableCellRenderer.h index da0628bbc782b..0c24e14bc1124 100644 --- a/Fireworks/TableWidget/interface/FWFramedTextTableCellRenderer.h +++ b/Fireworks/TableWidget/interface/FWFramedTextTableCellRenderer.h @@ -17,7 +17,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:43:50 EST 2009 -// $Id: FWFramedTextTableCellRenderer.h,v 1.1 2010/04/23 21:36:27 chrjones Exp $ +// $Id: FWFramedTextTableCellRenderer.h,v 1.1 2010/04/16 19:46:46 chrjones Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/FWTableCellRendererBase.h b/Fireworks/TableWidget/interface/FWTableCellRendererBase.h index 7dabdb2010da3..2aa4a885e95cb 100644 --- a/Fireworks/TableWidget/interface/FWTableCellRendererBase.h +++ b/Fireworks/TableWidget/interface/FWTableCellRendererBase.h @@ -32,7 +32,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:40:18 EST 2009 -// $Id: FWTableCellRendererBase.h,v 1.1 2009/02/03 20:33:03 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/interface/FWTableManagerBase.h b/Fireworks/TableWidget/interface/FWTableManagerBase.h index e4b698bb7f5b4..102900b9ca24d 100644 --- a/Fireworks/TableWidget/interface/FWTableManagerBase.h +++ b/Fireworks/TableWidget/interface/FWTableManagerBase.h @@ -28,7 +28,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:40:52 EST 2009 -// $Id: FWTableManagerBase.h,v 1.8 2012/02/22 00:15:44 amraktad Exp $ +// $Id: FWTableManagerBase.h,v 1.7 2011/03/09 14:20:45 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/FWTableWidget.h b/Fireworks/TableWidget/interface/FWTableWidget.h index af67592acdd86..0de3926920a66 100644 --- a/Fireworks/TableWidget/interface/FWTableWidget.h +++ b/Fireworks/TableWidget/interface/FWTableWidget.h @@ -18,7 +18,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:45:47 EST 2009 -// $Id: FWTableWidget.h,v 1.16 2011/03/07 13:13:51 amraktad Exp $ +// $Id: FWTableWidget.h,v 1.15 2010/12/02 20:03:09 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/FWTextTableCellRenderer.h b/Fireworks/TableWidget/interface/FWTextTableCellRenderer.h index b7c80217d8b79..a811ce46df144 100644 --- a/Fireworks/TableWidget/interface/FWTextTableCellRenderer.h +++ b/Fireworks/TableWidget/interface/FWTextTableCellRenderer.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:43:50 EST 2009 -// $Id: FWTextTableCellRenderer.h,v 1.6 2011/03/02 18:34:17 amraktad Exp $ +// $Id: FWTextTableCellRenderer.h,v 1.5 2011/02/11 19:56:36 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/interface/SortOrder.h b/Fireworks/TableWidget/interface/SortOrder.h index bcb797b9426fd..49aeeebbb79d9 100644 --- a/Fireworks/TableWidget/interface/SortOrder.h +++ b/Fireworks/TableWidget/interface/SortOrder.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 19:10:26 EST 2009 -// $Id: SortOrder.h,v 1.1 2009/02/03 20:33:03 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.cc b/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.cc index c5ed4a8c5c4ab..bac9242590dfa 100644 --- a/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.cc +++ b/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:44:45 EST 2009 -// $Id: FWAdapterHeaderTableManager.cc,v 1.3 2012/02/22 00:15:44 amraktad Exp $ +// $Id: FWAdapterHeaderTableManager.cc,v 1.2 2009/03/04 15:34:41 chrjones Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.h b/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.h index 8a020e28723c6..97cc03eabb8f7 100644 --- a/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.h +++ b/Fireworks/TableWidget/src/FWAdapterHeaderTableManager.h @@ -19,7 +19,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:44:43 EST 2009 -// $Id: FWAdapterHeaderTableManager.h,v 1.1 2009/02/03 20:33:03 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.cc b/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.cc index 85927b908a92d..623d0d1dfac28 100644 --- a/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.cc +++ b/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:45:01 EST 2009 -// $Id: FWAdapterRowHeaderTableManager.cc,v 1.1 2009/02/03 20:33:03 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.h b/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.h index af246d05324c5..8569b213f6692 100644 --- a/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.h +++ b/Fireworks/TableWidget/src/FWAdapterRowHeaderTableManager.h @@ -19,7 +19,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:44:59 EST 2009 -// $Id: FWAdapterRowHeaderTableManager.h,v 1.1 2009/02/03 20:33:04 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/src/FWCheckedTextTableCellRenderer.cc b/Fireworks/TableWidget/src/FWCheckedTextTableCellRenderer.cc index 2c93ec528ab7f..64e20c950c356 100644 --- a/Fireworks/TableWidget/src/FWCheckedTextTableCellRenderer.cc +++ b/Fireworks/TableWidget/src/FWCheckedTextTableCellRenderer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Feb 3 14:29:51 EST 2009 -// $Id: FWCheckedTextTableCellRenderer.cc,v 1.3 2009/03/23 19:08:16 amraktad Exp $ +// $Id: FWCheckedTextTableCellRenderer.cc,v 1.2 2009/03/04 15:31:20 chrjones Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWColumnLabelCellRenderer.cc b/Fireworks/TableWidget/src/FWColumnLabelCellRenderer.cc index f546342abe8d2..0c1b15500189a 100644 --- a/Fireworks/TableWidget/src/FWColumnLabelCellRenderer.cc +++ b/Fireworks/TableWidget/src/FWColumnLabelCellRenderer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:44:04 EST 2009 -// $Id: FWColumnLabelCellRenderer.cc,v 1.3 2012/02/22 00:15:44 amraktad Exp $ +// $Id: FWColumnLabelCellRenderer.cc,v 1.2 2009/03/04 15:33:35 chrjones Exp $ // #include diff --git a/Fireworks/TableWidget/src/FWFramedTextTableCellRenderer.cc b/Fireworks/TableWidget/src/FWFramedTextTableCellRenderer.cc index aa941f1b63f4d..8e636ee9cde46 100644 --- a/Fireworks/TableWidget/src/FWFramedTextTableCellRenderer.cc +++ b/Fireworks/TableWidget/src/FWFramedTextTableCellRenderer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:43:54 EST 2009 -// $Id: FWFramedTextTableCellRenderer.cc,v 1.3 2010/06/18 12:44:24 yana Exp $ +// $Id: FWFramedTextTableCellRenderer.cc,v 1.2 2010/06/02 21:47:59 matevz Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWTableCellRendererBase.cc b/Fireworks/TableWidget/src/FWTableCellRendererBase.cc index d2c6a0e06f434..f2e2d85daedc2 100644 --- a/Fireworks/TableWidget/src/FWTableCellRendererBase.cc +++ b/Fireworks/TableWidget/src/FWTableCellRendererBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:40:26 EST 2009 -// $Id: FWTableCellRendererBase.cc,v 1.1 2009/02/03 20:33:04 chrjones Exp $ +// $Id$ // // system include files diff --git a/Fireworks/TableWidget/src/FWTableManagerBase.cc b/Fireworks/TableWidget/src/FWTableManagerBase.cc index ebf4abe5c6ed7..89a46a8c3ea3e 100644 --- a/Fireworks/TableWidget/src/FWTableManagerBase.cc +++ b/Fireworks/TableWidget/src/FWTableManagerBase.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:40:44 EST 2009 -// $Id: FWTableManagerBase.cc,v 1.6 2011/03/09 14:20:45 amraktad Exp $ +// $Id: FWTableManagerBase.cc,v 1.5 2011/03/07 13:13:51 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWTableWidget.cc b/Fireworks/TableWidget/src/FWTableWidget.cc index a39ee0972f727..e7412ffdec60c 100644 --- a/Fireworks/TableWidget/src/FWTableWidget.cc +++ b/Fireworks/TableWidget/src/FWTableWidget.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:45:42 EST 2009 -// $Id: FWTableWidget.cc,v 1.25 2012/02/22 00:15:44 amraktad Exp $ +// $Id: FWTableWidget.cc,v 1.24 2011/03/09 14:20:45 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWTabularWidget.cc b/Fireworks/TableWidget/src/FWTabularWidget.cc index 66f49e0b3cf1f..41667978a8e81 100644 --- a/Fireworks/TableWidget/src/FWTabularWidget.cc +++ b/Fireworks/TableWidget/src/FWTabularWidget.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:45:21 EST 2009 -// $Id: FWTabularWidget.cc,v 1.16 2011/03/07 13:13:51 amraktad Exp $ +// $Id: FWTabularWidget.cc,v 1.15 2011/02/11 19:56:37 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWTabularWidget.h b/Fireworks/TableWidget/src/FWTabularWidget.h index 73ad818ca819a..adde2e2587317 100644 --- a/Fireworks/TableWidget/src/FWTabularWidget.h +++ b/Fireworks/TableWidget/src/FWTabularWidget.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:45:19 EST 2009 -// $Id: FWTabularWidget.h,v 1.6 2011/03/07 13:13:51 amraktad Exp $ +// $Id: FWTabularWidget.h,v 1.5 2011/02/11 19:56:37 amraktad Exp $ // // system include files diff --git a/Fireworks/TableWidget/src/FWTextTableCellRenderer.cc b/Fireworks/TableWidget/src/FWTextTableCellRenderer.cc index 6658d62480014..59741d59bc029 100644 --- a/Fireworks/TableWidget/src/FWTextTableCellRenderer.cc +++ b/Fireworks/TableWidget/src/FWTextTableCellRenderer.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Mon Feb 2 16:43:54 EST 2009 -// $Id: FWTextTableCellRenderer.cc,v 1.5 2011/03/02 18:34:17 amraktad Exp $ +// $Id: FWTextTableCellRenderer.cc,v 1.4 2011/02/11 19:56:37 amraktad Exp $ // // system include files diff --git a/Fireworks/Tracks/interface/TrackUtils.h b/Fireworks/Tracks/interface/TrackUtils.h index f0511f14d7289..e005544e1d405 100644 --- a/Fireworks/Tracks/interface/TrackUtils.h +++ b/Fireworks/Tracks/interface/TrackUtils.h @@ -4,7 +4,7 @@ // // Package: Tracks // Class : TrackUtils -// $Id: TrackUtils.h,v 1.25 2010/09/07 15:46:48 yana Exp $ +// $Id: TrackUtils.h,v 1.24 2010/09/03 14:47:58 yana Exp $ // // system include files diff --git a/Fireworks/Tracks/interface/estimate_field.h b/Fireworks/Tracks/interface/estimate_field.h index 1675aa5f58b17..dc66a637e2191 100644 --- a/Fireworks/Tracks/interface/estimate_field.h +++ b/Fireworks/Tracks/interface/estimate_field.h @@ -4,7 +4,7 @@ // // Package: Tracks // Class : estimate_field -// $Id: estimate_field.h,v 1.4 2009/12/11 21:18:45 dmytro Exp $ +// $Id: estimate_field.h,v 1.3 2009/08/28 13:30:43 dmytro Exp $ // namespace reco { class Track; diff --git a/Fireworks/Tracks/plugins/FWItemTrackAccessors.cc b/Fireworks/Tracks/plugins/FWItemTrackAccessors.cc index 6df13b8ac518c..3ccbf81a4af27 100644 --- a/Fireworks/Tracks/plugins/FWItemTrackAccessors.cc +++ b/Fireworks/Tracks/plugins/FWItemTrackAccessors.cc @@ -7,7 +7,7 @@ // // Original Author: Tom McCauley // Created: Thu Feb 18 15:19:44 EDT 2008 -// $Id: FWItemTrackAccessors.cc,v 1.9 2011/03/23 14:30:05 amraktad Exp $ +// $Id: FWItemTrackAccessors.cc,v 1.8 2010/06/18 12:44:47 yana Exp $ // #include diff --git a/Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc b/Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc index 7f6a32e6a5ec3..b420750124d93 100644 --- a/Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWSiPixelClusterDetProxyBuilder.cc @@ -6,7 +6,7 @@ // // Original Author: // Created: Thu Dec 6 18:01:21 PST 2007 -// $Id: FWSiPixelClusterDetProxyBuilder.cc,v 1.5 2010/09/07 15:46:48 yana Exp $ +// $Id: FWSiPixelClusterDetProxyBuilder.cc,v 1.4 2010/08/31 15:30:21 yana Exp $ // #include "TEveGeoNode.h" diff --git a/Fireworks/Tracks/plugins/FWSiPixelClusterProxyBuilder.cc b/Fireworks/Tracks/plugins/FWSiPixelClusterProxyBuilder.cc index 1572205630ac9..3f75ffddff0ec 100644 --- a/Fireworks/Tracks/plugins/FWSiPixelClusterProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWSiPixelClusterProxyBuilder.cc @@ -7,7 +7,7 @@ // // Original Author: // Created: Thu Dec 6 18:01:21 PST 2007 -// $Id: FWSiPixelClusterProxyBuilder.cc,v 1.17 2010/09/07 15:46:48 yana Exp $ +// $Id: FWSiPixelClusterProxyBuilder.cc,v 1.16 2010/09/03 14:47:59 yana Exp $ // #include "TEvePointSet.h" diff --git a/Fireworks/Tracks/plugins/FWSiPixelDigiProxyBuilder.cc b/Fireworks/Tracks/plugins/FWSiPixelDigiProxyBuilder.cc index 9b4475032ded4..24dcf181baf43 100644 --- a/Fireworks/Tracks/plugins/FWSiPixelDigiProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWSiPixelDigiProxyBuilder.cc @@ -6,7 +6,7 @@ // // Original Author: // Created: Thu Dec 6 18:01:21 PST 2007 -// $Id: FWSiPixelDigiProxyBuilder.cc,v 1.17 2010/09/07 15:46:48 yana Exp $ +// $Id: FWSiPixelDigiProxyBuilder.cc,v 1.16 2010/09/03 14:47:59 yana Exp $ // #include "TEveCompound.h" diff --git a/Fireworks/Tracks/plugins/FWSiStripClusterProxyBuilder.cc b/Fireworks/Tracks/plugins/FWSiStripClusterProxyBuilder.cc index 7537ace3f6aa8..158c23db8903f 100644 --- a/Fireworks/Tracks/plugins/FWSiStripClusterProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWSiStripClusterProxyBuilder.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: FWSiStripClusterProxyBuilder.cc,v 1.20 2012/06/01 04:02:45 amraktad Exp $ +// $Id: FWSiStripClusterProxyBuilder.cc,v 1.19 2010/09/07 15:46:48 yana Exp $ // #include "TEveGeoNode.h" diff --git a/Fireworks/Tracks/plugins/FWSiStripDigiProxyBuilder.cc b/Fireworks/Tracks/plugins/FWSiStripDigiProxyBuilder.cc index 6a58ca36627f2..3d9dc4a9d6e22 100644 --- a/Fireworks/Tracks/plugins/FWSiStripDigiProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWSiStripDigiProxyBuilder.cc @@ -6,7 +6,7 @@ // // Original Author: // Created: Thu Dec 6 18:01:21 PST 2007 -// $Id: FWSiStripDigiProxyBuilder.cc,v 1.18 2010/09/07 15:46:49 yana Exp $ +// $Id: FWSiStripDigiProxyBuilder.cc,v 1.17 2010/09/06 09:52:45 yana Exp $ // #include "TEveStraightLineSet.h" diff --git a/Fireworks/Tracks/plugins/FWTrackProxyBuilder.cc b/Fireworks/Tracks/plugins/FWTrackProxyBuilder.cc index fd6690a3b9753..7a85962b5e8f7 100644 --- a/Fireworks/Tracks/plugins/FWTrackProxyBuilder.cc +++ b/Fireworks/Tracks/plugins/FWTrackProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Nov 25 14:42:13 EST 2008 -// $Id: FWTrackProxyBuilder.cc,v 1.15 2012/06/27 20:26:29 amraktad Exp $ +// $Id: FWTrackProxyBuilder.cc,v 1.13 2010/11/11 20:25:29 amraktad Exp $ // // system include files diff --git a/Fireworks/Tracks/src/TrackUtils.cc b/Fireworks/Tracks/src/TrackUtils.cc index 92d141224499c..8567d9ca5c258 100644 --- a/Fireworks/Tracks/src/TrackUtils.cc +++ b/Fireworks/Tracks/src/TrackUtils.cc @@ -2,7 +2,7 @@ // // Package: Tracks // Class : TrackUtils -// $Id: TrackUtils.cc,v 1.43 2013/02/28 14:24:18 yana Exp $ +// $Id: TrackUtils.cc,v 1.42 2010/09/07 15:46:49 yana Exp $ // // system include files diff --git a/Fireworks/Tracks/src/estimate_field.cc b/Fireworks/Tracks/src/estimate_field.cc index a526441fae987..22e955665a359 100644 --- a/Fireworks/Tracks/src/estimate_field.cc +++ b/Fireworks/Tracks/src/estimate_field.cc @@ -2,7 +2,7 @@ // // Package: Tracks // Class : estimate_field -// $Id: estimate_field.cc,v 1.4 2009/12/11 21:18:45 dmytro Exp $ +// $Id: estimate_field.cc,v 1.3 2009/08/28 13:30:43 dmytro Exp $ // #include "Math/Vector3D.h" diff --git a/Fireworks/Vertices/plugins/FWSecVertexProxyBuilder.cc b/Fireworks/Vertices/plugins/FWSecVertexProxyBuilder.cc index 790a831016fc5..8735831b34e84 100644 --- a/Fireworks/Vertices/plugins/FWSecVertexProxyBuilder.cc +++ b/Fireworks/Vertices/plugins/FWSecVertexProxyBuilder.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: FWSecVertexProxyBuilder.cc,v 1.5 2011/03/21 14:57:42 arizzi Exp $ +// $Id: FWSecVertexProxyBuilder.cc,v 1.4 2010/11/11 20:25:29 amraktad Exp $ // #include diff --git a/Fireworks/Vertices/plugins/FWVertexProxyBuilder.cc b/Fireworks/Vertices/plugins/FWVertexProxyBuilder.cc index 496c4daa3041b..982051de92922 100644 --- a/Fireworks/Vertices/plugins/FWVertexProxyBuilder.cc +++ b/Fireworks/Vertices/plugins/FWVertexProxyBuilder.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Tue Dec 2 14:17:03 EST 2008 -// $Id: FWVertexProxyBuilder.cc,v 1.16 2012/03/13 04:22:06 amraktad Exp $ +// $Id: FWVertexProxyBuilder.cc,v 1.15 2012/03/13 00:11:48 amraktad Exp $ // // user include files// user include files #include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h" diff --git a/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py b/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py index fd2487d4c3125..0a05663666cd7 100644 --- a/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py +++ b/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py @@ -21,8 +21,8 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py,v $'), annotation = cms.untracked.string('AMPT generator') ) diff --git a/GeneratorInterface/AMPTInterface/python/amptLowMultiplicity_cfi.py b/GeneratorInterface/AMPTInterface/python/amptLowMultiplicity_cfi.py index 0d0f3f58b8084..7224b12ab789e 100644 --- a/GeneratorInterface/AMPTInterface/python/amptLowMultiplicity_cfi.py +++ b/GeneratorInterface/AMPTInterface/python/amptLowMultiplicity_cfi.py @@ -1,8 +1,8 @@ import FWCore.ParameterSet.Config as cms configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/python/amptLowMultiplicity_cfi.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /local/projects/CMSSW/rep/CMSSW/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py,v $'), annotation = cms.untracked.string('AMPT generator') ) diff --git a/GeneratorInterface/AMPTInterface/test/amptDefault_cfi_py_GEN.py b/GeneratorInterface/AMPTInterface/test/amptDefault_cfi_py_GEN.py index 7e7978f427e7e..ec055c6adf3c1 100644 --- a/GeneratorInterface/AMPTInterface/test/amptDefault_cfi_py_GEN.py +++ b/GeneratorInterface/AMPTInterface/test/amptDefault_cfi_py_GEN.py @@ -21,9 +21,9 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('AMPT generator'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/test/amptDefault_cfi_py_GEN.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1) diff --git a/GeneratorInterface/BeamHaloGenerator/src/locatr.f b/GeneratorInterface/BeamHaloGenerator/src/locatr.f index 0132f8f9ae885..166306a4c4452 100644 --- a/GeneratorInterface/BeamHaloGenerator/src/locatr.f +++ b/GeneratorInterface/BeamHaloGenerator/src/locatr.f @@ -1,10 +1,7 @@ * -* $Id: locatr.f,v 1.1 2007/02/06 14:40:25 eperez Exp $ -* -* $Log: locatr.f,v $ -* Revision 1.1 2007/02/06 14:40:25 eperez -* first version +* $Id: locatf.F,v 1.2 1996/05/24 10:56:52 jamie Exp $ * +* $Log: locatf.F,v $ * Revision 1.2 1996/05/24 10:56:52 jamie * add locatr entry for consistency with wrup * diff --git a/GeneratorInterface/BeamHaloGenerator/src/rm48.f b/GeneratorInterface/BeamHaloGenerator/src/rm48.f index cb2dfb0b91cfc..350945d1915c4 100644 --- a/GeneratorInterface/BeamHaloGenerator/src/rm48.f +++ b/GeneratorInterface/BeamHaloGenerator/src/rm48.f @@ -2,13 +2,9 @@ CCC from http://cernlib.web.cern.ch/cernlib/download/2005_source/src/mathlib/gen/v/rm48.F CCC * -* $Id: rm48.f,v 1.3 2009/02/19 18:43:56 saout Exp $ +* $Id: rm48.f,v 1.2 2008/04/09 14:11:58 marafino Exp $ * * $Log: rm48.f,v $ -* Revision 1.3 2009/02/19 18:43:56 saout -* Don't clash with Pythia6 random number engine. -* ---------------------------------------------------------------------- -* * Revision 1.2 2008/04/09 14:11:58 marafino * Insert new and changed files to accomodate running this code as a producer * or as a source. diff --git a/GeneratorInterface/Core/interface/GenFilterEfficiencyAnalyzer.h b/GeneratorInterface/Core/interface/GenFilterEfficiencyAnalyzer.h index 28b62c0bdeac6..216d46228b04c 100644 --- a/GeneratorInterface/Core/interface/GenFilterEfficiencyAnalyzer.h +++ b/GeneratorInterface/Core/interface/GenFilterEfficiencyAnalyzer.h @@ -2,7 +2,7 @@ #define GENFILTEREFFICIENCYANALYZER_H // F. Cossutti -// $Date: 2013/03/01 19:06:14 $ +// $Date: 2012/08/23 21:51:20 $ // $Revision:// // analyzer of a summary information product on filter efficiency for a user specified path diff --git a/GeneratorInterface/Core/interface/GenFilterEfficiencyProducer.h b/GeneratorInterface/Core/interface/GenFilterEfficiencyProducer.h index 0279199894665..d15b8270ba9a9 100644 --- a/GeneratorInterface/Core/interface/GenFilterEfficiencyProducer.h +++ b/GeneratorInterface/Core/interface/GenFilterEfficiencyProducer.h @@ -2,7 +2,7 @@ #define GENFILTEREFFICIENCYPRODUCER_H // F. Cossutti -// $Date: 2013/05/17 18:35:02 $ +// $Date: 2013/03/01 19:06:14 $ // $Revision:// // producer of a summary information product on filter efficiency for a user specified path diff --git a/GeneratorInterface/ExternalDecays/data/B0ToJpsiKs.dec b/GeneratorInterface/ExternalDecays/data/B0ToJpsiKs.dec index 01273977dec66..19e92ca076236 100644 --- a/GeneratorInterface/ExternalDecays/data/B0ToJpsiKs.dec +++ b/GeneratorInterface/ExternalDecays/data/B0ToJpsiKs.dec @@ -1,4 +1,4 @@ -# $Id: B0ToJpsiKs.dec,v 1.1 2012/05/02 19:44:02 drell Exp $ +# $Id: B0ToJpsiKs.dec,v 1.1 2011/08/22 10:41:46 $ # # This is the decay file for the decay B0 -> Jpsi Ks # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_D0starPi_KPiPiPi.dec b/GeneratorInterface/ExternalDecays/data/Bd_D0starPi_KPiPiPi.dec index c773c5bacf821..15012e925dc53 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_D0starPi_KPiPiPi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_D0starPi_KPiPiPi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_D0starPi_KPiPiPi.dec,v 1.1 2013/01/08 11:02:07 xshi Exp $ +# $Id: Bd_D0starpi.dec,v 1.1 2012/11/04 09:39:06 starodum Exp $ # # This is the decay file for the decay Bd -> D0star+pi- -> K pi pi # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_JpsiKs_mumu.dec b/GeneratorInterface/ExternalDecays/data/Bd_JpsiKs_mumu.dec index ce02e71fc2b74..fd81f994a8ebd 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_JpsiKs_mumu.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_JpsiKs_mumu.dec @@ -1,4 +1,4 @@ -# $Id: Bd_JpsiKs_mumu.dec,v 1.1 2009/04/30 08:49:01 covarell Exp $ +# $Id: Bd_JpsiKs_mumupipi.dec,v 1.2 2009/04/30 08:46:54 covarell Exp $ # # This is the decay file for the decay B0 -> PSI(-> MU+ MU-) K0S(-> PI+ PI-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_JpsiKstar_mumuKpi.dec b/GeneratorInterface/ExternalDecays/data/Bd_JpsiKstar_mumuKpi.dec index ff1b9c3fe2812..2ea7cc9a2c68f 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_JpsiKstar_mumuKpi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_JpsiKstar_mumuKpi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_JpsiKstar_mumuKpi.dec,v 1.1 2012/12/14 08:47:03 xshi Exp $ +# $Id: Bd_JpsiKstar_mumuKpi.dec,v 1.1 2010/03/12 08:29:29 ursl Exp $ # # This is the decay file for the decay B0 -> J/PSI K* # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_KK.dec b/GeneratorInterface/ExternalDecays/data/Bd_KK.dec index e61353c87e883..9cff226c4da8a 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_KK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_KK.dec @@ -1,4 +1,4 @@ -# $Id: Bd_KK.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bd_KK.dec,v 1.1 2011/04/19 12:58:30 starodum Exp $ # # This is the decay file for the decay B0 -> K+ K- # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_Kpi.dec b/GeneratorInterface/ExternalDecays/data/Bd_Kpi.dec index 46b948e596db3..b51e2e690db0d 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_Kpi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_Kpi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_Kpi.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bd_Kpi.dec,v 1.1 2010/02/26 01:46:58 ursl Exp $ # # This is the decay file for the decay B0 -> K+ PI- # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_Kstarmumu_Kpi.dec b/GeneratorInterface/ExternalDecays/data/Bd_Kstarmumu_Kpi.dec index 9961ec31112f4..15f247a76375b 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_Kstarmumu_Kpi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_Kstarmumu_Kpi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_Kstarmumu_Kpi.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bd_Kstarmumu_Kpi.dec,v 1.4 2008/02/06 09:13:29 covarell Exp $ # # This is the decay file for the decay B0 -> MU+ MU- K*0(-> K+ pi-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_mumuK0.dec b/GeneratorInterface/ExternalDecays/data/Bd_mumuK0.dec index 3dda0db6db9ba..677e4a48e6920 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_mumuK0.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_mumuK0.dec @@ -1,4 +1,4 @@ -# $Id: Bd_mumuK0.dec,v 1.1 2012/05/07 17:58:35 drell Exp $ +# $Id: Bd_mumuK0.dec,v 1.1 2012/05/06 19:57:05 starodum Exp $ # # This is the decay file for the decay B0 -> MU+ MU- K0 # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_mumugamma.dec b/GeneratorInterface/ExternalDecays/data/Bd_mumugamma.dec index 9ea4a1b53f9ad..a01ac6f2496b4 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_mumugamma.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_mumugamma.dec @@ -1,4 +1,4 @@ -# $Id: Bd_mumugamma.dec,v 1.1 2012/05/07 17:58:36 drell Exp $ +# $Id: Bd_mumugamma.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay B0 -> MU+ MU- gamma # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_mumupi0.dec b/GeneratorInterface/ExternalDecays/data/Bd_mumupi0.dec index 81917fd93f70d..308bb85d26a0c 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_mumupi0.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_mumupi0.dec @@ -1,4 +1,4 @@ -# $Id: Bd_mumupi0.dec,v 1.1 2012/05/07 17:58:36 drell Exp $ +# $Id: Bd_mumupi0.dec,v 1.1 2010/03/12 08:29:29 ursl Exp $ # # This is the decay file for the decay BD0 -> MU+ MU- PI0 # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_pimunu.dec b/GeneratorInterface/ExternalDecays/data/Bd_pimunu.dec index 7113dfc36835a..522a16918c586 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_pimunu.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_pimunu.dec @@ -1,4 +1,4 @@ -# $Id: Bd_pimunu.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bd_pimunu.dec,v 1.2 2011/09/05 14:18:50 ursl Exp $ # 2011/06/15 charge correction by A. Starodumov # This is the decay file for the decay B0 -> PI- mu+ nu # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_pipi.dec b/GeneratorInterface/ExternalDecays/data/Bd_pipi.dec index 7a6a8866b2149..4757d4a1c6f14 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_pipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_pipi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_pipi.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bd_pipi.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay B0 -> PI+ PI- # diff --git a/GeneratorInterface/ExternalDecays/data/Bd_rhopi.dec b/GeneratorInterface/ExternalDecays/data/Bd_rhopi.dec index 8b28ced233ac7..e65b1fc83fe33 100644 --- a/GeneratorInterface/ExternalDecays/data/Bd_rhopi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bd_rhopi.dec @@ -1,4 +1,4 @@ -# $Id: Bd_rhopi.dec,v 1.2 2012/12/14 15:08:25 xshi Exp $ +# $Id: Bd_rhopi.dec,v 1.1 2012/08/22 09:39:06 ursl Exp $ # # This is the decay file for the decay B0 -> PI+ PI- # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi.dec b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi.dec index a49b50b034c59..03e9f68f38fb2 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi.dec @@ -1,4 +1,4 @@ -# $Id: Bs_Jpsiphi.dec,v 1.3 2012/03/03 00:08:27 drell Exp $ +# $Id: Bs_Jpsiphi.dec,v 1.2 2012/03/03 00:00:38 drell Exp $ # # This is the decay file for the decay BS0 -> PSI(-> MU+ MU-) PHI(-> K+ K-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_eeKK.dec b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_eeKK.dec index ca48239d3ea94..074a6f4392d0c 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_eeKK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_eeKK.dec @@ -1,4 +1,4 @@ -# $Id: Bs_Jpsiphi_eeKK.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bs_Jpsiphi_eeKK.dec,v 1.2 2008/01/16 08:58:08 covarell Exp $ # # This is the decay file for the decay BS0 -> PSI(-> E+ E-) PHI(-> K+ K-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_mumuKK.dec b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_mumuKK.dec index ea38723aa2a4f..52c8cf0150abc 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_mumuKK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_Jpsiphi_mumuKK.dec @@ -1,4 +1,4 @@ -# $Id: Bs_Jpsiphi_mumuKK.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bs_Jpsiphi_mumuKK.dec,v 1.2 2008/01/16 08:58:08 covarell Exp $ # # This is the decay file for the decay BS0 -> PSI(-> MU+ MU-) PHI(-> K+ K-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_KK.dec b/GeneratorInterface/ExternalDecays/data/Bs_KK.dec index 2ef8504f3edf6..fb0d348621b6d 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_KK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_KK.dec @@ -1,4 +1,4 @@ -# $Id: Bs_KK.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bs_KK.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay BS0 -> K+ K- # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_Kpi.dec b/GeneratorInterface/ExternalDecays/data/Bs_Kpi.dec index 988706635fdef..a7e772605f0ab 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_Kpi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_Kpi.dec @@ -1,4 +1,4 @@ -# $Id: Bs_Kpi.dec,v 1.3 2012/02/16 23:04:25 drell Exp $ +# $Id: Bs_Kpi.dec,v 1.2 2011/04/19 12:51:44 starodum Exp $ # # This is the decay file for the decay BS0 -> Pi+ K- # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_Psi2Sphi_mumuKK.dec b/GeneratorInterface/ExternalDecays/data/Bs_Psi2Sphi_mumuKK.dec index 01449299f1d59..dc7211d412af8 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_Psi2Sphi_mumuKK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_Psi2Sphi_mumuKK.dec @@ -1,4 +1,4 @@ -# $Id: Bs_Psi2Sphi_mumuKK.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bs_Psi2Sphi_mumuKK.dec,v 1.1 2008/03/12 16:28:35 covarell Exp $ # # This is the decay file for the decay BS0 -> PSI(-> MU+ MU-) PHI(-> K+ K-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_mumugamma.dec b/GeneratorInterface/ExternalDecays/data/Bs_mumugamma.dec index e822dab40a647..d4b1447660a4f 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_mumugamma.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_mumugamma.dec @@ -1,4 +1,4 @@ -# $Id: Bs_mumugamma.dec,v 1.2 2012/05/07 17:58:36 drell Exp $ +# $Id: Bs_mumugamma.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay BS0 -> MU+ MU- gamma # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_mumupi0.dec b/GeneratorInterface/ExternalDecays/data/Bs_mumupi0.dec index 4ef75111340f3..550917141d4f9 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_mumupi0.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_mumupi0.dec @@ -1,4 +1,4 @@ -# $Id: Bs_mumupi0.dec,v 1.1 2009/07/16 16:14:46 covarell Exp $ +# $Id: Bs_mumupi0.dec,v 1.1 2009/07/15 starodumov Exp $ # # This is the decay file for the decay BS0 -> MU+ MU- PI0 # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_phimumu_KK.dec b/GeneratorInterface/ExternalDecays/data/Bs_phimumu_KK.dec index 0870c7962665a..89d5402b18c25 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_phimumu_KK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_phimumu_KK.dec @@ -1,4 +1,4 @@ -# $Id: Bs_phimumu_KK.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bs_phimumu_KK.dec,v 1.2 2008/01/16 08:58:08 covarell Exp $ # # This is the decay file for the decay BS0 -> MU+ MU- PHI(-> K+ K-) # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_pipi.dec b/GeneratorInterface/ExternalDecays/data/Bs_pipi.dec index 6f476dc25defe..2ff24c3812f89 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_pipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_pipi.dec @@ -1,4 +1,4 @@ -# $Id: Bs_pipi.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: Bs_pipi.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay BS0 -> PI+ PI- # diff --git a/GeneratorInterface/ExternalDecays/data/Bs_tautau.dec b/GeneratorInterface/ExternalDecays/data/Bs_tautau.dec index 23f47b7b4a459..3d9b16af5e022 100644 --- a/GeneratorInterface/ExternalDecays/data/Bs_tautau.dec +++ b/GeneratorInterface/ExternalDecays/data/Bs_tautau.dec @@ -1,4 +1,4 @@ -# $Id: Bs_tautau.dec,v 1.1 2009/04/27 19:06:47 yarba Exp $ +# $Id: Bs_tautau.dec,v 1.1 2008/04/04 15:41:19 covarell Exp $ # # This is the decay file for the decay BS0 -> TAU+ TAU- # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_3munu.dec b/GeneratorInterface/ExternalDecays/data/Bu_3munu.dec index dbe965f903ca2..30ceab2addc72 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_3munu.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_3munu.dec @@ -1,4 +1,4 @@ -# $Id: Bu_3munu.dec,v 1.1 2009/07/16 16:14:46 covarell Exp $ +# $Id: Bu_mumumunu.dec,v 1.1 2009/07/15 starodumov Exp $ # # This is the decay file for the decay B+ -> MU+ MU- MU+ nu # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_D0Pi_KPiPi.dec b/GeneratorInterface/ExternalDecays/data/Bu_D0Pi_KPiPi.dec index a27f5da540ee0..ebc0420e7fc0a 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_D0Pi_KPiPi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_D0Pi_KPiPi.dec @@ -1,4 +1,4 @@ -# $Id: Bu_D0Pi_KPiPi.dec,v 1.1 2013/01/08 11:32:35 xshi Exp $ +# $Id: Bu_D0pi.dec,v 1.1 2012/11/04 09:39:06 starodum Exp $ # # This is the decay file for the decay Bu -> D0pi -> K pi pi # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_JpsiK_mumuK.dec b/GeneratorInterface/ExternalDecays/data/Bu_JpsiK_mumuK.dec index 9d80ff571487c..c85fcb331d6cd 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_JpsiK_mumuK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_JpsiK_mumuK.dec @@ -1,4 +1,4 @@ -# $Id: Bu_JpsiK_mumuK.dec,v 1.1 2009/07/16 16:14:46 covarell Exp $ +# $Id: Bu_JpsiK_mumuK.dec,v 1.1 2009/07/16 starodumov Exp $ # # This is the decay file for the decay B+ -> J/Psi K + -> MU+ MU- K+ # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_JpsiPi.dec b/GeneratorInterface/ExternalDecays/data/Bu_JpsiPi.dec index 5cbdff2b4ee9f..58a6ac2e23dad 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_JpsiPi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_JpsiPi.dec @@ -1,4 +1,4 @@ -# $Id: Bu_JpsiPi.dec,v 1.1 2012/12/14 08:47:03 xshi Exp $ +# $Id: Bu_JpsiPi.dec,v 1.1 2012/10/31 01:46:58 starodum Exp $ # # This is the decay file for the decay Bu -> J/Psi Pi+ # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_mumuK.dec b/GeneratorInterface/ExternalDecays/data/Bu_mumuK.dec index 607b9d56ca747..90e0bc3a45d77 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_mumuK.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_mumuK.dec @@ -1,4 +1,4 @@ -# $Id: Bu_mumuK.dec,v 1.1 2012/05/07 17:58:36 drell Exp $ +# $Id: Bu_mumuK.dec,v 1.1 2012/02/23 19:57:05 ursl Exp $ # # This is the decay file for the decay Bu -> K+ MU+ MU- # diff --git a/GeneratorInterface/ExternalDecays/data/Bu_mumupi.dec b/GeneratorInterface/ExternalDecays/data/Bu_mumupi.dec index 77601646d4760..5bce9b00ded6a 100644 --- a/GeneratorInterface/ExternalDecays/data/Bu_mumupi.dec +++ b/GeneratorInterface/ExternalDecays/data/Bu_mumupi.dec @@ -1,4 +1,4 @@ -# $Id: Bu_mumupi.dec,v 1.1 2012/05/07 17:58:36 drell Exp $ +# $Id: Bu_mumupi.dec,v 1.2 2012/03/07 10:21:29 ursl Exp $ # # This is the decay file for the decay BU -> MU+ MU- PI # diff --git a/GeneratorInterface/ExternalDecays/data/DECAY.DEC b/GeneratorInterface/ExternalDecays/data/DECAY.DEC index fbd22982aa298..cf066725666ae 100644 --- a/GeneratorInterface/ExternalDecays/data/DECAY.DEC +++ b/GeneratorInterface/ExternalDecays/data/DECAY.DEC @@ -1,4 +1,4 @@ -# $Id: DECAY.DEC,v 1.1 2009/04/27 19:06:48 yarba Exp $ +# $Id: DECAY.DEC,v 1.5 2009/02/16 10:53:32 covarell Exp $ #Define the B0B0bar mass difference Define dm 0.502e12 Define dgamma 0 diff --git a/GeneratorInterface/ExternalDecays/data/DECAY_NOLONGLIFE.DEC b/GeneratorInterface/ExternalDecays/data/DECAY_NOLONGLIFE.DEC index f9bee4cac2f13..c21ce3bc38af1 100644 --- a/GeneratorInterface/ExternalDecays/data/DECAY_NOLONGLIFE.DEC +++ b/GeneratorInterface/ExternalDecays/data/DECAY_NOLONGLIFE.DEC @@ -1,4 +1,4 @@ -# $Id: DECAY_NOLONGLIFE.DEC,v 1.1 2009/04/27 19:06:48 yarba Exp $ +# $Id: DECAY_NOLONGLIFE.DEC,v 1.2 2009/02/20 10:38:04 covarell Exp $ #Define the B0B0bar mass difference Define dm 0.502e12 Define dgamma 0 diff --git a/GeneratorInterface/ExternalDecays/data/DECAY_NOPHOTOS.DEC b/GeneratorInterface/ExternalDecays/data/DECAY_NOPHOTOS.DEC index d5741c76cc523..722ebfbcefeb2 100644 --- a/GeneratorInterface/ExternalDecays/data/DECAY_NOPHOTOS.DEC +++ b/GeneratorInterface/ExternalDecays/data/DECAY_NOPHOTOS.DEC @@ -1,4 +1,4 @@ -# $Id: DECAY_NOPHOTOS.DEC,v 1.1 2009/04/27 19:06:48 yarba Exp $ +# $Id: DECAY_NOPHOTOS.DEC,v 1.1 2008/06/19 12:44:00 covarell Exp $ #Define the B0B0bar mass difference Define dm 0.502e12 Define dgamma 0 diff --git a/GeneratorInterface/ExternalDecays/data/LambdaB_Kp.dec b/GeneratorInterface/ExternalDecays/data/LambdaB_Kp.dec index 28107209daa5f..664775b276b04 100644 --- a/GeneratorInterface/ExternalDecays/data/LambdaB_Kp.dec +++ b/GeneratorInterface/ExternalDecays/data/LambdaB_Kp.dec @@ -1,4 +1,4 @@ -# $Id: LambdaB_Kp.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: LambdaB_Kp.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay LambdaB -> P+ K- # diff --git a/GeneratorInterface/ExternalDecays/data/LambdaB_pmunu.dec b/GeneratorInterface/ExternalDecays/data/LambdaB_pmunu.dec index c24dadd536a44..199f2e49568f0 100644 --- a/GeneratorInterface/ExternalDecays/data/LambdaB_pmunu.dec +++ b/GeneratorInterface/ExternalDecays/data/LambdaB_pmunu.dec @@ -1,4 +1,4 @@ -# $Id: LambdaB_pmunu.dec,v 1.1 2012/02/16 23:04:25 drell Exp $ +# $Id: LambdaB_pmunu.dec,v 1.1 2011/09/12 12:34:29 ursl Exp $ # # This is the decay file for the decay LambdaB -> P+ K- # diff --git a/GeneratorInterface/ExternalDecays/data/LambdaB_ppi.dec b/GeneratorInterface/ExternalDecays/data/LambdaB_ppi.dec index 7df2e7b56848a..7085b8a8eec2e 100644 --- a/GeneratorInterface/ExternalDecays/data/LambdaB_ppi.dec +++ b/GeneratorInterface/ExternalDecays/data/LambdaB_ppi.dec @@ -1,4 +1,4 @@ -# $Id: LambdaB_ppi.dec,v 1.2 2012/02/16 23:04:25 drell Exp $ +# $Id: LambdaB_ppi.dec,v 1.1 2010/02/26 01:46:59 ursl Exp $ # # This is the decay file for the decay Lambda_b0 -> P+ PI- # diff --git a/GeneratorInterface/ExternalDecays/data/OniaAndX_mumu.dec b/GeneratorInterface/ExternalDecays/data/OniaAndX_mumu.dec index 3fcff74d86eda..e18335f0bf879 100644 --- a/GeneratorInterface/ExternalDecays/data/OniaAndX_mumu.dec +++ b/GeneratorInterface/ExternalDecays/data/OniaAndX_mumu.dec @@ -1,4 +1,4 @@ -# $Id: OniaAndX_mumu.dec,v 1.2 2011/08/19 08:29:20 covarell Exp $ +# $Id: Onia_mumu.dec,v 1.2 2011/01/18 10:32:54 fabiocos Exp $ # # Alias MyJ/psi J/psi diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Upsilon2S_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Upsilon2S_Upsilon1Spipi.dec index 18a2c316e98e4..5467e22a8a6ee 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Upsilon2S_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Upsilon2S_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Upsilon2S_Upsilon1Spipi.dec,v 1.1 2013/01/22 22:28:24 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Upsilon3S_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Upsilon3S_Upsilon1Spipi.dec index 232a414b55391..e397b464ef41b 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Upsilon3S_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Upsilon3S_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Upsilon3S_Upsilon1Spipi.dec,v 1.1 2013/01/23 19:41:31 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10100_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10100_Upsilon1Spipi.dec index 332323be8e70d..c3f7e242f1777 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10100_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10100_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10100_Upsilon1Spipi.dec,v 1.1 2013/01/23 20:32:42 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10200_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10200_Upsilon1Spipi.dec index 8ab04b10c19be..42e0dd291e627 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10200_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10200_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10200_Upsilon1Spipi.dec,v 1.1 2013/01/23 20:47:54 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10300_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10300_Upsilon1Spipi.dec index 4fe18724a0cda..6598d78ad6431 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10300_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10300_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10300_Upsilon1Spipi.dec,v 1.1 2013/01/23 21:06:45 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10500_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10500_Upsilon1Spipi.dec index 58aa161bc15c5..fb02254878aa1 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10500_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10500_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10500_Upsilon1Spipi.dec,v 1.1 2013/01/23 21:32:02 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10700_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10700_Upsilon1Spipi.dec index 237fd270115a8..606224244058d 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10700_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10700_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10700_Upsilon1Spipi.dec,v 1.1 2013/01/23 22:01:02 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_Xb10900_Upsilon1Spipi.dec b/GeneratorInterface/ExternalDecays/data/Onia_Xb10900_Upsilon1Spipi.dec index 7cf7a5d0dada6..47875856e6f8d 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_Xb10900_Upsilon1Spipi.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_Xb10900_Upsilon1Spipi.dec @@ -1,4 +1,4 @@ -# $Id: Onia_Xb10900_Upsilon1Spipi.dec,v 1.1 2013/01/23 22:16:59 xshi Exp $ +# $Id: My_Onia_mumu.dec,v 1.0 2011/12/3 ta-wei wang Exp $ # # Alias MyUpsilon Upsilon diff --git a/GeneratorInterface/ExternalDecays/data/Onia_ee.dec b/GeneratorInterface/ExternalDecays/data/Onia_ee.dec index 5d8cd06c4c9e3..d42b08fe8cebe 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_ee.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_ee.dec @@ -1,4 +1,4 @@ -# $Id: Onia_ee.dec,v 1.1 2009/07/14 14:01:16 covarell Exp $ +# $Id: Onia_mumu.dec,v 1.1 2009/07/10 07:58:27 covarell Exp $ # # Alias MyJ/psi J/psi diff --git a/GeneratorInterface/ExternalDecays/data/Onia_mumu.dec b/GeneratorInterface/ExternalDecays/data/Onia_mumu.dec index 583d92b0d57e4..bb12553dd7d74 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_mumu.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_mumu.dec @@ -1,4 +1,4 @@ -# $Id: Onia_mumu.dec,v 1.3 2011/08/19 08:29:20 covarell Exp $ +# $Id: Onia_mumu.dec,v 1.2 2011/01/18 10:32:54 fabiocos Exp $ # # Alias MyJ/psi J/psi diff --git a/GeneratorInterface/ExternalDecays/data/Onia_mumu_withX3872.dec b/GeneratorInterface/ExternalDecays/data/Onia_mumu_withX3872.dec index 37b4b285b7f48..f87cae2a34a62 100644 --- a/GeneratorInterface/ExternalDecays/data/Onia_mumu_withX3872.dec +++ b/GeneratorInterface/ExternalDecays/data/Onia_mumu_withX3872.dec @@ -1,4 +1,4 @@ -# $Id: Onia_mumu_withX3872.dec,v 1.1 2012/02/20 23:43:22 drell Exp $ +# $Id: Onia_mumu.dec,v 1.1 2011/08/01 16:27:37 afanfani Exp $ # # Alias MyJ/psi J/psi diff --git a/GeneratorInterface/ExternalDecays/data/Validation.dec b/GeneratorInterface/ExternalDecays/data/Validation.dec index 2b836d07c8fc2..eab02f90b741a 100644 --- a/GeneratorInterface/ExternalDecays/data/Validation.dec +++ b/GeneratorInterface/ExternalDecays/data/Validation.dec @@ -1,4 +1,4 @@ -# $Id: Validation.dec,v 1.2 2009/04/30 08:46:54 covarell Exp $ +# $Id: Validation.dec,v 1.1 2009/04/27 19:06:48 yarba Exp $ # # This is a validation decay file # diff --git a/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_ee.dec b/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_ee.dec index bcb358c02f4be..7e3fed3dd5017 100644 --- a/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_ee.dec +++ b/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_ee.dec @@ -1,4 +1,4 @@ -# $Id: incl_BtoJpsi_ee.dec,v 1.1 2009/07/10 07:58:27 covarell Exp $ +# $Id: incl_BtoJpsi_ee.dec,v 1.1 2009/04/27 19:06:48 yarba Exp $ # # This is the decay file for B -> Jpsi ( -> e e ) X # diff --git a/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_mumu.dec b/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_mumu.dec index 53bac9368c1c8..12f2a9a54c7d4 100644 --- a/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_mumu.dec +++ b/GeneratorInterface/ExternalDecays/data/incl_BtoJpsi_mumu.dec @@ -1,4 +1,4 @@ -# $Id: incl_BtoJpsi_mumu.dec,v 1.2 2010/03/02 04:29:38 kaulmer Exp $ +# $Id: incl_BtoJpsi_mumu.dec,v 1.1 2009/04/27 19:06:48 yarba Exp $ # # This is the decay file for B -> Jpsi ( -> mu mu ) X # diff --git a/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_Jpsipipi.dec b/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_Jpsipipi.dec index b027e684a2e39..9993748f86a60 100644 --- a/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_Jpsipipi.dec +++ b/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_Jpsipipi.dec @@ -1,4 +1,4 @@ -# $Id: incl_BtoPsi2S_Jpsipipi.dec,v 1.1 2011/01/18 10:32:54 fabiocos Exp $ +# $Id: incl_BtoPsi2S_mumu.dec,v 1.1 2010/11/22 17:50:33 covarell Exp $ # # This is the decay file for B -> Psi(2S)->JPsi (-> mu mu ) X # diff --git a/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_mumu.dec b/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_mumu.dec index f6b628a4325f9..bf7523b8c70f9 100644 --- a/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_mumu.dec +++ b/GeneratorInterface/ExternalDecays/data/incl_BtoPsi2S_mumu.dec @@ -1,4 +1,4 @@ -# $Id: incl_BtoPsi2S_mumu.dec,v 1.1 2010/11/22 17:50:33 covarell Exp $ +# $Id: incl_BtoJpsi_mumu.dec,v 1.2 2010/03/02 04:29:38 kaulmer Exp $ # # This is the decay file for B -> Jpsi ( -> mu mu ) X # diff --git a/GeneratorInterface/ExternalDecays/data/incl_BtoX3872_Jpsipipi.dec b/GeneratorInterface/ExternalDecays/data/incl_BtoX3872_Jpsipipi.dec index e61d918323c49..66701bfd72895 100644 --- a/GeneratorInterface/ExternalDecays/data/incl_BtoX3872_Jpsipipi.dec +++ b/GeneratorInterface/ExternalDecays/data/incl_BtoX3872_Jpsipipi.dec @@ -1,4 +1,4 @@ -# $Id: incl_BtoX3872_Jpsipipi.dec,v 1.2 2012/02/20 22:48:38 drell Exp $ +# $Id: incl_BtoX3872_Jpsipipi.dec,v 1.1 2011/08/01 16:43:58 afanfani Exp $ # # Define Hp 0.49 diff --git a/GeneratorInterface/ExternalDecays/data/phsp_BchToJpsiPhiK_mumuKK.dec b/GeneratorInterface/ExternalDecays/data/phsp_BchToJpsiPhiK_mumuKK.dec index de2ca9ade5ca5..ef52207ae19fd 100644 --- a/GeneratorInterface/ExternalDecays/data/phsp_BchToJpsiPhiK_mumuKK.dec +++ b/GeneratorInterface/ExternalDecays/data/phsp_BchToJpsiPhiK_mumuKK.dec @@ -1,4 +1,4 @@ -# $Id: phsp_BchToJpsiPhiK_mumuKK.dec,v 1.1 2013/05/09 11:20:29 xshi Exp $ +# $Id: incl_BtoPsi2S_mumu.dec,v 1.1 2010/11/22 17:50:33 covarell Exp $ # # This is the decay file for B+ -> Jpsi ( -> mu mu ) Phi ( -> K K ) K+ (and c.c.) # diff --git a/GeneratorInterface/ExternalDecays/src/begevtgenstorex.F b/GeneratorInterface/ExternalDecays/src/begevtgenstorex.F index d91da7e361108..c88440a2db8aa 100755 --- a/GeneratorInterface/ExternalDecays/src/begevtgenstorex.F +++ b/GeneratorInterface/ExternalDecays/src/begevtgenstorex.F @@ -1,5 +1,5 @@ C-------------------------------------------------------------------------- -C $Id: begevtgenstorex.F,v 1.1 2009/02/19 16:21:21 covarell Exp $ +C $Id: begevtgenstorex.F,v 1.5 2008/07/04 14:45:57 covarell Exp $ C C Environment: C This software is part of the EvtGen package developed jointly diff --git a/GeneratorInterface/GenExtensions/test/Bc2JpsiPiFromMCDB_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py b/GeneratorInterface/GenExtensions/test/Bc2JpsiPiFromMCDB_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py index 8273cc2cee1ae..6893a8258e484 100644 --- a/GeneratorInterface/GenExtensions/test/Bc2JpsiPiFromMCDB_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py +++ b/GeneratorInterface/GenExtensions/test/Bc2JpsiPiFromMCDB_cfi_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py @@ -27,7 +27,7 @@ process.MessageLogger.cerr.threshold = 'INFO' process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('Bc2JpsiPiFromMCDB_cfi nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/GenExtensions/test/Py6HadGEN-HLT_cfg.py b/GeneratorInterface/GenExtensions/test/Py6HadGEN-HLT_cfg.py index 5bc0ef5c4bda3..d16919f82b364 100644 --- a/GeneratorInterface/GenExtensions/test/Py6HadGEN-HLT_cfg.py +++ b/GeneratorInterface/GenExtensions/test/Py6HadGEN-HLT_cfg.py @@ -21,7 +21,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('SampleGeneration/BcGeneration/Bc2JpsiPiFromLHE_cfi.py nevts:3'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/GenExtensions/test/Py6HadGEN-NoCuts_cfg.py b/GeneratorInterface/GenExtensions/test/Py6HadGEN-NoCuts_cfg.py index 2dd7e3f64c1a2..9cb1e2a55dc2b 100644 --- a/GeneratorInterface/GenExtensions/test/Py6HadGEN-NoCuts_cfg.py +++ b/GeneratorInterface/GenExtensions/test/Py6HadGEN-NoCuts_cfg.py @@ -21,7 +21,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('SampleGeneration/BcGeneration/Bc2JpsiPiFromLHE_cfi.py nevts:3'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/GenExtensions/test/Py6HadRECO-NoCuts_cfg.py b/GeneratorInterface/GenExtensions/test/Py6HadRECO-NoCuts_cfg.py index e1f4b0d36e45d..dda9188170117 100644 --- a/GeneratorInterface/GenExtensions/test/Py6HadRECO-NoCuts_cfg.py +++ b/GeneratorInterface/GenExtensions/test/Py6HadRECO-NoCuts_cfg.py @@ -16,7 +16,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('reco nevts:3'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/GenFilters/interface/CosmicGenFilterHelix.h b/GeneratorInterface/GenFilters/interface/CosmicGenFilterHelix.h index 5809837d16e79..c05d8ffa3b29a 100644 --- a/GeneratorInterface/GenFilters/interface/CosmicGenFilterHelix.h +++ b/GeneratorInterface/GenFilters/interface/CosmicGenFilterHelix.h @@ -13,7 +13,7 @@ /// /// Original Author: Gero FLUCKE /// Created: Mon Mar 5 16:32:01 CET 2007 -/// $Id: CosmicGenFilterHelix.h,v 1.7 2010/02/11 00:12:02 wmtan Exp $ +/// $Id: CosmicGenFilterHelix.h,v 1.6 2009/12/15 10:29:32 fabiocos Exp $ /// diff --git a/GeneratorInterface/GenFilters/interface/HZZ4lFilter.h b/GeneratorInterface/GenFilters/interface/HZZ4lFilter.h index 1695c971ba56b..22c0252ac4ae7 100644 --- a/GeneratorInterface/GenFilters/interface/HZZ4lFilter.h +++ b/GeneratorInterface/GenFilters/interface/HZZ4lFilter.h @@ -16,7 +16,7 @@ // // Original Author: Puljak Ivica // Created: Wed Apr 18 12:52:31 CEST 2007 -// $Id: HZZ4lFilter.h,v 1.2 2009/12/15 10:29:32 fabiocos Exp $ +// $Id: HZZ4lFilter.h,v 1.1 2007/07/13 14:34:21 fmoortga Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/LQGenFilter.h b/GeneratorInterface/GenFilters/interface/LQGenFilter.h index 7a4213e64c933..da4f51df1d9f8 100644 --- a/GeneratorInterface/GenFilters/interface/LQGenFilter.h +++ b/GeneratorInterface/GenFilters/interface/LQGenFilter.h @@ -13,7 +13,7 @@ // // Original Author: Alexey Ferapontov,8 R-021,+41227676332, // Created: Mon Mar 8 15:28:06 CET 2010 -// $Id: LQGenFilter.h,v 1.1 2010/03/23 13:26:26 fabstoec Exp $ +// $Id$ // // diff --git a/GeneratorInterface/GenFilters/interface/MCLongLivedParticles.h b/GeneratorInterface/GenFilters/interface/MCLongLivedParticles.h index a45c43549f633..dfb5b52c7806d 100644 --- a/GeneratorInterface/GenFilters/interface/MCLongLivedParticles.h +++ b/GeneratorInterface/GenFilters/interface/MCLongLivedParticles.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Sept 11 10:57:54 CET 2006 -// $Id: MCLongLivedParticles.h,v 1.3 2012/08/23 21:51:21 wdd Exp $ +// $Id: MCLongLivedParticles.h,v 1.2 2010/07/21 04:23:23 wmtan Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MCMultiParticleFilter.h b/GeneratorInterface/GenFilters/interface/MCMultiParticleFilter.h index f3c73d6c65714..054c9a4f88c61 100644 --- a/GeneratorInterface/GenFilters/interface/MCMultiParticleFilter.h +++ b/GeneratorInterface/GenFilters/interface/MCMultiParticleFilter.h @@ -15,7 +15,7 @@ // // Original Author: Paul Lujan // Created: Wed Feb 29 04:22:16 CST 2012 -// $Id: MCMultiParticleFilter.h,v 1.1 2012/03/18 10:50:20 lenzip Exp $ +// $Id$ // // diff --git a/GeneratorInterface/GenFilters/interface/MCParticlePairFilter.h b/GeneratorInterface/GenFilters/interface/MCParticlePairFilter.h index 8f03b3c9dba89..a00832673d819 100644 --- a/GeneratorInterface/GenFilters/interface/MCParticlePairFilter.h +++ b/GeneratorInterface/GenFilters/interface/MCParticlePairFilter.h @@ -15,7 +15,7 @@ // // Original Author: Fabian Stoeckli // Created: Mon Sept 11 10:57:54 CET 2006 -// $Id: MCParticlePairFilter.h,v 1.3 2010/07/21 04:23:23 wmtan Exp $ +// $Id: MCParticlePairFilter.h,v 1.2 2009/10/13 20:49:14 zgecse Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MCProcessFilter.h b/GeneratorInterface/GenFilters/interface/MCProcessFilter.h index 7777ab33536fd..86c09d03d7e3d 100644 --- a/GeneratorInterface/GenFilters/interface/MCProcessFilter.h +++ b/GeneratorInterface/GenFilters/interface/MCProcessFilter.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Sept 11 10:57:54 CET 2006 -// $Id: MCProcessFilter.h,v 1.2 2010/07/21 04:23:23 wmtan Exp $ +// $Id: MCProcessFilter.h,v 1.1 2007/03/28 14:04:44 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MCProcessRangeFilter.h b/GeneratorInterface/GenFilters/interface/MCProcessRangeFilter.h index 682a938913e89..915bef48aa031 100644 --- a/GeneratorInterface/GenFilters/interface/MCProcessRangeFilter.h +++ b/GeneratorInterface/GenFilters/interface/MCProcessRangeFilter.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Sept 11 10:57:54 CET 2006 -// $Id: MCProcessRangeFilter.h,v 1.2 2010/07/21 04:23:24 wmtan Exp $ +// $Id: MCProcessRangeFilter.h,v 1.1 2007/03/28 14:04:44 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MCSingleParticleFilter.h b/GeneratorInterface/GenFilters/interface/MCSingleParticleFilter.h index 288077c775688..f55520cdedf1b 100644 --- a/GeneratorInterface/GenFilters/interface/MCSingleParticleFilter.h +++ b/GeneratorInterface/GenFilters/interface/MCSingleParticleFilter.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Sept 11 10:57:54 CET 2006 -// $Id: MCSingleParticleFilter.h,v 1.2 2010/07/21 04:23:24 wmtan Exp $ +// $Id: MCSingleParticleFilter.h,v 1.1 2007/03/28 14:04:44 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MCZll.h b/GeneratorInterface/GenFilters/interface/MCZll.h index fdfede2b5d12b..67a2f3d0fa7cb 100644 --- a/GeneratorInterface/GenFilters/interface/MCZll.h +++ b/GeneratorInterface/GenFilters/interface/MCZll.h @@ -14,7 +14,7 @@ */ // // Original Author: Paolo Meridiani -// $Id: MCZll.h,v 1.2 2010/07/21 04:23:24 wmtan Exp $ +// $Id: MCZll.h,v 1.1 2007/03/28 14:04:44 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/MinimumBiasFilter.h b/GeneratorInterface/GenFilters/interface/MinimumBiasFilter.h index 380e74906cc6b..4a04d1dac9efe 100644 --- a/GeneratorInterface/GenFilters/interface/MinimumBiasFilter.h +++ b/GeneratorInterface/GenFilters/interface/MinimumBiasFilter.h @@ -3,7 +3,7 @@ // // Original Author: Filippo Ambroglini // Created: Fri Sep 29 17:10:41 CEST 2006 -// $Id: MinimumBiasFilter.h,v 1.1 2007/03/28 14:04:44 fabstoec Exp $ +// $Id: MinimumBiasFilter.h,v 1.1 2006/10/06 08:10:42 fambrogl Exp $ // // system include files #include diff --git a/GeneratorInterface/GenFilters/interface/PythiaDauFilter.h b/GeneratorInterface/GenFilters/interface/PythiaDauFilter.h index c15d02ccf7795..252b72a590bc5 100644 --- a/GeneratorInterface/GenFilters/interface/PythiaDauFilter.h +++ b/GeneratorInterface/GenFilters/interface/PythiaDauFilter.h @@ -15,7 +15,7 @@ // // Original Author: Daniele Pedrini // Created: Apr 29 2008 -// $Id: PythiaDauFilter.h,v 1.2 2010/07/21 04:23:24 wmtan Exp $ +// $Id: PythiaDauFilter.h,v 1.1 2008/04/29 14:42:28 pedrini Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/PythiaDauVFilter.h b/GeneratorInterface/GenFilters/interface/PythiaDauVFilter.h index 605c0d04d8bc8..9042d7e0e37f2 100644 --- a/GeneratorInterface/GenFilters/interface/PythiaDauVFilter.h +++ b/GeneratorInterface/GenFilters/interface/PythiaDauVFilter.h @@ -15,7 +15,7 @@ // // Original Author: Daniele Pedrini // Created: Apr 29 2008 -// $Id: PythiaDauVFilter.h,v 1.1 2012/02/08 20:10:00 lenzip Exp $ +// $Id: PythiaDauVFilter.h,v 1.4 2011/09/12 12:39:54 ursl Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/PythiaFilter.h b/GeneratorInterface/GenFilters/interface/PythiaFilter.h index dc8cf19e441c3..af816d73627ee 100644 --- a/GeneratorInterface/GenFilters/interface/PythiaFilter.h +++ b/GeneratorInterface/GenFilters/interface/PythiaFilter.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Jan 23 14:57:54 CET 2006 -// $Id: PythiaFilter.h,v 1.3 2010/07/21 04:23:24 wmtan Exp $ +// $Id: PythiaFilter.h,v 1.2 2009/12/04 22:19:25 yarba Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/PythiaFilterTTBar.h b/GeneratorInterface/GenFilters/interface/PythiaFilterTTBar.h index 8f07c3227c583..29cdb2eaedde2 100644 --- a/GeneratorInterface/GenFilters/interface/PythiaFilterTTBar.h +++ b/GeneratorInterface/GenFilters/interface/PythiaFilterTTBar.h @@ -20,7 +20,7 @@ // // Original Author: Michael Maes // Created: Wed Dec 3 12:07:13 CET 2009 -// $Id: PythiaFilterTTBar.h,v 1.4 2010/07/21 04:23:24 wmtan Exp $ +// $Id: PythiaFilterTTBar.h,v 1.3 2010/02/25 00:19:52 wmtan Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/PythiaHLTSoupFilter.h b/GeneratorInterface/GenFilters/interface/PythiaHLTSoupFilter.h index 7ff7e4f0658a1..b2724eb6ec76b 100644 --- a/GeneratorInterface/GenFilters/interface/PythiaHLTSoupFilter.h +++ b/GeneratorInterface/GenFilters/interface/PythiaHLTSoupFilter.h @@ -15,7 +15,7 @@ // // Original Author: Filip Moortgat // Created: Mon Jan 23 14:57:54 CET 2006 -// $Id: PythiaHLTSoupFilter.h,v 1.2 2010/07/21 04:23:25 wmtan Exp $ +// $Id: PythiaHLTSoupFilter.h,v 1.1 2007/03/20 11:07:13 fmoortga Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/RecoDiMuon.h b/GeneratorInterface/GenFilters/interface/RecoDiMuon.h index 3f7a41125d822..a8b9feaf72787 100644 --- a/GeneratorInterface/GenFilters/interface/RecoDiMuon.h +++ b/GeneratorInterface/GenFilters/interface/RecoDiMuon.h @@ -6,8 +6,8 @@ * * This class is an EDFilter choosing reconstructed di-muons * - * $Date: 2010/07/21 04:23:25 $ - * $Revision: 1.2 $ + * $Date: 2007/03/28 14:04:44 $ + * $Revision: 1.1 $ * * \author Chang Liu - Purdue University * diff --git a/GeneratorInterface/GenFilters/interface/TwoVBGenFilter.h b/GeneratorInterface/GenFilters/interface/TwoVBGenFilter.h index 8d672a229da4c..c3e493b07fa59 100644 --- a/GeneratorInterface/GenFilters/interface/TwoVBGenFilter.h +++ b/GeneratorInterface/GenFilters/interface/TwoVBGenFilter.h @@ -12,7 +12,7 @@ */ // // Original Author: Maurizio Pierini, Thiago Tomei -// $Id: TwoVBGenFilter.h,v 1.1 2010/09/07 11:08:57 fabstoec Exp $ +// $Id: TwoVBGenGenFilter.h,v 1.1 2010/03/23 13:26:26 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/ZgMassFilter.h b/GeneratorInterface/GenFilters/interface/ZgMassFilter.h index a82832d6713a7..4915ff56b8f3c 100644 --- a/GeneratorInterface/GenFilters/interface/ZgMassFilter.h +++ b/GeneratorInterface/GenFilters/interface/ZgMassFilter.h @@ -15,7 +15,7 @@ // // Original Author: Alexey Ferapontov // Created: Thu July 26 11:57:54 CDT 2012 -// $Id: ZgMassFilter.h,v 1.1 2012/08/10 12:46:29 lenzip Exp $ +// $Id: ZgMassFilter.h,v 1.0 2012/07/25 11:57:54 wmtan Exp $ // // diff --git a/GeneratorInterface/GenFilters/interface/Zto2lFilter.h b/GeneratorInterface/GenFilters/interface/Zto2lFilter.h index 69011c8bfcb89..745b9b5fe86da 100644 --- a/GeneratorInterface/GenFilters/interface/Zto2lFilter.h +++ b/GeneratorInterface/GenFilters/interface/Zto2lFilter.h @@ -16,7 +16,7 @@ // // Original Author: Aruna Nayak // Created: Thu Aug 23 11:37:45 CEST 2007 -// $Id: Zto2lFilter.h,v 1.2 2009/12/15 10:29:32 fabiocos Exp $ +// $Id: Zto2lFilter.h,v 1.1 2007/08/28 12:11:27 fmoortga Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/ComphepSingletopFilter.cc b/GeneratorInterface/GenFilters/src/ComphepSingletopFilter.cc index b94cd49c407e4..2e91cef36f2be 100644 --- a/GeneratorInterface/GenFilters/src/ComphepSingletopFilter.cc +++ b/GeneratorInterface/GenFilters/src/ComphepSingletopFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Vladimir Molchanov // Created: Wed Mar 25 19:43:12 CET 2009 -// $Id: ComphepSingletopFilter.cc,v 1.5 2012/08/23 21:51:21 wdd Exp $ +// $Id: ComphepSingletopFilter.cc,v 1.4 2011/10/26 09:25:47 eulisse Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/CosmicGenFilterHelix.cc b/GeneratorInterface/GenFilters/src/CosmicGenFilterHelix.cc index d51079f0ff262..fbc73f76ad01c 100644 --- a/GeneratorInterface/GenFilters/src/CosmicGenFilterHelix.cc +++ b/GeneratorInterface/GenFilters/src/CosmicGenFilterHelix.cc @@ -2,7 +2,7 @@ // // Original Author: Gero FLUCKE // Created: Mon Mar 5 16:32:01 CET 2007 -// $Id: CosmicGenFilterHelix.cc,v 1.12 2010/01/05 13:49:07 hegner Exp $ +// $Id: CosmicGenFilterHelix.cc,v 1.11 2009/12/15 10:29:32 fabiocos Exp $ #include "GeneratorInterface/GenFilters/interface/CosmicGenFilterHelix.h" diff --git a/GeneratorInterface/GenFilters/src/DJpsiFilter.cc b/GeneratorInterface/GenFilters/src/DJpsiFilter.cc index a41ddc15f2fde..2d4156dc0f1af 100644 --- a/GeneratorInterface/GenFilters/src/DJpsiFilter.cc +++ b/GeneratorInterface/GenFilters/src/DJpsiFilter.cc @@ -13,7 +13,7 @@ // // Original Author: bian jianguo // Created: Tue Nov 22 20:39:54 CST 2011 -// $Id: DJpsiFilter.cc,v 1.2 2013/03/01 20:57:32 wdd Exp $ +// $Id: DJpsiFilter.cc,v 1.1 2012/03/16 14:37:32 lenzip Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/FourLepFilter.cc b/GeneratorInterface/GenFilters/src/FourLepFilter.cc index 31754211b8528..3ffc108608eec 100644 --- a/GeneratorInterface/GenFilters/src/FourLepFilter.cc +++ b/GeneratorInterface/GenFilters/src/FourLepFilter.cc @@ -13,7 +13,7 @@ // // Original Author: bian jianguo // Created: Tue Nov 22 20:39:54 CST 2011 -// $Id: FourLepFilter.cc,v 1.2 2013/03/01 20:57:32 wdd Exp $ +// $Id: FourLepFilter.cc,v 1.1 2012/03/16 14:37:33 lenzip Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/HZZ4lFilter.cc b/GeneratorInterface/GenFilters/src/HZZ4lFilter.cc index 0f30f8d6d796e..4e5111efcf662 100644 --- a/GeneratorInterface/GenFilters/src/HZZ4lFilter.cc +++ b/GeneratorInterface/GenFilters/src/HZZ4lFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Puljak Ivica // Created: Wed Apr 18 12:52:31 CEST 2007 -// $Id: HZZ4lFilter.cc,v 1.6 2010/09/07 11:45:07 fabstoec Exp $ +// $Id: HZZ4lFilter.cc,v 1.5 2009/12/15 10:29:32 fabiocos Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/MinimumBiasFilter.cc b/GeneratorInterface/GenFilters/src/MinimumBiasFilter.cc index 2558b44b2d6dd..c4693a6497976 100644 --- a/GeneratorInterface/GenFilters/src/MinimumBiasFilter.cc +++ b/GeneratorInterface/GenFilters/src/MinimumBiasFilter.cc @@ -1,7 +1,7 @@ // // Original Author: Filippo Ambroglini // Created: Fri Sep 29 17:10:41 CEST 2006 -// $Id: MinimumBiasFilter.cc,v 1.3 2009/05/25 13:53:23 fabiocos Exp $ +// $Id: MinimumBiasFilter.cc,v 1.2 2008/01/22 20:58:38 muzaffar Exp $ // // // system include files diff --git a/GeneratorInterface/GenFilters/src/NJetsMC.cc b/GeneratorInterface/GenFilters/src/NJetsMC.cc index e8729e63cab82..42b8d876cdcc5 100644 --- a/GeneratorInterface/GenFilters/src/NJetsMC.cc +++ b/GeneratorInterface/GenFilters/src/NJetsMC.cc @@ -13,7 +13,7 @@ // // Original Author: "Nathaniel Odell" // Created: Thu Aug 12 09:24:46 CDT 2010 -// $Id: NJetsMC.cc,v 1.1 2011/03/23 14:46:46 mucib Exp $ +// $Id: FourJetMC.cc,v 1.1 2011/03/10 17:02:32 rofierzy Exp $ // then moved to more general N-jets purpose in GeneratorInterface/GenFilters // diff --git a/GeneratorInterface/GenFilters/src/PhotonEnrichmentFilter.cc b/GeneratorInterface/GenFilters/src/PhotonEnrichmentFilter.cc index 08ce061a7c3d1..e5022ea18324e 100644 --- a/GeneratorInterface/GenFilters/src/PhotonEnrichmentFilter.cc +++ b/GeneratorInterface/GenFilters/src/PhotonEnrichmentFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Douglas Ryan Berry,512 1-008,+41227670494, // Created: Mon Jul 26 10:02:34 CEST 2010 -// $Id: PhotonEnrichmentFilter.cc,v 1.2 2011/01/19 14:22:13 drberry Exp $ +// $Id: PhotonEnrichmentFilter.cc,v 1.1 2011/01/19 13:38:06 drberry Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/RecoDiMuon.cc b/GeneratorInterface/GenFilters/src/RecoDiMuon.cc index c34171766ac24..72ed78b0a3794 100644 --- a/GeneratorInterface/GenFilters/src/RecoDiMuon.cc +++ b/GeneratorInterface/GenFilters/src/RecoDiMuon.cc @@ -3,8 +3,8 @@ * * This class is an EDFilter choosing reconstructed di-muons * - * $Date: 2008/01/22 20:58:38 $ - * $Revision: 1.4 $ + * $Date: 2007/12/31 18:43:11 $ + * $Revision: 1.3 $ * * \author Chang Liu - Purdue University * diff --git a/GeneratorInterface/GenFilters/src/STFilter.cc b/GeneratorInterface/GenFilters/src/STFilter.cc index f369199dbf256..1bf93e2c94282 100644 --- a/GeneratorInterface/GenFilters/src/STFilter.cc +++ b/GeneratorInterface/GenFilters/src/STFilter.cc @@ -16,7 +16,7 @@ */ // Original Author: Julia Weinelt // Created: Wed Jan 23 15:12:46 CET 2008 -// $Id: STFilter.cc,v 1.4 2012/08/23 21:51:21 wdd Exp $ +// $Id: STFilter.cc,v 1.3 2009/12/15 10:29:32 fabiocos Exp $ #include diff --git a/GeneratorInterface/GenFilters/src/UEDMultiLeptonFilter.cc b/GeneratorInterface/GenFilters/src/UEDMultiLeptonFilter.cc index 56aad6a70a12b..49dc99e84479b 100644 --- a/GeneratorInterface/GenFilters/src/UEDMultiLeptonFilter.cc +++ b/GeneratorInterface/GenFilters/src/UEDMultiLeptonFilter.cc @@ -13,7 +13,7 @@ // // Original Author: // Created: Sat Jul 10 10:32:40 BRT 2010 -// $Id: UEDMultiLeptonFilter.cc,v 1.3 2013/05/23 14:30:27 gartung Exp $ +// $Id: UEDMultiLeptonFilter.cc,v 1.2 2011/07/28 11:55:11 fabiocos Exp $ // // diff --git a/GeneratorInterface/GenFilters/src/Zto2lFilter.cc b/GeneratorInterface/GenFilters/src/Zto2lFilter.cc index 283cf9bce1381..554a7f9d6fb16 100644 --- a/GeneratorInterface/GenFilters/src/Zto2lFilter.cc +++ b/GeneratorInterface/GenFilters/src/Zto2lFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Aruna Nayak // Created: Thu Aug 23 11:37:45 CEST 2007 -// $Id: Zto2lFilter.cc,v 1.7 2012/06/05 08:54:21 chanon Exp $ +// $Id: Zto2lFilter.cc,v 1.6 2010/09/07 11:45:06 fabstoec Exp $ // // diff --git a/GeneratorInterface/GenFilters/test/test_CosmicGenFilterHelix_cfg.py b/GeneratorInterface/GenFilters/test/test_CosmicGenFilterHelix_cfg.py index 1a6fa0729b1d3..64e4488ee40de 100644 --- a/GeneratorInterface/GenFilters/test/test_CosmicGenFilterHelix_cfg.py +++ b/GeneratorInterface/GenFilters/test/test_CosmicGenFilterHelix_cfg.py @@ -1,7 +1,7 @@ # # Original Author: Gero Flucke # Created: 15.8.2008 -# $Id: test_CosmicGenFilterHelix_cfg.py,v 1.1 2008/08/15 20:25:04 flucke Exp $ +# $Id$ # import FWCore.ParameterSet.Config as cms diff --git a/GeneratorInterface/Herwig6Interface/src/fastjetfortran_madfks.cc b/GeneratorInterface/Herwig6Interface/src/fastjetfortran_madfks.cc index d203a4224dd6c..71e093f529962 100644 --- a/GeneratorInterface/Herwig6Interface/src/fastjetfortran_madfks.cc +++ b/GeneratorInterface/Herwig6Interface/src/fastjetfortran_madfks.cc @@ -1,5 +1,5 @@ //STARTHEADER -// $Id: fastjetfortran_madfks.cc,v 1.1 2013/02/08 20:15:52 spadhi Exp $ +// $Id: fastjetfortran.cc 2577 2011-09-13 15:11:38Z salam $ // // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez // diff --git a/GeneratorInterface/Herwig6Interface/test/H4muAnalyzer.cc b/GeneratorInterface/Herwig6Interface/test/H4muAnalyzer.cc index f8651289244a9..776bdf4cd9617 100644 --- a/GeneratorInterface/Herwig6Interface/test/H4muAnalyzer.cc +++ b/GeneratorInterface/Herwig6Interface/test/H4muAnalyzer.cc @@ -6,7 +6,7 @@ // // Original Author: Fabian Stoeckli // Created: Tue Nov 14 13:43:02 CET 2006 -// $Id: H4muAnalyzer.cc,v 1.8 2010/01/12 11:50:55 hegner Exp $ +// $Id: H4muAnalyzer.cc,v 1.7 2009/12/23 17:01:35 yarba Exp $ // // diff --git a/GeneratorInterface/Herwig6Interface/test/testaMCatNLOTTW.py b/GeneratorInterface/Herwig6Interface/test/testaMCatNLOTTW.py index fa1638fc510c4..20fefd0ca8913 100644 --- a/GeneratorInterface/Herwig6Interface/test/testaMCatNLOTTW.py +++ b/GeneratorInterface/Herwig6Interface/test/testaMCatNLOTTW.py @@ -80,7 +80,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('Hadronizer_WWTo2L2Nu_mcatnlo_herwig6_8TeV_cff.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/Herwig6Interface/test/testaMCatNLO_H0jet.py b/GeneratorInterface/Herwig6Interface/test/testaMCatNLO_H0jet.py index a4772ec29002f..c81c102dc9238 100644 --- a/GeneratorInterface/Herwig6Interface/test/testaMCatNLO_H0jet.py +++ b/GeneratorInterface/Herwig6Interface/test/testaMCatNLO_H0jet.py @@ -80,7 +80,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.381.2.11 $'), annotation = cms.untracked.string('Hadronizer_WWTo2L2Nu_mcatnlo_herwig6_8TeV_cff.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/HiGenCommon/plugins/BetaBoostEvtVtxGenerator.cc b/GeneratorInterface/HiGenCommon/plugins/BetaBoostEvtVtxGenerator.cc index 496e5265f808b..21c31af2d436d 100644 --- a/GeneratorInterface/HiGenCommon/plugins/BetaBoostEvtVtxGenerator.cc +++ b/GeneratorInterface/HiGenCommon/plugins/BetaBoostEvtVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: BetaBoostEvtVtxGenerator.cc,v 1.3 2012/09/25 10:00:12 fabiocos Exp $ +// $Id: BetaBoostEvtVtxGenerator.cc,v 1.2 2012/09/06 20:41:40 lixu Exp $ /* ________________________________________________________________________ diff --git a/GeneratorInterface/HiGenCommon/plugins/GenHIEventProducer.cc b/GeneratorInterface/HiGenCommon/plugins/GenHIEventProducer.cc index acc65ab9b032e..a4f1238bdfb83 100644 --- a/GeneratorInterface/HiGenCommon/plugins/GenHIEventProducer.cc +++ b/GeneratorInterface/HiGenCommon/plugins/GenHIEventProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Yetkin Yilmaz // Created: Thu Aug 13 08:39:51 EDT 2009 -// $Id: GenHIEventProducer.cc,v 1.7 2010/08/18 16:45:26 yilmaz Exp $ +// $Id: GenHIEventProducer.cc,v 1.6 2010/08/17 15:52:34 dmoon Exp $ // // diff --git a/GeneratorInterface/HiGenCommon/plugins/HiCentralityBiasFilter.cc b/GeneratorInterface/HiGenCommon/plugins/HiCentralityBiasFilter.cc index ab56cd099c533..36688333a7a20 100644 --- a/GeneratorInterface/HiGenCommon/plugins/HiCentralityBiasFilter.cc +++ b/GeneratorInterface/HiGenCommon/plugins/HiCentralityBiasFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Tue Aug 11 12:42:25 EDT 2009 -// $Id: HiCentralityBiasFilter.cc,v 1.2 2010/02/11 00:12:05 wmtan Exp $ +// $Id: HiCentralityBiasFilter.cc,v 1.1 2009/10/15 12:23:06 yilmaz Exp $ // // diff --git a/GeneratorInterface/HiGenCommon/plugins/HighMultiplicityGenFilter.cc b/GeneratorInterface/HiGenCommon/plugins/HighMultiplicityGenFilter.cc index d87f93582d9b1..8bddb71c6f51a 100644 --- a/GeneratorInterface/HiGenCommon/plugins/HighMultiplicityGenFilter.cc +++ b/GeneratorInterface/HiGenCommon/plugins/HighMultiplicityGenFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Wei Li // Created: Tue Dec 8 23:51:37 EST 2009 -// $Id: HighMultiplicityGenFilter.cc,v 1.1 2011/06/10 12:10:40 eulisse Exp $ +// $Id: HighMultiplicityGenFilter.cc,v 1.1 2010/08/31 21:39:08 edwenger Exp $ // // diff --git a/GeneratorInterface/HiGenCommon/plugins/MixBoostEvtVtxGenerator.cc b/GeneratorInterface/HiGenCommon/plugins/MixBoostEvtVtxGenerator.cc index ba7dae995ba6d..6b7bc604c5080 100644 --- a/GeneratorInterface/HiGenCommon/plugins/MixBoostEvtVtxGenerator.cc +++ b/GeneratorInterface/HiGenCommon/plugins/MixBoostEvtVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: MixBoostEvtVtxGenerator.cc,v 1.1 2012/06/08 22:19:37 yilmaz Exp $ +// $Id: MixBoostEvtVtxGenerator.cc,v 1.3 2012/05/26 23:40:25 lixu Exp $ /* ________________________________________________________________________ diff --git a/GeneratorInterface/HydjetInterface/interface/HydjetHadronizer.h b/GeneratorInterface/HydjetInterface/interface/HydjetHadronizer.h index 9cdba2ebc72f5..77bda09719bc3 100644 --- a/GeneratorInterface/HydjetInterface/interface/HydjetHadronizer.h +++ b/GeneratorInterface/HydjetInterface/interface/HydjetHadronizer.h @@ -1,7 +1,7 @@ #ifndef HydjetHadronizer_h #define HydjetHadronizer_h -// $Id: HydjetHadronizer.h,v 1.10 2013/05/23 14:40:17 gartung Exp $ +// $Id: HydjetHadronizer.h,v 1.9 2011/02/17 20:54:45 yarba Exp $ /** \class HydjetHadronizer * diff --git a/GeneratorInterface/HydjetInterface/interface/HydjetWrapper.h b/GeneratorInterface/HydjetInterface/interface/HydjetWrapper.h index 1a4e68924213f..b3343773fb412 100644 --- a/GeneratorInterface/HydjetInterface/interface/HydjetWrapper.h +++ b/GeneratorInterface/HydjetInterface/interface/HydjetWrapper.h @@ -2,7 +2,7 @@ #define GeneratorInterface_HydjetInterface_HydjetWrapper // -// $Id: HydjetWrapper.h,v 1.6 2007/12/04 03:50:39 mironov Exp $ +// $Id: HydjetWrapper.h,v 1.5 2007/11/19 17:35:11 yilmaz Exp $ // /* diff --git a/GeneratorInterface/HydjetInterface/plugins/plugin.cc b/GeneratorInterface/HydjetInterface/plugins/plugin.cc index ba0175f17b94f..f7d2aa3e4d8f6 100644 --- a/GeneratorInterface/HydjetInterface/plugins/plugin.cc +++ b/GeneratorInterface/HydjetInterface/plugins/plugin.cc @@ -1,5 +1,5 @@ // -// $Id: plugin.cc,v 1.6 2012/12/03 21:53:59 wmtan Exp $ +// $Id: plugin.cc,v 1.5 2009/10/15 11:32:35 yilmaz Exp $ // #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py b/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py index 24e90232c7666..58788ea544fa8 100644 --- a/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py +++ b/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py @@ -20,8 +20,8 @@ ) configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py,v $'), annotation = cms.untracked.string('Hydjet-B0 at 4TeV') ) diff --git a/GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc b/GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc index 3ec8ede23a1c6..5ceb729256e6b 100644 --- a/GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc +++ b/GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc @@ -1,5 +1,5 @@ /* - * $Id: HydjetHadronizer.cc,v 1.14 2013/05/23 14:40:17 gartung Exp $ + * $Id: HydjetHadronizer.cc,v 1.13 2012/03/10 09:27:19 mnguyen Exp $ * * Interface to the HYDJET generator, produces HepMC events * diff --git a/GeneratorInterface/HydjetInterface/test/HydjetAnalyzer.cc b/GeneratorInterface/HydjetInterface/test/HydjetAnalyzer.cc index 8cfedc8e91223..e6cf12453cc0d 100644 --- a/GeneratorInterface/HydjetInterface/test/HydjetAnalyzer.cc +++ b/GeneratorInterface/HydjetInterface/test/HydjetAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Tue Dec 18 09:44:41 EST 2007 -// $Id: HydjetAnalyzer.cc,v 1.25 2012/08/23 21:51:21 wdd Exp $ +// $Id: HydjetAnalyzer.cc,v 1.24 2011/01/21 15:45:18 yilmaz Exp $ // // diff --git a/GeneratorInterface/HydjetInterface/test/Hydjet_Quenched_MinBias_2760GeV_cfi_py_GEN_SIM_DIGI_L1_DIGI2RAW_HLT.py b/GeneratorInterface/HydjetInterface/test/Hydjet_Quenched_MinBias_2760GeV_cfi_py_GEN_SIM_DIGI_L1_DIGI2RAW_HLT.py index 02365a6093f38..95d0524c7af78 100644 --- a/GeneratorInterface/HydjetInterface/test/Hydjet_Quenched_MinBias_2760GeV_cfi_py_GEN_SIM_DIGI_L1_DIGI2RAW_HLT.py +++ b/GeneratorInterface/HydjetInterface/test/Hydjet_Quenched_MinBias_2760GeV_cfi_py_GEN_SIM_DIGI_L1_DIGI2RAW_HLT.py @@ -26,7 +26,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.172 $'), annotation = cms.untracked.string('Hydjet_Quenched_MinBias_2760GeV_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/GeneratorInterface/LHEInterface/plugins/ExternalLHEAsciiDumper.cc b/GeneratorInterface/LHEInterface/plugins/ExternalLHEAsciiDumper.cc index a522fdac937ce..c06a34c2ec258 100644 --- a/GeneratorInterface/LHEInterface/plugins/ExternalLHEAsciiDumper.cc +++ b/GeneratorInterface/LHEInterface/plugins/ExternalLHEAsciiDumper.cc @@ -1,6 +1,6 @@ // F. Cossutti -// $Date: 2013/03/01 21:45:29 $ -// $Revision: 1.4 $// +// $Date: 2012/10/26 12:19:48 $ +// $Revision: 1.3 $// // Dump in standard ascii format the LHE file stored as string lumi product diff --git a/GeneratorInterface/LHEInterface/plugins/ExternalLHEProducer.cc b/GeneratorInterface/LHEInterface/plugins/ExternalLHEProducer.cc index 8ecb3e66d2867..07a8448eb8696 100644 --- a/GeneratorInterface/LHEInterface/plugins/ExternalLHEProducer.cc +++ b/GeneratorInterface/LHEInterface/plugins/ExternalLHEProducer.cc @@ -13,7 +13,7 @@ Description: [one line class summary] // // Original Author: Brian Paul Bockelman,8 R-018,+41227670861, // Created: Fri Oct 21 11:37:26 CEST 2011 -// $Id: ExternalLHEProducer.cc,v 1.10 2013/05/17 19:00:53 chrjones Exp $ +// $Id: ExternalLHEProducer.cc,v 1.9 2013/03/28 22:23:18 wmtan Exp $ // // diff --git a/GeneratorInterface/LHEInterface/plugins/LHE2HepMCConverter.cc b/GeneratorInterface/LHEInterface/plugins/LHE2HepMCConverter.cc index 4bac09925b56f..a7e148916f48c 100644 --- a/GeneratorInterface/LHEInterface/plugins/LHE2HepMCConverter.cc +++ b/GeneratorInterface/LHEInterface/plugins/LHE2HepMCConverter.cc @@ -13,7 +13,7 @@ // // Original Author: Piergiulio Lenzi,40 1-B01,+41227671638, // Created: Wed Aug 31 19:02:24 CEST 2011 -// $Id: LHE2HepMCConverter.cc,v 1.2 2013/03/01 21:45:29 wdd Exp $ +// $Id: LHE2HepMCConverter.cc,v 1.1 2011/09/06 12:58:42 fabiocos Exp $ // // diff --git a/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py b/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py index 0139d4282fd73..cea806713e181 100755 --- a/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py +++ b/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -__version__ = "$Revision: 1.12 $" +__version__ = "$Revision: 1.11 $" import os import subprocess diff --git a/GeneratorInterface/MCatNLOInterface/test/ZeeAnalyzer.cc b/GeneratorInterface/MCatNLOInterface/test/ZeeAnalyzer.cc index 600bf2eddcaee..44e1a2fad578b 100644 --- a/GeneratorInterface/MCatNLOInterface/test/ZeeAnalyzer.cc +++ b/GeneratorInterface/MCatNLOInterface/test/ZeeAnalyzer.cc @@ -7,7 +7,7 @@ // // Original Author: Fabian Stoeckli // Created: Tue Nov 14 13:43:02 CET 2006 -// $Id: ZeeAnalyzer.cc,v 1.10 2012/08/23 21:51:21 wdd Exp $ +// $Id: ZeeAnalyzer.cc,v 1.9 2009/12/14 22:22:53 wmtan Exp $ // // diff --git a/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py b/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py index e066e1f435564..487840f31c0e4 100644 --- a/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py +++ b/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py @@ -33,9 +33,9 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('PYTHIA6-MinBias at 900GeV'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/PartonShowerVeto/test/Test_PSVInterface.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) diff --git a/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py b/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py index ddae543e60379..dd390cafc255d 100644 --- a/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py +++ b/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py @@ -23,9 +23,9 @@ process.MessageLogger.cerr.INFO.limit = -1 process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('POMWIG SD plus Di-jets ptmin 30 GeV at 10TeV'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1000) diff --git a/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL_Producer.py b/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL_Producer.py index a98c4c41a4c85..9b651082eff76 100644 --- a/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL_Producer.py +++ b/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL_Producer.py @@ -25,7 +25,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('POMWIG SD plus Di-jets ptmin 30 GeV at 10TeV'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/PomwigInterface/test/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff_py_GEN_IDEAL_Producer.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/GenProduction/python/POMWIG_SingleDiffractiveDijetsPlus_10TeV_Pt_30_cff.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1000) diff --git a/GeneratorInterface/PomwigInterface/test/Z2muAnalyzer.cc b/GeneratorInterface/PomwigInterface/test/Z2muAnalyzer.cc index 44b3e49630546..e011aae0ddb49 100644 --- a/GeneratorInterface/PomwigInterface/test/Z2muAnalyzer.cc +++ b/GeneratorInterface/PomwigInterface/test/Z2muAnalyzer.cc @@ -1,7 +1,7 @@ // // Original Author: Fabian Stoeckli // Created: Tue Nov 14 13:43:02 CET 2006 -// $Id: Z2muAnalyzer.cc,v 1.6 2012/08/23 21:51:22 wdd Exp $ +// $Id: Z2muAnalyzer.cc,v 1.5 2009/11/05 13:59:01 antoniov Exp $ // // Modified for PomwigInterface test for Z/gamma* -> 2mu // 02/2007 diff --git a/GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h b/GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h index f7df05c4ff016..5fabc1d80a44c 100644 --- a/GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h +++ b/GeneratorInterface/PyquenInterface/interface/PyquenHadronizer.h @@ -4,7 +4,7 @@ /** \class PyquenHadronizer * * Generates PYTHIA+PYQUEN ==> HepMC events - * $Id: PyquenHadronizer.h,v 1.14 2013/05/23 14:45:21 gartung Exp $ + * $Id: PyquenHadronizer.h,v 1.13 2012/09/18 17:19:35 yilmaz Exp $ * * Camelia Mironov * for the Generator Interface. March 2007 diff --git a/GeneratorInterface/PyquenInterface/interface/PyquenWrapper.h b/GeneratorInterface/PyquenInterface/interface/PyquenWrapper.h index 0043760fdd78a..810e32bb99dd0 100644 --- a/GeneratorInterface/PyquenInterface/interface/PyquenWrapper.h +++ b/GeneratorInterface/PyquenInterface/interface/PyquenWrapper.h @@ -4,7 +4,7 @@ /* * * Wrapper for FORTRAN version of PYQUEN - * $Id: PyquenWrapper.h,v 1.7 2008/12/19 17:51:49 yilmaz Exp $ + * $Id: PyquenWrapper.h,v 1.4 2007/10/05 15:21:52 loizides Exp $ * * Camelia Mironov * diff --git a/GeneratorInterface/PyquenInterface/plugins/plugin.cc b/GeneratorInterface/PyquenInterface/plugins/plugin.cc index 33fc90c909fc4..bcfadd3d7417b 100644 --- a/GeneratorInterface/PyquenInterface/plugins/plugin.cc +++ b/GeneratorInterface/PyquenInterface/plugins/plugin.cc @@ -1,5 +1,5 @@ // -// $Id: plugin.cc,v 1.6 2012/12/03 21:53:59 wmtan Exp $ +// $Id: plugin.cc,v 1.5 2009/05/28 18:54:16 yilmaz Exp $ // #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/GeneratorInterface/PyquenInterface/src/PyquenHadronizer.cc b/GeneratorInterface/PyquenInterface/src/PyquenHadronizer.cc index c4c35db71c20f..152d93662cb43 100644 --- a/GeneratorInterface/PyquenInterface/src/PyquenHadronizer.cc +++ b/GeneratorInterface/PyquenInterface/src/PyquenHadronizer.cc @@ -2,7 +2,7 @@ * * Generates PYQUEN HepMC events * - * $Id: PyquenHadronizer.cc,v 1.16 2013/05/23 14:45:21 gartung Exp $ + * $Id: PyquenHadronizer.cc,v 1.15 2013/01/20 23:55:21 mnguyen Exp $ */ #include diff --git a/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.cc b/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.cc index 5f071785c2ab6..3c61acf697316 100644 --- a/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.cc +++ b/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.cc @@ -1,4 +1,4 @@ -// $Id: PyquenAnalyzer.cc,v 1.10 2010/01/12 11:59:35 hegner Exp $ +// $Id: PyquenAnalyzer.cc,v 1.9 2009/12/15 12:25:55 fabiocos Exp $ #include diff --git a/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.h b/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.h index 5f401ae070177..32a9368bc10af 100644 --- a/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.h +++ b/GeneratorInterface/PyquenInterface/test/PyquenAnalyzer.h @@ -1,4 +1,4 @@ -// $Id: PyquenAnalyzer.h,v 1.4 2009/12/15 12:25:55 fabiocos Exp $ +// $Id: PyquenAnalyzer.h,v 1.3 2007/12/04 03:51:31 mironov Exp $ #ifndef PyquenAnalyzer_H #define PyquenAnalyzer_H diff --git a/GeneratorInterface/Pythia6Interface/plugins/Pythia6Gun.cc b/GeneratorInterface/Pythia6Interface/plugins/Pythia6Gun.cc index 143d1bc1931f7..5d5d1c3780fa9 100644 --- a/GeneratorInterface/Pythia6Interface/plugins/Pythia6Gun.cc +++ b/GeneratorInterface/Pythia6Interface/plugins/Pythia6Gun.cc @@ -1,6 +1,6 @@ /* - * $Date: 2013/03/01 22:23:10 $ - * $Revision: 1.20 $ + * $Date: 2010/07/20 04:42:50 $ + * $Revision: 1.19 $ * \author Julia Yarba */ diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py index b91e5b900ec4b..32c63568c7455 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py index 86e5abe9405e5..4810eacfa7bd8 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py index d38e3269391a8..1530250c1acb5 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py @@ -13,8 +13,8 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py,v $'), + version = cms.untracked.string('$Revision: 1.1 $'), + name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py index 913bcc5ab266e..1eb1d9fa401ed 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py index f72888a15e01a..3b3e4c6618722 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py index 2a805f2df044c..8d6597e90466c 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py index e666c26bc6e5c..d620a8c1d9257 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py index 79357624eac75..01a0d44bab08e 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py index f134b8e717ca7..5e5313c4822fd 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py index 295e69c5baca7..358cf0dd75e0e 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py index ef04ff8a1e77d..a8bce3a85a243 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py index cc9d498bf3103..716346a2433ac 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py @@ -13,7 +13,7 @@ configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py,v $'), annotation = cms.untracked.string('ReggeGribovMC generator') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py index e388bf442e7e7..d7e74ed0dd82f 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py @@ -34,7 +34,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('ReggeGribovMC generator'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py,v $') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py index 3bcfdba574ddb..950e03757738c 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py @@ -34,7 +34,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('ReggeGribovMC generator'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py,v $') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py index daaf193421be6..b62203b67091a 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py @@ -34,7 +34,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('ReggeGribovMC generator'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py,v $') ) diff --git a/GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py b/GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py index 5ff693089afb1..4a3f617c4d924 100644 --- a/GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py +++ b/GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py @@ -34,7 +34,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('ReggeGribovMC generator'), name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py,v $') ) diff --git a/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc b/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc index c035f930c114b..599af84c22048 100644 --- a/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc +++ b/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc @@ -2,8 +2,8 @@ * Class:DQMRivetClient * * - * $Date: 2012/06/22 08:47:17 $ - * $Revision: 1.1 $ + * $Date: 2012/04/02 11:41:17 $ + * $Revision: 1.33 $ * * \author Junghwan Goh - SungKyunKwan University */ diff --git a/GeneratorInterface/ThePEGInterface/interface/ThePEGInterface.h b/GeneratorInterface/ThePEGInterface/interface/ThePEGInterface.h index d89d97b43546f..70d1819ee98df 100644 --- a/GeneratorInterface/ThePEGInterface/interface/ThePEGInterface.h +++ b/GeneratorInterface/ThePEGInterface/interface/ThePEGInterface.h @@ -2,7 +2,7 @@ #define GeneratorInterface_ThePEGInterface_ThePEGInterface_h /** \class ThePEGInterface - * $Id: ThePEGInterface.h,v 1.11 2009/11/04 18:28:40 stober Exp $ + * $Id: ThePEGInterface.h,v 1.10 2009/05/15 22:55:47 saout Exp $ * * Oliver Oberst * Fred-Markus Stober diff --git a/GeneratorInterface/ThePEGInterface/src/ThePEGInterface.cc b/GeneratorInterface/ThePEGInterface/src/ThePEGInterface.cc index 59fa0ea1fdccd..0ea4788720ef3 100644 --- a/GeneratorInterface/ThePEGInterface/src/ThePEGInterface.cc +++ b/GeneratorInterface/ThePEGInterface/src/ThePEGInterface.cc @@ -1,5 +1,5 @@ /** \class ThePEGInterface - * $Id: ThePEGInterface.cc,v 1.16 2009/05/19 17:38:54 stober Exp $ + * $Id: ThePEGInterface.cc,v 1.15 2009/05/19 12:42:00 stober Exp $ * * Oliver Oberst * Fred-Markus Stober diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py index ebd802ace5557..a970c19effe08 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py @@ -28,8 +28,8 @@ from GeneratorInterface.ThePEGInterface.herwigValidation_cff import * process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py,v $'), annotation = cms.untracked.string('Herwig++ example - QCD validation') ) diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_MC.py b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_MC.py index 29e497e217269..6316df2c97605 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_MC.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_MC.py @@ -20,9 +20,9 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('Herwig++ example - QCD validation'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_MC.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py index 3be30422a0041..3fa3db91c8f5d 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py @@ -25,9 +25,9 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('Herwig++ example - QCD validation'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGGeneratorFilter.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py index 9a44cf27277cc..1f4b0b9bdfc60 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py @@ -3,8 +3,8 @@ from GeneratorInterface.ThePEGInterface.herwigValidation_cff import * configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.5 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py,v $'), + version = cms.untracked.string('$Revision: 1.4 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py,v $'), annotation = cms.untracked.string('LHE example - ttbar events') ) diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_MC.py b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_MC.py index c3e147ffaa4c6..81b18e9ccc3f6 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_MC.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_MC.py @@ -20,9 +20,9 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('LHE example - ttbar events'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_MC.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) diff --git a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py index 8535d35e3627c..6e5f9e745642f 100644 --- a/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py +++ b/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py @@ -25,9 +25,9 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('LHE example - ttbar events'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation_GEN_SIM_DIGI_L1_DIGI2RAW_HLT_MC.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/ThePEGInterface/test/testThePEGHadronisation.py,v $') ) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) diff --git a/Geometry/CSCGeometry/src/CSCChamber.cc b/Geometry/CSCGeometry/src/CSCChamber.cc index 48b077d5470c2..71a0025042bc7 100644 --- a/Geometry/CSCGeometry/src/CSCChamber.cc +++ b/Geometry/CSCGeometry/src/CSCChamber.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/04/09 12:17:25 $ - * $Revision: 1.5 $ + * $Date: 2006/07/14 14:37:20 $ + * $Revision: 1.4 $ */ #include diff --git a/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.cc b/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.cc index 82e0fa3aec626..02ac0c3ec6fbe 100644 --- a/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.cc +++ b/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: CaloGeometryBuilder.cc,v 1.18 2013/04/26 09:38:32 yana Exp $ +// $Id: CaloGeometryBuilder.cc,v 1.17 2013/01/27 04:28:25 dlange Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.h b/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.h index a2f3082597a03..7fa3d1620a99b 100644 --- a/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.h +++ b/Geometry/CaloEventSetup/plugins/CaloGeometryBuilder.h @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: CaloGeometryBuilder.h,v 1.4 2008/11/10 15:15:30 heltsley Exp $ +// $Id: CaloGeometryBuilder.h,v 1.3 2008/04/21 22:14:19 heltsley Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/CaloTopologyBuilder.h b/Geometry/CaloEventSetup/plugins/CaloTopologyBuilder.h index 1f51cbc4e11a2..8277686ce9618 100644 --- a/Geometry/CaloEventSetup/plugins/CaloTopologyBuilder.h +++ b/Geometry/CaloEventSetup/plugins/CaloTopologyBuilder.h @@ -12,7 +12,7 @@ */ // // Original Author: Paolo Meridiani -// $Id: CaloTopologyBuilder.h,v 1.3 2009/04/10 17:56:34 heltsley Exp $ +// $Id: CaloTopologyBuilder.h,v 1.2 2008/04/21 22:14:19 heltsley Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.cc b/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.cc index 1cd67a6209b07..85c968941f17c 100644 --- a/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.cc +++ b/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: CaloTowerConstituentsMapBuilder.cc,v 1.9 2013/04/26 09:38:11 yana Exp $ +// $Id: CaloTowerConstituentsMapBuilder.cc,v 1.8 2012/10/26 09:47:48 yana Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.h b/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.h index 76ffc9f351b2f..ce407097c7a10 100644 --- a/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.h +++ b/Geometry/CaloEventSetup/plugins/CaloTowerConstituentsMapBuilder.h @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: CaloTowerConstituentsMapBuilder.h,v 1.4 2012/10/26 09:47:48 yana Exp $ +// $Id: CaloTowerConstituentsMapBuilder.h,v 1.3 2012/08/27 15:21:57 yana Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.cc b/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.cc index d90a3f1b176f5..2706bc2b16911 100644 --- a/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.cc +++ b/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.cc @@ -12,7 +12,7 @@ */ // // Original Author: Paolo Meridiani -// $Id: EcalTrigTowerConstituentsMapBuilder.cc,v 1.4 2010/03/26 19:35:00 sunanda Exp $ +// $Id: EcalTrigTowerConstituentsMapBuilder.cc,v 1.3 2009/04/08 20:36:57 heltsley Exp $ // // diff --git a/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.h b/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.h index 65b0e3513b9f6..94aa72e3aa903 100644 --- a/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.h +++ b/Geometry/CaloEventSetup/plugins/EcalTrigTowerConstituentsMapBuilder.h @@ -12,7 +12,7 @@ */ // // Original Author: Paolo Meridiani -// $Id: EcalTrigTowerConstituentsMapBuilder.h,v 1.1 2007/04/15 23:16:28 wmtan Exp $ +// $Id: EcalTrigTowerConstituentsMapBuilder.h,v 1.1 2006/05/25 16:36:11 meridian Exp $ // // diff --git a/Geometry/CaloGeometry/interface/CaloCellGeometry.h b/Geometry/CaloGeometry/interface/CaloCellGeometry.h index d9988a9251e67..23593ee729b2b 100644 --- a/Geometry/CaloGeometry/interface/CaloCellGeometry.h +++ b/Geometry/CaloGeometry/interface/CaloCellGeometry.h @@ -44,8 +44,8 @@ a default that the derived class author has to call deliberately if he wants it: }; @endcode -$Date: 2012/11/01 13:36:24 $ -$Revision: 1.22 $ +$Date: 2012/11/01 10:36:32 $ +$Revision: 1.21 $ \author J. Mans, P. Meridiani */ diff --git a/Geometry/CaloGeometry/interface/CaloGeometry.h b/Geometry/CaloGeometry/interface/CaloGeometry.h index 1ecddfb21e7b8..a3922ec5d7b47 100644 --- a/Geometry/CaloGeometry/interface/CaloGeometry.h +++ b/Geometry/CaloGeometry/interface/CaloGeometry.h @@ -15,8 +15,8 @@ class CaloCellGeometry; Interface class to the geometry information for all calorimetry subdetectors. -$Date: 2012/11/01 13:36:24 $ -$Revision: 1.8 $ +$Date: 2010/04/27 15:00:03 $ +$Revision: 1.7 $ \author J. Mans and P. Meridiani */ diff --git a/Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h b/Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h index 8e8a3ff3e71f1..b617ee3c4e650 100644 --- a/Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h +++ b/Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h @@ -17,8 +17,8 @@ Base class for a geometry container for a specific calorimetry subdetector. -$Date: 2013/04/30 13:51:12 $ -$Revision: 1.33 $ +$Date: 2013/03/04 15:55:17 $ +$Revision: 1.32 $ \author J. Mans - Minnesota */ class CaloSubdetectorGeometry { diff --git a/Geometry/CaloGeometry/interface/IdealObliquePrism.h b/Geometry/CaloGeometry/interface/IdealObliquePrism.h index b1ce810c8fbc3..9a7dd3f97224c 100644 --- a/Geometry/CaloGeometry/interface/IdealObliquePrism.h +++ b/Geometry/CaloGeometry/interface/IdealObliquePrism.h @@ -23,8 +23,8 @@ is encoded in the sign of the thickness. (positive = parallel to z-axis, negative = perpendicular) - $Date: 2011/09/27 09:10:38 $ - $Revision: 1.11 $ + $Date: 2011/05/29 18:06:58 $ + $Revision: 1.10 $ \author J. Mans - Minnesota */ class IdealObliquePrism : public CaloCellGeometry diff --git a/Geometry/CaloGeometry/interface/IdealZPrism.h b/Geometry/CaloGeometry/interface/IdealZPrism.h index efc8658099e78..f6004b1ccf5f5 100644 --- a/Geometry/CaloGeometry/interface/IdealZPrism.h +++ b/Geometry/CaloGeometry/interface/IdealZPrism.h @@ -20,8 +20,8 @@ Internally, the "point of reference" is the center (eta/phi) of the front face of the prism. Therefore, the only internally stored parameters are eta and phi HALF-widths and the tower z thickness. -$Date: 2011/05/29 18:06:58 $ -$Revision: 1.9 $ +$Date: 2010/04/20 17:23:11 $ +$Revision: 1.8 $ \author J. Mans - Minnesota */ class IdealZPrism : public CaloCellGeometry diff --git a/Geometry/CaloGeometry/interface/PreshowerStrip.h b/Geometry/CaloGeometry/interface/PreshowerStrip.h index ca77c5559db2d..be9079b11fa84 100644 --- a/Geometry/CaloGeometry/interface/PreshowerStrip.h +++ b/Geometry/CaloGeometry/interface/PreshowerStrip.h @@ -15,8 +15,8 @@ \brief A base class to handle the shape of preshower strips. -$Date: 2011/09/27 09:10:38 $ -$Revision: 1.13 $ +$Date: 2011/05/30 16:40:35 $ +$Revision: 1.12 $ \author F. Cossutti */ diff --git a/Geometry/CaloTopology/interface/CaloSubdetectorTopology.h b/Geometry/CaloTopology/interface/CaloSubdetectorTopology.h index 75e22dd67156b..1578b81301d6a 100644 --- a/Geometry/CaloTopology/interface/CaloSubdetectorTopology.h +++ b/Geometry/CaloTopology/interface/CaloSubdetectorTopology.h @@ -12,8 +12,8 @@ /** \class CaloSubdetectorTopology -$Date: 2012/12/18 09:38:07 $ -$Revision: 1.8 $ +$Date: 2012/12/15 17:18:10 $ +$Revision: 1.7 $ \author P.Meridiani INFN Roma1 \author J. Mans - Minnesota */ diff --git a/Geometry/CaloTopology/interface/CaloTopology.h b/Geometry/CaloTopology/interface/CaloTopology.h index 497dbda696e41..ca611c1ab60c0 100644 --- a/Geometry/CaloTopology/interface/CaloTopology.h +++ b/Geometry/CaloTopology/interface/CaloTopology.h @@ -10,8 +10,8 @@ class CaloSubdetectorTopology; /** \class CaloTopology -$Date: 2011/09/27 09:11:27 $ -$Revision: 1.5 $ +$Date: 2009/04/10 17:58:07 $ +$Revision: 1.4 $ \author J. Mans and P. Meridiani */ diff --git a/Geometry/CaloTopology/interface/CaloTowerConstituentsMap.h b/Geometry/CaloTopology/interface/CaloTowerConstituentsMap.h index 673e2ebdf2b7f..3cebaf8cb86b5 100644 --- a/Geometry/CaloTopology/interface/CaloTowerConstituentsMap.h +++ b/Geometry/CaloTopology/interface/CaloTowerConstituentsMap.h @@ -11,8 +11,8 @@ class HcalTopology; /** \class CaloTowerConstituentsMap * - * $Date: 2012/08/15 14:56:18 $ - * $Revision: 1.4 $ + * $Date: 2006/09/06 21:00:11 $ + * $Revision: 1.3 $ * \author J. Mans - Minnesota */ class CaloTowerConstituentsMap { diff --git a/Geometry/CaloTopology/interface/CaloTowerTopology.h b/Geometry/CaloTopology/interface/CaloTowerTopology.h index b9906b3c5fcb1..012704f4d7a91 100644 --- a/Geometry/CaloTopology/interface/CaloTowerTopology.h +++ b/Geometry/CaloTopology/interface/CaloTowerTopology.h @@ -5,8 +5,8 @@ /** \class CaloTowerTopology * - * $Date: 2012/12/15 17:18:10 $ - * $Revision: 1.5 $ + * $Date: 2006/08/29 12:33:05 $ + * $Revision: 1.4 $ * \author J. Mans - Minnesota */ class CaloTowerTopology GCC11_FINAL : public CaloSubdetectorTopology { diff --git a/Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h b/Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h index e14f7c8b3ff7a..399d613ea1b58 100644 --- a/Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h +++ b/Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h @@ -13,7 +13,7 @@ /** \class EcalTrigTowerConstituentsMap * - * $Id: EcalTrigTowerConstituentsMap.h,v 1.2 2010/03/26 19:40:54 sunanda Exp $ + * $Id: EcalTrigTowerConstituentsMap.h,v 1.1 2006/05/25 15:44:47 meridian Exp $ * \author P.Meridiani */ diff --git a/Geometry/CaloTopology/interface/HcalTopology.h b/Geometry/CaloTopology/interface/HcalTopology.h index ae80ff315bd41..fc38a8a352757 100644 --- a/Geometry/CaloTopology/interface/HcalTopology.h +++ b/Geometry/CaloTopology/interface/HcalTopology.h @@ -19,8 +19,8 @@ cells which would normally exist in the full CMS HCAL, but are not present for the specified topology. - $Date: 2012/11/13 04:53:17 $ - $Revision: 1.18 $ + $Date: 2012/11/12 21:38:35 $ + $Revision: 1.17 $ \author J. Mans - Minnesota */ class HcalTopology : public CaloSubdetectorTopology { diff --git a/Geometry/CaloTopology/interface/HcalTopologyRestrictionParser.h b/Geometry/CaloTopology/interface/HcalTopologyRestrictionParser.h index c2744d5addee8..49a45dc1ec17c 100644 --- a/Geometry/CaloTopology/interface/HcalTopologyRestrictionParser.h +++ b/Geometry/CaloTopology/interface/HcalTopologyRestrictionParser.h @@ -16,8 +16,8 @@ * region = subdetname ieta1 ieta2 iphi1 iphi2 [depth1 depth2] * subdetector = subdetname * subdetname = "HB" | "HE" | "HO" | "HF" - * $Date: 2005/11/30 19:55:34 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalTopologyRestrictionParser { diff --git a/Geometry/CommonDetUnit/interface/DetSorting.h b/Geometry/CommonDetUnit/interface/DetSorting.h index 9dd1653c6d006..672a68df94b73 100644 --- a/Geometry/CommonDetUnit/interface/DetSorting.h +++ b/Geometry/CommonDetUnit/interface/DetSorting.h @@ -15,8 +15,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), DetR()); * - * $Date: 2007/03/09 00:40:39 $ - * $Revision: 1.3 $ + * $Date: 2006/11/13 14:24:54 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ @@ -35,8 +35,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), DetPhi()); * - * $Date: 2007/03/09 00:40:39 $ - * $Revision: 1.3 $ + * $Date: 2006/11/13 14:24:54 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ @@ -51,8 +51,8 @@ namespace geomsort{ * * precomputed_value_sort(v.begin(), v.end(), DetZ()); * - * $Date: 2007/03/09 00:40:39 $ - * $Revision: 1.3 $ + * $Date: 2006/11/13 14:24:54 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h b/Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h index 5e0a073c525a3..e49739ae0c276 100644 --- a/Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h +++ b/Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h @@ -10,8 +10,8 @@ * The slave geometries (TrackerGeometry, DTGeometry, CSCGeometry, RPCGeometry) are accessible with the method * slaveGeometry(DetId). * - * $Date: 2012/07/24 13:48:28 $ - * $Revision: 1.7 $ + * $Date: 2006/06/14 18:18:14 $ + * $Revision: 1.6 $ * \author M. Sani */ diff --git a/Geometry/CommonDetUnit/interface/TrackingGeometry.h b/Geometry/CommonDetUnit/interface/TrackingGeometry.h index c66f44074407b..9c99c7a0f5ece 100644 --- a/Geometry/CommonDetUnit/interface/TrackingGeometry.h +++ b/Geometry/CommonDetUnit/interface/TrackingGeometry.h @@ -16,8 +16,8 @@ * idToDetUnit(), are useful when it is necessary to deal with the * extended interface of GeomDetUnit. * - * $Date: 2007/06/05 08:38:46 $ - * $Revision: 1.4 $ + * $Date: 2006/03/01 18:16:03 $ + * $Revision: 1.3 $ */ #include "DataFormats/DetId/interface/DetId.h" diff --git a/Geometry/CommonDetUnit/src/GlobalTrackingGeometry.cc b/Geometry/CommonDetUnit/src/GlobalTrackingGeometry.cc index fe0230c0cf87c..6ad3c0a92c570 100644 --- a/Geometry/CommonDetUnit/src/GlobalTrackingGeometry.cc +++ b/Geometry/CommonDetUnit/src/GlobalTrackingGeometry.cc @@ -1,7 +1,7 @@ /** \file GlobalTrackingGeometry.cc * - * $Date: 2012/07/24 13:48:29 $ - * $Revision: 1.8 $ + * $Date: 2006/12/20 16:50:22 $ + * $Revision: 1.7 $ * \author M. Sani */ diff --git a/Geometry/CommonTopologies/interface/BowedSurfaceDeformation.h b/Geometry/CommonTopologies/interface/BowedSurfaceDeformation.h index e82f3edf2e1c1..6692c0bceef9e 100644 --- a/Geometry/CommonTopologies/interface/BowedSurfaceDeformation.h +++ b/Geometry/CommonTopologies/interface/BowedSurfaceDeformation.h @@ -11,9 +11,9 @@ /// /// \author : Gero Flucke /// date : October 2010 -/// $Revision: 1.3 $ -/// $Date: 2012/01/26 10:56:43 $ -/// (last update by $Author: innocent $) +/// $Revision: 1.2 $ +/// $Date: 2010/11/17 15:55:08 $ +/// (last update by $Author: flucke $) #include "Geometry/CommonTopologies/interface/SurfaceDeformation.h" diff --git a/Geometry/CommonTopologies/interface/SurfaceDeformationFactory.h b/Geometry/CommonTopologies/interface/SurfaceDeformationFactory.h index 13d76ed102196..a5947a96e1fa6 100644 --- a/Geometry/CommonTopologies/interface/SurfaceDeformationFactory.h +++ b/Geometry/CommonTopologies/interface/SurfaceDeformationFactory.h @@ -7,8 +7,8 @@ /// /// \author : Gero Flucke /// date : October 2010 -/// $Revision: 1.2 $ -/// $Date: 2011/02/11 10:57:40 $ +/// $Revision: 1.1 $ +/// $Date: 2010/10/26 18:59:59 $ /// (last update by $Author: flucke $) #include diff --git a/Geometry/CommonTopologies/src/BowedSurfaceDeformation.cc b/Geometry/CommonTopologies/src/BowedSurfaceDeformation.cc index 392108b70b461..d85a6fa2f3628 100644 --- a/Geometry/CommonTopologies/src/BowedSurfaceDeformation.cc +++ b/Geometry/CommonTopologies/src/BowedSurfaceDeformation.cc @@ -1,8 +1,8 @@ /// \author : Gero Flucke /// date : October 2010 -/// $Revision: 1.7 $ -/// $Date: 2012/01/28 10:18:26 $ -/// (last update by $Author: innocent $) +/// $Revision: 1.2 $ +/// $Date: 2010/11/17 15:55:09 $ +/// (last update by $Author: flucke $) #include "Geometry/CommonTopologies/interface/BowedSurfaceDeformation.h" #include "Geometry/CommonTopologies/interface/SurfaceDeformationFactory.h" diff --git a/Geometry/CommonTopologies/src/SurfaceDeformationFactory.cc b/Geometry/CommonTopologies/src/SurfaceDeformationFactory.cc index 287ad34837cef..3885fe62e2c61 100644 --- a/Geometry/CommonTopologies/src/SurfaceDeformationFactory.cc +++ b/Geometry/CommonTopologies/src/SurfaceDeformationFactory.cc @@ -1,7 +1,7 @@ /// \author : Gero Flucke /// date : October 2010 -/// $Revision: 1.2 $ -/// $Date: 2011/02/11 10:57:40 $ +/// $Revision: 1.1 $ +/// $Date: 2010/10/26 19:00:00 $ /// (last update by $Author: flucke $) #include "FWCore/Utilities/interface/Exception.h" diff --git a/Geometry/CommonTopologies/src/TwoBowedSurfacesDeformation.cc b/Geometry/CommonTopologies/src/TwoBowedSurfacesDeformation.cc index 72e467be6fbf3..803e3bb3394a2 100644 --- a/Geometry/CommonTopologies/src/TwoBowedSurfacesDeformation.cc +++ b/Geometry/CommonTopologies/src/TwoBowedSurfacesDeformation.cc @@ -1,7 +1,7 @@ /// \author : Gero Flucke /// date : October 2010 -/// $Revision: 1.6 $ -/// $Date: 2012/01/28 10:13:18 $ +/// $Revision: 1.5 $ +/// $Date: 2012/01/24 13:53:21 $ /// (last update by $Author: innocent $) #include "Geometry/CommonTopologies/interface/TwoBowedSurfacesDeformation.h" diff --git a/Geometry/DTGeometry/interface/DTChamber.h b/Geometry/DTGeometry/interface/DTChamber.h index 5790b75ffb759..b1d8d5a454e78 100644 --- a/Geometry/DTGeometry/interface/DTChamber.h +++ b/Geometry/DTGeometry/interface/DTChamber.h @@ -10,8 +10,8 @@ * The chamber is composed by 2 or three DTSuperLayer, which in turn are * composed by four DTLayer each. * - * $Date: 2010/04/09 12:17:26 $ - * $Revision: 1.7 $ + * $Date: 2006/07/25 09:54:11 $ + * $Revision: 1.6 $ * \author S. Lacaprara, N. Amapane */ diff --git a/Geometry/DTGeometry/interface/DTGeometry.h b/Geometry/DTGeometry/interface/DTGeometry.h index 370d65d7a2f0b..b13f0515c2f53 100644 --- a/Geometry/DTGeometry/interface/DTGeometry.h +++ b/Geometry/DTGeometry/interface/DTGeometry.h @@ -8,8 +8,8 @@ * The geometry owns the DTChamber s; these own their DTSuperLayer s which * in turn own their DTLayer s. * - * $Date: 2012/07/24 15:05:21 $ - * $Revision: 1.8 $ + * $Date: 2009/01/16 11:12:10 $ + * $Revision: 1.7 $ * \author N. Amapane - CERN */ diff --git a/Geometry/DTGeometry/interface/DTLayer.h b/Geometry/DTGeometry/interface/DTLayer.h index a84f32e8ef59b..58d819e17c52a 100644 --- a/Geometry/DTGeometry/interface/DTLayer.h +++ b/Geometry/DTGeometry/interface/DTLayer.h @@ -9,7 +9,7 @@ * The individual channes are modelled by DTTopology. * * $date : 13/01/2006 16:43:17 CET $ - * $Revision: 1.3 $ + * $Revision: 1.2 $ * \author : Stefano Lacaprara - INFN Padova * */ diff --git a/Geometry/DTGeometry/interface/DTLayerType.h b/Geometry/DTGeometry/interface/DTLayerType.h index 8d701259d28c1..b2c923aa78ef9 100644 --- a/Geometry/DTGeometry/interface/DTLayerType.h +++ b/Geometry/DTGeometry/interface/DTLayerType.h @@ -6,7 +6,7 @@ * DetType for a Drift Tube GeomDetUnit (the DTLayer). * * $date : 23/01/2006 18:24:59 CET $ - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author : Stefano Lacaprara - INFN Padova * */ diff --git a/Geometry/DTGeometry/interface/DTSuperLayer.h b/Geometry/DTGeometry/interface/DTSuperLayer.h index 4d049ff9226ef..16d5f51ddfa9d 100644 --- a/Geometry/DTGeometry/interface/DTSuperLayer.h +++ b/Geometry/DTGeometry/interface/DTSuperLayer.h @@ -8,7 +8,7 @@ * A superlayer is composed by 4 staggered DTLayer s. * * $date : 13/01/2006 11:47:03 CET $ - * $Revision: 1.6 $ + * $Revision: 1.5 $ * \author Stefano Lacaprara - INFN Padova * */ diff --git a/Geometry/DTGeometry/interface/DTTopology.h b/Geometry/DTGeometry/interface/DTTopology.h index b0803a845d344..ade9568253b2b 100644 --- a/Geometry/DTGeometry/interface/DTTopology.h +++ b/Geometry/DTGeometry/interface/DTTopology.h @@ -17,8 +17,8 @@ * The Topology interface is extended with methods relevant for * the DT detectors, e.g. wirePosition(int), etc. * - * $Date: 2011/11/02 09:22:44 $ - * $Revision: 1.8 $ + * $Date: 2011/09/29 09:47:53 $ + * $Revision: 1.7 $ * * \author R. Bellan - INFN Torino * diff --git a/Geometry/DTGeometry/src/DTChamber.cc b/Geometry/DTGeometry/src/DTChamber.cc index 045c58dcb3efe..690adf62b6654 100644 --- a/Geometry/DTGeometry/src/DTChamber.cc +++ b/Geometry/DTGeometry/src/DTChamber.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/04/09 12:17:26 $ - * $Revision: 1.7 $ + * $Date: 2009/04/28 10:23:47 $ + * $Revision: 1.6 $ * \author Stefano Lacaprara - INFN Padova */ diff --git a/Geometry/DTGeometry/src/DTGeometry.cc b/Geometry/DTGeometry/src/DTGeometry.cc index 42b8e02b6947e..ceecca0b68a7d 100644 --- a/Geometry/DTGeometry/src/DTGeometry.cc +++ b/Geometry/DTGeometry/src/DTGeometry.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/07/24 15:05:21 $ - * $Revision: 1.8 $ + * $Date: 2008/01/22 21:10:37 $ + * $Revision: 1.7 $ * \author N. Amapane - CERN */ diff --git a/Geometry/DTGeometry/src/DTLayer.cc b/Geometry/DTGeometry/src/DTLayer.cc index c59499328152b..0e3d63cbb2fa9 100644 --- a/Geometry/DTGeometry/src/DTLayer.cc +++ b/Geometry/DTGeometry/src/DTLayer.cc @@ -1,7 +1,7 @@ /** \file * * $date : 13/01/2006 16:43:13 CET $ - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author : Stefano Lacaprara - INFN Padova * */ diff --git a/Geometry/DTGeometry/src/DTLayerType.cc b/Geometry/DTGeometry/src/DTLayerType.cc index 1b888046962e2..5482ae91f2c19 100644 --- a/Geometry/DTGeometry/src/DTLayerType.cc +++ b/Geometry/DTGeometry/src/DTLayerType.cc @@ -1,6 +1,6 @@ /** \file * - * $Revision: 1.2 $ + * $Revision: 1.1 $ * $date : 23/01/2006 18:24:56 CET $ * \author : Stefano Lacaprara - INFN Padova * diff --git a/Geometry/DTGeometry/src/DTSuperLayer.cc b/Geometry/DTGeometry/src/DTSuperLayer.cc index 4d33ea19ba653..0221fdfe8b407 100644 --- a/Geometry/DTGeometry/src/DTSuperLayer.cc +++ b/Geometry/DTGeometry/src/DTSuperLayer.cc @@ -1,7 +1,7 @@ /** \file * * $date : 13/01/2006 11:46:51 CET $ - * $Revision: 1.7 $ + * $Revision: 1.6 $ * \author Stefano Lacaprara - INFN Padova * */ diff --git a/Geometry/DTGeometry/src/DTTopology.cc b/Geometry/DTGeometry/src/DTTopology.cc index c6a7714c99133..538546066f07b 100644 --- a/Geometry/DTGeometry/src/DTTopology.cc +++ b/Geometry/DTGeometry/src/DTTopology.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/29 09:47:53 $ - * $Revision: 1.4 $ + * $Date: 2011/09/27 09:23:01 $ + * $Revision: 1.3 $ * \author R. Bellan - INFN Torino */ diff --git a/Geometry/DTGeometry/test/DTGeometryAnalyzer.cc b/Geometry/DTGeometry/test/DTGeometryAnalyzer.cc index c972db83a23bf..43b8298985dc9 100644 --- a/Geometry/DTGeometry/test/DTGeometryAnalyzer.cc +++ b/Geometry/DTGeometry/test/DTGeometryAnalyzer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/04/01 13:37:43 $ - * $Revision: 1.10 $ + * $Date: 2010/06/21 08:51:16 $ + * $Revision: 1.9 $ * \author N. Amapane - CERN */ diff --git a/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.cc b/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.cc index 98b02061c0e97..3ef7ee52b1c06 100644 --- a/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.cc +++ b/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/12/10 03:13:18 $ - * $Revision: 1.10 $ + * $Date: 2010/03/25 22:08:43 $ + * $Revision: 1.9 $ * \author N. Amapane - CERN */ diff --git a/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.h b/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.h index 7f37025b7f94a..b3f510e331268 100644 --- a/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.h +++ b/Geometry/DTGeometryBuilder/plugins/DTGeometryESModule.h @@ -5,8 +5,8 @@ * * ESProducer for DTGeometry in MuonGeometryRecord * - * $Date: 2011/12/10 03:13:18 $ - * $Revision: 1.6 $ + * $Date: 2009/03/10 17:39:31 $ + * $Revision: 1.5 $ * \author N. Amapane - CERN */ diff --git a/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.cc b/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.cc index 9cb1670eefeac..fc1c88ba9b031 100644 --- a/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.cc +++ b/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/12/24 14:35:11 $ - * $Revision: 1.14 $ + * $Date: 2009/05/25 09:17:01 $ + * $Revision: 1.13 $ * \author N. Amapane - CERN. */ diff --git a/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.h b/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.h index 46b329b0a5435..261b0f30b62af 100644 --- a/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.h +++ b/Geometry/DTGeometryBuilder/src/DTGeometryBuilderFromDDD.h @@ -5,8 +5,8 @@ * * Build the DTGeometry from the DDD description. * - * $Date: 2012/12/24 14:35:11 $ - * $Revision: 1.5 $ + * $Date: 2009/01/16 11:11:46 $ + * $Revision: 1.4 $ * \author N. Amapane - CERN. * \author Port of: MuBarDDDGeomBuilder, MuBarDetBuilder (ORCA) by S. Lacaprara, M. Case */ diff --git a/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.cc b/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.cc index a044888fb500f..c55cbb3770074 100644 --- a/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.cc +++ b/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/10/15 12:05:04 $ - * $Revision: 1.5 $ + * $Date: 2009/05/25 09:17:01 $ + * $Revision: 1.4 $ * \author Stefano Lacaprara INFN LNL */ diff --git a/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.h b/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.h index 302531c3343bd..b346fa6d722ac 100644 --- a/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.h +++ b/Geometry/DTGeometryBuilder/src/DTGeometryParsFromDD.h @@ -5,8 +5,8 @@ * * Build the DTGeometry from the DDD description. * - * $Date: 2009/01/16 11:11:47 $ - * $Revision: 1.1 $ + * $Date: 2007/03/09 00:40:41 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara INFN LNL */ diff --git a/Geometry/EcalCommonData/interface/EcalBaseNumber.h b/Geometry/EcalCommonData/interface/EcalBaseNumber.h index 1bd124f6a3e52..a80e1365b34e0 100644 --- a/Geometry/EcalCommonData/interface/EcalBaseNumber.h +++ b/Geometry/EcalCommonData/interface/EcalBaseNumber.h @@ -4,7 +4,7 @@ /** \class EcalBaseNumber * * \author Paolo Meridiani, INFN Roma1 - * $Id: EcalBaseNumber.h,v 1.5 2007/12/20 13:30:27 fabiocos Exp $ + * $Id: EcalBaseNumber.h,v 1.4 2007/06/14 06:41:58 innocent Exp $ */ #include diff --git a/Geometry/EcalMapping/interface/EcalElectronicsMapping.h b/Geometry/EcalMapping/interface/EcalElectronicsMapping.h index bbf46706f7df6..180f8957a9961 100644 --- a/Geometry/EcalMapping/interface/EcalElectronicsMapping.h +++ b/Geometry/EcalMapping/interface/EcalElectronicsMapping.h @@ -25,7 +25,7 @@ /** \class EcalElectronicsMapping * - * $Id: EcalElectronicsMapping.h,v 1.7 2009/09/11 17:35:47 pgras Exp $ + * $Id: EcalElectronicsMapping.h,v 1.6 2007/12/07 19:08:12 eperez Exp $ * \author P.Meridiani (INFN Roma1), E. Perez (CERN) */ diff --git a/Geometry/EcalTestBeam/interface/EcalTBCrystalMap.h b/Geometry/EcalTestBeam/interface/EcalTBCrystalMap.h index 94bd1153640eb..17b6baeaa0723 100644 --- a/Geometry/EcalTestBeam/interface/EcalTBCrystalMap.h +++ b/Geometry/EcalTestBeam/interface/EcalTBCrystalMap.h @@ -3,7 +3,7 @@ /* * - * $Id: EcalTBCrystalMap.h,v 1.3 2006/07/18 14:07:49 fabiocos Exp $ + * $Id: EcalTBCrystalMap.h,v 1.2 2006/05/30 14:14:45 fabiocos Exp $ * */ diff --git a/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.cc b/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.cc index b8716c405b1c8..03981e3355587 100755 --- a/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.cc +++ b/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: EcalTBGeometryBuilder.cc,v 1.3 2010/03/26 19:51:48 sunanda Exp $ +// $Id: EcalTBGeometryBuilder.cc,v 1.2 2008/01/22 21:31:58 muzaffar Exp $ // // diff --git a/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h b/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h index f641879bdd3b8..65641a44b7385 100755 --- a/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h +++ b/Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: EcalTBGeometryBuilder.h,v 1.1 2007/04/15 23:16:29 wmtan Exp $ +// $Id: EcalTBGeometryBuilder.h,v 1.1 2007/03/19 15:57:10 fabiocos Exp $ // // diff --git a/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.cc b/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.cc index a61ea19249cfc..d045b8d1044df 100755 --- a/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.cc +++ b/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.cc @@ -12,7 +12,7 @@ */ // -// $Id: EcalTBHodoscopeGeometryEP.cc,v 1.4 2010/03/26 19:51:48 sunanda Exp $ +// $Id: EcalTBHodoscopeGeometryEP.cc,v 1.3 2010/03/25 22:08:43 case Exp $ // // diff --git a/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryLoaderFromDDD.h b/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryLoaderFromDDD.h index 5ba34d1c03b45..458bdbd0a1b67 100755 --- a/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryLoaderFromDDD.h +++ b/Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryLoaderFromDDD.h @@ -8,7 +8,7 @@ * * * - * $Id: EcalTBHodoscopeGeometryLoaderFromDDD.h,v 1.3 2011/06/03 19:20:55 heltsley Exp $ + * $Id: EcalTBHodoscopeGeometryLoaderFromDDD.h,v 1.2 2010/08/07 14:56:04 wmtan Exp $ * \author P. Meridiani - INFN Roma 1 */ diff --git a/Geometry/ForwardGeometry/interface/IdealCastorTrapezoid.h b/Geometry/ForwardGeometry/interface/IdealCastorTrapezoid.h index 5c0c9062e641f..a16a0b799dbb4 100644 --- a/Geometry/ForwardGeometry/interface/IdealCastorTrapezoid.h +++ b/Geometry/ForwardGeometry/interface/IdealCastorTrapezoid.h @@ -26,8 +26,8 @@ Total: 6+3 parameters - $Date: 2011/09/27 09:15:30 $ - $Revision: 1.13 $ + $Date: 2011/05/29 18:41:47 $ + $Revision: 1.12 $ \author P. Katsas - UoA */ class IdealCastorTrapezoid: public CaloCellGeometry diff --git a/Geometry/ForwardGeometry/interface/IdealZDCTrapezoid.h b/Geometry/ForwardGeometry/interface/IdealZDCTrapezoid.h index a3ebc5eab744f..3a61c78846684 100644 --- a/Geometry/ForwardGeometry/interface/IdealZDCTrapezoid.h +++ b/Geometry/ForwardGeometry/interface/IdealZDCTrapezoid.h @@ -15,8 +15,8 @@ Total: 7 parameters - $Date: 2011/09/27 09:15:30 $ - $Revision: 1.10 $ + $Date: 2011/05/29 18:41:47 $ + $Revision: 1.9 $ \author E. Garcia - UIC */ diff --git a/Geometry/ForwardGeometry/interface/ZdcHardcodeGeometryLoader.h b/Geometry/ForwardGeometry/interface/ZdcHardcodeGeometryLoader.h index 7d7dd96d0ab14..ef70e8f975b83 100644 --- a/Geometry/ForwardGeometry/interface/ZdcHardcodeGeometryLoader.h +++ b/Geometry/ForwardGeometry/interface/ZdcHardcodeGeometryLoader.h @@ -11,8 +11,8 @@ class HcalZDCDetId; /** \class ZdcHardcodeGeometryLoader * - * $Date: 2011/06/04 19:04:50 $ - * $Revision: 1.5 $ + * $Date: 2008/08/27 15:53:47 $ + * $Revision: 1.4 $ * \author E. Garcia - UIC */ diff --git a/Geometry/ForwardGeometry/interface/ZdcTopology.h b/Geometry/ForwardGeometry/interface/ZdcTopology.h index 66f026eb55247..7fc8befe17267 100644 --- a/Geometry/ForwardGeometry/interface/ZdcTopology.h +++ b/Geometry/ForwardGeometry/interface/ZdcTopology.h @@ -7,8 +7,8 @@ /** \class ZDCTopology - $Date: 2007/08/28 18:10:10 $ - $Revision: 1.1 $ + $Date: 2007/08/06 14:59:24 $ + $Revision: 1.0 $ \author E. Garcia - UIC */ diff --git a/Geometry/ForwardGeometry/plugins/ZdcHardcodeGeometryEP.cc b/Geometry/ForwardGeometry/plugins/ZdcHardcodeGeometryEP.cc index 3a9ddac573134..39f006bfdc262 100644 --- a/Geometry/ForwardGeometry/plugins/ZdcHardcodeGeometryEP.cc +++ b/Geometry/ForwardGeometry/plugins/ZdcHardcodeGeometryEP.cc @@ -13,7 +13,7 @@ // // Original Author: Edmundo Garcia // Created: Mon Aug 6 12:33:33 CDT 2007 -// $Id: ZdcHardcodeGeometryEP.cc,v 1.4 2009/01/23 18:43:40 heltsley Exp $ +// $Id: ZdcHardcodeGeometryEP.cc,v 1.3 2008/05/19 20:12:41 heltsley Exp $ // #include "Geometry/Records/interface/ZDCGeometryRecord.h" #include "Geometry/ForwardGeometry/plugins/ZdcHardcodeGeometryEP.h" diff --git a/Geometry/GEMGeometryBuilder/plugins/GEMGeometryESModule.cc b/Geometry/GEMGeometryBuilder/plugins/GEMGeometryESModule.cc index 81a3746340076..ce3acd4034259 100644 --- a/Geometry/GEMGeometryBuilder/plugins/GEMGeometryESModule.cc +++ b/Geometry/GEMGeometryBuilder/plugins/GEMGeometryESModule.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2012/11/15 23:06:37 $ + * $Date: 2010/03/25 22:08:44 $ * \author M. Maggi - INFN Bari */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc index 9d320e9c15465..7505b45ff9f08 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc +++ b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc @@ -1,7 +1,7 @@ /** \file GlobalTrackingGeometryBuilder.cc * - * $Date: 2013/05/24 07:43:59 $ - * $Revision: 1.2 $ + * $Date: 2011/08/16 14:54:34 $ + * $Revision: 1.1 $ * \author Matteo Sani */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.h b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.h index 430ec4c3c9576..9fc10f16ebca8 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.h +++ b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.h @@ -5,8 +5,8 @@ * * Build the GlobalTrackingGeometry. * - * $Date: 2013/05/24 07:44:00 $ - * $Revision: 1.2 $ + * $Date: 2011/08/16 14:54:34 $ + * $Revision: 1.1 $ * \author Matteo Sani */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc index 2ec44539f7160..de07a54784947 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc +++ b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc @@ -1,7 +1,7 @@ /** \file GlobalTrackingGeometryESProducer.cc * - * $Date: 2013/05/24 07:44:00 $ - * $Revision: 1.2 $ + * $Date: 2011/08/16 14:54:34 $ + * $Revision: 1.1 $ * \author Matteo Sani */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h index 6d5341a22ddb5..28948e0e288a5 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h +++ b/Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h @@ -5,8 +5,8 @@ * * ESProducer for GlobalTrackingGeometry in MuonGeometryRecord * - * $Date: 2011/08/16 14:54:34 $ - * $Revision: 1.1 $ + * $Date: 2006/05/09 14:08:52 $ + * $Revision: 1.2 $ * \author Matteo Sani */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.cc b/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.cc index 438bfe231d6ce..630d9193bf6f3 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.cc +++ b/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.cc @@ -1,8 +1,8 @@ /* * \file GlobalTrackingGeometryTest.cc * - * $Date: 2011/09/27 12:06:32 $ - * $Revision: 1.5 $ + * $Date: 2008/01/22 21:32:38 $ + * $Revision: 1.4 $ * \author M. Sani */ diff --git a/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.h b/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.h index 6763540605666..d5bacdeaac4cb 100644 --- a/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.h +++ b/Geometry/GlobalTrackingGeometryBuilder/test/GlobalTrackingGeometryTest.h @@ -6,8 +6,8 @@ * * EDAnalyzer to test the GlobalTrackingGeometry. * - * $Date: 2006/07/25 09:47:59 $ - * $Revision: 1.1 $ + * $Date: 2006/07/12 11:01:22 $ + * $Revision: 1.3 $ * \author M. Sani */ diff --git a/Geometry/HcalEventSetup/src/CaloTowerHardcodeGeometryEP.cc b/Geometry/HcalEventSetup/src/CaloTowerHardcodeGeometryEP.cc index 823e827ac3990..4dc6e4b9b1c76 100644 --- a/Geometry/HcalEventSetup/src/CaloTowerHardcodeGeometryEP.cc +++ b/Geometry/HcalEventSetup/src/CaloTowerHardcodeGeometryEP.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: CaloTowerHardcodeGeometryEP.cc,v 1.7 2012/10/10 15:35:07 yana Exp $ +// $Id: CaloTowerHardcodeGeometryEP.cc,v 1.6 2012/08/27 15:20:41 yana Exp $ // // diff --git a/Geometry/HcalEventSetup/src/HcalDDDGeometryEP.cc b/Geometry/HcalEventSetup/src/HcalDDDGeometryEP.cc index 6205a4c5b27fe..a6a811f709d18 100644 --- a/Geometry/HcalEventSetup/src/HcalDDDGeometryEP.cc +++ b/Geometry/HcalEventSetup/src/HcalDDDGeometryEP.cc @@ -13,7 +13,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu Oct 20 11:35:27 CDT 2006 -// $Id: HcalDDDGeometryEP.cc,v 1.7 2012/10/29 07:32:07 mansj Exp $ +// $Id: HcalDDDGeometryEP.cc,v 1.6 2010/03/25 22:08:44 case Exp $ // // diff --git a/Geometry/HcalEventSetup/src/HcalHardcodeGeometryEP.cc b/Geometry/HcalEventSetup/src/HcalHardcodeGeometryEP.cc index 7e9a8ae7fca8c..1a18d54d4d16a 100644 --- a/Geometry/HcalEventSetup/src/HcalHardcodeGeometryEP.cc +++ b/Geometry/HcalEventSetup/src/HcalHardcodeGeometryEP.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremiah Mans // Created: Mon Oct 3 11:35:27 CDT 2005 -// $Id: HcalHardcodeGeometryEP.cc,v 1.12 2012/03/22 10:30:51 sunanda Exp $ +// $Id: HcalHardcodeGeometryEP.cc,v 1.10 2009/01/23 18:42:18 heltsley Exp $ // // diff --git a/Geometry/HcalTowerAlgo/interface/CaloTowerGeometry.h b/Geometry/HcalTowerAlgo/interface/CaloTowerGeometry.h index 31a4574440216..7fcb0cfc908f3 100644 --- a/Geometry/HcalTowerAlgo/interface/CaloTowerGeometry.h +++ b/Geometry/HcalTowerAlgo/interface/CaloTowerGeometry.h @@ -11,8 +11,8 @@ * * Only DetId::Calo, subdet=1 DetIds are handled by this class. * - * $Date: 2011/06/04 19:07:17 $ - * $Revision: 1.7 $ + * $Date: 2011/05/29 18:40:09 $ + * $Revision: 1.6 $ * \author J. Mans - Minnesota */ class CaloTowerGeometry : public CaloSubdetectorGeometry diff --git a/Geometry/HcalTowerAlgo/interface/CaloTowerHardcodeGeometryLoader.h b/Geometry/HcalTowerAlgo/interface/CaloTowerHardcodeGeometryLoader.h index e5f4e439d5656..5402cd22c145e 100644 --- a/Geometry/HcalTowerAlgo/interface/CaloTowerHardcodeGeometryLoader.h +++ b/Geometry/HcalTowerAlgo/interface/CaloTowerHardcodeGeometryLoader.h @@ -7,8 +7,8 @@ /** \class CaloTowerHardcodeGeometryLoader * - * $Date: 2012/08/15 14:52:43 $ - * $Revision: 1.6 $ + * $Date: 2011/06/04 19:07:17 $ + * $Revision: 1.5 $ * \author J. Mans - Minnesota */ class CaloTowerHardcodeGeometryLoader { diff --git a/Geometry/HcalTowerAlgo/interface/HcalDDDGeometryLoader.h b/Geometry/HcalTowerAlgo/interface/HcalDDDGeometryLoader.h index 21b040062b306..8c471d8de8409 100644 --- a/Geometry/HcalTowerAlgo/interface/HcalDDDGeometryLoader.h +++ b/Geometry/HcalTowerAlgo/interface/HcalDDDGeometryLoader.h @@ -15,8 +15,8 @@ class HcalDetId; * * \note The Geometry as loaded from DDD * - * $Date: 2012/10/29 07:30:41 $ - * $Revision: 1.7 $ + * $Date: 2011/06/04 19:07:17 $ + * $Revision: 1.6 $ * \author S. Banerjee */ diff --git a/Geometry/HcalTowerAlgo/interface/HcalFlexiHardcodeGeometryLoader.h b/Geometry/HcalTowerAlgo/interface/HcalFlexiHardcodeGeometryLoader.h index f919389126e59..e47f5c65b494e 100644 --- a/Geometry/HcalTowerAlgo/interface/HcalFlexiHardcodeGeometryLoader.h +++ b/Geometry/HcalTowerAlgo/interface/HcalFlexiHardcodeGeometryLoader.h @@ -3,8 +3,8 @@ /** \class HcalFlexiHardcodeGeometryLoader * - * $Date: 2012/03/22 10:46:31 $ - * $Revision: 1.3 $ + * $Date: 2008/08/30 20:18:54 $ + * $Revision: 1.2 $ * \author F.Ratnikov, UMd */ diff --git a/Geometry/HcalTowerAlgo/interface/HcalHardcodeGeometryLoader.h b/Geometry/HcalTowerAlgo/interface/HcalHardcodeGeometryLoader.h index 109a8a2a0bfac..9b24d8cf853c3 100644 --- a/Geometry/HcalTowerAlgo/interface/HcalHardcodeGeometryLoader.h +++ b/Geometry/HcalTowerAlgo/interface/HcalHardcodeGeometryLoader.h @@ -12,8 +12,8 @@ class HcalDetId; * * \note The HE geometry is not currently correct. The z positions must be corrected. * - * $Date: 2012/08/15 14:52:43 $ - * $Revision: 1.9 $ + * $Date: 2011/06/04 19:07:18 $ + * $Revision: 1.8 $ * \author R. Wilkinson - Caltech */ class HcalHardcodeGeometryLoader diff --git a/Geometry/MuonNumbering/interface/DTNumberingScheme.h b/Geometry/MuonNumbering/interface/DTNumberingScheme.h index a52007b1ef1ff..9e821d84af784 100644 --- a/Geometry/MuonNumbering/interface/DTNumberingScheme.h +++ b/Geometry/MuonNumbering/interface/DTNumberingScheme.h @@ -6,8 +6,8 @@ * implementation of MuonNumberingScheme for muon barrel, * converts the MuonBaseNumber to a unit id * - * $Date: 2009/01/26 14:23:47 $ - * $Revision: 1.7 $ + * $Date: 2007/09/13 12:33:10 $ + * $Revision: 1.6 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/interface/MuonBaseNumber.h b/Geometry/MuonNumbering/interface/MuonBaseNumber.h index ca59aeda81df8..d684d16562ea0 100644 --- a/Geometry/MuonNumbering/interface/MuonBaseNumber.h +++ b/Geometry/MuonNumbering/interface/MuonBaseNumber.h @@ -10,7 +10,7 @@ * a packed version of the MuonBaseNumber may replace * the current numbering scheme in future * - * $Date: 2006/02/15 13:21:24 $ + * $Date: 2005/10/18 16:54:41 $ * $Revision: 1.1 $ * \author Arno Straessner, CERN * diff --git a/Geometry/MuonNumbering/interface/MuonDDDConstants.h b/Geometry/MuonNumbering/interface/MuonDDDConstants.h index 4bb2f9c7fde4e..9c646c405436f 100644 --- a/Geometry/MuonNumbering/interface/MuonDDDConstants.h +++ b/Geometry/MuonNumbering/interface/MuonDDDConstants.h @@ -6,8 +6,8 @@ * this class reads the constant section of * the muon-numbering xml-file * - * $Date: 2007/12/04 00:06:50 $ - * $Revision: 1.4 $ + * $Date: 2006/10/12 19:54:05 $ + * $Revision: 1.3 $ * \author Arno Straessner, CERN * modified by: * Michael Case, , 2006/10/05 diff --git a/Geometry/MuonNumbering/interface/MuonDDDNumbering.h b/Geometry/MuonNumbering/interface/MuonDDDNumbering.h index 76d3e67e88d3d..97e35ac2e1af5 100644 --- a/Geometry/MuonNumbering/interface/MuonDDDNumbering.h +++ b/Geometry/MuonNumbering/interface/MuonDDDNumbering.h @@ -10,8 +10,8 @@ * level, super and base constants (eg. 1000,100,1) and * the start value of the copy numbers (0 or 1) * - * $Date: 2006/10/12 19:54:05 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:21:24 $ + * $Revision: 1.1 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/interface/MuonNumberingScheme.h b/Geometry/MuonNumbering/interface/MuonNumberingScheme.h index 3a98b3e3609c1..7c4d92cf2c6fd 100644 --- a/Geometry/MuonNumbering/interface/MuonNumberingScheme.h +++ b/Geometry/MuonNumbering/interface/MuonNumberingScheme.h @@ -7,8 +7,8 @@ * each implementation should supply a conversion from * MuonBaseNumber to a detector unit id * - * $Date: 2006/10/12 19:54:05 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:21:24 $ + * $Revision: 1.1 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/interface/MuonSimHitNumberingScheme.h b/Geometry/MuonNumbering/interface/MuonSimHitNumberingScheme.h index e6a3ab414c6ab..0ee1aa373c32d 100644 --- a/Geometry/MuonNumbering/interface/MuonSimHitNumberingScheme.h +++ b/Geometry/MuonNumbering/interface/MuonSimHitNumberingScheme.h @@ -6,8 +6,8 @@ * wrapper class to handle numbering schemes for the different * MuonSubDetector's * - * $Date: 2006/10/12 19:54:05 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:21:24 $ + * $Revision: 1.1 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/interface/MuonSubDetector.h b/Geometry/MuonNumbering/interface/MuonSubDetector.h index cec989f070cde..1f0de44a14600 100644 --- a/Geometry/MuonNumbering/interface/MuonSubDetector.h +++ b/Geometry/MuonNumbering/interface/MuonSubDetector.h @@ -10,8 +10,8 @@ * the function suIdName() returns the detector SuId * for the ROU factory * - * $Date: 2012/10/18 12:47:41 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:21:24 $ + * $Revision: 1.1 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/interface/RPCNumberingScheme.h b/Geometry/MuonNumbering/interface/RPCNumberingScheme.h index 32dc26052ae6f..17381f9903cf2 100644 --- a/Geometry/MuonNumbering/interface/RPCNumberingScheme.h +++ b/Geometry/MuonNumbering/interface/RPCNumberingScheme.h @@ -6,8 +6,8 @@ * implementation of MuonNumberingScheme for muon rpc, * converts the MuonBaseNumber to a unit id * - * $Date: 2006/10/12 19:54:05 $ - * $Revision: 1.4 $ + * $Date: 2006/03/22 18:46:23 $ + * $Revision: 1.3 $ * \author Arno Straessner, CERN * */ diff --git a/Geometry/MuonNumbering/plugins/MuonNumberingInitialization.cc b/Geometry/MuonNumbering/plugins/MuonNumberingInitialization.cc index 59aff8374ab9e..6b8e5dda2d53c 100644 --- a/Geometry/MuonNumbering/plugins/MuonNumberingInitialization.cc +++ b/Geometry/MuonNumbering/plugins/MuonNumberingInitialization.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Case // Created: Thu Sep 28 16:40:29 PDT 2006 -// $Id: MuonNumberingInitialization.cc,v 1.4 2012/10/18 12:47:41 sunanda Exp $ +// $Id: MuonNumberingInitialization.cc,v 1.3 2010/03/25 22:08:44 case Exp $ // // diff --git a/Geometry/MuonNumbering/src/LevelBaseNumber.h b/Geometry/MuonNumbering/src/LevelBaseNumber.h index 97276058a40e2..fb85e842cea4e 100644 --- a/Geometry/MuonNumbering/src/LevelBaseNumber.h +++ b/Geometry/MuonNumbering/src/LevelBaseNumber.h @@ -10,7 +10,7 @@ * for detectors with identical copy numbers an additional * identification number (Super) can be given * - * $Date: 2006/02/15 13:22:48 $ + * $Date: 2005/10/18 16:54:41 $ * $Revision: 1.1 $ * \author Arno Straessner, CERN * diff --git a/Geometry/MuonNumbering/test/MuonNumberingTester.cc b/Geometry/MuonNumbering/test/MuonNumberingTester.cc index 155e9b8d6b1b2..3ddeac218456f 100644 --- a/Geometry/MuonNumbering/test/MuonNumberingTester.cc +++ b/Geometry/MuonNumbering/test/MuonNumberingTester.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Case // Created: Mon 2006/10/02 -// $Id: MuonNumberingTester.cc,v 1.4 2010/08/10 14:06:07 innocent Exp $ +// $Id: MuonNumberingTester.cc,v 1.3 2010/03/25 22:08:44 case Exp $ // // diff --git a/Geometry/RPCGeometry/interface/RPCChamber.h b/Geometry/RPCGeometry/interface/RPCChamber.h index 1c05c473e252d..290be23adc763 100644 --- a/Geometry/RPCGeometry/interface/RPCChamber.h +++ b/Geometry/RPCGeometry/interface/RPCChamber.h @@ -8,8 +8,8 @@ * A chamber is a GeomDet. * The chamber is composed by 2 or 3 Roll (GeomDetUnit). * - * $Date: 2011/09/27 09:13:42 $ - * $Revision: 1.4 $ + * $Date: 2010/04/09 12:17:26 $ + * $Revision: 1.3 $ * \author R. Trentadue */ diff --git a/Geometry/RPCGeometry/python/step1_ZMM_7Tev.py b/Geometry/RPCGeometry/python/step1_ZMM_7Tev.py index 77fedc4c466e6..0b69ba8174846 100644 --- a/Geometry/RPCGeometry/python/step1_ZMM_7Tev.py +++ b/Geometry/RPCGeometry/python/step1_ZMM_7Tev.py @@ -28,7 +28,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.173 $'), annotation = cms.untracked.string('ZMM_7TeV.cfi nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Geometry/RPCGeometry/python/step2_ZMM_7Tev.py b/Geometry/RPCGeometry/python/step2_ZMM_7Tev.py index 7d15659249cfd..8e3bf422ec709 100644 --- a/Geometry/RPCGeometry/python/step2_ZMM_7Tev.py +++ b/Geometry/RPCGeometry/python/step2_ZMM_7Tev.py @@ -25,7 +25,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.173 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Geometry/RPCGeometry/src/RPCChamber.cc b/Geometry/RPCGeometry/src/RPCChamber.cc index 7de95836117fa..02a48bda7ed3a 100644 --- a/Geometry/RPCGeometry/src/RPCChamber.cc +++ b/Geometry/RPCGeometry/src/RPCChamber.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/09/27 09:13:43 $ - * $Revision: 1.6 $ + * $Date: 2010/04/09 12:17:27 $ + * $Revision: 1.5 $ * Author: Raffaello Trentadue - Universit? Bari * Mail: */ diff --git a/Geometry/RPCGeometry/src/RPCGeometry.cc b/Geometry/RPCGeometry/src/RPCGeometry.cc index 34929d78bd0f9..ea20cdaeb258a 100644 --- a/Geometry/RPCGeometry/src/RPCGeometry.cc +++ b/Geometry/RPCGeometry/src/RPCGeometry.cc @@ -5,6 +5,7 @@ #include #include +#include "FWCore/MessageLogger/interface/MessageLogger.h" RPCGeometry::RPCGeometry(){} @@ -51,8 +52,12 @@ const GeomDetUnit* RPCGeometry::idToDetUnit(DetId id) const{ const GeomDet* RPCGeometry::idToDet(DetId id) const{ mapIdToDet::const_iterator i = theMap.find(id); - return (i != theMap.end()) ? - i->second : 0 ; + if (i != theMap.end()) + return i->second; + + LogDebug("RPCGeometry")<<"Invalid DetID: no GeomDet associated "<< RPCDetId(id); + GeomDet* geom = 0; + return geom; } const std::vector& RPCGeometry::chambers() const { diff --git a/Geometry/RPCGeometry/test/RPCCSC.cc b/Geometry/RPCGeometry/test/RPCCSC.cc index 14491a25a81fc..7ac4a70c2a752 100644 --- a/Geometry/RPCGeometry/test/RPCCSC.cc +++ b/Geometry/RPCGeometry/test/RPCCSC.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Haiyun Teng // Created: Wed Feb 25 18:09:15 CET 2009 -// $Id: RPCCSC.cc,v 1.7 2011/10/18 13:23:18 yana Exp $ +// $Id: RPCCSC.cc,v 1.6 2011/09/27 09:13:43 yana Exp $ // // diff --git a/Geometry/RPCGeometry/test/RPCGEO.cc b/Geometry/RPCGeometry/test/RPCGEO.cc index baf47874c41f5..626d9987d59af 100644 --- a/Geometry/RPCGeometry/test/RPCGEO.cc +++ b/Geometry/RPCGeometry/test/RPCGEO.cc @@ -13,7 +13,7 @@ // // Original Author: pts/91 // Created: Wed Sep 26 17:08:29 CEST 2007 -// $Id: RPCGEO.cc,v 1.8 2011/10/18 13:23:18 yana Exp $ +// $Id: RPCGEO.cc,v 1.7 2011/09/27 09:13:43 yana Exp $ // // diff --git a/Geometry/RPCGeometry/test/RPCGEO2.cc b/Geometry/RPCGeometry/test/RPCGEO2.cc index 40b988d9661fa..56d1932db08ee 100644 --- a/Geometry/RPCGeometry/test/RPCGEO2.cc +++ b/Geometry/RPCGeometry/test/RPCGEO2.cc @@ -13,7 +13,7 @@ // // Original Author: pts/91 // Created: Wed Sep 26 17:08:29 CEST 2007 -// $Id: RPCGEO2.cc,v 1.2 2011/11/30 15:20:52 mmaggi Exp $ +// $Id: RPCGEO2.cc,v 1.1 2011/11/14 15:53:36 carrillo Exp $ // // diff --git a/Geometry/RPCGeometryBuilder/plugins/RPCGeometryESModule.cc b/Geometry/RPCGeometryBuilder/plugins/RPCGeometryESModule.cc index cccd111607bb6..72e4134c8bebd 100644 --- a/Geometry/RPCGeometryBuilder/plugins/RPCGeometryESModule.cc +++ b/Geometry/RPCGeometryBuilder/plugins/RPCGeometryESModule.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2010/03/25 22:08:44 $ + * $Date: 2009/03/26 22:53:48 $ * \author M. Maggi - INFN Bari */ diff --git a/Geometry/Records/interface/GlobalTrackingGeometryRecord.h b/Geometry/Records/interface/GlobalTrackingGeometryRecord.h index f04c050ac9dfe..a5fbab1c19e74 100644 --- a/Geometry/Records/interface/GlobalTrackingGeometryRecord.h +++ b/Geometry/Records/interface/GlobalTrackingGeometryRecord.h @@ -4,7 +4,7 @@ /** \class MuonGeometryRecord * The Muon DetUnit geometry. * - * $Date: 2006/05/10 12:57:36 $ + * $Date: 2005/10/25 14:10:07 $ * $Revision: 1.1 $ * \author Matteo Sani */ diff --git a/Geometry/Records/interface/IdealGeometryRecord.h b/Geometry/Records/interface/IdealGeometryRecord.h index 3b2a63d3c1cf8..643e8a4c86b1b 100644 --- a/Geometry/Records/interface/IdealGeometryRecord.h +++ b/Geometry/Records/interface/IdealGeometryRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Jul 25 11:05:09 EDT 2005 -// $Id: IdealGeometryRecord.h,v 1.5 2010/06/08 19:43:03 case Exp $ +// $Id: IdealGeometryRecord.h,v 1.4 2010/05/27 23:14:26 case Exp $ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" diff --git a/Geometry/Records/interface/MuonGeometryRecord.h b/Geometry/Records/interface/MuonGeometryRecord.h index 2c4463749ca4e..1fb223bcd77bd 100644 --- a/Geometry/Records/interface/MuonGeometryRecord.h +++ b/Geometry/Records/interface/MuonGeometryRecord.h @@ -4,8 +4,8 @@ /** \class MuonGeometryRecord * The Muon DetUnit geometry. * - * $Date: 2012/11/15 23:02:26 $ - * $Revision: 1.9 $ + * $Date: 2011/12/12 21:45:30 $ + * $Revision: 1.8 $ * \author N. Amapane - CERN */ diff --git a/Geometry/Records/interface/MuonNumberingRecord.h b/Geometry/Records/interface/MuonNumberingRecord.h index 0eec637ec4c41..07db719583a7b 100644 --- a/Geometry/Records/interface/MuonNumberingRecord.h +++ b/Geometry/Records/interface/MuonNumberingRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Thu Sep 28 16:41:02 PDT 2006 -// $Id: MuonNumberingRecord.h,v 1.2 2008/12/19 10:22:50 fambrogl Exp $ +// $Id: MuonNumberingRecord.h,v 1.1 2006/10/12 20:00:31 case Exp $ // #include diff --git a/Geometry/Records/interface/TrackerDigiGeometryRecord.h b/Geometry/Records/interface/TrackerDigiGeometryRecord.h index d53451221aa3b..e2cbe33a5ed4d 100644 --- a/Geometry/Records/interface/TrackerDigiGeometryRecord.h +++ b/Geometry/Records/interface/TrackerDigiGeometryRecord.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Jul 25 11:05:09 EDT 2005 -// $Id: TrackerDigiGeometryRecord.h,v 1.10 2010/11/24 14:22:58 flucke Exp $ +// $Id: TrackerDigiGeometryRecord.h,v 1.9 2009/03/10 17:36:30 fambrogl Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/Geometry/Records/src/GlobalTrackingGeometryRecord.cc b/Geometry/Records/src/GlobalTrackingGeometryRecord.cc index b6f661e4acfbc..945fafcc629a6 100644 --- a/Geometry/Records/src/GlobalTrackingGeometryRecord.cc +++ b/Geometry/Records/src/GlobalTrackingGeometryRecord.cc @@ -1,6 +1,6 @@ /** \file GlovbalTrackingGeometryRecord.cc * - * $Date: 2006/05/10 12:57:36 $ + * $Date: 2005/10/25 14:10:07 $ * $Revision: 1.1 $ * \author Matteo Sani */ diff --git a/Geometry/Records/src/IdealGeometryRecord.cc b/Geometry/Records/src/IdealGeometryRecord.cc index 2d745f4614785..e1834b62aabb6 100644 --- a/Geometry/Records/src/IdealGeometryRecord.cc +++ b/Geometry/Records/src/IdealGeometryRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Jul 25 11:05:09 EDT 2005 -// $Id: IdealGeometryRecord.cc,v 1.1 2005/07/25 15:11:22 chrjones Exp $ +// $Id$ #include "Geometry/Records/interface/IdealGeometryRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/Geometry/Records/src/MuonGeometryRecord.cc b/Geometry/Records/src/MuonGeometryRecord.cc index 2680901aa9965..5b5ad9c924370 100644 --- a/Geometry/Records/src/MuonGeometryRecord.cc +++ b/Geometry/Records/src/MuonGeometryRecord.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2005/10/25 14:10:07 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author N. Amapane - CERN */ diff --git a/Geometry/Records/src/MuonNumberingRecord.cc b/Geometry/Records/src/MuonNumberingRecord.cc index 3f35c39167103..ce588473babf7 100644 --- a/Geometry/Records/src/MuonNumberingRecord.cc +++ b/Geometry/Records/src/MuonNumberingRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Thu Sep 28 16:41:02 PDT 2006 -// $Id: MuonNumberingRecord.cc,v 1.1 2006/10/12 19:59:39 case Exp $ +// $Id$ #include "Geometry/Records/interface/MuonNumberingRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/Geometry/Records/src/TrackerDigiGeometryRecord.cc b/Geometry/Records/src/TrackerDigiGeometryRecord.cc index f4c7d05bfc705..937e6cf302012 100644 --- a/Geometry/Records/src/TrackerDigiGeometryRecord.cc +++ b/Geometry/Records/src/TrackerDigiGeometryRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Jul 25 11:05:09 EDT 2005 -// $Id: TrackerDigiGeometryRecord.cc,v 1.1 2005/08/09 10:37:47 tboccali Exp $ +// $Id: IdealGeometryRecord.cc,v 1.1 2005/07/25 15:11:22 chrjones Exp $ #include "Geometry/Records/interface/TrackerDigiGeometryRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/Geometry/TrackerGeometryBuilder/interface/ProxyPixelTopology.h b/Geometry/TrackerGeometryBuilder/interface/ProxyPixelTopology.h index 33c1c02fccd7f..586cd68541e17 100644 --- a/Geometry/TrackerGeometryBuilder/interface/ProxyPixelTopology.h +++ b/Geometry/TrackerGeometryBuilder/interface/ProxyPixelTopology.h @@ -18,8 +18,8 @@ /// /// \author : Andreas Mussgiller /// date : December 2010 -/// $Revision: 1.10 $ -/// $Date: 2012/12/24 14:12:54 $ +/// $Revision: 1.9 $ +/// $Date: 2012/09/15 16:31:43 $ /// (last update by $Author: innocent $) #include "DataFormats/GeometryCommonDetAlgo/interface/DeepCopyPointerByClone.h" diff --git a/Geometry/TrackerGeometryBuilder/interface/ProxyStripTopology.h b/Geometry/TrackerGeometryBuilder/interface/ProxyStripTopology.h index 7e3847505cf19..d46415785e181 100644 --- a/Geometry/TrackerGeometryBuilder/interface/ProxyStripTopology.h +++ b/Geometry/TrackerGeometryBuilder/interface/ProxyStripTopology.h @@ -23,8 +23,8 @@ /// /// \author : Andreas Mussgiller /// date : November 2010 -/// $Revision: 1.7 $ -/// $Date: 2012/12/24 14:12:54 $ +/// $Revision: 1.6 $ +/// $Date: 2012/09/22 08:09:45 $ /// (last update by $Author: innocent $) #include "DataFormats/GeometryCommonDetAlgo/interface/DeepCopyPointerByClone.h" diff --git a/Geometry/TrackerGeometryBuilder/test/TrackerDigiGeometryAnalyzer.cc b/Geometry/TrackerGeometryBuilder/test/TrackerDigiGeometryAnalyzer.cc index 0b1b04190153e..ec5a196358e32 100644 --- a/Geometry/TrackerGeometryBuilder/test/TrackerDigiGeometryAnalyzer.cc +++ b/Geometry/TrackerGeometryBuilder/test/TrackerDigiGeometryAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Filippo Ambroglini // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: TrackerDigiGeometryAnalyzer.cc,v 1.12 2012/12/24 14:12:55 innocent Exp $ +// $Id: TrackerDigiGeometryAnalyzer.cc,v 1.11 2012/08/03 16:07:42 yana Exp $ // // diff --git a/Geometry/TrackerGeometryBuilder/test/TrackerMapTool.cc b/Geometry/TrackerGeometryBuilder/test/TrackerMapTool.cc index db1f802f23af2..e2981bb819cc9 100644 --- a/Geometry/TrackerGeometryBuilder/test/TrackerMapTool.cc +++ b/Geometry/TrackerGeometryBuilder/test/TrackerMapTool.cc @@ -13,7 +13,7 @@ // // Original Author: Filippo Ambroglini // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: TrackerMapTool.cc,v 1.9 2011/10/13 07:02:49 eulisse Exp $ +// $Id: TrackerMapTool.cc,v 1.8 2009/08/27 17:19:50 case Exp $ // // diff --git a/Geometry/TrackerNumberingBuilder/test/GeometricDetAnalyzer.cc b/Geometry/TrackerNumberingBuilder/test/GeometricDetAnalyzer.cc index 45f4cac83fe76..8fe98da3407af 100644 --- a/Geometry/TrackerNumberingBuilder/test/GeometricDetAnalyzer.cc +++ b/Geometry/TrackerNumberingBuilder/test/GeometricDetAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: GeometricDetAnalyzer.cc,v 1.6 2010/06/09 19:39:54 case Exp $ +// $Id: GeometricDetAnalyzer.cc,v 1.5 2009/05/25 11:00:29 fabiocos Exp $ // // diff --git a/GeometryReaders/XMLIdealGeometryESSource/test/ExtractXMLFile.cc b/GeometryReaders/XMLIdealGeometryESSource/test/ExtractXMLFile.cc index c0d67b9a468a7..99d986fac67e9 100644 --- a/GeometryReaders/XMLIdealGeometryESSource/test/ExtractXMLFile.cc +++ b/GeometryReaders/XMLIdealGeometryESSource/test/ExtractXMLFile.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: ExtractXMLFile.cc,v 1.3 2010/07/19 16:16:15 case Exp $ +// $Id: ExtractXMLFile.cc,v 1.2 2009/12/08 19:12:29 case Exp $ // // diff --git a/GeometryReaders/XMLIdealGeometryESSource/test/PerfectGeometryAnalyzer.cc b/GeometryReaders/XMLIdealGeometryESSource/test/PerfectGeometryAnalyzer.cc index 50eaaced1b5e9..b01a381c0dfaf 100644 --- a/GeometryReaders/XMLIdealGeometryESSource/test/PerfectGeometryAnalyzer.cc +++ b/GeometryReaders/XMLIdealGeometryESSource/test/PerfectGeometryAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: PerfectGeometryAnalyzer.cc,v 1.19 2010/07/19 16:16:15 case Exp $ +// $Id: PerfectGeometryAnalyzer.cc,v 1.18 2010/03/25 22:08:45 case Exp $ // // diff --git a/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDDumpFiles.cc b/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDDumpFiles.cc index 1577b09b60565..c3f41d2e6ae75 100644 --- a/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDDumpFiles.cc +++ b/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDDumpFiles.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Case // Created: Thu Sep 10, 2009 -// $Id: TestCompareDDDumpFiles.cc,v 1.2 2009/09/16 22:22:46 case Exp $ +// $Id: TestCompareDDDumpFiles.cc,v 1.1 2009/09/11 01:59:35 case Exp $ // // diff --git a/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDSpecsDumpFiles.cc b/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDSpecsDumpFiles.cc index 9543558f48ef2..8e0756c2d31f4 100644 --- a/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDSpecsDumpFiles.cc +++ b/GeometryReaders/XMLIdealGeometryESSource/test/TestCompareDDSpecsDumpFiles.cc @@ -13,7 +13,7 @@ // // Original Author: Ianna Osborne // Created: Thu Dec 2, 2010 -// $Id: TestCompareDDSpecsDumpFiles.cc,v 1.1 2010/12/07 10:48:55 yana Exp $ +// $Id: TestCompareDDSpecsDumpFiles.cc,v 1.1 2010/12/02 02:22:46 yana Exp $ // // diff --git a/GeometryReaders/XMLIdealGeometryESSource/test/TestIdealGeometryESProducer.cc b/GeometryReaders/XMLIdealGeometryESSource/test/TestIdealGeometryESProducer.cc index dee906f850f34..a9d7ded82fa77 100644 --- a/GeometryReaders/XMLIdealGeometryESSource/test/TestIdealGeometryESProducer.cc +++ b/GeometryReaders/XMLIdealGeometryESSource/test/TestIdealGeometryESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Case // Created: Tue Jan 16 2009 -// $Id: TestIdealGeometryESProducer.cc,v 1.3 2010/07/19 16:16:15 case Exp $ +// $Id: TestIdealGeometryESProducer.cc,v 1.2 2010/03/25 22:08:45 case Exp $ // // diff --git a/HLTrigger/Egamma/interface/HLTElectronEoverpFilterRegional.h b/HLTrigger/Egamma/interface/HLTElectronEoverpFilterRegional.h index 67105908fbc22..2308f3b5abaa7 100644 --- a/HLTrigger/Egamma/interface/HLTElectronEoverpFilterRegional.h +++ b/HLTrigger/Egamma/interface/HLTElectronEoverpFilterRegional.h @@ -4,7 +4,7 @@ /** \class HLTElectronEoverpFilterRegional * * \author Monica Vazquez Acosta (CERN) - * $Id: HLTElectronEoverpFilterRegional.h,v 1.4 2012/01/21 14:56:55 fwyzard Exp $ + * $Id: HLTElectronEoverpFilterRegional.h,v 1.3 2009/02/09 16:27:17 covarell Exp $ */ #include "HLTrigger/HLTcore/interface/HLTFilter.h" diff --git a/HLTrigger/Egamma/interface/HLTElectronOneOEMinusOneOPFilterRegional.h b/HLTrigger/Egamma/interface/HLTElectronOneOEMinusOneOPFilterRegional.h index 2dfabf855fa2f..3c5e16e678fe0 100644 --- a/HLTrigger/Egamma/interface/HLTElectronOneOEMinusOneOPFilterRegional.h +++ b/HLTrigger/Egamma/interface/HLTElectronOneOEMinusOneOPFilterRegional.h @@ -4,7 +4,7 @@ /** \class HLTElectronOneOEMinusOneOPFilterRegional * * \author Monica Vazquez Acosta (CERN) - * $Id: HLTElectronOneOEMinusOneOPFilterRegional.h,v 1.3 2012/01/21 14:56:56 fwyzard Exp $ + * $Id: HLTElectronOneOEMinusOneOPFilterRegional.h,v 1.2 2009/02/09 16:27:17 covarell Exp $ */ #include "HLTrigger/HLTcore/interface/HLTFilter.h" diff --git a/HLTrigger/Egamma/src/HLTDisplacedEgammaFilter.cc b/HLTrigger/Egamma/src/HLTDisplacedEgammaFilter.cc index 83abdc0459f70..6e33ac26ff57e 100644 --- a/HLTrigger/Egamma/src/HLTDisplacedEgammaFilter.cc +++ b/HLTrigger/Egamma/src/HLTDisplacedEgammaFilter.cc @@ -1,6 +1,6 @@ /** \class HLTDisplacedEgammaFilter * - * $Id: HLTDisplacedEgammaFilter.cc,v 1.10 2012/04/11 08:57:07 gruen Exp $ + * $Id: HLTDisplacedEgammaFilter.cc,v 1.9 2012/04/11 08:54:12 gruen Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaCaloIsolFilterPairs.cc b/HLTrigger/Egamma/src/HLTEgammaCaloIsolFilterPairs.cc index 1413ca3df25fa..83dc3b187d6a7 100644 --- a/HLTrigger/Egamma/src/HLTEgammaCaloIsolFilterPairs.cc +++ b/HLTrigger/Egamma/src/HLTEgammaCaloIsolFilterPairs.cc @@ -1,6 +1,6 @@ /** \class EgammaHLTCaloIsolFilterPairs * - * $Id: HLTEgammaCaloIsolFilterPairs.cc,v 1.2 2012/01/21 14:56:56 fwyzard Exp $ + * $Id: HLTEgammaCaloIsolFilterPairs.cc,v 1.1 2008/10/14 14:52:57 ghezzi Exp $ * * \author Alessio Ghezzi * diff --git a/HLTrigger/Egamma/src/HLTEgammaDoubleEtFilter.cc b/HLTrigger/Egamma/src/HLTEgammaDoubleEtFilter.cc index 3b5f9f6e0b8e6..6ec40a316322f 100644 --- a/HLTrigger/Egamma/src/HLTEgammaDoubleEtFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaDoubleEtFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaDoubleEtFilter * - * $Id: HLTEgammaDoubleEtFilter.cc,v 1.10 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTEgammaDoubleEtFilter.cc,v 1.9 2012/01/21 14:56:56 fwyzard Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaDoubleEtPhiFilter.cc b/HLTrigger/Egamma/src/HLTEgammaDoubleEtPhiFilter.cc index c4b2870472245..2c163ccd3b45e 100755 --- a/HLTrigger/Egamma/src/HLTEgammaDoubleEtPhiFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaDoubleEtPhiFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaDoubleEtPhiFilter * - * $Id: HLTEgammaDoubleEtPhiFilter.cc,v 1.6 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTEgammaDoubleEtPhiFilter.cc,v 1.5 2012/01/21 14:56:57 fwyzard Exp $ * * \author Jonathan Hollar (LLNL) * diff --git a/HLTrigger/Egamma/src/HLTEgammaEtFilter.cc b/HLTrigger/Egamma/src/HLTEgammaEtFilter.cc index c38236a5e688e..5257b89ccbe58 100644 --- a/HLTrigger/Egamma/src/HLTEgammaEtFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaEtFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaEtFilter * - * $Id: HLTEgammaEtFilter.cc,v 1.13 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTEgammaEtFilter.cc,v 1.12 2012/01/21 14:56:57 fwyzard Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaEtFilterPairs.cc b/HLTrigger/Egamma/src/HLTEgammaEtFilterPairs.cc index db45ed31d18a5..d28993f921411 100644 --- a/HLTrigger/Egamma/src/HLTEgammaEtFilterPairs.cc +++ b/HLTrigger/Egamma/src/HLTEgammaEtFilterPairs.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaEtFilterPairs * - * $Id: HLTEgammaEtFilterPairs.cc,v 1.4 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTEgammaEtFilterPairs.cc,v 1.3 2011/05/01 08:14:08 gruen Exp $ * * \author Alessio Ghezzi * diff --git a/HLTrigger/Egamma/src/HLTEgammaGenericFilter.cc b/HLTrigger/Egamma/src/HLTEgammaGenericFilter.cc index afd3237c67da6..2267b7d1ae5e4 100644 --- a/HLTrigger/Egamma/src/HLTEgammaGenericFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaGenericFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaGenericFilter * - * $Id: HLTEgammaGenericFilter.cc,v 1.6 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTEgammaGenericFilter.cc,v 1.5 2011/05/01 08:14:08 gruen Exp $ * * \author Roberto Covarelli (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticEtaFilter.cc b/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticEtaFilter.cc index 68864d3cf717c..fd5fd7b70e40e 100644 --- a/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticEtaFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticEtaFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaGenericQuadraticEtaFilter * - * $Id: HLTEgammaGenericQuadraticEtaFilter.cc,v 1.4 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTEgammaGenericQuadraticEtaFilter.cc,v 1.3 2012/02/01 16:47:56 gruen Exp $ * * \author Roberto Covarelli (CERN) * modified by Chris Tully (Princeton) diff --git a/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticFilter.cc b/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticFilter.cc index aad6181f19b3d..a2d13346ad41c 100644 --- a/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticFilter.cc +++ b/HLTrigger/Egamma/src/HLTEgammaGenericQuadraticFilter.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaGenericQuadraticFilter * - * $Id: HLTEgammaGenericQuadraticFilter.cc,v 1.4 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTEgammaGenericQuadraticFilter.cc,v 1.3 2012/01/21 14:56:57 fwyzard Exp $ * * \author Roberto Covarelli (CERN) * modified by Chris Tully (Princeton) diff --git a/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterPairs.cc b/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterPairs.cc index eb8d0fcdecd5b..11284ace8b166 100644 --- a/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterPairs.cc +++ b/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterPairs.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaL1MatchFilterPairs * - * $Id: HLTEgammaL1MatchFilterPairs.cc,v 1.2 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTEgammaL1MatchFilterPairs.cc,v 1.1 2008/10/14 14:52:56 ghezzi Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterRegional.cc b/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterRegional.cc index c1ab4aefe058a..c8d94c4fc9000 100644 --- a/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterRegional.cc +++ b/HLTrigger/Egamma/src/HLTEgammaL1MatchFilterRegional.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaL1MatchFilterRegional * - * $Id: HLTEgammaL1MatchFilterRegional.cc,v 1.12 2012/01/22 23:42:50 fwyzard Exp $ + * $Id: HLTEgammaL1MatchFilterRegional.cc,v 1.11 2012/01/21 14:56:57 fwyzard Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTEgammaTriggerFilterObjectWrapper.cc b/HLTrigger/Egamma/src/HLTEgammaTriggerFilterObjectWrapper.cc index 5ade36e9177b9..e9b419d0abe8d 100644 --- a/HLTrigger/Egamma/src/HLTEgammaTriggerFilterObjectWrapper.cc +++ b/HLTrigger/Egamma/src/HLTEgammaTriggerFilterObjectWrapper.cc @@ -1,6 +1,6 @@ /** \class HLTEgammaL1MatchFilterRegional * - * $Id: HLTEgammaTriggerFilterObjectWrapper.cc,v 1.2 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTEgammaTriggerFilterObjectWrapper.cc,v 1.1 2009/01/21 19:00:50 ghezzi Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTElectronEoverpFilterRegional.cc b/HLTrigger/Egamma/src/HLTElectronEoverpFilterRegional.cc index 7ac03148c77f3..f74a9bac11867 100644 --- a/HLTrigger/Egamma/src/HLTElectronEoverpFilterRegional.cc +++ b/HLTrigger/Egamma/src/HLTElectronEoverpFilterRegional.cc @@ -2,7 +2,7 @@ * * \author Monica Vazquez Acosta (CERN) * - * $Id: HLTElectronEoverpFilterRegional.cc,v 1.11 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTElectronEoverpFilterRegional.cc,v 1.10 2011/05/01 08:14:08 gruen Exp $ * */ diff --git a/HLTrigger/Egamma/src/HLTElectronGenericFilter.cc b/HLTrigger/Egamma/src/HLTElectronGenericFilter.cc index f115e84168cae..74fed56d99637 100644 --- a/HLTrigger/Egamma/src/HLTElectronGenericFilter.cc +++ b/HLTrigger/Egamma/src/HLTElectronGenericFilter.cc @@ -1,6 +1,6 @@ /** \class HLTElectronGenericFilter * - * $Id: HLTElectronGenericFilter.cc,v 1.4 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTElectronGenericFilter.cc,v 1.3 2011/05/01 08:14:08 gruen Exp $ * * \author Roberto Covarelli (CERN) * diff --git a/HLTrigger/Egamma/src/HLTElectronOneOEMinusOneOPFilterRegional.cc b/HLTrigger/Egamma/src/HLTElectronOneOEMinusOneOPFilterRegional.cc index 1809f36787abf..232d4bfc58b6b 100644 --- a/HLTrigger/Egamma/src/HLTElectronOneOEMinusOneOPFilterRegional.cc +++ b/HLTrigger/Egamma/src/HLTElectronOneOEMinusOneOPFilterRegional.cc @@ -2,7 +2,7 @@ * * \author Monica Vazquez Acosta (CERN) * - * $Id: HLTElectronOneOEMinusOneOPFilterRegional.cc,v 1.11 2012/01/21 14:56:57 fwyzard Exp $ + * $Id: HLTElectronOneOEMinusOneOPFilterRegional.cc,v 1.10 2011/05/01 08:14:08 gruen Exp $ * */ diff --git a/HLTrigger/Egamma/src/HLTElectronPixelMatchFilter.cc b/HLTrigger/Egamma/src/HLTElectronPixelMatchFilter.cc index 70d1fbab771ae..893e9c8898159 100644 --- a/HLTrigger/Egamma/src/HLTElectronPixelMatchFilter.cc +++ b/HLTrigger/Egamma/src/HLTElectronPixelMatchFilter.cc @@ -1,6 +1,6 @@ /** \class HLTElectronPixelMatchFilter * - * $Id: HLTElectronPixelMatchFilter.cc,v 1.15 2012/03/06 10:13:59 sharper Exp $ + * $Id: HLTElectronPixelMatchFilter.cc,v 1.14 2012/01/21 14:56:58 fwyzard Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Egamma/src/HLTPMDocaFilter.cc b/HLTrigger/Egamma/src/HLTPMDocaFilter.cc index 3ed3faf29d63c..6f785e09c216a 100644 --- a/HLTrigger/Egamma/src/HLTPMDocaFilter.cc +++ b/HLTrigger/Egamma/src/HLTPMDocaFilter.cc @@ -3,7 +3,7 @@ * Original Author: Jeremy Werner * Institution: Princeton University, USA * Contact: Jeremy.Werner@cern.ch * Date: February 21, 2007 - * $Id: HLTPMDocaFilter.cc,v 1.9 2012/01/21 14:56:58 fwyzard Exp $ + * $Id: HLTPMDocaFilter.cc,v 1.8 2011/10/12 09:00:40 fwyzard Exp $ * */ diff --git a/HLTrigger/HLTanalyzers/interface/HLTGetDigi.h b/HLTrigger/HLTanalyzers/interface/HLTGetDigi.h index 3ba903c13f575..e9479934f61ae 100644 --- a/HLTrigger/HLTanalyzers/interface/HLTGetDigi.h +++ b/HLTrigger/HLTanalyzers/interface/HLTGetDigi.h @@ -7,8 +7,8 @@ * This class is an EDAnalyzer implementing a "get data into RAM" * functionality for DIGIs, to simulate online FF running/timimg. * - * $Date: 2011/01/27 10:38:50 $ - * $Revision: 1.6 $ + * $Date: 2007/11/05 17:01:31 $ + * $Revision: 1.4 $ * * \author various * diff --git a/HLTrigger/HLTanalyzers/interface/HLTGetRaw.h b/HLTrigger/HLTanalyzers/interface/HLTGetRaw.h index 07864b18f36e9..85f11fe823e62 100644 --- a/HLTrigger/HLTanalyzers/interface/HLTGetRaw.h +++ b/HLTrigger/HLTanalyzers/interface/HLTGetRaw.h @@ -7,8 +7,8 @@ * This class is an EDAnalyzer implementing a "get data into RAM" * functionality for RAW, to simulate online FF running/timimg. * - * $Date: 2011/01/27 10:38:50 $ - * $Revision: 1.3 $ + * $Date: 2007/04/20 06:58:26 $ + * $Revision: 1.1 $ * * \author various * diff --git a/HLTrigger/HLTanalyzers/interface/HLTrigReport.h b/HLTrigger/HLTanalyzers/interface/HLTrigReport.h index fe7b5ffd72e18..4e10dd00b3917 100644 --- a/HLTrigger/HLTanalyzers/interface/HLTrigReport.h +++ b/HLTrigger/HLTanalyzers/interface/HLTrigReport.h @@ -7,8 +7,8 @@ * This class is an EDAnalyzer implementing TrigReport (statistics * printed to log file) for HL triggers * - * $Date: 2011/03/30 16:17:33 $ - * $Revision: 1.17 $ + * $Date: 2011/03/21 14:55:29 $ + * $Revision: 1.16 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTanalyzers/src/HLTGetDigi.cc b/HLTrigger/HLTanalyzers/src/HLTGetDigi.cc index d8878c957a0bf..ab65c2a9044f0 100644 --- a/HLTrigger/HLTanalyzers/src/HLTGetDigi.cc +++ b/HLTrigger/HLTanalyzers/src/HLTGetDigi.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2011/10/12 09:00:40 $ - * $Revision: 1.8 $ + * $Date: 2011/01/27 10:38:51 $ + * $Revision: 1.7 $ * * \author various * diff --git a/HLTrigger/HLTanalyzers/src/HLTGetRaw.cc b/HLTrigger/HLTanalyzers/src/HLTGetRaw.cc index b956fc4a2c3ef..9a7e383e98c8b 100644 --- a/HLTrigger/HLTanalyzers/src/HLTGetRaw.cc +++ b/HLTrigger/HLTanalyzers/src/HLTGetRaw.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2011/01/27 10:38:51 $ - * $Revision: 1.5 $ + * $Date: 2010/02/17 17:50:07 $ + * $Revision: 1.3 $ * * \author various * diff --git a/HLTrigger/HLTanalyzers/src/HLTOfflineReproducibility.cc b/HLTrigger/HLTanalyzers/src/HLTOfflineReproducibility.cc index 5158bb1977566..9bc24226eb00c 100644 --- a/HLTrigger/HLTanalyzers/src/HLTOfflineReproducibility.cc +++ b/HLTrigger/HLTanalyzers/src/HLTOfflineReproducibility.cc @@ -13,7 +13,7 @@ // // Original Author: Juliette Marie Alimena,40 3-A02,+41227671577, // Created: Fri Apr 22 15:46:58 CEST 2011 -// $Id: HLTOfflineReproducibility.cc,v 1.10 2012/01/18 08:56:39 jalimena Exp $ +// $Id: HLTOfflineReproducibility.cc,v 1.9 2012/01/13 17:45:06 fwyzard Exp $ // // diff --git a/HLTrigger/HLTanalyzers/src/HLTrigReport.cc b/HLTrigger/HLTanalyzers/src/HLTrigReport.cc index 03cbd6943f57b..4f94a4c279758 100644 --- a/HLTrigger/HLTanalyzers/src/HLTrigReport.cc +++ b/HLTrigger/HLTanalyzers/src/HLTrigReport.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/04/04 14:07:59 $ - * $Revision: 1.37 $ + * $Date: 2012/03/30 05:57:05 $ + * $Revision: 1.36 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.cpp b/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.cpp index a6bb69dcc788f..54e58beb1a94a 100644 --- a/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.cpp +++ b/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.cpp @@ -15,8 +15,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2011/09/06 14:36:35 $ - * $Revision: 1.4 $ + * $Date: 2009/12/02 16:13:04 $ + * $Revision: 1.3 $ * */ diff --git a/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.h b/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.h index 9fba16d149e16..0580b9865c476 100644 --- a/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.h +++ b/HLTrigger/HLTanalyzers/test/RateEff/L1GtLogicParser.h @@ -17,8 +17,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2011/09/06 14:36:35 $ - * $Revision: 1.2 $ + * $Date: 2009/05/21 18:11:26 $ + * $Revision: 1.1 $ * */ diff --git a/HLTrigger/HLTanalyzers/test/harvesting.py b/HLTrigger/HLTanalyzers/test/harvesting.py index 3cd5aca130c36..6860d433a0620 100644 --- a/HLTrigger/HLTanalyzers/test/harvesting.py +++ b/HLTrigger/HLTanalyzers/test/harvesting.py @@ -27,7 +27,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('test_11_b_1 nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/HLTrigger/HLTcore/interface/HLTConfigData.h b/HLTrigger/HLTcore/interface/HLTConfigData.h index 53078b35433ff..f6d8ce3201250 100644 --- a/HLTrigger/HLTcore/interface/HLTConfigData.h +++ b/HLTrigger/HLTcore/interface/HLTConfigData.h @@ -6,8 +6,8 @@ * * This class provides access routines to get hold of the HLT Configuration * - * $Date: 2012/03/21 12:08:38 $ - * $Revision: 1.15 $ + * $Date: 2011/09/06 13:54:33 $ + * $Revision: 1.14 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTConfigProvider.h b/HLTrigger/HLTcore/interface/HLTConfigProvider.h index eee72015f424f..cb958f186460d 100644 --- a/HLTrigger/HLTcore/interface/HLTConfigProvider.h +++ b/HLTrigger/HLTcore/interface/HLTConfigProvider.h @@ -6,8 +6,8 @@ * * This class provides access routines to get hold of the HLT Configuration * - * $Date: 2012/10/03 13:34:09 $ - * $Revision: 1.47 $ + * $Date: 2012/10/03 06:24:00 $ + * $Revision: 1.46 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTEventAnalyzerAOD.h b/HLTrigger/HLTcore/interface/HLTEventAnalyzerAOD.h index 69b04345327dd..14d103348f33a 100644 --- a/HLTrigger/HLTcore/interface/HLTEventAnalyzerAOD.h +++ b/HLTrigger/HLTcore/interface/HLTEventAnalyzerAOD.h @@ -6,8 +6,8 @@ * * This class is an EDAnalyzer analyzing the combined HLT information for AOD * - * $Date: 2010/07/14 15:30:06 $ - * $Revision: 1.4 $ + * $Date: 2010/02/19 14:26:53 $ + * $Revision: 1.3 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTEventAnalyzerRAW.h b/HLTrigger/HLTcore/interface/HLTEventAnalyzerRAW.h index 9f7d36ac0672f..769207d6d1f40 100644 --- a/HLTrigger/HLTcore/interface/HLTEventAnalyzerRAW.h +++ b/HLTrigger/HLTcore/interface/HLTEventAnalyzerRAW.h @@ -6,8 +6,8 @@ * * This class is an EDAnalyzer analyzing the combined HLT information for RAW * - * $Date: 2012/01/30 09:40:35 $ - * $Revision: 1.8 $ + * $Date: 2012/01/23 10:27:32 $ + * $Revision: 1.7 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTFilter.h b/HLTrigger/HLTcore/interface/HLTFilter.h index 09e1e1e865273..ad1cb03816a60 100644 --- a/HLTrigger/HLTcore/interface/HLTFilter.h +++ b/HLTrigger/HLTcore/interface/HLTFilter.h @@ -7,8 +7,8 @@ * This class derives from EDFilter and adds a few HLT specific items. * All HLT filters that wish to save summary objects for the AOD must derive from the HLTFilter class. * - * $Date: 2012/02/01 13:50:55 $ - * $Revision: 1.10 $ + * $Date: 2012/01/23 00:12:46 $ + * $Revision: 1.9 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTPrescaleRecorder.h b/HLTrigger/HLTcore/interface/HLTPrescaleRecorder.h index 54c2dffabe774..c52b37452d5a1 100644 --- a/HLTrigger/HLTcore/interface/HLTPrescaleRecorder.h +++ b/HLTrigger/HLTcore/interface/HLTPrescaleRecorder.h @@ -6,8 +6,8 @@ * * This class is an EDProducer making the HLTPrescaleTable object * - * $Date: 2013/05/17 20:33:54 $ - * $Revision: 1.6 $ + * $Date: 2013/02/28 09:07:06 $ + * $Revision: 1.5 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/HLTPrescaler.h b/HLTrigger/HLTcore/interface/HLTPrescaler.h index 6449bb020d255..cce67953c57a9 100644 --- a/HLTrigger/HLTcore/interface/HLTPrescaler.h +++ b/HLTrigger/HLTcore/interface/HLTPrescaler.h @@ -7,8 +7,8 @@ * This class is an EDFilter implementing an HLT * Prescaler module with associated book keeping. * - * $Date: 2013/05/25 14:46:43 $ - * $Revision: 1.24 $ + * $Date: 2012/01/23 10:15:21 $ + * $Revision: 1.23 $ * * \author Martin Grunewald * \author Philipp Schieferdecker diff --git a/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerAOD.h b/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerAOD.h index 06bafe3010338..1b07d271c97fe 100644 --- a/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerAOD.h +++ b/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerAOD.h @@ -6,8 +6,8 @@ * * This class is an EDAnalyzer analyzing the HLT summary object for AOD * - * $Date: 2008/04/11 18:09:11 $ - * $Revision: 1.2 $ + * $Date: 2008/04/11 17:02:52 $ + * $Revision: 1.1 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerRAW.h b/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerRAW.h index 58dfe62f19c31..4c35555d1f4f9 100644 --- a/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerRAW.h +++ b/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerRAW.h @@ -6,8 +6,8 @@ * * This class is an EDAnalyzer analyzing the HLT summary object for RAW * - * $Date: 2008/04/11 18:09:11 $ - * $Revision: 1.2 $ + * $Date: 2008/04/11 17:02:52 $ + * $Revision: 1.1 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/TriggerSummaryProducerAOD.h b/HLTrigger/HLTcore/interface/TriggerSummaryProducerAOD.h index 432542e16f1b7..5bf3144550127 100644 --- a/HLTrigger/HLTcore/interface/TriggerSummaryProducerAOD.h +++ b/HLTrigger/HLTcore/interface/TriggerSummaryProducerAOD.h @@ -6,8 +6,8 @@ * * This class is an EDProducer making the HLT summary object for AOD * - * $Date: 2012/08/09 20:00:18 $ - * $Revision: 1.17 $ + * $Date: 2010/11/09 13:58:42 $ + * $Revision: 1.16 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/interface/TriggerSummaryProducerRAW.h b/HLTrigger/HLTcore/interface/TriggerSummaryProducerRAW.h index 052f4ee0a88c0..2b6f833717e0d 100644 --- a/HLTrigger/HLTcore/interface/TriggerSummaryProducerRAW.h +++ b/HLTrigger/HLTcore/interface/TriggerSummaryProducerRAW.h @@ -6,8 +6,8 @@ * * This class is an EDProducer making the HLT summary object for RAW * - * $Date: 2012/08/09 20:00:18 $ - * $Revision: 1.2 $ + * $Date: 2007/12/06 08:27:31 $ + * $Revision: 1.1 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/HLTEventAnalyzerAOD.cc b/HLTrigger/HLTcore/plugins/HLTEventAnalyzerAOD.cc index 62a1d946eb55e..2d1f1599efb60 100644 --- a/HLTrigger/HLTcore/plugins/HLTEventAnalyzerAOD.cc +++ b/HLTrigger/HLTcore/plugins/HLTEventAnalyzerAOD.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/03/21 13:05:25 $ - * $Revision: 1.11 $ + * $Date: 2012/03/21 12:08:38 $ + * $Revision: 1.10 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/HLTEventAnalyzerRAW.cc b/HLTrigger/HLTcore/plugins/HLTEventAnalyzerRAW.cc index 6a6264c7de345..997255acf8019 100644 --- a/HLTrigger/HLTcore/plugins/HLTEventAnalyzerRAW.cc +++ b/HLTrigger/HLTcore/plugins/HLTEventAnalyzerRAW.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/30 09:40:35 $ - * $Revision: 1.14 $ + * $Date: 2012/01/23 10:27:33 $ + * $Revision: 1.13 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/HLTPrescaleRecorder.cc b/HLTrigger/HLTcore/plugins/HLTPrescaleRecorder.cc index 4429efaa46f59..ab965d96c8fce 100644 --- a/HLTrigger/HLTcore/plugins/HLTPrescaleRecorder.cc +++ b/HLTrigger/HLTcore/plugins/HLTPrescaleRecorder.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2013/05/17 20:33:55 $ - * $Revision: 1.8 $ + * $Date: 2013/02/28 09:07:08 $ + * $Revision: 1.7 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerAOD.cc b/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerAOD.cc index ad18548f790b6..a0bfbf6876d89 100644 --- a/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerAOD.cc +++ b/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerAOD.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2008/05/19 13:16:47 $ - * $Revision: 1.6 $ + * $Date: 2008/05/02 12:13:28 $ + * $Revision: 1.5 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerRAW.cc b/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerRAW.cc index 88ffe66ea3985..c211be39faa30 100644 --- a/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerRAW.cc +++ b/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerRAW.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/30 09:40:35 $ - * $Revision: 1.11 $ + * $Date: 2012/01/23 10:27:33 $ + * $Revision: 1.10 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc index a3bb14cfee6c6..e22b5b7784d68 100644 --- a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc +++ b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/08/09 20:00:20 $ - * $Revision: 1.46 $ + * $Date: 2012/01/30 09:40:35 $ + * $Revision: 1.45 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerRAW.cc b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerRAW.cc index 38429e4160f52..bd1b8027bfdaf 100644 --- a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerRAW.cc +++ b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerRAW.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/08/09 20:00:20 $ - * $Revision: 1.14 $ + * $Date: 2012/01/30 09:40:35 $ + * $Revision: 1.13 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/src/HLTConfigData.cc b/HLTrigger/HLTcore/src/HLTConfigData.cc index 757804e5f0aec..29b155438ae33 100644 --- a/HLTrigger/HLTcore/src/HLTConfigData.cc +++ b/HLTrigger/HLTcore/src/HLTConfigData.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/03/28 06:15:15 $ - * $Revision: 1.20 $ + * $Date: 2012/03/21 12:08:38 $ + * $Revision: 1.19 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/src/HLTConfigProvider.cc b/HLTrigger/HLTcore/src/HLTConfigProvider.cc index 6186f1920dfd7..e114e22987223 100644 --- a/HLTrigger/HLTcore/src/HLTConfigProvider.cc +++ b/HLTrigger/HLTcore/src/HLTConfigProvider.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/10/03 13:34:09 $ - * $Revision: 1.68 $ + * $Date: 2012/10/03 06:24:00 $ + * $Revision: 1.67 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTcore/src/HLTFilter.cc b/HLTrigger/HLTcore/src/HLTFilter.cc index 2960a80845136..dd739a8e9a39c 100644 --- a/HLTrigger/HLTcore/src/HLTFilter.cc +++ b/HLTrigger/HLTcore/src/HLTFilter.cc @@ -5,8 +5,8 @@ * items. Any and all HLT filters must derive from the HLTFilter * class! * - * $Date: 2012/02/01 13:50:55 $ - * $Revision: 1.9 $ + * $Date: 2012/01/21 14:52:28 $ + * $Revision: 1.8 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTBool.h b/HLTrigger/HLTfilters/interface/HLTBool.h index cc498bd181d75..3ba34e86f2bfb 100644 --- a/HLTrigger/HLTfilters/interface/HLTBool.h +++ b/HLTrigger/HLTfilters/interface/HLTBool.h @@ -7,8 +7,8 @@ * This class is an HLTFilter (-> EDFilter) returning always the same * configurable Boolean value (good for tests) * - * $Date: 2012/01/22 22:15:43 $ - * $Revision: 1.4 $ + * $Date: 2012/01/21 14:56:58 $ + * $Revision: 1.3 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTDoublet.h b/HLTrigger/HLTfilters/interface/HLTDoublet.h index 0cb3a25d85061..e9884ada59edc 100644 --- a/HLTrigger/HLTfilters/interface/HLTDoublet.h +++ b/HLTrigger/HLTfilters/interface/HLTDoublet.h @@ -12,8 +12,8 @@ * single-object-type filters so that the access is thorugh * RefToBases and polymorphic. * - * $Date: 2012/02/24 13:34:20 $ - * $Revision: 1.9 $ + * $Date: 2012/02/23 11:48:34 $ + * $Revision: 1.8 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTFiltCand.h b/HLTrigger/HLTfilters/interface/HLTFiltCand.h index ea71c3305ad1c..e8d2f0842523d 100644 --- a/HLTrigger/HLTfilters/interface/HLTFiltCand.h +++ b/HLTrigger/HLTfilters/interface/HLTFiltCand.h @@ -8,8 +8,8 @@ * HLT trigger acting on candidates, requiring a g/e/m/j tuple above * pt cuts * - * $Date: 2012/01/21 14:56:58 $ - * $Revision: 1.5 $ + * $Date: 2009/04/08 14:24:27 $ + * $Revision: 1.4 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTGlobalSums.h b/HLTrigger/HLTfilters/interface/HLTGlobalSums.h index 8f295e99b2487..78d17d48e3ad2 100644 --- a/HLTrigger/HLTfilters/interface/HLTGlobalSums.h +++ b/HLTrigger/HLTfilters/interface/HLTGlobalSums.h @@ -8,8 +8,8 @@ * global sums such as the scalar sum of Et (a.k.a. H_T), available * in the T=CaloMET or T=MET object. * - * $Date: 2012/02/24 13:13:46 $ - * $Revision: 1.8 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.7 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTHighLevel.h b/HLTrigger/HLTfilters/interface/HLTHighLevel.h index bd7a5c9163f7f..b30bcb4eaeafa 100644 --- a/HLTrigger/HLTfilters/interface/HLTHighLevel.h +++ b/HLTrigger/HLTfilters/interface/HLTHighLevel.h @@ -7,8 +7,8 @@ * This class is an HLTFilter (-> EDFilter) implementing filtering on * HLT bits * - * $Date: 2012/01/29 00:51:00 $ - * $Revision: 1.10 $ + * $Date: 2012/01/21 14:56:58 $ + * $Revision: 1.9 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTSinglet.h b/HLTrigger/HLTfilters/interface/HLTSinglet.h index 4c3c423935569..71ffe030dcc67 100644 --- a/HLTrigger/HLTfilters/interface/HLTSinglet.h +++ b/HLTrigger/HLTfilters/interface/HLTSinglet.h @@ -8,8 +8,8 @@ * trigger for single objects of the same physics type, cutting on * variables relating to their 4-momentum representation * - * $Date: 2012/02/24 13:13:47 $ - * $Revision: 1.9 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.8 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTSmartSinglet.h b/HLTrigger/HLTfilters/interface/HLTSmartSinglet.h index a28816185a0f5..d578cbd3c143c 100644 --- a/HLTrigger/HLTfilters/interface/HLTSmartSinglet.h +++ b/HLTrigger/HLTfilters/interface/HLTSmartSinglet.h @@ -10,8 +10,8 @@ * variables relating to both the base class T and the derived actual * class * - * $Date: 2012/02/24 13:13:47 $ - * $Revision: 1.11 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.10 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/HLTSummaryFilter.h b/HLTrigger/HLTfilters/interface/HLTSummaryFilter.h index 5388b4d0f5e9d..f0e54494b28b5 100644 --- a/HLTrigger/HLTfilters/interface/HLTSummaryFilter.h +++ b/HLTrigger/HLTfilters/interface/HLTSummaryFilter.h @@ -9,8 +9,8 @@ * for objects in the TriggerSummaryAOD product, allowing to cut on * variables relating to their 4-momentum representation * - * $Date: 2012/01/21 14:56:58 $ - * $Revision: 1.2 $ + * $Date: 2009/09/25 13:04:00 $ + * $Revision: 1.1 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/interface/JetCollectionForEleHT.h b/HLTrigger/HLTfilters/interface/JetCollectionForEleHT.h index a528ec05d2f96..d78f5739e3bd2 100644 --- a/HLTrigger/HLTfilters/interface/JetCollectionForEleHT.h +++ b/HLTrigger/HLTfilters/interface/JetCollectionForEleHT.h @@ -13,7 +13,7 @@ // // Original Author: Massimiliano Chiorboli,40 4-A01,+41227671535, // Created: Mon Oct 4 11:57:35 CEST 2010 -// $Id: JetCollectionForEleHT.h,v 1.2 2011/02/11 20:55:23 wdd Exp $ +// $Id: JetCollectionForEleHT.h,v 1.1 2010/10/12 23:10:07 sharper Exp $ // // diff --git a/HLTrigger/HLTfilters/interface/TriggerResultsFilter.h b/HLTrigger/HLTfilters/interface/TriggerResultsFilter.h index 6bd0889f6b510..3d51241f7e614 100644 --- a/HLTrigger/HLTfilters/interface/TriggerResultsFilter.h +++ b/HLTrigger/HLTfilters/interface/TriggerResultsFilter.h @@ -10,8 +10,8 @@ * It has been written as an extension of the HLTHighLevel and HLTHighLevelDev * filters. * - * $Date: 2012/01/23 00:42:36 $ - * $Revision: 1.12 $ + * $Date: 2012/01/21 14:56:58 $ + * $Revision: 1.11 $ * * Authors: Martin Grunewald, Andrea Bocci * diff --git a/HLTrigger/HLTfilters/interface/TriggerResultsFilterFromDB.h b/HLTrigger/HLTfilters/interface/TriggerResultsFilterFromDB.h index b155f795aeb73..72db44ce9830c 100644 --- a/HLTrigger/HLTfilters/interface/TriggerResultsFilterFromDB.h +++ b/HLTrigger/HLTfilters/interface/TriggerResultsFilterFromDB.h @@ -10,8 +10,8 @@ * It is a modifed version of TriggerResultsFilter that reads the * trigger expression from the database. * - * $Date: 2012/01/21 14:56:59 $ - * $Revision: 1.2 $ + * $Date: 2010/07/12 12:26:06 $ + * $Revision: 1.1 $ * * Authors: Martin Grunewald, Andrea Bocci * diff --git a/HLTrigger/HLTfilters/src/HLTBool.cc b/HLTrigger/HLTfilters/src/HLTBool.cc index c95bbc38dbdf9..aa6ad88a4858c 100644 --- a/HLTrigger/HLTfilters/src/HLTBool.cc +++ b/HLTrigger/HLTfilters/src/HLTBool.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/22 22:15:43 $ - * $Revision: 1.6 $ + * $Date: 2012/01/21 14:56:59 $ + * $Revision: 1.5 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTDoublet.cc b/HLTrigger/HLTfilters/src/HLTDoublet.cc index e4ce8a121ace3..67caa62dc3f0c 100644 --- a/HLTrigger/HLTfilters/src/HLTDoublet.cc +++ b/HLTrigger/HLTfilters/src/HLTDoublet.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/03/27 18:04:53 $ - * $Revision: 1.25 $ + * $Date: 2012/03/27 18:01:01 $ + * $Revision: 1.24 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTFiltCand.cc b/HLTrigger/HLTfilters/src/HLTFiltCand.cc index 8ce81fd33b970..2dea609c0ed33 100644 --- a/HLTrigger/HLTfilters/src/HLTFiltCand.cc +++ b/HLTrigger/HLTfilters/src/HLTFiltCand.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/21 14:56:59 $ - * $Revision: 1.18 $ + * $Date: 2011/10/27 14:40:28 $ + * $Revision: 1.17 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTGlobalSums.cc b/HLTrigger/HLTfilters/src/HLTGlobalSums.cc index de21eb4d06c66..0ede8f773e984 100644 --- a/HLTrigger/HLTfilters/src/HLTGlobalSums.cc +++ b/HLTrigger/HLTfilters/src/HLTGlobalSums.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/02/24 13:13:47 $ - * $Revision: 1.15 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.14 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTHighLevel.cc b/HLTrigger/HLTfilters/src/HLTHighLevel.cc index 483a9cc5e7094..023bfe6adef00 100644 --- a/HLTrigger/HLTfilters/src/HLTHighLevel.cc +++ b/HLTrigger/HLTfilters/src/HLTHighLevel.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/29 00:51:01 $ - * $Revision: 1.20 $ + * $Date: 2012/01/21 14:56:59 $ + * $Revision: 1.19 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTLevel1Activity.cc b/HLTrigger/HLTfilters/src/HLTLevel1Activity.cc index f782df720b72f..16a586d446189 100644 --- a/HLTrigger/HLTfilters/src/HLTLevel1Activity.cc +++ b/HLTrigger/HLTfilters/src/HLTLevel1Activity.cc @@ -8,8 +8,8 @@ * - use or ignore the L1 trigger mask * - only look at a subset of the L1 bits * - * $Date: 2012/01/23 00:13:18 $ - * $Revision: 1.15 $ + * $Date: 2012/01/22 23:31:49 $ + * $Revision: 1.14 $ * * \author Andrea Bocci * diff --git a/HLTrigger/HLTfilters/src/HLTLevel1Pattern.cc b/HLTrigger/HLTfilters/src/HLTLevel1Pattern.cc index 3b1fcb66a6147..cf3e3af8c832e 100644 --- a/HLTrigger/HLTfilters/src/HLTLevel1Pattern.cc +++ b/HLTrigger/HLTfilters/src/HLTLevel1Pattern.cc @@ -5,8 +5,8 @@ * that checks for a specific pattern of L1 accept/reject in 5 BX's for a given L1 bit * It can be configured to use or ignore the L1 trigger mask * - * $Date: 2012/01/23 00:18:04 $ - * $Revision: 1.9 $ + * $Date: 2012/01/21 14:56:59 $ + * $Revision: 1.8 $ * * \author Andrea Bocci * diff --git a/HLTrigger/HLTfilters/src/HLTSinglet.cc b/HLTrigger/HLTfilters/src/HLTSinglet.cc index 135cf5386d3f5..126880b63cd63 100644 --- a/HLTrigger/HLTfilters/src/HLTSinglet.cc +++ b/HLTrigger/HLTfilters/src/HLTSinglet.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/02/24 13:13:47 $ - * $Revision: 1.15 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.14 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTSmartSinglet.cc b/HLTrigger/HLTfilters/src/HLTSmartSinglet.cc index b79708d465230..97b7efcd0950c 100644 --- a/HLTrigger/HLTfilters/src/HLTSmartSinglet.cc +++ b/HLTrigger/HLTfilters/src/HLTSmartSinglet.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/02/24 13:13:47 $ - * $Revision: 1.13 $ + * $Date: 2012/02/23 12:21:51 $ + * $Revision: 1.12 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/HLTSummaryFilter.cc b/HLTrigger/HLTfilters/src/HLTSummaryFilter.cc index 01d0ac7d91eee..c5317bd986051 100644 --- a/HLTrigger/HLTfilters/src/HLTSummaryFilter.cc +++ b/HLTrigger/HLTfilters/src/HLTSummaryFilter.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/21 14:56:59 $ - * $Revision: 1.3 $ + * $Date: 2009/09/28 11:25:02 $ + * $Revision: 1.2 $ * * \author Martin Grunewald * diff --git a/HLTrigger/HLTfilters/src/JetCollectionForEleHT.cc b/HLTrigger/HLTfilters/src/JetCollectionForEleHT.cc index 54c75414c06b3..b8733eac4a609 100644 --- a/HLTrigger/HLTfilters/src/JetCollectionForEleHT.cc +++ b/HLTrigger/HLTfilters/src/JetCollectionForEleHT.cc @@ -13,7 +13,7 @@ // // Original Author: Massimiliano Chiorboli,40 4-A01,+41227671535, // Created: Mon Oct 4 11:57:35 CEST 2010 -// $Id: JetCollectionForEleHT.cc,v 1.6 2011/04/28 06:22:41 gruen Exp $ +// $Id: JetCollectionForEleHT.cc,v 1.5 2011/03/03 14:22:19 gruen Exp $ // // diff --git a/HLTrigger/HLTfilters/src/TriggerResultsFilter.cc b/HLTrigger/HLTfilters/src/TriggerResultsFilter.cc index 75e25a9eeca7b..c18df1e5c989b 100644 --- a/HLTrigger/HLTfilters/src/TriggerResultsFilter.cc +++ b/HLTrigger/HLTfilters/src/TriggerResultsFilter.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/23 00:42:36 $ - * $Revision: 1.16 $ + * $Date: 2012/01/21 14:56:59 $ + * $Revision: 1.15 $ * * Authors: Martin Grunewald, Andrea Bocci * diff --git a/HLTrigger/HLTfilters/src/TriggerResultsFilterFromDB.cc b/HLTrigger/HLTfilters/src/TriggerResultsFilterFromDB.cc index 76c87189d9945..1bfa420ba7e0d 100644 --- a/HLTrigger/HLTfilters/src/TriggerResultsFilterFromDB.cc +++ b/HLTrigger/HLTfilters/src/TriggerResultsFilterFromDB.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/21 14:57:00 $ - * $Revision: 1.2 $ + * $Date: 2010/07/12 12:26:06 $ + * $Revision: 1.1 $ * * Authors: Martin Grunewald, Andrea Bocci * diff --git a/HLTrigger/JetMET/interface/HLTJetCollForElePlusJets.h b/HLTrigger/JetMET/interface/HLTJetCollForElePlusJets.h index 3a09a4c93c2d5..af00e35bbd8be 100644 --- a/HLTrigger/JetMET/interface/HLTJetCollForElePlusJets.h +++ b/HLTrigger/JetMET/interface/HLTJetCollForElePlusJets.h @@ -11,8 +11,8 @@ * combination of one electron + jets cleaned against this electrons satisfy the cuts. * These jets are then added to a cleaned jet collection which is put into the event. * - * $Date: 2012/02/12 11:41:59 $ - * $Revision: 1.2 $ + * $Date: 2011/05/11 23:27:13 $ + * $Revision: 1.1 $ * * \author Lukasz Kreczko * diff --git a/HLTrigger/JetMET/interface/HLTJetCollectionsForElePlusJets.h b/HLTrigger/JetMET/interface/HLTJetCollectionsForElePlusJets.h index 11991fdeac929..a7c3c1882700f 100644 --- a/HLTrigger/JetMET/interface/HLTJetCollectionsForElePlusJets.h +++ b/HLTrigger/JetMET/interface/HLTJetCollectionsForElePlusJets.h @@ -11,8 +11,8 @@ * combination of one electron + jets cleaned against this electrons satisfy the cuts. * These jets are then added to a cleaned jet collection which is put into the event. * - * $Date: 2012/02/12 10:24:17 $ - * $Revision: 1.2 $ + * $Date: 2011/06/23 08:39:12 $ + * $Revision: 1.1 $ * * \author Lukasz Kreczko * diff --git a/HLTrigger/JetMET/interface/HLTJetCollectionsForLeptonPlusJets.h b/HLTrigger/JetMET/interface/HLTJetCollectionsForLeptonPlusJets.h index 529a87fdc3f46..f20bc5549f630 100644 --- a/HLTrigger/JetMET/interface/HLTJetCollectionsForLeptonPlusJets.h +++ b/HLTrigger/JetMET/interface/HLTJetCollectionsForLeptonPlusJets.h @@ -11,8 +11,8 @@ * combination of one lepton + jets cleaned against this leptons satisfy the cuts. * These jets are then added to a cleaned jet collection which is put into the event. * - * $Date: 2012/02/06 15:09:21 $ - * $Revision: 1.4 $ + * $Date: 2012/02/02 15:27:40 $ + * $Revision: 1.3 $ * * \author Lukasz Kreczko * diff --git a/HLTrigger/JetMET/interface/HLTJetSortedVBFFilter.h b/HLTrigger/JetMET/interface/HLTJetSortedVBFFilter.h index 5040af1fe5ea9..a399e0ffb820c 100644 --- a/HLTrigger/JetMET/interface/HLTJetSortedVBFFilter.h +++ b/HLTrigger/JetMET/interface/HLTJetSortedVBFFilter.h @@ -8,8 +8,8 @@ * single jet requirement with an Energy threshold (not Et!) * Based on HLTSinglet * - * $Date: 2012/02/06 15:09:21 $ - * $Revision: 1.3 $ + * $Date: 2012/02/04 18:13:00 $ + * $Revision: 1.2 $ * * \author Jacopo Bernardini * diff --git a/HLTrigger/JetMET/src/HLTForwardBackwardJetsFilter.cc b/HLTrigger/JetMET/src/HLTForwardBackwardJetsFilter.cc index 93fabef06adcf..84cd01518540e 100644 --- a/HLTrigger/JetMET/src/HLTForwardBackwardJetsFilter.cc +++ b/HLTrigger/JetMET/src/HLTForwardBackwardJetsFilter.cc @@ -1,6 +1,6 @@ /** \class HLTForwardBackwardJetsFilter * - * $Id: HLTForwardBackwardJetsFilter.cc,v 1.9 2012/03/01 16:26:28 gruen Exp $ + * $Id: HLTForwardBackwardJetsFilter.cc,v 1.8 2012/02/12 09:34:06 gruen Exp $ * * */ diff --git a/HLTrigger/JetMET/src/HLTHPDFilter.cc b/HLTrigger/JetMET/src/HLTHPDFilter.cc index 24108da0c8f15..a89009713edbe 100644 --- a/HLTrigger/JetMET/src/HLTHPDFilter.cc +++ b/HLTrigger/JetMET/src/HLTHPDFilter.cc @@ -1,6 +1,6 @@ /* \class HLTHPDFilter * - * $Id: HLTHPDFilter.cc,v 1.7 2012/01/22 23:31:48 fwyzard Exp $ + * $Id: HLTHPDFilter.cc,v 1.6 2012/01/21 14:57:01 fwyzard Exp $ * * Fedor Ratnikov (UMd) May 19, 2008 */ diff --git a/HLTrigger/JetMET/src/HLTHcalMETNoiseFilter.cc b/HLTrigger/JetMET/src/HLTHcalMETNoiseFilter.cc index 70d2e2672eb0a..8afabb416089e 100644 --- a/HLTrigger/JetMET/src/HLTHcalMETNoiseFilter.cc +++ b/HLTrigger/JetMET/src/HLTHcalMETNoiseFilter.cc @@ -12,7 +12,7 @@ // // Original Author: Leonard Apanasevich // Created: Wed Mar 25 16:01:27 CDT 2009 -// $Id: HLTHcalMETNoiseFilter.cc,v 1.17 2012/01/22 23:31:48 fwyzard Exp $ +// $Id: HLTHcalMETNoiseFilter.cc,v 1.16 2012/01/21 14:57:01 fwyzard Exp $ // // diff --git a/HLTrigger/JetMET/src/HLTJetSortedVBFFilter.cc b/HLTrigger/JetMET/src/HLTJetSortedVBFFilter.cc index 660fc0c6d0a1e..ac5d26ffc1b7e 100644 --- a/HLTrigger/JetMET/src/HLTJetSortedVBFFilter.cc +++ b/HLTrigger/JetMET/src/HLTJetSortedVBFFilter.cc @@ -2,10 +2,10 @@ * * See header file for documentation * - * $Date: 2012/02/12 12:21:02 $ + * $Date: 2012/02/12 09:34:06 $ - * $Revision: 1.6 $ + * $Revision: 1.5 $ * * \author Jacopo Bernardini * diff --git a/HLTrigger/JetMET/src/HLTJetVBFFilter.cc b/HLTrigger/JetMET/src/HLTJetVBFFilter.cc index aeacd4f286b24..9efce1008a4b3 100644 --- a/HLTrigger/JetMET/src/HLTJetVBFFilter.cc +++ b/HLTrigger/JetMET/src/HLTJetVBFFilter.cc @@ -1,6 +1,6 @@ /** \class HLTJetVBFFilter * - * $Id: HLTJetVBFFilter.cc,v 1.19 2012/03/05 16:07:21 srimanob Exp $ + * $Id: HLTJetVBFFilter.cc,v 1.18 2012/03/02 17:53:53 srimanob Exp $ * * \author Monica Vazquez Acosta (CERN) * \modifier Phst Srimanobhas (srimanob@mail.cern.ch) diff --git a/HLTrigger/JetMET/src/HLTRapGapFilter.cc b/HLTrigger/JetMET/src/HLTRapGapFilter.cc index 9ae5a63fe3a0c..716dbb6db8436 100644 --- a/HLTrigger/JetMET/src/HLTRapGapFilter.cc +++ b/HLTrigger/JetMET/src/HLTRapGapFilter.cc @@ -1,6 +1,6 @@ /** \class HLTRapGapFilter * - * $Id: HLTRapGapFilter.cc,v 1.12 2012/02/12 09:34:06 gruen Exp $ + * $Id: HLTRapGapFilter.cc,v 1.11 2012/01/21 14:57:02 fwyzard Exp $ * * \author Monica Vazquez Acosta (CERN) * diff --git a/HLTrigger/Muon/interface/HLTMuonL1RegionalFilter.h b/HLTrigger/Muon/interface/HLTMuonL1RegionalFilter.h index f24a69b8297dd..d0422ef4ec6df 100755 --- a/HLTrigger/Muon/interface/HLTMuonL1RegionalFilter.h +++ b/HLTrigger/Muon/interface/HLTMuonL1RegionalFilter.h @@ -6,8 +6,8 @@ * * This filter cuts on MinPt and Quality in specified eta regions * - * $Date: 2012/01/21 14:57:04 $ - * $Revision: 1.4 $ + * $Date: 2011/05/01 08:22:48 $ + * $Revision: 1.3 $ * * \author Cristina Botta, Zoltan Gecse * diff --git a/HLTrigger/Muon/test/MuEnrichType1Filter.cc b/HLTrigger/Muon/test/MuEnrichType1Filter.cc index 728fa64d564f8..674218982e0f2 100644 --- a/HLTrigger/Muon/test/MuEnrichType1Filter.cc +++ b/HLTrigger/Muon/test/MuEnrichType1Filter.cc @@ -13,7 +13,7 @@ // // Original Author: Muriel VANDER DONCKT *:0 // Created: Fri Apr 27 17:05:15 CEST 2007 -// $Id: MuEnrichType1Filter.cc,v 1.4 2009/10/15 11:50:20 fwyzard Exp $ +// $Id: MuEnrichType1Filter.cc,v 1.3 2008/12/08 08:30:40 gruen Exp $ // // diff --git a/HLTrigger/Timer/interface/Timer.h b/HLTrigger/Timer/interface/Timer.h index ee55193f9fed5..473fe5322789a 100644 --- a/HLTrigger/Timer/interface/Timer.h +++ b/HLTrigger/Timer/interface/Timer.h @@ -33,7 +33,7 @@ // // Original Author: Christos Leonidopoulos // Created: Mon Jul 10 14:13:58 CEST 2006 -// $Id: Timer.h,v 1.11 2007/03/27 19:12:13 cleonido Exp $ +// $Id: Timer.h,v 1.10 2007/03/27 19:10:58 cleonido Exp $ // // // diff --git a/HLTrigger/Timer/src/Timer.cc b/HLTrigger/Timer/src/Timer.cc index 6781ddf170b52..697f9777be82f 100644 --- a/HLTrigger/Timer/src/Timer.cc +++ b/HLTrigger/Timer/src/Timer.cc @@ -14,7 +14,7 @@ // // Original Author: Christos Leonidopoulos // Created: Mon Jul 10 14:13:58 CEST 2006 -// $Id: Timer.cc,v 1.9 2007/03/27 19:10:58 cleonido Exp $ +// $Id: Timer.cc,v 1.8 2007/03/27 16:49:47 cleonido Exp $ // // diff --git a/HLTrigger/btau/src/ConeIsolation.cc b/HLTrigger/btau/src/ConeIsolation.cc index 6fee9d66aa167..5e30db74577d4 100644 --- a/HLTrigger/btau/src/ConeIsolation.cc +++ b/HLTrigger/btau/src/ConeIsolation.cc @@ -13,7 +13,7 @@ // // Original Author: Simone Gennai // Created: Thu Apr 6 09:56:23 CEST 2006 -// $Id: ConeIsolation.cc,v 1.2 2011/10/12 09:00:41 fwyzard Exp $ +// $Id: ConeIsolation.cc,v 1.1 2008/12/19 12:53:03 gennai Exp $ // // diff --git a/HLTrigger/btau/src/ConeIsolation.h b/HLTrigger/btau/src/ConeIsolation.h index 84c3acdb8c0e2..c625d03985733 100644 --- a/HLTrigger/btau/src/ConeIsolation.h +++ b/HLTrigger/btau/src/ConeIsolation.h @@ -6,7 +6,7 @@ * It returns two collections: base collection is the JetTag, and extended Collection which is the IsolatedTauTagInfo. * The method implemented in the IsolatedTauTagInfo class are used to compute the discriminator variable. * A trick is used to link the IsolatedTauTagInfo to a smart reference to the JetTag. - * $Revision: 1.2 $ + * $Revision: 1.1 $ * \author Simone Gennai */ diff --git a/HLTrigger/btau/src/HLTJetPairDzMatchFilter.cc b/HLTrigger/btau/src/HLTJetPairDzMatchFilter.cc index 984d80b3ff11e..5e9c593b71d61 100644 --- a/HLTrigger/btau/src/HLTJetPairDzMatchFilter.cc +++ b/HLTrigger/btau/src/HLTJetPairDzMatchFilter.cc @@ -1,4 +1,4 @@ -// $Id: HLTJetPairDzMatchFilter.cc,v 1.2 2012/02/10 07:18:46 gruen Exp $ +// $Id: HLTJetPairDzMatchFilter.cc,v 1.1 2012/02/10 06:38:03 gruen Exp $ #include "HLTrigger/btau/src/HLTJetPairDzMatchFilter.h" diff --git a/HLTrigger/btau/src/HLTJetTag.cc b/HLTrigger/btau/src/HLTJetTag.cc index 312efef92156c..5b99e1264f74a 100644 --- a/HLTrigger/btau/src/HLTJetTag.cc +++ b/HLTrigger/btau/src/HLTJetTag.cc @@ -4,8 +4,8 @@ * tagged multi-jet trigger for b and tau. * It should be run after the normal multi-jet trigger. * - * $Date: 2012/12/05 14:58:16 $ - * $Revision: 1.17 $ + * $Date: 2012/11/11 18:03:25 $ + * $Revision: 1.16 $ * * \author Arnaud Gay, Ian Tomalin * \maintainer Andrea Bocci diff --git a/HLTrigger/btau/src/HLTJetTag.h b/HLTrigger/btau/src/HLTJetTag.h index 0bc4632b3878a..fbfb51f1760ac 100644 --- a/HLTrigger/btau/src/HLTJetTag.h +++ b/HLTrigger/btau/src/HLTJetTag.h @@ -7,8 +7,8 @@ * tagged multi-jet trigger for b and tau. * It should be run after the normal multi-jet trigger. * - * $Date: 2012/02/06 15:16:43 $ - * $Revision: 1.7 $ + * $Date: 2012/02/06 10:06:49 $ + * $Revision: 1.6 $ * * \author Arnaud Gay, Ian Tomalin * \maintainer Andrea Bocci diff --git a/HLTrigger/special/interface/HLTCSCActivityFilter.h b/HLTrigger/special/interface/HLTCSCActivityFilter.h index d1206002f764f..4928d47273184 100644 --- a/HLTrigger/special/interface/HLTCSCActivityFilter.h +++ b/HLTrigger/special/interface/HLTCSCActivityFilter.h @@ -15,7 +15,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Carlo Battilana // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTCSCActivityFilter.h,v 1.4 2012/01/21 14:59:42 fwyzard Exp $ +// $Id: HLTCSCActivityFilter.h,v 1.3 2010/06/15 16:23:59 fwyzard Exp $ // // diff --git a/HLTrigger/special/interface/HLTDTActivityFilter.h b/HLTrigger/special/interface/HLTDTActivityFilter.h index 3d01cff9cd3d6..25492953ff33b 100644 --- a/HLTrigger/special/interface/HLTDTActivityFilter.h +++ b/HLTrigger/special/interface/HLTDTActivityFilter.h @@ -17,7 +17,7 @@ Description: Filter to select events with activity in the muon barrel system // // Original Author: Carlo Battilana // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTDTActivityFilter.h,v 1.4 2012/01/21 15:00:13 fwyzard Exp $ +// $Id: HLTDTActivityFilter.h,v 1.3 2010/07/30 16:41:30 goys Exp $ // // diff --git a/HLTrigger/special/interface/HLTDTROMonitorFilter.h b/HLTrigger/special/interface/HLTDTROMonitorFilter.h index d903fafd9cbe1..b6a1a12d9e323 100644 --- a/HLTrigger/special/interface/HLTDTROMonitorFilter.h +++ b/HLTrigger/special/interface/HLTDTROMonitorFilter.h @@ -4,8 +4,8 @@ /** \class HLTDTROMonitorFilter.h * No description available. * - * $Date: 2012/01/23 00:25:12 $ - * $Revision: 1.3 $ + * $Date: 2012/01/21 15:00:13 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/HLTrigger/special/interface/HLTEcalPhiSymFilter.h b/HLTrigger/special/interface/HLTEcalPhiSymFilter.h index f910706058b7e..d6d2dd57cdc72 100644 --- a/HLTrigger/special/interface/HLTEcalPhiSymFilter.h +++ b/HLTrigger/special/interface/HLTEcalPhiSymFilter.h @@ -22,8 +22,8 @@ // // Original Author: David Futyan // HLT Port : Stefano Argiro -// Created: $Date: 2012/01/23 00:36:40 $ -// $Id: HLTEcalPhiSymFilter.h,v 1.5 2012/01/23 00:36:40 fwyzard Exp $ +// Created: $Date: 2012/01/21 15:00:13 $ +// $Id: HLTEcalPhiSymFilter.h,v 1.4 2012/01/21 15:00:13 fwyzard Exp $ // // diff --git a/HLTrigger/special/interface/HLTEventNumberFilter.h b/HLTrigger/special/interface/HLTEventNumberFilter.h index 218ce52ee3897..7cbbdf8efdfa0 100644 --- a/HLTrigger/special/interface/HLTEventNumberFilter.h +++ b/HLTrigger/special/interface/HLTEventNumberFilter.h @@ -15,7 +15,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Martin Grunewald // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTEventNumberFilter.h,v 1.2 2012/01/21 15:00:13 fwyzard Exp $ +// $Id: HLTEventNumberFilter.h,v 1.1 2009/06/24 14:30:01 gruen Exp $ // // diff --git a/HLTrigger/special/interface/HLTHcalCalibTypeFilter.h b/HLTrigger/special/interface/HLTHcalCalibTypeFilter.h index ec104c4b78818..86d001bf7defa 100644 --- a/HLTrigger/special/interface/HLTHcalCalibTypeFilter.h +++ b/HLTrigger/special/interface/HLTHcalCalibTypeFilter.h @@ -15,7 +15,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Bryan DAHMES // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTHcalCalibTypeFilter.h,v 1.7 2012/01/23 00:02:22 fwyzard Exp $ +// $Id: HLTHcalCalibTypeFilter.h,v 1.6 2012/01/21 15:00:14 fwyzard Exp $ // // diff --git a/HLTrigger/special/interface/HLTHcalNZSFilter.h b/HLTrigger/special/interface/HLTHcalNZSFilter.h index 1ce5e15f9a25b..2ff0c74fb7c0e 100644 --- a/HLTrigger/special/interface/HLTHcalNZSFilter.h +++ b/HLTrigger/special/interface/HLTHcalNZSFilter.h @@ -15,7 +15,7 @@ Description: Filter to select HCAL non-ZS events // // Original Author: Bryan DAHMES // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTHcalNZSFilter.h,v 1.4 2012/01/21 15:00:14 fwyzard Exp $ +// $Id: HLTHcalNZSFilter.h,v 1.3 2009/08/27 13:33:46 gruen Exp $ // // diff --git a/HLTrigger/special/interface/HLTHcalPhiSymFilter.h b/HLTrigger/special/interface/HLTHcalPhiSymFilter.h index 82fb2b046b7ce..6b6f8ebd79db2 100644 --- a/HLTrigger/special/interface/HLTHcalPhiSymFilter.h +++ b/HLTrigger/special/interface/HLTHcalPhiSymFilter.h @@ -13,7 +13,7 @@ */ // // Original Author: Grigory Safronov -// Created: $Date: 2012/01/21 15:00:14 $ +// Created: $Date: 2008/01/21 16:49:16 $ // diff --git a/HLTrigger/special/interface/HLTL1NumberFilter.h b/HLTrigger/special/interface/HLTL1NumberFilter.h index 8706eac63bc67..1d778b9d968c0 100644 --- a/HLTrigger/special/interface/HLTL1NumberFilter.h +++ b/HLTrigger/special/interface/HLTL1NumberFilter.h @@ -15,7 +15,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Martin Grunewald // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTL1NumberFilter.h,v 1.3 2012/01/23 00:00:15 fwyzard Exp $ +// $Id: HLTL1NumberFilter.h,v 1.2 2012/01/21 15:00:14 fwyzard Exp $ // // diff --git a/HLTrigger/special/interface/HLTPixlMBFilt.h b/HLTrigger/special/interface/HLTPixlMBFilt.h index a9f263629046e..275b6a19ad905 100644 --- a/HLTrigger/special/interface/HLTPixlMBFilt.h +++ b/HLTrigger/special/interface/HLTPixlMBFilt.h @@ -7,7 +7,7 @@ * This class is an HLTFilter (-> EDFilter) implementing a minimum-bias * HLT trigger acting on candidates, requiring tracks in Pixel det * - * $Date: 2012/01/21 15:00:14 $ + * $Date: 2007/03/30 15:56:10 $ * * \author Mika Huhtinen * diff --git a/HLTrigger/special/interface/HLTPixlMBForAlignmentFilter.h b/HLTrigger/special/interface/HLTPixlMBForAlignmentFilter.h index 9f26de77f51b1..8ebd6e8c6bd74 100644 --- a/HLTrigger/special/interface/HLTPixlMBForAlignmentFilter.h +++ b/HLTrigger/special/interface/HLTPixlMBForAlignmentFilter.h @@ -7,7 +7,7 @@ * This class is an HLTFilter (-> EDFilter) implementing a minimum-bias * HLT trigger acting on candidates, requiring tracks in Pixel det * - * $Date: 2012/01/21 15:00:14 $ + * $Date: 2007/09/11 09:28:19 $ * * \author Mika Huhtinen * diff --git a/HLTrigger/special/interface/HLTSingleVertexPixelTrackFilter.h b/HLTrigger/special/interface/HLTSingleVertexPixelTrackFilter.h index c81a635e388da..e8713cb7d75a7 100644 --- a/HLTrigger/special/interface/HLTSingleVertexPixelTrackFilter.h +++ b/HLTrigger/special/interface/HLTSingleVertexPixelTrackFilter.h @@ -1,4 +1,4 @@ -// $Id: HLTSingleVertexPixelTrackFilter.h,v 1.3 2012/01/21 15:00:14 fwyzard Exp $ +// $Id: HLTSingleVertexPixelTrackFilter.h,v 1.2 2009/11/01 19:35:03 davidlw Exp $ #ifndef HLTSingleVertexPixelTrackFilter_h #define HLTSingleVertexPixelTrackFilter_h diff --git a/HLTrigger/special/interface/HLTTriggerTypeFilter.h b/HLTrigger/special/interface/HLTTriggerTypeFilter.h index b81664de878c6..4551d2289c14e 100644 --- a/HLTrigger/special/interface/HLTTriggerTypeFilter.h +++ b/HLTrigger/special/interface/HLTTriggerTypeFilter.h @@ -15,7 +15,7 @@ Description: // // Original Author: Giovanni FRANZONI // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTTriggerTypeFilter.h,v 1.4 2012/01/22 22:20:49 fwyzard Exp $ +// $Id: HLTTriggerTypeFilter.h,v 1.3 2012/01/21 15:00:14 fwyzard Exp $ // // diff --git a/HLTrigger/special/python/HLTEcalPhiSymFilter_cfi.py b/HLTrigger/special/python/HLTEcalPhiSymFilter_cfi.py index eca249e3c783b..dbfe9a6f00489 100644 --- a/HLTrigger/special/python/HLTEcalPhiSymFilter_cfi.py +++ b/HLTrigger/special/python/HLTEcalPhiSymFilter_cfi.py @@ -5,7 +5,7 @@ # Ecal PhiSymmetry # # Author: Stefano Argiro -# $Id: HLTEcalPhiSymFilter_cfi.py,v 1.4 2009/10/06 08:27:48 argiro Exp $ +# $Id: HLTEcalPhiSymFilter_cfi.py,v 1.3 2008/06/16 14:11:11 gruen Exp $ # # eCut_barrel : threshold to accept rechits diff --git a/HLTrigger/special/src/HLTCSCAcceptBusyFilter.cc b/HLTrigger/special/src/HLTCSCAcceptBusyFilter.cc index 59aa0f48d5805..8032410654da5 100644 --- a/HLTrigger/special/src/HLTCSCAcceptBusyFilter.cc +++ b/HLTrigger/special/src/HLTCSCAcceptBusyFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Ingo Bloch // Created: Mon Mar 15 11:39:08 CDT 2010 -// $Id: HLTCSCAcceptBusyFilter.cc,v 1.3 2012/01/21 15:00:15 fwyzard Exp $ +// $Id: HLTCSCAcceptBusyFilter.cc,v 1.2 2010/03/18 19:53:28 gruen Exp $ // // diff --git a/HLTrigger/special/src/HLTCSCActivityFilter.cc b/HLTrigger/special/src/HLTCSCActivityFilter.cc index 36ef1d58c2d14..e1cafc0f206d1 100644 --- a/HLTrigger/special/src/HLTCSCActivityFilter.cc +++ b/HLTrigger/special/src/HLTCSCActivityFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Carlo Battilana // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTCSCActivityFilter.cc,v 1.15 2012/01/21 15:00:15 fwyzard Exp $ +// $Id: HLTCSCActivityFilter.cc,v 1.14 2010/06/15 22:16:10 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTDTActivityFilter.cc b/HLTrigger/special/src/HLTDTActivityFilter.cc index acae7856270d4..17ea0a9157498 100644 --- a/HLTrigger/special/src/HLTDTActivityFilter.cc +++ b/HLTrigger/special/src/HLTDTActivityFilter.cc @@ -15,7 +15,7 @@ Description: Filter to select events with activity in the muon barrel system // // Original Author: Carlo Battilana // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTDTActivityFilter.cc,v 1.7 2012/01/21 15:00:15 fwyzard Exp $ +// $Id: HLTDTActivityFilter.cc,v 1.6 2010/07/30 16:41:11 goys Exp $ // // diff --git a/HLTrigger/special/src/HLTDTROMonitorFilter.cc b/HLTrigger/special/src/HLTDTROMonitorFilter.cc index 0ba94668c7645..033eebdbe76e8 100644 --- a/HLTrigger/special/src/HLTDTROMonitorFilter.cc +++ b/HLTrigger/special/src/HLTDTROMonitorFilter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/23 00:25:12 $ - * $Revision: 1.5 $ + * $Date: 2012/01/21 15:00:15 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/HLTrigger/special/src/HLTDummyCollections.cc b/HLTrigger/special/src/HLTDummyCollections.cc index e788cee04cb1c..53594656ec75d 100644 --- a/HLTrigger/special/src/HLTDummyCollections.cc +++ b/HLTrigger/special/src/HLTDummyCollections.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Emmanuelle Perez // Created: Tue May 19 09:54:19 CEST 2009 -// $Id: HLTDummyCollections.cc,v 1.4 2010/07/30 04:55:49 wmtan Exp $ +// $Id: HLTDummyCollections.cc,v 1.3 2009/08/06 11:23:34 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTEcalTowerFilter.cc b/HLTrigger/special/src/HLTEcalTowerFilter.cc index e7def2d8d53b8..e66c61ee2a5ca 100644 --- a/HLTrigger/special/src/HLTEcalTowerFilter.cc +++ b/HLTrigger/special/src/HLTEcalTowerFilter.cc @@ -4,8 +4,8 @@ * This class is an HLTFilter (-> EDFilter) implementing a * single CaloTower requirement with an emEnergy threshold (not Et!) * - * $Date: 2012/01/21 15:00:16 $ - * $Revision: 1.6 $ + * $Date: 2011/05/01 14:38:24 $ + * $Revision: 1.5 $ * * \author Seth Cooper * diff --git a/HLTrigger/special/src/HLTEventNumberFilter.cc b/HLTrigger/special/src/HLTEventNumberFilter.cc index 59caafaefd5cb..d424dda8bc07c 100644 --- a/HLTrigger/special/src/HLTEventNumberFilter.cc +++ b/HLTrigger/special/src/HLTEventNumberFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Martin Grunewald // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTEventNumberFilter.cc,v 1.3 2012/01/21 15:00:16 fwyzard Exp $ +// $Id: HLTEventNumberFilter.cc,v 1.2 2009/06/24 14:49:57 gruen Exp $ // // diff --git a/HLTrigger/special/src/HLTFEDSizeFilter.cc b/HLTrigger/special/src/HLTFEDSizeFilter.cc index 0e1595ead0c6e..33f928ecc45e6 100644 --- a/HLTrigger/special/src/HLTFEDSizeFilter.cc +++ b/HLTrigger/special/src/HLTFEDSizeFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Bryan DAHMES // Created: Wed Sep 19 16:21:29 CEST 2007 -// $Id: HLTFEDSizeFilter.cc,v 1.9 2012/01/21 15:00:16 fwyzard Exp $ +// $Id: HLTFEDSizeFilter.cc,v 1.8 2009/05/16 13:58:31 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTHcalCalibTypeFilter.cc b/HLTrigger/special/src/HLTHcalCalibTypeFilter.cc index 051faffcf6560..a2688c03bce7a 100644 --- a/HLTrigger/special/src/HLTHcalCalibTypeFilter.cc +++ b/HLTrigger/special/src/HLTHcalCalibTypeFilter.cc @@ -13,7 +13,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Bryan DAHMES // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTHcalCalibTypeFilter.cc,v 1.10 2012/01/23 00:02:22 fwyzard Exp $ +// $Id: HLTHcalCalibTypeFilter.cc,v 1.9 2012/01/21 15:00:16 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTHcalNZSFilter.cc b/HLTrigger/special/src/HLTHcalNZSFilter.cc index 6e7ea50466191..787d81bd34318 100644 --- a/HLTrigger/special/src/HLTHcalNZSFilter.cc +++ b/HLTrigger/special/src/HLTHcalNZSFilter.cc @@ -13,7 +13,7 @@ Description: Filter to select HCAL abort gap events // // Original Author: Bryan DAHMES // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTHcalNZSFilter.cc,v 1.10 2012/01/21 15:00:16 fwyzard Exp $ +// $Id: HLTHcalNZSFilter.cc,v 1.9 2009/10/06 14:05:56 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTHcalSimpleRecHitFilter.cc b/HLTrigger/special/src/HLTHcalSimpleRecHitFilter.cc index fb8bb4c7ba609..2e26071510b5a 100644 --- a/HLTrigger/special/src/HLTHcalSimpleRecHitFilter.cc +++ b/HLTrigger/special/src/HLTHcalSimpleRecHitFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Bryan DAHMES // Created: Wed Sep 19 16:21:29 CEST 2007 -// $Id: HLTHcalSimpleRecHitFilter.cc,v 1.7 2012/11/15 23:21:20 dlange Exp $ +// $Id: HLTHcalSimpleRecHitFilter.cc,v 1.6 2012/11/12 22:57:36 dlange Exp $ // // diff --git a/HLTrigger/special/src/HLTHcalTowerFilter.cc b/HLTrigger/special/src/HLTHcalTowerFilter.cc index 413964e8786d6..9a98f838b6fff 100644 --- a/HLTrigger/special/src/HLTHcalTowerFilter.cc +++ b/HLTrigger/special/src/HLTHcalTowerFilter.cc @@ -3,8 +3,8 @@ * This class is an EDFilter implementing the following requirement: * the number of caltowers with hadEnergy>E_Thr less than N_Thr for HB/HE/HF sperately. * - * $Date: 2012/10/10 05:41:14 $ - * $Revision: 1.8 $ + * $Date: 2012/01/21 15:00:21 $ + * $Revision: 1.7 $ * * \author Li Wenbo (PKU) * diff --git a/HLTrigger/special/src/HLTL1NumberFilter.cc b/HLTrigger/special/src/HLTL1NumberFilter.cc index 6b162700d0d4b..c791466d7bbb3 100644 --- a/HLTrigger/special/src/HLTL1NumberFilter.cc +++ b/HLTrigger/special/src/HLTL1NumberFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Martin Grunewald // Created: Tue Jan 22 13:55:00 CET 2008 -// $Id: HLTL1NumberFilter.cc,v 1.3 2012/01/23 00:00:15 fwyzard Exp $ +// $Id: HLTL1NumberFilter.cc,v 1.2 2012/01/21 15:00:21 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTLogMonitorFilter.cc b/HLTrigger/special/src/HLTLogMonitorFilter.cc index 939f51e74eb88..93ff273c4129a 100644 --- a/HLTrigger/special/src/HLTLogMonitorFilter.cc +++ b/HLTrigger/special/src/HLTLogMonitorFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Bocci // Created: Thu Nov 5 15:16:46 CET 2009 -// $Id: HLTLogMonitorFilter.cc,v 1.10 2012/01/23 00:20:21 fwyzard Exp $ +// $Id: HLTLogMonitorFilter.cc,v 1.9 2012/01/21 15:00:21 fwyzard Exp $ // diff --git a/HLTrigger/special/src/HLTPixlMBFilt.cc b/HLTrigger/special/src/HLTPixlMBFilt.cc index d115ac9a97315..1f1e2c3f476d1 100644 --- a/HLTrigger/special/src/HLTPixlMBFilt.cc +++ b/HLTrigger/special/src/HLTPixlMBFilt.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/21 15:00:22 $ - * $Revision: 1.4 $ + * $Date: 2008/01/10 07:52:24 $ + * $Revision: 1.3 $ * * \author Mika Huhtinen * diff --git a/HLTrigger/special/src/HLTPixlMBForAlignmentFilter.cc b/HLTrigger/special/src/HLTPixlMBForAlignmentFilter.cc index e92fe828953bd..0cf6ee4eeb2b9 100644 --- a/HLTrigger/special/src/HLTPixlMBForAlignmentFilter.cc +++ b/HLTrigger/special/src/HLTPixlMBForAlignmentFilter.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/21 15:00:22 $ - * $Revision: 1.5 $ + * $Date: 2011/11/07 11:50:49 $ + * $Revision: 1.4 $ * * \author Mika Huhtinen * diff --git a/HLTrigger/special/src/HLTRPCFilter.cc b/HLTrigger/special/src/HLTRPCFilter.cc index d49cf5432f82a..fa11569596db3 100644 --- a/HLTrigger/special/src/HLTRPCFilter.cc +++ b/HLTrigger/special/src/HLTRPCFilter.cc @@ -12,7 +12,7 @@ // // Original Author: Camilo Andres Carrillo Montoya // Created: Thu Oct 29 11:04:22 CET 2009 -// $Id: HLTRPCFilter.cc,v 1.4 2012/01/23 00:40:13 fwyzard Exp $ +// $Id: HLTRPCFilter.cc,v 1.3 2012/01/21 15:00:22 fwyzard Exp $ // // diff --git a/HLTrigger/special/src/HLTRPCTrigNoSyncFilter.cc b/HLTrigger/special/src/HLTRPCTrigNoSyncFilter.cc index e890b9c773849..46082ad4bc393 100644 --- a/HLTrigger/special/src/HLTRPCTrigNoSyncFilter.cc +++ b/HLTrigger/special/src/HLTRPCTrigNoSyncFilter.cc @@ -12,7 +12,7 @@ // // Original Author: Camilo Andres Carrillo Montoya // Created: Thu Oct 29 11:04:22 CET 2009 -// $Id: HLTRPCTrigNoSyncFilter.cc,v 1.4 2012/01/21 15:00:22 fwyzard Exp $ +// $Id: HLTRPCTrigNoSyncFilter.cc,v 1.3 2010/02/23 14:43:03 carrillo Exp $ // // diff --git a/HLTrigger/special/src/HLTSingleVertexPixelTrackFilter.cc b/HLTrigger/special/src/HLTSingleVertexPixelTrackFilter.cc index d8e1cbf6016b0..0fee87bf8fea2 100644 --- a/HLTrigger/special/src/HLTSingleVertexPixelTrackFilter.cc +++ b/HLTrigger/special/src/HLTSingleVertexPixelTrackFilter.cc @@ -1,4 +1,4 @@ -// $Id: HLTSingleVertexPixelTrackFilter.cc,v 1.5 2012/01/22 23:48:13 fwyzard Exp $ +// $Id: HLTSingleVertexPixelTrackFilter.cc,v 1.4 2012/01/21 15:00:22 fwyzard Exp $ #include "HLTrigger/special/interface/HLTSingleVertexPixelTrackFilter.h" diff --git a/HLTrigger/special/src/HLTTriggerTypeFilter.cc b/HLTrigger/special/src/HLTTriggerTypeFilter.cc index 417e3ffdf2d84..4df091bb56f08 100644 --- a/HLTrigger/special/src/HLTTriggerTypeFilter.cc +++ b/HLTrigger/special/src/HLTTriggerTypeFilter.cc @@ -2,8 +2,8 @@ * * See header file for documentation * - * $Date: 2012/01/22 22:20:49 $ - * $Revision: 1.4 $ + * $Date: 2012/01/21 15:00:22 $ + * $Revision: 1.3 $ * * \author: Giovanni FRANZONI * diff --git a/HLTrigger/special/test/ArbitraryLogError.cc b/HLTrigger/special/test/ArbitraryLogError.cc index e56d2508cbde2..d478d345b9663 100644 --- a/HLTrigger/special/test/ArbitraryLogError.cc +++ b/HLTrigger/special/test/ArbitraryLogError.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Andrea Bocci,Bld. 40 Room 4-A01,+41227671545, // Created: Tue Nov 10 12:00:46 CET 2009 -// $Id: ArbitraryLogError.cc,v 1.2 2009/11/10 15:03:48 fwyzard Exp $ +// $Id: ArbitraryLogError.cc,v 1.1 2009/11/10 14:19:19 fwyzard Exp $ // // diff --git a/HLTriggerOffline/Common/interface/FourVectorHLTriggerOffline.h b/HLTriggerOffline/Common/interface/FourVectorHLTriggerOffline.h index 8fda3d3d3c5d9..76725d0c3e8b4 100644 --- a/HLTriggerOffline/Common/interface/FourVectorHLTriggerOffline.h +++ b/HLTriggerOffline/Common/interface/FourVectorHLTriggerOffline.h @@ -18,7 +18,7 @@ // Created: June 2008 // Rewritten by: Vladimir Rekovic // Date: May 2009 -// $Id: FourVectorHLTriggerOffline.h,v 1.33 2013/04/23 16:41:39 wmtan Exp $ +// $Id: FourVectorHLTriggerOffline.h,v 1.32 2013/01/07 11:07:41 eulisse Exp $ // // diff --git a/HLTriggerOffline/Common/interface/HltComparator.h b/HLTriggerOffline/Common/interface/HltComparator.h index 9817a91d870b0..8540531ed562e 100644 --- a/HLTriggerOffline/Common/interface/HltComparator.h +++ b/HLTriggerOffline/Common/interface/HltComparator.h @@ -1,7 +1,7 @@ #ifndef HLTCOMPARATOR_H #define HLTCOMPARATOR_H // Original Author: James Jackson -// $Id: HltComparator.h,v 1.7 2010/02/25 19:14:36 wdd Exp $ +// $Id: HltComparator.h,v 1.6 2010/02/17 17:50:09 wmtan Exp $ #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDFilter.h" diff --git a/HLTriggerOffline/Common/python/FourVectorHLTriggerOfflineClient_cfi.py b/HLTriggerOffline/Common/python/FourVectorHLTriggerOfflineClient_cfi.py index 88cd15b8cb3a2..b6f775c76d0ff 100644 --- a/HLTriggerOffline/Common/python/FourVectorHLTriggerOfflineClient_cfi.py +++ b/HLTriggerOffline/Common/python/FourVectorHLTriggerOfflineClient_cfi.py @@ -1,4 +1,4 @@ -## $Id: FourVectorHLTriggerOfflineClient_cfi.py,v 1.12 2010/03/01 21:25:07 wmtan Exp $ +## $Id: FourVectorHLTriggerOfflineClient_cfi.py,v 1.11 2009/06/26 13:09:34 rekovic Exp $ import FWCore.ParameterSet.Config as cms diff --git a/HLTriggerOffline/Common/python/FourVectorHLTriggerOffline_cfi.py b/HLTriggerOffline/Common/python/FourVectorHLTriggerOffline_cfi.py index f3b4905e72df5..12e635e9a8850 100644 --- a/HLTriggerOffline/Common/python/FourVectorHLTriggerOffline_cfi.py +++ b/HLTriggerOffline/Common/python/FourVectorHLTriggerOffline_cfi.py @@ -1,4 +1,4 @@ -# $Id: FourVectorHLTriggerOffline_cfi.py,v 1.14 2010/02/17 17:47:41 wmtan Exp $ +# $Id: FourVectorHLTriggerOffline_cfi.py,v 1.13 2009/06/26 13:09:34 rekovic Exp $ import FWCore.ParameterSet.Config as cms diff --git a/HLTriggerOffline/Common/python/HltComparatorCreateWorkflow.py b/HLTriggerOffline/Common/python/HltComparatorCreateWorkflow.py index 0e035c01eb89c..766696cfad9d1 100755 --- a/HLTriggerOffline/Common/python/HltComparatorCreateWorkflow.py +++ b/HLTriggerOffline/Common/python/HltComparatorCreateWorkflow.py @@ -1,11 +1,7 @@ #!/usr/bin/env python # Original Author: James Jackson -# $Id: HltComparatorCreateWorkflow.py,v 1.2 2009/07/19 14:34:19 wittich Exp $ -# $Log: HltComparatorCreateWorkflow.py,v $ -# Revision 1.2 2009/07/19 14:34:19 wittich -# Add HltComparator file back in for 3.1. -# Tweaks to scripts and cfg files for HLT re-running. -# +# $Id: HltComparatorCreateWorkflow.py,v 1.1 2009/06/22 20:11:40 wittich Exp $ +# $Log$ # MakeValidationConfig.py # Makes CMSSW config for prompt validation of a given run number, diff --git a/HLTriggerOffline/Common/python/HltComparatorWorkflowTemplate.py b/HLTriggerOffline/Common/python/HltComparatorWorkflowTemplate.py index 77b8d0c976906..6362c986c687f 100644 --- a/HLTriggerOffline/Common/python/HltComparatorWorkflowTemplate.py +++ b/HLTriggerOffline/Common/python/HltComparatorWorkflowTemplate.py @@ -1,5 +1,5 @@ # Original Author: James Jackson -# $Id: HltComparatorWorkflowTemplate.py,v 1.2 2009/07/19 14:34:19 wittich Exp $ +# $Id: HltComparatorWorkflowTemplate.py,v 1.1 2009/06/22 20:11:40 wittich Exp $ import FWCore.ParameterSet.Config as cms process = cms.Process("HltRerun") diff --git a/HLTriggerOffline/Common/src/FourVectorHLTriggerOffline.cc b/HLTriggerOffline/Common/src/FourVectorHLTriggerOffline.cc index a05f1b27a4283..11212122f9871 100644 --- a/HLTriggerOffline/Common/src/FourVectorHLTriggerOffline.cc +++ b/HLTriggerOffline/Common/src/FourVectorHLTriggerOffline.cc @@ -1,4 +1,4 @@ -// $Id: FourVectorHLTriggerOffline.cc,v 1.40 2011/10/28 16:34:34 olzem Exp $ +// $Id: FourVectorHLTriggerOffline.cc,v 1.37.2.2 2010/08/03 16:08:23 wmtan Exp $ // See header file for information. #include "TMath.h" #include "HLTriggerOffline/Common/interface/FourVectorHLTriggerOffline.h" diff --git a/HLTriggerOffline/Common/src/HltComparator.cc b/HLTriggerOffline/Common/src/HltComparator.cc index 65841588187fc..64d78a366464d 100644 --- a/HLTriggerOffline/Common/src/HltComparator.cc +++ b/HLTriggerOffline/Common/src/HltComparator.cc @@ -1,6 +1,6 @@ // Originally written by James Jackson // modified by Peter Wittich -// $Id: HltComparator.cc,v 1.8 2010/02/25 19:14:36 wdd Exp $ +// $Id: HltComparator.cc,v 1.7 2010/01/12 06:33:18 hegner Exp $ // user include files #include "HLTriggerOffline/Common/interface/HltComparator.h" diff --git a/HLTriggerOffline/Common/src/SealModule.cc b/HLTriggerOffline/Common/src/SealModule.cc index 5cecb0c849bc5..71b343b0ab387 100644 --- a/HLTriggerOffline/Common/src/SealModule.cc +++ b/HLTriggerOffline/Common/src/SealModule.cc @@ -1,4 +1,4 @@ -// $Id: SealModule.cc,v 1.5 2010/02/20 20:59:55 wmtan Exp $ +// $Id: SealModule.cc,v 1.4 2009/07/19 14:34:19 wittich Exp $ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/HLTriggerOffline/Egamma/interface/EmDQMFeeder.h b/HLTriggerOffline/Egamma/interface/EmDQMFeeder.h index f1790e65480fc..edbb8cd50533f 100644 --- a/HLTriggerOffline/Egamma/interface/EmDQMFeeder.h +++ b/HLTriggerOffline/Egamma/interface/EmDQMFeeder.h @@ -12,7 +12,7 @@ // // Original Author: Thomas Reis,40 4-B24,+41227671567, // Created: Tue Mar 15 12:24:11 CET 2011 -// $Id: EmDQMFeeder.h,v 1.3 2011/05/26 08:58:51 treis Exp $ +// $Id: EmDQMFeeder.h,v 1.2 2011/05/20 15:09:35 treis Exp $ // // diff --git a/HLTriggerOffline/Egamma/macros/DoOptimizationNewVars.C b/HLTriggerOffline/Egamma/macros/DoOptimizationNewVars.C index 74b16f90e3d0d..50752b6f0d24e 100644 --- a/HLTriggerOffline/Egamma/macros/DoOptimizationNewVars.C +++ b/HLTriggerOffline/Egamma/macros/DoOptimizationNewVars.C @@ -1,8 +1,5 @@ -// $Id: DoOptimizationNewVars.C,v 1.5 2008/12/09 16:02:51 mmozer Exp $ +// $Id: DoOptimizationNewVars.C,v 1.3 2008/01/21 02:25:22 wittich Exp $ // $Log: DoOptimizationNewVars.C,v $ -// Revision 1.5 2008/12/09 16:02:51 mmozer -// merged simple branch into main -// // Revision 1.3 2008/01/21 02:25:22 wittich // cleanup, tweak of case where eff is the same // diff --git a/HLTriggerOffline/Egamma/src/EmDQMFeeder.cc b/HLTriggerOffline/Egamma/src/EmDQMFeeder.cc index e19643ffccec6..bfdc620c6dd5e 100644 --- a/HLTriggerOffline/Egamma/src/EmDQMFeeder.cc +++ b/HLTriggerOffline/Egamma/src/EmDQMFeeder.cc @@ -6,7 +6,7 @@ // // Original Author: Thomas Reis,40 4-B24,+41227671567, // Created: Tue Mar 15 12:24:11 CET 2011 -// $Id: EmDQMFeeder.cc,v 1.23 2012/03/17 20:43:14 treis Exp $ +// $Id: EmDQMFeeder.cc,v 1.22 2011/09/01 13:12:48 treis Exp $ // // diff --git a/HLTriggerOffline/Higgs/interface/HLTHiggsPlotter.h b/HLTriggerOffline/Higgs/interface/HLTHiggsPlotter.h index 847497c259b25..106e63b8ec23a 100644 --- a/HLTriggerOffline/Higgs/interface/HLTHiggsPlotter.h +++ b/HLTriggerOffline/Higgs/interface/HLTHiggsPlotter.h @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate * - * $Date: 2012/03/23 11:50:56 $ - * $Revision: 1.7 $ + * $Date: 2012/03/16 01:55:32 $ + * $Revision: 1.2 $ * \author J. Duarte Campderros (based and adapted on J. Klukas, * M. Vander Donckt and J. Alcaraz code from the * HLTriggerOffline/Muon package) diff --git a/HLTriggerOffline/Higgs/interface/HLTHiggsSubAnalysis.h b/HLTriggerOffline/Higgs/interface/HLTHiggsSubAnalysis.h index 4a08a40a055ac..1f8aace681c7b 100644 --- a/HLTriggerOffline/Higgs/interface/HLTHiggsSubAnalysis.h +++ b/HLTriggerOffline/Higgs/interface/HLTHiggsSubAnalysis.h @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate * - * $Date: 2012/03/23 11:50:56 $ - * $Revision: 1.7 $ + * $Date: 2012/03/16 01:55:32 $ + * $Revision: 1.2 $ * \author J. Duarte Campderros (based and adapted on J. Klukas, * M. Vander Donckt and J. Alcaraz code from the * HLTriggerOffline/Muon package) diff --git a/HLTriggerOffline/Higgs/interface/HLTHiggsValidator.h b/HLTriggerOffline/Higgs/interface/HLTHiggsValidator.h index eae59737f3101..ac836a34abc8e 100644 --- a/HLTriggerOffline/Higgs/interface/HLTHiggsValidator.h +++ b/HLTriggerOffline/Higgs/interface/HLTHiggsValidator.h @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate * - * $Date: 2012/03/23 11:50:56 $ - * $Revision: 1.7 $ + * $Date: 2012/03/16 01:55:32 $ + * $Revision: 1.2 $ * \author J. Duarte Campderros (based and adapted on J. Klukas, * M. Vander Donckt and J. Alcaraz code from the * HLTriggerOffline/Muon package) diff --git a/HLTriggerOffline/Higgs/src/EVTColContainer.cc b/HLTriggerOffline/Higgs/src/EVTColContainer.cc index a308d604d1cd6..f58852d85fa98 100644 --- a/HLTriggerOffline/Higgs/src/EVTColContainer.cc +++ b/HLTriggerOffline/Higgs/src/EVTColContainer.cc @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate * - * $Date: 2012/03/23 11:50:56 $ - * $Revision: 1.7 $ + * $Date: 2012/03/16 01:55:32 $ + * $Revision: 1.1 $ * \author J. Duarte Campderros * */ diff --git a/HLTriggerOffline/Higgs/src/HLTHiggsPlotter.cc b/HLTriggerOffline/Higgs/src/HLTHiggsPlotter.cc index 8982ad7b92c40..8f750d59bde91 100644 --- a/HLTriggerOffline/Higgs/src/HLTHiggsPlotter.cc +++ b/HLTriggerOffline/Higgs/src/HLTHiggsPlotter.cc @@ -1,7 +1,7 @@ /** \file HLTHiggsPlotter.cc - * $Date: 2013/06/05 13:50:24 $ - * $Revision: 1.8 $ + * $Date: 2012/03/23 11:50:56 $ + * $Revision: 1.7 $ */ diff --git a/HLTriggerOffline/Higgs/src/HLTHiggsSubAnalysis.cc b/HLTriggerOffline/Higgs/src/HLTHiggsSubAnalysis.cc index b43fc05556c7c..0ff252f839dfd 100644 --- a/HLTriggerOffline/Higgs/src/HLTHiggsSubAnalysis.cc +++ b/HLTriggerOffline/Higgs/src/HLTHiggsSubAnalysis.cc @@ -1,7 +1,7 @@ /** \file HLTHiggsSubAnalysis.cc - * $Date: 2012/05/02 11:46:23 $ - * $Revision: 1.8 $ + * $Date: 2012/03/23 11:50:56 $ + * $Revision: 1.7 $ */ #include "FWCore/ServiceRegistry/interface/Service.h" diff --git a/HLTriggerOffline/Higgs/src/HLTHiggsValidator.cc b/HLTriggerOffline/Higgs/src/HLTHiggsValidator.cc index be699fe088cd6..4e99f8fabacb2 100644 --- a/HLTriggerOffline/Higgs/src/HLTHiggsValidator.cc +++ b/HLTriggerOffline/Higgs/src/HLTHiggsValidator.cc @@ -8,7 +8,7 @@ // Jordi Duarte Campderros (based on the Jason Slaunwhite // and Jeff Klukas coded from the HLTriggerOffline/Muon package // -// $Id: HLTHiggsValidator.cc,v 1.7 2012/03/23 11:50:56 duarte Exp $ +// $Id: HLTHiggsValidator.cc,v 1.5 2012/03/19 11:59:50 duarte Exp $ // // diff --git a/HLTriggerOffline/Higgs/src/MatchStruct.cc b/HLTriggerOffline/Higgs/src/MatchStruct.cc index d505e31464e96..301dc402faa0c 100644 --- a/HLTriggerOffline/Higgs/src/MatchStruct.cc +++ b/HLTriggerOffline/Higgs/src/MatchStruct.cc @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate * - * $Date: 2012/03/23 11:50:56 $ - * $Revision: 1.7 $ + * $Date: 2012/03/16 01:55:32 $ + * $Revision: 1.1 $ * \author J. Duarte Campderros * */ diff --git a/HLTriggerOffline/Muon/interface/HLTMuonPlotter.h b/HLTriggerOffline/Muon/interface/HLTMuonPlotter.h index cf979e6d07dc0..c9ee8a45fb293 100755 --- a/HLTriggerOffline/Muon/interface/HLTMuonPlotter.h +++ b/HLTriggerOffline/Muon/interface/HLTMuonPlotter.h @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/MuonHLTOfflinePerformance * - * $Date: 2013/04/19 23:22:27 $ - * $Revision: 1.3 $ + * $Date: 2012/10/02 11:41:32 $ + * $Revision: 1.2 $ * \author J. Klukas, M. Vander Donckt, J. Alcaraz */ diff --git a/HLTriggerOffline/Muon/interface/HLTMuonValidator.h b/HLTriggerOffline/Muon/interface/HLTMuonValidator.h index 423cb3bae6edd..97f0ae379998f 100755 --- a/HLTriggerOffline/Muon/interface/HLTMuonValidator.h +++ b/HLTriggerOffline/Muon/interface/HLTMuonValidator.h @@ -6,8 +6,8 @@ * Documentation available on the CMS TWiki: * https://twiki.cern.ch/twiki/bin/view/CMS/MuonHLTOfflinePerformance * - * $Date: 2013/04/19 23:22:27 $ - * $Revision: 1.13 $ + * $Date: 2011/04/29 21:41:56 $ + * $Revision: 1.12 $ * \author J. Klukas, M. Vander Donckt, J. Alcaraz */ diff --git a/HLTriggerOffline/Muon/interface/L1MuonMatcherAlgo.h b/HLTriggerOffline/Muon/interface/L1MuonMatcherAlgo.h index dd3548a3a557d..35c41fa435add 100644 --- a/HLTriggerOffline/Muon/interface/L1MuonMatcherAlgo.h +++ b/HLTriggerOffline/Muon/interface/L1MuonMatcherAlgo.h @@ -1,7 +1,7 @@ #ifndef MuonAnalysis_MuonAssociators_interface_L1MuonMatcherAlgo_h #define MuonAnalysis_MuonAssociators_interface_L1MuonMatcherAlgo_h // -// $Id: L1MuonMatcherAlgo.h,v 1.1 2010/04/15 18:37:17 klukas Exp $ +// $Id: L1MuonMatcherAlgo.h,v 1.5 2010/02/22 13:28:00 gpetrucc Exp $ // /** @@ -9,7 +9,7 @@ \brief Matcher of reconstructed objects to L1 Muons \author Giovanni Petrucciani - \version $Id: L1MuonMatcherAlgo.h,v 1.1 2010/04/15 18:37:17 klukas Exp $ + \version $Id: L1MuonMatcherAlgo.h,v 1.5 2010/02/22 13:28:00 gpetrucc Exp $ */ diff --git a/HLTriggerOffline/Muon/interface/PropagateToMuon.h b/HLTriggerOffline/Muon/interface/PropagateToMuon.h index 95d4f921dc7a9..bda2336482e63 100644 --- a/HLTriggerOffline/Muon/interface/PropagateToMuon.h +++ b/HLTriggerOffline/Muon/interface/PropagateToMuon.h @@ -1,7 +1,7 @@ #ifndef MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h #define MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h // -// $Id: PropagateToMuon.h,v 1.1 2010/04/15 18:37:17 klukas Exp $ +// $Id: PropagateToMuon.h,v 1.1 2009/08/03 09:57:58 gpetrucc Exp $ // /** @@ -10,7 +10,7 @@ Support for other muon stations will be added on request. \author Giovanni Petrucciani - \version $Id: PropagateToMuon.h,v 1.1 2010/04/15 18:37:17 klukas Exp $ + \version $Id: PropagateToMuon.h,v 1.1 2009/08/03 09:57:58 gpetrucc Exp $ */ diff --git a/HLTriggerOffline/Muon/src/HLTMuonPlotter.cc b/HLTriggerOffline/Muon/src/HLTMuonPlotter.cc index a8320448a845e..1bc97f97cd0f2 100644 --- a/HLTriggerOffline/Muon/src/HLTMuonPlotter.cc +++ b/HLTriggerOffline/Muon/src/HLTMuonPlotter.cc @@ -1,7 +1,7 @@ /** \file HLTMuonPlotter.cc - * $Date: 2013/04/19 23:22:27 $ - * $Revision: 1.2 $ + * $Date: 2011/09/07 16:31:47 $ + * $Revision: 1.1 $ */ diff --git a/HLTriggerOffline/Muon/src/HLTMuonValidator.cc b/HLTriggerOffline/Muon/src/HLTMuonValidator.cc index 3fa91eded8167..762eb6fe9a5d6 100644 --- a/HLTriggerOffline/Muon/src/HLTMuonValidator.cc +++ b/HLTriggerOffline/Muon/src/HLTMuonValidator.cc @@ -6,7 +6,7 @@ // // Jason Slaunwhite and Jeff Klukas -// $Id: HLTMuonValidator.cc,v 1.31 2013/04/19 23:22:27 wmtan Exp $ +// $Id: HLTMuonValidator.cc,v 1.30 2011/09/07 16:34:41 klukas Exp $ // // diff --git a/HLTriggerOffline/SUSYBSM/interface/TriggerValidator.h b/HLTriggerOffline/SUSYBSM/interface/TriggerValidator.h index 83dd27954fa0c..7f54cdfdd2182 100644 --- a/HLTriggerOffline/SUSYBSM/interface/TriggerValidator.h +++ b/HLTriggerOffline/SUSYBSM/interface/TriggerValidator.h @@ -18,7 +18,7 @@ // Maurizio Pierini // Maria Spiropulu // Created: Wed Aug 29 15:10:56 CEST 2007 -// $Id: TriggerValidator.h,v 1.16 2010/12/14 17:20:35 vlimant Exp $ +// $Id: TriggerValidator.h,v 1.15 2010/06/27 14:15:01 wmtan Exp $ // // diff --git a/HLTriggerOffline/SUSYBSM/src/MuonAnalyzer.cc b/HLTriggerOffline/SUSYBSM/src/MuonAnalyzer.cc index 8b5f2ad5a565b..1245624bef710 100755 --- a/HLTriggerOffline/SUSYBSM/src/MuonAnalyzer.cc +++ b/HLTriggerOffline/SUSYBSM/src/MuonAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Philip Hebda // Created: Thu Jun 25 09:34:50 CEST 2009 -// $Id: MuonAnalyzer.cc,v 1.5 2013/04/22 16:36:52 wmtan Exp $ +// $Id: MuonAnalyzer.cc,v 1.4 2011/10/31 12:32:29 olzem Exp $ // // #include "HLTriggerOffline/SUSYBSM/interface/MuonAnalyzer.h" diff --git a/HLTriggerOffline/SUSYBSM/src/TriggerValidator.cc b/HLTriggerOffline/SUSYBSM/src/TriggerValidator.cc index bb8193259060b..50250d46bdb59 100644 --- a/HLTriggerOffline/SUSYBSM/src/TriggerValidator.cc +++ b/HLTriggerOffline/SUSYBSM/src/TriggerValidator.cc @@ -16,7 +16,7 @@ Description: Class to validate the Trigger Performance of the SUSYBSM group // Maria Spiropulu // Created: Wed Aug 29 15:10:56 CEST 2007 // Philip Hebda, July 2009 -// $Id: TriggerValidator.cc,v 1.24 2010/12/14 17:20:35 vlimant Exp $ +// $Id: TriggerValidator.cc,v 1.23 2010/06/27 14:15:01 wmtan Exp $ // // diff --git a/HLTriggerOffline/Tau/interface/L1TauAnalyzer.h b/HLTriggerOffline/Tau/interface/L1TauAnalyzer.h index da0ab99441f11..7768ca2cecc61 100644 --- a/HLTriggerOffline/Tau/interface/L1TauAnalyzer.h +++ b/HLTriggerOffline/Tau/interface/L1TauAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Fri Feb 22 09:20:55 CST 2008 -// $Id: L1TauAnalyzer.h,v 1.4 2010/01/12 06:38:12 hegner Exp $ +// $Id: L1TauAnalyzer.h,v 1.3 2009/12/18 20:44:55 wmtan Exp $ // // diff --git a/HLTriggerOffline/Tau/interface/L25TauAnalyzer.h b/HLTriggerOffline/Tau/interface/L25TauAnalyzer.h index 11e44f34e1d22..a3d274020b844 100644 --- a/HLTriggerOffline/Tau/interface/L25TauAnalyzer.h +++ b/HLTriggerOffline/Tau/interface/L25TauAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Eduardo Luiggi // Created: Fri Apr 4 16:37:44 CDT 2008 -// $Id: L25TauAnalyzer.h,v 1.10 2011/03/01 22:54:26 eluiggi Exp $ +// $Id: L25TauAnalyzer.h,v 1.9 2011/02/28 23:18:49 eluiggi Exp $ // // diff --git a/HLTriggerOffline/Tau/src/L1TauAnalyzer.cc b/HLTriggerOffline/Tau/src/L1TauAnalyzer.cc index 44f1c70de530e..2dc2cda97c518 100644 --- a/HLTriggerOffline/Tau/src/L1TauAnalyzer.cc +++ b/HLTriggerOffline/Tau/src/L1TauAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chi Nhan Nguyen // Created: Fri Feb 22 09:20:55 CST 2008 -// $Id: L1TauAnalyzer.cc,v 1.7 2011/10/31 13:05:55 olzem Exp $ +// $Id: L1TauAnalyzer.cc,v 1.6 2010/05/03 15:38:25 nuno Exp $ // // diff --git a/HLTriggerOffline/Tau/src/L25TauAnalyzer.cc b/HLTriggerOffline/Tau/src/L25TauAnalyzer.cc index 16b91e3e3acdc..081a58da3a7ae 100644 --- a/HLTriggerOffline/Tau/src/L25TauAnalyzer.cc +++ b/HLTriggerOffline/Tau/src/L25TauAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Eduardo Luiggi // Created: Mon Apr 19 16:09:13 CDT 2010 -// $Id: L25TauAnalyzer.cc,v 1.11 2011/03/01 22:54:26 eluiggi Exp $ +// $Id: L25TauAnalyzer.cc,v 1.10 2011/02/28 23:18:49 eluiggi Exp $ // // diff --git a/HLTriggerOffline/Top/src/HLTEfficiencyCalculator.cc b/HLTriggerOffline/Top/src/HLTEfficiencyCalculator.cc index 4e1c7f22ecb43..d39adb99ead4a 100644 --- a/HLTriggerOffline/Top/src/HLTEfficiencyCalculator.cc +++ b/HLTriggerOffline/Top/src/HLTEfficiencyCalculator.cc @@ -12,7 +12,7 @@ // // Original Author: Abideh Jafari // Created: Wed Aug 01 09:06:32 CEST 2012 -// $Id: HLTEfficiencyCalculator.cc,v 1.1 2012/08/01 08:26:04 ajafari Exp $ +// $Id: HLTEffCalculator.cc,v 1.13 2012/08/01 09:06:32 ajafari Exp $ // // diff --git a/HLTriggerOffline/Top/src/TopValidation.cc b/HLTriggerOffline/Top/src/TopValidation.cc index 0a08afc0d87f5..f8b7cdb414b85 100644 --- a/HLTriggerOffline/Top/src/TopValidation.cc +++ b/HLTriggerOffline/Top/src/TopValidation.cc @@ -13,7 +13,7 @@ // // Original Author: Patricia LOBELLE PARDO () // Created: Tue Sep 23 11:06:32 CEST 2008 -// $Id: TopValidation.cc,v 1.13 2012/07/09 16:17:37 ajafari Exp $ +// $Id: TopValidation.cc,v 1.12 2011/10/13 14:58:07 eulisse Exp $ // // diff --git a/HeavyFlavorAnalysis/Skimming/plugins/Tau3MuSkim.cc b/HeavyFlavorAnalysis/Skimming/plugins/Tau3MuSkim.cc index b55fc8a470c46..534a6592a4a06 100644 --- a/HeavyFlavorAnalysis/Skimming/plugins/Tau3MuSkim.cc +++ b/HeavyFlavorAnalysis/Skimming/plugins/Tau3MuSkim.cc @@ -13,7 +13,7 @@ // // Original Author: Manuel Giffels // Created: Mon Jul 23 10:19:11 CEST 2007 -// $Id: Tau3MuSkim.cc,v 1.3 2009/12/14 22:23:06 wmtan Exp $ +// $Id: Tau3MuSkim.cc,v 1.2 2007/09/24 17:54:32 ratnik Exp $ // // // diff --git a/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py b/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py index bd7052c0ba145..e20bb5ff458f5 100644 --- a/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py +++ b/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py @@ -13,9 +13,9 @@ process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.4 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs/CMSSW/UserCode/icali/SkimsCfg/SDmaker_3SD_1CS_PDHIAllPhysicsZSv2_cfg.py,v $') ) process.maxEvents = cms.untracked.PSet( diff --git a/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py b/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py index d38558a2e9520..eabb9cb938f8e 100644 --- a/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py +++ b/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py @@ -15,9 +15,9 @@ process.load("HeavyIonsAnalysis.Configuration.analysisEventContent_cff") process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('SD and central skims'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py,v $') + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/HeavyIonsAnalysis/Configuration/test/SDmaker_3SD_3CS_PDMinBias_cfg.py,v $') ) process.Timing = cms.Service("Timing") diff --git a/HeavyIonsAnalysis/Configuration/test/centralSkimsHI_SKIM.py b/HeavyIonsAnalysis/Configuration/test/centralSkimsHI_SKIM.py index fff0f93d9e045..43247ac1d2c58 100644 --- a/HeavyIonsAnalysis/Configuration/test/centralSkimsHI_SKIM.py +++ b/HeavyIonsAnalysis/Configuration/test/centralSkimsHI_SKIM.py @@ -20,7 +20,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), + version = cms.untracked.string('$Revision: 1.6 $'), annotation = cms.untracked.string('centralSkimsHI nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py b/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py index 18e5b9f768f92..115b0318ec39a 100644 --- a/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py +++ b/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py @@ -24,8 +24,8 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py,v $'), + version = cms.untracked.string('$Revision: 1.2 $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/HeavyIonsAnalysis/Configuration/test/skimHiCommon_cfg.py,v $'), annotation = cms.untracked.string('HI common skim') ) diff --git a/HiggsAnalysis/Skimming/interface/HiggsToWW2LeptonsSkim.h b/HiggsAnalysis/Skimming/interface/HiggsToWW2LeptonsSkim.h index d43cd3f394898..504991180bce9 100644 --- a/HiggsAnalysis/Skimming/interface/HiggsToWW2LeptonsSkim.h +++ b/HiggsAnalysis/Skimming/interface/HiggsToWW2LeptonsSkim.h @@ -6,8 +6,8 @@ * * This class is an EDFilter choosing reconstructed di-tracks * - * $Date: 2010/10/21 16:42:33 $ - * $Revision: 1.9 $ + * $Date: 2007/12/12 16:08:48 $ + * $Revision: 1.3 $ * * \author Ezio Torassa - INFN Padova * diff --git a/HiggsAnalysis/Skimming/src/HiggsToWW2LeptonsSkim.cc b/HiggsAnalysis/Skimming/src/HiggsToWW2LeptonsSkim.cc index 5ac410ea3a5c0..5a4a7a79c2ca3 100644 --- a/HiggsAnalysis/Skimming/src/HiggsToWW2LeptonsSkim.cc +++ b/HiggsAnalysis/Skimming/src/HiggsToWW2LeptonsSkim.cc @@ -3,8 +3,8 @@ * * This class is an EDFilter for HWW events * - * $Date: 2009/01/09 10:23:15 $ - * $Revision: 1.12 $ + * $Date: 2007/12/20 00:40:30 $ + * $Revision: 1.10 $ * * \author Ezio Torassa - INFN Padova * diff --git a/IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h b/IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h index 1879c78e71847..6fa268e2a086c 100644 --- a/IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h +++ b/IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h @@ -1,8 +1,8 @@ #ifndef IOMC_BaseEvtVtxGenerator_H #define IOMC_BaseEvtVtxGenerator_H /* -* $Date: 2013/02/27 18:41:06 $ -* $Revision: 1.10 $ +* $Date: 2012/01/17 11:58:52 $ +* $Revision: 1.9 $ */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/IOMC/EventVertexGenerators/interface/BeamProfileVtxGenerator.h b/IOMC/EventVertexGenerators/interface/BeamProfileVtxGenerator.h index 738f7daff7fa9..46210e8c57571 100644 --- a/IOMC/EventVertexGenerators/interface/BeamProfileVtxGenerator.h +++ b/IOMC/EventVertexGenerators/interface/BeamProfileVtxGenerator.h @@ -7,7 +7,7 @@ * Attention: Units are assumed to be cm and radian! * \author Sunanda Banerjee * - * $Id: BeamProfileVtxGenerator.h,v 1.8 2009/08/29 00:12:38 sunanda Exp $ + * $Id: BeamProfileVtxGenerator.h,v 1.7 2009/08/06 20:42:29 heltsley Exp $ */ #include "IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h" diff --git a/IOMC/EventVertexGenerators/interface/BetafuncEvtVtxGenerator.h b/IOMC/EventVertexGenerators/interface/BetafuncEvtVtxGenerator.h index 0d980568e9637..99855dfe1183e 100644 --- a/IOMC/EventVertexGenerators/interface/BetafuncEvtVtxGenerator.h +++ b/IOMC/EventVertexGenerators/interface/BetafuncEvtVtxGenerator.h @@ -1,7 +1,7 @@ #ifndef IOMC_BetafuncEvtVtxGenerator_H #define IOMC_BetafuncEvtVtxGenerator_H -// $Id: BetafuncEvtVtxGenerator.h,v 1.9 2013/02/27 18:41:06 wmtan Exp $ +// $Id: BetafuncEvtVtxGenerator.h,v 1.8 2012/01/18 16:22:25 vlimant Exp $ /* ________________________________________________________________________ diff --git a/IOMC/EventVertexGenerators/interface/FlatEvtVtxGenerator.h b/IOMC/EventVertexGenerators/interface/FlatEvtVtxGenerator.h index 017be52e66c06..c6f0830dfb066 100644 --- a/IOMC/EventVertexGenerators/interface/FlatEvtVtxGenerator.h +++ b/IOMC/EventVertexGenerators/interface/FlatEvtVtxGenerator.h @@ -5,7 +5,7 @@ * Generate event vertices according to a Flat distribution. * Attention: All values are assumed to be cm! * - * $Id: FlatEvtVtxGenerator.h,v 1.5 2008/04/04 21:38:24 yumiceva Exp $ + * $Id: FlatEvtVtxGenerator.h,v 1.4 2007/04/27 14:25:34 yumiceva Exp $ */ #include "IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h" diff --git a/IOMC/EventVertexGenerators/interface/GaussEvtVtxGenerator.h b/IOMC/EventVertexGenerators/interface/GaussEvtVtxGenerator.h index a3d9dc18c9f04..ff970dd9ca6db 100644 --- a/IOMC/EventVertexGenerators/interface/GaussEvtVtxGenerator.h +++ b/IOMC/EventVertexGenerators/interface/GaussEvtVtxGenerator.h @@ -5,7 +5,7 @@ * Generate event vertices according to a Gauss distribution. * Attention: All values are assumed to be cm! * - * $Id: GaussEvtVtxGenerator.h,v 1.6 2008/04/04 21:38:24 yumiceva Exp $ + * $Id: GaussEvtVtxGenerator.h,v 1.5 2007/09/14 08:31:56 fabiocos Exp $ */ #include "IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h" diff --git a/IOMC/EventVertexGenerators/src/BaseEvtVtxGenerator.cc b/IOMC/EventVertexGenerators/src/BaseEvtVtxGenerator.cc index ce5cf5dd19b3c..d4b3159e47e23 100644 --- a/IOMC/EventVertexGenerators/src/BaseEvtVtxGenerator.cc +++ b/IOMC/EventVertexGenerators/src/BaseEvtVtxGenerator.cc @@ -1,7 +1,7 @@ /* -* $Date: 2009/05/25 12:46:03 $ -* $Revision: 1.14 $ +* $Date: 2008/12/10 09:36:52 $ +* $Revision: 1.13 $ */ #include "IOMC/EventVertexGenerators/interface/BaseEvtVtxGenerator.h" diff --git a/IOMC/EventVertexGenerators/src/BeamProfile2DB.cc b/IOMC/EventVertexGenerators/src/BeamProfile2DB.cc index e1f0f64403a36..4b8b64fefff0b 100644 --- a/IOMC/EventVertexGenerators/src/BeamProfile2DB.cc +++ b/IOMC/EventVertexGenerators/src/BeamProfile2DB.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Fri Jan 6 14:49:42 CET 2012 -// $Id: BeamProfile2DB.cc,v 1.2 2013/02/27 18:41:07 wmtan Exp $ +// $Id: BeamProfile2DB.cc,v 1.1 2012/01/17 11:59:18 vlimant Exp $ // // diff --git a/IOMC/EventVertexGenerators/src/BeamProfileVtxGenerator.cc b/IOMC/EventVertexGenerators/src/BeamProfileVtxGenerator.cc index a933e600c20b9..af7c1368f3566 100644 --- a/IOMC/EventVertexGenerators/src/BeamProfileVtxGenerator.cc +++ b/IOMC/EventVertexGenerators/src/BeamProfileVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: BeamProfileVtxGenerator.cc,v 1.12 2009/09/04 08:23:58 fabiocos Exp $ +// $Id: BeamProfileVtxGenerator.cc,v 1.11 2009/08/29 00:12:38 sunanda Exp $ #include "IOMC/EventVertexGenerators/interface/BeamProfileVtxGenerator.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/IOMC/EventVertexGenerators/src/BetafuncEvtVtxGenerator.cc b/IOMC/EventVertexGenerators/src/BetafuncEvtVtxGenerator.cc index 52a011db59827..5f200a4547f45 100644 --- a/IOMC/EventVertexGenerators/src/BetafuncEvtVtxGenerator.cc +++ b/IOMC/EventVertexGenerators/src/BetafuncEvtVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: BetafuncEvtVtxGenerator.cc,v 1.15 2013/02/27 18:41:07 wmtan Exp $ +// $Id: BetafuncEvtVtxGenerator.cc,v 1.14 2012/01/18 16:22:25 vlimant Exp $ /* ________________________________________________________________________ diff --git a/IOMC/EventVertexGenerators/src/FlatEvtVtxGenerator.cc b/IOMC/EventVertexGenerators/src/FlatEvtVtxGenerator.cc index 32795138961d6..f741e8c4f62a0 100644 --- a/IOMC/EventVertexGenerators/src/FlatEvtVtxGenerator.cc +++ b/IOMC/EventVertexGenerators/src/FlatEvtVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: FlatEvtVtxGenerator.cc,v 1.5 2009/05/25 12:46:04 fabiocos Exp $ +// $Id: FlatEvtVtxGenerator.cc,v 1.4 2008/04/04 21:38:25 yumiceva Exp $ #include "IOMC/EventVertexGenerators/interface/FlatEvtVtxGenerator.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/IOMC/EventVertexGenerators/src/GaussEvtVtxGenerator.cc b/IOMC/EventVertexGenerators/src/GaussEvtVtxGenerator.cc index 40e4d0410d1b5..74e3582b8de6a 100644 --- a/IOMC/EventVertexGenerators/src/GaussEvtVtxGenerator.cc +++ b/IOMC/EventVertexGenerators/src/GaussEvtVtxGenerator.cc @@ -1,5 +1,5 @@ -// $Id: GaussEvtVtxGenerator.cc,v 1.6 2009/05/25 12:46:04 fabiocos Exp $ +// $Id: GaussEvtVtxGenerator.cc,v 1.5 2008/04/04 21:38:25 yumiceva Exp $ #include "IOMC/EventVertexGenerators/interface/GaussEvtVtxGenerator.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/IOMC/Input/interface/HepMCFileReader.h b/IOMC/Input/interface/HepMCFileReader.h index 8bc6d25710da4..73ba5ec248e5e 100644 --- a/IOMC/Input/interface/HepMCFileReader.h +++ b/IOMC/Input/interface/HepMCFileReader.h @@ -1,7 +1,7 @@ #ifndef Input_HepMCFileReader_h #define Input_HepMCFileReader_h -// $Id: HepMCFileReader.h,v 1.5 2009/12/01 19:23:11 fabstoec Exp $ +// $Id: HepMCFileReader.h,v 1.3 2007/05/29 21:00:22 weng Exp $ /** \class HepMCFileReader * @@ -12,8 +12,8 @@ * always invoke the method initialize before starting using the interface * it exposes. * -* $Date: 2009/12/01 19:23:11 $ -* $Revision: 1.5 $ +* $Date: 2007/05/29 21:00:22 $ +* $Revision: 1.3 $ * \author G. Bruno - CERN, EP Division */ diff --git a/IOMC/Input/src/HepMCFileReader.cc b/IOMC/Input/src/HepMCFileReader.cc index 3b4728191cb17..3083226a7063c 100644 --- a/IOMC/Input/src/HepMCFileReader.cc +++ b/IOMC/Input/src/HepMCFileReader.cc @@ -1,11 +1,11 @@ -// $Id: HepMCFileReader.cc,v 1.11 2009/12/01 19:23:11 fabstoec Exp $ +// $Id: HepMCFileReader.cc,v 1.9 2009/05/25 12:52:27 fabiocos Exp $ /** * See header file for a description of this class. * * -* $Date: 2009/12/01 19:23:11 $ -* $Revision: 1.11 $ +* $Date: 2009/05/25 12:52:27 $ +* $Revision: 1.9 $ * \author Jo. Weng - CERN, Ph Division & Uni Karlsruhe */ diff --git a/IOMC/Input/src/MCFileSource.cc b/IOMC/Input/src/MCFileSource.cc index 3791f53abc627..de97061feda5f 100644 --- a/IOMC/Input/src/MCFileSource.cc +++ b/IOMC/Input/src/MCFileSource.cc @@ -2,8 +2,8 @@ * See header file for a description of this class. * * -* $Date: 2012/11/16 20:45:30 $ -* $Revision: 1.18 $ +* $Date: 2012/11/13 22:50:42 $ +* $Revision: 1.17 $ * \author Jo. Weng - CERN, Ph Division & Uni Karlsruhe * \author F.Moortgat - CERN, Ph Division */ diff --git a/IOMC/ParticleGuns/src/BaseFlatGunProducer.cc b/IOMC/ParticleGuns/src/BaseFlatGunProducer.cc index 603aca000e071..58fc500553bbe 100644 --- a/IOMC/ParticleGuns/src/BaseFlatGunProducer.cc +++ b/IOMC/ParticleGuns/src/BaseFlatGunProducer.cc @@ -1,6 +1,6 @@ /* - * $Date: 2013/05/17 20:09:07 $ - * $Revision: 1.9 $ + * $Date: 2013/02/27 18:33:32 $ + * $Revision: 1.8 $ * \author Julia Yarba */ diff --git a/IOMC/ParticleGuns/src/ExpoRandomPtGunProducer.cc b/IOMC/ParticleGuns/src/ExpoRandomPtGunProducer.cc index aa7f4a484012b..9e535386b25a7 100644 --- a/IOMC/ParticleGuns/src/ExpoRandomPtGunProducer.cc +++ b/IOMC/ParticleGuns/src/ExpoRandomPtGunProducer.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/05/25 13:00:58 $ - * $Revision: 1.5 $ + * $Date: 2009/02/19 21:52:40 $ + * $Revision: 1.4 $ * \author Jean-Roch Vlimant */ diff --git a/IOMC/ParticleGuns/src/FlatRandomEGunProducer.cc b/IOMC/ParticleGuns/src/FlatRandomEGunProducer.cc index a00b5c0981009..d07209eda62aa 100644 --- a/IOMC/ParticleGuns/src/FlatRandomEGunProducer.cc +++ b/IOMC/ParticleGuns/src/FlatRandomEGunProducer.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/02/19 21:52:40 $ - * $Revision: 1.4 $ + * $Date: 2009/02/17 11:03:48 $ + * $Revision: 1.3 $ * \author Julia Yarba */ diff --git a/IOMC/ParticleGuns/src/FlatRandomPtGunProducer.cc b/IOMC/ParticleGuns/src/FlatRandomPtGunProducer.cc index 7794763a3517f..e1fd3de69869e 100644 --- a/IOMC/ParticleGuns/src/FlatRandomPtGunProducer.cc +++ b/IOMC/ParticleGuns/src/FlatRandomPtGunProducer.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/02/19 21:52:40 $ - * $Revision: 1.4 $ + * $Date: 2009/02/17 11:03:48 $ + * $Revision: 1.3 $ * \author Julia Yarba */ diff --git a/IOMC/ParticleGuns/src/MultiParticleInConeGunProducer.cc b/IOMC/ParticleGuns/src/MultiParticleInConeGunProducer.cc index 233d3773e582c..3832afd692302 100644 --- a/IOMC/ParticleGuns/src/MultiParticleInConeGunProducer.cc +++ b/IOMC/ParticleGuns/src/MultiParticleInConeGunProducer.cc @@ -1,6 +1,6 @@ /* - * $Date: 2010/10/03 10:25:53 $ - * $Revision: 1.6 $ + * $Date: 2010/09/10 13:19:37 $ + * $Revision: 1.5 $ * \author Jean-Roch Vlimant */ diff --git a/IOMC/RandomEngine/python/RandomServiceHelper.py b/IOMC/RandomEngine/python/RandomServiceHelper.py index e19da8836eebe..453b565752a2f 100755 --- a/IOMC/RandomEngine/python/RandomServiceHelper.py +++ b/IOMC/RandomEngine/python/RandomServiceHelper.py @@ -13,8 +13,8 @@ class RandomNumberServiceHelper(object): Provide both user level and WM APIs. - Revision: "$Id: RandomServiceHelper.py,v 1.6 2012/10/30 11:18:57 fabiocos Exp $" - Version "$Revision: 1.6 $" + Revision: "$Id: RandomServiceHelper.py,v 1.5 2012/07/30 07:39:51 davidlt Exp $" + Version "$Revision: 1.5 $" Author: Dave Evans Modified: Eric Vaandering """ diff --git a/IOPool/Streamer/interface/FRDEventFileWriter.h b/IOPool/Streamer/interface/FRDEventFileWriter.h index 3cad229012d88..a90a7cd0f006e 100644 --- a/IOPool/Streamer/interface/FRDEventFileWriter.h +++ b/IOPool/Streamer/interface/FRDEventFileWriter.h @@ -1,7 +1,7 @@ #ifndef IOPool_Streamer_FRDEventFileWriter_h #define IOPool_Streamer_FRDEventFileWriter_h -// $Id: FRDEventFileWriter.h,v 1.3 2010/02/18 09:19:02 mommsen Exp $ +// $Id: FRDEventFileWriter.h,v 1.2 2009/04/24 17:48:10 biery Exp $ #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "IOPool/Streamer/interface/FRDEventMessage.h" diff --git a/IOPool/Streamer/src/EOFRecordBuilder.cc b/IOPool/Streamer/src/EOFRecordBuilder.cc index e89c2ddf43ecf..0f03a4d1f78a0 100644 --- a/IOPool/Streamer/src/EOFRecordBuilder.cc +++ b/IOPool/Streamer/src/EOFRecordBuilder.cc @@ -1,4 +1,4 @@ -// $Id: EOFRecordBuilder.cc,v 1.10 2009/02/06 00:31:27 elmer Exp $ +// $Id: EOFRecordBuilder.cc,v 1.9 2007/10/26 16:35:06 elmer Exp $ #include "IOPool/Streamer/interface/EOFRecordBuilder.h" #include "IOPool/Streamer/interface/EOFRecord.h" #include "IOPool/Streamer/interface/MsgHeader.h" diff --git a/IOPool/Streamer/src/FRDEventFileWriter.cc b/IOPool/Streamer/src/FRDEventFileWriter.cc index ff137743bbf2d..7c08ffd23807e 100644 --- a/IOPool/Streamer/src/FRDEventFileWriter.cc +++ b/IOPool/Streamer/src/FRDEventFileWriter.cc @@ -1,4 +1,4 @@ -// $Id: FRDEventFileWriter.cc,v 1.3 2010/02/18 09:19:02 mommsen Exp $ +// $Id: FRDEventFileWriter.cc,v 1.2 2009/04/24 17:48:10 biery Exp $ #include "IOPool/Streamer/interface/FRDEventFileWriter.h" #include "FWCore/Utilities/interface/Adler32Calculator.h" diff --git a/IOPool/Streamer/test/RunThat_t.cpp b/IOPool/Streamer/test/RunThat_t.cpp index df922d306ef05..5d0c6dfe59779 100644 --- a/IOPool/Streamer/test/RunThat_t.cpp +++ b/IOPool/Streamer/test/RunThat_t.cpp @@ -2,7 +2,7 @@ // // Driver for shell scripts. // -// $Id: RunThat_t.cpp,v 1.1 2012/10/25 17:59:01 wmtan Exp $ +// $Id: RunThis_t.cpp,v 1.4 2005/11/21 15:50:40 paterno Exp $ //------------------------------------------------------------ #include "FWCore/Utilities/interface/TestHelper.h" diff --git a/IOPool/Streamer/test/RunThis_t.cpp b/IOPool/Streamer/test/RunThis_t.cpp index 5d0c6dfe59779..2f87e1d2b3e24 100644 --- a/IOPool/Streamer/test/RunThis_t.cpp +++ b/IOPool/Streamer/test/RunThis_t.cpp @@ -2,7 +2,7 @@ // // Driver for shell scripts. // -// $Id: RunThis_t.cpp,v 1.4 2005/11/21 15:50:40 paterno Exp $ +// $Id:$ //------------------------------------------------------------ #include "FWCore/Utilities/interface/TestHelper.h" diff --git a/IORawData/CaloPatterns/interface/HcalFiberPattern.h b/IORawData/CaloPatterns/interface/HcalFiberPattern.h index 2e0643cb866cd..de6f99c9957fd 100644 --- a/IORawData/CaloPatterns/interface/HcalFiberPattern.h +++ b/IORawData/CaloPatterns/interface/HcalFiberPattern.h @@ -9,8 +9,8 @@ /** \class HcalFiberPattern * - * $Date: 2006/09/29 17:57:39 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class HcalFiberPattern { diff --git a/IORawData/CaloPatterns/src/HcalPatternSource.h b/IORawData/CaloPatterns/src/HcalPatternSource.h index c6f2086f0c978..273517eca9fb9 100644 --- a/IORawData/CaloPatterns/src/HcalPatternSource.h +++ b/IORawData/CaloPatterns/src/HcalPatternSource.h @@ -7,8 +7,8 @@ /** \class HcalPatternSource * - * $Date: 2010/02/17 16:55:37 $ - * $Revision: 1.2 $ + * $Date: 2006/09/29 17:57:40 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class HcalPatternSource : public edm::EDProducer { diff --git a/IORawData/DTCommissioning/src/DTDDUFileReader.cc b/IORawData/DTCommissioning/src/DTDDUFileReader.cc index 672d38213131a..7516cd849c376 100644 --- a/IORawData/DTCommissioning/src/DTDDUFileReader.cc +++ b/IORawData/DTCommissioning/src/DTDDUFileReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/12 10:04:19 $ - * $Revision: 1.22 $ + * $Date: 2010/02/03 16:58:24 $ + * $Revision: 1.21 $ * \author M. Zanetti */ diff --git a/IORawData/DTCommissioning/src/DTDDUFileReader.h b/IORawData/DTCommissioning/src/DTDDUFileReader.h index c75dee27daf54..0cbfef4971feb 100644 --- a/IORawData/DTCommissioning/src/DTDDUFileReader.h +++ b/IORawData/DTCommissioning/src/DTDDUFileReader.h @@ -4,8 +4,8 @@ /** \class DTDDUFileReader * Read DT ROS8 raw data files * - * $Date: 2010/02/03 16:58:24 $ - * $Revision: 1.11 $ + * $Date: 2008/05/27 12:45:38 $ + * $Revision: 1.10 $ * \author M. Zanetti - INFN Padova */ diff --git a/IORawData/DTCommissioning/src/DTROS25FileReader.cc b/IORawData/DTCommissioning/src/DTROS25FileReader.cc index c075a809ff689..25b64007f6b25 100644 --- a/IORawData/DTCommissioning/src/DTROS25FileReader.cc +++ b/IORawData/DTCommissioning/src/DTROS25FileReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/12 10:04:19 $ - * $Revision: 1.14 $ + * $Date: 2010/02/03 16:58:24 $ + * $Revision: 1.13 $ * \author M. Zanetti */ diff --git a/IORawData/DTCommissioning/src/DTROS25FileReader.h b/IORawData/DTCommissioning/src/DTROS25FileReader.h index c4361c39ca406..c0aa5b67ab55c 100644 --- a/IORawData/DTCommissioning/src/DTROS25FileReader.h +++ b/IORawData/DTCommissioning/src/DTROS25FileReader.h @@ -4,8 +4,8 @@ /** \class DTROS25FileReader * Read DT ROS8 raw data files * - * $Date: 2010/02/03 16:58:24 $ - * $Revision: 1.6 $ + * $Date: 2007/03/12 01:01:57 $ + * $Revision: 1.5 $ * \author M. Zanetti - INFN Padova */ diff --git a/IORawData/DTCommissioning/src/DTROS8FileReader.cc b/IORawData/DTCommissioning/src/DTROS8FileReader.cc index 9d8ae63b31678..4a18f713939d0 100644 --- a/IORawData/DTCommissioning/src/DTROS8FileReader.cc +++ b/IORawData/DTCommissioning/src/DTROS8FileReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/12 10:04:19 $ - * $Revision: 1.16 $ + * $Date: 2010/02/03 16:58:24 $ + * $Revision: 1.15 $ * \author M. Zanetti */ diff --git a/IORawData/DTCommissioning/src/DTROS8FileReader.h b/IORawData/DTCommissioning/src/DTROS8FileReader.h index 61e0a8fff28af..bc57c143b67bd 100644 --- a/IORawData/DTCommissioning/src/DTROS8FileReader.h +++ b/IORawData/DTCommissioning/src/DTROS8FileReader.h @@ -4,8 +4,8 @@ /** \class DTROS8FileReader * Read DT ROS8 raw data files * - * $Date: 2010/02/03 16:58:24 $ - * $Revision: 1.8 $ + * $Date: 2007/03/12 01:01:57 $ + * $Revision: 1.7 $ * \author M. Zanetti - INFN Padova */ diff --git a/IORawData/DTCommissioning/src/DTSpyReader.cc b/IORawData/DTCommissioning/src/DTSpyReader.cc index 586aff4f23587..11bc3430debb5 100644 --- a/IORawData/DTCommissioning/src/DTSpyReader.cc +++ b/IORawData/DTCommissioning/src/DTSpyReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/02/03 16:58:24 $ - * $Revision: 1.10 $ + * $Date: 2010/01/15 19:25:27 $ + * $Revision: 1.9 $ * \author M. Zanetti */ diff --git a/IORawData/DTCommissioning/src/DTSpyReader.h b/IORawData/DTCommissioning/src/DTSpyReader.h index 88a9530073aa1..31962b3b2bc33 100644 --- a/IORawData/DTCommissioning/src/DTSpyReader.h +++ b/IORawData/DTCommissioning/src/DTSpyReader.h @@ -4,8 +4,8 @@ /** \class DTSpyReader * Read DT ROS8 raw data files * - * $Date: 2010/02/03 16:58:24 $ - * $Revision: 1.4 $ + * $Date: 2007/08/21 13:22:11 $ + * $Revision: 1.3 $ * \author M. Zanetti - INFN Padova */ diff --git a/IORawData/DaqSource/interface/DaqBaseReader.h b/IORawData/DaqSource/interface/DaqBaseReader.h index 4db68a9504fbc..768e816c1b0c1 100644 --- a/IORawData/DaqSource/interface/DaqBaseReader.h +++ b/IORawData/DaqSource/interface/DaqBaseReader.h @@ -7,8 +7,8 @@ * Derived classes must have a constructor accepting a * parameter (const edm::ParameterSet& pset). * - * $Date: 2010/01/11 16:14:25 $ - * $Revision: 1.7 $ + * $Date: 2009/07/07 16:33:32 $ + * $Revision: 1.6 $ * \author N. Amapane - CERN */ diff --git a/IORawData/DaqSource/interface/DaqReaderPluginFactory.h b/IORawData/DaqSource/interface/DaqReaderPluginFactory.h index 626645beeac3c..44ca2645ca482 100644 --- a/IORawData/DaqSource/interface/DaqReaderPluginFactory.h +++ b/IORawData/DaqSource/interface/DaqReaderPluginFactory.h @@ -4,8 +4,8 @@ /** \class DaqReaderPluginFactory * Plugin factory for actual data sources for DaqSource. * - * $Date: 2007/04/17 22:46:40 $ - * $Revision: 1.5 $ + * $Date: 2007/04/10 23:10:02 $ + * $Revision: 1.4 $ * \author N. Amapane - CERN */ diff --git a/IORawData/DaqSource/plugins/DaqSource.cc b/IORawData/DaqSource/plugins/DaqSource.cc index fb9261fd35fd6..1e145ab6f0581 100644 --- a/IORawData/DaqSource/plugins/DaqSource.cc +++ b/IORawData/DaqSource/plugins/DaqSource.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/11/30 19:09:46 $ - * $Revision: 1.67 $ + * $Date: 2012/11/29 01:34:39 $ + * $Revision: 1.66 $ * \author N. Amapane - S. Argiro' */ diff --git a/IORawData/DaqSource/plugins/DaqSource.h b/IORawData/DaqSource/plugins/DaqSource.h index 6e7de0d9b5ba7..9116d1408cba8 100644 --- a/IORawData/DaqSource/plugins/DaqSource.h +++ b/IORawData/DaqSource/plugins/DaqSource.h @@ -5,8 +5,8 @@ * An input service for raw data. * The actual source can be the real DAQ, a file, a random generator, etc. * - * $Date: 2012/11/29 01:34:39 $ - * $Revision: 1.25 $ + * $Date: 2012/11/28 19:17:37 $ + * $Revision: 1.24 $ * \author N. Amapane - S. Argiro' */ diff --git a/IORawData/DaqSource/src/DaqReaderPluginFactory.cc b/IORawData/DaqSource/src/DaqReaderPluginFactory.cc index 0dad70a423987..28065d5492525 100644 --- a/IORawData/DaqSource/src/DaqReaderPluginFactory.cc +++ b/IORawData/DaqSource/src/DaqReaderPluginFactory.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/08/14 19:19:43 $ - * $Revision: 1.5 $ + * $Date: 2007/04/17 22:46:40 $ + * $Revision: 1.4 $ * \author N. Amapane - CERN */ diff --git a/IORawData/DaqSource/test/DaqFakeReader.cc b/IORawData/DaqSource/test/DaqFakeReader.cc index 52f5bd66e71b2..e2c181bc88131 100644 --- a/IORawData/DaqSource/test/DaqFakeReader.cc +++ b/IORawData/DaqSource/test/DaqFakeReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/03/12 14:34:09 $ - * $Revision: 1.8 $ + * $Date: 2010/03/12 14:24:24 $ + * $Revision: 1.7 $ * \author N. Amapane - CERN */ diff --git a/IORawData/DaqSource/test/DaqFakeReader.h b/IORawData/DaqSource/test/DaqFakeReader.h index 328d6528073b0..a5075630ab90b 100644 --- a/IORawData/DaqSource/test/DaqFakeReader.h +++ b/IORawData/DaqSource/test/DaqFakeReader.h @@ -5,8 +5,8 @@ * Generates empty FEDRawData of random size for all FEDs * Proper headers and trailers are included; but the payloads are all 0s * - * $Date: 2010/03/12 14:24:24 $ - * $Revision: 1.3 $ + * $Date: 2010/01/11 16:14:28 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/IORawData/DaqSource/test/stubs/DummyUnpackingModule.cc b/IORawData/DaqSource/test/stubs/DummyUnpackingModule.cc index ab20d8de84493..81bc4ed66eb0f 100644 --- a/IORawData/DaqSource/test/stubs/DummyUnpackingModule.cc +++ b/IORawData/DaqSource/test/stubs/DummyUnpackingModule.cc @@ -3,8 +3,8 @@ * dummy module for the test of DaqFileInputService * * - * $Date: 2012/10/10 20:42:01 $ - * $Revision: 1.9 $ + * $Date: 2008/01/29 21:45:27 $ + * $Revision: 1.8 $ * \author N. Amapane - S. Argiro' * */ diff --git a/IORawData/DaqSource/test/testDaqSource.cpp b/IORawData/DaqSource/test/testDaqSource.cpp index ce31abd4b34a4..0e95f1f674ee8 100644 --- a/IORawData/DaqSource/test/testDaqSource.cpp +++ b/IORawData/DaqSource/test/testDaqSource.cpp @@ -1,7 +1,7 @@ /* \file testDaqSource.cc * - * $Date: 2012/10/10 20:42:00 $ - * $Revision: 1.8 $ + * $Date: 2008/11/01 22:20:20 $ + * $Revision: 1.7 $ * \author S. Argiro, N. Amapane - CERN */ diff --git a/IORawData/HcalTBInputService/interface/HcalTBSource.h b/IORawData/HcalTBInputService/interface/HcalTBSource.h index db1d6cd475e95..3dc6c3202faa6 100644 --- a/IORawData/HcalTBInputService/interface/HcalTBSource.h +++ b/IORawData/HcalTBInputService/interface/HcalTBSource.h @@ -20,8 +20,8 @@ class CDFEventInfo; \note Notice that there is a hack to renumber events from runs where the first event number was zero. - $Date: 2012/11/19 20:06:28 $ - $Revision: 1.8 $ + $Date: 2008/10/16 08:09:12 $ + $Revision: 1.7 $ \author J. Mans - Minnesota */ class HcalTBSource : public edm::ProducerSourceFromFiles { diff --git a/IORawData/HcalTBInputService/src/HcalTBWriter.h b/IORawData/HcalTBInputService/src/HcalTBWriter.h index a21b50c2887ac..fa57212b223be 100644 --- a/IORawData/HcalTBInputService/src/HcalTBWriter.h +++ b/IORawData/HcalTBInputService/src/HcalTBWriter.h @@ -20,8 +20,8 @@ class CDFEventInfo; * * Writes HCAL-style ROOT files from the RawData block * - * $Date: 2012/09/27 15:40:32 $ - * $Revision: 1.3 $ + * $Date: 2007/03/07 19:02:18 $ + * $Revision: 1.2 $ * \author J. Mans - Minnesota */ class HcalTBWriter : public edm::EDAnalyzer { diff --git a/IORawData/SiPixelInputSources/interface/PixelSLinkDataInputSource.h b/IORawData/SiPixelInputSources/interface/PixelSLinkDataInputSource.h index 61c8ed252bec4..9c2af11b92065 100644 --- a/IORawData/SiPixelInputSources/interface/PixelSLinkDataInputSource.h +++ b/IORawData/SiPixelInputSources/interface/PixelSLinkDataInputSource.h @@ -15,7 +15,7 @@ // // Original Author: Freya Blekman // Created: Fri Sep 7 15:46:34 CEST 2007 -// $Id: PixelSLinkDataInputSource.h,v 1.10 2012/11/19 20:22:07 wmtan Exp $ +// $Id: PixelSLinkDataInputSource.h,v 1.9 2008/02/25 21:12:09 fblekman Exp $ // // diff --git a/IORawData/SiPixelInputSources/src/PixelSLinkDataInputSource.cc b/IORawData/SiPixelInputSources/src/PixelSLinkDataInputSource.cc index db7079e450c3a..3a2b4a22cc59c 100644 --- a/IORawData/SiPixelInputSources/src/PixelSLinkDataInputSource.cc +++ b/IORawData/SiPixelInputSources/src/PixelSLinkDataInputSource.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Freya Blekman // Created: Fri Sep 7 15:46:34 CEST 2007 -// $Id: PixelSLinkDataInputSource.cc,v 1.21 2012/11/19 20:22:07 wmtan Exp $ +// $Id: PixelSLinkDataInputSource.cc,v 1.20 2011/10/24 07:04:17 eulisse Exp $ // // diff --git a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectionESProducer.h b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectionESProducer.h index d51ecae68a408..c302ace6de128 100644 --- a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectionESProducer.h +++ b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectionESProducer.h @@ -16,7 +16,7 @@ // // Original Author: Igor Volobouev // Created: Thu Aug 2 22:34:02 CDT 2012 -// $Id: FFTJetCorrectionESProducer.h,v 1.1 2012/12/04 21:26:02 igv Exp $ +// $Id: FFTJetCorrectionESProducer.h,v 1.1 2012/11/14 22:34:56 igv Exp $ // // diff --git a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBReader.cc b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBReader.cc index 9845f2edc4492..04ca6782bf4fe 100644 --- a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBReader.cc +++ b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBReader.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Wed Aug 1 20:59:12 CDT 2012 -// $Id: FFTJetCorrectorDBReader.cc,v 1.1 2012/11/14 22:34:56 igv Exp $ +// $Id: FFTJetCorrectorDBReader.cc,v 1.1 2012/07/16 17:40:54 igv Exp $ // // diff --git a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBWriter.cc b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBWriter.cc index 5c77559e0d2f2..658eb842ced31 100644 --- a/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBWriter.cc +++ b/JetMETCorrections/FFTJetModules/plugins/FFTJetCorrectorDBWriter.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Wed Aug 1 20:59:12 CDT 2012 -// $Id: FFTJetCorrectorDBWriter.cc,v 1.1 2012/11/14 22:34:57 igv Exp $ +// $Id: FFTJetCorrectorDBWriter.cc,v 1.1 2012/07/16 17:40:54 igv Exp $ // // diff --git a/JetMETCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc b/JetMETCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc index beaf1669a097f..44c0c8a57d471 100644 --- a/JetMETCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc +++ b/JetMETCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Aug 2 22:34:02 CDT 2012 -// $Id: FFTJetLookupTableESProducer.cc,v 1.1 2012/11/14 22:34:57 igv Exp $ +// $Id$ // // diff --git a/JetMETCorrections/FFTJetObjects/interface/FFTJetCorrectorSequenceRcd.h b/JetMETCorrections/FFTJetObjects/interface/FFTJetCorrectorSequenceRcd.h index 698f01bbed467..65ed7c1ac103e 100644 --- a/JetMETCorrections/FFTJetObjects/interface/FFTJetCorrectorSequenceRcd.h +++ b/JetMETCorrections/FFTJetObjects/interface/FFTJetCorrectorSequenceRcd.h @@ -16,7 +16,7 @@ // // Author: I. Volobouev // Created: Tue Jul 31 19:49:12 CDT 2012 -// $Id: FFTJetCorrectorSequenceRcd.h,v 1.1 2012/11/14 20:05:29 igv Exp $ +// $Id$ // #include diff --git a/JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcd.h b/JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcd.h index 79ad1b214ef8e..5638d63cf097a 100644 --- a/JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcd.h +++ b/JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcd.h @@ -16,7 +16,7 @@ // // Author: I. Volobouev // Created: Tue Jul 31 19:49:12 CDT 2012 -// $Id: FFTJetLookupTableRcd.h,v 1.1 2012/11/14 20:05:29 igv Exp $ +// $Id$ // #include diff --git a/JetMETCorrections/JetVertexAssociation/src/JetVertexAssociation.cc b/JetMETCorrections/JetVertexAssociation/src/JetVertexAssociation.cc index 7c4700810b604..0cee062773fcd 100644 --- a/JetMETCorrections/JetVertexAssociation/src/JetVertexAssociation.cc +++ b/JetMETCorrections/JetVertexAssociation/src/JetVertexAssociation.cc @@ -15,7 +15,7 @@ // Modified by Eduardo Luiggi // // Created: Tue Oct 31 10:52:41 CET 2006 -// $Id: JetVertexAssociation.cc,v 1.8 2011/05/20 17:17:28 wmtan Exp $ +// $Id: JetVertexAssociation.cc,v 1.7 2007/08/31 12:46:24 kodolova Exp $ // // diff --git a/JetMETCorrections/Modules/interface/JetCorrectionESChain.h b/JetMETCorrections/Modules/interface/JetCorrectionESChain.h index 14cdc3e9c1799..f4f88cba17bea 100644 --- a/JetMETCorrections/Modules/interface/JetCorrectionESChain.h +++ b/JetMETCorrections/Modules/interface/JetCorrectionESChain.h @@ -5,7 +5,7 @@ // Original Author: Fedor Ratnikov // Created: Feb. 13, 2008 // (originally named JetCorrectionServiceChain, renamed in 2011) -// $Id: JetCorrectionESChain.h,v 1.2 2011/11/08 19:36:14 srappocc Exp $ +// $Id: JetCorrectionESChain.h,v 1.1.2.1 2011/10/17 20:54:17 wdd Exp $ // // diff --git a/JetMETCorrections/Modules/interface/JetCorrectionESProducer.h b/JetMETCorrections/Modules/interface/JetCorrectionESProducer.h index e3560d3cecc9a..45935a71e6540 100644 --- a/JetMETCorrections/Modules/interface/JetCorrectionESProducer.h +++ b/JetMETCorrections/Modules/interface/JetCorrectionESProducer.h @@ -4,7 +4,7 @@ // // Original Author: Fedor Ratnikov // Created: Dec. 28, 2006 (originally JetCorrectionService, renamed in 2011) -// $Id: JetCorrectionESProducer.h,v 1.2 2011/11/08 19:36:16 srappocc Exp $ +// $Id: JetCorrectionESProducer.h,v 1.1.2.1 2011/10/17 20:54:17 wdd Exp $ // #include diff --git a/JetMETCorrections/Modules/interface/JetCorrectionESSource.h b/JetMETCorrections/Modules/interface/JetCorrectionESSource.h index 6a822ecba0865..4af70020b0cba 100644 --- a/JetMETCorrections/Modules/interface/JetCorrectionESSource.h +++ b/JetMETCorrections/Modules/interface/JetCorrectionESSource.h @@ -4,7 +4,7 @@ // // Original Author: Fedor Ratnikov // Created: Dec. 28, 2006 (originally JetCorrectionService, renamed in 2011) -// $Id: JetCorrectionESSource.h,v 1.2 2011/11/08 19:36:17 srappocc Exp $ +// $Id: JetCorrectionESSource.h,v 1.1.2.1 2011/10/17 20:54:17 wdd Exp $ // #include "boost/shared_ptr.hpp" diff --git a/JetMETCorrections/Modules/plugins/JetCorrectorDBReader.cc b/JetMETCorrections/Modules/plugins/JetCorrectorDBReader.cc index af22b96f0d0e5..8cace6a0eecf8 100644 --- a/JetMETCorrections/Modules/plugins/JetCorrectorDBReader.cc +++ b/JetMETCorrections/Modules/plugins/JetCorrectorDBReader.cc @@ -13,7 +13,7 @@ // // Original Author: Benedikt Hegner // Created: Tue Mar 09 01:32:51 CET 2010 -// $Id: JetCorrectorDBReader.cc,v 1.7 2011/12/07 18:58:42 srappocc Exp $ +// $Id: JetCorrectorDBReader.cc,v 1.6 2010/11/04 13:17:00 kkousour Exp $ // // diff --git a/JetMETCorrections/Modules/src/JetCorrectionESChain.cc b/JetMETCorrections/Modules/src/JetCorrectionESChain.cc index a5951b91d55de..67b6774fbe9a6 100644 --- a/JetMETCorrections/Modules/src/JetCorrectionESChain.cc +++ b/JetMETCorrections/Modules/src/JetCorrectionESChain.cc @@ -1,7 +1,7 @@ // // Original Author: Fedor Ratnikov // Created: Dec. 28, 2006 -// $Id: JetCorrectionESChain.cc,v 1.2 2011/11/08 19:36:22 srappocc Exp $ +// $Id: JetCorrectionESChain.cc,v 1.1.2.1 2011/10/17 20:54:22 wdd Exp $ // // diff --git a/JetMETCorrections/Objects/interface/ChainedJetCorrector.h b/JetMETCorrections/Objects/interface/ChainedJetCorrector.h index 4cbd358da54db..a5ec1f15f42f1 100644 --- a/JetMETCorrections/Objects/interface/ChainedJetCorrector.h +++ b/JetMETCorrections/Objects/interface/ChainedJetCorrector.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: ChainedJetCorrector.h,v 1.3 2011/04/28 14:05:21 kkousour Exp $ +// $Id: ChainedJetCorrector.h,v 1.2.2.2 2011/04/07 11:16:36 kkousour Exp $ // // Correction which chains other corrections // diff --git a/JetMETCorrections/Objects/interface/JetCorrectionsRecord.h b/JetMETCorrections/Objects/interface/JetCorrectionsRecord.h index 3d998669ec2e2..d2addef74db1d 100644 --- a/JetMETCorrections/Objects/interface/JetCorrectionsRecord.h +++ b/JetMETCorrections/Objects/interface/JetCorrectionsRecord.h @@ -1,7 +1,7 @@ // // Original Author: Fedor Ratnikov // Created: Dec. 27, 2006 -// $Id: JetCorrectionsRecord.h,v 1.1 2006/12/29 00:48:42 fedor Exp $ +// $Id: HcalDbProducer.h,v 1.9 2006/10/18 23:37:50 fedor Exp $ // // #ifndef JetCorrectionsRecord_h diff --git a/JetMETCorrections/Objects/interface/JetCorrector.h b/JetMETCorrections/Objects/interface/JetCorrector.h index 7aad6ba5e927d..b0f7addfddc7b 100644 --- a/JetMETCorrections/Objects/interface/JetCorrector.h +++ b/JetMETCorrections/Objects/interface/JetCorrector.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: JetCorrector.h,v 1.8 2011/04/28 14:05:21 kkousour Exp $ +// $Id: JetCorrector.h,v 1.7.2.2 2011/04/07 11:16:36 kkousour Exp $ // // Generic interface for JetCorrection services // diff --git a/JetMETCorrections/Objects/src/ChainedJetCorrector.cc b/JetMETCorrections/Objects/src/ChainedJetCorrector.cc index c6a9031b7f40a..606fa6df07ace 100644 --- a/JetMETCorrections/Objects/src/ChainedJetCorrector.cc +++ b/JetMETCorrections/Objects/src/ChainedJetCorrector.cc @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Feb. 16, 2007 -// $Id: ChainedJetCorrector.cc,v 1.3 2011/04/28 14:05:22 kkousour Exp $ +// $Id: ChainedJetCorrector.cc,v 1.2.2.2 2011/04/07 11:17:09 kkousour Exp $ // // Correction which chains other corrections // diff --git a/JetMETCorrections/Objects/src/JetCorrectionsRecord.cc b/JetMETCorrections/Objects/src/JetCorrectionsRecord.cc index 1dbca713a9fab..9090bf5ace002 100644 --- a/JetMETCorrections/Objects/src/JetCorrectionsRecord.cc +++ b/JetMETCorrections/Objects/src/JetCorrectionsRecord.cc @@ -1,7 +1,7 @@ // // Original Author: Fedor Ratnikov // Created: Dec. 27, 2006 -// $Id: JetCorrectionsRecord.cc,v 1.1 2006/12/29 00:48:42 fedor Exp $ +// $Id: HcalDbProducer.h,v 1.9 2006/10/18 23:37:50 fedor Exp $ // // diff --git a/JetMETCorrections/Objects/src/JetCorrector.cc b/JetMETCorrections/Objects/src/JetCorrector.cc index b1512d4e99cda..3725f71bc43f5 100644 --- a/JetMETCorrections/Objects/src/JetCorrector.cc +++ b/JetMETCorrections/Objects/src/JetCorrector.cc @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: JetCorrector.cc,v 1.8 2011/04/28 14:05:22 kkousour Exp $ +// $Id: JetCorrector.cc,v 1.7.2.2 2011/04/07 11:17:09 kkousour Exp $ // // Generic interface for JetCorrection services // diff --git a/JetMETCorrections/Type1MET/interface/CaloJetMETcorrInputProducerT.h b/JetMETCorrections/Type1MET/interface/CaloJetMETcorrInputProducerT.h index 38acc62ab82c0..f30ce7ab53f18 100644 --- a/JetMETCorrections/Type1MET/interface/CaloJetMETcorrInputProducerT.h +++ b/JetMETCorrections/Type1MET/interface/CaloJetMETcorrInputProducerT.h @@ -10,9 +10,9 @@ * Florent Lacroix, University of Illinois at Chicago * Christian Veelken, LLR * - * \version $Revision: 1.5 $ + * \version $Revision: 1.4 $ * - * $Id: CaloJetMETcorrInputProducerT.h,v 1.5 2012/02/13 14:18:39 veelken Exp $ + * $Id: CaloJetMETcorrInputProducerT.h,v 1.4 2011/11/20 10:25:47 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/interface/CorrectedMETProducerT.h b/JetMETCorrections/Type1MET/interface/CorrectedMETProducerT.h index 5a29fa1edaae3..f55b3ef98def6 100644 --- a/JetMETCorrections/Type1MET/interface/CorrectedMETProducerT.h +++ b/JetMETCorrections/Type1MET/interface/CorrectedMETProducerT.h @@ -14,9 +14,9 @@ * Florent Lacroix, University of Illinois at Chicago * Christian Veelken, LLR * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: CorrectedMETProducerT.h,v 1.4 2011/09/16 08:05:48 veelken Exp $ + * $Id: CorrectedMETProducerT.h,v 1.3 2011/09/16 08:03:38 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/interface/JetCorrExtractorT.h b/JetMETCorrections/Type1MET/interface/JetCorrExtractorT.h index 0be9d79fec476..9d2b3ee06fbee 100644 --- a/JetMETCorrections/Type1MET/interface/JetCorrExtractorT.h +++ b/JetMETCorrections/Type1MET/interface/JetCorrExtractorT.h @@ -12,9 +12,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.5 $ + * \version $Revision: 1.4 $ * - * $Id: JetCorrExtractorT.h,v 1.5 2012/04/19 17:55:52 veelken Exp $ + * $Id: JetCorrExtractorT.h,v 1.4 2011/11/20 10:25:47 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/interface/METCorrectionAlgorithm.h b/JetMETCorrections/Type1MET/interface/METCorrectionAlgorithm.h index 5e829355acaa2..76ac4601c1006 100644 --- a/JetMETCorrections/Type1MET/interface/METCorrectionAlgorithm.h +++ b/JetMETCorrections/Type1MET/interface/METCorrectionAlgorithm.h @@ -13,9 +13,9 @@ * Christian Veelken, LLR * Tai Sakuma, Texas A&M * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: METCorrectionAlgorithm.h,v 1.3 2011/12/09 00:02:05 sakuma Exp $ + * $Id: METCorrectionAlgorithm.h,v 1.2 2011/10/14 10:14:35 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h b/JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h index 1024c38eeb9c7..c349b2989bdcc 100644 --- a/JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h +++ b/JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h @@ -12,9 +12,9 @@ * Florent Lacroix, University of Illinois at Chicago * Christian Veelken, LLR * - * \version $Revision: 1.8 $ + * \version $Revision: 1.7 $ * - * $Id: PFJetMETcorrInputProducerT.h,v 1.8 2012/04/19 17:56:29 veelken Exp $ + * $Id: PFJetMETcorrInputProducerT.h,v 1.7 2012/02/13 14:18:40 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer.cc b/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer.cc index e7904ea6134aa..3608bc154c8b9 100644 --- a/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer.cc +++ b/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer.cc @@ -13,7 +13,7 @@ * * \version $Revision: 1.1 $ * - * $Id: CorrectedCaloMETProducer.cc,v 1.1 2011/09/16 08:03:38 veelken Exp $ + * $Id: CorrectedCaloMETProducer.cc,v 1.1 2011/09/13 14:35:34 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer2.cc b/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer2.cc index 5d41c2f8176da..743ae2150c4c3 100644 --- a/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer2.cc +++ b/JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer2.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: CorrectedCaloMETProducer2.cc,v 1.1 2013/01/15 06:48:55 sakuma Exp $ +// $Id: CorrMETData.h,v 1.7 2013/01/15 06:26:51 sakuma Exp $ //____________________________________________________________________________|| #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer.cc b/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer.cc index 3c7610275e530..c3bc14e27b772 100644 --- a/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer.cc +++ b/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer.cc @@ -11,9 +11,9 @@ * Florent Lacroix, University of Illinois at Chicago * Christian Veelken, LLR * - * \version $Revision: 1.1 $ + * \version $Revision: 1.00 $ * - * $Id: CorrectedPFMETProducer.cc,v 1.1 2011/09/13 14:35:34 veelken Exp $ + * $Id: CorrectedPFMETProducer.h,v 1.18 2011/05/30 15:19:41 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer2.cc b/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer2.cc index f87f0e2cf8a49..95580f7deabc2 100644 --- a/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer2.cc +++ b/JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer2.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: CorrectedPFMETProducer2.cc,v 1.1 2013/01/15 06:49:03 sakuma Exp $ +// $Id: CorrMETData.h,v 1.7 2013/01/15 06:26:51 sakuma Exp $ //____________________________________________________________________________|| #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/JetMETCorrections/Type1MET/plugins/MuonMETcorrInputProducer.h b/JetMETCorrections/Type1MET/plugins/MuonMETcorrInputProducer.h index 1aa9a720a20bc..03a8a7015d512 100644 --- a/JetMETCorrections/Type1MET/plugins/MuonMETcorrInputProducer.h +++ b/JetMETCorrections/Type1MET/plugins/MuonMETcorrInputProducer.h @@ -10,7 +10,7 @@ * * \version $Revision: 1.1 $ * - * $Id: MuonMETcorrInputProducer.h,v 1.1 2011/09/16 08:03:38 veelken Exp $ + * $Id: MuonMETcorrInputProducer.h,v 1.1 2011/09/13 14:35:35 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/PFCandMETcorrInputProducer.h b/JetMETCorrections/Type1MET/plugins/PFCandMETcorrInputProducer.h index a006e6ffbfaff..60cd3c7d5c920 100644 --- a/JetMETCorrections/Type1MET/plugins/PFCandMETcorrInputProducer.h +++ b/JetMETCorrections/Type1MET/plugins/PFCandMETcorrInputProducer.h @@ -10,9 +10,9 @@ * Florent Lacroix, University of Illinois at Chicago * Christian Veelken, LLR * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: PFCandMETcorrInputProducer.h,v 1.2 2011/10/14 10:14:35 veelken Exp $ + * $Id: PFCandMETcorrInputProducer.h,v 1.1 2011/09/13 14:35:34 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/PFchsMETcorrInputProducer.h b/JetMETCorrections/Type1MET/plugins/PFchsMETcorrInputProducer.h index 8b0d5cb4acad7..434425e8107fd 100644 --- a/JetMETCorrections/Type1MET/plugins/PFchsMETcorrInputProducer.h +++ b/JetMETCorrections/Type1MET/plugins/PFchsMETcorrInputProducer.h @@ -10,9 +10,9 @@ * \authors Anne-Maria Visuri, Mikko Voutilainen * Tai Sakuma * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: PFchsMETcorrInputProducer.h,v 1.1 2011/12/09 00:05:49 sakuma Exp $ + * $Id: PFchsMETcorrInputProducer.h,v 1.2 2011/10/14 10:14:35 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/ScaleCorrMETData.cc b/JetMETCorrections/Type1MET/plugins/ScaleCorrMETData.cc index ee6dc2e8f03bc..1a01b69f944ef 100644 --- a/JetMETCorrections/Type1MET/plugins/ScaleCorrMETData.cc +++ b/JetMETCorrections/Type1MET/plugins/ScaleCorrMETData.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: ScaleCorrMETData.cc,v 1.1 2013/01/15 06:49:06 sakuma Exp $ +// $Id: CorrMETData.h,v 1.7 2013/01/15 06:26:51 sakuma Exp $ //____________________________________________________________________________|| #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/JetMETCorrections/Type1MET/plugins/SysShiftMETcorrInputProducer.h b/JetMETCorrections/Type1MET/plugins/SysShiftMETcorrInputProducer.h index 8d146719e1ebc..b219a5d931f45 100644 --- a/JetMETCorrections/Type1MET/plugins/SysShiftMETcorrInputProducer.h +++ b/JetMETCorrections/Type1MET/plugins/SysShiftMETcorrInputProducer.h @@ -8,9 +8,9 @@ * * \authors Christian Veelken, LLR * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: SysShiftMETcorrInputProducer.h,v 1.2 2012/04/09 14:19:01 veelken Exp $ + * $Id: SysShiftMETcorrInputProducer.h,v 1.1 2012/04/03 11:51:22 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/Type0PFMETcorrInputProducer.h b/JetMETCorrections/Type1MET/plugins/Type0PFMETcorrInputProducer.h index 4e424bc58b847..9c2ba805410b9 100644 --- a/JetMETCorrections/Type1MET/plugins/Type0PFMETcorrInputProducer.h +++ b/JetMETCorrections/Type1MET/plugins/Type0PFMETcorrInputProducer.h @@ -10,7 +10,7 @@ * * \version $Revision: 1.1 $ * - * $Id: Type0PFMETcorrInputProducer.h,v 1.1 2012/04/19 17:59:40 veelken Exp $ + * $Id: Type0(PF)METcorrInputProducer.h,v 1.1 2011/09/16 08:03:38 veelken Exp $ * */ diff --git a/JetMETCorrections/Type1MET/plugins/Type2CorrectionProducer.cc b/JetMETCorrections/Type1MET/plugins/Type2CorrectionProducer.cc index 277e5d4740629..163f294e78a77 100644 --- a/JetMETCorrections/Type1MET/plugins/Type2CorrectionProducer.cc +++ b/JetMETCorrections/Type1MET/plugins/Type2CorrectionProducer.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: Type2CorrectionProducer.cc,v 1.1 2013/01/15 06:49:10 sakuma Exp $ +// $Id: CorrMETData.h,v 1.7 2013/01/15 06:26:51 sakuma Exp $ //____________________________________________________________________________|| #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.cc b/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.cc index fcee858bef122..41f73b39704de 100644 --- a/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.cc +++ b/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.cc @@ -13,7 +13,7 @@ // // Original Author: Justin Hugon,Ivan's graduate student,jhugon@phys.ufl.edu // Created: Thu Jun 10 10:40:10 EDT 2010 -// $Id: CSCTFEfficiency.cc,v 1.2 2012/02/10 10:54:57 jhugon Exp $ +// $Id: CSCTFEfficiency.cc,v 1.1 2011/10/18 18:46:09 jhugon Exp $ // // // diff --git a/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.h b/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.h index 89ca515bdc6e4..82f64bdcfb53f 100644 --- a/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.h +++ b/L1Trigger/CSCTrackFinder/test/analysis/CSCTFEfficiency.h @@ -14,7 +14,7 @@ Description: [one line class summary] // // Original Author: Justin Hugon,Ivan's graduate student,jhugon@phys.ufl.edu // Created: Thu Jun 10 10:40:10 EDT 2010 -// $Id: CSCTFEfficiency.h,v 1.2 2012/02/10 10:54:57 jhugon Exp $ +// $Id: CSCTFEfficiency.h,v 1.1 2011/10/18 18:46:09 jhugon Exp $ // // #ifndef jhugon_CSCTFEfficiency_h diff --git a/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.cc b/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.cc index 519342b139a21..1c2ca8334daf8 100644 --- a/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.cc +++ b/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.cc @@ -7,7 +7,7 @@ // // Author List: S. Valuev, UCLA. // -// $Id: CSCTriggerPrimitivesProducer.cc,v 1.16 2012/12/05 21:16:16 khotilov Exp $ +// $Id: CSCTriggerPrimitivesProducer.cc,v 1.15.2.1 2012/05/16 00:31:23 khotilov Exp $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.h b/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.h index 26dcbee418c77..8918960d3ba85 100644 --- a/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.h +++ b/L1Trigger/CSCTriggerPrimitives/plugins/CSCTriggerPrimitivesProducer.h @@ -17,7 +17,7 @@ * * \author Slava Valuev, UCLA. * - * $Id: CSCTriggerPrimitivesProducer.h,v 1.5 2012/12/05 21:16:16 khotilov Exp $ + * $Id: CSCTriggerPrimitivesProducer.h,v 1.4.2.1 2012/05/16 00:31:24 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.cc index 91e9b1c8da317..1cda7b191fe64 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.cc @@ -20,7 +20,7 @@ // Porting from ORCA by S. Valuev (Slava.Valuev@cern.ch), // May 2006. // -// $Id: CSCAnodeLCTProcessor.cc,v 1.43 2012/12/05 21:14:22 khotilov Exp $ +// $Id: CSCAnodeLCTProcessor.cc,v 1.42.2.5 2012/10/18 04:50:36 khotilov Exp $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.h b/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.h index d56b87df7f787..a3a4b410dd655 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.h +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCAnodeLCTProcessor.h @@ -13,7 +13,7 @@ * in ORCA). * Porting from ORCA by S. Valuev (Slava.Valuev@cern.ch), May 2006. * - * $Id: CSCAnodeLCTProcessor.h,v 1.23 2012/12/05 21:14:22 khotilov Exp $ + * $Id: CSCAnodeLCTProcessor.h,v 1.22.2.4 2012/10/18 04:50:36 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc index 3d7d012847ecb..c9792a317ba5b 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc @@ -19,7 +19,7 @@ // Porting from ORCA by S. Valuev (Slava.Valuev@cern.ch), // May 2006. // -// $Id: CSCCathodeLCTProcessor.cc,v 1.48 2012/12/05 21:14:22 khotilov Exp $ +// $Id: CSCCathodeLCTProcessor.cc,v 1.44.2.6 2012/10/18 04:51:49 khotilov Exp $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.h b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.h index 9f43d46680325..9f2fef5e0444b 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.h +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.h @@ -23,7 +23,7 @@ * in ORCA). * Porting from ORCA by S. Valuev (Slava.Valuev@cern.ch), May 2006. * - * $Id: CSCCathodeLCTProcessor.h,v 1.26 2012/12/05 21:14:22 khotilov Exp $ + * $Id: CSCCathodeLCTProcessor.h,v 1.25.2.3 2012/10/18 04:51:49 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.cc index 278423a730799..e05fcb91afc77 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.cc @@ -27,7 +27,7 @@ // Based on code by Nick Wisniewski (nw@its.caltech.edu) // and a framework by Darin Acosta (acosta@phys.ufl.edu). // -// $Id: CSCMotherboard.cc,v 1.34 2012/12/05 21:14:22 khotilov Exp $ +// $Id: CSCMotherboard.cc,v 1.33.2.3 2012/10/18 04:59:25 khotilov Exp $ // // Modifications: Numerous later improvements by Jason Mumford and // Slava Valuev (see cvs in ORCA). diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.h b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.h index 177e4d7fb921d..c4b714644ddab 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.h +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.h @@ -31,7 +31,7 @@ * in ORCA). * Porting from ORCA by S. Valuev (Slava.Valuev@cern.ch), May 2006. * - * $Id: CSCMotherboard.h,v 1.16 2012/12/05 21:14:22 khotilov Exp $ + * $Id: CSCMotherboard.h,v 1.15.2.2 2012/10/18 04:59:25 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.cc index 075f42573ee4d..28db83b9eee68 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.cc @@ -7,8 +7,8 @@ // // Author List: Vadim Khotilovich 12 May 2009 // -// $Date: 2012/12/05 21:14:22 $ -// $Revision: 1.2 $ +// $Date: 2012/10/18 05:01:39 $ +// $Revision: 1.1.4.3 $ // //----------------------------------------------------------------------------- diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.h b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.h index e631014596888..ee2898e734dc3 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.h +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.h @@ -10,8 +10,8 @@ * * Based on CSCMotherboard code * - * $Date: 2012/12/05 21:14:22 $ - * $Revision: 1.2 $ + * $Date: 2012/10/18 05:01:39 $ + * $Revision: 1.1.4.3 $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCMuonPortCard.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCMuonPortCard.cc index 27684b6aaf049..03956eacfbed3 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCMuonPortCard.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCMuonPortCard.cc @@ -11,8 +11,8 @@ // Author List: Benn Tannenbaum 30 August 1999. // Based on code by Nick Wisniewski. // -// $Date: 2012/12/05 21:14:23 $ -// $Revision: 1.7 $ +// $Date: 2012/05/16 00:31:25 $ +// $Revision: 1.6.4.1 $ // // Modifications: Numerous later improvements by Jason Mumford and // Slava Valuev (see cvs in ORCA). diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.cc index 47736baa112f7..2e623b3ca3d44 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.cc @@ -8,7 +8,7 @@ // // Author List: S. Valuev, UCLA. // -// $Id: CSCTriggerPrimitivesBuilder.cc,v 1.22 2012/12/05 21:14:23 khotilov Exp $ +// $Id: CSCTriggerPrimitivesBuilder.cc,v 1.21.2.3 2012/10/18 05:04:22 khotilov Exp $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.h b/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.h index 5eae7d848ffab..83af09d00118d 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.h +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.h @@ -11,7 +11,7 @@ * * \author Slava Valuev, UCLA. * - * $Id: CSCTriggerPrimitivesBuilder.h,v 1.9 2012/12/05 21:14:23 khotilov Exp $ + * $Id: CSCTriggerPrimitivesBuilder.h,v 1.8.2.2 2012/10/18 05:04:21 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.cc b/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.cc index 3694946ec019f..39e1b6bd97803 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.cc +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.cc @@ -4,7 +4,7 @@ * Slava Valuev May 26, 2004. * Porting from ORCA by S. Valuev in September 2006. * - * $Id: CSCAnodeLCTAnalyzer.cc,v 1.14 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCAnodeLCTAnalyzer.cc,v 1.13.2.1 2012/05/16 00:31:25 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.h b/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.h index 42ff385bf44b0..a28f81a59961a 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.h +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCAnodeLCTAnalyzer.h @@ -8,7 +8,7 @@ * \author Slava Valuev 26 May 2004. * Porting from ORCA by S. Valuev in September 2006. * - * $Id: CSCAnodeLCTAnalyzer.h,v 1.4 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCAnodeLCTAnalyzer.h,v 1.3.4.1 2012/05/16 00:31:26 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.cc b/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.cc index 0a257332f1054..fe4e87233daa7 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.cc +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.cc @@ -4,7 +4,7 @@ * Slava Valuev May 26, 2004 * Porting from ORCA by S. Valuev in September 2006. * - * $Id: CSCCathodeLCTAnalyzer.cc,v 1.17 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCCathodeLCTAnalyzer.cc,v 1.16.2.1 2012/05/16 00:31:26 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.h b/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.h index 1fe6aeadbf149..1889befadec77 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.h +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCCathodeLCTAnalyzer.h @@ -8,7 +8,7 @@ * \author Slava Valuev 26 May 2004. * Porting from ORCA by S. Valuev in September 2006. * - * $Id: CSCCathodeLCTAnalyzer.h,v 1.6 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCCathodeLCTAnalyzer.h,v 1.5.4.1 2012/05/16 00:31:26 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCLayerInfo.h b/L1Trigger/CSCTriggerPrimitives/test/CSCLayerInfo.h index a42e093dfba60..53e428310f4d6 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCLayerInfo.h +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCLayerInfo.h @@ -6,7 +6,7 @@ * \author Jason Mumford, Slava Valuev 21 August 2001 * Porting from ORCA by S. Valuev in September 2006. * - * $Id: CSCLayerInfo.h,v 1.3 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCLayerInfo.h,v 1.2.4.1 2012/05/16 00:31:26 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.cc b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.cc index 609c0450690d9..b2cd2960e24fd 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.cc +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.cc @@ -7,8 +7,8 @@ // // Author List: S. Valuev, UCLA. // -// $Date: 2012/09/27 15:47:22 $ -// $Revision: 1.3 $ +// $Date: 2011/02/09 14:45:09 $ +// $Revision: 1.2 $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.h b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.h index 25760b66171c0..47d5224283d45 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.h +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesDQM.h @@ -9,8 +9,8 @@ * * \author Slava Valuev, UCLA. * - * $Date: 2011/02/09 14:45:09 $ - * $Revision: 1.2 $ + * $Date: 2011/01/28 10:45:39 $ + * $Revision: 1.1 $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.cc b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.cc index 9b100ec069ee1..12c1c5474d3a5 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.cc +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.cc @@ -7,7 +7,7 @@ // // Author List: S. Valuev, UCLA. // -// $Id: CSCTriggerPrimitivesReader.cc,v 1.43 2012/12/05 21:12:53 khotilov Exp $ +// $Id: CSCTriggerPrimitivesReader.cc,v 1.42.2.1 2012/05/16 00:31:26 khotilov Exp $ // // Modifications: // diff --git a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.h b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.h index 7032fdcc9fd2f..78abeea010856 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.h +++ b/L1Trigger/CSCTriggerPrimitives/test/CSCTriggerPrimitivesReader.h @@ -8,7 +8,7 @@ * * \author Slava Valuev, UCLA. * - * $Id: CSCTriggerPrimitivesReader.h,v 1.19 2012/12/05 21:12:53 khotilov Exp $ + * $Id: CSCTriggerPrimitivesReader.h,v 1.18.2.1 2012/05/16 00:31:26 khotilov Exp $ * */ diff --git a/L1Trigger/CSCTriggerPrimitives/test/EvtGen+DetSim+Digi+CscLCTs_cfg.py b/L1Trigger/CSCTriggerPrimitives/test/EvtGen+DetSim+Digi+CscLCTs_cfg.py index 8fad47b29a2d8..247e781350d2c 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/EvtGen+DetSim+Digi+CscLCTs_cfg.py +++ b/L1Trigger/CSCTriggerPrimitives/test/EvtGen+DetSim+Digi+CscLCTs_cfg.py @@ -7,7 +7,7 @@ ) process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.11 $'), + version = cms.untracked.string('$Revision: 1.10 $'), name = cms.untracked.string("$Source: /local/reps/CMSSW/CMSSW/L1Trigger/CSCTriggerPrimitives/test/EvtGen+DetSim+Digi+CscLCTs_cfg.py,v $"), annotation = cms.untracked.string("SV: single particle gun mu- 50 GeV") ) diff --git a/L1Trigger/DTBti/interface/DTBtiCard.h b/L1Trigger/DTBti/interface/DTBtiCard.h index 8fbaecfb9d1b8..15918b43153d8 100644 --- a/L1Trigger/DTBti/interface/DTBtiCard.h +++ b/L1Trigger/DTBti/interface/DTBtiCard.h @@ -4,8 +4,8 @@ * Contains active DTBtiChips * * - * $Date: 2010/11/11 16:26:54 $ - * $Revision: 1.12 $ + * $Date: 2009/11/12 14:33:15 $ + * $Revision: 1.11 $ * * \author C. Grandi, S. Vanini * diff --git a/L1Trigger/DTBti/interface/DTBtiChip.h b/L1Trigger/DTBti/interface/DTBtiChip.h index 6c37afc5ee027..3784dd70d3684 100644 --- a/L1Trigger/DTBti/interface/DTBtiChip.h +++ b/L1Trigger/DTBti/interface/DTBtiChip.h @@ -6,8 +6,8 @@ * Internally uses DTBtiHit to store muon digis * * - * $Date: 2010/01/21 10:22:12 $ - * $Revision: 1.8 $ + * $Date: 2009/11/12 14:33:15 $ + * $Revision: 1.7 $ * * \author S. Vanini */ diff --git a/L1Trigger/DTBti/interface/DTBtiHit.h b/L1Trigger/DTBti/interface/DTBtiHit.h index bd3d020a04e4a..7b8cc18c53da5 100644 --- a/L1Trigger/DTBti/interface/DTBtiHit.h +++ b/L1Trigger/DTBti/interface/DTBtiHit.h @@ -5,8 +5,8 @@ * A class for hits in a drift cell * * - * $Date: 2008/06/30 13:41:36 $ - * $Revision: 1.6 $ + * $Date: 2007/05/04 10:19:45 $ + * $Revision: 1.5 $ * * \author C. Grandi, S. Vanini * Modifications: diff --git a/L1Trigger/DTBti/interface/DTBtiTrig.h b/L1Trigger/DTBti/interface/DTBtiTrig.h index c7f253b1b274f..28836ce850209 100644 --- a/L1Trigger/DTBti/interface/DTBtiTrig.h +++ b/L1Trigger/DTBti/interface/DTBtiTrig.h @@ -7,8 +7,8 @@ * which allow algorithm debugging * * - * $Date: 2006/07/19 10:18:31 $ - * $Revision: 1.1 $ + * $Date: 2003/10/18 09:12:53 $ + * $Revision: 1.10 $ * * \author C. Grandi * diff --git a/L1Trigger/DTBti/interface/DTBtiTrigData.h b/L1Trigger/DTBti/interface/DTBtiTrigData.h index d825ff2d019b2..85ed8f7ff12e9 100644 --- a/L1Trigger/DTBti/interface/DTBtiTrigData.h +++ b/L1Trigger/DTBti/interface/DTBtiTrigData.h @@ -5,8 +5,8 @@ * DTBtiChip Trigger Data * * - * $Date: 2007/04/27 08:37:37 $ - * $Revision: 1.2 $ + * $Date: 2006/07/19 10:18:31 $ + * $Revision: 1.1 $ * * \author C. Grandi, S. Vanini * diff --git a/L1Trigger/DTSectorCollector/interface/DTSC.h b/L1Trigger/DTSectorCollector/interface/DTSC.h index 5a44befe70e27..f43fdc654be1b 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSC.h +++ b/L1Trigger/DTSectorCollector/interface/DTSC.h @@ -3,7 +3,7 @@ /** \class: DTSC.h * * - * $Date: 2008/09/05 16:03:44 $ + * $Date: 2007/03/09 15:17:40 $ * * Implementation of Sector Collector trigger algorithm * diff --git a/L1Trigger/DTSectorCollector/interface/DTSCCand.h b/L1Trigger/DTSectorCollector/interface/DTSCCand.h index 647956e2fb482..d084ec67715d6 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSCCand.h +++ b/L1Trigger/DTSectorCollector/interface/DTSCCand.h @@ -5,7 +5,7 @@ * Implementation of Sector Collector trigger algorithm * * - * $Date: 2007/02/09 11:24:32 $ + * $Date: 2006/07/19 10:44:41 $ * * \author D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTSectorCollector/interface/DTSCTrigUnit.h b/L1Trigger/DTSectorCollector/interface/DTSCTrigUnit.h index 6b3ac61e74224..5e998872d3666 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSCTrigUnit.h +++ b/L1Trigger/DTSectorCollector/interface/DTSCTrigUnit.h @@ -3,8 +3,8 @@ /** \class DTSCTrigUnit * Muon Barrel Sector Collector Trigger Unit (Chamber trigger) * - * $Date: 2010/11/11 16:28:21 $ - * $Revision: 1.10 $ + * $Date: 2009/11/02 14:18:29 $ + * $Revision: 1.9 $ * * \author C.Grandi, S. Marcellini */ diff --git a/L1Trigger/DTSectorCollector/interface/DTSectColl.h b/L1Trigger/DTSectorCollector/interface/DTSectColl.h index f4773be418c0a..ef378641b4d0b 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSectColl.h +++ b/L1Trigger/DTSectorCollector/interface/DTSectColl.h @@ -5,7 +5,7 @@ * * * - * $Date: 2008/09/05 16:03:44 $ + * $Date: 2008/06/30 13:44:28 $ * * \author D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTSectorCollector/interface/DTSectCollPhCand.h b/L1Trigger/DTSectorCollector/interface/DTSectCollPhCand.h index b6cadba1a209f..8d3dadaa470e5 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSectCollPhCand.h +++ b/L1Trigger/DTSectorCollector/interface/DTSectCollPhCand.h @@ -3,7 +3,7 @@ /** \Class DTSectCollPhCand.h * A Trigger Server Phi Candidate * - * $Date: 2008/06/30 13:44:28 $ + * $Date: 2007/04/27 08:45:51 $ * * * \Authors D. Bonacorsi, S. Marcellini diff --git a/L1Trigger/DTSectorCollector/interface/DTSectCollPhSegm.h b/L1Trigger/DTSectorCollector/interface/DTSectCollPhSegm.h index 9433a11e6c840..d77e886b76d02 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSectCollPhSegm.h +++ b/L1Trigger/DTSectorCollector/interface/DTSectCollPhSegm.h @@ -4,7 +4,7 @@ * * Muon Sector Collector Trigger Phi candidate * - * $Date: 2007/04/27 08:45:51 $ + * $Date: 2007/04/04 10:44:32 $ * * * \author S. Marcellini, D. Bonacorsi diff --git a/L1Trigger/DTSectorCollector/interface/DTSectCollThCand.h b/L1Trigger/DTSectorCollector/interface/DTSectCollThCand.h index d94e57b271845..7d4616dc8025b 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSectCollThCand.h +++ b/L1Trigger/DTSectorCollector/interface/DTSectCollThCand.h @@ -3,7 +3,7 @@ /** \Class DTSectCollThCand.h * A Trigger Server Theta Candidate * - * $Date: 2008/06/30 13:44:28 $ + * $Date: 2007/05/04 10:21:38 $ * * * \Author C. Battilana diff --git a/L1Trigger/DTSectorCollector/interface/DTSectCollThSegm.h b/L1Trigger/DTSectorCollector/interface/DTSectCollThSegm.h index 1206cdfab3972..8df08ea717b38 100644 --- a/L1Trigger/DTSectorCollector/interface/DTSectCollThSegm.h +++ b/L1Trigger/DTSectorCollector/interface/DTSectCollThSegm.h @@ -5,8 +5,8 @@ * Muon Sector Collector Trigger Theta candidate * * - * $Date: 2007/04/27 08:45:51 $ - * $Revision: 1.3 $ + * $Date: 2007/04/04 10:44:32 $ + * $Revision: 1.2 $ * * \author C. Battilana */ diff --git a/L1Trigger/DTTrackFinder/interface/L1AbstractProcessor.h b/L1Trigger/DTTrackFinder/interface/L1AbstractProcessor.h index 922a5d94856ad..42bd6791bdb38 100644 --- a/L1Trigger/DTTrackFinder/interface/L1AbstractProcessor.h +++ b/L1Trigger/DTTrackFinder/interface/L1AbstractProcessor.h @@ -5,8 +5,8 @@ * Abstract Base Class for L1 Trigger Devices with EventSetup */ // -// $Date: 2008/02/18 17:38:01 $ -// $Revision: 1.2 $ +// $Date: 2007/03/30 08:51:21 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h b/L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h index f861ee4c23751..7002c32749d5d 100644 --- a/L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h +++ b/L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h @@ -5,8 +5,8 @@ * Setup the L1 barrel Muon Trigger Track Finder * * - * $Date: 2007/03/30 08:51:21 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:11 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/interface/L1MuDTTrack.h b/L1Trigger/DTTrackFinder/interface/L1MuDTTrack.h index 066a789bd382e..0d0097a72fc2f 100644 --- a/L1Trigger/DTTrackFinder/interface/L1MuDTTrack.h +++ b/L1Trigger/DTTrackFinder/interface/L1MuDTTrack.h @@ -5,8 +5,8 @@ * L1 Muon Track Candidate * * - * $Date: 2007/04/10 13:04:51 $ - * $Revision: 1.5 $ + * $Date: 2007/02/27 11:43:59 $ + * $Revision: 1.4 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h b/L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h index 50d4ff1947b79..158a28949fb83 100644 --- a/L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h +++ b/L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h @@ -11,8 +11,8 @@ * - 1 DT Muon Sorter (MS) * * - * $Date: 2008/02/18 17:38:02 $ - * $Revision: 1.4 $ + * $Date: 2007/02/27 11:43:59 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.cc b/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.cc index 3e3079f1d0591..e1c63b6848ed4 100644 --- a/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.cc +++ b/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder EDProducer // // -// $Date: 2008/02/18 17:38:03 $ -// $Revision: 1.2 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.5 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.h b/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.h index e58114034b5f6..6c807bacae4c2 100644 --- a/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.h +++ b/L1Trigger/DTTrackFinder/plugins/DTTrackFinder.h @@ -5,8 +5,8 @@ * L1 DT Track Finder EDProducer * * - * $Date: 2007/04/25 17:27:33 $ - * $Revision: 1.1 $ + * $Date: 2007/03/30 09:09:21 $ + * $Revision: 1.3 $ * * J. Troconiz UAM Madrid */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.cc b/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.cc index ad9a87d4816d5..1e9a91268cc52 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.cc @@ -5,8 +5,8 @@ // Description: Array of relative Addresses // // -// $Date: 2008/10/13 07:44:43 $ -// $Revision: 1.3 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.h b/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.h index dad50902f3e2b..0be63b0eb83ed 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.h @@ -21,8 +21,8 @@ * \endverbatim * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.cc b/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.cc index 7e3b5a9ef5f0d..f8b17d57edb6e 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.cc @@ -5,8 +5,8 @@ // Description: Assignment Unit // // -// $Date: 2010/09/10 12:26:35 $ -// $Revision: 1.11 $ +// $Date: 2008/10/13 07:44:43 $ +// $Revision: 1.9 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.h b/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.h index df82f683c4ed2..bd4c5f64390a5 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTAssignmentUnit.h @@ -9,8 +9,8 @@ * found by the Track Assembler * * - * $Date: 2008/02/18 17:38:04 $ - * $Revision: 1.4 $ + * $Date: 2007/02/27 11:44:00 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.cc b/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.cc index c5a3dade51abd..5c1ede2112302 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.cc @@ -5,8 +5,8 @@ // Description: Data Buffer // // -// $Date: 2007/02/27 11:44:00 $ -// $Revision: 1.2 $ +// $Date: 2006/06/26 16:11:13 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.h b/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.h index f51203bfa5ec3..8bc13d4f3ab21 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTDataBuffer.h @@ -9,8 +9,8 @@ * execution of the track assembler * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTERS.cc b/L1Trigger/DTTrackFinder/src/L1MuDTERS.cc index 9f846a04fe6bd..ec19997034391 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTERS.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTERS.cc @@ -5,8 +5,8 @@ // Description: Extrapolation Result Selector // // -// $Date: 2007/02/27 11:44:00 $ -// $Revision: 1.2 $ +// $Date: 2006/06/26 16:11:13 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTERS.h b/L1Trigger/DTTrackFinder/src/L1MuDTERS.h index 3cc77c276a088..38982fa2137d1 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTERS.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTERS.h @@ -9,8 +9,8 @@ * performed per start track segment * * - * $Date: 2007/03/30 09:05:31 $ - * $Revision: 1.3 $ + * $Date: 2007/02/27 11:44:00 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTEUX.cc b/L1Trigger/DTTrackFinder/src/L1MuDTEUX.cc index e1ca7d6bb4513..33d1fee15dbc6 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTEUX.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTEUX.cc @@ -5,8 +5,8 @@ // Description: Extrapolator // // -// $Date: 2008/11/28 10:30:51 $ -// $Revision: 1.10 $ +// $Date: 2008/10/13 07:44:43 $ +// $Revision: 1.9 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTEUX.h b/L1Trigger/DTTrackFinder/src/L1MuDTEUX.h index c06318d6a6137..d5cb0841acb97 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTEUX.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTEUX.h @@ -9,8 +9,8 @@ * actual extrapolation * * - * $Date: 2008/11/28 10:30:51 $ - * $Revision: 1.5 $ + * $Date: 2008/02/18 17:38:04 $ + * $Revision: 1.4 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.cc b/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.cc index 330e6e3ff0cc5..b1425b4e1a258 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.cc @@ -9,8 +9,8 @@ // one Eta Track Finder (ETF) and // one Eta Matching Unit (EMU) // -// $Date: 2009/06/02 14:59:09 $ -// $Revision: 1.19 $ +// $Date: 2008/10/13 07:44:43 $ +// $Revision: 1.15 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.h b/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.h index cf68bb4e0b8ec..3621c23893203 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTEtaProcessor.h @@ -10,8 +10,8 @@ * - one Eta Matching Unit (EMU) * * - * $Date: 2009/06/02 14:41:48 $ - * $Revision: 1.9 $ + * $Date: 2008/05/12 15:00:09 $ + * $Revision: 1.6 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.cc b/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.cc index 00bc93f0c77d3..3350155979341 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.cc @@ -5,8 +5,8 @@ // Description: Extrapolation Unit // // -// $Date: 2008/11/28 10:30:51 $ -// $Revision: 1.5 $ +// $Date: 2008/10/13 07:44:43 $ +// $Revision: 1.4 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.h b/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.h index d1a5b3bf45a96..738a2f7178328 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTExtrapolationUnit.h @@ -13,8 +13,8 @@ * in the adjacent wheel (next wheel neighbour) * * - * $Date: 2008/11/28 10:30:51 $ - * $Revision: 1.5 $ + * $Date: 2008/02/18 17:38:04 $ + * $Revision: 1.4 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.cc b/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.cc index c2199f3556297..3812dc51836be 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.cc @@ -5,8 +5,8 @@ // Description: DT Muon Sorter // // -// $Date: 2008/02/18 17:38:04 $ -// $Revision: 1.4 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.h b/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.h index afc544bffd9d6..21d0a2d532043 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTMuonSorter.h @@ -10,8 +10,8 @@ * 4 best (highest pt, highest quality) muons * * - * $Date: 2007/03/30 09:05:32 $ - * $Revision: 1.3 $ + * $Date: 2007/02/27 11:44:00 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSEU.cc b/L1Trigger/DTTrackFinder/src/L1MuDTSEU.cc index 73b9f109e86bc..b803f4b2a5081 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSEU.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSEU.cc @@ -5,8 +5,8 @@ // Description: Single Extrapolation Unit // // -// $Date: 2008/11/28 10:30:51 $ -// $Revision: 1.4 $ +// $Date: 2007/03/30 09:05:32 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSEU.h b/L1Trigger/DTTrackFinder/src/L1MuDTSEU.h index 6d26fc42ae063..2e69372cdbb40 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSEU.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSEU.h @@ -9,8 +9,8 @@ * to all possible target track segments (12 or 6) * * - * $Date: 2008/02/18 17:38:04 $ - * $Revision: 1.4 $ + * $Date: 2007/03/30 09:05:32 $ + * $Revision: 1.3 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.cc b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.cc index 3be5ae569afd0..a85013ecf07a2 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.cc @@ -5,8 +5,8 @@ // Description: Sector Processor identifier // // -// $Date: 2008/10/13 07:44:43 $ -// $Revision: 1.3 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.h b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.h index 1e0fb772062ff..efde42df21f02 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.h @@ -10,8 +10,8 @@ * This is necessary because wheel 0 needs two sector processors * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.cc b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.cc index 81167766a0484..88d1b2a8b3d72 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.cc @@ -5,8 +5,8 @@ // Description: Sector Processor container // // -// $Date: 2011/12/21 08:39:04 $ -// $Revision: 1.5 $ +// $Date: 2008/10/17 12:41:48 $ +// $Revision: 1.4 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.h b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.h index e9a9b84e93fbc..e2e3dcca5e589 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSecProcMap.h @@ -6,8 +6,8 @@ * map which contains all sector processors * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.cc b/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.cc index 24f673bd4f49e..5585392acd3a4 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.cc @@ -5,8 +5,8 @@ // Description: Sector Processor // // -// $Date: 2010/06/28 14:35:29 $ -// $Revision: 1.7 $ +// $Date: 2008/11/28 10:30:51 $ +// $Revision: 1.6 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.h b/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.h index 437a1cf16b8c6..98a0b3b584c4e 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSectorProcessor.h @@ -11,8 +11,8 @@ * - two Assignment Units (AU) * * - * $Date: 2008/05/09 15:01:59 $ - * $Revision: 1.4 $ + * $Date: 2007/03/30 09:05:32 $ + * $Revision: 1.3 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.cc b/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.cc index b641348d802c1..29c6700091557 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.cc @@ -5,8 +5,8 @@ // Description: Sector Receiver // // -// $Date: 2012/07/05 12:37:10 $ -// $Revision: 1.22 $ +// $Date: 2010/09/10 12:26:35 $ +// $Revision: 1.19 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.h b/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.h index a701eab8fc79d..c3ea1ad66c20b 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTSectorReceiver.h @@ -9,8 +9,8 @@ * and stores it into the Data Buffer * * - * $Date: 2010/09/10 12:26:35 $ - * $Revision: 1.9 $ + * $Date: 2009/05/12 09:07:29 $ + * $Revision: 1.7 $ * * N. Neumeister CERN EP * J. Troconiz UAM Madrid diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.cc index 63d9b82790792..dd1f84f79b5db 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.cc @@ -5,8 +5,8 @@ // Description: DTTrackFinder parameters for L1MuDTTrackFinder // // -// $Date: 2012/07/05 11:06:57 $ -// $Revision: 1.9 $ +// $Date: 2008/05/09 15:02:00 $ +// $Revision: 1.8 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.h b/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.h index 689d53e790d3f..ea9c962e92bee 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTFConfig.h @@ -5,8 +5,8 @@ * Configuration parameters for L1MuDTTrackFinder * * - * $Date: 2012/07/05 11:06:57 $ - * $Revision: 1.6 $ + * $Date: 2010/02/11 00:12:32 $ + * $Revision: 1.5 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTFSetup.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTFSetup.cc index 9981693492746..b04749aa5ff33 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTFSetup.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTFSetup.cc @@ -5,8 +5,8 @@ // Description: Setup the L1 barrel Muon Trigger Track Finder // // -// $Date: 2007/07/29 17:18:50 $ -// $Revision: 1.4 $ +// $Date: 2007/03/30 09:05:32 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrack.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrack.cc index 3df658b5db973..284dee538ec35 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrack.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrack.cc @@ -5,8 +5,8 @@ // Description: Muon Track Candidate // // -// $Date: 2008/04/17 23:09:11 $ -// $Revision: 1.6 $ +// $Date: 2008/02/18 17:38:04 $ +// $Revision: 1.5 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.cc index 9978524c79452..320f620cc8093 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.cc @@ -3,8 +3,8 @@ // Description: Parameters for Track Assembler // // -// $Date: 2007/02/27 11:44:00 $ -// $Revision: 1.2 $ +// $Date: 2006/06/26 16:11:13 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.h b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.h index 2c8bd3f2f8851..5201bf2adf82c 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssParam.h @@ -3,8 +3,8 @@ // Description: Parameters for Track Assembler // // -// $Date: 2007/02/27 11:44:00 $ -// $Revision: 1.2 $ +// $Date: 2006/06/26 16:11:13 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.cc index f40303e849a80..01857a6d9ff05 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.cc @@ -5,8 +5,8 @@ // Description: Track Assembler // // -// $Date: 2008/02/18 17:38:04 $ -// $Revision: 1.3 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.h b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.h index e79dc4c21a878..2393892052977 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackAssembler.h @@ -14,8 +14,8 @@ * model b_sts_7 version 7 ) * * - * $Date: 2007/03/30 09:05:32 $ - * $Revision: 1.3 $ + * $Date: 2007/02/27 11:44:00 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackFinder.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackFinder.cc index fd7dc0e823bba..0cd3b2861260c 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackFinder.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackFinder.cc @@ -5,8 +5,8 @@ // Description: L1 barrel Muon Trigger Track Finder // // -// $Date: 2008/05/09 15:02:00 $ -// $Revision: 1.10 $ +// $Date: 2008/02/25 16:35:32 $ +// $Revision: 1.9 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.cc index f4382ae08ae3e..1215382213b24 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.cc @@ -5,8 +5,8 @@ // Description: ETA Track Segment // // -// $Date: 2007/02/27 11:44:00 $ -// $Revision: 1.2 $ +// $Date: 2006/06/26 16:11:13 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h index be84ec8f081c8..1a564828f0bdc 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h @@ -5,8 +5,8 @@ * ETA Track Segment * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.cc index 174f5054597d7..43b598d367802 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.cc @@ -5,8 +5,8 @@ // Description: Logical location of a Track Segment // // -// $Date: 2008/10/13 07:44:43 $ -// $Revision: 1.3 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h index 51a3ededaa4f6..2990fe765e4e0 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h @@ -12,8 +12,8 @@ * station: 1-5 (station 5=ME13) * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.cc b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.cc index cb7e4ef76c849..5cba64a004798 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.cc @@ -5,8 +5,8 @@ // Description: PHI Track Segment // // -// $Date: 2012/07/31 12:06:20 $ -// $Revision: 1.4 $ +// $Date: 2008/10/13 07:44:43 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.h b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.h index d7b39b1848c59..78103c3270418 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.h @@ -5,8 +5,8 @@ * PHI Track Segment * * - * $Date: 2007/02/27 11:44:00 $ - * $Revision: 1.2 $ + * $Date: 2006/06/26 16:11:13 $ + * $Revision: 1.1 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.cc b/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.cc index fd8165a977ffe..67cc767097638 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.cc +++ b/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.cc @@ -6,8 +6,8 @@ // find the 2 highest rank candidates per wedge // // -// $Date: 2008/02/18 17:38:05 $ -// $Revision: 1.4 $ +// $Date: 2007/02/27 11:44:00 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.h b/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.h index 6bdbcfe7c02e2..f85cadb4f2ac3 100644 --- a/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.h +++ b/L1Trigger/DTTrackFinder/src/L1MuDTWedgeSorter.h @@ -10,8 +10,8 @@ * candidates per wedge to the DT Muon Sorter * * - * $Date: 2007/03/30 09:05:32 $ - * $Revision: 1.3 $ + * $Date: 2007/02/27 11:44:00 $ + * $Revision: 1.2 $ * * N. Neumeister CERN EP */ diff --git a/L1Trigger/DTTraco/interface/DTTracoCand.h b/L1Trigger/DTTraco/interface/DTTracoCand.h index 1500972c65828..151e2eddc8bd3 100644 --- a/L1Trigger/DTTraco/interface/DTTracoCand.h +++ b/L1Trigger/DTTraco/interface/DTTracoCand.h @@ -5,8 +5,8 @@ * Implementation of DTTracoChip candidate * * - * $Date: 2008/06/30 13:42:21 $ - * $Revision: 1.3 $ + * $Date: 2007/04/27 08:41:29 $ + * $Revision: 1.2 $ * * \author C. Grandi, S. Vanini * diff --git a/L1Trigger/DTTraco/interface/DTTracoCard.h b/L1Trigger/DTTraco/interface/DTTracoCard.h index b632cf3c09748..da7038cd1fc65 100644 --- a/L1Trigger/DTTraco/interface/DTTracoCard.h +++ b/L1Trigger/DTTraco/interface/DTTracoCard.h @@ -4,8 +4,8 @@ * Contains active DTTracoChips * * - * $Date: 2009/11/12 14:33:22 $ - * $Revision: 1.10 $ + * $Date: 2008/09/05 15:56:27 $ + * $Revision: 1.9 $ * * \author C. Grandi, S. Vanini * diff --git a/L1Trigger/DTTraco/interface/DTTracoChip.h b/L1Trigger/DTTraco/interface/DTTracoChip.h index e0ecdee639632..7501c937cfbe6 100644 --- a/L1Trigger/DTTraco/interface/DTTracoChip.h +++ b/L1Trigger/DTTraco/interface/DTTracoChip.h @@ -6,8 +6,8 @@ * Internally uses DTTracoCand to store BTI triggers * * - * $Date: 2008/06/30 13:42:21 $ - * $Revision: 1.6 $ + * $Date: 2007/04/27 08:41:29 $ + * $Revision: 1.5 $ * * \author S. Vanini */ diff --git a/L1Trigger/DTTraco/interface/DTTracoLUTs.h b/L1Trigger/DTTraco/interface/DTTracoLUTs.h index a3dae09a8fa93..8f351d98b186c 100644 --- a/L1Trigger/DTTraco/interface/DTTracoLUTs.h +++ b/L1Trigger/DTTraco/interface/DTTracoLUTs.h @@ -5,8 +5,8 @@ * Look-up tables for traco angle and position * * - * $Date: 2006/07/19 10:24:02 $ - * $Revision: 1.1 $ + * $Date: 2003/10/18 08:29:23 $ + * $Revision: 1.3 $ * * \author S. Vanini - INFN Padova */ diff --git a/L1Trigger/DTTraco/interface/DTTracoTrig.h b/L1Trigger/DTTraco/interface/DTTracoTrig.h index 091851c146846..09feaecd08626 100644 --- a/L1Trigger/DTTraco/interface/DTTracoTrig.h +++ b/L1Trigger/DTTraco/interface/DTTracoTrig.h @@ -7,8 +7,8 @@ * which allow algorithm debugging * * - * $Date: 2006/07/19 10:24:02 $ - * $Revision: 1.1 $ + * $Date: 2004/07/09 17:14:41 $ + * $Revision: 1.11 $ * * \author C. Grandi, S. Vanini */ diff --git a/L1Trigger/DTTraco/interface/DTTracoTrigData.h b/L1Trigger/DTTraco/interface/DTTracoTrigData.h index 4a3a45da0eee9..88ca5589293ac 100644 --- a/L1Trigger/DTTraco/interface/DTTracoTrigData.h +++ b/L1Trigger/DTTraco/interface/DTTracoTrigData.h @@ -5,8 +5,8 @@ * DTTracoChip Trigger Data * * - * $Date: 2008/06/30 13:42:21 $ - * $Revision: 1.3 $ + * $Date: 2007/04/27 08:41:29 $ + * $Revision: 1.2 $ * * \author C. Grandi */ diff --git a/L1Trigger/DTTraco/interface/Lut.h b/L1Trigger/DTTraco/interface/Lut.h index 99b19127c3e76..db008ee02f085 100644 --- a/L1Trigger/DTTraco/interface/Lut.h +++ b/L1Trigger/DTTraco/interface/Lut.h @@ -4,7 +4,7 @@ * * Class for computing single Traco LUT from given parameters * - * $Date: 2011/02/10 12:41:00 $ + * $Date: 2009/11/12 14:33:22 $ * * \author S. Vanini */ diff --git a/L1Trigger/DTTrigger/interface/DTTrig.h b/L1Trigger/DTTrigger/interface/DTTrig.h index 8c0bca5c543ff..037bcf5443469 100644 --- a/L1Trigger/DTTrigger/interface/DTTrig.h +++ b/L1Trigger/DTTrigger/interface/DTTrig.h @@ -4,8 +4,8 @@ * Steering routine for L1 trigger simulation in a muon barrel station * * - * $Date: 2010/11/11 16:29:29 $ - * $Revision: 1.14 $ + * $Date: 2009/11/12 14:33:26 $ + * $Revision: 1.13 $ * * \author C.Grandi */ diff --git a/L1Trigger/DTTrigger/interface/DTTrigProd.h b/L1Trigger/DTTrigger/interface/DTTrigProd.h index 3307aeea2c3e5..404b6e1086c6d 100644 --- a/L1Trigger/DTTrigger/interface/DTTrigProd.h +++ b/L1Trigger/DTTrigger/interface/DTTrigProd.h @@ -4,8 +4,8 @@ * Main EDProducer for the DTTPG * * - * $Date: 2013/02/26 16:52:47 $ - * $Revision: 1.9 $ + * $Date: 2011/03/28 13:47:50 $ + * $Revision: 1.8 $ * * \author C. Battilana * diff --git a/L1Trigger/DTTrigger/interface/DTTrigTest.h b/L1Trigger/DTTrigger/interface/DTTrigTest.h index c7dc51b4b45e5..8b2d503c2bd81 100644 --- a/L1Trigger/DTTrigger/interface/DTTrigTest.h +++ b/L1Trigger/DTTrigger/interface/DTTrigTest.h @@ -7,8 +7,8 @@ * studies * * - * $Date: 2009/12/22 09:36:34 $ - * $Revision: 1.9 $ + * $Date: 2008/09/06 11:59:42 $ + * $Revision: 1.8 $ * * \author C. Battilana */ diff --git a/L1Trigger/DTTrigger/src/DTTrigProd.cc b/L1Trigger/DTTrigger/src/DTTrigProd.cc index 84b30e5e39e98..b8357382de54b 100644 --- a/L1Trigger/DTTrigger/src/DTTrigProd.cc +++ b/L1Trigger/DTTrigger/src/DTTrigProd.cc @@ -4,8 +4,8 @@ * Main EDProducer for the DTTPG * * - * $Date: 2013/02/26 16:52:48 $ - * $Revision: 1.20 $ + * $Date: 2011/05/16 16:23:03 $ + * $Revision: 1.19 $ * * \author C. Battilana * diff --git a/L1Trigger/DTTrigger/src/DTTrigTest.cc b/L1Trigger/DTTrigger/src/DTTrigTest.cc index 202f33636ad4c..85c91f3ff98bb 100644 --- a/L1Trigger/DTTrigger/src/DTTrigTest.cc +++ b/L1Trigger/DTTrigger/src/DTTrigTest.cc @@ -7,8 +7,8 @@ * studies * * - * $Date: 2009/12/22 09:36:34 $ - * $Revision: 1.13 $ + * $Date: 2008/09/06 11:59:42 $ + * $Revision: 1.12 $ * * \author C. Battilana */ diff --git a/L1Trigger/DTTriggerServerPhi/interface/DTChambPhSegm.h b/L1Trigger/DTTriggerServerPhi/interface/DTChambPhSegm.h index 9136d10e0ea0e..bab73d2d820f7 100644 --- a/L1Trigger/DTTriggerServerPhi/interface/DTChambPhSegm.h +++ b/L1Trigger/DTTriggerServerPhi/interface/DTChambPhSegm.h @@ -5,8 +5,8 @@ * Muon Chamber Trigger Phi candidate * * - * $Date: 2007/03/09 15:17:44 $ - * $Revision: 1.3 $ + * $Date: 2007/02/09 11:22:02 $ + * $Revision: 1.2 $ * * \author C. Grandi S. Marcellini. D. Bonacorsi */ diff --git a/L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h b/L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h index e3b28257f405a..dd944bc163f4f 100644 --- a/L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h +++ b/L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h @@ -3,8 +3,8 @@ /** \class DTTSCand * A Trigger Server Candidate * - * $Date: 2008/06/30 13:43:31 $ - * $Revision: 1.5 $ + * $Date: 2007/04/27 08:55:47 $ + * $Revision: 1.4 $ * * \author C. Grandi, D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTTriggerServerPhi/interface/DTTSM.h b/L1Trigger/DTTriggerServerPhi/interface/DTTSM.h index b34f28d03fdd3..dc92ca99b2228 100644 --- a/L1Trigger/DTTriggerServerPhi/interface/DTTSM.h +++ b/L1Trigger/DTTriggerServerPhi/interface/DTTSM.h @@ -4,8 +4,8 @@ * Implementation of TSM trigger algorithm * * - * $Date: 2008/09/05 15:59:57 $ - * $Revision: 1.3 $ + * $Date: 2007/02/09 11:22:02 $ + * $Revision: 1.2 $ * * \author C. Grandi, D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTTriggerServerPhi/interface/DTTSPhi.h b/L1Trigger/DTTriggerServerPhi/interface/DTTSPhi.h index c073409caacd3..db3899d50516f 100644 --- a/L1Trigger/DTTriggerServerPhi/interface/DTTSPhi.h +++ b/L1Trigger/DTTriggerServerPhi/interface/DTTSPhi.h @@ -4,8 +4,8 @@ * Implementation of TS Phi trigger algorithm * * - * $Date: 2008/09/05 15:59:57 $ - * $Revision: 1.7 $ + * $Date: 2008/06/30 13:43:31 $ + * $Revision: 1.6 $ * * \author C. Grandi, D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTTriggerServerPhi/interface/DTTSS.h b/L1Trigger/DTTriggerServerPhi/interface/DTTSS.h index 10803ca1a9fb4..e82d6cf2a169d 100644 --- a/L1Trigger/DTTriggerServerPhi/interface/DTTSS.h +++ b/L1Trigger/DTTriggerServerPhi/interface/DTTSS.h @@ -4,8 +4,8 @@ * Implementation of TSS trigger algorithm * * - * $Date: 2008/09/05 15:59:57 $ - * $Revision: 1.3 $ + * $Date: 2007/02/09 11:22:02 $ + * $Revision: 1.2 $ * * \author C. Grandi, D. Bonacorsi, S. Marcellini */ diff --git a/L1Trigger/DTTriggerServerTheta/interface/DTChambThSegm.h b/L1Trigger/DTTriggerServerTheta/interface/DTChambThSegm.h index 96f15c8a074b8..57ad922885c44 100644 --- a/L1Trigger/DTTriggerServerTheta/interface/DTChambThSegm.h +++ b/L1Trigger/DTTriggerServerTheta/interface/DTChambThSegm.h @@ -5,8 +5,8 @@ * Muon Chamber Trigger Theta candidate * * - * $Date: 2008/06/30 13:42:53 $ - * $Revision: 1.5 $ + * $Date: 2007/05/04 10:20:23 $ + * $Revision: 1.4 $ * * \author C. Grandi */ diff --git a/L1Trigger/DTTriggerServerTheta/interface/DTTSTheta.h b/L1Trigger/DTTriggerServerTheta/interface/DTTSTheta.h index 28cbdd0efe565..38d666ead1a6f 100644 --- a/L1Trigger/DTTriggerServerTheta/interface/DTTSTheta.h +++ b/L1Trigger/DTTriggerServerTheta/interface/DTTSTheta.h @@ -3,8 +3,8 @@ /** \class DTTSTheta * Implementation of TS Theta L1Trigger algorithm * - * $Date: 2008/09/05 15:57:29 $ - * $Revision: 1.7 $ + * $Date: 2008/06/30 13:42:53 $ + * $Revision: 1.6 $ * * \author C.Grandi */ diff --git a/L1Trigger/DTUtilities/interface/DTCache.h b/L1Trigger/DTUtilities/interface/DTCache.h index c01a4d9eee4e5..bbe02147d83e3 100644 --- a/L1Trigger/DTUtilities/interface/DTCache.h +++ b/L1Trigger/DTUtilities/interface/DTCache.h @@ -7,7 +7,7 @@ * * * - * $Date: 2006/07/19 10:32:51 $ + * $Date: 2006/05/04 $ * $Revision: 1.1 $ * * \author C. Battilana diff --git a/L1Trigger/DTUtilities/interface/DTGeomSupplier.h b/L1Trigger/DTUtilities/interface/DTGeomSupplier.h index bba7560744bce..f42d0a19f8ece 100644 --- a/L1Trigger/DTUtilities/interface/DTGeomSupplier.h +++ b/L1Trigger/DTUtilities/interface/DTGeomSupplier.h @@ -4,8 +4,8 @@ * Defines the ability to calculate coordinates * of L1DT Trigger objects * - * $Date: 2008/11/05 00:08:28 $ - * $Revision: 1.5 $ + * $Date: 2008/09/05 15:52:40 $ + * $Revision: 1.4 $ * * \author C.Grandi */ diff --git a/L1Trigger/DTUtilities/interface/DTTPGLutFile.h b/L1Trigger/DTUtilities/interface/DTTPGLutFile.h index cae90b39d2e64..54f5cd171ff7d 100644 --- a/L1Trigger/DTUtilities/interface/DTTPGLutFile.h +++ b/L1Trigger/DTUtilities/interface/DTTPGLutFile.h @@ -5,8 +5,8 @@ * Auxiliary class to handle Look-up table files * * - * $Date: 2007/10/23 13:44:22 $ - * $Revision: 1.1 $ + * $Date: 2006/09/18 10:19:32 $ + * $Revision: 1.2 $ * * \author N. Neumeister CERN EP */ diff --git a/L1Trigger/DTUtilities/interface/DTTrigGeom.h b/L1Trigger/DTUtilities/interface/DTTrigGeom.h index f34279c726649..713b993c20bf5 100755 --- a/L1Trigger/DTUtilities/interface/DTTrigGeom.h +++ b/L1Trigger/DTUtilities/interface/DTTrigGeom.h @@ -4,8 +4,8 @@ * Muon Barrel Trigger Geometry * * - * $Date: 2009/11/02 14:18:31 $ - * $Revision: 1.8 $ + * $Date: 2008/09/05 15:52:40 $ + * $Revision: 1.7 $ * * \author C.Grandi * \modifications S.Vanini diff --git a/L1Trigger/DTUtilities/src/DTTPGLutFile.cc b/L1Trigger/DTUtilities/src/DTTPGLutFile.cc index f1229c851bba4..31b3e094cfa50 100644 --- a/L1Trigger/DTUtilities/src/DTTPGLutFile.cc +++ b/L1Trigger/DTUtilities/src/DTTPGLutFile.cc @@ -6,8 +6,8 @@ // Look-up table files // // -// $Date: 2007/10/23 13:44:23 $ -// $Revision: 1.1 $ +// $Date: 2006/09/18 10:17:51 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalCaloTrigger/plugins/L1GctEmulator.h b/L1Trigger/GlobalCaloTrigger/plugins/L1GctEmulator.h index 12a4412ec0ee9..186729908cbcc 100644 --- a/L1Trigger/GlobalCaloTrigger/plugins/L1GctEmulator.h +++ b/L1Trigger/GlobalCaloTrigger/plugins/L1GctEmulator.h @@ -11,7 +11,7 @@ // // Original Author: Jim Brooke // Created: Thu May 18 15:04:56 CEST 2006 -// $Id: L1GctEmulator.h,v 1.9 2009/12/24 17:42:16 jbrooke Exp $ +// $Id: L1GctEmulator.h,v 1.8 2009/03/27 16:31:35 heath Exp $ // // diff --git a/L1Trigger/GlobalCaloTrigger/test/FakeGctInputProducer.h b/L1Trigger/GlobalCaloTrigger/test/FakeGctInputProducer.h index a4a8241f3c320..5c85df66176a8 100644 --- a/L1Trigger/GlobalCaloTrigger/test/FakeGctInputProducer.h +++ b/L1Trigger/GlobalCaloTrigger/test/FakeGctInputProducer.h @@ -13,7 +13,7 @@ // // Original Author: Jim Brooke // Created: Thu Nov 16 00:07:32 CET 2006 -// $Id: FakeGctInputProducer.h,v 1.3 2010/01/18 11:53:05 heath Exp $ +// $Id: FakeGctInputProducer.h,v 1.2 2007/03/28 07:54:50 heath Exp $ // // diff --git a/L1Trigger/GlobalCaloTrigger/test/FakeGctInputTester.h b/L1Trigger/GlobalCaloTrigger/test/FakeGctInputTester.h index 8cd5844c06d42..d04bbe0b6d672 100644 --- a/L1Trigger/GlobalCaloTrigger/test/FakeGctInputTester.h +++ b/L1Trigger/GlobalCaloTrigger/test/FakeGctInputTester.h @@ -14,7 +14,7 @@ // // Original Author: Jim Brooke // Created: Tue Nov 21 14:49:14 CET 2006 -// $Id: FakeGctInputTester.h,v 1.3 2010/01/18 11:53:05 heath Exp $ +// $Id: FakeGctInputTester.h,v 1.2 2007/03/28 07:54:50 heath Exp $ // // diff --git a/L1Trigger/GlobalCaloTrigger/test/L1GctTest.h b/L1Trigger/GlobalCaloTrigger/test/L1GctTest.h index fb8e002c7ef15..ceda6a6f9ac68 100644 --- a/L1Trigger/GlobalCaloTrigger/test/L1GctTest.h +++ b/L1Trigger/GlobalCaloTrigger/test/L1GctTest.h @@ -11,7 +11,7 @@ // // Original Author: Gregory Heath // Created: Mon Mar 12 16:36:35 CET 2007 -// $Id: L1GctTest.h,v 1.12 2010/06/23 10:40:10 heath Exp $ +// $Id: L1GctTest.h,v 1.11 2010/02/23 10:20:52 heath Exp $ // // diff --git a/L1Trigger/GlobalCaloTrigger/test/L1GctTestAnalyzer.h b/L1Trigger/GlobalCaloTrigger/test/L1GctTestAnalyzer.h index 7a6599b969857..8d713989faf15 100644 --- a/L1Trigger/GlobalCaloTrigger/test/L1GctTestAnalyzer.h +++ b/L1Trigger/GlobalCaloTrigger/test/L1GctTestAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Jim Brooke // Created: Thu May 18 16:45:23 CEST 2006 -// $Id: L1GctTestAnalyzer.h,v 1.3 2010/02/16 17:06:41 wmtan Exp $ +// $Id: L1GctTestAnalyzer.h,v 1.2 2007/08/29 14:00:20 heath Exp $ // // diff --git a/L1Trigger/GlobalMuonTrigger/interface/L1MuGlobalMuonTrigger.h b/L1Trigger/GlobalMuonTrigger/interface/L1MuGlobalMuonTrigger.h index 4f0580c80eab2..8bc98bce61414 100644 --- a/L1Trigger/GlobalMuonTrigger/interface/L1MuGlobalMuonTrigger.h +++ b/L1Trigger/GlobalMuonTrigger/interface/L1MuGlobalMuonTrigger.h @@ -5,8 +5,8 @@ // Description: L1 Global Muon Trigger // // -// $Date: 2010/02/12 12:07:37 $ -// $Revision: 1.7 $ +// $Date: 2009/12/18 20:44:58 $ +// $Revision: 1.6 $ // // Author : // Ivan Mikulec HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.cc index 6d128b58119ea..2d0ce8e70857a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.cc @@ -5,8 +5,8 @@ // Description: DT/CSC cancel-out unit // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.4 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.3 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.h index 06ed29d1b9a60..8d475094ec005 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTCancelOutUnit.h @@ -30,8 +30,8 @@ * */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.cc index c8f3bd919bc7a..63244e77df80f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.cc @@ -5,8 +5,8 @@ // Description: Configuration parameters for L1GlobalMuonTrigger // // -// $Date: 2012/02/10 14:19:28 $ -// $Revision: 1.14 $ +// $Date: 2010/02/11 00:12:34 $ +// $Revision: 1.13 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.h index 4c7c74fb9dce2..d6210b8911cea 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTConfig.h @@ -4,8 +4,8 @@ * Configuration parameters for L1GlobalMuonTrigger. */ // -// $Date: 2012/02/10 14:19:28 $ -// $Revision: 1.14 $ +// $Date: 2009/12/04 04:11:48 $ +// $Revision: 1.13 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.cc index 2894a811a6ddf..56010057d6823 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTDebugBlock // // -// $Date: 2013/04/22 17:03:01 $ -// $Revision: 1.7 $ +// $Date: 2007/04/02 15:45:38 $ +// $Revision: 1.6 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.h index 02212b49921b1..5f07a17cade5e 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTDebugBlock.h @@ -9,8 +9,8 @@ * with the hardware model) */ // -// $Date: 2013/04/22 17:03:01 $ -// $Revision: 1.5 $ +// $Date: 2007/04/02 15:45:38 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.cc index f7a8e4b4b9db7..25dbbe6907c8e 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.cc @@ -5,8 +5,8 @@ // Description: Look-up table for GMT Eta Projection Unit // // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.3 $ +// $Date: 2006/08/21 14:23:13 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.h index a2cdc6e6c0fc3..b85fbb0e602db 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaLUT.h @@ -10,8 +10,8 @@ * CMS121 geometry */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.cc index 9230956656a4d..4fcd3adc57e96 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.cc @@ -5,8 +5,8 @@ // Description: GMT Eta Projection Unit // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.4 $ +// $Date: 2007/04/02 15:45:38 $ +// $Revision: 1.3 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.h index a32097dab53a9..99539acfb8f78 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTEtaProjectionUnit.h @@ -9,8 +9,8 @@ * MIP and Isolation. */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.cc index b2ed142530f04..bfba029b55f7a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.cc @@ -6,8 +6,8 @@ // a GMT ascii HW testfile into the Event // // -// $Date: 2012/11/19 21:03:41 $ -// $Revision: 1.5 $ +// $Date: 2007/04/12 13:21:14 $ +// $Revision: 1.4 $ // // Author : // Tobias Noebauer HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.h index 7a2b72f672cba..daaa8087b1f9f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTHWFileReader.h @@ -6,8 +6,8 @@ // a GMT ascii HW testfile into the Event // // -// $Date: 2012/11/19 21:03:41 $ -// $Revision: 1.3 $ +// $Date: 2007/05/02 10:15:06 $ +// $Revision: 1.2 $ // // Author : // Tobias Noebauer HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.cc index b8c0ba0809bf3..377708ececb7a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.cc @@ -4,8 +4,8 @@ // // Description: // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // Tobias Noebauer HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.h index 634331fffb9a6..12c4382a82c95 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTInputEvent.h @@ -6,8 +6,8 @@ // all the input data the GMT receives (CSC, RPC, DT, GCT) // // -// $Date: 2007/04/12 13:21:14 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // Tobias Noebauer HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.cc index ed98323c9c4bf..55983cbe008be 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFCOUDeltaEtaLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.h index b7f3582269bfe..abe887a30ae37 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFCOUDeltaEtaLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.cc index a1c22155addd8..eb76b3fdf944f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.cc @@ -4,8 +4,8 @@ // // this class was automatically generated by L1MuGMTLUT::MakeSubClass() // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.h index a90d8b5c0d970..18c0c6a4692af 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDeltaEtaLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.cc index 9aa19bf6571a8..970bd459d2e10 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFDisableHotLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.h index 969544de5d20a..f8f20aae1654a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFDisableHotLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.cc index 3df2da05010d3..3a76a49562a22 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFEtaConvLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.h index 4f7cfde16800d..56e64f419169a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFEtaConvLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.cc index 3452cf02e7aaa..21759aebebaa8 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFMatchQualLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.h index 64ada340bd2b4..a2dd09ad64961 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMatchQualLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.cc index befeba1651ca9..67a9a8c452c3b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFMergeRankCombineLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.h index f9b138c890e66..dfadab4cf33bb 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankCombineLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.cc index 5a5ca1766dd0f..962e898e731f0 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFMergeRankEtaPhiLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.h index 4b21e8b60f087..1421fce3a0ed5 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaPhiLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.cc index 894897b5222e7..87595955044a1 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFMergeRankEtaQLUT // // -// $Date: 2012/03/14 13:52:09 $ -// $Revision: 1.8 $ +// $Date: 2012/02/10 14:19:28 $ +// $Revision: 1.7 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.h index 6f3680f497f39..a859c23b49b4e 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankEtaQLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.cc index b76cc1d9d5255..f2f413d853069 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFMergeRankPtQLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.h index d9c2c3a28b8ee..2abf654b6817b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFMergeRankPtQLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.cc index 01490ffe8fbee..857bfae93f3f7 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFOvlEtaConvLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.h index c4f22d6cd3b40..1dc4c5b08784c 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFOvlEtaConvLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.cc index 93a9b8b0cf34b..d6b5b37aec98e 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFPhiProEtaConvLUT // // -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.6 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.5 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.h index dd4feba6b5580..89020390b9cd8 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProEtaConvLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc index a44cb5e4480d4..2e6351cee6ce4 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFPhiProLUT // // -// $Date: 2008/04/21 17:22:41 $ -// $Revision: 1.5 $ +// $Date: 2008/04/17 23:18:30 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.h index 2d83a82687731..c09af405e2c57 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPhiProLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.cc index 1335be9272312..843be600f265e 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFPtMixLUT // // -// $Date: 2010/03/19 14:33:35 $ -// $Revision: 1.4 $ +// $Date: 2007/04/02 15:45:38 $ +// $Revision: 1.3 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.h index e38842a1b9c4a..41c280946875c 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFPtMixLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:38 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.cc index bd39cce9b12e5..ab529c1e0ccc8 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFSortRankCombineLUT // // -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.h index 1ecc4e7ff4095..bbebd08125389 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankCombineLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.cc index ef261fa362d3b..5fc6d623b9a2a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFSortRankEtaPhiLUT // // -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.h index bf97050e79b69..6fe6cd5ea166b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaPhiLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.cc index 64763625439b2..e0892e5b86f9b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFSortRankEtaQLUT // // -// $Date: 2011/02/03 16:47:44 $ -// $Revision: 1.5 $ +// $Date: 2008/04/21 17:21:28 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.h index 5782b668a6d30..bb9f9022d11c6 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankEtaQLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2008/04/21 17:21:36 $ -// $Revision: 1.4 $ +// $Date: 2007/04/02 15:45:39 $ +// $Revision: 1.3 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.cc index 2c85563df5485..d4c12b62c0143 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTLFSortRankPtQLUT // // -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.h index 9912ddad21655..d36e6ce3e35c5 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLFSortRankPtQLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.cc index b482ad325772f..8886fff1dc53f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.cc @@ -7,8 +7,8 @@ * */ // -// $Date: 2012/02/10 14:19:28 $ -// $Revision: 1.7 $ +// $Date: 2011/12/31 12:54:38 $ +// $Revision: 1.6 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.h index e29b1d84f0384..35d9678b99acd 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUT.h @@ -32,8 +32,8 @@ * */ // -// $Date: 2012/02/10 14:19:28 $ -// $Revision: 1.5 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.cc index adfad6e5a5f33..d75865185af85 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.cc @@ -6,8 +6,8 @@ * */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.h index be8f6f4c67fd0..61fc932e25854 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTLUTHelpers.h @@ -8,8 +8,8 @@ * */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.cc index 89f4d4e9b8e16..8bfe2d005a6ab 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTMIAUEtaConvLUT // // -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.6 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.5 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.h index 02a5751c8e63a..15f704a3fa1e0 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaConvLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.cc index 5234144e3dd6a..be2c39391f476 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTMIAUEtaProLUT // // -// $Date: 2008/04/17 23:18:30 $ -// $Revision: 1.7 $ +// $Date: 2007/04/02 15:45:39 $ +// $Revision: 1.6 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.h index be55c9b78aa40..4c3e57b73f34f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUEtaProLUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.cc index 28b7ad96d6d0f..5943235b08d02 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTMIAUPhiPro1LUT // // -// $Date: 2008/04/21 17:22:41 $ -// $Revision: 1.7 $ +// $Date: 2008/04/17 23:18:30 $ +// $Revision: 1.6 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.h index ada56f3e1a2fc..1b91ba12d3aa8 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro1LUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.cc index 8a0777d57bfc3..b3239e31ef348 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.cc @@ -3,8 +3,8 @@ // Class: L1MuGMTMIAUPhiPro2LUT // // -// $Date: 2007/04/02 15:45:39 $ -// $Revision: 1.3 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.h index e8bd4c427ee24..1500c999d9b04 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMIAUPhiPro2LUT.h @@ -7,8 +7,8 @@ * this class was automatically generated by * L1MuGMTLUT::MakeSubClass() */ -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.cc index 5956b3c22852d..0300c31248540 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.cc @@ -5,8 +5,8 @@ // Description: Matcher // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.4 $ +// $Date: 2007/04/02 15:45:39 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.h index ce14de62a83f7..01d6643ca50d4 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatcher.h @@ -4,8 +4,8 @@ * Matching Unit in the L1 Global Muon Trigger. */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatrix.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatrix.h index be161ce0e16c6..4b1766b3be3c2 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatrix.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMatrix.h @@ -6,8 +6,8 @@ * general matrix */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.4 $ +// $Date: 2006/11/17 08:25:34 $ +// $Revision: 1.3 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMerger.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMerger.h index 7bb1971595f44..33d2809534070 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMerger.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMerger.h @@ -19,8 +19,8 @@ * */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.cc index 81699aad2d73b..2ffb0f03ee301 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.cc @@ -5,8 +5,8 @@ // Description: GMT MIP & ISO bit assignment unit // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.4 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.3 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.h index d0fca4d189767..3a91e67d50e3a 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTMipIsoAU.h @@ -11,8 +11,8 @@ * 1 endcap MIP & ISO bit Assignment unit */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.cc index a2ed638155de2..a016e80dc8ec0 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.cc @@ -5,8 +5,8 @@ // Description: Pipelined Synchronising Buffer module // // -// $Date: 2009/03/30 09:46:14 $ -// $Revision: 1.16 $ +// $Date: 2009/03/29 19:52:24 $ +// $Revision: 1.15 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.h index aa689a9a697e9..1410087e31f1f 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPSB.h @@ -10,8 +10,8 @@ * regional Calorimeter Trigger */ // -// $Date: 2007/04/12 13:21:14 $ -// $Revision: 1.3 $ +// $Date: 2007/03/23 18:51:35 $ +// $Revision: 1.2 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.cc index a0216cf0304df..898638cdf02aa 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.cc @@ -5,8 +5,8 @@ // Description: Look-up table for GMT Phi Projection Unit // // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.3 $ +// $Date: 2006/08/21 14:23:13 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.h index d33d730d8c647..1f98da2c152f6 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiLUT.h @@ -10,8 +10,8 @@ * CMS121 geometry */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.cc index 3b7c0fbff29f5..511f383e2efe7 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.cc @@ -5,8 +5,8 @@ // Description: GMT Phi Projection Unit // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.3 $ +// $Date: 2006/08/21 14:23:13 $ +// $Revision: 1.2 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.h index 86018a3e11976..403eb61d12bf6 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTPhiProjectionUnit.h @@ -10,8 +10,8 @@ * MIP and Isolation. */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // H. Sakulin CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTReg.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTReg.h index 75f4ef069974a..b1162aea72562 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTReg.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTReg.h @@ -9,8 +9,8 @@ * multiple instances of the register in the hardware (by default 2) */ // -// $Date: 2009/12/18 21:21:57 $ -// $Revision: 1.5 $ +// $Date: 2007/07/06 15:35:37 $ +// $Revision: 1.4 $ // // Author : // H. Sakulin HEPHY Vienna diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSortRankUnit.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSortRankUnit.h index 294b678055c19..ba914f457360b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSortRankUnit.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSortRankUnit.h @@ -9,7 +9,7 @@ * */ // -// $Date: 2006/05/15 13:56:02 $ +// $Date: 2003/12/18 19:24:07 $ // $Revision: 1.1 $ // // Author : diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.cc index 20927f46d0855..e2a63a3019cb6 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.cc @@ -5,8 +5,8 @@ // Description: GMT Muon Sorter // // -// $Date: 2007/04/10 09:59:19 $ -// $Revision: 1.5 $ +// $Date: 2007/04/02 15:45:39 $ +// $Revision: 1.4 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.h b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.h index 7e6fb79615699..16d5e792283bc 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.h +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGMTSorter.h @@ -4,8 +4,8 @@ * L1 Global Muon Trigger Sorter. */ // -// $Date: 2007/03/23 18:51:35 $ -// $Revision: 1.2 $ +// $Date: 2006/05/15 13:56:02 $ +// $Revision: 1.1 $ // // Author : // N. Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/src/L1MuGlobalMuonTrigger.cc b/L1Trigger/GlobalMuonTrigger/src/L1MuGlobalMuonTrigger.cc index 7cf93ab75bffa..c05d83b3c575b 100644 --- a/L1Trigger/GlobalMuonTrigger/src/L1MuGlobalMuonTrigger.cc +++ b/L1Trigger/GlobalMuonTrigger/src/L1MuGlobalMuonTrigger.cc @@ -5,8 +5,8 @@ // Description: L1 Global Muon Trigger // // -// $Date: 2010/02/12 12:07:37 $ -// $Revision: 1.14 $ +// $Date: 2009/12/18 20:44:58 $ +// $Revision: 1.13 $ // // Author : // Norbert Neumeister CERN EP diff --git a/L1Trigger/GlobalMuonTrigger/test/CruzetL1DTfilter.cc b/L1Trigger/GlobalMuonTrigger/test/CruzetL1DTfilter.cc index 81c4e829c7f21..111c92ee1eebc 100644 --- a/L1Trigger/GlobalMuonTrigger/test/CruzetL1DTfilter.cc +++ b/L1Trigger/GlobalMuonTrigger/test/CruzetL1DTfilter.cc @@ -3,8 +3,8 @@ * * This class is for use with Cosmic MC to simulate the L1 DT trigger in cruzet * -* $Date: 2010/02/11 00:12:35 $ -* $Revision: 1.2 $ +* $Date: 2008/07/15 09:10:35 $ +* $Revision: 1.1 $ * * \author Ivan Mikulec * diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.cc b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.cc index cdd5fffdcb189..ef32b368b7f57 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.cc +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.cc @@ -5,8 +5,8 @@ // Description: Dump GMT readout // // -// $Date: 2010/10/31 17:40:04 $ -// $Revision: 1.12 $ +// $Date: 2007/10/12 12:17:28 $ +// $Revision: 1.11 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.h b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.h index 13726c8f45a24..db5413dfbaf2a 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.h +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTDump.h @@ -6,8 +6,8 @@ * Description: Dump GMT readout */ // -// $Date: 2010/02/11 00:12:36 $ -// $Revision: 1.5 $ +// $Date: 2007/03/07 11:33:55 $ +// $Revision: 1.4 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.cc b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.cc index 9c79e63b7a6af..3b281fa45366a 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.cc +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.cc @@ -5,8 +5,8 @@ // Description: Create GMT HW test patterns // // -// $Date: 2010/02/12 12:07:37 $ -// $Revision: 1.3 $ +// $Date: 2008/02/05 10:31:02 $ +// $Revision: 1.1 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.h b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.h index 9c8e25cfaf35c..dcc958d6c614a 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.h +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTPattern.h @@ -6,8 +6,8 @@ * Description: Create GMT HW test patterns */ // -// $Date: 2010/02/12 12:07:37 $ -// $Revision: 1.4 $ +// $Date: 2008/02/05 10:31:02 $ +// $Revision: 1.1 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.cc b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.cc index cd4027f377ffc..710de175b226d 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.cc +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.cc @@ -5,8 +5,8 @@ // Description: Build GMT tree // // -// $Date: 2009/12/18 20:44:58 $ -// $Revision: 1.17 $ +// $Date: 2009/01/09 10:23:18 $ +// $Revision: 1.16 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.h b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.h index 88f85fe0b7b1b..1ac8289064788 100644 --- a/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.h +++ b/L1Trigger/GlobalMuonTrigger/test/L1MuGMTTree.h @@ -6,8 +6,8 @@ * Description: Build GMT Tree */ // -// $Date: 2010/02/11 00:12:38 $ -// $Revision: 1.9 $ +// $Date: 2009/12/18 20:44:58 $ +// $Revision: 1.8 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1Trigger/GlobalTrigger/interface/CompareToObjectMapRecord.h b/L1Trigger/GlobalTrigger/interface/CompareToObjectMapRecord.h index 4a2cbfc8d6294..e47874b84b12f 100644 --- a/L1Trigger/GlobalTrigger/interface/CompareToObjectMapRecord.h +++ b/L1Trigger/GlobalTrigger/interface/CompareToObjectMapRecord.h @@ -17,8 +17,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 22:03:25 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1Trigger/GlobalTrigger/interface/ConvertObjectMapRecord.h b/L1Trigger/GlobalTrigger/interface/ConvertObjectMapRecord.h index 11f0a3eb3ff6e..59038aceb8efa 100644 --- a/L1Trigger/GlobalTrigger/interface/ConvertObjectMapRecord.h +++ b/L1Trigger/GlobalTrigger/interface/ConvertObjectMapRecord.h @@ -17,8 +17,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 22:03:25 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1Trigger/GlobalTrigger/src/CompareToObjectMapRecord.cc b/L1Trigger/GlobalTrigger/src/CompareToObjectMapRecord.cc index fc28025a3d154..6353d0054a765 100644 --- a/L1Trigger/GlobalTrigger/src/CompareToObjectMapRecord.cc +++ b/L1Trigger/GlobalTrigger/src/CompareToObjectMapRecord.cc @@ -10,8 +10,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 22:03:26 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1Trigger/GlobalTrigger/src/ConvertObjectMapRecord.cc b/L1Trigger/GlobalTrigger/src/ConvertObjectMapRecord.cc index 43d8060359319..81f83cd530878 100644 --- a/L1Trigger/GlobalTrigger/src/ConvertObjectMapRecord.cc +++ b/L1Trigger/GlobalTrigger/src/ConvertObjectMapRecord.cc @@ -10,8 +10,8 @@ * \author: Vasile Mihai Ghete - HEPHY Vienna * \author: W. David Dagenhart * - * $Date: 2012/03/02 22:03:26 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticleMapProd.h b/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticleMapProd.h index ccf25be6772f9..0cbdb8133dab1 100644 --- a/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticleMapProd.h +++ b/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticleMapProd.h @@ -12,7 +12,7 @@ // // Original Author: // Created: Tue Oct 17 00:14:00 EDT 2006 -// $Id: L1ExtraParticleMapProd.h,v 1.11 2010/02/11 00:12:49 wmtan Exp $ +// $Id: L1ExtraParticleMapProd.h,v 1.10 2009/03/26 03:58:27 wsun Exp $ // // system include files diff --git a/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticlesProd.h b/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticlesProd.h index 0fb8400578309..6fba44554c1c5 100644 --- a/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticlesProd.h +++ b/L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticlesProd.h @@ -13,7 +13,7 @@ // // Original Author: // Created: Tue Oct 17 00:13:51 EDT 2006 -// $Id: L1ExtraParticlesProd.h,v 1.11 2010/02/11 00:12:50 wmtan Exp $ +// $Id: L1ExtraParticlesProd.h,v 1.10 2009/12/14 22:23:12 wmtan Exp $ // // system include files diff --git a/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticleMapProd.cc b/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticleMapProd.cc index bd0c8d01a8202..7d6b4d749eb68 100644 --- a/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticleMapProd.cc +++ b/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticleMapProd.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 16 23:19:38 EDT 2006 -// $Id: L1ExtraParticleMapProd.cc,v 1.30 2009/05/27 11:12:11 fabiocos Exp $ +// $Id: L1ExtraParticleMapProd.cc,v 1.29 2009/03/26 03:58:28 wsun Exp $ // // diff --git a/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticlesProd.cc b/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticlesProd.cc index 68c450f4b7e34..e41a6d5362da8 100644 --- a/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticlesProd.cc +++ b/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticlesProd.cc @@ -8,7 +8,7 @@ // // Original Author: Werner Sun // Created: Mon Oct 2 22:45:32 EDT 2006 -// $Id: L1ExtraParticlesProd.cc,v 1.32 2009/12/14 22:23:14 wmtan Exp $ +// $Id: L1ExtraParticlesProd.cc,v 1.31 2009/08/03 19:52:52 wsun Exp $ // // diff --git a/L1Trigger/L1ExtraFromDigis/src/L1ExtraTestAnalyzer.cc b/L1Trigger/L1ExtraFromDigis/src/L1ExtraTestAnalyzer.cc index 8c3d9c6a82ae4..465b32af97b4f 100644 --- a/L1Trigger/L1ExtraFromDigis/src/L1ExtraTestAnalyzer.cc +++ b/L1Trigger/L1ExtraFromDigis/src/L1ExtraTestAnalyzer.cc @@ -10,7 +10,7 @@ // // Original Author: Werner Sun // Created: Fri Jul 28 14:22:31 EDT 2006 -// $Id: L1ExtraTestAnalyzer.cc,v 1.4 2010/02/11 00:12:51 wmtan Exp $ +// $Id: L1ExtraTestAnalyzer.cc,v 1.3 2009/03/27 23:23:33 wsun Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/interface/DumpGctDigis.h b/L1Trigger/L1GctAnalyzer/interface/DumpGctDigis.h index c2a5eef94c280..3fbfd099e7251 100644 --- a/L1Trigger/L1GctAnalyzer/interface/DumpGctDigis.h +++ b/L1Trigger/L1GctAnalyzer/interface/DumpGctDigis.h @@ -13,7 +13,7 @@ // // Original Author: Jim Brooke // Created: Thu May 18 16:45:23 CEST 2006 -// $Id: DumpGctDigis.h,v 1.4 2010/02/17 17:50:10 wmtan Exp $ +// $Id: DumpGctDigis.h,v 1.3 2007/10/25 17:59:28 frazier Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/interface/GctFibreAnalyzer.h b/L1Trigger/L1GctAnalyzer/interface/GctFibreAnalyzer.h index 005371c311088..1eb989eff0388 100644 --- a/L1Trigger/L1GctAnalyzer/interface/GctFibreAnalyzer.h +++ b/L1Trigger/L1GctAnalyzer/interface/GctFibreAnalyzer.h @@ -14,7 +14,7 @@ Description: Analyzer individual fibre channels from the source card. // // Original Author: Alex Tapper // Created: Thu Jul 12 14:21:06 CEST 2007 -// $Id: GctFibreAnalyzer.h,v 1.5 2008/05/22 15:07:30 tapper Exp $ +// $Id: GctFibreAnalyzer.h,v 1.4 2008/05/13 17:51:32 jad Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/interface/GctTimingAnalyzer.h b/L1Trigger/L1GctAnalyzer/interface/GctTimingAnalyzer.h index 8c1198dd17abe..7d98d1c34d65a 100644 --- a/L1Trigger/L1GctAnalyzer/interface/GctTimingAnalyzer.h +++ b/L1Trigger/L1GctAnalyzer/interface/GctTimingAnalyzer.h @@ -14,7 +14,7 @@ Description: Analyse the timing of all of the GCT pipelines // // Original Author: Alex Tapper // Created: Mon Apr 21 14:21:06 CEST 2008 -// $Id: GctTimingAnalyzer.h,v 1.6 2008/09/04 16:57:38 tapper Exp $ +// $Id: GctTimingAnalyzer.h,v 1.5 2008/08/14 17:26:26 jad Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/src/GctErrorAnalyzer.cc b/L1Trigger/L1GctAnalyzer/src/GctErrorAnalyzer.cc index 38baf8c183d4a..1d1b1d177591d 100644 --- a/L1Trigger/L1GctAnalyzer/src/GctErrorAnalyzer.cc +++ b/L1Trigger/L1GctAnalyzer/src/GctErrorAnalyzer.cc @@ -13,7 +13,7 @@ Description: Tool to debug the GCT with useful output // // Original Author: Jad Marrouche // Created: Wed May 20 14:19:23 CEST 2009 -// $Id: GctErrorAnalyzer.cc,v 1.2 2010/04/30 21:21:34 jad Exp $ +// $Id: GctErrorAnalyzer.cc,v 1.1 2009/12/14 17:23:32 tapper Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/src/GctFibreAnalyzer.cc b/L1Trigger/L1GctAnalyzer/src/GctFibreAnalyzer.cc index cca41f7cc59ad..c4725fc730759 100644 --- a/L1Trigger/L1GctAnalyzer/src/GctFibreAnalyzer.cc +++ b/L1Trigger/L1GctAnalyzer/src/GctFibreAnalyzer.cc @@ -11,7 +11,7 @@ Description: Analyzer individual fibre channels from the source card. // // Original Author: Alex Tapper // Created: Thu Jul 12 14:21:06 CEST 2007 -// $Id: GctFibreAnalyzer.cc,v 1.17 2011/01/19 07:32:18 elmer Exp $ +// $Id: GctFibreAnalyzer.cc,v 1.16 2011/01/12 14:53:25 jbrooke Exp $ // // diff --git a/L1Trigger/L1GctAnalyzer/src/GctTimingAnalyzer.cc b/L1Trigger/L1GctAnalyzer/src/GctTimingAnalyzer.cc index 37fa52c6756ae..6f9b2869d857d 100644 --- a/L1Trigger/L1GctAnalyzer/src/GctTimingAnalyzer.cc +++ b/L1Trigger/L1GctAnalyzer/src/GctTimingAnalyzer.cc @@ -11,7 +11,7 @@ Description: Analyse the timing of all of the GCT pipelines // // Original Author: Alex Tapper // Created: Mon Apr 21 14:21:06 CEST 2008 -// $Id: GctTimingAnalyzer.cc,v 1.9 2008/11/05 20:34:17 tapper Exp $ +// $Id: GctTimingAnalyzer.cc,v 1.8 2008/09/04 16:57:28 tapper Exp $ // // diff --git a/L1Trigger/RPCTechnicalTrigger/interface/LogicFactory.h b/L1Trigger/RPCTechnicalTrigger/interface/LogicFactory.h index 7c6ba88a66bfb..94d712e2be435 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/LogicFactory.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/LogicFactory.h @@ -1,4 +1,4 @@ -// $Id: LogicFactory.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: LogicFactory.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $ #ifndef LOGICFACTORY_H #define LOGICFACTORY_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h b/L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h index 4ada65d2ac105..e7822f5eb1e54 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/LogicImp.h @@ -1,4 +1,4 @@ -// $Id: LogicImp.h,v 1.3 2009/08/09 11:11:36 aosorio Exp $ +// $Id: LogicImp.h,v 1.2 2009/06/17 15:27:23 aosorio Exp $ #ifndef LOGICIMP_H #define LOGICIMP_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/LogicTool.h b/L1Trigger/RPCTechnicalTrigger/interface/LogicTool.h index 43df83b08e30e..7e376912a368a 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/LogicTool.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/LogicTool.h @@ -1,4 +1,4 @@ -// $Id: LogicTool.h,v 1.3 2009/08/09 11:11:36 aosorio Exp $ +// $Id: LogicTool.h,v 1.2 2009/06/17 15:27:23 aosorio Exp $ #ifndef LOGICTOOL_H #define LOGICTOOL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/ProcessInputSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/ProcessInputSignal.h index 3ac1f2003d432..d7a5f5023f877 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/ProcessInputSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/ProcessInputSignal.h @@ -1,4 +1,4 @@ -// $Id: ProcessInputSignal.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $ +// $Id: $ #ifndef INTERFACE_PROCESSINPUTSIGNAL_H #define INTERFACE_PROCESSINPUTSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/ProcessTestSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/ProcessTestSignal.h index 49319cd7027ed..5dfb2a3f581dc 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/ProcessTestSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/ProcessTestSignal.h @@ -1,4 +1,4 @@ -// $Id: ProcessTestSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: ProcessTestSignal.h,v 1.2 2009/05/10 00:33:18 aosorio Exp $ #ifndef PROCESSTESTSIGNAL_H #define PROCESSTESTSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCBasicConfig.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCBasicConfig.h index ffde19c05b7b2..a315ae62f7bcc 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCBasicConfig.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCBasicConfig.h @@ -1,4 +1,4 @@ -// $Id: RBCBasicConfig.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: RBCBasicConfig.h,v 1.2 2009/05/08 10:24:05 aosorio Exp $ #ifndef INTERFACE_RBCBASICCONFIG_H #define INTERFACE_RBCBASICCONFIG_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCBoardSpecsIO.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCBoardSpecsIO.h index 4a09276f8184a..671722551f4bb 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCBoardSpecsIO.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCBoardSpecsIO.h @@ -1,4 +1,4 @@ -// $Id: RBCBoardSpecsIO.h,v 1.2 2009/09/26 13:39:16 elmer Exp $ +// $Id: RBCBoardSpecsIO.h,v 1.1 2009/06/04 11:52:58 aosorio Exp $ #ifndef CONFIGCODE_RBCBOARDSPECSIO_H #define CONFIGCODE_RBCBOARDSPECSIO_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCChamberORLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCChamberORLogic.h index 8214627fdd26d..1abe1fd04bf4c 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCChamberORLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCChamberORLogic.h @@ -1,4 +1,4 @@ -// $Id: RBCChamberORLogic.h,v 1.2 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCChamberORLogic.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ #ifndef RBCCHAMBERORLOGIC_H #define RBCCHAMBERORLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCConfiguration.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCConfiguration.h index 71523cacbd6dd..43961543936d9 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCConfiguration.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCConfiguration.h @@ -1,4 +1,4 @@ -// $Id: RBCConfiguration.h,v 1.2 2012/05/11 06:01:08 eulisse Exp $ +// $Id: RBCConfiguration.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $ #ifndef INTERFACE_RBCCONFIGURATION_H #define INTERFACE_RBCCONFIGURATION_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCEmulator.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCEmulator.h index 8891ae402fe8f..8ba32044747f8 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCEmulator.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCEmulator.h @@ -1,4 +1,4 @@ -// $Id: RBCEmulator.h,v 1.9 2009/06/17 15:27:23 aosorio Exp $ +// $Id: RBCEmulator.h,v 1.8 2009/06/07 21:18:50 aosorio Exp $ #ifndef RBCEMULATOR_H #define RBCEMULATOR_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCId.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCId.h index 53b440b074350..992c656c26806 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCId.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCId.h @@ -1,4 +1,4 @@ -// $Id: RBCId.h,v 1.4 2009/05/24 21:45:39 aosorio Exp $ +// $Id: RBCId.h,v 1.3 2009/01/30 15:42:47 aosorio Exp $ #ifndef RBCID_H #define RBCID_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCInput.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCInput.h index 913547d8fdf9e..7963cb91fd2e6 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCInput.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCInput.h @@ -1,4 +1,4 @@ -// $Id: RBCInput.h,v 1.5 2009/07/04 20:07:40 aosorio Exp $ +// $Id: RBCInput.h,v 1.4 2009/05/24 21:45:39 aosorio Exp $ #ifndef INTERFACE_RBCINPUT_H #define INTERFACE_RBCINPUT_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardGLSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardGLSignal.h index 31cb470ea073c..7d3e54fce9832 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardGLSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardGLSignal.h @@ -1,4 +1,4 @@ -// $Id: RBCLinkBoardGLSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: RBCLinkBoardGLSignal.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $ #ifndef RBCLINKBOARDGLSIGNAL_H #define RBCLINKBOARDGLSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardSignal.h index 38837556f6c3a..b14516d667ed6 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCLinkBoardSignal.h @@ -1,4 +1,4 @@ -// $Id: RBCLinkBoardSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: RBCLinkBoardSignal.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $ #ifndef RBCLINKBOARDSIGNAL_H #define RBCLINKBOARDSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCLogic.h index 5cc99e9b9deb9..f613a78563fa8 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCLogic.h @@ -1,4 +1,4 @@ -// $Id: RBCLogic.h,v 1.2 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCLogic.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $ #ifndef RBCLOGIC_H #define RBCLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCLogicUnit.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCLogicUnit.h index 6ec1f32453379..8524260c58bc7 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCLogicUnit.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCLogicUnit.h @@ -1,4 +1,4 @@ -// $Id: RBCLogicUnit.h,v 1.4 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCLogicUnit.h,v 1.3 2009/05/16 19:43:30 aosorio Exp $ #ifndef RBCLOGICUNIT_H #define RBCLOGICUNIT_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCPatternLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCPatternLogic.h index cf36bd1978363..0c54d75eef5d0 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCPatternLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCPatternLogic.h @@ -1,4 +1,4 @@ -// $Id: RBCPatternLogic.h,v 1.2 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCPatternLogic.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ #ifndef RBCPATTERNLOGIC_H #define RBCPATTERNLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessRPCSimDigis.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessRPCSimDigis.h index d1dc36b280728..0020cc9eb8f2e 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessRPCSimDigis.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessRPCSimDigis.h @@ -1,4 +1,4 @@ -// $Id: RBCProcessRPCSimDigis.h,v 1.2 2009/12/25 07:05:21 elmer Exp $ +// $Id: RBCProcessRPCSimDigis.h,v 1.1 2009/09/20 22:06:49 aosorio Exp $ #ifndef INTERFACE_RBCPROCESSRPCSIMDIGIS_H #define INTERFACE_RBCPROCESSRPCSIMDIGIS_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessTestSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessTestSignal.h index dfc40a5e0aa6a..0fc80218ce478 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessTestSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCProcessTestSignal.h @@ -1,4 +1,4 @@ -// $Id: RBCProcessTestSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: RBCProcessTestSignal.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $ #ifndef RBCPROCESSTESTSIGNAL_H #define RBCPROCESSTESTSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RBCTestLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/RBCTestLogic.h index abdcd97f52dcb..aadb80cb67d4f 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RBCTestLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RBCTestLogic.h @@ -1,4 +1,4 @@ -// $Id: RBCTestLogic.h,v 1.2 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCTestLogic.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ #ifndef RBCTESTLOGIC_H #define RBCTESTLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RPCData.h b/L1Trigger/RPCTechnicalTrigger/interface/RPCData.h index 0d80d1eb74e56..1e087dee00c1f 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RPCData.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RPCData.h @@ -1,4 +1,4 @@ -// $Id: RPCData.h,v 1.4 2013/03/20 15:45:25 wdd Exp $ +// $Id: RPCData.h,v 1.3 2009/10/26 12:52:15 aosorio Exp $ #ifndef INTERFACE_RPCDATA_H #define INTERFACE_RPCDATA_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h index 34d4c57a66cd7..1563232e4adf7 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RPCInputSignal.h @@ -1,4 +1,4 @@ -// $Id: RPCInputSignal.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $ +// $Id: $ #ifndef INTERFACE_RPCINPUTSIGNAL_H #define INTERFACE_RPCINPUTSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h b/L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h index 38d20b779967d..93948b85bf982 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RPCLogicUnit.h @@ -1,4 +1,4 @@ -// $Id: RPCLogicUnit.h,v 1.2 2009/08/09 11:11:36 aosorio Exp $ +// $Id: RPCLogicUnit.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $ #ifndef INTERFACE_RPCLOGICUNIT_H #define INTERFACE_RPCLOGICUNIT_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RPCWheel.h b/L1Trigger/RPCTechnicalTrigger/interface/RPCWheel.h index ac9063c65b806..6029b1c7a9dc0 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RPCWheel.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RPCWheel.h @@ -1,4 +1,4 @@ -// $Id: RPCWheel.h,v 1.4 2009/06/17 15:27:24 aosorio Exp $ +// $Id: RPCWheel.h,v 1.3 2009/06/07 21:18:50 aosorio Exp $ #ifndef RPCWHEEL_H #define RPCWHEEL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/RPCWheelMap.h b/L1Trigger/RPCTechnicalTrigger/interface/RPCWheelMap.h index e79cf9a6c8d55..e79fdf5e3a7a5 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/RPCWheelMap.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/RPCWheelMap.h @@ -1,4 +1,4 @@ -// $Id: RPCWheelMap.h,v 1.3 2009/05/26 17:40:37 aosorio Exp $ +// $Id: RPCWheelMap.h,v 1.2 2009/05/24 21:45:39 aosorio Exp $ #ifndef RPCWHEELMAP_H #define RPCWHEELMAP_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUBasicConfig.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUBasicConfig.h index 786605f32df96..59100d0de548f 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUBasicConfig.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUBasicConfig.h @@ -1,4 +1,4 @@ -// $Id: TTUBasicConfig.h,v 1.3 2009/08/19 15:04:01 aosorio Exp $ +// $Id: TTUBasicConfig.h,v 1.2 2009/07/01 22:52:06 aosorio Exp $ #ifndef INTERFACE_TTUBASICCONFIG_H #define INTERFACE_TTUBASICCONFIG_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUBoardSpecsIO.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUBoardSpecsIO.h index a0dc32ce1148d..41a9947f40a7a 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUBoardSpecsIO.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUBoardSpecsIO.h @@ -1,4 +1,4 @@ -// $Id: TTUBoardSpecsIO.h,v 1.2 2009/09/26 13:39:16 elmer Exp $ +// $Id: TTUBoardSpecsIO.h,v 1.1 2009/06/04 11:52:58 aosorio Exp $ #ifndef CONFIGCODE_TTUBOARDSPECSIO_H #define CONFIGCODE_TTUBOARDSPECSIO_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUConfiguration.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUConfiguration.h index db9053a6f0633..f3b3d93a9443b 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUConfiguration.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUConfiguration.h @@ -1,4 +1,4 @@ -// $Id: TTUConfiguration.h,v 1.4 2012/05/15 08:06:25 eulisse Exp $ +// $Id: TTUConfiguration.h,v 1.3 2009/08/19 15:04:01 aosorio Exp $ #ifndef INTERFACE_TTUCONFIGURATION_H #define INTERFACE_TTUCONFIGURATION_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUConfigurator.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUConfigurator.h index 2a3a10e556fdb..f7995d59eae0c 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUConfigurator.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUConfigurator.h @@ -1,4 +1,4 @@ -// $Id: TTUConfigurator.h,v 1.2 2009/10/29 20:04:03 ghete Exp $ +// $Id: TTUConfigurator.h,v 1.1 2009/06/04 11:52:58 aosorio Exp $ #ifndef TTUCONFIGURATOR_H #define TTUCONFIGURATOR_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUEmulator.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUEmulator.h index 1018f350fd80c..825874048cc7e 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUEmulator.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUEmulator.h @@ -1,4 +1,4 @@ -// $Id: TTUEmulator.h,v 1.7 2009/08/19 15:04:01 aosorio Exp $ +// $Id: TTUEmulator.h,v 1.6 2009/08/09 11:11:36 aosorio Exp $ #ifndef TTUEMULATOR_H #define TTUEMULATOR_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUGlobalSignal.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUGlobalSignal.h index df366528c2c6b..335d8fbe91705 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUGlobalSignal.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUGlobalSignal.h @@ -1,4 +1,4 @@ -// $Id: TTUGlobalSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $ +// $Id: TTUGlobalSignal.h,v 1.1 2009/02/05 13:46:21 aosorio Exp $ #ifndef TTUGLOBALSIGNAL_H #define TTUGLOBALSIGNAL_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h index 49bfb24608b32..9ed87b540f483 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h @@ -1,4 +1,4 @@ -// $Id: TTUInput.h,v 1.9 2012/02/09 13:00:01 eulisse Exp $ +// $Id: TTUInput.h,v 1.7 2009/08/19 15:04:01 aosorio Exp $ #ifndef INTERFACE_TTUINPUT_H #define INTERFACE_TTUINPUT_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTULogic.h b/L1Trigger/RPCTechnicalTrigger/interface/TTULogic.h index 7917c71b1bc22..ba2cc602074f5 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTULogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTULogic.h @@ -1,4 +1,4 @@ -// $Id: TTULogic.h,v 1.3 2009/08/09 11:11:36 aosorio Exp $ +// $Id: TTULogic.h,v 1.2 2009/06/04 11:52:58 aosorio Exp $ #ifndef INTERFACE_TTULOGIC_H #define INTERFACE_TTULOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTULogicUnit.h b/L1Trigger/RPCTechnicalTrigger/interface/TTULogicUnit.h index 91b76c06696a0..3ac1e5be9dbde 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTULogicUnit.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTULogicUnit.h @@ -1,4 +1,4 @@ -// $Id: TTULogicUnit.h,v 1.5 2009/08/09 11:11:36 aosorio Exp $ +// $Id: TTULogicUnit.h,v 1.4 2009/06/04 11:52:58 aosorio Exp $ #ifndef TTULOGICUNIT_H #define TTULOGICUNIT_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h index 263ec175010d2..bb63e3269e14f 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h @@ -1,4 +1,4 @@ -// $Id: TTUPointingLogic.h,v 1.1 2009/08/09 11:11:36 aosorio Exp $ +// $Id: $ #ifndef TTUPOINTINGLOGIC_H #define TTUPOINTINGLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUSectorORLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUSectorORLogic.h index 3614caac53b39..643c6ba2e42e0 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUSectorORLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUSectorORLogic.h @@ -1,4 +1,4 @@ -// $Id: TTUSectorORLogic.h,v 1.2 2009/08/09 11:11:36 aosorio Exp $ +// $Id: TTUSectorORLogic.h,v 1.1 2009/06/17 15:27:24 aosorio Exp $ #ifndef INTERFACE_TTUSECTORORLOGIC_H #define INTERFACE_TTUSECTORORLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUTrackingAlg.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUTrackingAlg.h index 5ce3888b7354c..ce317a234ef6e 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUTrackingAlg.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUTrackingAlg.h @@ -1,4 +1,4 @@ -// $Id: TTUTrackingAlg.h,v 1.5 2009/08/09 11:11:36 aosorio Exp $ +// $Id: TTUTrackingAlg.h,v 1.4 2009/07/09 14:03:37 aosorio Exp $ #ifndef TTUTRACKINGALG_H #define TTUTRACKINGALG_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUTwoORLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUTwoORLogic.h index 07e772f5373d3..1abed5a6356f3 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUTwoORLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUTwoORLogic.h @@ -1,4 +1,4 @@ -// $Id: TTUTwoORLogic.h,v 1.1 2009/06/17 15:27:24 aosorio Exp $ +// $Id: $ #ifndef INTERFACE_TTUTWOORLOGIC_H #define INTERFACE_TTUTWOORLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/interface/TTUWedgeORLogic.h b/L1Trigger/RPCTechnicalTrigger/interface/TTUWedgeORLogic.h index 9fca11a6204f6..674c36618c16e 100644 --- a/L1Trigger/RPCTechnicalTrigger/interface/TTUWedgeORLogic.h +++ b/L1Trigger/RPCTechnicalTrigger/interface/TTUWedgeORLogic.h @@ -1,4 +1,4 @@ -// $Id: TTUWedgeORLogic.h,v 1.3 2009/10/26 12:52:15 aosorio Exp $ +// $Id: TTUWedgeORLogic.h,v 1.2 2009/08/19 15:04:01 aosorio Exp $ #ifndef INTERFACE_TTUWEDGEORLOGIC_H #define INTERFACE_TTUWEDGEORLOGIC_H 1 diff --git a/L1Trigger/RPCTechnicalTrigger/src/LogicImp.cc b/L1Trigger/RPCTechnicalTrigger/src/LogicImp.cc index b913da69a9ca6..77831e425947c 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/LogicImp.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/LogicImp.cc @@ -1,4 +1,4 @@ -// $Id: LogicImp.cc,v 1.4 2009/08/09 11:11:37 aosorio Exp $ +// $Id: LogicImp.cc,v 1.3 2009/06/17 15:27:24 aosorio Exp $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/ProcessTestSignal.cc b/L1Trigger/RPCTechnicalTrigger/src/ProcessTestSignal.cc index 3102e40836fa0..6c7a15de11c9a 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/ProcessTestSignal.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/ProcessTestSignal.cc @@ -1,4 +1,4 @@ -// $Id: ProcessTestSignal.cc,v 1.3 2009/05/16 19:43:31 aosorio Exp $ +// $Id: ProcessTestSignal.cc,v 1.2 2009/05/10 00:33:18 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCBasicConfig.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCBasicConfig.cc index 2ce4095a26992..5d799af60aa65 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCBasicConfig.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCBasicConfig.cc @@ -1,4 +1,4 @@ -// $Id: RBCBasicConfig.cc,v 1.4 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCBasicConfig.cc,v 1.3 2009/05/16 19:43:31 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCBoardSpecsIO.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCBoardSpecsIO.cc index 8070be8cabc3c..58a849e07b646 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCBoardSpecsIO.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCBoardSpecsIO.cc @@ -1,4 +1,4 @@ -// $Id: RBCBoardSpecsIO.cc,v 1.1 2009/06/04 11:52:59 aosorio Exp $ +// $Id: $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCChamberORLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCChamberORLogic.cc index 586bab985e22a..e5ccc868a7144 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCChamberORLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCChamberORLogic.cc @@ -1,4 +1,4 @@ -// $Id: RBCChamberORLogic.cc,v 1.7 2009/07/04 20:07:40 aosorio Exp $ +// $Id: RBCChamberORLogic.cc,v 1.6 2009/07/01 22:52:06 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCEmulator.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCEmulator.cc index ebd5444cff158..887be2418e293 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCEmulator.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCEmulator.cc @@ -1,4 +1,4 @@ -// $Id: RBCEmulator.cc,v 1.11 2009/07/04 20:07:40 aosorio Exp $ +// $Id: RBCEmulator.cc,v 1.10 2009/06/17 15:27:24 aosorio Exp $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCId.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCId.cc index 252f3f7e4650c..771b488d178c3 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCId.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCId.cc @@ -1,4 +1,4 @@ -// $Id: RBCId.cc,v 1.8 2009/08/09 11:11:37 aosorio Exp $ +// $Id: RBCId.cc,v 1.7 2009/01/30 15:42:48 aosorio Exp $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCInput.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCInput.cc index 3017a4d6ffaa2..6b01298edd8a5 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCInput.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCInput.cc @@ -1,4 +1,4 @@ -// $Id: RBCInput.cc,v 1.3 2009/05/10 00:33:18 aosorio Exp $ +// $Id: RBCInput.cc,v 1.2 2009/05/08 10:24:05 aosorio Exp $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardGLSignal.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardGLSignal.cc index ed7418a3d8198..7c952bacb2f9d 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardGLSignal.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardGLSignal.cc @@ -1,4 +1,4 @@ -// $Id: RBCLinkBoardGLSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ +// $Id: RBCLinkBoardGLSignal.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardSignal.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardSignal.cc index a90a76647e37a..88ec916bde3bb 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardSignal.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCLinkBoardSignal.cc @@ -1,4 +1,4 @@ -// $Id: RBCLinkBoardSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ +// $Id: RBCLinkBoardSignal.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCLogicUnit.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCLogicUnit.cc index 75d6fa2d6e9e6..439ed88c1371c 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCLogicUnit.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCLogicUnit.cc @@ -1,4 +1,4 @@ -// $Id: RBCLogicUnit.cc,v 1.3 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCLogicUnit.cc,v 1.2 2009/05/08 10:24:05 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCPatternLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCPatternLogic.cc index ff0a9dd94dc4c..3c7c26bdbc8df 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCPatternLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCPatternLogic.cc @@ -1,4 +1,4 @@ -// $Id: RBCPatternLogic.cc,v 1.3 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCPatternLogic.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCDigis.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCDigis.cc index 188fee3df8ad9..5c5b58f43e855 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCDigis.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCDigis.cc @@ -1,4 +1,4 @@ -// $Id: RBCProcessRPCDigis.cc,v 1.6 2013/03/20 15:45:25 wdd Exp $ +// $Id: RBCProcessRPCDigis.cc,v 1.5 2009/12/25 07:05:21 elmer Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCSimDigis.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCSimDigis.cc index 725c4caf09a1c..51f1f33eb7f84 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCSimDigis.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessRPCSimDigis.cc @@ -1,4 +1,4 @@ -// $Id: RBCProcessRPCSimDigis.cc,v 1.2 2009/12/25 07:05:21 elmer Exp $ +// $Id: RBCProcessRPCSimDigis.cc,v 1.1 2009/09/20 22:06:50 aosorio Exp $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessTestSignal.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessTestSignal.cc index 150fc10d8ae65..5e42dcb3e6b17 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCProcessTestSignal.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCProcessTestSignal.cc @@ -1,4 +1,4 @@ -// $Id: RBCProcessTestSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ +// $Id: RBCProcessTestSignal.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RBCTestLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/RBCTestLogic.cc index 9b7af449e6e3a..c0fa1d3ab2e32 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RBCTestLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RBCTestLogic.cc @@ -1,4 +1,4 @@ -// $Id: RBCTestLogic.cc,v 1.3 2009/06/07 21:18:50 aosorio Exp $ +// $Id: RBCTestLogic.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RPCData.cc b/L1Trigger/RPCTechnicalTrigger/src/RPCData.cc index 5fed234df7070..ee79afe610a3d 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RPCData.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RPCData.cc @@ -1,4 +1,4 @@ -// $Id: RPCData.cc,v 1.4 2013/03/20 15:45:25 wdd Exp $ +// $Id: RPCData.cc,v 1.3 2009/10/26 12:52:15 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RPCLogicUnit.cc b/L1Trigger/RPCTechnicalTrigger/src/RPCLogicUnit.cc index 1d6fc86d3050c..499054d8a4b3f 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RPCLogicUnit.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RPCLogicUnit.cc @@ -1,4 +1,4 @@ -// $Id: RPCLogicUnit.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $ +// $Id: $ // Include files // local diff --git a/L1Trigger/RPCTechnicalTrigger/src/RPCWheel.cc b/L1Trigger/RPCTechnicalTrigger/src/RPCWheel.cc index a935b989973ef..76a59a6dbebde 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RPCWheel.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RPCWheel.cc @@ -1,4 +1,4 @@ -// $Id: RPCWheel.cc,v 1.12 2009/08/19 15:04:01 aosorio Exp $ +// $Id: RPCWheel.cc,v 1.11 2009/08/09 11:11:37 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/RPCWheelMap.cc b/L1Trigger/RPCTechnicalTrigger/src/RPCWheelMap.cc index 7d371033de857..1eca3bfe6c97a 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/RPCWheelMap.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/RPCWheelMap.cc @@ -1,4 +1,4 @@ -// $Id: RPCWheelMap.cc,v 1.7 2009/06/07 21:18:51 aosorio Exp $ +// $Id: RPCWheelMap.cc,v 1.6 2009/06/01 12:57:20 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUBasicConfig.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUBasicConfig.cc index 1730fd14ea745..7a232a5e94c9f 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUBasicConfig.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUBasicConfig.cc @@ -1,4 +1,4 @@ -// $Id: TTUBasicConfig.cc,v 1.7 2009/08/19 15:04:01 aosorio Exp $ +// $Id: TTUBasicConfig.cc,v 1.6 2009/08/09 11:11:37 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUBoardSpecsIO.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUBoardSpecsIO.cc index 11af8791dcc28..4a50d1f320e2c 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUBoardSpecsIO.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUBoardSpecsIO.cc @@ -1,4 +1,4 @@ -// $Id: TTUBoardSpecsIO.cc,v 1.1 2009/06/04 11:52:59 aosorio Exp $ +// $Id: $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUConfigurator.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUConfigurator.cc index 8671b080f2c8a..d4fbcd57c7b50 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUConfigurator.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUConfigurator.cc @@ -1,4 +1,4 @@ -// $Id: TTUConfigurator.cc,v 1.3 2009/12/25 06:24:34 elmer Exp $ +// $Id: TTUConfigurator.cc,v 1.2 2009/10/29 20:04:02 ghete Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUEmulator.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUEmulator.cc index 434b3dba8b0ae..591020e1cb110 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUEmulator.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUEmulator.cc @@ -1,4 +1,4 @@ -// $Id: TTUEmulator.cc,v 1.16 2009/10/27 09:01:48 aosorio Exp $ +// $Id: TTUEmulator.cc,v 1.15 2009/09/26 13:39:17 elmer Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUGlobalSignal.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUGlobalSignal.cc index 4c85d18fbda59..2c8dfc6777d00 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUGlobalSignal.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUGlobalSignal.cc @@ -1,4 +1,4 @@ -// $Id: TTUGlobalSignal.cc,v 1.2 2009/05/16 19:43:32 aosorio Exp $ +// $Id: TTUGlobalSignal.cc,v 1.1 2009/01/30 15:42:48 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUInput.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUInput.cc index 7c647233609db..cf781b1749642 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUInput.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUInput.cc @@ -1,4 +1,4 @@ -// $Id: TTUInput.cc,v 1.7 2009/08/19 15:04:01 aosorio Exp $ +// $Id: TTUInput.cc,v 1.6 2009/06/17 15:27:24 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTULogicUnit.cc b/L1Trigger/RPCTechnicalTrigger/src/TTULogicUnit.cc index 16fce1d6492a2..1b85e17128a56 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTULogicUnit.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTULogicUnit.cc @@ -1,4 +1,4 @@ -// $Id: TTULogicUnit.cc,v 1.7 2009/10/26 12:52:15 aosorio Exp $ +// $Id: TTULogicUnit.cc,v 1.6 2009/08/19 15:04:01 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUPointingLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUPointingLogic.cc index a2cab7e13f194..0ad69f2063420 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUPointingLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUPointingLogic.cc @@ -1,4 +1,4 @@ -// $Id: TTUPointingLogic.cc,v 1.1 2009/08/09 11:11:37 aosorio Exp $ +// $Id: $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUSectorORLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUSectorORLogic.cc index d652ac2603b27..2766b63d6b499 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUSectorORLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUSectorORLogic.cc @@ -1,4 +1,4 @@ -// $Id: TTUSectorORLogic.cc,v 1.2 2009/08/09 11:11:37 aosorio Exp $ +// $Id: TTUSectorORLogic.cc,v 1.1 2009/06/17 15:27:24 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUTrackingAlg.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUTrackingAlg.cc index 1d0c96f283519..363ab5f6e484c 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUTrackingAlg.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUTrackingAlg.cc @@ -1,4 +1,4 @@ -// $Id: TTUTrackingAlg.cc,v 1.10 2009/10/27 09:01:48 aosorio Exp $ +// $Id: TTUTrackingAlg.cc,v 1.9 2009/09/27 14:59:35 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUTwoORLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUTwoORLogic.cc index 056edf792987b..eb0bb730893f7 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUTwoORLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUTwoORLogic.cc @@ -1,4 +1,4 @@ -// $Id: TTUTwoORLogic.cc,v 1.1 2009/06/17 15:27:24 aosorio Exp $ +// $Id: $ // Include files diff --git a/L1Trigger/RPCTechnicalTrigger/src/TTUWedgeORLogic.cc b/L1Trigger/RPCTechnicalTrigger/src/TTUWedgeORLogic.cc index 1a717fc8b5313..b3586084ecea5 100644 --- a/L1Trigger/RPCTechnicalTrigger/src/TTUWedgeORLogic.cc +++ b/L1Trigger/RPCTechnicalTrigger/src/TTUWedgeORLogic.cc @@ -1,4 +1,4 @@ -// $Id: TTUWedgeORLogic.cc,v 1.7 2012/02/09 13:00:01 eulisse Exp $ +// $Id: TTUWedgeORLogic.cc,v 1.5 2009/10/26 12:52:16 aosorio Exp $ // Include files diff --git a/L1Trigger/RPCTrigger/interface/MuonsGrabber.h b/L1Trigger/RPCTrigger/interface/MuonsGrabber.h index e569dd27291a9..14832b7ad99d5 100644 --- a/L1Trigger/RPCTrigger/interface/MuonsGrabber.h +++ b/L1Trigger/RPCTrigger/interface/MuonsGrabber.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Thu Sep 17 14:20:56 CEST 2009 -// $Id: MuonsGrabber.h,v 1.1 2009/09/23 11:01:55 fruboes Exp $ +// $Id$ // // system include files diff --git a/L1Trigger/RPCTrigger/interface/RPCConeBuilder.h b/L1Trigger/RPCTrigger/interface/RPCConeBuilder.h index 06ccee1994393..66d5c1aef7b7e 100644 --- a/L1Trigger/RPCTrigger/interface/RPCConeBuilder.h +++ b/L1Trigger/RPCTrigger/interface/RPCConeBuilder.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Feb 25 12:06:44 CET 2008 -// $Id: RPCConeBuilder.h,v 1.2 2009/09/15 13:49:41 fruboes Exp $ +// $Id: RPCConeBuilder.h,v 1.1 2009/06/01 13:58:16 fruboes Exp $ // #include #include "boost/shared_ptr.hpp" diff --git a/L1Trigger/RPCTrigger/interface/RPCConeBuilderFromES.h b/L1Trigger/RPCTrigger/interface/RPCConeBuilderFromES.h index c07e6a3de45c5..95fbee4c18212 100644 --- a/L1Trigger/RPCTrigger/interface/RPCConeBuilderFromES.h +++ b/L1Trigger/RPCTrigger/interface/RPCConeBuilderFromES.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Mar 3 13:34:15 CET 2008 -// $Id: RPCConeBuilderFromES.h,v 1.6 2010/02/26 15:50:40 fruboes Exp $ +// $Id: RPCConeBuilderFromES.h,v 1.5 2009/03/20 15:27:49 michals Exp $ // #include "CondFormats/DataRecord/interface/L1RPCConeBuilderRcd.h" diff --git a/L1Trigger/RPCTrigger/interface/RPCStripsRing.h b/L1Trigger/RPCTrigger/interface/RPCStripsRing.h index feef27c9cbd7a..179fcdef8c81b 100644 --- a/L1Trigger/RPCTrigger/interface/RPCStripsRing.h +++ b/L1Trigger/RPCTrigger/interface/RPCStripsRing.h @@ -16,7 +16,7 @@ // // Original Author: Tomasz Fruboes // Created: Tue Feb 26 15:13:17 CET 2008 -// $Id: RPCStripsRing.h,v 1.1 2009/06/01 13:58:16 fruboes Exp $ +// $Id: RPCStripsRing.h,v 1.4 2009/04/10 15:36:35 fruboes Exp $ // #include diff --git a/L1Trigger/RPCTrigger/plugins/RPCConeBuilder.cc b/L1Trigger/RPCTrigger/plugins/RPCConeBuilder.cc index 4cb6923354408..fda4981d3f606 100644 --- a/L1Trigger/RPCTrigger/plugins/RPCConeBuilder.cc +++ b/L1Trigger/RPCTrigger/plugins/RPCConeBuilder.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Fri Feb 22 13:57:06 CET 2008 -// $Id: RPCConeBuilder.cc,v 1.3 2011/02/25 16:56:31 fruboes Exp $ +// $Id: RPCConeBuilder.cc,v 1.2 2009/09/15 13:49:41 fruboes Exp $ // // diff --git a/L1Trigger/RPCTrigger/src/MuonsGrabber.cc b/L1Trigger/RPCTrigger/src/MuonsGrabber.cc index 180663e76c52f..366cb82f2d85a 100644 --- a/L1Trigger/RPCTrigger/src/MuonsGrabber.cc +++ b/L1Trigger/RPCTrigger/src/MuonsGrabber.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Thu Sep 17 14:21:01 CEST 2009 -// $Id: MuonsGrabber.cc,v 1.2 2009/11/04 13:31:59 fruboes Exp $ +// $Id: MuonsGrabber.cc,v 1.1 2009/09/23 11:01:55 fruboes Exp $ // // system include files diff --git a/L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc b/L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc index 6396a23dd352e..521832d7eb02e 100644 --- a/L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc +++ b/L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Mar 3 13:34:20 CET 2008 -// $Id: RPCConeBuilderFromES.cc,v 1.11 2011/02/25 16:56:18 fruboes Exp $ +// $Id: RPCConeBuilderFromES.cc,v 1.10 2010/05/04 11:04:52 fruboes Exp $ // // system include files diff --git a/L1Trigger/RPCTrigger/src/RPCStripsRing.cc b/L1Trigger/RPCTrigger/src/RPCStripsRing.cc index 25861a08c5be4..ba07665cdef20 100644 --- a/L1Trigger/RPCTrigger/src/RPCStripsRing.cc +++ b/L1Trigger/RPCTrigger/src/RPCStripsRing.cc @@ -8,7 +8,7 @@ // // Original Author: Tomasz Fruboes // Created: Tue Feb 26 15:13:10 CET 2008 -// $Id: RPCStripsRing.cc,v 1.3 2011/02/25 16:56:18 fruboes Exp $ +// $Id: RPCStripsRing.cc,v 1.2 2009/09/15 13:49:41 fruboes Exp $ // // system include files diff --git a/L1Trigger/RPCTrigger/src/TTPatternsGroup.cc b/L1Trigger/RPCTrigger/src/TTPatternsGroup.cc index f89d223d16047..2779f70ce77b6 100644 --- a/L1Trigger/RPCTrigger/src/TTPatternsGroup.cc +++ b/L1Trigger/RPCTrigger/src/TTPatternsGroup.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Mon Jun 19 12:33:16 CEST 2006 -// $Id: TTPatternsGroup.cc,v 1.6 2007/03/26 09:43:30 fruboes Exp $ +// $Id: TTPatternsGroup.cc,v 1.5 2007/01/30 08:12:56 fruboes Exp $ // #include "L1Trigger/RPCTrigger/interface/TTPatternsGroup.h" diff --git a/L1Trigger/RPCTrigger/test/generatePulses.py b/L1Trigger/RPCTrigger/test/generatePulses.py index c2c10ce1a41de..6b51fa8225190 100644 --- a/L1Trigger/RPCTrigger/test/generatePulses.py +++ b/L1Trigger/RPCTrigger/test/generatePulses.py @@ -22,7 +22,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.222.2.2 $'), annotation = cms.untracked.string('test nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/L1Trigger/RegionalCaloTrigger/interface/L1RCTLutWriter.h b/L1Trigger/RegionalCaloTrigger/interface/L1RCTLutWriter.h index 969092419d6ac..1ee8b79b4ffdc 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/L1RCTLutWriter.h +++ b/L1Trigger/RegionalCaloTrigger/interface/L1RCTLutWriter.h @@ -16,7 +16,7 @@ // // Original Author: jleonard // Created: Fri Apr 11 16:27:07 CEST 2008 -// $Id: L1RCTLutWriter.h,v 1.5 2010/08/07 14:55:58 wmtan Exp $ +// $Id: L1RCTLutWriter.h,v 1.4 2010/01/07 11:10:03 bachtis Exp $ // // diff --git a/L1Trigger/RegionalCaloTrigger/interface/L1RCTRelValAnalyzer.h b/L1Trigger/RegionalCaloTrigger/interface/L1RCTRelValAnalyzer.h index 6cdedaf87aad7..7d2374b00cd85 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/L1RCTRelValAnalyzer.h +++ b/L1Trigger/RegionalCaloTrigger/interface/L1RCTRelValAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: pts/47 // Created: Thu Jul 13 21:38:08 CEST 2006 -// $Id: L1RCTRelValAnalyzer.h,v 1.2 2010/01/13 16:56:50 bachtis Exp $ +// $Id: L1RCTRelValAnalyzer.h,v 1.1 2008/02/20 17:54:07 jleonard Exp $ // // diff --git a/L1Trigger/RegionalCaloTrigger/interface/L1RCTSaveInput.h b/L1Trigger/RegionalCaloTrigger/interface/L1RCTSaveInput.h index 55891dd846013..1a7b33617a99b 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/L1RCTSaveInput.h +++ b/L1Trigger/RegionalCaloTrigger/interface/L1RCTSaveInput.h @@ -14,7 +14,7 @@ // // Original Author: Sridhara Dasu // Created: Tue Jul 31 17:10:13 CEST 2007 -// $Id: L1RCTSaveInput.h,v 1.6 2012/02/09 13:12:23 eulisse Exp $ +// $Id: L1RCTSaveInput.h,v 1.3 2008/07/10 16:57:07 jleonard Exp $ // // diff --git a/L1Trigger/RegionalCaloTrigger/interface/L1RCTTPGProvider.h b/L1Trigger/RegionalCaloTrigger/interface/L1RCTTPGProvider.h index 1e87d6b31901f..0852a88812cc0 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/L1RCTTPGProvider.h +++ b/L1Trigger/RegionalCaloTrigger/interface/L1RCTTPGProvider.h @@ -13,7 +13,7 @@ // // Original Author: Michail Bachtis // Created: Tue Mar 10 18:29:22 CDT 2009 -// $Id: L1RCTTPGProvider.h,v 1.2 2010/01/07 11:10:03 bachtis Exp $ +// $Id: L1RCTTPGProvider.h,v 1.1 2009/03/31 04:15:04 bachtis Exp $ // // diff --git a/L1Trigger/RegionalCaloTrigger/interface/L1RCTTestAnalyzer.h b/L1Trigger/RegionalCaloTrigger/interface/L1RCTTestAnalyzer.h index f8400d3d744f8..8849c4bf838e0 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/L1RCTTestAnalyzer.h +++ b/L1Trigger/RegionalCaloTrigger/interface/L1RCTTestAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: pts/47 // Created: Thu Jul 13 21:38:08 CEST 2006 -// $Id: L1RCTTestAnalyzer.h,v 1.15 2012/04/10 13:30:58 ghete Exp $ +// $Id: L1RCTTestAnalyzer.h,v 1.12 2012/01/11 18:02:50 jleonard Exp $ // // diff --git a/L1Trigger/RegionalCaloTrigger/interface/MaskedRctInputDigiProducer.h b/L1Trigger/RegionalCaloTrigger/interface/MaskedRctInputDigiProducer.h index 764609a9966df..561afbccd3a18 100644 --- a/L1Trigger/RegionalCaloTrigger/interface/MaskedRctInputDigiProducer.h +++ b/L1Trigger/RegionalCaloTrigger/interface/MaskedRctInputDigiProducer.h @@ -18,7 +18,7 @@ RCT. // // Original Author: pts/65 // Created: Fri Nov 23 12:08:31 CET 2007 -// $Id: MaskedRctInputDigiProducer.h,v 1.2 2010/01/07 11:10:03 bachtis Exp $ +// $Id: MaskedRctInputDigiProducer.h,v 1.1 2007/11/27 10:14:57 jleonard Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.cc b/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.cc index 401eaa277b0bf..d7728692454d8 100644 --- a/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.cc +++ b/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.cc @@ -11,7 +11,7 @@ Description: Input RCT digis and output GCT text file to be loaded into the sour // // Original Author: Alex Tapper // Created: Fri Feb 16 14:52:19 CET 2007 -// $Id: RctDigiToSourceCardText.cc,v 1.4 2010/08/06 20:24:40 wmtan Exp $ +// $Id: RctDigiToSourceCardText.cc,v 1.3 2009/03/26 14:53:03 tapper Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.h b/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.h index a01fc4fea2ee1..60fe1af1b6c04 100644 --- a/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.h +++ b/L1Trigger/TextToDigi/plugins/RctDigiToSourceCardText.h @@ -16,7 +16,7 @@ // // Original Author: Alex Tapper // Created: Fri Feb 16 14:52:19 CET 2007 -// $Id: RctDigiToSourceCardText.h,v 1.1 2007/04/19 22:27:20 tapper Exp $ +// $Id: RctDigiToSourceCardText.h,v 1.1 2007/03/12 18:30:05 tapper Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.cc b/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.cc index a2e5aeb6a7e6e..8ec6ed9f4b4c7 100644 --- a/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.cc +++ b/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.cc @@ -11,7 +11,7 @@ Description: Makes RCT digis from the file format specified by Pam Klabbers // // Original Author: Alex Tapper // Created: Fri Mar 9 19:11:51 CET 2007 -// $Id: RctTextToRctDigi.cc,v 1.5 2010/08/06 20:24:40 wmtan Exp $ +// $Id: RctTextToRctDigi.cc,v 1.4 2007/08/06 11:38:41 nuno Exp $ // Rct Input File Format // Line 1: Crossing no as "Crossing x" (2) diff --git a/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.h b/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.h index 17f01ef4759e2..59de6bc272c95 100644 --- a/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.h +++ b/L1Trigger/TextToDigi/plugins/RctTextToRctDigi.h @@ -14,7 +14,7 @@ // // Original Author: Alex Tapper // Created: Fri Mar 9 19:11:51 CET 2007 -// $Id: RctTextToRctDigi.h,v 1.3 2007/08/06 11:38:41 nuno Exp $ +// $Id: RctTextToRctDigi.h,v 1.2 2007/05/08 15:01:12 nuno Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.cc b/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.cc index 4592a2eda56d9..fe58f89e490c2 100644 --- a/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.cc +++ b/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.cc @@ -11,7 +11,7 @@ Description: Input text file to be loaded into the source cards and output RCT d // // Original Author: Alex Tapper // Created: Fri Mar 9 19:11:51 CET 2007 -// $Id: SourceCardTextToRctDigi.cc,v 1.8 2010/08/06 20:24:40 wmtan Exp $ +// $Id: SourceCardTextToRctDigi.cc,v 1.7 2009/03/26 14:53:03 tapper Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.h b/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.h index c63384381ef1c..460d4a7810f84 100644 --- a/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.h +++ b/L1Trigger/TextToDigi/plugins/SourceCardTextToRctDigi.h @@ -16,7 +16,7 @@ // // Original Author: Alex Tapper // Created: Fri Mar 9 19:11:51 CET 2007 -// $Id: SourceCardTextToRctDigi.h,v 1.2 2007/05/09 11:21:18 tapper Exp $ +// $Id: SourceCardTextToRctDigi.h,v 1.1 2007/04/19 22:27:20 tapper Exp $ // // diff --git a/L1Trigger/TextToDigi/plugins/TextToRaw.h b/L1Trigger/TextToDigi/plugins/TextToRaw.h index 2b14857f529df..4e6aeebd163b0 100644 --- a/L1Trigger/TextToDigi/plugins/TextToRaw.h +++ b/L1Trigger/TextToDigi/plugins/TextToRaw.h @@ -16,7 +16,7 @@ // // Original Author: Jim Brooke // Created: Wed Nov 1 11:57:10 CET 2006 -// $Id: TextToRaw.h,v 1.7 2009/12/03 18:35:58 nuno Exp $ +// $Id: TextToRaw.h,v 1.6 2009/03/26 14:53:03 tapper Exp $ // // diff --git a/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.h b/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.h index 2304f7a22280d..a0b4f5ccb12c0 100644 --- a/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.h +++ b/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.h @@ -12,8 +12,8 @@ * * \author: G.P. Di Giovanni - University of Florida * - * $Date: 2010/05/21 13:04:50 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1TriggerConfig/CSCTFConfigProducers/src/L1MuCSCTFParametersTester.cc b/L1TriggerConfig/CSCTFConfigProducers/src/L1MuCSCTFParametersTester.cc index 75b16acc89b3a..aa5cd64f70d64 100644 --- a/L1TriggerConfig/CSCTFConfigProducers/src/L1MuCSCTFParametersTester.cc +++ b/L1TriggerConfig/CSCTFConfigProducers/src/L1MuCSCTFParametersTester.cc @@ -9,8 +9,8 @@ * * \author: G.P. Di Giovanni - University of Florida * - * $Date: 2010/05/21 13:04:49 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.cc b/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.cc index 21682acad369f..e4592ef63a67b 100644 --- a/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.cc +++ b/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/03/27 17:30:04 $ - * $Revision: 1.6 $ + * $Date: 2013/03/27 17:23:06 $ + * $Revision: 1.5 $ * \author C. Battilana CIEMAT */ diff --git a/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.h b/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.h index 5dba845714f9d..f207104badf81 100644 --- a/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.h +++ b/L1TriggerConfig/DTTPGConfigProducers/plugins/DTTPGParamsWriter.h @@ -3,7 +3,7 @@ /* Program to write DT TPG pedestals correction into DB - * $Date: 2010/11/12 11:04:40 $ + * $Date: 2009/12/09 11:33:03 $ * $Revision: 1.1 $ * \author C. Battilana - CIEMAT */ diff --git a/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.cc b/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.cc index cfe79dfc21bff..2b8167e6aa585 100644 --- a/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.cc +++ b/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/06/12 10:58:46 $ - * $Revision: 1.1 $ + * $Date: 2008/12/15 10:53:21 $ + * $Revision: 1.2 $ * \author Paolo Ronchese INFN Padova * */ diff --git a/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.h b/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.h index 6f4dd2cc45f80..36d477e75f7f5 100644 --- a/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.h +++ b/L1TriggerConfig/DTTPGConfigProducers/src/DTPosNegType.h @@ -5,7 +5,7 @@ * Description: * * - * $Date: 2009/06/12 10:58:46 $ + * $Date: 2008/08/15 13:46:46 $ * $Revision: 1.1 $ * \author Paolo Ronchese INFN Padova * diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h index 43b11c579f0bc..2da8b5b5bf63c 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Eta Pattern Lut Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h index 7a0dc60a52ed8..8a22a527eff11 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Extrapolation Lut Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTPhiLutTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTPhiLutTester.h index 2f317d5f9aed7..49622a71bbc6c 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTPhiLutTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTPhiLutTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Phi Assignment Lut Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTPtaLutTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTPtaLutTester.h index 791f0d080b589..621b73b2a5b31 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTPtaLutTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTPtaLutTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Pt Assignment Lut Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTQualPatternLutTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTQualPatternLutTester.h index b98e0bac66cc6..1ff2224afb72e 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTQualPatternLutTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTQualPatternLutTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Quality Pattern Lut Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTTFMasksTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTTFMasksTester.h index e6460f5f6c25b..ae95b7067dfef 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTTFMasksTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTTFMasksTester.h @@ -5,7 +5,7 @@ * L1 DT Track Finder Parameters Tester * * - * $Date: 2009/05/12 09:53:36 $ + * $Date: 2009/05/04 09:26:09 $ * $Revision: 1.1 $ * * J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTTFParametersTester.h b/L1TriggerConfig/DTTrackFinder/interface/DTTFParametersTester.h index a568f0b3c3449..f24ffc26595d6 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTTFParametersTester.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTTFParametersTester.h @@ -5,8 +5,8 @@ * L1 DT Track Finder Parameters Tester * * - * $Date: 2009/05/04 09:26:09 $ - * $Revision: 1.1 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/interface/DTTrackFinderConfig.h b/L1TriggerConfig/DTTrackFinder/interface/DTTrackFinderConfig.h index 8e03e2d981ad9..0e88d9c4ae2a5 100644 --- a/L1TriggerConfig/DTTrackFinder/interface/DTTrackFinderConfig.h +++ b/L1TriggerConfig/DTTrackFinder/interface/DTTrackFinderConfig.h @@ -5,8 +5,8 @@ * L1 DT Track Finder ESProducer * * - * $Date: 2009/05/12 09:53:36 $ - * $Revision: 1.3 $ + * $Date: 2008/05/14 14:52:08 $ + * $Revision: 1.2 $ * * J. Troconiz UAM Madrid */ diff --git a/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutOnlineProd.cc index 758d0d904e8a7..d3011cb7ff9ac 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: DTEtaPatternLutOnlineProd.cc,v 1.1 2008/10/13 03:24:50 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutTester.cc index ea6e714835c7b..0b1ef2a63b612 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTEtaPatternLutTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Eta Pattern Lut Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTExtLutOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTExtLutOnlineProd.cc index e917c87294392..eb4142aadd6c6 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTExtLutOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTExtLutOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: DTExtLutOnlineProd.cc,v 1.1 2008/10/13 03:24:50 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTExtLutTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTExtLutTester.cc index 3b7eb5f8f3e84..817acbdd542d9 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTExtLutTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTExtLutTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Extrapolation Lut Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTPhiLutOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTPhiLutOnlineProd.cc index 8e1bc5250381e..6c0deefa0d4e5 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTPhiLutOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTPhiLutOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: DTPhiLutOnlineProd.cc,v 1.1 2008/10/13 03:24:50 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTPhiLutTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTPhiLutTester.cc index da787af80efe6..dcaaa9aa9f65d 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTPhiLutTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTPhiLutTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Phi Assignment Lut Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTPtaLutOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTPtaLutOnlineProd.cc index c2a21aba921ea..4682f93d8b24d 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTPtaLutOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTPtaLutOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: DTPtaLutOnlineProd.cc,v 1.1 2008/10/13 03:24:50 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTPtaLutTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTPtaLutTester.cc index db55946aaec26..11b965b7b77b3 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTPtaLutTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTPtaLutTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Pt Assignment Lut Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutOnlineProd.cc index 6ed764c6f46aa..3735dddd169e9 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: DTQualPatternLutOnlineProd.cc,v 1.1 2008/10/13 03:24:50 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutTester.cc index c0c6ae2eee77f..89f67af042868 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTQualPatternLutTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Quality Pattern Lut Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFMasksOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFMasksOnlineProd.cc index 44c8fb536c22d..23d65a0f083ac 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFMasksOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFMasksOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: J. Troconiz - UAM Madrid // Created: Fri Apr 3 00:26:52 CEST 2009 -// $Id: DTTFMasksOnlineProd.cc,v 1.3 2009/05/27 20:02:44 wsun Exp $ +// $Id: DTTFMasksOnlineProd.cc,v 1.2 2009/05/18 08:22:25 troco Exp $ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFMasksTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFMasksTester.cc index 1df4c172f7d37..d722a4c519c61 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFMasksTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFMasksTester.cc @@ -5,7 +5,7 @@ // L1 DT Track Finder Parameters Tester // // -// $Date: 2009/05/12 09:53:37 $ +// $Date: 2009/05/04 09:26:10 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFParametersOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFParametersOnlineProd.cc index 150c211e19bef..3a4bd4097708d 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFParametersOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFParametersOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Fri Oct 3 00:26:52 CEST 2008 -// $Id: DTTFParametersOnlineProd.cc,v 1.7 2009/06/01 07:06:53 troco Exp $ +// $Id: DTTFParametersOnlineProd.cc,v 1.6 2009/05/18 08:22:25 troco Exp $ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFParametersTester.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFParametersTester.cc index 302f9f82c5994..30197b3ad4f95 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFParametersTester.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFParametersTester.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder Parameters Tester // // -// $Date: 2009/05/04 09:26:10 $ -// $Revision: 1.1 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFRSKeysOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFRSKeysOnlineProd.cc index 0175008053410..4a489574293ce 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFRSKeysOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFRSKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: J. Troconiz - UAM Madrid // Created: Thu Oct 2 21:43:50 CEST 2008 -// $Id: DTTFRSKeysOnlineProd.cc,v 1.1 2009/05/14 14:13:40 troco Exp $ +// $Id: DTTFRSKeysOnlineProd.cc,v 1.2 2009/04/30 20:06:41 troco Exp $ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTFTSCObjectKeysOnlineProd.cc b/L1TriggerConfig/DTTrackFinder/src/DTTFTSCObjectKeysOnlineProd.cc index d0352ad8f3433..239b6cbf4e2dd 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTFTSCObjectKeysOnlineProd.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTFTSCObjectKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 21:43:50 CEST 2008 -// $Id: DTTFTSCObjectKeysOnlineProd.cc,v 1.2 2009/05/25 14:05:01 wsun Exp $ +// $Id: DTTFTSCObjectKeysOnlineProd.cc,v 1.1 2009/05/14 11:19:40 troco Exp $ // // diff --git a/L1TriggerConfig/DTTrackFinder/src/DTTrackFinderConfig.cc b/L1TriggerConfig/DTTrackFinder/src/DTTrackFinderConfig.cc index 38f40d2928a1f..5e37cf01c3452 100644 --- a/L1TriggerConfig/DTTrackFinder/src/DTTrackFinderConfig.cc +++ b/L1TriggerConfig/DTTrackFinder/src/DTTrackFinderConfig.cc @@ -5,8 +5,8 @@ // L1 DT Track Finder ESProducer // // -// $Date: 2009/05/12 09:53:37 $ -// $Revision: 1.5 $ +// $Date: 2008/10/13 03:26:13 $ +// $Revision: 1.4 $ // // Author : // J. Troconiz UAM Madrid diff --git a/L1TriggerConfig/GMTConfigProducers/interface/L1MuGMTParametersOnlineProducer.h b/L1TriggerConfig/GMTConfigProducers/interface/L1MuGMTParametersOnlineProducer.h index cc1db82d26df4..71d4054611f6f 100644 --- a/L1TriggerConfig/GMTConfigProducers/interface/L1MuGMTParametersOnlineProducer.h +++ b/L1TriggerConfig/GMTConfigProducers/interface/L1MuGMTParametersOnlineProducer.h @@ -5,8 +5,8 @@ // Description: A class to produce the L1 GMT emulator parameters in the event setup // by reading them from the online database. // -// $Date: 2008/11/24 19:00:37 $ -// $Revision: 1.1 $ +// $Date$ +// $Revision$ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersKeysOnlineProd.cc b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersKeysOnlineProd.cc index 81f9ad82c9855..2fd8deecdb872 100644 --- a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersKeysOnlineProd.cc +++ b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersKeysOnlineProd.cc @@ -7,8 +7,8 @@ // // https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideL1ConfigOnlineProd r11 // -// $Date: 2009/03/13 17:55:39 $ -// $Revision: 1.2 $ +// $Date: 2008/11/24 19:00:38 $ +// $Revision: 1.1 $ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersOnlineProducer.cc b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersOnlineProducer.cc index 07ee8a6e853ff..38261e33fe0e7 100644 --- a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersOnlineProducer.cc +++ b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTParametersOnlineProducer.cc @@ -5,8 +5,8 @@ // Description: A class to produce the L1 GMT emulator Parameters record in the event setup // by reading them from the online database. // -// $Date: 2012/02/10 14:20:06 $ -// $Revision: 1.3 $ +// $Date: 2010/08/06 20:24:41 $ +// $Revision: 1.2 $ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTRSKeysOnlineProd.cc b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTRSKeysOnlineProd.cc index 6c7b9a8fe100e..d10f726a41d41 100644 --- a/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTRSKeysOnlineProd.cc +++ b/L1TriggerConfig/GMTConfigProducers/src/L1MuGMTRSKeysOnlineProd.cc @@ -9,8 +9,8 @@ * * \author: Ivan Mikulec * - * $Date: 2009/03/25 20:51:08 $ - * $Revision: 1.1 $ + * $Date$ + * $Revision$ * */ diff --git a/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigDump.h b/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigDump.h index 047f36e2f1de8..844e353625f36 100644 --- a/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigDump.h +++ b/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigDump.h @@ -12,8 +12,8 @@ * * \author: Jim Brooke * - * $Date: 2009/05/07 10:31:29 $ - * $Revision: 1.2 $ + * $Date: 2009/05/06 16:29:01 $ + * $Revision: 1.1 $ * */ diff --git a/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigProducers.h b/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigProducers.h index c199291b96528..d68e377b509ad 100644 --- a/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigProducers.h +++ b/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigProducers.h @@ -15,7 +15,7 @@ // // Original Author: Gregory Heath // Created: Thu Mar 1 15:10:47 CET 2007 -// $Id: L1GctConfigProducers.h,v 1.11 2011/01/03 21:22:00 jbrooke Exp $ +// $Id: L1GctConfigProducers.h,v 1.10 2010/02/10 01:33:25 jbrooke Exp $ // // diff --git a/L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h b/L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h index 037538a85fbe6..7e71315025f17 100644 --- a/L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h +++ b/L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h @@ -8,7 +8,7 @@ * * \author Slava Valuev * Created: Thu Apr 12 11:26:54 CEST 2007 - * $Id: L1CSCTriggerPrimitivesConfigProducer.h,v 1.7 2010/08/04 10:11:35 slava Exp $ + * $Id: L1CSCTriggerPrimitivesConfigProducer.h,v 1.6 2008/07/30 08:28:05 slava Exp $ * */ diff --git a/L1TriggerConfig/L1GeometryProducers/interface/L1CaloGeometryProd.h b/L1TriggerConfig/L1GeometryProducers/interface/L1CaloGeometryProd.h index 04baf101e6ded..2952d509b089d 100644 --- a/L1TriggerConfig/L1GeometryProducers/interface/L1CaloGeometryProd.h +++ b/L1TriggerConfig/L1GeometryProducers/interface/L1CaloGeometryProd.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Tue Oct 24 00:01:12 EDT 2006 -// $Id: L1CaloGeometryProd.h,v 1.2 2008/04/18 00:01:00 wsun Exp $ +// $Id: L1CaloGeometryProd.h,v 1.1 2006/12/21 01:55:36 wsun Exp $ // // system include files diff --git a/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryDump.cc b/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryDump.cc index 432866f8b9c2e..d128a46d73099 100644 --- a/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryDump.cc +++ b/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryDump.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Mon Sep 28 22:17:24 CEST 2009 -// $Id: L1CaloGeometryDump.cc,v 1.1 2009/09/28 23:01:25 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryProd.cc b/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryProd.cc index e0cc332f5b79d..350e9f41f0ce9 100644 --- a/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryProd.cc +++ b/L1TriggerConfig/L1GeometryProducers/src/L1CaloGeometryProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Sun // Created: Tue Oct 24 00:00:00 EDT 2006 -// $Id: L1CaloGeometryProd.cc,v 1.4 2009/09/28 23:02:20 wsun Exp $ +// $Id: L1CaloGeometryProd.cc,v 1.3 2009/07/17 17:43:07 wsun Exp $ // // diff --git a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtParametersTester.h b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtParametersTester.h index 59f5a9fe8add2..fd024a2978272 100644 --- a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtParametersTester.h +++ b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtParametersTester.h @@ -12,8 +12,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date$ - * $Revision$ + * $Date:$ + * $Revision:$ * */ diff --git a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtVmeWriterCore.h b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtVmeWriterCore.h index a8d7f17645b27..4d8a6c2e768ba 100644 --- a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtVmeWriterCore.h +++ b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtVmeWriterCore.h @@ -14,8 +14,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2013/05/23 16:50:08 $ - * $Revision: 1.4 $ + * $Date: 2008/02/27 21:18:53 $ + * $Revision: 1.3 $ * */ diff --git a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtXmlParserTags.h b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtXmlParserTags.h index 3289108c25fce..13d50af4ee067 100644 --- a/L1TriggerConfig/L1GtConfigProducers/interface/L1GtXmlParserTags.h +++ b/L1TriggerConfig/L1GtConfigProducers/interface/L1GtXmlParserTags.h @@ -12,8 +12,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2009/10/29 16:37:58 $ - * $Revision: 1.9 $ + * $Date: 2009/02/05 22:19:26 $ + * $Revision: 1.8 $ * */ diff --git a/L1TriggerConfig/L1GtConfigProducers/src/L1GtVmeWriterCore.cc b/L1TriggerConfig/L1GtConfigProducers/src/L1GtVmeWriterCore.cc index 3d7208c225a2d..5706d7c275842 100644 --- a/L1TriggerConfig/L1GtConfigProducers/src/L1GtVmeWriterCore.cc +++ b/L1TriggerConfig/L1GtConfigProducers/src/L1GtVmeWriterCore.cc @@ -11,8 +11,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2013/05/23 16:50:09 $ - * $Revision: 1.4 $ + * $Date: 2008/02/27 21:18:29 $ + * $Revision: 1.3 $ * */ diff --git a/L1TriggerConfig/L1GtConfigProducers/src/L1GtXmlParserTags.cc b/L1TriggerConfig/L1GtConfigProducers/src/L1GtXmlParserTags.cc index 4e05eaca398fe..93cbb6e63c525 100644 --- a/L1TriggerConfig/L1GtConfigProducers/src/L1GtXmlParserTags.cc +++ b/L1TriggerConfig/L1GtConfigProducers/src/L1GtXmlParserTags.cc @@ -9,8 +9,8 @@ * * \author: Vasile Mihai Ghete - HEPHY Vienna * - * $Date: 2009/10/29 16:37:57 $ - * $Revision: 1.9 $ + * $Date: 2009/02/05 22:19:26 $ + * $Revision: 1.8 $ * */ diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScaleTester.h b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScaleTester.h index 0cf3da21308c0..c39a8a4fba4c0 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScaleTester.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScaleTester.h @@ -13,7 +13,7 @@ // // Original Author: pts/140 // Created: Wed Jun 25 16:40:01 CEST 2008 -// $Id: L1CaloInputScaleTester.h,v 1.2 2009/12/18 20:44:59 wmtan Exp $ +// $Id: L1CaloInputScaleTester.h,v 1.1 2008/07/14 17:22:35 jleonard Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesGenerator.h b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesGenerator.h index 9c0ea3ce64f93..3ca0fd4d1bb0e 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesGenerator.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesGenerator.h @@ -13,7 +13,7 @@ // // Original Author: pts/140 // Created: Wed Jun 25 16:40:01 CEST 2008 -// $Id: L1CaloInputScalesGenerator.h,v 1.2 2009/12/18 20:44:59 wmtan Exp $ +// $Id: L1CaloInputScalesGenerator.h,v 1.1 2008/07/24 10:40:49 jleonard Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesProducer.h index fbb6026e520d9..cf245654cbb3f 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1CaloInputScalesProducer.h @@ -16,7 +16,7 @@ // // Original Author: Werner Sun // Created: Fri May 30 18:25:56 CEST 2008 -// $Id: L1CaloInputScalesProducer.h,v 1.2 2008/10/20 17:11:55 bachtis Exp $ +// $Id: L1CaloInputScalesProducer.h,v 1.1 2008/05/30 19:29:26 wsun Exp $ // // system include files diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1MuGMTScalesProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1MuGMTScalesProducer.h index 4a4dff7a76632..733bdc559513e 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1MuGMTScalesProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1MuGMTScalesProducer.h @@ -4,8 +4,8 @@ // // Description: A class to produce the L1 GMT emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:41 $ -// $Revision: 1.2 $ +// $Date: 2007/03/23 15:42:57 $ +// $Revision: 1.1 $ // // Author : // I. Mikulec diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleOnlineProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleOnlineProducer.h index 6609d05b9487d..3cd4b33459102 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleOnlineProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleOnlineProducer.h @@ -4,7 +4,7 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/11/24 18:59:58 $ +// $Date: 2008/04/17 23:33:09 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleProducer.h index c13827060552d..bb77aca8846f8 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerPtScaleProducer.h @@ -4,7 +4,7 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:09 $ +// $Date: 2007/03/23 15:43:00 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesOnlineProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesOnlineProducer.h index 66e22f1254822..c9f2f04cefefe 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesOnlineProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesOnlineProducer.h @@ -5,8 +5,8 @@ // Description: A class to produce the L1 mu emulator scales record in the event setup // from the OMDS database. // -// $Date: 2008/11/24 18:59:58 $ -// $Revision: 1.1 $ +// $Date: 2008/04/17 23:33:41 $ +// $Revision: 1.2 $ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesProducer.h index 0bd8fba754730..ec30882b52094 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1MuTriggerScalesProducer.h @@ -4,8 +4,8 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:41 $ -// $Revision: 1.2 $ +// $Date: 2007/03/23 15:43:00 $ +// $Revision: 1.1 $ // // Author : // I. Mikulec diff --git a/L1TriggerConfig/L1ScalesProducers/interface/L1ScalesTrivialProducer.h b/L1TriggerConfig/L1ScalesProducers/interface/L1ScalesTrivialProducer.h index a0052fb43ad94..22fb8a3d874a6 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/L1ScalesTrivialProducer.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/L1ScalesTrivialProducer.h @@ -16,7 +16,7 @@ // // Original Author: Jim Brooke // Created: Wed Sep 27 17:51:32 CEST 2006 -// $Id: L1ScalesTrivialProducer.h,v 1.3 2009/03/25 23:17:55 jbrooke Exp $ +// $Id: L1ScalesTrivialProducer.h,v 1.2 2009/03/24 00:47:14 jbrooke Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/interface/ScaleRecordHelper.h b/L1TriggerConfig/L1ScalesProducers/interface/ScaleRecordHelper.h index 7ce66503b4720..c6f1e9c4dba05 100644 --- a/L1TriggerConfig/L1ScalesProducers/interface/ScaleRecordHelper.h +++ b/L1TriggerConfig/L1ScalesProducers/interface/ScaleRecordHelper.h @@ -3,7 +3,7 @@ // // Description: A helper class to extract L1 trigger scales from the database // -// $Date: 2008/11/24 18:59:58 $ +// $Date: 2008/04/17 23:33:09 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1CaloEcalScaleConfigOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1CaloEcalScaleConfigOnlineProd.cc index 8740b90370a3e..d4f7a84de90de 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1CaloEcalScaleConfigOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1CaloEcalScaleConfigOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1CaloEcalScaleConfigOnlineProd.cc,v 1.4 2010/12/21 04:08:28 efron Exp $ +// $Id: L1CaloEcalScaleConfigOnlineProd.cc,v 1.3 2009/10/25 19:30:36 efron Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1CaloHcalScaleConfigOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1CaloHcalScaleConfigOnlineProd.cc index 9f5db9a7f18ac..a8bf4558acc87 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1CaloHcalScaleConfigOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1CaloHcalScaleConfigOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1CaloHcalScaleConfigOnlineProd.cc,v 1.7 2012/08/28 14:18:14 yana Exp $ +// $Id: L1CaloHcalScaleConfigOnlineProd.cc,v 1.6 2010/12/24 18:20:29 efron Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1CaloInputScalesProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1CaloInputScalesProducer.cc index 5d3db0eb669cc..9fa438cab8470 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1CaloInputScalesProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1CaloInputScalesProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Brooke // Created: Fri May 16 16:09:43 CEST 2008 -// $Id: L1CaloInputScalesProducer.cc,v 1.2 2008/10/20 17:11:55 bachtis Exp $ +// $Id: L1CaloInputScalesProducer.cc,v 1.1 2008/05/30 19:29:27 wsun Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1EmEtScaleOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1EmEtScaleOnlineProd.cc index 104c68f7e16c1..7e96b925839f8 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1EmEtScaleOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1EmEtScaleOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1EmEtScaleOnlineProd.cc,v 1.4 2012/11/19 15:56:56 eulisse Exp $ +// $Id: L1EmEtScaleOnlineProd.cc,v 1.3 2012/06/18 10:17:56 eulisse Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1HfRingEtScaleOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1HfRingEtScaleOnlineProd.cc index ef37b5d379a77..472489e6364c1 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1HfRingEtScaleOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1HfRingEtScaleOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1HfRingEtScaleOnlineProd.cc,v 1.5 2012/06/18 10:17:56 eulisse Exp $ +// $Id: L1HfRingEtScaleOnlineProd.cc,v 1.4 2010/02/18 21:37:27 jbrooke Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1HtMissScaleOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1HtMissScaleOnlineProd.cc index 6b4053cc8f19f..180a221b0c78a 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1HtMissScaleOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1HtMissScaleOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1HtMissScaleOnlineProd.cc,v 1.6 2012/06/18 10:17:56 eulisse Exp $ +// $Id: L1HtMissScaleOnlineProd.cc,v 1.5 2010/06/30 08:58:05 jbrooke Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1JetEtScaleOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1JetEtScaleOnlineProd.cc index b53d3643e4400..702dd02f61b32 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1JetEtScaleOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1JetEtScaleOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1JetEtScaleOnlineProd.cc,v 1.5 2012/06/18 10:17:56 eulisse Exp $ +// $Id: L1JetEtScaleOnlineProd.cc,v 1.4 2009/03/27 13:22:46 jbrooke Exp $ // // diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuGMTScalesProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuGMTScalesProducer.cc index c841ca2babb31..b5b638bae4086 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuGMTScalesProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuGMTScalesProducer.cc @@ -4,8 +4,8 @@ // // Description: A class to produce the L1 GMT emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:41 $ -// $Revision: 1.2 $ +// $Date: 2007/03/23 15:43:02 $ +// $Revision: 1.1 $ // // Author : // I. Mikulec diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleOnlineProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleOnlineProducer.cc index 2fc439b49ad42..2bec7645f14cc 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleOnlineProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleOnlineProducer.cc @@ -4,7 +4,7 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/11/24 18:59:59 $ +// $Date: 2008/04/17 23:33:09 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleProducer.cc index cdbc3700bd443..fb56bea438719 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerPtScaleProducer.cc @@ -4,7 +4,7 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:09 $ +// $Date: 2007/03/23 15:43:03 $ // $Revision: 1.1 $ // // Author : diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScaleKeysOnlineProd.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScaleKeysOnlineProd.cc index 6b1e9f19ee37b..4f8eaf20e2145 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScaleKeysOnlineProd.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScaleKeysOnlineProd.cc @@ -7,8 +7,8 @@ // // https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideL1ConfigOnlineProd r11 // -// $Date: 2009/03/18 14:13:10 $ -// $Revision: 1.3 $ +// $Date: 2009/03/13 17:59:48 $ +// $Revision: 1.2 $ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesOnlineProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesOnlineProducer.cc index 4a3920bf94e56..f1e7396ddab04 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesOnlineProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesOnlineProducer.cc @@ -5,8 +5,8 @@ // Description: A class to produce the L1 mu emulator scales record in the event setup // from the OMDS database. // -// $Date: 2012/09/21 13:41:19 $ -// $Revision: 1.3 $ +// $Date: 2010/02/16 21:30:35 $ +// $Revision: 1.2 $ // // Author : // Thomas Themel diff --git a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesProducer.cc b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesProducer.cc index 6fa42a1065b0b..d2aa83c3c985d 100644 --- a/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesProducer.cc +++ b/L1TriggerConfig/L1ScalesProducers/src/L1MuTriggerScalesProducer.cc @@ -4,8 +4,8 @@ // // Description: A class to produce the L1 mu emulator scales record in the event setup // -// $Date: 2008/04/17 23:33:41 $ -// $Revision: 1.2 $ +// $Date: 2007/03/23 15:43:03 $ +// $Revision: 1.1 $ // // Author : // I. Mikulec diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskOnlineProd.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskOnlineProd.cc index 5ce37885e0ab0..4b07230b3b858 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskOnlineProd.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskOnlineProd.cc @@ -14,7 +14,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1RCTChannelMaskOnlineProd.cc,v 1.3 2012/06/11 18:21:04 wmtan Exp $ +// $Id: L1RCTChannelMaskOnlineProd.cc,v 1.2 2009/08/18 17:18:22 efron Exp $ // // diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskTester.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskTester.cc index c97c85f248d64..681332bbea869 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskTester.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCTChannelMaskTester.cc @@ -13,7 +13,7 @@ // // Original Author: Sridhara Dasu // Created: Mon Jul 16 23:48:35 CEST 2007 -// $Id: L1RCTChannelMaskTester.cc,v 1.5 2010/06/16 19:27:54 ghete Exp $ +// $Id: L1RCTChannelMaskTester.cc,v 1.4 2010/06/16 15:31:25 bachtis Exp $ // // // user include files diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCTOmdsFedVectorProducer.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCTOmdsFedVectorProducer.cc index 43b84886e4d67..9091bbdb335b8 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCTOmdsFedVectorProducer.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCTOmdsFedVectorProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Jessica Lynn Leonard,32 4-C20,+41227674522, // Created: Fri Sep 9 11:19:20 CEST 2011 -// $Id: L1RCTOmdsFedVectorProducer.cc,v 1.2 2011/10/06 14:29:07 jleonard Exp $ +// $Id: L1RCTOmdsFedVectorProducer.cc,v 1.1 2011/09/30 14:42:47 jleonard Exp $ // // diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersOnlineProd.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersOnlineProd.cc index 6774775cb0d4f..6d4c7ce9b8582 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersOnlineProd.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Tue Sep 16 22:43:22 CEST 2008 -// $Id: L1RCTParametersOnlineProd.cc,v 1.4 2012/06/11 18:21:04 wmtan Exp $ +// $Id: L1RCTParametersOnlineProd.cc,v 1.3 2009/03/16 14:22:29 jleonard Exp $ // // diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersTester.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersTester.cc index 1c2f11b3c32fe..41190664f283f 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersTester.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCTParametersTester.cc @@ -13,7 +13,7 @@ // // Original Author: Sridhara Dasu // Created: Mon Jul 16 23:48:35 CEST 2007 -// $Id: L1RCTParametersTester.cc,v 1.3 2009/05/06 18:16:26 efron Exp $ +// $Id: L1RCTParametersTester.cc,v 1.2 2009/05/06 13:40:46 efron Exp $ // // // user include files diff --git a/L1TriggerConfig/RCTConfigProducers/src/L1RCT_RSKeysOnlineProd.cc b/L1TriggerConfig/RCTConfigProducers/src/L1RCT_RSKeysOnlineProd.cc index e9edf7481ba9c..472a59b7fd650 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/L1RCT_RSKeysOnlineProd.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/L1RCT_RSKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Fri Aug 22 19:51:36 CEST 2008 -// $Id: L1RCT_RSKeysOnlineProd.cc,v 1.1 2009/03/11 10:15:45 jleonard Exp $ +// $Id: RCTObjectKeysOnlineProd.cc,v 1.3 2009/01/17 19:14:15 wsun Exp $ // // diff --git a/L1TriggerConfig/RCTConfigProducers/src/RCTConfigProducers.cc b/L1TriggerConfig/RCTConfigProducers/src/RCTConfigProducers.cc index 1d479ac61d768..216ef22f36551 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/RCTConfigProducers.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/RCTConfigProducers.cc @@ -13,7 +13,7 @@ // // Original Author: Sridhara Dasu // Created: Mon Jul 16 23:48:35 CEST 2007 -// $Id: RCTConfigProducers.cc,v 1.12 2010/05/07 14:41:48 bachtis Exp $ +// $Id: RCTConfigProducers.cc,v 1.11 2010/03/03 23:02:24 wsun Exp $ // // diff --git a/L1TriggerConfig/RCTConfigProducers/src/RCTObjectKeysOnlineProd.cc b/L1TriggerConfig/RCTConfigProducers/src/RCTObjectKeysOnlineProd.cc index ae86229d649a8..9734da5a1e667 100644 --- a/L1TriggerConfig/RCTConfigProducers/src/RCTObjectKeysOnlineProd.cc +++ b/L1TriggerConfig/RCTConfigProducers/src/RCTObjectKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Fri Aug 22 19:51:36 CEST 2008 -// $Id: RCTObjectKeysOnlineProd.cc,v 1.9 2012/11/20 11:04:33 eulisse Exp $ +// $Id: RCTObjectKeysOnlineProd.cc,v 1.8 2010/05/21 13:36:40 efron Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionOnlineProd.cc b/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionOnlineProd.cc index 56095f01651f8..6175440501b4c 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionOnlineProd.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Wed Apr 1 20:23:43 CEST 2009 -// $Id: L1RPCConeDefinitionOnlineProd.cc,v 1.1 2009/04/01 18:33:58 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionProducer.cc b/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionProducer.cc index 6e05e52625ab5..8f4cfd9ac138b 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionProducer.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/L1RPCConeDefinitionProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Mon Feb 23 12:09:06 CET 2009 -// $Id: L1RPCConeDefinitionProducer.cc,v 1.5 2009/03/20 15:25:15 michals Exp $ +// $Id: L1RPCConeDefinitionProducer.cc,v 1.4 2009/03/20 10:28:30 fruboes Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCConfigOnlineProd.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCConfigOnlineProd.cc index 34fda8f437cd8..28decb7c8aa62 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCConfigOnlineProd.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCConfigOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:40:12 CEST 2008 -// $Id: RPCConfigOnlineProd.cc,v 1.1 2008/10/13 02:41:02 wsun Exp $ +// $Id$ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCObjectKeysOnlineProd.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCObjectKeysOnlineProd.cc index bcde08de286a9..c59e9f44ea276 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCObjectKeysOnlineProd.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCObjectKeysOnlineProd.cc @@ -13,7 +13,7 @@ // // Original Author: Werner Man-Li Sun // Created: Thu Oct 2 19:35:26 CEST 2008 -// $Id: RPCObjectKeysOnlineProd.cc,v 1.4 2010/02/26 16:06:38 michals Exp $ +// $Id: RPCObjectKeysOnlineProd.cc,v 1.3 2009/04/01 18:34:06 wsun Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerBxOrConfig.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerBxOrConfig.cc index 93d3c24df25f5..36dbbd45b780b 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerBxOrConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerBxOrConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 13:57:29 CEST 2008 -// $Id: RPCTriggerBxOrConfig.cc,v 1.1 2010/02/26 15:50:55 fruboes Exp $ +// $Id: RPCTriggerBxOrConfig.cc,v 1.4 2008/09/01 14:17:37 michals Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerConfig.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerConfig.cc index 513f4b2f899eb..fa10be2a57e83 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Tue Mar 20 12:30:19 CET 2007 -// $Id: RPCTriggerConfig.cc,v 1.6 2009/03/26 12:06:38 fruboes Exp $ +// $Id: RPCTriggerConfig.cc,v 1.5 2008/07/17 14:54:52 michals Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHsbConfig.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHsbConfig.cc index 38865a000dbea..8f59c3a820c1e 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHsbConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHsbConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 13:57:29 CEST 2008 -// $Id: RPCTriggerHsbConfig.cc,v 1.3 2010/03/02 14:02:57 fruboes Exp $ +// $Id: RPCTriggerHsbConfig.cc,v 1.2 2010/03/02 13:37:10 fruboes Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHwConfig.cc b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHwConfig.cc index a5f6bba6ba18a..6105e168219b1 100644 --- a/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHwConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/src/RPCTriggerHwConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 13:57:29 CEST 2008 -// $Id: RPCTriggerHwConfig.cc,v 1.5 2010/02/26 15:50:59 fruboes Exp $ +// $Id: RPCTriggerHwConfig.cc,v 1.4 2008/09/01 14:17:37 michals Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/test/DumpConeDefinition.cc b/L1TriggerConfig/RPCTriggerConfig/test/DumpConeDefinition.cc index 81e03e3c63d3a..000cedb781d15 100644 --- a/L1TriggerConfig/RPCTriggerConfig/test/DumpConeDefinition.cc +++ b/L1TriggerConfig/RPCTriggerConfig/test/DumpConeDefinition.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 14:03:40 CEST 2008 -// $Id: DumpConeDefinition.cc,v 1.4 2010/07/06 16:14:01 ghete Exp $ +// $Id: DumpConeDefinition.cc,v 1.3 2009/12/21 11:50:40 fruboes Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/test/DumpL1RPCConfig.cc b/L1TriggerConfig/RPCTriggerConfig/test/DumpL1RPCConfig.cc index 7855a6d5b49f3..7e3075782b31b 100644 --- a/L1TriggerConfig/RPCTriggerConfig/test/DumpL1RPCConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/test/DumpL1RPCConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 14:03:40 CEST 2008 -// $Id: DumpL1RPCConfig.cc,v 1.5 2010/07/06 16:14:01 ghete Exp $ +// $Id: DumpL1RPCConfig.cc,v 1.4 2009/12/21 11:50:40 fruboes Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/test/RPCConeConnectionsAna.cc b/L1TriggerConfig/RPCTriggerConfig/test/RPCConeConnectionsAna.cc index b5ced1b236008..908d3c7a46c4d 100644 --- a/L1TriggerConfig/RPCTriggerConfig/test/RPCConeConnectionsAna.cc +++ b/L1TriggerConfig/RPCTriggerConfig/test/RPCConeConnectionsAna.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Tue Mar 18 15:15:30 CET 2008 -// $Id: RPCConeConnectionsAna.cc,v 1.5 2009/12/21 11:50:40 fruboes Exp $ +// $Id: RPCConeConnectionsAna.cc,v 1.4 2009/05/25 08:02:59 fruboes Exp $ // // diff --git a/L1TriggerConfig/RPCTriggerConfig/test/TestHWConfig.cc b/L1TriggerConfig/RPCTriggerConfig/test/TestHWConfig.cc index 85a4e8a1c7666..e4b93b646a8b3 100644 --- a/L1TriggerConfig/RPCTriggerConfig/test/TestHWConfig.cc +++ b/L1TriggerConfig/RPCTriggerConfig/test/TestHWConfig.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Apr 9 14:03:40 CEST 2008 -// $Id: TestHWConfig.cc,v 1.5 2010/02/26 15:51:02 fruboes Exp $ +// $Id: TestHWConfig.cc,v 1.4 2009/12/21 11:50:40 fruboes Exp $ // // diff --git a/L1TriggerOffline/L1Analyzer/interface/L1PromptAnalysis.h b/L1TriggerOffline/L1Analyzer/interface/L1PromptAnalysis.h index d40817b7ca4c5..6034f104accea 100644 --- a/L1TriggerOffline/L1Analyzer/interface/L1PromptAnalysis.h +++ b/L1TriggerOffline/L1Analyzer/interface/L1PromptAnalysis.h @@ -6,8 +6,8 @@ * Description: This code is designed for l1 prompt analysis // starting point is a GMTTreeMaker By Ivan Mikulec. */ -// $Date: 2010/02/11 00:12:52 $ -// $Revision: 1.5 $ +// $Date: 2009/12/14 22:23:18 $ +// $Revision: 1.4 $ // // I. Mikulec HEPHY Vienna // diff --git a/L1TriggerOffline/L1Analyzer/src/BSCTrigger.cc b/L1TriggerOffline/L1Analyzer/src/BSCTrigger.cc index ba133d47dfeca..1080bcd333beb 100644 --- a/L1TriggerOffline/L1Analyzer/src/BSCTrigger.cc +++ b/L1TriggerOffline/L1Analyzer/src/BSCTrigger.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Muriel VANDER DONCKT *:0 // Created: Wed Jul 16 16:11:05 CEST 2008 -// $Id: BSCTrigger.cc,v 1.10 2010/10/07 22:02:55 yjlee Exp $ +// $Id: BSCTrigger.cc,v 1.8 2010/02/11 00:12:53 wmtan Exp $ // // diff --git a/MagneticField/Engine/interface/MagneticField.h b/MagneticField/Engine/interface/MagneticField.h index a858f8185829f..30d6dbdce2c77 100644 --- a/MagneticField/Engine/interface/MagneticField.h +++ b/MagneticField/Engine/interface/MagneticField.h @@ -5,8 +5,8 @@ * * Base class for the different implementation of magnetic field engines. * - * $Date: 2011/12/10 16:36:11 $ - * $Revision: 1.11 $ + * $Date: 2011/12/10 16:03:31 $ + * $Revision: 1.10 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/Engine/src/MagneticField.cc b/MagneticField/Engine/src/MagneticField.cc index 170ea7591c093..f7ec77d353888 100644 --- a/MagneticField/Engine/src/MagneticField.cc +++ b/MagneticField/Engine/src/MagneticField.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/12/10 16:03:31 $ - * $Revision: 1.3 $ + * $Date: 2010/12/25 16:23:18 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/Engine/test/queryField.cc b/MagneticField/Engine/test/queryField.cc index 491e4a480b9c5..2106ce84a59f8 100644 --- a/MagneticField/Engine/test/queryField.cc +++ b/MagneticField/Engine/test/queryField.cc @@ -1,8 +1,8 @@ /** \file * A simple program to print field value. * - * $Date: 2009/03/19 10:30:20 $ - * $Revision: 1.2 $ + * $Date: 2008/03/10 16:15:23 $ + * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/Engine/test/testMagneticField.cc b/MagneticField/Engine/test/testMagneticField.cc index 64e61d6b51557..f675308f91115 100644 --- a/MagneticField/Engine/test/testMagneticField.cc +++ b/MagneticField/Engine/test/testMagneticField.cc @@ -13,8 +13,8 @@ * TOSCAFileList = file with a list of TOSCA tables * TOSCASecorComparison: compare each if the listed TOSCA txt tables with those of the other sectors * - * $Date: 2013/05/03 20:13:43 $ - * $Revision: 1.20 $ + * $Date: 2013/03/19 16:44:27 $ + * $Revision: 1.19 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.cc b/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.cc index 8b1d0a8ab2d6c..87d061a9a32dd 100644 --- a/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.cc +++ b/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/04/16 10:04:23 $ - * $Revision: 1.8 $ + * $Date: 2011/04/16 09:58:21 $ + * $Revision: 1.7 $ * \author Nicola Amapane 11/08 */ diff --git a/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.h b/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.h index 00c3322a4d6b6..5bffc17f2f966 100644 --- a/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.h +++ b/MagneticField/GeomBuilder/plugins/AutoMagneticFieldESProducer.h @@ -6,8 +6,8 @@ * Produce a magnetic field map corresponding to the current * recorded in the condidtion DB. * - * $Date: 2009/05/23 22:48:49 $ - * $Revision: 1.2 $ + * $Date: 2008/11/14 10:42:40 $ + * $Revision: 1.1 $ * \author Nicola Amapane 11/08 */ diff --git a/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.cc b/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.cc index 949de17f94e03..129b1da22f77b 100644 --- a/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.cc +++ b/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/05/21 12:57:27 $ - * $Revision: 1.9 $ + * $Date: 2013/05/14 17:16:02 $ + * $Revision: 1.8 $ */ #include "MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.h" diff --git a/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.h b/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.h index 8d889cce7f38f..b0ca03dbd82aa 100644 --- a/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.h +++ b/MagneticField/GeomBuilder/plugins/VolumeBasedMagneticFieldESProducer.h @@ -5,8 +5,8 @@ * * Producer for the VolumeBasedMagneticField. * - * $Date: 2013/04/15 16:17:07 $ - * $Revision: 1.2 $ + * $Date: 2008/11/14 10:42:41 $ + * $Revision: 1.1 $ */ #include "FWCore/Framework/interface/EventSetupRecordIntervalFinder.h" diff --git a/MagneticField/GeomBuilder/src/FakeInterpolator.h b/MagneticField/GeomBuilder/src/FakeInterpolator.h index 6f889080425e5..17a9c736b6f28 100644 --- a/MagneticField/GeomBuilder/src/FakeInterpolator.h +++ b/MagneticField/GeomBuilder/src/FakeInterpolator.h @@ -5,8 +5,8 @@ * * Fake field interpolator, that always return B=0. * - * $Date: 2009/03/03 12:57:19 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author N. Amapane - CERN */ diff --git a/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.cc b/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.cc index a5817ea625b59..ff61e103ae267 100644 --- a/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.cc +++ b/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 22:00:08 $ - * $Revision: 1.34 $ + * $Date: 2013/05/21 13:21:17 $ + * $Revision: 1.33 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h b/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h index e850df41d883a..717010522e28c 100644 --- a/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h +++ b/MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h @@ -6,8 +6,8 @@ * shared surfaces. Build MagVolume6Faces and organise them in a hierarchical * structure. Build MagGeometry out of it. * - * $Date: 2013/05/30 22:00:08 $ - * $Revision: 1.15 $ + * $Date: 2013/04/15 16:02:44 $ + * $Revision: 1.14 $ * \author N. Amapane - INFN Torino */ #include "DataFormats/GeometrySurface/interface/ReferenceCounted.h" diff --git a/MagneticField/GeomBuilder/src/bLayer.cc b/MagneticField/GeomBuilder/src/bLayer.cc index b28fa89508060..9267b153d967f 100644 --- a/MagneticField/GeomBuilder/src/bLayer.cc +++ b/MagneticField/GeomBuilder/src/bLayer.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/04/07 15:09:45 $ - * $Revision: 1.8 $ + * $Date: 2008/04/20 23:17:30 $ + * $Revision: 1.7 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bLayer.h b/MagneticField/GeomBuilder/src/bLayer.h index fa002b6743ae5..67c6820ef40c5 100644 --- a/MagneticField/GeomBuilder/src/bLayer.h +++ b/MagneticField/GeomBuilder/src/bLayer.h @@ -5,8 +5,8 @@ * A layer of barrel volumes. Holds a list of volumes and 12 sectors. * It is assumed that the geometry is 12-fold periodic in phi! * - * $Date: 2005/09/27 15:15:52 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:48:28 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bRod.cc b/MagneticField/GeomBuilder/src/bRod.cc index e405fd6af12a2..e39e355b1f617 100644 --- a/MagneticField/GeomBuilder/src/bRod.cc +++ b/MagneticField/GeomBuilder/src/bRod.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/04/23 13:59:30 $ - * $Revision: 1.6 $ + * $Date: 2007/03/09 14:38:23 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bRod.h b/MagneticField/GeomBuilder/src/bRod.h index 66a59b4e9ea57..3bb8b7737db84 100644 --- a/MagneticField/GeomBuilder/src/bRod.h +++ b/MagneticField/GeomBuilder/src/bRod.h @@ -5,8 +5,8 @@ * A rod of volumes in a barrel sector. * A rod is made of several "slabs". * - * $Date: 2005/09/27 15:15:52 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:48:28 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bSector.cc b/MagneticField/GeomBuilder/src/bSector.cc index cfed0d8f732bb..46753aff118fd 100644 --- a/MagneticField/GeomBuilder/src/bSector.cc +++ b/MagneticField/GeomBuilder/src/bSector.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/03/09 14:38:23 $ - * $Revision: 1.5 $ + * $Date: 2007/02/03 16:19:08 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bSector.h b/MagneticField/GeomBuilder/src/bSector.h index 6070bdbb729ee..5790bfb1d54a4 100644 --- a/MagneticField/GeomBuilder/src/bSector.h +++ b/MagneticField/GeomBuilder/src/bSector.h @@ -5,8 +5,8 @@ * A sector of volumes in a barrel layer (i.e. only 1 element in R) * One sector is composed of 1 or more rods. * - * $Date: 2005/09/27 15:15:52 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:48:28 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bSlab.cc b/MagneticField/GeomBuilder/src/bSlab.cc index bbf87e5e0e84e..5f5e2c5a27a05 100644 --- a/MagneticField/GeomBuilder/src/bSlab.cc +++ b/MagneticField/GeomBuilder/src/bSlab.cc @@ -1,8 +1,8 @@ /* \file * See header file for a description of this class. * - * $Date: 2008/03/29 14:29:11 $ - * $Revision: 1.6 $ + * $Date: 2007/03/09 14:38:23 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/bSlab.h b/MagneticField/GeomBuilder/src/bSlab.h index a723468bf4db2..e8ebd42afecf8 100644 --- a/MagneticField/GeomBuilder/src/bSlab.h +++ b/MagneticField/GeomBuilder/src/bSlab.h @@ -6,8 +6,8 @@ * In most cases, a slab is a single volume, but in few cases it consists * in several volumes contiguous in phi. * - * $Date: 2007/02/03 16:18:13 $ - * $Revision: 1.3 $ + * $Date: 2005/09/27 15:15:52 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/buildBox.icc b/MagneticField/GeomBuilder/src/buildBox.icc index 05c441a388593..a6b08b274fc53 100644 --- a/MagneticField/GeomBuilder/src/buildBox.icc +++ b/MagneticField/GeomBuilder/src/buildBox.icc @@ -1,8 +1,8 @@ /* * Compute parameters for a box * - * $Date: 2008/04/23 14:00:11 $ - * $Revision: 1.6 $ + * $Date: 2008/04/16 16:26:34 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/buildCons.icc b/MagneticField/GeomBuilder/src/buildCons.icc index d1cc1efe2f8d8..f89ccff24d8b9 100644 --- a/MagneticField/GeomBuilder/src/buildCons.icc +++ b/MagneticField/GeomBuilder/src/buildCons.icc @@ -1,8 +1,8 @@ /* * Compute parameters for a cone section * - * $Date: 2012/12/26 17:49:55 $ - * $Revision: 1.7 $ + * $Date: 2008/04/23 14:00:24 $ + * $Revision: 1.6 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/buildPseudoTrap.icc b/MagneticField/GeomBuilder/src/buildPseudoTrap.icc index 3315b7b59e298..b51c7637932d2 100644 --- a/MagneticField/GeomBuilder/src/buildPseudoTrap.icc +++ b/MagneticField/GeomBuilder/src/buildPseudoTrap.icc @@ -7,8 +7,8 @@ * +phi(-X) +X * +Z +Y * - * $Date: 2012/12/26 17:49:55 $ - * $Revision: 1.8 $ + * $Date: 2009/04/07 15:09:45 $ + * $Revision: 1.7 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/buildTrap.icc b/MagneticField/GeomBuilder/src/buildTrap.icc index 3ec4f64f4dda7..1418cc057b9d0 100644 --- a/MagneticField/GeomBuilder/src/buildTrap.icc +++ b/MagneticField/GeomBuilder/src/buildTrap.icc @@ -1,8 +1,8 @@ /* * Compute parameters for a trapezoid * - * $Date: 2008/04/23 14:04:30 $ - * $Revision: 1.6 $ + * $Date: 2008/04/16 16:28:03 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/buildTruncTubs.icc b/MagneticField/GeomBuilder/src/buildTruncTubs.icc index da2c65721dcb2..5d3eb4d7c9592 100644 --- a/MagneticField/GeomBuilder/src/buildTruncTubs.icc +++ b/MagneticField/GeomBuilder/src/buildTruncTubs.icc @@ -6,8 +6,8 @@ * local to global transformation are used. * * - * $Date: 2012/12/26 17:49:55 $ - * $Revision: 1.6 $ + * $Date: 2009/04/07 15:09:45 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/eLayer.cc b/MagneticField/GeomBuilder/src/eLayer.cc index d30d6de5a4ccb..19f1414086fa2 100644 --- a/MagneticField/GeomBuilder/src/eLayer.cc +++ b/MagneticField/GeomBuilder/src/eLayer.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/03 16:19:08 $ - * $Revision: 1.3 $ + * $Date: 2005/09/26 14:47:13 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/eLayer.h b/MagneticField/GeomBuilder/src/eLayer.h index fcbab02b89607..82e26e8dfbf63 100644 --- a/MagneticField/GeomBuilder/src/eLayer.h +++ b/MagneticField/GeomBuilder/src/eLayer.h @@ -4,8 +4,8 @@ /** \class MagGeoBuilderFromDDD::eLayer * A layer of volumes in an endcap sector. * - * $Date: 2005/09/27 15:15:52 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:48:28 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/eSector.cc b/MagneticField/GeomBuilder/src/eSector.cc index e8f6ac2cccadb..38d758cb52b97 100644 --- a/MagneticField/GeomBuilder/src/eSector.cc +++ b/MagneticField/GeomBuilder/src/eSector.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/03/09 14:38:23 $ - * $Revision: 1.5 $ + * $Date: 2007/02/03 16:19:08 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/eSector.h b/MagneticField/GeomBuilder/src/eSector.h index 2a5d3ec37c11a..e33b2f3439dbd 100644 --- a/MagneticField/GeomBuilder/src/eSector.h +++ b/MagneticField/GeomBuilder/src/eSector.h @@ -5,8 +5,8 @@ * A sector of volumes in the endcap. * One sector is composed of several layers (eLayer) * - * $Date: 2005/09/27 15:15:52 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:48:28 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/volumeHandle.cc b/MagneticField/GeomBuilder/src/volumeHandle.cc index 4f50d8441b878..1f3843c05d0f9 100644 --- a/MagneticField/GeomBuilder/src/volumeHandle.cc +++ b/MagneticField/GeomBuilder/src/volumeHandle.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/04/15 16:02:44 $ - * $Revision: 1.15 $ + * $Date: 2010/10/13 15:21:58 $ + * $Revision: 1.14 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/src/volumeHandle.h b/MagneticField/GeomBuilder/src/volumeHandle.h index 744dc09b89dec..a7fb1e0546e46 100644 --- a/MagneticField/GeomBuilder/src/volumeHandle.h +++ b/MagneticField/GeomBuilder/src/volumeHandle.h @@ -7,8 +7,8 @@ * One instance is created for each DDVolume. The parameters of the * boundary surfaces are calculated during construction. * - * $Date: 2013/04/15 16:02:44 $ - * $Revision: 1.10 $ + * $Date: 2009/05/13 15:55:54 $ + * $Revision: 1.9 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/test/stubs/GlobalPointProvider.h b/MagneticField/GeomBuilder/test/stubs/GlobalPointProvider.h index cc3c7cf935aa0..b557516b8c749 100644 --- a/MagneticField/GeomBuilder/test/stubs/GlobalPointProvider.h +++ b/MagneticField/GeomBuilder/test/stubs/GlobalPointProvider.h @@ -5,8 +5,8 @@ * * No description available. * - * $Date: 2009/05/25 16:02:09 $ - * $Revision: 1.3 $ + * $Date: 2008/04/23 14:09:10 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/GeomBuilder/test/stubs/MagGeometryAnalyzer.cc b/MagneticField/GeomBuilder/test/stubs/MagGeometryAnalyzer.cc index d88948c7b09f9..15c222375bc46 100644 --- a/MagneticField/GeomBuilder/test/stubs/MagGeometryAnalyzer.cc +++ b/MagneticField/GeomBuilder/test/stubs/MagGeometryAnalyzer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/04/15 16:22:20 $ - * $Revision: 1.8 $ + * $Date: 2010/04/20 09:56:19 $ + * $Revision: 1.7 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.cc b/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.cc index 8de225e375954..76f012913e9b7 100644 --- a/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.cc +++ b/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/04/15 16:22:20 $ - * $Revision: 1.10 $ + * $Date: 2010/10/13 15:26:09 $ + * $Revision: 1.9 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.h b/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.h index 12881cc4696af..4611196a832c4 100644 --- a/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.h +++ b/MagneticField/GeomBuilder/test/stubs/MagGeometryExerciser.h @@ -4,8 +4,8 @@ /** \class MagGeometryExerciser * No description available. * - * $Date: 2008/03/29 14:39:18 $ - * $Revision: 1.4 $ + * $Date: 2007/03/09 14:38:47 $ + * $Revision: 1.3 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/GeomBuilder/test/stubs/VolumeGridTester.h b/MagneticField/GeomBuilder/test/stubs/VolumeGridTester.h index 12813281de1b1..40597ce353898 100644 --- a/MagneticField/GeomBuilder/test/stubs/VolumeGridTester.h +++ b/MagneticField/GeomBuilder/test/stubs/VolumeGridTester.h @@ -6,8 +6,8 @@ * Test the grid for a given volume: each grid point should be * inside the volume. * - * $Date: 2007/03/26 17:56:04 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/interface/MFGrid.h b/MagneticField/Interpolation/interface/MFGrid.h index 5aa668de7bd1e..f7a4aa25d2c4b 100644 --- a/MagneticField/Interpolation/interface/MFGrid.h +++ b/MagneticField/Interpolation/interface/MFGrid.h @@ -6,8 +6,8 @@ * Virtual interface for a field provider that is based on interpolation * on a regular grid. * - * $Date: 2009/08/11 07:16:33 $ - * $Revision: 1.5 $ + * $Date: 2008/04/09 19:37:23 $ + * $Revision: 1.4 $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/interface/MFGridFactory.h b/MagneticField/Interpolation/interface/MFGridFactory.h index a0725e1e64f2a..83782135187d1 100644 --- a/MagneticField/Interpolation/interface/MFGridFactory.h +++ b/MagneticField/Interpolation/interface/MFGridFactory.h @@ -5,8 +5,8 @@ * * Factory for field interpolators using binary files. * - * $Date: 2008/04/09 19:39:38 $ - * $Revision: 1.2 $ + * $Date: $ + * $Revision: $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/src/GlobalGridWrapper.h b/MagneticField/Interpolation/src/GlobalGridWrapper.h index 50946ff09ee81..fb0ce933bc142 100644 --- a/MagneticField/Interpolation/src/GlobalGridWrapper.h +++ b/MagneticField/Interpolation/src/GlobalGridWrapper.h @@ -6,8 +6,8 @@ * Generic interpolator that is a wrapper of MagneticFieldGrid, i.e. * non-specialized/optimized for each kind of grid. * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.4 $ + * $Date: 2009/08/11 07:16:33 $ + * $Revision: 1.3 $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/src/InterpolationDebug.h b/MagneticField/Interpolation/src/InterpolationDebug.h index 40ef14a0c87f3..42569e7ac66bd 100644 --- a/MagneticField/Interpolation/src/InterpolationDebug.h +++ b/MagneticField/Interpolation/src/InterpolationDebug.h @@ -5,8 +5,8 @@ * * No description available. * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.2 $ + * $Date: 2008/04/09 19:41:48 $ + * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/Interpolation/src/LinearGridInterpolator3D.h b/MagneticField/Interpolation/src/LinearGridInterpolator3D.h index c8f50d4f23235..be03c9aac17bb 100644 --- a/MagneticField/Interpolation/src/LinearGridInterpolator3D.h +++ b/MagneticField/Interpolation/src/LinearGridInterpolator3D.h @@ -5,8 +5,8 @@ * * Linear interpolation in a regular 3D grid. * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.13 $ + * $Date: 2010/10/22 18:24:02 $ + * $Revision: 1.12 $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/src/MFGrid3D.h b/MagneticField/Interpolation/src/MFGrid3D.h index 02fcdd460d905..a595373134883 100644 --- a/MagneticField/Interpolation/src/MFGrid3D.h +++ b/MagneticField/Interpolation/src/MFGrid3D.h @@ -5,8 +5,8 @@ * * Generic virtual implementation of a MFGrid for a 3D underlying regular grid. * - * $Date: 2013/03/21 08:49:31 $ - * $Revision: 1.2 $ + * $Date: 2011/04/16 12:47:57 $ + * $Revision: 1.1 $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/src/SpecialCylindricalMFGrid.h b/MagneticField/Interpolation/src/SpecialCylindricalMFGrid.h index e5d9ac8262d08..29a4ec4b18d83 100644 --- a/MagneticField/Interpolation/src/SpecialCylindricalMFGrid.h +++ b/MagneticField/Interpolation/src/SpecialCylindricalMFGrid.h @@ -5,8 +5,8 @@ * * Interpolator for cylindrical grids type 5 or 6 (r,phi,z) 1/sin(phi) or 1/cos(phi) * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.3 $ + * $Date: 2008/04/09 20:16:04 $ + * $Revision: 1.2 $ * \author T. Todorov - updated 08 N. Amapane */ diff --git a/MagneticField/Interpolation/src/Trapezoid2RectangleMappingX.h b/MagneticField/Interpolation/src/Trapezoid2RectangleMappingX.h index f0c2b375e8c38..490124facf4a0 100644 --- a/MagneticField/Interpolation/src/Trapezoid2RectangleMappingX.h +++ b/MagneticField/Interpolation/src/Trapezoid2RectangleMappingX.h @@ -7,8 +7,8 @@ * It is assumed that x is the coordinate along the trapezoid bases while y is along * the trapezoid height. * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.6 $ + * $Date: 2010/10/22 18:24:02 $ + * $Revision: 1.5 $ * \author T. Todorov */ diff --git a/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.cc b/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.cc index 188afadf572f9..9e1a8f77abc64 100644 --- a/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.cc +++ b/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.8 $ + * $Date: 2009/08/17 09:16:31 $ + * $Revision: 1.7 $ * \author T. Todorov - updated N. Amapane (2008) */ diff --git a/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.h b/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.h index 3a1355b051e30..3ad13c78b9fd2 100644 --- a/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.h +++ b/MagneticField/Interpolation/src/TrapezoidalCartesianMFGrid.h @@ -7,8 +7,8 @@ * The grid must have uniform spacing in two coordinates and increasing spacing in the other. * Increasing spacing is supported only for x and y for the time being * - * $Date: 2011/04/16 12:47:37 $ - * $Revision: 1.3 $ + * $Date: 2008/04/09 19:44:32 $ + * $Revision: 1.2 $ * \author T. Todorov */ diff --git a/MagneticField/Layers/interface/MagBLayer.h b/MagneticField/Layers/interface/MagBLayer.h index 87c290e672b41..b9734e082639d 100644 --- a/MagneticField/Layers/interface/MagBLayer.h +++ b/MagneticField/Layers/interface/MagBLayer.h @@ -10,8 +10,8 @@ * Rods consist of one or more slabs (MagBSlab); each one consisting of one * or, in few cases, several volumes with the same lenght in Z. * - * $Date: 2007/02/03 16:08:50 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:49:29 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagBRod.h b/MagneticField/Layers/interface/MagBRod.h index 1d2895ea3dc3a..8ff79bbc389af 100644 --- a/MagneticField/Layers/interface/MagBRod.h +++ b/MagneticField/Layers/interface/MagBRod.h @@ -12,8 +12,8 @@ * Rods consist of one or more slabs (MagBSlab); each one consisting of one * or, in few cases, several volumes with the same lenght in Z. * - * $Date: 2007/02/03 16:08:50 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:49:29 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagBSector.h b/MagneticField/Layers/interface/MagBSector.h index e8310ac09b480..6b8b4c5598e6b 100644 --- a/MagneticField/Layers/interface/MagBSector.h +++ b/MagneticField/Layers/interface/MagBSector.h @@ -12,8 +12,8 @@ * Rods consist of one or more slabs (MagBSlab); each one consisting of one * or, in few cases, several volumes with the same lenght in Z. * - * $Date: 2007/02/03 16:08:50 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:49:29 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagBSlab.h b/MagneticField/Layers/interface/MagBSlab.h index b1e8ecf7022c1..214978ed69c77 100644 --- a/MagneticField/Layers/interface/MagBSlab.h +++ b/MagneticField/Layers/interface/MagBSlab.h @@ -12,8 +12,8 @@ * Rods consist of one or more slabs (MagBSlab); each one consisting of one * or, in few cases, several volumes with the same lenght in Z. * - * $Date: 2013/05/30 21:57:39 $ - * $Revision: 1.3 $ + * $Date: 2007/02/03 16:08:50 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagELayer.h b/MagneticField/Layers/interface/MagELayer.h index f302f33849ab1..8abb4dad64e2d 100644 --- a/MagneticField/Layers/interface/MagELayer.h +++ b/MagneticField/Layers/interface/MagELayer.h @@ -4,8 +4,8 @@ /** \class MagELayer * A layer of volumes in an endcap sector. * - * $Date: 2013/05/30 21:57:40 $ - * $Revision: 1.3 $ + * $Date: 2007/02/03 16:08:50 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagESector.h b/MagneticField/Layers/interface/MagESector.h index 46b810de535c9..5403713118eca 100644 --- a/MagneticField/Layers/interface/MagESector.h +++ b/MagneticField/Layers/interface/MagESector.h @@ -5,8 +5,8 @@ * A sector of volumes in the endcap. * One sector is composed of several layers (MagELayer) * - * $Date: 2007/02/03 16:08:50 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:49:29 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/interface/MagVerbosity.h b/MagneticField/Layers/interface/MagVerbosity.h index fc490429992e5..78bd9e0d103e2 100644 --- a/MagneticField/Layers/interface/MagVerbosity.h +++ b/MagneticField/Layers/interface/MagVerbosity.h @@ -4,8 +4,8 @@ /* * Hack while we wait for logging in the framework * - * $Date: 2007/03/09 14:57:11 $ - * $Revision: 1.3 $ + * $Date: 2005/09/27 15:15:52 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagBLayer.cc b/MagneticField/Layers/src/MagBLayer.cc index 6f6f4f9cd48cb..cf273ea5e20cd 100644 --- a/MagneticField/Layers/src/MagBLayer.cc +++ b/MagneticField/Layers/src/MagBLayer.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/03 16:15:33 $ - * $Revision: 1.4 $ + * $Date: 2007/01/18 19:05:39 $ + * $Revision: 1.3 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagBRod.cc b/MagneticField/Layers/src/MagBRod.cc index c88065ccacdae..669dc1791e0ae 100644 --- a/MagneticField/Layers/src/MagBRod.cc +++ b/MagneticField/Layers/src/MagBRod.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/03 16:15:59 $ - * $Revision: 1.3 $ + * $Date: 2007/01/18 19:05:39 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagBSector.cc b/MagneticField/Layers/src/MagBSector.cc index 290854f91de85..f664e5b62b3ea 100644 --- a/MagneticField/Layers/src/MagBSector.cc +++ b/MagneticField/Layers/src/MagBSector.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/03 16:15:59 $ - * $Revision: 1.4 $ + * $Date: 2007/01/18 19:05:39 $ + * $Revision: 1.3 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagBSlab.cc b/MagneticField/Layers/src/MagBSlab.cc index a2c618b2d4477..feb060d6e4387 100644 --- a/MagneticField/Layers/src/MagBSlab.cc +++ b/MagneticField/Layers/src/MagBSlab.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 21:57:40 $ - * $Revision: 1.5 $ + * $Date: 2013/05/03 20:09:45 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagBinFinders.h b/MagneticField/Layers/src/MagBinFinders.h index cce79ca48da82..42c08c1df5502 100644 --- a/MagneticField/Layers/src/MagBinFinders.h +++ b/MagneticField/Layers/src/MagBinFinders.h @@ -15,8 +15,8 @@ namespace MagBinFinders { /** \class MagBinFinders::GeneralBinFinderInR * A R binfinder for a non-periodic group of detectors. * - * $Date: 2008/11/14 10:57:30 $ - * $Revision: 1.5 $ + * $Date: 2007/02/03 16:15:59 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagELayer.cc b/MagneticField/Layers/src/MagELayer.cc index c5599c4c20926..84444a8ea443e 100644 --- a/MagneticField/Layers/src/MagELayer.cc +++ b/MagneticField/Layers/src/MagELayer.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/30 21:57:40 $ - * $Revision: 1.3 $ + * $Date: 2007/02/03 16:15:59 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/Layers/src/MagESector.cc b/MagneticField/Layers/src/MagESector.cc index f22ee9987cf90..69baafd558030 100644 --- a/MagneticField/Layers/src/MagESector.cc +++ b/MagneticField/Layers/src/MagESector.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/03 16:15:59 $ - * $Revision: 1.2 $ + * $Date: 2005/09/06 15:49:19 $ + * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/ParametrizedEngine/plugins/BFit.h b/MagneticField/ParametrizedEngine/plugins/BFit.h index c2fe1d4b32c6f..b8d23c2a6b77b 100644 --- a/MagneticField/ParametrizedEngine/plugins/BFit.h +++ b/MagneticField/ParametrizedEngine/plugins/BFit.h @@ -5,7 +5,7 @@ * * 2D parametrization of MTCC data * - * $Date: 2011/04/16 10:20:40 $ + * $Date: 2008/04/23 14:39:16 $ * $Revision: 1.1 $ * \author V. Maroussov */ diff --git a/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.cc b/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.cc index 9dd7898bbc07e..4164efa54d9f5 100644 --- a/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.cc +++ b/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/04/16 10:20:40 $ - * $Revision: 1.1 $ + * $Date: 2008/05/06 12:11:37 $ + * $Revision: 1.6 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.h b/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.h index 14ddb28fc77d5..63785deefa6d8 100644 --- a/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.h +++ b/MagneticField/ParametrizedEngine/plugins/OAE85lParametrizedMagneticField.h @@ -7,8 +7,8 @@ * of the TOSCA field version 85l_030919 (4 T) * valid in the region r<1.2 m and |z|<3.0 m * - * $Date: 2011/04/16 10:20:40 $ - * $Revision: 1.1 $ + * $Date: 2008/05/06 12:09:19 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.cc b/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.cc index b94d84ff105a6..44e61fefe5b44 100644 --- a/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.cc +++ b/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/04/16 10:20:40 $ - * $Revision: 1.3 $ + * $Date: 2009/10/21 14:36:55 $ + * $Revision: 1.2 $ * \author Massimiliano Chiorboli, updated NA 03/08 */ diff --git a/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.h b/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.h index ca772a2606f39..39b82c23ccc44 100644 --- a/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.h +++ b/MagneticField/ParametrizedEngine/plugins/ParametrizedMagneticFieldProducer.h @@ -5,7 +5,7 @@ * * Description: Producer for the Parametrized Magnetic Field * - * $Date: 2008/11/14 10:37:17 $ + * $Date: 2008/05/06 12:04:34 $ * $Revision: 1.1 $ * \author Massimiliano Chiorboli, updated NA 03/08 */ diff --git a/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.cc b/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.cc index 3b74ffe639a25..887c1a17d0338 100644 --- a/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.cc +++ b/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/04/16 10:20:40 $ - * $Revision: 1.1 $ + * $Date: 2008/05/06 12:11:37 $ + * $Revision: 1.5 $ * \author N. Amapane */ diff --git a/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.h b/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.h index 6eb85111ac5a2..d6446f350baf2 100644 --- a/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.h +++ b/MagneticField/ParametrizedEngine/plugins/PolyFit2DParametrizedMagneticField.h @@ -6,8 +6,8 @@ * Magnetic Field engine wrapper for V. Maroussov's 2D parametrization * of the MT data. * - * $Date: 2011/04/16 10:20:40 $ - * $Revision: 1.1 $ + * $Date: 2009/10/21 14:36:56 $ + * $Revision: 1.4 $ * \author N. Amapane */ diff --git a/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.cc b/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.cc index 5a5110efc0ebe..7285ac4bb4f52 100644 --- a/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.cc +++ b/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.cc @@ -1,6 +1,6 @@ /** \file * - * $Date: 2011/04/16 10:20:40 $ + * $Date: 2009/10/21 14:36:56 $ * $Revision: 1.1 $ * \author N. Amapane */ diff --git a/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.h b/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.h index 31aedc0da6fa9..b58741117c790 100644 --- a/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.h +++ b/MagneticField/ParametrizedEngine/plugins/PolyFit3DParametrizedMagneticField.h @@ -6,7 +6,7 @@ * Magnetic Field engine wrapper for V. Maroussov's 3D parametrization * of the MT data. * - * $Date: 2011/04/16 10:20:40 $ + * $Date: 2009/10/21 14:36:56 $ * $Revision: 1.1 $ * \author N. Amapane */ diff --git a/MagneticField/ParametrizedEngine/plugins/rz_poly.h b/MagneticField/ParametrizedEngine/plugins/rz_poly.h index 21d46c97727ae..31891d9ae25b0 100644 --- a/MagneticField/ParametrizedEngine/plugins/rz_poly.h +++ b/MagneticField/ParametrizedEngine/plugins/rz_poly.h @@ -4,7 +4,7 @@ /** \class magfieldparam::rz_poly * * - * $Date: 2011/04/16 10:20:40 $ + * $Date: 2008/04/23 14:39:16 $ * $Revision: 1.1 $ * \author V. Maroussov */ diff --git a/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.cc b/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.cc index 68107fb971e10..2a3ac5d5f6d35 100644 --- a/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.cc +++ b/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.cc @@ -14,7 +14,7 @@ // // Original Author: Massimiliano Chiorboli // Created: Mon Jun 11 17:20:15 CEST 2007 -// $Id: MagneticFieldPlotter.cc,v 1.4 2009/12/14 22:23:22 wmtan Exp $ +// $Id: MagneticFieldPlotter.cc,v 1.3 2008/03/28 16:49:25 namapane Exp $ // // diff --git a/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.h b/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.h index cef72038c7431..11aff27185486 100644 --- a/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.h +++ b/MagneticField/ParametrizedEngine/test/MagneticFieldPlotter.h @@ -14,7 +14,7 @@ // // Original Author: Massimiliano Chiorboli // Created: Mon Jun 11 17:20:15 CEST 2007 -// $Id: MagneticFieldPlotter.h,v 1.2 2009/12/14 22:23:22 wmtan Exp $ +// $Id: MagneticFieldPlotter.h,v 1.1 2007/07/02 11:49:34 chiorbo Exp $ // // // system include files diff --git a/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.cc b/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.cc index 55d024b57492f..bb7e1a2e8bb33 100644 --- a/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.cc +++ b/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/11/14 00:19:33 $ - * $Revision: 1.1 $ + * $Date: 2008/03/29 11:55:26 $ + * $Revision: 1.3 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.h b/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.h index 9e46d0884b908..f900a52f7fa43 100644 --- a/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.h +++ b/MagneticField/UniformEngine/plugins/UniformMagneticFieldESProducer.h @@ -5,7 +5,7 @@ * * Producer for the UniformMagneticField. * - * $Date: 2008/11/14 00:19:33 $ + * $Date: 2006/05/31 13:43:26 $ * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/UniformEngine/src/UniformMagneticField.cc b/MagneticField/UniformEngine/src/UniformMagneticField.cc index ee8ac48c04766..e46c3a47c3351 100644 --- a/MagneticField/UniformEngine/src/UniformMagneticField.cc +++ b/MagneticField/UniformEngine/src/UniformMagneticField.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/05/06 12:40:04 $ - * $Revision: 1.3 $ + * $Date: 2007/02/03 16:04:09 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/UniformEngine/src/UniformMagneticField.h b/MagneticField/UniformEngine/src/UniformMagneticField.h index 4831065281a5f..e5ad09e070e97 100644 --- a/MagneticField/UniformEngine/src/UniformMagneticField.h +++ b/MagneticField/UniformEngine/src/UniformMagneticField.h @@ -5,8 +5,8 @@ * * A MagneticField engine that returns a constant programmable field value. * - * $Date: 2008/05/06 12:40:04 $ - * $Revision: 1.3 $ + * $Date: 2008/03/29 11:54:58 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/VolumeBasedEngine/interface/MagGeometry.h b/MagneticField/VolumeBasedEngine/interface/MagGeometry.h index ade7738178e20..561b2a97d4ea3 100644 --- a/MagneticField/VolumeBasedEngine/interface/MagGeometry.h +++ b/MagneticField/VolumeBasedEngine/interface/MagGeometry.h @@ -4,8 +4,8 @@ /** \class MagGeometry * Entry point to the geometry of magnetic volumes. * - * $Date: 2010/10/13 15:40:20 $ - * $Revision: 1.11 $ + * $Date: 2009/03/19 11:02:07 $ + * $Revision: 1.10 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/VolumeBasedEngine/interface/VolumeBasedMagneticField.h b/MagneticField/VolumeBasedEngine/interface/VolumeBasedMagneticField.h index 6062af698ee19..1cc68b411dc7f 100644 --- a/MagneticField/VolumeBasedEngine/interface/VolumeBasedMagneticField.h +++ b/MagneticField/VolumeBasedEngine/interface/VolumeBasedMagneticField.h @@ -5,8 +5,8 @@ * * Field engine providing interpolation within the full CMS region. * - * $Date: 2011/12/10 16:03:31 $ - * $Revision: 1.10 $ + * $Date: 2009/05/23 22:21:34 $ + * $Revision: 1.9 $ * \author N. Amapane - CERN */ diff --git a/MagneticField/VolumeBasedEngine/src/MagGeometry.cc b/MagneticField/VolumeBasedEngine/src/MagGeometry.cc index 725a4045dcf30..7b4ef2432e425 100644 --- a/MagneticField/VolumeBasedEngine/src/MagGeometry.cc +++ b/MagneticField/VolumeBasedEngine/src/MagGeometry.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2013/05/03 20:00:12 $ - * $Revision: 1.23 $ + * $Date: 2013/03/12 13:44:05 $ + * $Revision: 1.22 $ * \author N. Amapane - INFN Torino */ diff --git a/MagneticField/VolumeGeometry/interface/MagVolume6Faces.h b/MagneticField/VolumeGeometry/interface/MagVolume6Faces.h index d9958771df309..3aa68d406f832 100644 --- a/MagneticField/VolumeGeometry/interface/MagVolume6Faces.h +++ b/MagneticField/VolumeGeometry/interface/MagVolume6Faces.h @@ -9,8 +9,8 @@ * inside() is implemented by checking that the given point is on the * correct side of each of the surfaces sides. * - * $Date: 2013/05/03 20:03:24 $ - * $Revision: 1.6 $ + * $Date: 2009/01/16 16:48:38 $ + * $Revision: 1.5 $ * \author T. Todorov, N. Amapane */ diff --git a/MagneticField/VolumeGeometry/interface/MagneticFieldProvider.h b/MagneticField/VolumeGeometry/interface/MagneticFieldProvider.h index 96b36b34907f9..b7cd4db784b6f 100644 --- a/MagneticField/VolumeGeometry/interface/MagneticFieldProvider.h +++ b/MagneticField/VolumeGeometry/interface/MagneticFieldProvider.h @@ -5,8 +5,8 @@ * * Virtual interface for the field provider for an individual field volume. * - * $Date: 2011/07/29 14:57:40 $ - * $Revision: 1.4 $ + * $Date: 2008/03/29 14:10:47 $ + * $Revision: 1.3 $ * \author T. Todorov */ diff --git a/MagneticField/VolumeGeometry/src/MagVolumeOutsideValidity.cc b/MagneticField/VolumeGeometry/src/MagVolumeOutsideValidity.cc index 536e61594015f..fce39c3aa1640 100644 --- a/MagneticField/VolumeGeometry/src/MagVolumeOutsideValidity.cc +++ b/MagneticField/VolumeGeometry/src/MagVolumeOutsideValidity.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/04/19 21:32:07 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author N. Amapane - CERN */ diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsAnalyzer.h b/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsAnalyzer.h index 99c4af646f6c7..558f1d83545e9 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsAnalyzer.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: ErrorsAnalyzer.h,v 1.5 2012/12/20 16:09:21 emiglior Exp $ +// $Id: ErrorsAnalyzer.h,v 1.4 2010/05/28 08:47:44 demattia Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsPropagationAnalyzer.h b/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsPropagationAnalyzer.h index 61eb77e26ab2d..a504768ab7be3 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsPropagationAnalyzer.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/ErrorsPropagationAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: ErrorsPropagationAnalyzer.h,v 1.4 2012/12/20 16:09:21 emiglior Exp $ +// $Id: ErrorsPropagationAnalyzer.h,v 1.3 2010/12/13 11:11:59 demattia Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/Histograms.h b/MuonAnalysis/MomentumScaleCalibration/plugins/Histograms.h index 8351f154f1af5..1cdf0178c0522 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/Histograms.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/Histograms.h @@ -4,8 +4,8 @@ /** \class Histograms * Collection of histograms for GLB muon analysis * - * $Date: 2012/12/20 16:09:21 $ - * $Revision: 1.17 $ + * $Date: 2012/09/07 07:46:16 $ + * $Revision: 1.36 $ * \author S. Bolognesi - INFN Torino / T.Dorigo - INFN Padova */ diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.cc b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.cc index 49fd21bb7a38e..063a5cfee9f0d 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.cc +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.cc @@ -1,16 +1,16 @@ /** \class MuScleFit * Analyzer of the Global muon tracks * - * $Date: 2012/12/20 16:09:21 $ - * $Revision: 1.112 $ + * $Date: 2012/12/19 11:29:15 $ + * $Revision: 1.111 $ * \author C.Mariotti, S.Bolognesi - INFN Torino / T.Dorigo - INFN Padova */ // \class MuScleFit // Fitter of momentum scale and resolution from resonance decays to muon track pairs // -// $Date: 2012/12/20 16:09:21 $ -// $Revision: 1.112 $ +// $Date: 2012/12/19 11:29:15 $ +// $Revision: 1.111 $ // \author R. Bellan, C.Mariotti, S.Bolognesi - INFN Torino / T.Dorigo, M.De Mattia - INFN Padova // // Recent additions: diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.h b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.h index f01e4ea9b5fc4..b223be519f8dc 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFit.h @@ -4,8 +4,8 @@ /** \class MuScleFit * Analyzer of the Global muon tracks * - * $Date: 2012/12/20 16:09:21 $ - * $Revision: 1.43 $ + * $Date: 2010/10/22 17:48:07 $ + * $Revision: 1.42 $ * \author C.Mariotti, S.Bolognesi - INFN Torino / T.Dorigo - INFN Padova */ diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitMuonProducer.cc b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitMuonProducer.cc index a7957d618e0ca..136edec6b49fb 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitMuonProducer.cc +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitMuonProducer.cc @@ -10,7 +10,7 @@ // // Original Author: Marco De Mattia,40 3-B32,+41227671551, // Created: Tue Jun 22 13:50:22 CEST 2010 -// $Id: MuScleFitMuonProducer.cc,v 1.8 2010/12/13 11:23:42 demattia Exp $ +// $Id: MuScleFitMuonProducer.cc,v 1.7 2010/12/13 11:19:01 demattia Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.cc b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.cc index 4370a3cd86761..d84ec29fc4e31 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.cc +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.cc @@ -1,8 +1,8 @@ // \class MuScleFitPlotter // Plotter for simulated,generated and reco info of muons // -// $Date: 2012/12/20 16:09:22 $ -// $Revision: 1.6 $ +// $Date: 2012/05/07 10:03:34 $ +// $Revision: 1.23 $ // \author C.Mariotti, S.Bolognesi - INFN Torino / T.Dorigo, M.De Mattia - INFN Padova // // ---------------------------------------------------------------------------------- diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.h b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.h index 9b6effd9e963b..441b462a5f6d5 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitPlotter.h @@ -4,8 +4,8 @@ /** \class MuScleFitPlotter * Plotter of the muon info (sim,gen,rec) * - * $Date: 2012/12/20 16:09:28 $ - * $Revision: 1.6 $ + * $Date: 2012/05/07 10:03:36 $ + * $Revision: 1.15 $ * \author C.Mariotti, S.Bolognesi - INFN Torino / T.Dorigo - INFN Padova */ diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.cc b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.cc index 6e676d3a284ff..b0e351d844ed7 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.cc +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.cc @@ -1,7 +1,7 @@ /** See header file for a class description * - * $Date: 2012/12/20 16:09:28 $ - * $Revision: 1.27 $ + * $Date: 2012/12/19 10:59:25 $ + * $Revision: 1.57 $ * \author S. Bolognesi - INFN Torino / T. Dorigo, M. De Mattia - INFN Padova */ // Some notes: diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.h b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.h index b1b316722c993..ea37a9cf3da44 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/MuScleFitUtils.h @@ -5,8 +5,8 @@ * * Provide basic functionalities useful for MuScleFit * - * $Date: 2012/12/20 16:09:29 $ - * $Revision: 1.11 $ + * $Date: 2012/12/19 10:59:24 $ + * $Revision: 1.35 $ * \author S. Bolognesi - INFN Torino / T. Dorigo - INFN Padova */ diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/ResolutionAnalyzer.h b/MuonAnalysis/MomentumScaleCalibration/plugins/ResolutionAnalyzer.h index cf58efd6579dc..73442c2e13e70 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/ResolutionAnalyzer.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/ResolutionAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: ResolutionAnalyzer.h,v 1.16 2012/12/20 16:09:29 emiglior Exp $ +// $Id: ResolutionAnalyzer.h,v 1.15 2010/10/22 17:48:08 wmtan Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.cc b/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.cc index 3dcc48cf1245f..6c6e46bf1d789 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.cc +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.cc @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: TestCorrection.cc,v 1.14 2012/12/20 16:09:29 emiglior Exp $ +// $Id: TestCorrection.cc,v 1.13 2012/05/07 10:03:31 emiglior Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.h b/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.h index 731de52306170..65447d0ba1a07 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: TestCorrection.h,v 1.10 2012/12/20 16:09:29 emiglior Exp $ +// $Id: TestCorrection.h,v 1.9 2010/10/22 17:48:08 wmtan Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/TestResolution.h b/MuonAnalysis/MomentumScaleCalibration/plugins/TestResolution.h index fe53bd7db9e72..97a3834fa3551 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/TestResolution.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/TestResolution.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: TestResolution.h,v 1.6 2010/10/22 17:48:08 wmtan Exp $ +// $Id: TestResolution.h,v 1.4 2010/03/29 18:15:57 demattia Exp $ // // diff --git a/MuonAnalysis/MomentumScaleCalibration/plugins/TreeSplitter.h b/MuonAnalysis/MomentumScaleCalibration/plugins/TreeSplitter.h index 26508ff703f48..db4ea30d0d937 100644 --- a/MuonAnalysis/MomentumScaleCalibration/plugins/TreeSplitter.h +++ b/MuonAnalysis/MomentumScaleCalibration/plugins/TreeSplitter.h @@ -16,7 +16,7 @@ // // Original Author: Marco De Mattia // Created: Thu Sep 11 12:16:00 CEST 2008 -// $Id: TreeSplitter.h,v 1.1 2010/07/13 10:50:38 demattia Exp $ +// $Id: TreeSplitter.h,v 1.4 2010/05/28 08:47:44 demattia Exp $ // #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/MuonAnalysis/MomentumScaleCalibration/test/UnitTests/MasterTestMuScleFit.cpp b/MuonAnalysis/MomentumScaleCalibration/test/UnitTests/MasterTestMuScleFit.cpp index 51aa09e353048..646d6be65422c 100644 --- a/MuonAnalysis/MomentumScaleCalibration/test/UnitTests/MasterTestMuScleFit.cpp +++ b/MuonAnalysis/MomentumScaleCalibration/test/UnitTests/MasterTestMuScleFit.cpp @@ -6,7 +6,7 @@ * class description: * * - * Version: $Id: MasterTestMuScleFit.cpp,v 1.1 2010/01/11 09:32:33 demattia Exp $ + * Version: $Id: MasterTestMuScleFit.cpp,v 0.0 2010/01/04 15:00:00 demattia Exp $ */ // In case this does not work anymore uncomment the rest diff --git a/MuonAnalysis/MuonAssociators/interface/L1MuonMatcherAlgo.h b/MuonAnalysis/MuonAssociators/interface/L1MuonMatcherAlgo.h index 721cf65fa5d8e..c33b7ddd72f83 100644 --- a/MuonAnalysis/MuonAssociators/interface/L1MuonMatcherAlgo.h +++ b/MuonAnalysis/MuonAssociators/interface/L1MuonMatcherAlgo.h @@ -1,7 +1,7 @@ #ifndef MuonAnalysis_MuonAssociators_interface_L1MuonMatcherAlgo_h #define MuonAnalysis_MuonAssociators_interface_L1MuonMatcherAlgo_h // -// $Id: L1MuonMatcherAlgo.h,v 1.9 2011/04/27 23:13:21 gpetrucc Exp $ +// $Id: L1MuonMatcherAlgo.h,v 1.8 2010/07/01 07:40:52 gpetrucc Exp $ // /** @@ -9,7 +9,7 @@ \brief Matcher of reconstructed objects to L1 Muons \author Giovanni Petrucciani - \version $Id: L1MuonMatcherAlgo.h,v 1.9 2011/04/27 23:13:21 gpetrucc Exp $ + \version $Id: L1MuonMatcherAlgo.h,v 1.8 2010/07/01 07:40:52 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/interface/MatcherByPullsAlgorithm.h b/MuonAnalysis/MuonAssociators/interface/MatcherByPullsAlgorithm.h index 665d3e3cc12f0..81342cc2c7da5 100644 --- a/MuonAnalysis/MuonAssociators/interface/MatcherByPullsAlgorithm.h +++ b/MuonAnalysis/MuonAssociators/interface/MatcherByPullsAlgorithm.h @@ -15,7 +15,7 @@ // // Original Author: Giovanni Petrucciani (SNS Pisa and CERN PH-CMG) // Created: Sun Nov 16 16:14:09 CET 2008 -// $Id: MatcherByPullsAlgorithm.h,v 1.2 2009/11/05 13:20:19 gpetrucc Exp $ +// $Id: MatcherByPullsAlgorithm.h,v 1.1 2009/05/29 09:44:13 gpetrucc Exp $ // // diff --git a/MuonAnalysis/MuonAssociators/interface/MatcherUsingTracksAlgorithm.h b/MuonAnalysis/MuonAssociators/interface/MatcherUsingTracksAlgorithm.h index 0db1072b2a3cc..859f40aecc14a 100644 --- a/MuonAnalysis/MuonAssociators/interface/MatcherUsingTracksAlgorithm.h +++ b/MuonAnalysis/MuonAssociators/interface/MatcherUsingTracksAlgorithm.h @@ -1,7 +1,7 @@ #ifndef MuonAnalysis_MuonAssociators_MatcherUsingTracksAlgorithm_h #define MuonAnalysis_MuonAssociators_MatcherUsingTracksAlgorithm_h // -// $Id: MatcherUsingTracksAlgorithm.h,v 1.8 2011/01/28 16:57:17 gpetrucc Exp $ +// $Id: MatcherUsingTracksAlgorithm.h,v 1.7 2010/07/12 20:56:10 gpetrucc Exp $ // /** @@ -9,7 +9,7 @@ \brief Matcher of reconstructed objects to other reconstructed objects using the tracks inside them \author Giovanni Petrucciani - \version $Id: MatcherUsingTracksAlgorithm.h,v 1.8 2011/01/28 16:57:17 gpetrucc Exp $ + \version $Id: MatcherUsingTracksAlgorithm.h,v 1.7 2010/07/12 20:56:10 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/interface/PropagateToMuon.h b/MuonAnalysis/MuonAssociators/interface/PropagateToMuon.h index 324f1430ed55d..19a2060d03e59 100644 --- a/MuonAnalysis/MuonAssociators/interface/PropagateToMuon.h +++ b/MuonAnalysis/MuonAssociators/interface/PropagateToMuon.h @@ -1,7 +1,7 @@ #ifndef MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h #define MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h // -// $Id: PropagateToMuon.h,v 1.4 2011/02/10 00:37:34 gpetrucc Exp $ +// $Id: PropagateToMuon.h,v 1.3 2010/07/01 07:41:09 gpetrucc Exp $ // /** @@ -10,7 +10,7 @@ Support for other muon stations will be added on request. \author Giovanni Petrucciani - \version $Id: PropagateToMuon.h,v 1.4 2011/02/10 00:37:34 gpetrucc Exp $ + \version $Id: PropagateToMuon.h,v 1.3 2010/07/01 07:41:09 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/plugins/HLTL1MuonMatcher.cc b/MuonAnalysis/MuonAssociators/plugins/HLTL1MuonMatcher.cc index 7c0bc2010f9cc..b17e9a0606605 100644 --- a/MuonAnalysis/MuonAssociators/plugins/HLTL1MuonMatcher.cc +++ b/MuonAnalysis/MuonAssociators/plugins/HLTL1MuonMatcher.cc @@ -1,5 +1,5 @@ // -// $Id: HLTL1MuonMatcher.cc,v 1.4 2013/02/27 20:42:45 wmtan Exp $ +// $Id: HLTL1MuonMatcher.cc,v 1.3 2010/07/12 20:56:11 gpetrucc Exp $ // /** @@ -7,7 +7,7 @@ \brief Matcher of reconstructed objects to L1 Muons \author Giovanni Petrucciani - \version $Id: HLTL1MuonMatcher.cc,v 1.4 2013/02/27 20:42:45 wmtan Exp $ + \version $Id: HLTL1MuonMatcher.cc,v 1.3 2010/07/12 20:56:11 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/plugins/L1MuonMatcher.cc b/MuonAnalysis/MuonAssociators/plugins/L1MuonMatcher.cc index b31ccb3ca1274..89e00d35586c3 100644 --- a/MuonAnalysis/MuonAssociators/plugins/L1MuonMatcher.cc +++ b/MuonAnalysis/MuonAssociators/plugins/L1MuonMatcher.cc @@ -1,5 +1,5 @@ // -// $Id: L1MuonMatcher.cc,v 1.5 2013/02/27 20:42:45 wmtan Exp $ +// $Id: L1MuonMatcher.cc,v 1.4 2011/03/31 09:59:33 gpetrucc Exp $ // /** @@ -7,7 +7,7 @@ \brief Matcher of reconstructed objects to L1 Muons \author Giovanni Petrucciani - \version $Id: L1MuonMatcher.cc,v 1.5 2013/02/27 20:42:45 wmtan Exp $ + \version $Id: L1MuonMatcher.cc,v 1.4 2011/03/31 09:59:33 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/plugins/MatcherByPulls.cc b/MuonAnalysis/MuonAssociators/plugins/MatcherByPulls.cc index db6ee229a4103..85ec15d422cb9 100644 --- a/MuonAnalysis/MuonAssociators/plugins/MatcherByPulls.cc +++ b/MuonAnalysis/MuonAssociators/plugins/MatcherByPulls.cc @@ -14,7 +14,7 @@ // // Original Author: Giovanni Petrucciani (SNS Pisa and CERN PH-CMG) // Created: Sun Nov 16 16:14:09 CET 2008 -// $Id: MatcherByPulls.cc,v 1.4 2013/02/27 20:42:45 wmtan Exp $ +// $Id: MatcherByPulls.cc,v 1.3 2009/11/05 15:21:23 gpetrucc Exp $ // diff --git a/MuonAnalysis/MuonAssociators/plugins/MatcherUsingTracks.cc b/MuonAnalysis/MuonAssociators/plugins/MatcherUsingTracks.cc index 231f4c4ecf9fb..d26c882a6d8c0 100644 --- a/MuonAnalysis/MuonAssociators/plugins/MatcherUsingTracks.cc +++ b/MuonAnalysis/MuonAssociators/plugins/MatcherUsingTracks.cc @@ -1,5 +1,5 @@ // -// $Id: MatcherUsingTracks.cc,v 1.6 2013/02/27 20:42:45 wmtan Exp $ +// $Id: MatcherUsingTracks.cc,v 1.5 2010/07/12 20:56:11 gpetrucc Exp $ // /** @@ -7,7 +7,7 @@ \brief Matcher of reconstructed objects to other reconstructed objects using the tracks inside them \author Giovanni Petrucciani - \version $Id: MatcherUsingTracks.cc,v 1.6 2013/02/27 20:42:45 wmtan Exp $ + \version $Id: MatcherUsingTracks.cc,v 1.5 2010/07/12 20:56:11 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/plugins/MuonCleanerBySegments.cc b/MuonAnalysis/MuonAssociators/plugins/MuonCleanerBySegments.cc index 560e2ebba7a7c..67627b058b0b5 100644 --- a/MuonAnalysis/MuonAssociators/plugins/MuonCleanerBySegments.cc +++ b/MuonAnalysis/MuonAssociators/plugins/MuonCleanerBySegments.cc @@ -1,6 +1,6 @@ // -// $Id: MuonCleanerBySegments.cc,v 1.2 2013/02/27 20:42:45 wmtan Exp $ +// $Id: MuonCleanerBySegments.cc,v 1.1 2012/08/11 13:00:50 gpetrucc Exp $ // /** @@ -18,7 +18,7 @@ are saved in the output. \author Giovanni Petrucciani - \version $Id: MuonCleanerBySegments.cc,v 1.2 2013/02/27 20:42:45 wmtan Exp $ + \version $Id: MuonCleanerBySegments.cc,v 1.1 2012/08/11 13:00:50 gpetrucc Exp $ */ diff --git a/MuonAnalysis/MuonAssociators/plugins/MuonMCClassifier.cc b/MuonAnalysis/MuonAssociators/plugins/MuonMCClassifier.cc index 4c038c346094c..70bd3daf3e1b8 100644 --- a/MuonAnalysis/MuonAssociators/plugins/MuonMCClassifier.cc +++ b/MuonAnalysis/MuonAssociators/plugins/MuonMCClassifier.cc @@ -28,7 +28,7 @@ // // Original Author: Nov 16 16:12 (lxplus231.cern.ch) // Created: Sun Nov 16 16:14:09 CET 2008 -// $Id: MuonMCClassifier.cc,v 1.9 2013/06/24 12:53:19 speer Exp $ +// $Id: MuonMCClassifier.cc,v 1.8.2.1 2013/05/14 15:01:58 speer Exp $ // // diff --git a/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc b/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc index a92822e9c4637..21bcaaffc3cc0 100644 --- a/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc +++ b/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc @@ -13,7 +13,7 @@ // // Original Author: Cristina Botta (Torino), Giovanni Petrucciani (UCSD) // Created: Fri 30 Apr 2010 -// $Id: TriggerMatcherToHLTDebug.cc,v 1.6 2013/02/27 20:42:46 wmtan Exp $ +// $Id: TriggerMatcherToHLTDebug.cc,v 1.5 2011/03/20 17:59:26 botta Exp $ // diff --git a/OnlineDB/CSCCondDB/interface/CSCAFEBConnectAnalysis.h b/OnlineDB/CSCCondDB/interface/CSCAFEBConnectAnalysis.h index 92939c4dee298..28d73d04ac464 100644 --- a/OnlineDB/CSCCondDB/interface/CSCAFEBConnectAnalysis.h +++ b/OnlineDB/CSCCondDB/interface/CSCAFEBConnectAnalysis.h @@ -13,7 +13,7 @@ /** \class CSCAFEBConnectAnalysis * - * $Date: 2006/08/02 20:17:49 $ + * $Date: 2006/06/09 13:15:39 $ * $Revision: 1.1 $ * \author */ diff --git a/OnlineDB/CSCCondDB/interface/CSCAFEBThrAnalysis.h b/OnlineDB/CSCCondDB/interface/CSCAFEBThrAnalysis.h index 58ccc7f13bcd2..6cfe06a12994a 100644 --- a/OnlineDB/CSCCondDB/interface/CSCAFEBThrAnalysis.h +++ b/OnlineDB/CSCCondDB/interface/CSCAFEBThrAnalysis.h @@ -13,8 +13,8 @@ /** \class CSCAFEBThrAnalysis * - * $Date: 2006/08/02 20:19:51 $ - * $Revision: 1.2 $ + * $Date: 2006/06/09 13:15:39 $ + * $Revision: 1.1 $ * \author */ class CSCAFEBThrAnalysis { diff --git a/OnlineDB/EcalCondDB/doc/README b/OnlineDB/EcalCondDB/doc/README index 655c57b905fdd..317fce0290dab 100644 --- a/OnlineDB/EcalCondDB/doc/README +++ b/OnlineDB/EcalCondDB/doc/README @@ -1,6 +1,6 @@ EcalCondDB README -$Id: README,v 1.1 2006/03/01 23:39:50 egeland Exp $ +$Id: README,v 1.4 2005/10/07 20:35:38 egeland Exp $ This code provides an interface to the Ecal Databases, using OCCI. For the moment see the header files and the examples in the test/ diff --git a/OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h b/OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h index d3593d5093a0e..0df42e0c8cd61 100644 --- a/OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h +++ b/OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h @@ -1,7 +1,7 @@ /***********************************************/ /* EcalCondDBInterface.h */ /* */ -/* $Id: EcalCondDBInterface.h,v 1.39 2011/09/14 13:27:59 organtin Exp $ */ +/* $Id: EcalCondDBInterface.h,v 1.38 2011/05/27 14:37:14 organtin Exp $ */ /* */ /* Interface to the Ecal Conditions DB. */ /***********************************************/ diff --git a/OnlineDB/EcalCondDB/interface/EcalLogicID.h b/OnlineDB/EcalCondDB/interface/EcalLogicID.h index 32b09837070ad..68f873593ed5c 100644 --- a/OnlineDB/EcalCondDB/interface/EcalLogicID.h +++ b/OnlineDB/EcalCondDB/interface/EcalLogicID.h @@ -1,4 +1,4 @@ -// $Id: EcalLogicID.h,v 1.3 2009/11/23 10:27:34 fra Exp $ +// $Id: EcalLogicID.h,v 1.2 2007/11/19 11:12:06 fra Exp $ #ifndef ECALLOGICID_HH #define ECALLOGICID_HH diff --git a/OnlineDB/EcalCondDB/interface/Tm.h b/OnlineDB/EcalCondDB/interface/Tm.h index 677179941ad2e..db3f6a60d41fd 100644 --- a/OnlineDB/EcalCondDB/interface/Tm.h +++ b/OnlineDB/EcalCondDB/interface/Tm.h @@ -1,4 +1,4 @@ -// $Id: Tm.h,v 1.6 2011/05/21 06:19:34 organtin Exp $ +// $Id: Tm.h,v 1.5 2011/03/25 09:06:48 organtin Exp $ #ifndef TM_HH #define TM_HH diff --git a/OnlineDB/EcalCondDB/makefile.standalone b/OnlineDB/EcalCondDB/makefile.standalone index c52f36de05bb2..599a3b0214729 100644 --- a/OnlineDB/EcalCondDB/makefile.standalone +++ b/OnlineDB/EcalCondDB/makefile.standalone @@ -1,4 +1,4 @@ -# $Id: makefile.standalone,v 1.1 2006/03/01 23:39:50 egeland Exp $ +# $Id: makefile.standalone,v 1.2 2005/10/07 20:48:06 egeland Exp $ # # Builds the EcalCondDB project. Requires your $ORACLE_HOME be set and correct diff --git a/OnlineDB/EcalCondDB/src/EcalCondDBInterface.cc b/OnlineDB/EcalCondDB/src/EcalCondDBInterface.cc index 2a27940b1f41d..c0f55e55e50c4 100644 --- a/OnlineDB/EcalCondDB/src/EcalCondDBInterface.cc +++ b/OnlineDB/EcalCondDB/src/EcalCondDBInterface.cc @@ -1,4 +1,4 @@ -// $Id: EcalCondDBInterface.cc,v 1.35 2011/09/14 13:27:59 organtin Exp $ +// $Id: EcalCondDBInterface.cc,v 1.34 2011/05/27 14:37:14 organtin Exp $ #include #include diff --git a/OnlineDB/EcalCondDB/src/EcalLogicID.cc b/OnlineDB/EcalCondDB/src/EcalLogicID.cc index 71510b81e419c..78e904286208d 100644 --- a/OnlineDB/EcalCondDB/src/EcalLogicID.cc +++ b/OnlineDB/EcalCondDB/src/EcalLogicID.cc @@ -1,4 +1,4 @@ -// $Id: EcalLogicID.cc,v 1.2 2008/05/08 13:14:37 fra Exp $ +// $Id: EcalLogicID.cc,v 1.1 2006/03/01 23:39:52 egeland Exp $ #include diff --git a/OnlineDB/EcalCondDB/webapp/common.php b/OnlineDB/EcalCondDB/webapp/common.php index 9ad63adbe3ef7..119001c0e77ff 100644 --- a/OnlineDB/EcalCondDB/webapp/common.php +++ b/OnlineDB/EcalCondDB/webapp/common.php @@ -4,7 +4,7 @@ * * Common variables and functions for the application (basically a config * script) - * $Id: common.php,v 1.11 2007/04/12 11:04:42 fra Exp $ + * $Id: common.php,v 1.4 2006/07/23 16:53:18 egeland Exp $ */ function get_conn_params($location) { diff --git a/OnlineDB/EcalCondDB/webapp/db_functions.php b/OnlineDB/EcalCondDB/webapp/db_functions.php index bf542f36ce640..f50c5f8d909f9 100644 --- a/OnlineDB/EcalCondDB/webapp/db_functions.php +++ b/OnlineDB/EcalCondDB/webapp/db_functions.php @@ -3,7 +3,7 @@ * db_functions.php * * All the functions used to connect to and query the DB - * $Id: db_functions.php,v 1.8 2007/04/12 11:04:42 fra Exp $ + * $Id: db_functions.php,v 1.5 2006/09/27 20:48:10 egeland Exp $ */ require_once 'common.php'; diff --git a/OnlineDB/EcalCondDB/webapp/download.php b/OnlineDB/EcalCondDB/webapp/download.php index 1cdcf20fec862..ed7c05db8a51c 100644 --- a/OnlineDB/EcalCondDB/webapp/download.php +++ b/OnlineDB/EcalCondDB/webapp/download.php @@ -6,7 +6,7 @@ * Send a file to the browser, forcing a download dialogue * Credit given below * - * $Id: download.php,v 1.2 2006/07/23 16:47:58 egeland Exp $ + * $Id$ */ /* diff --git a/OnlineDB/EcalCondDB/webapp/ecalconddb-compact.css b/OnlineDB/EcalCondDB/webapp/ecalconddb-compact.css index 6c580ea4f6615..b4f1ee5d4e8a7 100644 --- a/OnlineDB/EcalCondDB/webapp/ecalconddb-compact.css +++ b/OnlineDB/EcalCondDB/webapp/ecalconddb-compact.css @@ -2,7 +2,7 @@ * ecalconddb.css * * CSS styling for the application - * $Id: ecalconddb-compact.css,v 1.1 2007/04/12 11:04:42 fra Exp $ + * $Id: ecalconddb.css,v 1.2 2006/07/23 16:47:58 egeland Exp $ */ .r { background: red; } diff --git a/OnlineDB/EcalCondDB/webapp/ecalconddb.css b/OnlineDB/EcalCondDB/webapp/ecalconddb.css index 15cc98eaf1b65..2f6579c72a8d2 100644 --- a/OnlineDB/EcalCondDB/webapp/ecalconddb.css +++ b/OnlineDB/EcalCondDB/webapp/ecalconddb.css @@ -2,7 +2,7 @@ * ecalconddb.css * * CSS styling for the application - * $Id: ecalconddb.css,v 1.4 2007/04/12 11:04:42 fra Exp $ + * $Id: ecalconddb.css,v 1.2 2006/07/23 16:47:58 egeland Exp $ */ .r { background: red; } diff --git a/OnlineDB/EcalCondDB/webapp/fixie.css b/OnlineDB/EcalCondDB/webapp/fixie.css index ba24c6972eccd..c1f2123203b77 100644 --- a/OnlineDB/EcalCondDB/webapp/fixie.css +++ b/OnlineDB/EcalCondDB/webapp/fixie.css @@ -1,7 +1,7 @@ /* * fixie.css * A style sheet to fix IE bugs - * $Id: fixie.css,v 1.2 2006/07/23 16:47:58 egeland Exp $ + * $Id$ */ body { diff --git a/OnlineDB/EcalCondDB/webapp/index.php b/OnlineDB/EcalCondDB/webapp/index.php index 77fe8c140f899..abc64fd28777d 100644 --- a/OnlineDB/EcalCondDB/webapp/index.php +++ b/OnlineDB/EcalCondDB/webapp/index.php @@ -3,7 +3,7 @@ * index.php * * Run selection page - * $Id: index.php,v 1.6 2007/04/12 11:04:42 fra Exp $ + * $Id: index.php,v 1.3 2006/08/25 19:46:46 egeland Exp $ */ require_once 'common.php'; diff --git a/OnlineDB/EcalCondDB/webapp/list_runs.php b/OnlineDB/EcalCondDB/webapp/list_runs.php index 8d4438156fb1e..439eed83cd4a7 100644 --- a/OnlineDB/EcalCondDB/webapp/list_runs.php +++ b/OnlineDB/EcalCondDB/webapp/list_runs.php @@ -3,7 +3,7 @@ * list_runs.php * * List a page of runs and subtables for various data categories - * $Id: list_runs.php,v 1.7 2007/04/12 11:04:42 fra Exp $ + * $Id: list_runs.php,v 1.4 2006/09/27 20:37:57 egeland Exp $ */ require_once 'common.php'; diff --git a/OnlineDB/EcalCondDB/webapp/pager_functions.php b/OnlineDB/EcalCondDB/webapp/pager_functions.php index 026596baa94cc..586bd82d590d7 100644 --- a/OnlineDB/EcalCondDB/webapp/pager_functions.php +++ b/OnlineDB/EcalCondDB/webapp/pager_functions.php @@ -6,7 +6,7 @@ * Credit: Inspired by Harry Fuecks article * http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/fuecks_paged.html * - * $Id: pager_functions.php,v 1.3 2006/07/23 16:47:58 egeland Exp $ + * $Id$ */ include('Net/URL.php'); diff --git a/OnlineDB/EcalCondDB/webapp/plot.php b/OnlineDB/EcalCondDB/webapp/plot.php index a0da986ea988a..4ad0bf82486ca 100644 --- a/OnlineDB/EcalCondDB/webapp/plot.php +++ b/OnlineDB/EcalCondDB/webapp/plot.php @@ -3,7 +3,7 @@ * plot.php * * Plot selection and display page - * $Id: plot.php,v 1.4 2007/04/12 11:04:42 fra Exp $ + * $Id: plot.php,v 1.2 2006/07/23 16:47:58 egeland Exp $ */ diff --git a/OnlineDB/EcalCondDB/webapp/test_funcs.php b/OnlineDB/EcalCondDB/webapp/test_funcs.php index a0ab22f3b394f..cbc505ec84a21 100644 --- a/OnlineDB/EcalCondDB/webapp/test_funcs.php +++ b/OnlineDB/EcalCondDB/webapp/test_funcs.php @@ -3,7 +3,7 @@ * test_funcs.php * * Scratch space to see that functions are behaving - * $Id: test_funcs.php,v 1.5 2007/04/12 11:04:42 fra Exp $ + * $Id: test_funcs.php,v 1.2 2006/07/23 16:47:58 egeland Exp $ */ --> diff --git a/OnlineDB/EcalCondDB/webapp/tooltip.html b/OnlineDB/EcalCondDB/webapp/tooltip.html index 83aa13bf00411..54317751762a2 100644 --- a/OnlineDB/EcalCondDB/webapp/tooltip.html +++ b/OnlineDB/EcalCondDB/webapp/tooltip.html @@ -1,7 +1,7 @@ - + diff --git a/OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h b/OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h index 034c03b431424..b7af2042c06b7 100644 --- a/OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h +++ b/OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripConfigDb.h,v 1.79 2009/11/10 15:51:58 lowette Exp $ +// Last commit: $Id: SiStripConfigDb.h,v 1.78 2009/11/03 22:17:53 wto Exp $ #ifndef OnlineDB_SiStripConfigDb_SiStripConfigDb_h #define OnlineDB_SiStripConfigDb_SiStripConfigDb_h diff --git a/OnlineDB/SiStripConfigDb/interface/SiStripDbParams.h b/OnlineDB/SiStripConfigDb/interface/SiStripDbParams.h index 33cbbc23c412f..3e3ee856b9068 100644 --- a/OnlineDB/SiStripConfigDb/interface/SiStripDbParams.h +++ b/OnlineDB/SiStripConfigDb/interface/SiStripDbParams.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDbParams.h,v 1.13 2009/02/20 10:01:15 alinn Exp $ +// Last commit: $Id: SiStripDbParams.h,v 1.12 2008/06/06 14:45:23 bainbrid Exp $ #ifndef OnlineDB_SiStripConfigDb_SiStripDbParams_h #define OnlineDB_SiStripConfigDb_SiStripDbParams_h diff --git a/OnlineDB/SiStripConfigDb/interface/SiStripPartition.h b/OnlineDB/SiStripConfigDb/interface/SiStripPartition.h index 23d82ee8b9957..e242300c1a85d 100644 --- a/OnlineDB/SiStripConfigDb/interface/SiStripPartition.h +++ b/OnlineDB/SiStripConfigDb/interface/SiStripPartition.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripPartition.h,v 1.11 2009/04/06 12:36:45 lowette Exp $ +// Last commit: $Id: SiStripPartition.h,v 1.10 2009/04/03 16:11:53 lowette Exp $ #ifndef OnlineDB_SiStripConfigDb_SiStripPartition_h #define OnlineDB_SiStripConfigDb_SiStripPartition_h diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/CDBConnection.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/CDBConnection.java index 2305ab227c818..bff9ddebed0b4 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/CDBConnection.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/CDBConnection.java @@ -9,12 +9,9 @@ * @version 1.0 **/ /* - $Date: 2006/06/28 11:42:24 $ + $Date: 2006/02/02 17:17:00 $ $Log: CDBConnection.java,v $ - Revision 1.1 2006/06/28 11:42:24 gbaulieu - First import of the sources - Revision 1.4 2006/02/02 17:17:00 baulieu Some modifications for JDK 1.5 Call a PL/SQL function to export the parameters diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java index 934fee0e4628f..d2fbfbebd6aac 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java @@ -7,12 +7,9 @@ **/ /* - $Date: 2006/06/28 11:42:24 $ + $Date: 2006/06/07 12:40:42 $ $Log: ClassNotSupportedException.java,v $ - Revision 1.1 2006/06/28 11:42:24 gbaulieu - First import of the sources - Revision 1.2 2006/06/07 12:40:42 baulieu Add a - verbose option Add a serialVersionUID to the ClassNotSupportedException class to avoid a warning diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java index e9345e1a16f13..a9663f23149d4 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java @@ -13,12 +13,9 @@ **/ /* - $Date: 2007/07/04 10:12:15 $ + $Date: 2007/06/21 08:19:37 $ $Log: DetIDGenerator.java,v $ - Revision 1.9 2007/07/04 10:12:15 gbaulieu - The fibre length is now in centimeters - Revision 1.8 2007/06/21 08:19:37 gbaulieu The length of the fibers is in meters diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java index fdc8c7f531ced..601d1752fdfd9 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java @@ -7,12 +7,9 @@ **/ /* - $Date: 2006/06/28 11:42:24 $ + $Date: 2006/02/10 09:22:13 $ $Log: DetIdConverter.java,v $ - Revision 1.1 2006/06/28 11:42:24 gbaulieu - First import of the sources - Revision 1.2 2006/02/10 09:22:13 baulieu Retrieve the fibers length diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java index c7c26e8e937ba..4762984cf2dc8 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java @@ -7,13 +7,9 @@ **/ /* - $Date: 2007/01/18 17:04:45 $ + $Date: 2006/06/28 11:42:24 $ $Log: IDetIdGenerator.java,v $ - Revision 1.2 2007/01/18 17:04:45 gbaulieu - Use an external library for database connections - Use preparedStatements to speed up the queries - Revision 1.1 2006/06/28 11:42:24 gbaulieu First import of the sources diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java index abbcf065bb897..31399b60fc86b 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java @@ -11,12 +11,9 @@ */ /* - $Date: 2007/03/22 20:46:49 $ + $Date: 2007/01/18 17:04:45 $ $Log: TECAnalyzer.java,v $ - Revision 1.3 2007/03/22 20:46:49 gbaulieu - New numbering of Det ID - Revision 1.2 2007/01/18 17:04:45 gbaulieu Use an external library for database connections Use preparedStatements to speed up the queries diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java index fda7a06898afc..1640da8a86dba 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java @@ -7,12 +7,9 @@ **/ /* - $Date: 2007/03/22 20:46:49 $ + $Date: 2006/08/30 15:21:12 $ $Log: TECDetIdConverter.java,v $ - Revision 1.3 2007/03/22 20:46:49 gbaulieu - New numbering of Det ID - Revision 1.2 2006/08/30 15:21:12 gbaulieu Add the TOB analyzer diff --git a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java index 94323a2e9e7ee..a0bb46feb769b 100644 --- a/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java +++ b/OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java @@ -7,12 +7,9 @@ **/ /* - $Date: 2007/03/22 20:46:49 $ + $Date: 2006/08/31 15:24:29 $ $Log: TOBDetIdConverter.java,v $ - Revision 1.4 2007/03/22 20:46:49 gbaulieu - New numbering of Det ID - Revision 1.3 2006/08/31 15:24:29 gbaulieu The TOBCS are directly in the TOB Correction on the Stereo flag diff --git a/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc b/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc index d6b22ea7088d8..ba146a308c4a2 100644 --- a/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc +++ b/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc @@ -1,6 +1,6 @@ -// Last commit: $Id: AnalysisDescriptions.cc,v 1.13 2009/04/06 16:57:28 lowette Exp $ -// Latest tag: $Name: V07-01-13 $ -// Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc,v $ +// Last commit: $Id: AnalysisDescriptions.cc,v 1.12 2008/06/06 14:48:53 bainbrid Exp $ +// Latest tag: $Name: V05-00-04 $ +// Location: $Source: /cvs_server/repositories/CMSSW/CMSSW/OnlineDB/SiStripConfigDb/src/AnalysisDescriptions.cc,v $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/OnlineDB/SiStripConfigDb/src/DcuDetIds.cc b/OnlineDB/SiStripConfigDb/src/DcuDetIds.cc index 4787669126fc9..060a57f85c32f 100644 --- a/OnlineDB/SiStripConfigDb/src/DcuDetIds.cc +++ b/OnlineDB/SiStripConfigDb/src/DcuDetIds.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: DcuDetIds.cc,v 1.7 2009/04/06 16:57:28 lowette Exp $ +// Last commit: $Id: DcuDetIds.cc,v 1.6 2008/06/06 14:48:53 bainbrid Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/OnlineDB/SiStripConfigDb/src/DeviceDescriptions.cc b/OnlineDB/SiStripConfigDb/src/DeviceDescriptions.cc index b9b54ea881aed..96069c2208b3a 100644 --- a/OnlineDB/SiStripConfigDb/src/DeviceDescriptions.cc +++ b/OnlineDB/SiStripConfigDb/src/DeviceDescriptions.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: DeviceDescriptions.cc,v 1.38 2011/09/02 11:25:25 eulisse Exp $ +// Last commit: $Id: DeviceDescriptions.cc,v 1.37 2010/04/20 09:27:45 dstrom Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "DataFormats/SiStripCommon/interface/SiStripFecKey.h" diff --git a/OnlineDB/SiStripConfigDb/src/FedConnections.cc b/OnlineDB/SiStripConfigDb/src/FedConnections.cc index be81270e67a9f..f9a89c0c131aa 100644 --- a/OnlineDB/SiStripConfigDb/src/FedConnections.cc +++ b/OnlineDB/SiStripConfigDb/src/FedConnections.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: FedConnections.cc,v 1.35 2011/09/02 11:25:25 eulisse Exp $ +// Last commit: $Id: FedConnections.cc,v 1.34 2010/04/20 09:28:13 dstrom Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/OnlineDB/SiStripConfigDb/src/FedDescriptions.cc b/OnlineDB/SiStripConfigDb/src/FedDescriptions.cc index 64a1b20e96fb7..92eca59e76d85 100644 --- a/OnlineDB/SiStripConfigDb/src/FedDescriptions.cc +++ b/OnlineDB/SiStripConfigDb/src/FedDescriptions.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: FedDescriptions.cc,v 1.33 2011/09/02 11:25:25 eulisse Exp $ +// Last commit: $Id: FedDescriptions.cc,v 1.32 2009/04/06 16:57:28 lowette Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h" diff --git a/OnlineDB/SiStripConfigDb/src/SiStripConfigDb.cc b/OnlineDB/SiStripConfigDb/src/SiStripConfigDb.cc index 938b2cdb20780..ab9816a335885 100644 --- a/OnlineDB/SiStripConfigDb/src/SiStripConfigDb.cc +++ b/OnlineDB/SiStripConfigDb/src/SiStripConfigDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripConfigDb.cc,v 1.76 2009/04/06 16:57:28 lowette Exp $ +// Last commit: $Id: SiStripConfigDb.cc,v 1.75 2008/10/31 09:20:27 bainbrid Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h" #include "DataFormats/SiStripCommon/interface/SiStripConstants.h" diff --git a/OnlineDB/SiStripConfigDb/src/SiStripDbParams.cc b/OnlineDB/SiStripConfigDb/src/SiStripDbParams.cc index ac670b7d1ab46..67fbb7cc5371b 100644 --- a/OnlineDB/SiStripConfigDb/src/SiStripDbParams.cc +++ b/OnlineDB/SiStripConfigDb/src/SiStripDbParams.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripDbParams.cc,v 1.14 2010/11/29 20:42:01 wmtan Exp $ +// Last commit: $Id: SiStripDbParams.cc,v 1.13 2009/02/20 10:03:40 alinn Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripDbParams.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/OnlineDB/SiStripConfigDb/src/SiStripPartition.cc b/OnlineDB/SiStripConfigDb/src/SiStripPartition.cc index 27270a9e88ea1..2e4e374282dd6 100644 --- a/OnlineDB/SiStripConfigDb/src/SiStripPartition.cc +++ b/OnlineDB/SiStripConfigDb/src/SiStripPartition.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripPartition.cc,v 1.20 2010/04/20 09:28:35 dstrom Exp $ +// Last commit: $Id: SiStripPartition.cc,v 1.19 2009/09/03 17:04:49 lowette Exp $ #include "OnlineDB/SiStripConfigDb/interface/SiStripPartition.h" #include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h" diff --git a/OnlineDB/SiStripConfigDb/test/plugins/module.cc b/OnlineDB/SiStripConfigDb/test/plugins/module.cc index 6069d2df0c012..680d3d495e5af 100644 --- a/OnlineDB/SiStripConfigDb/test/plugins/module.cc +++ b/OnlineDB/SiStripConfigDb/test/plugins/module.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: module.cc,v 1.5 2010/02/25 00:31:45 wmtan Exp $ +// Last commit: $Id: module.cc,v 1.4 2008/04/11 13:27:34 bainbrid Exp $ #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.cc b/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.cc index d393a9c24a284..be7c4f6eda704 100755 --- a/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.cc +++ b/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: testSiStripConfigDb.cc,v 1.18 2010/01/07 11:26:05 lowette Exp $ +// Last commit: $Id: testSiStripConfigDb.cc,v 1.17 2009/04/06 16:57:28 lowette Exp $ #include "OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h" #include "FWCore/ServiceRegistry/interface/Service.h" diff --git a/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h b/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h index 17ee03a063e5f..e4230670a93d6 100755 --- a/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h +++ b/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h @@ -1,6 +1,6 @@ -// Last commit: $Id: testSiStripConfigDb.h,v 1.3 2010/01/07 11:26:05 lowette Exp $ -// Latest tag: $Name: V07-01-13 $ -// Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h,v $ +// Last commit: $Id: testSiStripConfigDb.h,v 1.2 2008/04/29 11:57:06 bainbrid Exp $ +// Latest tag: $Name: V07-01-06 $ +// Location: $Source: /cvs_server/repositories/CMSSW/CMSSW/OnlineDB/SiStripConfigDb/test/plugins/testSiStripConfigDb.h,v $ #ifndef OnlineDB_SiStripConfigDb_testSiStripConfigDb_H #define OnlineDB_SiStripConfigDb_testSiStripConfigDb_H diff --git a/OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h b/OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h index 0c3e9e6692c67..099e3df4a6286 100644 --- a/OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripCondObjBuilderFromDb.h,v 1.12 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripCondObjBuilderFromDb.h,v 1.11 2011/09/19 08:32:24 demattia Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h,v $ #ifndef OnlineDB_SiStripESSources_SiStripCondObjBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h b/OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h index 2d9c787df3f3a..dab331ca252f4 100644 --- a/OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFedCablingBuilderFromDb.h,v 1.17 2013/05/30 21:52:09 gartung Exp $ +// Last commit: $Id: SiStripFedCablingBuilderFromDb.h,v 1.16 2008/04/30 08:15:33 bainbrid Exp $ #ifndef OnlineDB_SiStripESSources_SiStripFedCablingBuilderFromDb_H #define OnlineDB_SiStripESSources_SiStripFedCablingBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h b/OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h index 5e044e9c411a8..7ca0d83caecb9 100644 --- a/OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripGainBuilderFromDb.h,v 1.3 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripGainBuilderFromDb.h,v 1.2 2008/09/29 13:20:28 bainbrid Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h,v $ #ifndef OnlineDB_SiStripESSources_SiStripGainBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h b/OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h index a2497a8fe74e9..5f4b95a55b830 100644 --- a/OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripNoiseBuilderFromDb.h,v 1.7 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripNoiseBuilderFromDb.h,v 1.6 2008/07/17 10:27:58 giordano Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h,v $ #ifndef OnlineDB_SiStripESSources_SiStripNoiseBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h b/OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h index 3d316d601015d..ea8fd1cce6474 100644 --- a/OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripPedestalsBuilderFromDb.h,v 1.7 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripPedestalsBuilderFromDb.h,v 1.6 2008/07/17 10:27:58 giordano Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h,v $ #ifndef OnlineDB_SiStripESSources_SiStripPedestalsBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/src/SiStripCondObjBuilderFromDb.cc b/OnlineDB/SiStripESSources/src/SiStripCondObjBuilderFromDb.cc index ff3eff1e05705..bad3df6bd5c52 100644 --- a/OnlineDB/SiStripESSources/src/SiStripCondObjBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/src/SiStripCondObjBuilderFromDb.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripCondObjBuilderFromDb.cc,v 1.27 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripCondObjBuilderFromDb.cc,v 1.26 2013/01/09 18:47:27 davidlt Exp $ +// Latest tag: $Name: V05-01-05 $ #include "OnlineDB/SiStripESSources/interface/SiStripCondObjBuilderFromDb.h" #include "OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h" diff --git a/OnlineDB/SiStripESSources/src/SiStripFedCablingBuilderFromDb.cc b/OnlineDB/SiStripESSources/src/SiStripFedCablingBuilderFromDb.cc index c7207b3fba8d9..1c7f14e4bbad1 100644 --- a/OnlineDB/SiStripESSources/src/SiStripFedCablingBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/src/SiStripFedCablingBuilderFromDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: SiStripFedCablingBuilderFromDb.cc,v 1.59 2013/05/30 21:52:09 gartung Exp $ +// Last commit: $Id: SiStripFedCablingBuilderFromDb.cc,v 1.58 2009/10/27 11:07:54 lowette Exp $ #include "OnlineDB/SiStripESSources/interface/SiStripFedCablingBuilderFromDb.h" #include "CalibFormats/SiStripObjects/interface/SiStripFecCabling.h" diff --git a/OnlineDB/SiStripESSources/src/SiStripGainBuilderFromDb.cc b/OnlineDB/SiStripESSources/src/SiStripGainBuilderFromDb.cc index 0fae340473deb..031f9c2a8bf7b 100644 --- a/OnlineDB/SiStripESSources/src/SiStripGainBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/src/SiStripGainBuilderFromDb.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripGainBuilderFromDb.cc,v 1.2 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripGainBuilderFromDb.cc,v 1.1 2008/09/22 18:06:51 bainbrid Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/src/SiStripGainBuilderFromDb.cc,v $ #include "OnlineDB/SiStripESSources/interface/SiStripGainBuilderFromDb.h" diff --git a/OnlineDB/SiStripESSources/src/SiStripNoiseBuilderFromDb.cc b/OnlineDB/SiStripESSources/src/SiStripNoiseBuilderFromDb.cc index 49d40fef867be..3d8b9a02b2628 100644 --- a/OnlineDB/SiStripESSources/src/SiStripNoiseBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/src/SiStripNoiseBuilderFromDb.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripNoiseBuilderFromDb.cc,v 1.12 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripNoiseBuilderFromDb.cc,v 1.11 2008/07/17 10:27:59 giordano Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/src/SiStripNoiseBuilderFromDb.cc,v $ #include "OnlineDB/SiStripESSources/interface/SiStripNoiseBuilderFromDb.h" diff --git a/OnlineDB/SiStripESSources/src/SiStripPedestalsBuilderFromDb.cc b/OnlineDB/SiStripESSources/src/SiStripPedestalsBuilderFromDb.cc index 906820c933014..4c8d1dcd7e5e6 100644 --- a/OnlineDB/SiStripESSources/src/SiStripPedestalsBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/src/SiStripPedestalsBuilderFromDb.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: SiStripPedestalsBuilderFromDb.cc,v 1.11 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: SiStripPedestalsBuilderFromDb.cc,v 1.10 2008/07/17 10:27:59 giordano Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/src/SiStripPedestalsBuilderFromDb.cc,v $ #include "OnlineDB/SiStripESSources/interface/SiStripPedestalsBuilderFromDb.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.cc b/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.cc index 695e7c48e7246..c35eb10706596 100644 --- a/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.cc +++ b/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: testSiStripGainBuilderFromDb.cc,v 1.1 2008/09/29 13:20:52 bainbrid Exp $ +// Last commit: $Id: $ #include "OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.h b/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.h index a8ac5a1a49953..a10737ee6cdf9 100644 --- a/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.h +++ b/OnlineDB/SiStripESSources/test/stubs/testSiStripGainBuilderFromDb.h @@ -1,4 +1,4 @@ -// Last commit: $Id: testSiStripGainBuilderFromDb.h,v 1.1 2008/09/29 13:20:52 bainbrid Exp $ +// Last commit: $Id: $ #ifndef OnlineDB_SiStripESSources_testSiStripGainBuilderFromDb_H #define OnlineDB_SiStripESSources_testSiStripGainBuilderFromDb_H diff --git a/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.cc b/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.cc index 4ff59a4efb705..ba4af0a30b4f7 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.cc +++ b/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.cc @@ -1,4 +1,4 @@ -// Last commit: $Id: test_AnalyzeCabling.cc,v 1.2 2008/06/05 14:59:15 bainbrid Exp $ +// Last commit: $Id: test_AnalyzeCabling.cc,v 1.1 2007/03/28 14:56:35 bainbrid Exp $ #include "OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.h b/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.h index ae1f27312199a..c19efdff57524 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.h +++ b/OnlineDB/SiStripESSources/test/stubs/test_AnalyzeCabling.h @@ -1,4 +1,4 @@ -// Last commit: $Id: test_AnalyzeCabling.h,v 1.2 2008/06/05 14:59:15 bainbrid Exp $ +// Last commit: $Id: test_AnalyzeCabling.h,v 1.1 2007/03/28 14:56:35 bainbrid Exp $ #ifndef OnlineDB_SiStripESSources_test_AnalyzeCabling_H #define OnlineDB_SiStripESSources_test_AnalyzeCabling_H diff --git a/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.cc b/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.cc index 609c1508eb255..483351a23ba36 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.cc +++ b/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: test_FedCablingBuilder.cc,v 1.7 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_FedCablingBuilder.cc,v 1.6 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.cc,v $ #include "OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h b/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h index b148c5e090c62..3ed2661149238 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h +++ b/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h @@ -1,5 +1,5 @@ -// Last commit: $Id: test_FedCablingBuilder.h,v 1.8 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_FedCablingBuilder.h,v 1.7 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_FedCablingBuilder.h,v $ #ifndef OnlineDB_SiStripESSources_test_FedCablingBuilder_H diff --git a/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.cc b/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.cc index 54a46222d1321..3c4ba7f6a9fd4 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.cc +++ b/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: test_NoiseBuilder.cc,v 1.5 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_NoiseBuilder.cc,v 1.4 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.cc,v $ #include "OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h b/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h index 6f2bc09d4be2b..1a0b1e6ebba93 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h +++ b/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h @@ -1,5 +1,5 @@ -// Last commit: $Id: test_NoiseBuilder.h,v 1.5 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_NoiseBuilder.h,v 1.4 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_NoiseBuilder.h,v $ #ifndef OnlineDB_SiStripESSources_test_NoiseBuilder_H diff --git a/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.cc b/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.cc index 9caff5186963e..c069059c9b61b 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.cc +++ b/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.cc @@ -1,5 +1,5 @@ -// Last commit: $Id: test_PedestalsBuilder.cc,v 1.5 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_PedestalsBuilder.cc,v 1.4 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.cc,v $ #include "OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h" diff --git a/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h b/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h index ef2a9841488cd..f606e8f3abe89 100644 --- a/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h +++ b/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h @@ -1,5 +1,5 @@ -// Last commit: $Id: test_PedestalsBuilder.h,v 1.5 2013/05/30 21:52:09 gartung Exp $ -// Latest tag: $Name: V05-01-06 $ +// Last commit: $Id: test_PedestalsBuilder.h,v 1.4 2010/01/08 10:19:55 alinn Exp $ +// Latest tag: $Name: V05-01-05 $ // Location: $Source: /local/reps/CMSSW/CMSSW/OnlineDB/SiStripESSources/test/stubs/test_PedestalsBuilder.h,v $ #ifndef OnlineDB_SiStripESSources_test_PedestalsBuilder_H diff --git a/PerfTools/Callgrind/plugins/CallgrindAnalyzer.cc b/PerfTools/Callgrind/plugins/CallgrindAnalyzer.cc index 6ad9d5caf388b..c44f9a229d0e8 100644 --- a/PerfTools/Callgrind/plugins/CallgrindAnalyzer.cc +++ b/PerfTools/Callgrind/plugins/CallgrindAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Thu Jan 18 10:34:18 CET 2007 -// $Id: CallgrindAnalyzer.cc,v 1.6 2012/01/31 13:56:04 eulisse Exp $ +// $Id: CallgrindAnalyzer.cc,v 1.5 2012/01/31 12:31:54 eulisse Exp $ // // diff --git a/PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.h b/PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.h index bdc28aae760d7..4635fd51f8ec7 100644 --- a/PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.h +++ b/PhysicsTools/CandAlgos/plugins/EventShapeVarsProducer.h @@ -28,9 +28,9 @@ * * \author Christian Veelken, UC Davis * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: EventShapeVarsProducer.h,v 1.3 2010/02/11 00:12:54 wmtan Exp $ + * $Id: EventShapeVarsProducer.h,v 1.2 2009/12/14 22:23:30 wmtan Exp $ * */ diff --git a/PhysicsTools/CandUtils/interface/AddFourMomenta.h b/PhysicsTools/CandUtils/interface/AddFourMomenta.h index fed604bcef427..9e411bef7ed6d 100755 --- a/PhysicsTools/CandUtils/interface/AddFourMomenta.h +++ b/PhysicsTools/CandUtils/interface/AddFourMomenta.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.9 $ + * \version $Revision: 1.8 $ * - * $Id: AddFourMomenta.h,v 1.9 2007/01/09 09:14:42 llista Exp $ + * $Id: AddFourMomenta.h,v 1.8 2006/09/19 07:47:15 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/PhysicsTools/CandUtils/interface/ApplyEnergyCorrection.h b/PhysicsTools/CandUtils/interface/ApplyEnergyCorrection.h index fb23cc0f93be8..162965e66f6c6 100644 --- a/PhysicsTools/CandUtils/interface/ApplyEnergyCorrection.h +++ b/PhysicsTools/CandUtils/interface/ApplyEnergyCorrection.h @@ -7,9 +7,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ApplyEnergyCorrection.h,v 1.2 2006/07/26 08:48:05 llista Exp $ + * $Id: ApplyEnergyCorrection.h,v 1.1 2006/07/24 06:44:17 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/PhysicsTools/CandUtils/interface/Booster.h b/PhysicsTools/CandUtils/interface/Booster.h index 9b368c6f2b827..d2ff89a40fe72 100755 --- a/PhysicsTools/CandUtils/interface/Booster.h +++ b/PhysicsTools/CandUtils/interface/Booster.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.11 $ + * \version $Revision: 1.10 $ * - * $Id: Booster.h,v 1.11 2006/12/14 14:19:11 llista Exp $ + * $Id: Booster.h,v 1.10 2006/07/26 08:48:05 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/PhysicsTools/CandUtils/interface/CandMapTrait.h b/PhysicsTools/CandUtils/interface/CandMapTrait.h index baa70e3db53ee..ee2d91a871879 100644 --- a/PhysicsTools/CandUtils/interface/CandMapTrait.h +++ b/PhysicsTools/CandUtils/interface/CandMapTrait.h @@ -4,7 +4,7 @@ * * \author Luca Lista, INFN * - * \version $Id: CandMapTrait.h,v 1.2 2007/10/20 16:00:52 llista Exp $ + * \version $Id: CandMapTrait.h,v 1.1 2007/09/17 14:18:33 llista Exp $ * */ namespace reco { diff --git a/PhysicsTools/CandUtils/interface/CandSelector.h b/PhysicsTools/CandUtils/interface/CandSelector.h index 62a33edf5b0ce..e0127a74ef322 100755 --- a/PhysicsTools/CandUtils/interface/CandSelector.h +++ b/PhysicsTools/CandUtils/interface/CandSelector.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.3 $ + * \version $Revision$ * - * $Id: CandSelector.h,v 1.3 2006/03/03 10:09:18 llista Exp $ + * $Id: Track.h,v 1.12 2006/03/01 12:23:40 llista Exp $ * */ diff --git a/PhysicsTools/CandUtils/interface/CenterOfMassBooster.h b/PhysicsTools/CandUtils/interface/CenterOfMassBooster.h index e962b134be1ee..761e61cf512cd 100755 --- a/PhysicsTools/CandUtils/interface/CenterOfMassBooster.h +++ b/PhysicsTools/CandUtils/interface/CenterOfMassBooster.h @@ -6,9 +6,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: CenterOfMassBooster.h,v 1.2 2006/07/26 08:48:05 llista Exp $ + * $Id: CenterOfMassBooster.h,v 1.1 2006/03/03 10:09:18 llista Exp $ * */ #include "PhysicsTools/CandUtils/interface/Booster.h" diff --git a/PhysicsTools/CandUtils/interface/Thrust.h b/PhysicsTools/CandUtils/interface/Thrust.h index d6d48011f1705..1f097592a4379 100755 --- a/PhysicsTools/CandUtils/interface/Thrust.h +++ b/PhysicsTools/CandUtils/interface/Thrust.h @@ -28,9 +28,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.11 $ + * \version $Revision: 1.10 $ * - * $Id: Thrust.h,v 1.11 2008/03/13 13:28:00 llista Exp $ + * $Id: Thrust.h,v 1.10 2006/03/03 10:09:18 llista Exp $ * */ #include "DataFormats/Math/interface/Vector3D.h" diff --git a/PhysicsTools/CandUtils/interface/helicityAngle.h b/PhysicsTools/CandUtils/interface/helicityAngle.h index 209e83bb48922..088635d49c085 100755 --- a/PhysicsTools/CandUtils/interface/helicityAngle.h +++ b/PhysicsTools/CandUtils/interface/helicityAngle.h @@ -11,9 +11,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.7 $ + * \version $Revision: 1.6 $ * - * $Id: helicityAngle.h,v 1.7 2007/12/11 08:42:52 hegner Exp $ + * $Id: helicityAngle.h,v 1.6 2006/07/26 08:48:05 llista Exp $ * */ #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/PhysicsTools/CandUtils/src/AddFourMomenta.cc b/PhysicsTools/CandUtils/src/AddFourMomenta.cc index a075c47b453fd..7833274ba9331 100755 --- a/PhysicsTools/CandUtils/src/AddFourMomenta.cc +++ b/PhysicsTools/CandUtils/src/AddFourMomenta.cc @@ -1,4 +1,4 @@ -// $Id: AddFourMomenta.cc,v 1.8 2007/09/27 13:55:04 llista Exp $ +// $Id: AddFourMomenta.cc,v 1.7 2006/09/19 07:47:15 llista Exp $ #include "PhysicsTools/CandUtils/interface/AddFourMomenta.h" #include "DataFormats/Candidate/interface/Candidate.h" diff --git a/PhysicsTools/CandUtils/src/ApplyEnergyCorrection.cc b/PhysicsTools/CandUtils/src/ApplyEnergyCorrection.cc index dbdbbc1977780..5f008563116dc 100644 --- a/PhysicsTools/CandUtils/src/ApplyEnergyCorrection.cc +++ b/PhysicsTools/CandUtils/src/ApplyEnergyCorrection.cc @@ -1,4 +1,4 @@ -// $Id: ApplyEnergyCorrection.cc,v 1.2 2006/07/26 08:48:06 llista Exp $ +// $Id: ApplyEnergyCorrection.cc,v 1.1 2006/07/24 06:44:17 llista Exp $ #include "PhysicsTools/CandUtils/interface/ApplyEnergyCorrection.h" #include "DataFormats/Candidate/interface/Candidate.h" diff --git a/PhysicsTools/CandUtils/src/Booster.cc b/PhysicsTools/CandUtils/src/Booster.cc index 4693503b2dbdf..c211536ab9cf4 100755 --- a/PhysicsTools/CandUtils/src/Booster.cc +++ b/PhysicsTools/CandUtils/src/Booster.cc @@ -1,4 +1,4 @@ -// $Id: Booster.cc,v 1.9 2007/09/27 13:55:04 llista Exp $ +// $Id: Booster.cc,v 1.8 2006/11/09 09:24:51 llista Exp $ #include "PhysicsTools/CandUtils/interface/Booster.h" #include "DataFormats/Candidate/interface/Candidate.h" #include diff --git a/PhysicsTools/CandUtils/src/Thrust.cc b/PhysicsTools/CandUtils/src/Thrust.cc index b71f146e1640d..db9cbc40a4eaf 100755 --- a/PhysicsTools/CandUtils/src/Thrust.cc +++ b/PhysicsTools/CandUtils/src/Thrust.cc @@ -1,4 +1,4 @@ -// $Id: Thrust.cc,v 1.15 2011/10/12 15:30:11 gowdy Exp $ +// $Id: Thrust.cc,v 1.14 2008/03/13 13:28:00 llista Exp $ #include "PhysicsTools/CandUtils/interface/Thrust.h" #include using namespace reco; diff --git a/PhysicsTools/CandUtils/src/helicityAngle.cc b/PhysicsTools/CandUtils/src/helicityAngle.cc index a0898f792adda..092ea65428bc2 100755 --- a/PhysicsTools/CandUtils/src/helicityAngle.cc +++ b/PhysicsTools/CandUtils/src/helicityAngle.cc @@ -1,4 +1,4 @@ -// $Id: helicityAngle.cc,v 1.14 2007/12/11 08:42:53 hegner Exp $ +// $Id: helicityAngle.cc,v 1.13 2006/12/07 18:06:43 llista Exp $ #include "PhysicsTools/CandUtils/interface/helicityAngle.h" #include "DataFormats/Candidate/interface/Candidate.h" #include "PhysicsTools/CandUtils/interface/Booster.h" diff --git a/PhysicsTools/CandUtils/test/testThrust.cc b/PhysicsTools/CandUtils/test/testThrust.cc index 4b393cc36c61e..b460facf56571 100755 --- a/PhysicsTools/CandUtils/test/testThrust.cc +++ b/PhysicsTools/CandUtils/test/testThrust.cc @@ -1,4 +1,4 @@ -// $Id: testThrust.cc,v 1.8 2008/03/13 13:28:00 llista Exp $ +// $Id: testThrust.cc,v 1.7 2007/10/19 06:55:14 llista Exp $ #include #include "DataFormats/Candidate/interface/LeafCandidate.h" #include "PhysicsTools/CandUtils/interface/Thrust.h" diff --git a/PhysicsTools/CondLiteIO/interface/RecordWriter.h b/PhysicsTools/CondLiteIO/interface/RecordWriter.h index d3ad01a1e1183..cebd8a3e72058 100644 --- a/PhysicsTools/CondLiteIO/interface/RecordWriter.h +++ b/PhysicsTools/CondLiteIO/interface/RecordWriter.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Wed Dec 9 17:00:53 CST 2009 -// $Id: RecordWriter.h,v 1.3 2010/02/19 21:13:46 chrjones Exp $ +// $Id: RecordWriter.h,v 1.2 2010/02/19 20:59:01 chrjones Exp $ // // system include files diff --git a/PhysicsTools/CondLiteIO/plugins/FWLiteESRecordWriterAnalyzer.cc b/PhysicsTools/CondLiteIO/plugins/FWLiteESRecordWriterAnalyzer.cc index 4c820b6cb050e..f08e470e817a2 100644 --- a/PhysicsTools/CondLiteIO/plugins/FWLiteESRecordWriterAnalyzer.cc +++ b/PhysicsTools/CondLiteIO/plugins/FWLiteESRecordWriterAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 18 14:23:07 CDT 2010 -// $Id: FWLiteESRecordWriterAnalyzer.cc,v 1.4 2012/08/03 18:17:46 wmtan Exp $ +// $Id: FWLiteESRecordWriterAnalyzer.cc,v 1.3 2012/06/26 20:40:31 wmtan Exp $ // // diff --git a/PhysicsTools/CondLiteIO/plugins/FWLiteESSource.cc b/PhysicsTools/CondLiteIO/plugins/FWLiteESSource.cc index de7f2358078e0..d46b5322b70ad 100644 --- a/PhysicsTools/CondLiteIO/plugins/FWLiteESSource.cc +++ b/PhysicsTools/CondLiteIO/plugins/FWLiteESSource.cc @@ -14,7 +14,7 @@ // // Original Author: Chris Jones // Created: Thu Jun 17 15:47:35 CDT 2010 -// $Id: FWLiteESSource.cc,v 1.2 2010/07/20 02:58:33 wmtan Exp $ +// $Id: FWLiteESSource.cc,v 1.1 2010/06/22 21:51:16 chrjones Exp $ // // system include files diff --git a/PhysicsTools/CondLiteIO/src/RecordWriter.cc b/PhysicsTools/CondLiteIO/src/RecordWriter.cc index 32e72f90ef55d..86fb70c245ce2 100644 --- a/PhysicsTools/CondLiteIO/src/RecordWriter.cc +++ b/PhysicsTools/CondLiteIO/src/RecordWriter.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Wed Dec 9 17:01:03 CST 2009 -// $Id: RecordWriter.cc,v 1.6 2013/01/24 23:11:18 wmtan Exp $ +// $Id: RecordWriter.cc,v 1.5 2012/08/03 18:17:46 wmtan Exp $ // // system include files diff --git a/PhysicsTools/CondLiteIO/test/EventSetupIntProductAnalyzer.cc b/PhysicsTools/CondLiteIO/test/EventSetupIntProductAnalyzer.cc index 9b1fd4d232d19..e43e089a5c433 100644 --- a/PhysicsTools/CondLiteIO/test/EventSetupIntProductAnalyzer.cc +++ b/PhysicsTools/CondLiteIO/test/EventSetupIntProductAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 19:13:25 EDT 2005 -// $Id: EventSetupIntProductAnalyzer.cc,v 1.1 2010/06/22 21:51:17 chrjones Exp $ +// $Id: EventSetupIntProductAnalyzer.cc,v 1.11 2010/05/12 14:19:38 chrjones Exp $ // // diff --git a/PhysicsTools/CondLiteIO/test/IntProductESSource.cc b/PhysicsTools/CondLiteIO/test/IntProductESSource.cc index 6ce71fa50b661..ae8b0bb1569b9 100644 --- a/PhysicsTools/CondLiteIO/test/IntProductESSource.cc +++ b/PhysicsTools/CondLiteIO/test/IntProductESSource.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Fri Jun 24 14:39:39 EDT 2005 -// $Id: IntProductESSource.cc,v 1.1 2010/06/22 21:51:17 chrjones Exp $ +// $Id: IntProductESSource.cc,v 1.12 2009/09/23 23:32:07 wmtan Exp $ // // system include files diff --git a/PhysicsTools/CondLiteIO/test/IntProductRecord.cc b/PhysicsTools/CondLiteIO/test/IntProductRecord.cc index 636fc9f281432..57b6ae365254b 100644 --- a/PhysicsTools/CondLiteIO/test/IntProductRecord.cc +++ b/PhysicsTools/CondLiteIO/test/IntProductRecord.cc @@ -8,7 +8,7 @@ // // Author: Chris Jones // Created: Tue Jun 22 10:37:05 CDT 2010 -// $Id: IntProductRecord.cc,v 1.1 2010/06/22 21:51:17 chrjones Exp $ +// $Id$ #include "PhysicsTools/CondLiteIO/test/IntProductRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/PhysicsTools/CondLiteIO/test/IntProductRecord.h b/PhysicsTools/CondLiteIO/test/IntProductRecord.h index 474697d42313d..b4f264f1fa217 100644 --- a/PhysicsTools/CondLiteIO/test/IntProductRecord.h +++ b/PhysicsTools/CondLiteIO/test/IntProductRecord.h @@ -16,7 +16,7 @@ // // Author: Chris Jones // Created: Tue Jun 22 10:37:05 CDT 2010 -// $Id: IntProductRecord.h,v 1.1 2010/06/22 21:51:17 chrjones Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/PhysicsTools/HepMCCandAlgos/interface/FlavorHistoryFilter.h b/PhysicsTools/HepMCCandAlgos/interface/FlavorHistoryFilter.h index 7b51b6019596f..a12798bcf788b 100644 --- a/PhysicsTools/HepMCCandAlgos/interface/FlavorHistoryFilter.h +++ b/PhysicsTools/HepMCCandAlgos/interface/FlavorHistoryFilter.h @@ -46,7 +46,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Sat Jun 28 00:41:21 CDT 2008 -// $Id: FlavorHistoryFilter.h,v 1.10 2013/02/27 23:16:51 wmtan Exp $ +// $Id: FlavorHistoryFilter.h,v 1.9 2010/01/11 13:26:22 hegner Exp $ // // diff --git a/PhysicsTools/HepMCCandAlgos/interface/FlavorHistorySelectorUtil.h b/PhysicsTools/HepMCCandAlgos/interface/FlavorHistorySelectorUtil.h index 831a461564fa7..5af6a14abbf06 100644 --- a/PhysicsTools/HepMCCandAlgos/interface/FlavorHistorySelectorUtil.h +++ b/PhysicsTools/HepMCCandAlgos/interface/FlavorHistorySelectorUtil.h @@ -17,7 +17,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Sat Jun 28 00:41:21 CDT 2008 -// $Id: FlavorHistorySelectorUtil.h,v 1.2 2009/07/02 09:59:51 srappocc Exp $ +// $Id: FlavorHistorySelectorUtil.h,v 1.1.4.2 2009/06/16 20:17:39 srappocc Exp $ // // diff --git a/PhysicsTools/HepMCCandAlgos/interface/HFFilter.h b/PhysicsTools/HepMCCandAlgos/interface/HFFilter.h index 2643d831e340b..6e6280a6f6637 100644 --- a/PhysicsTools/HepMCCandAlgos/interface/HFFilter.h +++ b/PhysicsTools/HepMCCandAlgos/interface/HFFilter.h @@ -18,7 +18,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Tue Apr 8 16:19:45 CDT 2008 -// $Id: HFFilter.h,v 1.3 2013/02/27 23:16:51 wmtan Exp $ +// $Id: HFFilter.h,v 1.2 2010/01/11 13:26:22 hegner Exp $ // // diff --git a/PhysicsTools/HepMCCandAlgos/plugins/GenParticleDecaySelector.cc b/PhysicsTools/HepMCCandAlgos/plugins/GenParticleDecaySelector.cc index 95cdc65440e26..c855a16125f11 100755 --- a/PhysicsTools/HepMCCandAlgos/plugins/GenParticleDecaySelector.cc +++ b/PhysicsTools/HepMCCandAlgos/plugins/GenParticleDecaySelector.cc @@ -2,7 +2,7 @@ * * \author Luca Lista, INFN * - * \version $Id: GenParticleDecaySelector.cc,v 1.5 2013/02/27 23:16:51 wmtan Exp $ + * \version $Id: GenParticleDecaySelector.cc,v 1.4 2010/02/11 00:12:56 wmtan Exp $ * */ diff --git a/PhysicsTools/HepMCCandAlgos/plugins/GenParticleProducer.cc b/PhysicsTools/HepMCCandAlgos/plugins/GenParticleProducer.cc index 9c92d99d5d682..6075ecaf25cf1 100755 --- a/PhysicsTools/HepMCCandAlgos/plugins/GenParticleProducer.cc +++ b/PhysicsTools/HepMCCandAlgos/plugins/GenParticleProducer.cc @@ -5,7 +5,7 @@ * Convert HepMC GenEvent format into a collection of type * CandidateCollection containing objects of type GenParticle * - * \version $Id: GenParticleProducer.cc,v 1.20 2013/02/27 23:16:51 wmtan Exp $ + * \version $Id: GenParticleProducer.cc,v 1.19 2012/04/10 10:28:14 rwolf Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/PhysicsTools/IsolationUtils/interface/ConeAreaFunction.h b/PhysicsTools/IsolationUtils/interface/ConeAreaFunction.h index e3e3cf9d09bb0..4d108a0500b06 100644 --- a/PhysicsTools/IsolationUtils/interface/ConeAreaFunction.h +++ b/PhysicsTools/IsolationUtils/interface/ConeAreaFunction.h @@ -17,7 +17,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: ConeAreaFunction.h,v 1.2 2009/01/14 10:53:14 hegner Exp $ +// $Id: ConeAreaFunction.h,v 1.1 2007/05/23 20:23:08 veelken Exp $ // // diff --git a/PhysicsTools/IsolationUtils/interface/ConeAreaRootFunction.h b/PhysicsTools/IsolationUtils/interface/ConeAreaRootFunction.h index cc987356f1461..dba44cea0b7a1 100644 --- a/PhysicsTools/IsolationUtils/interface/ConeAreaRootFunction.h +++ b/PhysicsTools/IsolationUtils/interface/ConeAreaRootFunction.h @@ -17,7 +17,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: ConeAreaRootFunction.h,v 1.1 2007/05/23 20:23:08 veelken Exp $ +// $Id: ConeAreaRootFunction.cc,v 1.3 2006/11/30 17:07:28 dwjang Exp $ // // diff --git a/PhysicsTools/IsolationUtils/interface/FixedAreaIsolationCone.h b/PhysicsTools/IsolationUtils/interface/FixedAreaIsolationCone.h index 1a9f0d63fab0d..70279ab382ab8 100644 --- a/PhysicsTools/IsolationUtils/interface/FixedAreaIsolationCone.h +++ b/PhysicsTools/IsolationUtils/interface/FixedAreaIsolationCone.h @@ -19,7 +19,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Wed May 16 13:47:40 CST 2007 -// $Id: FixedAreaIsolationCone.h,v 1.2 2009/01/14 10:53:14 hegner Exp $ +// $Id: FixedAreaIsolationCone.h,v 1.1 2007/05/23 20:23:08 veelken Exp $ // // diff --git a/PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h b/PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h index 336f4d3ed417d..92dbee2b3fcc4 100644 --- a/PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h +++ b/PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h @@ -17,7 +17,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: IntegralOverPhiFunction.h,v 1.2 2009/01/14 10:53:14 hegner Exp $ +// $Id: IntegralOverPhiFunction.h,v 1.1 2007/05/23 20:23:08 veelken Exp $ // // diff --git a/PhysicsTools/IsolationUtils/interface/IntegrandThetaFunction.h b/PhysicsTools/IsolationUtils/interface/IntegrandThetaFunction.h index 1c5cf8586dcd8..321203524c90b 100644 --- a/PhysicsTools/IsolationUtils/interface/IntegrandThetaFunction.h +++ b/PhysicsTools/IsolationUtils/interface/IntegrandThetaFunction.h @@ -17,7 +17,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: IntegrandThetaFunction.h,v 1.2 2009/01/14 10:53:14 hegner Exp $ +// $Id: IntegrandThetaFunction.h,v 1.1 2007/05/23 20:23:08 veelken Exp $ // // diff --git a/PhysicsTools/IsolationUtils/src/ConeAreaFunction.cc b/PhysicsTools/IsolationUtils/src/ConeAreaFunction.cc index dd1e162985e71..7e21451e34595 100644 --- a/PhysicsTools/IsolationUtils/src/ConeAreaFunction.cc +++ b/PhysicsTools/IsolationUtils/src/ConeAreaFunction.cc @@ -16,7 +16,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: ConeAreaFunction.cc,v 1.3 2009/01/14 10:53:15 hegner Exp $ +// $Id: ConeAreaFunction.cc,v 1.2 2007/05/28 09:59:50 llista Exp $ // // diff --git a/PhysicsTools/IsolationUtils/src/ConeAreaRootFunction.cc b/PhysicsTools/IsolationUtils/src/ConeAreaRootFunction.cc index 6db61e2ae202d..e1b9aca26bcf8 100644 --- a/PhysicsTools/IsolationUtils/src/ConeAreaRootFunction.cc +++ b/PhysicsTools/IsolationUtils/src/ConeAreaRootFunction.cc @@ -16,7 +16,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: ConeAreaRootFunction.cc,v 1.1 2007/05/23 20:21:37 veelken Exp $ +// $Id: ConeAreaRootFunction.cc,v 1.3 2006/11/30 17:07:28 dwjang Exp $ // // diff --git a/PhysicsTools/IsolationUtils/src/FixedAreaIsolationCone.cc b/PhysicsTools/IsolationUtils/src/FixedAreaIsolationCone.cc index 59d7e4f6b239f..442cfb706f54a 100644 --- a/PhysicsTools/IsolationUtils/src/FixedAreaIsolationCone.cc +++ b/PhysicsTools/IsolationUtils/src/FixedAreaIsolationCone.cc @@ -18,7 +18,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Wed May 16 13:47:40 CST 2007 -// $Id: FixedAreaIsolationCone.cc,v 1.1 2007/05/23 20:21:38 veelken Exp $ +// $Id: FixedAreaIsolationCone.cc,v 1.0 2006/11/30 17:07:28 veelken Exp $ // // diff --git a/PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc b/PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc index 0f026116fc9cc..c2515b9f45dba 100644 --- a/PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc +++ b/PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc @@ -16,7 +16,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: IntegralOverPhiFunction.cc,v 1.3 2009/01/14 10:53:15 hegner Exp $ +// $Id: IntegralOverPhiFunction.cc,v 1.2 2007/05/28 09:59:50 llista Exp $ // // diff --git a/PhysicsTools/IsolationUtils/src/IntegrandThetaFunction.cc b/PhysicsTools/IsolationUtils/src/IntegrandThetaFunction.cc index 748bff254f2c2..d9e8cdf2a7598 100644 --- a/PhysicsTools/IsolationUtils/src/IntegrandThetaFunction.cc +++ b/PhysicsTools/IsolationUtils/src/IntegrandThetaFunction.cc @@ -16,7 +16,7 @@ // // Original Author: Christian Veelken, UC Davis // Created: Thu Nov 2 13:47:40 CST 2006 -// $Id: IntegrandThetaFunction.cc,v 1.3 2009/01/14 10:53:15 hegner Exp $ +// $Id: IntegrandThetaFunction.cc,v 1.2 2007/05/28 09:59:50 llista Exp $ // // diff --git a/PhysicsTools/JetMCAlgos/plugins/GenJetSelector.h b/PhysicsTools/JetMCAlgos/plugins/GenJetSelector.h index d1a96a86abb69..96c535aa89d4e 100644 --- a/PhysicsTools/JetMCAlgos/plugins/GenJetSelector.h +++ b/PhysicsTools/JetMCAlgos/plugins/GenJetSelector.h @@ -1,5 +1,5 @@ // -// $Id: GenJetSelector.h,v 1.3 2009/03/27 22:30:27 hegner Exp $ +// $Id: GenJetSelector.h,v 1.2 2009/03/24 14:34:23 hegner Exp $ // #ifndef PhysicsTools_JetMCAlgos_GenJetSelector_h diff --git a/PhysicsTools/JetMCAlgos/plugins/TauGenJetDecayModeSelector.h b/PhysicsTools/JetMCAlgos/plugins/TauGenJetDecayModeSelector.h index 83a0c08b73850..331f42aee92d5 100644 --- a/PhysicsTools/JetMCAlgos/plugins/TauGenJetDecayModeSelector.h +++ b/PhysicsTools/JetMCAlgos/plugins/TauGenJetDecayModeSelector.h @@ -8,9 +8,9 @@ * * \author Christian Veelken, UC Davis * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: TauGenJetDecayModeSelector.h,v 1.3 2010/02/11 00:13:19 wmtan Exp $ + * $Id: TauGenJetDecayModeSelector.h,v 1.2 2009/03/24 14:34:23 hegner Exp $ * */ diff --git a/PhysicsTools/MVAComputer/interface/AtomicId.h b/PhysicsTools/MVAComputer/interface/AtomicId.h index c01ddcbe892f7..49f25c7aaee2c 100644 --- a/PhysicsTools/MVAComputer/interface/AtomicId.h +++ b/PhysicsTools/MVAComputer/interface/AtomicId.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: AtomicId.h,v 1.4 2007/12/08 16:11:10 saout Exp $ +// $Id: AtomicId.h,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/BitSet.h b/PhysicsTools/MVAComputer/interface/BitSet.h index 5b92ea0cf6ed1..8df666ae7782f 100644 --- a/PhysicsTools/MVAComputer/interface/BitSet.h +++ b/PhysicsTools/MVAComputer/interface/BitSet.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: BitSet.h,v 1.5 2009/05/09 12:23:46 saout Exp $ +// $Id: BitSet.h,v 1.4 2007/12/08 16:11:10 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/MVAComputer.h b/PhysicsTools/MVAComputer/interface/MVAComputer.h index 850fe5c18ac85..575552b61bf57 100644 --- a/PhysicsTools/MVAComputer/interface/MVAComputer.h +++ b/PhysicsTools/MVAComputer/interface/MVAComputer.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: MVAComputer.h,v 1.7 2009/06/03 09:50:14 saout Exp $ +// $Id: MVAComputer.h,v 1.6 2009/01/12 14:18:41 hegner Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/MVAComputer.icc b/PhysicsTools/MVAComputer/interface/MVAComputer.icc index 699a5d037a02a..cac00d5e6c9e0 100644 --- a/PhysicsTools/MVAComputer/interface/MVAComputer.icc +++ b/PhysicsTools/MVAComputer/interface/MVAComputer.icc @@ -8,7 +8,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: MVAComputer.icc,v 1.6 2009/06/12 07:13:46 saout Exp $ +// $Id: MVAComputer.icc,v 1.5 2009/06/03 09:50:14 saout Exp $ // diff --git a/PhysicsTools/MVAComputer/interface/MVAComputerCache.h b/PhysicsTools/MVAComputer/interface/MVAComputerCache.h index a5d565f1bae8e..bbb035d18e274 100644 --- a/PhysicsTools/MVAComputer/interface/MVAComputerCache.h +++ b/PhysicsTools/MVAComputer/interface/MVAComputerCache.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Feb 23 15:38 CEST 2007 -// $Id: MVAComputerCache.h,v 1.1 2008/02/23 16:35:17 saout Exp $ +// $Id: MVAComputerCache.h,v 1.1 2007/12/08 16:11:11 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/MVAModuleHelper.h b/PhysicsTools/MVAComputer/interface/MVAModuleHelper.h index 83af011e318ad..3c7a85eeeef53 100644 --- a/PhysicsTools/MVAComputer/interface/MVAModuleHelper.h +++ b/PhysicsTools/MVAComputer/interface/MVAModuleHelper.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: MVAModuleHelper.h,v 1.3 2011/04/20 07:07:37 kukartse Exp $ +// $Id: MVAModuleHelper.h,v 1.2 2010/10/20 20:39:10 wmtan Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/ProcessRegistry.h b/PhysicsTools/MVAComputer/interface/ProcessRegistry.h index 39e4d22b14679..471b8752003d5 100644 --- a/PhysicsTools/MVAComputer/interface/ProcessRegistry.h +++ b/PhysicsTools/MVAComputer/interface/ProcessRegistry.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcessRegistry.h,v 1.10 2013/01/17 22:42:55 kukartse Exp $ +// $Id: ProcessRegistry.h,v 1.9 2011/04/15 17:07:13 wmtan Exp $ // // Refactoring for gcc 4.7.0 and higher // by Gena Kukartsev following design and advice from Chris Jones diff --git a/PhysicsTools/MVAComputer/interface/ProcessRegistry.icc b/PhysicsTools/MVAComputer/interface/ProcessRegistry.icc index 5d50e2cbdf9d7..14a57fe67eaf5 100644 --- a/PhysicsTools/MVAComputer/interface/ProcessRegistry.icc +++ b/PhysicsTools/MVAComputer/interface/ProcessRegistry.icc @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcessRegistry.icc,v 1.7 2009/05/11 16:01:16 saout Exp $ +// $Id: ProcessRegistry.icc,v 1.6 2007/08/16 15:23:56 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/Spline.h b/PhysicsTools/MVAComputer/interface/Spline.h index 0fb93d437cf8a..346e2974f85da 100644 --- a/PhysicsTools/MVAComputer/interface/Spline.h +++ b/PhysicsTools/MVAComputer/interface/Spline.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: Spline.h,v 1.5 2009/06/03 09:50:14 saout Exp $ +// $Id: Spline.h,v 1.4 2007/10/07 02:48:38 saout Exp $ // namespace PhysicsTools { diff --git a/PhysicsTools/MVAComputer/interface/VarProcessor.h b/PhysicsTools/MVAComputer/interface/VarProcessor.h index e343756f1bf81..a3b5faab2a481 100644 --- a/PhysicsTools/MVAComputer/interface/VarProcessor.h +++ b/PhysicsTools/MVAComputer/interface/VarProcessor.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: VarProcessor.h,v 1.11 2013/05/23 17:02:16 gartung Exp $ +// $Id: VarProcessor.h,v 1.10 2013/01/22 16:46:07 chrjones Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/Variable.h b/PhysicsTools/MVAComputer/interface/Variable.h index 61d08e92a3849..c5eb35b951592 100644 --- a/PhysicsTools/MVAComputer/interface/Variable.h +++ b/PhysicsTools/MVAComputer/interface/Variable.h @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: Variable.h,v 1.8 2009/03/27 14:33:38 saout Exp $ +// $Id: Variable.h,v 1.7 2007/12/08 20:22:57 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/memstream.h b/PhysicsTools/MVAComputer/interface/memstream.h index e1e111920b8c2..aca6cac515f5d 100644 --- a/PhysicsTools/MVAComputer/interface/memstream.h +++ b/PhysicsTools/MVAComputer/interface/memstream.h @@ -8,7 +8,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: memstream.h,v 1.4 2011/05/23 13:41:03 eulisse Exp $ +// $Id: memstream.h,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/mva_computer_define_plugin.h b/PhysicsTools/MVAComputer/interface/mva_computer_define_plugin.h index 389025b7c5526..fc2f848e7f749 100644 --- a/PhysicsTools/MVAComputer/interface/mva_computer_define_plugin.h +++ b/PhysicsTools/MVAComputer/interface/mva_computer_define_plugin.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Tue Jan 22 10:03:47 CST 2013 -// $Id: mva_computer_define_plugin.h,v 1.1 2013/01/22 16:46:07 chrjones Exp $ +// $Id$ // // system include files diff --git a/PhysicsTools/MVAComputer/interface/zstream.h b/PhysicsTools/MVAComputer/interface/zstream.h index b361bc1dc629a..7f98adf5023e0 100644 --- a/PhysicsTools/MVAComputer/interface/zstream.h +++ b/PhysicsTools/MVAComputer/interface/zstream.h @@ -8,7 +8,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: zstream.h,v 1.4 2012/04/02 12:37:11 davidlt Exp $ +// $Id: zstream.h,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/interface/zstream.icc b/PhysicsTools/MVAComputer/interface/zstream.icc index 2344a688f0039..cf273f08048cf 100644 --- a/PhysicsTools/MVAComputer/interface/zstream.icc +++ b/PhysicsTools/MVAComputer/interface/zstream.icc @@ -8,7 +8,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: zstream.icc,v 1.5 2012/04/02 12:37:11 davidlt Exp $ +// $Id: zstream.icc,v 1.4 2011/05/23 13:41:03 eulisse Exp $ // #include diff --git a/PhysicsTools/MVAComputer/plugins/ProcTMVA.cc b/PhysicsTools/MVAComputer/plugins/ProcTMVA.cc index 50c3007fd434e..7d46fd508e636 100644 --- a/PhysicsTools/MVAComputer/plugins/ProcTMVA.cc +++ b/PhysicsTools/MVAComputer/plugins/ProcTMVA.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcTMVA.cc,v 1.8 2013/01/22 16:46:08 chrjones Exp $ +// $Id: ProcTMVA.cc,v 1.7 2012/11/16 22:28:55 muzaffar Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcCategory.cc b/PhysicsTools/MVAComputer/src/ProcCategory.cc index b95c969c1fd8f..35a1fa3bc2bd5 100644 --- a/PhysicsTools/MVAComputer/src/ProcCategory.cc +++ b/PhysicsTools/MVAComputer/src/ProcCategory.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sun Sep 16 04:05 CEST 2007 -// $Id: ProcCategory.cc,v 1.3 2007/10/21 14:49:46 saout Exp $ +// $Id: ProcCategory.cc,v 1.2 2007/10/07 02:48:39 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcClassed.cc b/PhysicsTools/MVAComputer/src/ProcClassed.cc index 287078b44ea00..a6e65e2c39675 100644 --- a/PhysicsTools/MVAComputer/src/ProcClassed.cc +++ b/PhysicsTools/MVAComputer/src/ProcClassed.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcClassed.cc,v 1.4 2010/02/20 12:16:20 saout Exp $ +// $Id: ProcClassed.cc,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include "PhysicsTools/MVAComputer/interface/VarProcessor.h" diff --git a/PhysicsTools/MVAComputer/src/ProcCount.cc b/PhysicsTools/MVAComputer/src/ProcCount.cc index efaf83354332c..16736f55684f5 100644 --- a/PhysicsTools/MVAComputer/src/ProcCount.cc +++ b/PhysicsTools/MVAComputer/src/ProcCount.cc @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Fri May 18 20:05 CEST 2007 -// $Id: ProcCount.cc,v 1.2 2007/07/15 22:31:46 saout Exp $ +// $Id: ProcCount.cc,v 1.1 2007/05/18 19:15:30 saout Exp $ // #include "FWCore/Utilities/interface/Exception.h" diff --git a/PhysicsTools/MVAComputer/src/ProcForeach.cc b/PhysicsTools/MVAComputer/src/ProcForeach.cc index 89d8f7c02b551..e3c37b8c9d646 100644 --- a/PhysicsTools/MVAComputer/src/ProcForeach.cc +++ b/PhysicsTools/MVAComputer/src/ProcForeach.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcForeach.cc,v 1.3 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcForeach.cc,v 1.2 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcLikelihood.cc b/PhysicsTools/MVAComputer/src/ProcLikelihood.cc index acae667f3b9ed..c7ba352966aa0 100644 --- a/PhysicsTools/MVAComputer/src/ProcLikelihood.cc +++ b/PhysicsTools/MVAComputer/src/ProcLikelihood.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcLikelihood.cc,v 1.16 2012/11/27 12:15:46 eulisse Exp $ +// $Id: ProcLikelihood.cc,v 1.15 2010/01/26 19:40:04 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcLinear.cc b/PhysicsTools/MVAComputer/src/ProcLinear.cc index 1dfdb4b3ab492..0ca9f327e29fd 100644 --- a/PhysicsTools/MVAComputer/src/ProcLinear.cc +++ b/PhysicsTools/MVAComputer/src/ProcLinear.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcLinear.cc,v 1.5 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcLinear.cc,v 1.4 2007/12/07 15:04:44 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcMLP.cc b/PhysicsTools/MVAComputer/src/ProcMLP.cc index 5d601256bc537..f10f5b7a9db2c 100644 --- a/PhysicsTools/MVAComputer/src/ProcMLP.cc +++ b/PhysicsTools/MVAComputer/src/ProcMLP.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcMLP.cc,v 1.4 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcMLP.cc,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcMatrix.cc b/PhysicsTools/MVAComputer/src/ProcMatrix.cc index 6fac5886c08e8..8a01467577b9f 100644 --- a/PhysicsTools/MVAComputer/src/ProcMatrix.cc +++ b/PhysicsTools/MVAComputer/src/ProcMatrix.cc @@ -11,7 +11,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcMatrix.cc,v 1.4 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcMatrix.cc,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcMultiply.cc b/PhysicsTools/MVAComputer/src/ProcMultiply.cc index 3dbe4194044aa..9d1dcdeb504c4 100644 --- a/PhysicsTools/MVAComputer/src/ProcMultiply.cc +++ b/PhysicsTools/MVAComputer/src/ProcMultiply.cc @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcMultiply.cc,v 1.5 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcMultiply.cc,v 1.4 2007/09/16 22:55:34 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcNormalize.cc b/PhysicsTools/MVAComputer/src/ProcNormalize.cc index 0e3f89602a50a..3e6398834e984 100644 --- a/PhysicsTools/MVAComputer/src/ProcNormalize.cc +++ b/PhysicsTools/MVAComputer/src/ProcNormalize.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcNormalize.cc,v 1.9 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcNormalize.cc,v 1.8 2007/10/08 11:22:09 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcOptional.cc b/PhysicsTools/MVAComputer/src/ProcOptional.cc index 1f1f8feed0233..ce7949dc2d1a3 100644 --- a/PhysicsTools/MVAComputer/src/ProcOptional.cc +++ b/PhysicsTools/MVAComputer/src/ProcOptional.cc @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcOptional.cc,v 1.4 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcOptional.cc,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include "FWCore/Utilities/interface/Exception.h" diff --git a/PhysicsTools/MVAComputer/src/ProcSort.cc b/PhysicsTools/MVAComputer/src/ProcSort.cc index e746c739f5d2e..04f17542b7b25 100644 --- a/PhysicsTools/MVAComputer/src/ProcSort.cc +++ b/PhysicsTools/MVAComputer/src/ProcSort.cc @@ -12,7 +12,7 @@ // // Author: Christophe Saout // Created: Sun Sep 16 14:52 CEST 2007 -// $Id: ProcSort.cc,v 1.3 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcSort.cc,v 1.1 2007/09/16 22:55:34 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/ProcSplitter.cc b/PhysicsTools/MVAComputer/src/ProcSplitter.cc index f3ba937fd726d..04bbbdafc609f 100644 --- a/PhysicsTools/MVAComputer/src/ProcSplitter.cc +++ b/PhysicsTools/MVAComputer/src/ProcSplitter.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: ProcSplitter.cc,v 1.4 2009/06/03 09:50:14 saout Exp $ +// $Id: ProcSplitter.cc,v 1.3 2007/07/15 22:31:46 saout Exp $ // #include "FWCore/Utilities/interface/Exception.h" diff --git a/PhysicsTools/MVAComputer/src/Spline.cc b/PhysicsTools/MVAComputer/src/Spline.cc index 6bbc96b097afb..9e4947ca451ac 100644 --- a/PhysicsTools/MVAComputer/src/Spline.cc +++ b/PhysicsTools/MVAComputer/src/Spline.cc @@ -9,7 +9,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: Spline.cc,v 1.4 2009/06/03 09:50:14 saout Exp $ +// $Id: Spline.cc,v 1.3 2007/12/07 15:04:44 saout Exp $ // #include diff --git a/PhysicsTools/MVAComputer/src/VarProcessor.cc b/PhysicsTools/MVAComputer/src/VarProcessor.cc index 5fc67c3459e60..645791a3d3b99 100644 --- a/PhysicsTools/MVAComputer/src/VarProcessor.cc +++ b/PhysicsTools/MVAComputer/src/VarProcessor.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sat Apr 24 15:18 CEST 2007 -// $Id: VarProcessor.cc,v 1.13 2013/05/23 17:02:16 gartung Exp $ +// $Id: VarProcessor.cc,v 1.12 2013/01/22 16:46:08 chrjones Exp $ // #include "FWCore/Utilities/interface/Exception.h" diff --git a/PhysicsTools/MVATrainer/src/Interceptor.cc b/PhysicsTools/MVATrainer/src/Interceptor.cc index 81e71589cfef0..b85803541a969 100644 --- a/PhysicsTools/MVATrainer/src/Interceptor.cc +++ b/PhysicsTools/MVATrainer/src/Interceptor.cc @@ -10,7 +10,7 @@ // // Author: Christophe Saout // Created: Sat May 05 09:05 CEST 2007 -// $Id: Interceptor.cc,v 1.3 2009/03/27 14:33:39 saout Exp $ +// $Id: Interceptor.cc,v 1.2 2007/05/17 15:04:10 saout Exp $ // #include diff --git a/PhysicsTools/ParallelAnalysis/interface/TrackAnalysisAlgorithm.h b/PhysicsTools/ParallelAnalysis/interface/TrackAnalysisAlgorithm.h index df3ba5e33712a..a1a4c36427df5 100755 --- a/PhysicsTools/ParallelAnalysis/interface/TrackAnalysisAlgorithm.h +++ b/PhysicsTools/ParallelAnalysis/interface/TrackAnalysisAlgorithm.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ */ class TH1F; diff --git a/PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h b/PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h index c9141d28f08f7..fdbf0928aad3b 100755 --- a/PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h +++ b/PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h @@ -7,7 +7,7 @@ * * \author Luca Lista, INFN * - * $Id: TrackTSelector.h,v 1.4 2011/03/03 22:30:42 chrjones Exp $ + * $Id: TrackTSelector.h,v 1.3 2006/10/19 10:02:40 llista Exp $ */ #include "DataFormats/TrackReco/interface/Track.h" // needed because missing in TFWLiteSelector.h diff --git a/PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h b/PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h index 13f6afb7a3053..f482b8bb10d7a 100644 --- a/PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h +++ b/PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h @@ -13,7 +13,7 @@ // // Author: // Created: Sun Jun 24 16:53:34 CEST 2007 -// $Id: KinematicResolutionRcd.h,v 1.2 2009/06/25 23:49:34 gpetrucc Exp $ +// $Id: KinematicResolutionRcd.h,v 1.1.2.1 2009/04/30 09:11:45 gpetrucc Exp $ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/PhysicsTools/PatAlgos/interface/PATUserDataHelper.h b/PhysicsTools/PatAlgos/interface/PATUserDataHelper.h index afd5fc1e536ad..bb91799ac1667 100644 --- a/PhysicsTools/PatAlgos/interface/PATUserDataHelper.h +++ b/PhysicsTools/PatAlgos/interface/PATUserDataHelper.h @@ -1,5 +1,5 @@ // -// $Id: PATUserDataHelper.h,v 1.9 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATUserDataHelper.h,v 1.8 2010/02/20 21:00:13 wmtan Exp $ // #ifndef PhysicsTools_PatAlgos_PATUserDataHelper_h @@ -23,7 +23,7 @@ This also can add "in situ" string-parser-based methods directly. \author Salvatore Rappoccio - \version $Id: PATUserDataHelper.h,v 1.9 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATUserDataHelper.h,v 1.8 2010/02/20 21:00:13 wmtan Exp $ */ diff --git a/PhysicsTools/PatAlgos/interface/PATUserDataMerger.h b/PhysicsTools/PatAlgos/interface/PATUserDataMerger.h index a4d362444ea45..5b27f766c8f2f 100644 --- a/PhysicsTools/PatAlgos/interface/PATUserDataMerger.h +++ b/PhysicsTools/PatAlgos/interface/PATUserDataMerger.h @@ -1,5 +1,5 @@ // -// $Id: PATUserDataMerger.h,v 1.11 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATUserDataMerger.h,v 1.10 2011/10/26 17:01:25 vadler Exp $ // #ifndef PhysicsTools_PatAlgos_PATUserDataMerger_h @@ -18,7 +18,7 @@ cases. \author Salvatore Rappoccio - \version $Id: PATUserDataMerger.h,v 1.11 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATUserDataMerger.h,v 1.10 2011/10/26 17:01:25 vadler Exp $ */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/PhysicsTools/PatAlgos/interface/VertexingHelper.h b/PhysicsTools/PatAlgos/interface/VertexingHelper.h index 88d22c13306f1..cd8170074d3c7 100644 --- a/PhysicsTools/PatAlgos/interface/VertexingHelper.h +++ b/PhysicsTools/PatAlgos/interface/VertexingHelper.h @@ -8,7 +8,7 @@ and can use them to select if a candidate is good or not. \author Giovanni Petrucciani - \version $Id: VertexingHelper.h,v 1.1 2008/07/22 12:47:01 gpetrucc Exp $ + \version $Id: VertexingHelper.h,v 1.3 2008/06/06 14:13:40 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/CandidateSummaryTable.cc b/PhysicsTools/PatAlgos/plugins/CandidateSummaryTable.cc index e50dfb4d9c5e3..3648267b37c8f 100644 --- a/PhysicsTools/PatAlgos/plugins/CandidateSummaryTable.cc +++ b/PhysicsTools/PatAlgos/plugins/CandidateSummaryTable.cc @@ -1,5 +1,5 @@ // -// $Id: CandidateSummaryTable.cc,v 1.5 2013/02/27 23:26:56 wmtan Exp $ +// $Id: CandidateSummaryTable.cc,v 1.4 2010/02/20 21:00:15 wmtan Exp $ // /** @@ -9,7 +9,7 @@ FIXME FIXME Move to CandAlgos \author Giovanni Petrucciani - \version $Id: CandidateSummaryTable.cc,v 1.5 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: CandidateSummaryTable.cc,v 1.4 2010/02/20 21:00:15 wmtan Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/DuplicatedElectronCleaner.cc b/PhysicsTools/PatAlgos/plugins/DuplicatedElectronCleaner.cc index 7ef229578ce22..c597067ffa3c3 100644 --- a/PhysicsTools/PatAlgos/plugins/DuplicatedElectronCleaner.cc +++ b/PhysicsTools/PatAlgos/plugins/DuplicatedElectronCleaner.cc @@ -1,5 +1,5 @@ // -// $Id: DuplicatedElectronCleaner.cc,v 1.5 2013/02/27 23:26:56 wmtan Exp $ +// $Id: DuplicatedElectronCleaner.cc,v 1.4 2010/02/20 21:00:16 wmtan Exp $ // /** @@ -15,7 +15,7 @@ which can be read through edm::View \author Giovanni Petrucciani - \version $Id: DuplicatedElectronCleaner.cc,v 1.5 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: DuplicatedElectronCleaner.cc,v 1.4 2010/02/20 21:00:16 wmtan Exp $ */ #include "FWCore/Framework/interface/Event.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATCleaner.h b/PhysicsTools/PatAlgos/plugins/PATCleaner.h index cd374e8188f38..5fc2aedd230df 100644 --- a/PhysicsTools/PatAlgos/plugins/PATCleaner.h +++ b/PhysicsTools/PatAlgos/plugins/PATCleaner.h @@ -1,7 +1,7 @@ #ifndef PhysicsTools_PatAlgos_plugins_PATCleaner_h #define PhysicsTools_PatAlgos_plugins_PATCleaner_h // -// $Id: PATCleaner.h,v 1.4 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATCleaner.h,v 1.3 2010/10/20 23:08:30 wmtan Exp $ // /** @@ -11,7 +11,7 @@ The same module is used for all collections. \author Giovanni Petrucciani - \version $Id: PATCleaner.h,v 1.4 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATCleaner.h,v 1.3 2010/10/20 23:08:30 wmtan Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.cc b/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.cc index f8bec7e248247..69f03c2c51a85 100755 --- a/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATCompositeCandidateProducer.cc,v 1.3 2009/06/25 23:49:35 gpetrucc Exp $ +// $Id: PATCompositeCandidateProducer.cc,v 1.2 2009/03/26 20:44:37 vadler Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.h b/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.h index fab21810dea0a..4b8944dee6846 100644 --- a/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATCompositeCandidateProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATCompositeCandidateProducer.h,v 1.4 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATCompositeCandidateProducer.h,v 1.3 2009/06/25 23:49:35 gpetrucc Exp $ // #ifndef PhysicsTools_PatAlgos_PATCompositeCandidateProducer_h @@ -13,7 +13,7 @@ any collection of Candidates \author Salvatore Rappoccio - \version $Id: PATCompositeCandidateProducer.h,v 1.4 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATCompositeCandidateProducer.h,v 1.3 2009/06/25 23:49:35 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATConversionProducer.cc b/PhysicsTools/PatAlgos/plugins/PATConversionProducer.cc index 3706676834644..17f6e3c718312 100755 --- a/PhysicsTools/PatAlgos/plugins/PATConversionProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATConversionProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATConversionProducer.cc,v 1.1 2012/04/14 02:12:39 tjkim Exp $ +// $Id: PATConversionProducer.cc,v 1.55 2012/03/29 16:43:55 tjkim Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATConversionProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATConversionProducer.h b/PhysicsTools/PatAlgos/plugins/PATConversionProducer.h index 9c5d3fb684ab7..cfc0572b33931 100644 --- a/PhysicsTools/PatAlgos/plugins/PATConversionProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATConversionProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATConversionProducer.h,v 1.2 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATConversionProducer.h,v 1.1 2012/04/14 02:12:39 tjkim Exp $ // #ifndef PhysicsTools_PatAlgos_PATConversionProducer_h diff --git a/PhysicsTools/PatAlgos/plugins/PATElectronProducer.cc b/PhysicsTools/PatAlgos/plugins/PATElectronProducer.cc index 4665c3a4c6da4..32ba1050f3a31 100755 --- a/PhysicsTools/PatAlgos/plugins/PATElectronProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATElectronProducer.cc @@ -1,4 +1,4 @@ -// $Id: PATElectronProducer.cc,v 1.75 2013/04/12 09:11:18 beaudett Exp $ +// $Id: PATElectronProducer.cc,v 1.74 2013/04/09 18:39:29 tjkim Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATElectronProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATElectronProducer.h b/PhysicsTools/PatAlgos/plugins/PATElectronProducer.h index f2556f3847637..08ceac8d617bd 100644 --- a/PhysicsTools/PatAlgos/plugins/PATElectronProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATElectronProducer.h @@ -1,4 +1,4 @@ -// $Id: PATElectronProducer.h,v 1.32 2013/04/09 18:39:29 tjkim Exp $ +// $Id: PATElectronProducer.h,v 1.31 2013/02/27 23:26:56 wmtan Exp $ // #ifndef PhysicsTools_PatAlgos_PATElectronProducer_h @@ -12,7 +12,7 @@ a collection of objects of reco::GsfElectron. \author Steven Lowette, James Lamb\ - \version $Id: PATElectronProducer.h,v 1.32 2013/04/09 18:39:29 tjkim Exp $ + \version $Id: PATElectronProducer.h,v 1.31 2013/02/27 23:26:56 wmtan Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATGenCandsFromSimTracksProducer.cc b/PhysicsTools/PatAlgos/plugins/PATGenCandsFromSimTracksProducer.cc index ae8b1fb45a8a4..5d932433bfe91 100644 --- a/PhysicsTools/PatAlgos/plugins/PATGenCandsFromSimTracksProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATGenCandsFromSimTracksProducer.cc @@ -6,7 +6,7 @@ \author Jordan Tucker (original module), Giovanni Petrucciani (PAT integration) - \version $Id: PATGenCandsFromSimTracksProducer.cc,v 1.9 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATGenCandsFromSimTracksProducer.cc,v 1.8 2010/10/20 23:09:25 wmtan Exp $ */ #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.cc b/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.cc index 324d391ee8b01..5696dd2aef198 100755 --- a/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATGenericParticleProducer.cc,v 1.12 2009/10/15 17:17:26 rwolf Exp $ +// $Id: PATGenericParticleProducer.cc,v 1.11 2009/10/13 14:23:56 rwolf Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.h b/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.h index b49019436635b..51f6295b77fa0 100644 --- a/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATGenericParticleProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATGenericParticleProducer.h,v 1.10 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATGenericParticleProducer.h,v 1.9 2009/06/25 23:49:35 gpetrucc Exp $ // #ifndef PhysicsTools_PatAlgos_PATGenericParticleProducer_h @@ -13,7 +13,7 @@ any collection of Candidates \author Giovanni Petrucciani - \version $Id: PATGenericParticleProducer.h,v 1.10 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATGenericParticleProducer.h,v 1.9 2009/06/25 23:49:35 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATHeavyIonProducer.cc b/PhysicsTools/PatAlgos/plugins/PATHeavyIonProducer.cc index 2bba2edafed90..7da671edc9f4d 100644 --- a/PhysicsTools/PatAlgos/plugins/PATHeavyIonProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATHeavyIonProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Thu Aug 13 08:39:51 EDT 2009 -// $Id: PATHeavyIonProducer.cc,v 1.4 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATHeavyIonProducer.cc,v 1.3 2010/05/04 16:18:32 yilmaz Exp $ // // diff --git a/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.cc b/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.cc index 6bdfaec6df3cf..a24cabaccb49c 100644 --- a/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.cc @@ -14,7 +14,7 @@ // // Original Author: Tanja Rommerskirchen // Created: Sat Mar 22 12:58:04 CET 2008 -// $Id: PATHemisphereProducer.cc,v 1.9 2010/01/11 13:36:48 hegner Exp $ +// $Id: PATHemisphereProducer.cc,v 1.8 2008/10/13 16:20:18 trommers Exp $ // // diff --git a/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.h b/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.h index 7fa168f0ef5d8..9ae683354a800 100644 --- a/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATHemisphereProducer.h @@ -13,7 +13,7 @@ // // Original Author: Christian AUTERMANN // Created: Sat Mar 22 12:58:04 CET 2008 -// $Id: PATHemisphereProducer.h,v 1.8 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATHemisphereProducer.h,v 1.7 2010/01/11 13:36:48 hegner Exp $ // // diff --git a/PhysicsTools/PatAlgos/plugins/PATJetProducer.cc b/PhysicsTools/PatAlgos/plugins/PATJetProducer.cc index f4a8ac7f04521..b6a15f92d53c5 100755 --- a/PhysicsTools/PatAlgos/plugins/PATJetProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATJetProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATJetProducer.cc,v 1.58 2012/11/28 21:53:13 vadler Exp $ +// $Id: PATJetProducer.cc,v 1.57 2012/11/28 19:30:02 vadler Exp $ #include "PhysicsTools/PatAlgos/plugins/PATJetProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATJetProducer.h b/PhysicsTools/PatAlgos/plugins/PATJetProducer.h index 6d42904e6ff09..b8e495a084c9d 100644 --- a/PhysicsTools/PatAlgos/plugins/PATJetProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATJetProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATJetProducer.h,v 1.27 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATJetProducer.h,v 1.26 2010/08/09 18:13:54 srappocc Exp $ // #ifndef PhysicsTools_PatAlgos_PATJetProducer_h @@ -13,7 +13,7 @@ a collection of objects of JetType. \author Steven Lowette, Jeremy Andrea - \version $Id: PATJetProducer.h,v 1.27 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATJetProducer.h,v 1.26 2010/08/09 18:13:54 srappocc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATJetSelector.h b/PhysicsTools/PatAlgos/plugins/PATJetSelector.h index 906e236cf1356..7d7765eb09ded 100644 --- a/PhysicsTools/PatAlgos/plugins/PATJetSelector.h +++ b/PhysicsTools/PatAlgos/plugins/PATJetSelector.h @@ -1,5 +1,5 @@ // -// $Id: PATJetSelector.h,v 1.7 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATJetSelector.h,v 1.6 2010/08/10 01:54:55 srappocc Exp $ // #ifndef PhysicsTools_PatAlgos_PATJetSelector_h diff --git a/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.cc b/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.cc index 9dda7ca445d10..2228cb19b2ac5 100755 --- a/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.cc +++ b/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.cc @@ -1,5 +1,5 @@ // -// $Id: PATLeptonCountFilter.cc,v 1.1 2008/03/06 09:23:10 llista Exp $ +// $Id: PATLeptonCountFilter.cc,v 1.4 2008/01/21 16:26:17 lowette Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.h b/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.h index 6791aef730dbb..9f7c00a625f1d 100644 --- a/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.h +++ b/PhysicsTools/PatAlgos/plugins/PATLeptonCountFilter.h @@ -1,5 +1,5 @@ // -// $Id: PATLeptonCountFilter.h,v 1.2 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATLeptonCountFilter.h,v 1.1 2008/03/06 09:23:10 llista Exp $ // #ifndef PhysicsTools_PatAlgos_PATLeptonCountFilter_h diff --git a/PhysicsTools/PatAlgos/plugins/PATMETProducer.cc b/PhysicsTools/PatAlgos/plugins/PATMETProducer.cc index 1c3d070e25fc2..0c3726afae1ba 100755 --- a/PhysicsTools/PatAlgos/plugins/PATMETProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATMETProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATMETProducer.cc,v 1.14 2009/06/25 23:49:35 gpetrucc Exp $ +// $Id: PATMETProducer.cc,v 1.13 2009/06/08 17:32:26 hegner Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATMETProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATMETProducer.h b/PhysicsTools/PatAlgos/plugins/PATMETProducer.h index 776388d292796..32ee31d3fee53 100644 --- a/PhysicsTools/PatAlgos/plugins/PATMETProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATMETProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATMETProducer.h,v 1.11 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATMETProducer.h,v 1.10 2009/06/25 23:49:35 gpetrucc Exp $ // #ifndef PhysicsTools_PatAlgos_PATMETProducer_h @@ -13,7 +13,7 @@ a collection of objects of METType. \author Steven Lowette - \version $Id: PATMETProducer.h,v 1.11 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATMETProducer.h,v 1.10 2009/06/25 23:49:35 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATMHTProducer.cc b/PhysicsTools/PatAlgos/plugins/PATMHTProducer.cc index cecc6efd2b084..a2b109094bf08 100755 --- a/PhysicsTools/PatAlgos/plugins/PATMHTProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATMHTProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATMHTProducer.cc,v 1.8 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATMHTProducer.cc,v 1.7 2010/01/11 13:36:48 hegner Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATMHTProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATMHTProducer.h b/PhysicsTools/PatAlgos/plugins/PATMHTProducer.h index c1749d710c5a6..f0c5529b61410 100644 --- a/PhysicsTools/PatAlgos/plugins/PATMHTProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATMHTProducer.h @@ -13,7 +13,7 @@ // // Original Author: Xin Shi & Freya Blekman, Cornell University // Created: Fri Sep 12 17:58:29 CEST 2008 -// $Id: PATMHTProducer.h,v 1.7 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATMHTProducer.h,v 1.6 2012/09/11 14:42:23 veelken Exp $ // // diff --git a/PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc b/PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc index 8775e970b50e7..58ad087a6aca3 100755 --- a/PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATMuonProducer.cc,v 1.51 2012/09/21 14:20:18 bellan Exp $ +// $Id: PATMuonProducer.cc,v 1.50 2012/08/22 15:02:52 bellan Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATMuonProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATMuonProducer.h b/PhysicsTools/PatAlgos/plugins/PATMuonProducer.h index 0c64c6245af8b..b4c8acfe89f45 100644 --- a/PhysicsTools/PatAlgos/plugins/PATMuonProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATMuonProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATMuonProducer.h,v 1.30 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATMuonProducer.h,v 1.29 2012/08/22 15:02:52 bellan Exp $ // #ifndef PhysicsTools_PatAlgos_PATMuonProducer_h @@ -13,7 +13,7 @@ a collection of objects of reco::Muon. \author Steven Lowette, Roger Wolf - \version $Id: PATMuonProducer.h,v 1.30 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATMuonProducer.h,v 1.29 2012/08/22 15:02:52 bellan Exp $ */ #include diff --git a/PhysicsTools/PatAlgos/plugins/PATObjectFilter.h b/PhysicsTools/PatAlgos/plugins/PATObjectFilter.h index 2ddf69db71ede..154c934c59f55 100644 --- a/PhysicsTools/PatAlgos/plugins/PATObjectFilter.h +++ b/PhysicsTools/PatAlgos/plugins/PATObjectFilter.h @@ -1,5 +1,5 @@ // -// $Id: PATObjectFilter.h,v 1.7 2010/07/22 14:18:11 srappocc Exp $ +// $Id: PATObjectFilter.h,v 1.5 2009/12/29 00:07:13 hegner Exp $ // #ifndef PhysicsTools_PatAlgos_PATObjectFilter_h diff --git a/PhysicsTools/PatAlgos/plugins/PATObjectSelector.h b/PhysicsTools/PatAlgos/plugins/PATObjectSelector.h index 0261f18d90116..90fd8f158f663 100644 --- a/PhysicsTools/PatAlgos/plugins/PATObjectSelector.h +++ b/PhysicsTools/PatAlgos/plugins/PATObjectSelector.h @@ -1,5 +1,5 @@ // -// $Id: PATObjectSelector.h,v 1.7 2010/06/17 10:08:39 gpetrucc Exp $ +// $Id: PATObjectSelector.h,v 1.6 2010/06/16 18:21:38 srappocc Exp $ // #ifndef PhysicsTools_PatAlgos_PATObjectSelector_h diff --git a/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.cc b/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.cc index 1be4f845abad3..2d9457bdcbb43 100755 --- a/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATPFParticleProducer.cc,v 1.6 2012/05/26 10:42:53 gpetrucc Exp $ +// $Id: PATPFParticleProducer.cc,v 1.5 2009/06/25 23:49:35 gpetrucc Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.h b/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.h index f7d94e58b1669..538f2b97bbe4f 100644 --- a/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATPFParticleProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATPFParticleProducer.h,v 1.9 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATPFParticleProducer.h,v 1.8 2012/05/26 10:42:53 gpetrucc Exp $ // #ifndef PhysicsTools_PatAlgos_PATPFParticleProducer_h @@ -13,7 +13,7 @@ a collection of objects of reco::PFCandidate. \author Steven Lowette, Roger Wolf - \version $Id: PATPFParticleProducer.h,v 1.9 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATPFParticleProducer.h,v 1.8 2012/05/26 10:42:53 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.cc b/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.cc index 74222f8f33980..22e7d8990b257 100755 --- a/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATPhotonProducer.cc,v 1.29 2012/05/20 20:12:25 rwolf Exp $ +// $Id: PATPhotonProducer.cc,v 1.28 2010/09/03 15:41:27 hegner Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATPhotonProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.h b/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.h index 50c1c0f644218..e4c4e94960ac7 100644 --- a/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATPhotonProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATPhotonProducer.h,v 1.20 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATPhotonProducer.h,v 1.19 2009/06/25 23:49:35 gpetrucc Exp $ // #ifndef PhysicsTools_PatAlgos_PATPhotonProducer_h @@ -13,7 +13,7 @@ a collection of objects of PhotonType. \author Steven Lowette - \version $Id: PATPhotonProducer.h,v 1.20 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATPhotonProducer.h,v 1.19 2009/06/25 23:49:35 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATSingleVertexSelector.h b/PhysicsTools/PatAlgos/plugins/PATSingleVertexSelector.h index 6277885cedc5c..d8f1a1fc5835c 100644 --- a/PhysicsTools/PatAlgos/plugins/PATSingleVertexSelector.h +++ b/PhysicsTools/PatAlgos/plugins/PATSingleVertexSelector.h @@ -1,7 +1,7 @@ #ifndef PhysicsTools_PatAlgos_PATSingleVertexSelector_h #define PhysicsTools_PatAlgos_PATSingleVertexSelector_h // -// $Id: PATSingleVertexSelector.h,v 1.6 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATSingleVertexSelector.h,v 1.5 2011/06/15 11:47:25 friis Exp $ // /** @@ -10,7 +10,7 @@ \author Giovanni Petrucciani - \version $Id: PATSingleVertexSelector.h,v 1.6 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATSingleVertexSelector.h,v 1.5 2011/06/15 11:47:25 friis Exp $ */ #include "FWCore/Framework/interface/EDFilter.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATTauProducer.cc b/PhysicsTools/PatAlgos/plugins/PATTauProducer.cc index ecfe53bdfc4bd..c25cd64175b85 100755 --- a/PhysicsTools/PatAlgos/plugins/PATTauProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATTauProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATTauProducer.cc,v 1.37 2012/05/20 20:12:25 rwolf Exp $ +// $Id: PATTauProducer.cc,v 1.36 2011/09/26 12:36:31 veelken Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATTauProducer.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATTauProducer.h b/PhysicsTools/PatAlgos/plugins/PATTauProducer.h index 623c285395744..a46b4c742e9d3 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTauProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATTauProducer.h @@ -1,5 +1,5 @@ // -// $Id: PATTauProducer.h,v 1.24 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTauProducer.h,v 1.23 2011/09/26 12:36:30 veelken Exp $ // #ifndef PhysicsTools_PatAlgos_PATTauProducer_h @@ -13,7 +13,7 @@ a collection of objects of TauType. \author Steven Lowette, Christophe Delaere - \version $Id: PATTauProducer.h,v 1.24 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATTauProducer.h,v 1.23 2011/09/26 12:36:30 veelken Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.cc b/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.cc index 16c11a0ac6309..6242061666fb5 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATTriggerEventProducer.cc,v 1.19 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTriggerEventProducer.cc,v 1.18 2012/05/14 18:02:02 vadler Exp $ // diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.h b/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.h index d9a23993e8f2e..4098d3dd1eac0 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.h @@ -7,7 +7,7 @@ // Package: PatAlgos // Class: pat::PATTriggerEventProducer // -// $Id: PATTriggerEventProducer.h,v 1.12 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTriggerEventProducer.h,v 1.11 2010/11/27 15:16:20 vadler Exp $ // /** \class pat::PATTriggerEventProducer PATTriggerEventProducer.h "PhysicsTools/PatAlgos/plugins/PATTriggerEventProducer.h" @@ -25,7 +25,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger \author Volker Adler - \version $Id: PATTriggerEventProducer.h,v 1.12 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATTriggerEventProducer.h,v 1.11 2010/11/27 15:16:20 vadler Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerMatchEmbedder.cc b/PhysicsTools/PatAlgos/plugins/PATTriggerMatchEmbedder.cc index 7e82e13a2e5c2..32f270c0ae975 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerMatchEmbedder.cc +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerMatchEmbedder.cc @@ -10,10 +10,10 @@ . \author Volker Adler - \version $Id: PATTriggerMatchEmbedder.cc,v 1.7 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATTriggerMatchEmbedder.cc,v 1.6 2010/09/02 17:52:47 vadler Exp $ */ // -// $Id: PATTriggerMatchEmbedder.cc,v 1.7 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTriggerMatchEmbedder.cc,v 1.6 2010/09/02 17:52:47 vadler Exp $ // diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h b/PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h index 9e711668e8fe0..ec97708551fcc 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h @@ -14,10 +14,10 @@ . \author Volker Adler - \version $Id: PATTriggerMatchSelector.h,v 1.6 2010/12/11 22:12:59 vadler Exp $ + \version $Id: PATTriggerMatchSelector.h,v 1.5 2010/06/16 15:40:58 vadler Exp $ */ // -// $Id: PATTriggerMatchSelector.h,v 1.6 2010/12/11 22:12:59 vadler Exp $ +// $Id: PATTriggerMatchSelector.h,v 1.5 2010/06/16 15:40:58 vadler Exp $ // diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerMatcher.cc b/PhysicsTools/PatAlgos/plugins/PATTriggerMatcher.cc index 9d14638dfd798..6a43695404c83 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerMatcher.cc +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerMatcher.cc @@ -1,5 +1,5 @@ // -// $Id: PATTriggerMatcher.cc,v 1.8 2010/06/26 17:53:57 vadler Exp $ +// $Id: PATTriggerMatcher.cc,v 1.7 2010/06/16 15:40:59 vadler Exp $ // #include "PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h" #include "CommonTools/UtilAlgos/interface/PhysObjectMatcher.h" diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.cc b/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.cc index e42f143c1f424..dd56292850ce3 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.cc @@ -1,5 +1,5 @@ // -// $Id: PATTriggerProducer.cc,v 1.39 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTriggerProducer.cc,v 1.38 2012/10/24 12:13:45 vadler Exp $ // diff --git a/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.h b/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.h index 710b26ebe2d49..61611f3203e3b 100644 --- a/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.h +++ b/PhysicsTools/PatAlgos/plugins/PATTriggerProducer.h @@ -7,7 +7,7 @@ // Package: PatAlgos // Class: pat::PATTriggerProducer // -// $Id: PATTriggerProducer.h,v 1.21 2013/02/27 23:26:56 wmtan Exp $ +// $Id: PATTriggerProducer.h,v 1.20 2012/09/11 22:45:29 vadler Exp $ // /** \class pat::PATTriggerProducer PATTriggerProducer.h "PhysicsTools/PatAlgos/plugins/PATTriggerProducer.h" @@ -33,7 +33,7 @@ https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger \author Volker Adler - \version $Id: PATTriggerProducer.h,v 1.21 2013/02/27 23:26:56 wmtan Exp $ + \version $Id: PATTriggerProducer.h,v 1.20 2012/09/11 22:45:29 vadler Exp $ */ diff --git a/PhysicsTools/PatAlgos/plugins/VertexAssociationProducer.cc b/PhysicsTools/PatAlgos/plugins/VertexAssociationProducer.cc index 086db3d6d332f..ca3f5dcee27ab 100644 --- a/PhysicsTools/PatAlgos/plugins/VertexAssociationProducer.cc +++ b/PhysicsTools/PatAlgos/plugins/VertexAssociationProducer.cc @@ -9,7 +9,7 @@ These can be retrieved in PAT Layer 1 to be embedded in PAT Objects \author Giovanni Petrucciani - \version $Id: VertexAssociationProducer.cc,v 1.3 2013/02/27 23:26:57 wmtan Exp $ + \version $Id: VertexAssociationProducer.cc,v 1.2 2010/02/20 21:00:29 wmtan Exp $ */ diff --git a/PhysicsTools/PatAlgos/python/recoLayer0/bTagging_cff.py b/PhysicsTools/PatAlgos/python/recoLayer0/bTagging_cff.py index 7da50b66408e2..2f3354d1b64de 100644 --- a/PhysicsTools/PatAlgos/python/recoLayer0/bTagging_cff.py +++ b/PhysicsTools/PatAlgos/python/recoLayer0/bTagging_cff.py @@ -8,29 +8,74 @@ ## list of all available btagInfos supportedBtagInfos = [ - 'None', - 'impactParameterTagInfos', - 'secondaryVertexTagInfos', - 'softMuonTagInfos', - 'secondaryVertexNegativeTagInfos', - ] + 'None' + , 'impactParameterTagInfos' + , 'secondaryVertexTagInfos' + , 'secondaryVertexNegativeTagInfos' + , 'softMuonTagInfos' + , 'softPFMuonsTagInfos' + , 'softPFElectronsTagInfos' + , 'inclusiveSecondaryVertexFinderTagInfos' + , 'inclusiveSecondaryVertexFinderFilteredTagInfos' + ] ## dictionary with all available btag discriminators and the btagInfos that they require supportedBtagDiscr = { - 'None' : [], - 'jetBProbabilityBJetTags' : ['impactParameterTagInfos'], - 'jetProbabilityBJetTags' : ['impactParameterTagInfos'], - 'trackCountingHighPurBJetTags' : ['impactParameterTagInfos'], - 'trackCountingHighEffBJetTags' : ['impactParameterTagInfos'], - 'simpleSecondaryVertexHighEffBJetTags' : ['secondaryVertexTagInfos'], - 'simpleSecondaryVertexHighPurBJetTags' : ['secondaryVertexTagInfos'], - 'combinedSecondaryVertexBJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'], - 'combinedSecondaryVertexMVABJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'], - 'softMuonBJetTags' : ['softMuonTagInfos'], - 'softMuonByPtBJetTags' : ['softMuonTagInfos'], - 'softMuonByIP3dBJetTags' : ['softMuonTagInfos'], - 'simpleSecondaryVertexNegativeHighEffBJetTags' : ['secondaryVertexNegativeTagInfos'], - 'simpleSecondaryVertexNegativeHighPurBJetTags' : ['secondaryVertexNegativeTagInfos'], - 'negativeTrackCountingHighEffJetTags' : ['impactParameterTagInfos'], - 'negativeTrackCountingHighPurJetTags' : ['impactParameterTagInfos'], - } + 'None' : [] + , 'jetBProbabilityBJetTags' : ['impactParameterTagInfos'] + , 'jetProbabilityBJetTags' : ['impactParameterTagInfos'] + , 'trackCountingHighPurBJetTags' : ['impactParameterTagInfos'] + , 'trackCountingHighEffBJetTags' : ['impactParameterTagInfos'] + , 'negativeOnlyJetBProbabilityJetTags' : ['impactParameterTagInfos'] + , 'negativeOnlyJetProbabilityJetTags' : ['impactParameterTagInfos'] + , 'negativeTrackCountingHighEffJetTags' : ['impactParameterTagInfos'] + , 'negativeTrackCountingHighPurJetTags' : ['impactParameterTagInfos'] + , 'positiveOnlyJetBProbabilityJetTags' : ['impactParameterTagInfos'] + , 'positiveOnlyJetProbabilityJetTags' : ['impactParameterTagInfos'] + , 'simpleSecondaryVertexHighEffBJetTags' : ['secondaryVertexTagInfos'] + , 'simpleSecondaryVertexHighPurBJetTags' : ['secondaryVertexTagInfos'] + , 'simpleSecondaryVertexNegativeHighEffBJetTags' : ['secondaryVertexNegativeTagInfos'] + , 'simpleSecondaryVertexNegativeHighPurBJetTags' : ['secondaryVertexNegativeTagInfos'] + , 'combinedSecondaryVertexBJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'] + , 'combinedSecondaryVertexPositiveBJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'] + #, 'combinedSecondaryVertexV1BJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'] + #, 'combinedSecondaryVertexV1PositiveBJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'] + , 'combinedSecondaryVertexMVABJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos'] + , 'combinedSecondaryVertexNegativeBJetTags' : ['impactParameterTagInfos', 'secondaryVertexNegativeTagInfos'] + #, 'combinedSecondaryVertexV1NegativeBJetTags' : ['impactParameterTagInfos', 'secondaryVertexNegativeTagInfos'] + , 'softPFMuonBJetTags' : ['softPFMuonsTagInfos'] + , 'softPFMuonByPtBJetTags' : ['softPFMuonsTagInfos'] + , 'softPFMuonByIP3dBJetTags' : ['softPFMuonsTagInfos'] + , 'softPFMuonByIP2dBJetTags' : ['softPFMuonsTagInfos'] + , 'positiveSoftPFMuonBJetTags' : ['softPFMuonsTagInfos'] + , 'positiveSoftPFMuonByPtBJetTags' : ['softPFMuonsTagInfos'] + , 'positiveSoftPFMuonByIP3dBJetTags' : ['softPFMuonsTagInfos'] + , 'positiveSoftPFMuonByIP2dBJetTags' : ['softPFMuonsTagInfos'] + , 'negativeSoftPFMuonBJetTags' : ['softPFMuonsTagInfos'] + , 'negativeSoftPFMuonByPtBJetTags' : ['softPFMuonsTagInfos'] + , 'negativeSoftPFMuonByIP3dBJetTags' : ['softPFMuonsTagInfos'] + , 'negativeSoftPFMuonByIP2dBJetTags' : ['softPFMuonsTagInfos'] + , 'softPFElectronBJetTags' : ['softPFElectronsTagInfos'] + , 'softPFElectronByPtBJetTags' : ['softPFElectronsTagInfos'] + , 'softPFElectronByIP3dBJetTags' : ['softPFElectronsTagInfos'] + , 'softPFElectronByIP2dBJetTags' : ['softPFElectronsTagInfos'] + , 'positiveSoftPFElectronBJetTags' : ['softPFElectronsTagInfos'] + , 'positiveSoftPFElectronByPtBJetTags' : ['softPFElectronsTagInfos'] + , 'positiveSoftPFElectronByIP3dBJetTags' : ['softPFElectronsTagInfos'] + , 'positiveSoftPFElectronByIP2dBJetTags' : ['softPFElectronsTagInfos'] + , 'negativeSoftPFElectronBJetTags' : ['softPFElectronsTagInfos'] + , 'negativeSoftPFElectronByPtBJetTags' : ['softPFElectronsTagInfos'] + , 'negativeSoftPFElectronByIP3dBJetTags' : ['softPFElectronsTagInfos'] + , 'negativeSoftPFElectronByIP2dBJetTags' : ['softPFElectronsTagInfos'] + , 'simpleInclusiveSecondaryVertexHighEffBJetTags' : ['inclusiveSecondaryVertexFinderFilteredTagInfos'] + , 'simpleInclusiveSecondaryVertexHighPurBJetTags' : ['inclusiveSecondaryVertexFinderFilteredTagInfos'] + , 'doubleSecondaryVertexHighEffBJetTags' : ['inclusiveSecondaryVertexFinderFilteredTagInfos'] + , 'combinedInclusiveSecondaryVertexBJetTags' : ['impactParameterTagInfos', 'inclusiveSecondaryVertexFinderTagInfos'] + , 'combinedInclusiveSecondaryVertexPositiveBJetTags' : ['impactParameterTagInfos', 'inclusiveSecondaryVertexFinderTagInfos'] + #, 'combinedMVABJetTags' : ['impactParameterTagInfos', 'inclusiveSecondaryVertexFinderTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + , 'positiveCombinedMVABJetTags' : ['impactParameterTagInfos', 'inclusiveSecondaryVertexFinderTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + , 'negativeCombinedMVABJetTags' : ['impactParameterTagInfos', 'inclusiveSecondaryVertexFinderTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + #, 'combinedSecondaryVertexSoftPFLeptonV1BJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + #, 'positiveCombinedSecondaryVertexSoftPFLeptonV1BJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + #, 'negativeCombinedSecondaryVertexSoftPFLeptonV1BJetTags' : ['impactParameterTagInfos', 'secondaryVertexTagInfos', 'softPFMuonsTagInfos', 'softPFElectronsTagInfos'] + } diff --git a/PhysicsTools/PatAlgos/python/tools/helpers.py b/PhysicsTools/PatAlgos/python/tools/helpers.py index 3cb5a0b753812..9a77ec97f7e6e 100644 --- a/PhysicsTools/PatAlgos/python/tools/helpers.py +++ b/PhysicsTools/PatAlgos/python/tools/helpers.py @@ -3,6 +3,18 @@ ## Helpers to perform some technically boring tasks like looking for all modules with a given parameter ## and replacing that to a given value + +def addESProducers(process,config): + config = config.replace("/",".") + #import RecoBTag.Configuration.RecoBTag_cff as btag + #print btag + module = __import__(config) + for name in dir(sys.modules[config]): + item = getattr(sys.modules[config],name) + if isinstance(item,_Labelable) and not isinstance(item,_ModuleSequenceType) and not name.startswith('_') and not (name == "source" or name == "looper" or name == "subProcess") and not type(item) is cms.PSet: + if 'ESProducer' in item.type_(): + setattr(process,name,item) + def loadWithPostfix(process,moduleName,postfix=''): moduleName = moduleName.replace("/",".") module = __import__(moduleName) @@ -25,19 +37,18 @@ def extendWithPostfix(process,other,postfix,items=()): item = getattr(other,name) if name == "source" or name == "looper" or name == "subProcess": continue - elif isinstance(item,cms._ModuleSequenceType): - + continue + elif isinstance(item,cms.Schedule): + continue + elif isinstance(item,cms.VPSet) or isinstance(item,cms.PSet): continue elif isinstance(item,cms._Labelable): if not item.hasLabel_(): item.setLabel(name) if postfix != '': newModule = item.clone() - - #if 'ESProducer' in name or isinstance(item,ESProducer): if isinstance(item,cms.ESProducer): - newLabel = item.label() newName =name else: @@ -52,11 +63,6 @@ def extendWithPostfix(process,other,postfix,items=()): else: process.__setattr__(name,item) - - elif isinstance(item,cms.Schedule): - continue - - if postfix != '': for label in sequence._moduleLabels: massSearchReplaceAnyInputTag(sequence, label, label+postfix,verbose=False,moduleLabelOnly=True) diff --git a/PhysicsTools/PatAlgos/python/tools/jetTools.py b/PhysicsTools/PatAlgos/python/tools/jetTools.py index a7b6db26cd870..c61e4f2f7fb27 100644 --- a/PhysicsTools/PatAlgos/python/tools/jetTools.py +++ b/PhysicsTools/PatAlgos/python/tools/jetTools.py @@ -3,20 +3,8 @@ from FWCore.ParameterSet.SequenceTypes import _ModuleSequenceType, _Sequenceable from FWCore.ParameterSet.SequenceTypes import * from PhysicsTools.PatAlgos.tools.helpers import * -## import a list of all supported btag infos from PhysicsTools.PatAlgos.recoLayer0.bTagging_cff import * import sys -def addESProducers(process,config): - config = config.replace("/",".") - #import RecoBTag.Configuration.RecoBTag_cff as btag - #print btag - module = __import__(config) - for name in dir(sys.modules[config]): - item = getattr(sys.modules[config],name) - if isinstance(item,_Labelable) and not isinstance(item,_ModuleSequenceType) and not name.startswith('_') and not (name == "source" or name == "looper" or name == "subProcess") and not type(item) is cms.PSet: - - if 'ESProducer' in item.type_(): - setattr(process,name,item) class AddJetCollection(ConfigToolBase): @@ -189,7 +177,7 @@ def toolCode(self, process): ## add new patJetPartonAssociation to process from PhysicsTools.PatAlgos.mcMatchLayer0.jetFlavourId_cff import patJetPartonAssociation if 'patJetPartonAssociation'+_labelName+postfix in knownModules : - _newPatJetPartonAssociation=getattr(process, 'patJetPartonAssociation'+_labelName+postfix, patJetPartonAssociation.clone(jets=jetSource)) + _newPatJetPartonAssociation=getattr(process, 'patJetPartonAssociation'+_labelName+postfix) _newPatJetPartonAssociation.jets=jetSource else : setattr(process, 'patJetPartonAssociation'+_labelName+postfix, patJetPartonAssociation.clone(jets=jetSource)) @@ -197,7 +185,7 @@ def toolCode(self, process): ## add new patJetPartonAssociation to process from PhysicsTools.PatAlgos.mcMatchLayer0.jetFlavourId_cff import patJetFlavourAssociation if 'patJetFlavourAssociation'+_labelName+postfix in knownModules : - _newPatJetFlavourAssociation=getattr(process, 'patJetFlavourAssociation'+_labelName+postfix, patJetFlavourAssociation.clone(srcByReference='patJetPartonAssociation'+_labelName+postfix)) + _newPatJetFlavourAssociation=getattr(process, 'patJetFlavourAssociation'+_labelName+postfix) _newPatJetFlavourAssociation.srcByReference='patJetPartonAssociation'+_labelName+postfix else: setattr(process, 'patJetFlavourAssociation'+_labelName+postfix, patJetFlavourAssociation.clone(srcByReference='patJetPartonAssociation'+_labelName+postfix)) @@ -264,23 +252,49 @@ def toolCode(self, process): ## setup all required btagInfos : we give a dedicated treatment for all five different ## types of tagINfos here. A common treatment is possible but might require a more ## general approach anyway in coordination with the btaggin POG. - for btagInfo in requiredTagInfos : - if 'impactParameterTagInfos' in btagInfo : - setattr(process, btagInfo+_labelName+postfix, btag.impactParameterTagInfos.clone(jetTracks = cms.InputTag('jetTracksAssociatorAtVertex'+_labelName+postfix))) - if 'secondaryVertexTagInfos' in btagInfo : - setattr(process, btagInfo+_labelName+postfix, btag.secondaryVertexTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) - if 'secondaryVertexNegativeTagInfos' in btagInfo : - setattr(process, btagInfo+_labelName+postfix, btag.secondaryVertexNegativeTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) - if 'softElectronTagInfos' in btagInfo : - setattr(process, btagInfo+_labelName+postfix, btag.softElectronTagInfos.clone(jets = cms.InputTag(_newJetCollection))) - if 'softMuonTagInfos' in btagInfo : - setattr(process, btagInfo+_labelName+postfix, btag.softMuonTagInfos.clone(jets = cms.InputTag(_newJetCollection))) + acceptedTagInfos = list() + for btagInfo in requiredTagInfos: + if hasattr(btag,btagInfo): + if btagInfo == 'impactParameterTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.impactParameterTagInfos.clone(jetTracks = cms.InputTag('jetTracksAssociatorAtVertex'+_labelName+postfix))) + if btagInfo == 'secondaryVertexTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.secondaryVertexTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) + if btagInfo == 'inclusiveSecondaryVertexFinderTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.inclusiveSecondaryVertexFinderTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) + if btagInfo == 'inclusiveSecondaryVertexFinderFilteredTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.inclusiveSecondaryVertexFinderFilteredTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) + if btagInfo == 'secondaryVertexNegativeTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.secondaryVertexNegativeTagInfos.clone(trackIPTagInfos = cms.InputTag('impactParameterTagInfos'+_labelName+postfix))) + if btagInfo == 'softMuonTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.softMuonTagInfos.clone(jets = jetSource)) + if btagInfo == 'softPFMuonsTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.softPFMuonsTagInfos.clone(jets = jetSource)) + if btagInfo == 'softPFElectronsTagInfos': + setattr(process, btagInfo+_labelName+postfix, btag.softPFElectronsTagInfos.clone(jets = jetSource)) + acceptedTagInfos.append(btagInfo) + else: + print ' --> %s ignored, since not available via RecoBTag.Configuration.RecoBTag_cff!'%(btagInfo) ## setup all required btagDiscriminators + acceptedBtagDiscriminators = list() for btagDiscr in btagDiscriminators : - setattr(process, btagDiscr+_labelName+postfix, getattr(btag, btagDiscr).clone(tagInfos = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in supportedBtagDiscr[btagDiscr] ] ))) + if hasattr(btag,btagDiscr): + setattr(process, btagDiscr+_labelName+postfix, getattr(btag, btagDiscr).clone(tagInfos = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in supportedBtagDiscr[btagDiscr] ] ))) + acceptedBtagDiscriminators.append(btagDiscr) + else: + print ' --> %s ignored, since not available via RecoBTag.Configuration.RecoBTag_cff!'%(btagDiscr) ## replace corresponding tags for pat jet production - _newPatJets.tagInfoSources = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in btagInfos ] ) - _newPatJets.discriminatorSources = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in btagDiscriminators ] ) + _newPatJets.tagInfoSources = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in acceptedTagInfos ] ) + _newPatJets.discriminatorSources = cms.VInputTag( *[ cms.InputTag(x+_labelName+postfix) for x in acceptedBtagDiscriminators ] ) + if 'inclusiveSecondaryVertexFinderTagInfos' in acceptedTagInfos: + if not hasattr( process, 'inclusiveVertexing' ): + process.load( 'RecoVertex.AdaptiveVertexFinder.inclusiveVertexing_cff' ) + if 'inclusiveSecondaryVertexFinderFilteredTagInfos' in acceptedTagInfos: + if not hasattr( process, 'inclusiveVertexing' ): + process.load( 'RecoVertex.AdaptiveVertexFinder.inclusiveVertexing_cff' ) + if not hasattr( process, 'inclusiveMergedVerticesFiltered' ): + process.load( 'RecoBTag.SecondaryVertex.secondaryVertex_cff' ) + if not hasattr( process, 'bToCharmDecayVertexMerged' ): + process.load( 'RecoBTag.SecondaryVertex.bToCharmDecayVertexMerger_cfi' ) else: _newPatJets.addBTagInfo = False ## adjust output module; these collections will be empty anyhow, but we do it to stay clean @@ -368,8 +382,7 @@ def toolCode(self, process): setattr(process, jetCorrections[0]+'CombinedCorrector', cms.ESProducer( 'JetCorrectionESChain', correctors = cms.vstring())) for x in jetCorrections[1]: if x != 'L1FastJet' and x != 'L1Offset' and x != 'L2Relative' and x != 'L3Absolute' and x != 'L2L3Residual': - raise ValueError, 'In addJetCollection: Unsupported JEC for MET(Type1). Currently supported jet correction levels are L1FastJet, L1Offset, L2Relative, \ - L3Asolute, L2L3Residual. Requested was:', x + raise ValueError, 'In addJetCollection: Unsupported JEC for MET(Type1). Currently supported jet correction levels are L1FastJet, L1Offset, L2Relative, L3Asolute, L2L3Residual. Requested was: %s'%(x) else: getattr(process, jetCorrections[0]+'CombinedCorrector').correctors.append(jetCorrections[0]+x) diff --git a/PhysicsTools/PatAlgos/python/tools/pfTools.py b/PhysicsTools/PatAlgos/python/tools/pfTools.py index eb1b8e1fa7234..051903baa5b97 100644 --- a/PhysicsTools/PatAlgos/python/tools/pfTools.py +++ b/PhysicsTools/PatAlgos/python/tools/pfTools.py @@ -84,33 +84,33 @@ def usePFIso(process, postfix = "PFIso"): def adaptPFMuons(process,module,postfix="" ): print "Adapting PF Muons " print "***************** " - warningIsolation() + #warningIsolation() print module.useParticleFlow = True - module.pfMuonSource = cms.InputTag("pfIsolatedMuonsClones" + postfix) + module.pfMuonSource = cms.InputTag("pfIsolatedMuons" + postfix) module.userIsolation = cms.PSet() - module.isoDeposits = cms.PSet( - pfChargedHadrons = cms.InputTag("muPFIsoDepositCharged" + postfix), - pfChargedAll = cms.InputTag("muPFIsoDepositChargedAll" + postfix), - pfPUChargedHadrons = cms.InputTag("muPFIsoDepositPU" + postfix), - pfNeutralHadrons = cms.InputTag("muPFIsoDepositNeutral" + postfix), - pfPhotons = cms.InputTag("muPFIsoDepositGamma" + postfix) - ) - module.isolationValues = cms.PSet( - pfChargedHadrons = cms.InputTag("muPFIsoValueCharged04"+ postfix), - pfChargedAll = cms.InputTag("muPFIsoValueChargedAll04"+ postfix), - pfPUChargedHadrons = cms.InputTag("muPFIsoValuePU04" + postfix), - pfNeutralHadrons = cms.InputTag("muPFIsoValueNeutral04" + postfix), - pfPhotons = cms.InputTag("muPFIsoValueGamma04" + postfix) - ) + ## module.isoDeposits = cms.PSet( + ## pfChargedHadrons = cms.InputTag("muPFIsoDepositCharged" + postfix), + ## pfChargedAll = cms.InputTag("muPFIsoDepositChargedAll" + postfix), + ## pfPUChargedHadrons = cms.InputTag("muPFIsoDepositPU" + postfix), + ## pfNeutralHadrons = cms.InputTag("muPFIsoDepositNeutral" + postfix), + ## pfPhotons = cms.InputTag("muPFIsoDepositGamma" + postfix) + ## ) + ## module.isolationValues = cms.PSet( + ## pfChargedHadrons = cms.InputTag("muPFIsoValueCharged04"+ postfix), + ## pfChargedAll = cms.InputTag("muPFIsoValueChargedAll04"+ postfix), + ## pfPUChargedHadrons = cms.InputTag("muPFIsoValuePU04" + postfix), + ## pfNeutralHadrons = cms.InputTag("muPFIsoValueNeutral04" + postfix), + ## pfPhotons = cms.InputTag("muPFIsoValueGamma04" + postfix) + ## ) # matching the pfMuons, not the standard muons. applyPostfix(process,"muonMatch",postfix).src = module.pfMuonSource print " muon source:", module.pfMuonSource - print " isolation :", - print module.isolationValues - print " isodeposits: " - print module.isoDeposits + ## print " isolation :", + ## print module.isolationValues + ## print " isodeposits: " + ## print module.isoDeposits print @@ -118,25 +118,25 @@ def adaptPFElectrons(process,module, postfix): # module.useParticleFlow = True print "Adapting PF Electrons " print "********************* " - warningIsolation() + #warningIsolation() print module.useParticleFlow = True - module.pfElectronSource = cms.InputTag("pfIsolatedElectronsClones" + postfix) + module.pfElectronSource = cms.InputTag("pfIsolatedElectrons" + postfix) module.userIsolation = cms.PSet() - module.isoDeposits = cms.PSet( - pfChargedHadrons = cms.InputTag("elPFIsoDepositCharged" + postfix), - pfChargedAll = cms.InputTag("elPFIsoDepositChargedAll" + postfix), - pfPUChargedHadrons = cms.InputTag("elPFIsoDepositPU" + postfix), - pfNeutralHadrons = cms.InputTag("elPFIsoDepositNeutral" + postfix), - pfPhotons = cms.InputTag("elPFIsoDepositGamma" + postfix) - ) - module.isolationValues = cms.PSet( - pfChargedHadrons = cms.InputTag("elPFIsoValueCharged04PFId"+ postfix), - pfChargedAll = cms.InputTag("elPFIsoValueChargedAll04PFId"+ postfix), - pfPUChargedHadrons = cms.InputTag("elPFIsoValuePU04PFId" + postfix), - pfNeutralHadrons = cms.InputTag("elPFIsoValueNeutral04PFId" + postfix), - pfPhotons = cms.InputTag("elPFIsoValueGamma04PFId" + postfix) - ) + ## module.isoDeposits = cms.PSet( + ## pfChargedHadrons = cms.InputTag("elPFIsoDepositCharged" + postfix), + ## pfChargedAll = cms.InputTag("elPFIsoDepositChargedAll" + postfix), + ## pfPUChargedHadrons = cms.InputTag("elPFIsoDepositPU" + postfix), + ## pfNeutralHadrons = cms.InputTag("elPFIsoDepositNeutral" + postfix), + ## pfPhotons = cms.InputTag("elPFIsoDepositGamma" + postfix) + ## ) + ## module.isolationValues = cms.PSet( + ## pfChargedHadrons = cms.InputTag("elPFIsoValueCharged04PFId"+ postfix), + ## pfChargedAll = cms.InputTag("elPFIsoValueChargedAll04PFId"+ postfix), + ## pfPUChargedHadrons = cms.InputTag("elPFIsoValuePU04PFId" + postfix), + ## pfNeutralHadrons = cms.InputTag("elPFIsoValueNeutral04PFId" + postfix), + ## pfPhotons = cms.InputTag("elPFIsoValueGamma04PFId" + postfix) + ## ) # COLIN: since we take the egamma momentum for pat Electrons, we must # match the egamma electron to the gen electrons, and not the PFElectron. @@ -145,10 +145,10 @@ def adaptPFElectrons(process,module, postfix): # COLIN: how do we depend on this matching choice? print " PF electron source:", module.pfElectronSource - print " isolation :" - print module.isolationValues - print " isodeposits: " - print module.isoDeposits + ## print " isolation :" + ## print module.isolationValues + ## print " isodeposits: " + ## print module.isoDeposits print diff --git a/PhysicsTools/PatAlgos/src/KinematicResolutionRcd.cc b/PhysicsTools/PatAlgos/src/KinematicResolutionRcd.cc index e793debbbf141..f2a84021c45a3 100644 --- a/PhysicsTools/PatAlgos/src/KinematicResolutionRcd.cc +++ b/PhysicsTools/PatAlgos/src/KinematicResolutionRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Sun Jun 24 16:53:34 CEST 2007 -// $Id: KinematicResolutionRcd.cc,v 1.3 2010/02/20 21:00:30 wmtan Exp $ +// $Id: KinematicResolutionRcd.cc,v 1.2 2009/06/25 23:49:36 gpetrucc Exp $ #include "PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h" #include "PhysicsTools/PatAlgos/interface/KinematicResolutionProvider.h" diff --git a/PhysicsTools/PatAlgos/test/patTuple_addBTagging_cfg.py b/PhysicsTools/PatAlgos/test/patTuple_addBTagging_cfg.py new file mode 100644 index 0000000000000..6ad12c7f1aa2c --- /dev/null +++ b/PhysicsTools/PatAlgos/test/patTuple_addBTagging_cfg.py @@ -0,0 +1,110 @@ +## import skeleton process +from PhysicsTools.PatAlgos.patTemplate_cfg import * +## switch to uncheduled mode +process.options.allowUnscheduled = cms.untracked.bool(True) + +## to run in un-scheduled mode uncomment the following lines +process.load("PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff") +process.load("PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff") +from PhysicsTools.PatAlgos.tools.metTools import addMETCollection + +addMETCollection(process, labelName='patMETTC', metSource='tcMet') +addMETCollection(process, labelName='patMETPF', metSource='pfType1CorrectedMet') + +## uncomment the following line to add different jet collections +## to the event content +from PhysicsTools.PatAlgos.tools.jetTools import addJetCollection + +# uncomment the following lines to add ak5PFJets with new b-tags to your PAT output +addJetCollection( + process, + labelName = 'AK5PF', + jetSource = cms.InputTag('ak5PFJets'), + jetCorrections = ('AK5PF', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute']), 'Type-2'), + btagDiscriminators = [ + 'jetBProbabilityBJetTags' + ,'jetProbabilityBJetTags' + ,'trackCountingHighPurBJetTags' + ,'trackCountingHighEffBJetTags' + ,'negativeOnlyJetBProbabilityJetTags' + ,'negativeOnlyJetProbabilityJetTags' + ,'negativeTrackCountingHighEffJetTags' + ,'negativeTrackCountingHighPurJetTags' + ,'positiveOnlyJetBProbabilityJetTags' + ,'positiveOnlyJetProbabilityJetTags' + ,'simpleSecondaryVertexHighEffBJetTags' + ,'simpleSecondaryVertexHighPurBJetTags' + ,'simpleSecondaryVertexNegativeHighEffBJetTags' + ,'simpleSecondaryVertexNegativeHighPurBJetTags' + ,'combinedSecondaryVertexBJetTags' + ,'combinedSecondaryVertexPositiveBJetTags' + #,'combinedSecondaryVertexV1BJetTags' + #,'combinedSecondaryVertexV1PositiveBJetTags' + ,'combinedSecondaryVertexMVABJetTags' + ,'combinedSecondaryVertexNegativeBJetTags' + #,'combinedSecondaryVertexV1NegativeBJetTags' + ,'softPFMuonBJetTags' + ,'softPFMuonByPtBJetTags' + ,'softPFMuonByIP3dBJetTags' + ,'softPFMuonByIP2dBJetTags' + ,'positiveSoftPFMuonBJetTags' + ,'positiveSoftPFMuonByPtBJetTags' + ,'positiveSoftPFMuonByIP3dBJetTags' + ,'positiveSoftPFMuonByIP2dBJetTags' + ,'negativeSoftPFMuonBJetTags' + ,'negativeSoftPFMuonByPtBJetTags' + ,'negativeSoftPFMuonByIP3dBJetTags' + ,'negativeSoftPFMuonByIP2dBJetTags' + ,'softPFElectronBJetTags' + ,'softPFElectronByPtBJetTags' + ,'softPFElectronByIP3dBJetTags' + ,'softPFElectronByIP2dBJetTags' + ,'positiveSoftPFElectronBJetTags' + ,'positiveSoftPFElectronByPtBJetTags' + ,'positiveSoftPFElectronByIP3dBJetTags' + ,'positiveSoftPFElectronByIP2dBJetTags' + ,'negativeSoftPFElectronBJetTags' + ,'negativeSoftPFElectronByPtBJetTags' + ,'negativeSoftPFElectronByIP3dBJetTags' + ,'negativeSoftPFElectronByIP2dBJetTags' + ,'simpleInclusiveSecondaryVertexHighEffBJetTags' + ,'simpleInclusiveSecondaryVertexHighPurBJetTags' + ,'doubleSecondaryVertexHighEffBJetTags' + ,'combinedInclusiveSecondaryVertexBJetTags' + ,'combinedInclusiveSecondaryVertexPositiveBJetTags' + #,'combinedMVABJetTags' + ,'positiveCombinedMVABJetTags' + ,'negativeCombinedMVABJetTags' + #,'combinedSecondaryVertexSoftPFLeptonV1BJetTags' + #,'positiveCombinedSecondaryVertexSoftPFLeptonV1BJetTags' + #,'negativeCombinedSecondaryVertexSoftPFLeptonV1BJetTags' + ], + ) +process.patJetsAK5PF.addTagInfos = True +process.patJetsAK5PF.addJetID = True +process.patJetsAK5PF.jetIDMap = "ak5JetID" +process.out.outputCommands.append( 'drop *_selectedPatJetsAK5PF_caloTowers_*' ) + +## let it run +process.p = cms.Path( + process.selectedPatCandidates +) + +## ------------------------------------------------------ +# In addition you usually want to change the following +# parameters: +## ------------------------------------------------------ +# +# process.GlobalTag.globaltag = ... ## (according to https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions) +# ## +## switch to RECO input +from PhysicsTools.PatAlgos.patInputFiles_cff import filesRelValProdTTbarAODSIM +process.source.fileNames = filesRelValProdTTbarAODSIM +# ## +process.maxEvents.input = 10 +# ## +# process.out.outputCommands = [ ... ] ## (e.g. taken from PhysicsTools/PatAlgos/python/patEventContent_cff.py) +# ## +process.out.fileName = 'patTuple_addBTagging.root' +# ## +# process.options.wantSummary = False ## (to suppress the long output at the end of the job) diff --git a/PhysicsTools/PatAlgos/test/patTuple_addJets_cfg.py b/PhysicsTools/PatAlgos/test/patTuple_addJets_cfg.py index dd687484a8661..e6bdb49133059 100644 --- a/PhysicsTools/PatAlgos/test/patTuple_addJets_cfg.py +++ b/PhysicsTools/PatAlgos/test/patTuple_addJets_cfg.py @@ -37,14 +37,6 @@ labelName = 'AK7Calo', jetSource = cms.InputTag('ak7CaloJets'), jetCorrections = ('AK7Calo', cms.vstring(['L1Offset', 'L2Relative', 'L3Absolute']), 'Type-2'), - btagDiscriminators = [ - 'combinedSecondaryVertexBJetTags', - 'combinedSecondaryVertexMVABJetTags', - 'jetBProbabilityBJetTags', - 'jetProbabilityBJetTags', - 'simpleSecondaryVertexHighEffBJetTags', - 'simpleSecondaryVertexHighPurBJetTags', - ], ) process.patJetsAK7Calo.addJetID=True process.patJetsAK7Calo.jetIDMap="ak7JetID" @@ -58,13 +50,14 @@ jetSource = cms.InputTag('ak5CaloJets'), jetCorrections = ('AK5Calo', cms.vstring(['L1Offset', 'L2Relative', 'L3Absolute']), 'Type-2'), btagDiscriminators = [ - 'combinedSecondaryVertexBJetTags', - 'combinedSecondaryVertexMVABJetTags', - 'jetBProbabilityBJetTags', - 'jetProbabilityBJetTags', - 'simpleSecondaryVertexHighEffBJetTags', - 'simpleSecondaryVertexHighPurBJetTags', - ], + 'jetBProbabilityBJetTags' + , 'jetProbabilityBJetTags' + , 'trackCountingHighPurBJetTags' + , 'trackCountingHighEffBJetTags' + , 'simpleSecondaryVertexHighEffBJetTags' + , 'simpleSecondaryVertexHighPurBJetTags' + , 'combinedSecondaryVertexBJetTags' + ], ) getattr(process, 'patJetsAK5Calo' + postfixAK5Calo).addJetID=True getattr(process, 'patJetsAK5Calo' + postfixAK5Calo).jetIDMap="ak5JetID" @@ -78,13 +71,14 @@ jetSource = cms.InputTag('ak5PFJets'), jetCorrections = ('AK5PF', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute']), 'Type-2'), btagDiscriminators = [ - 'combinedSecondaryVertexBJetTags', - 'combinedSecondaryVertexMVABJetTags', - 'jetBProbabilityBJetTags', - 'jetProbabilityBJetTags', - 'simpleSecondaryVertexHighEffBJetTags', - 'simpleSecondaryVertexHighPurBJetTags', - ], + 'jetBProbabilityBJetTags' + , 'jetProbabilityBJetTags' + , 'trackCountingHighPurBJetTags' + , 'trackCountingHighEffBJetTags' + , 'simpleSecondaryVertexHighEffBJetTags' + , 'simpleSecondaryVertexHighPurBJetTags' + , 'combinedSecondaryVertexBJetTags' + ], ) ## let it run diff --git a/PhysicsTools/PatAlgos/test/private/PATUserDataTestModule.cc b/PhysicsTools/PatAlgos/test/private/PATUserDataTestModule.cc index 05dba3b0e1358..f1c43cb2c794a 100644 --- a/PhysicsTools/PatAlgos/test/private/PATUserDataTestModule.cc +++ b/PhysicsTools/PatAlgos/test/private/PATUserDataTestModule.cc @@ -14,7 +14,7 @@ // // Original Author: Freya Blekman // Created: Mon Apr 21 10:03:50 CEST 2008 -// $Id: PATUserDataTestModule.cc,v 1.5 2013/02/27 23:26:57 wmtan Exp $ +// $Id: PATUserDataTestModule.cc,v 1.4 2010/02/20 21:00:31 wmtan Exp $ // // diff --git a/PhysicsTools/PatAlgos/test/runtests.sh b/PhysicsTools/PatAlgos/test/runtests.sh index 2003a167db17d..2cd24ac3163d3 100755 --- a/PhysicsTools/PatAlgos/test/runtests.sh +++ b/PhysicsTools/PatAlgos/test/runtests.sh @@ -16,6 +16,8 @@ cmsRun ${LOCAL_TEST_DIR}/patTuple_PATandPF2PAT_cfg.py || die 'Failure using patT cmsRun ${LOCAL_TEST_DIR}/patTuple_addDecayInFlight_cfg.py || die 'Failure using patTuple_addDecayInFlight_cfg.py' $? +cmsRun ${LOCAL_TEST_DIR}/patTuple_addBTagging_cfg.py || die 'Failure using patTuple_addBTagging_cfg.py' $? + cmsRun ${LOCAL_TEST_DIR}/patTuple_addJets_cfg.py || die 'Failure using patTuple_addJets_cfg.py' $? cmsRun ${LOCAL_TEST_DIR}/patTuple_addTracks_cfg.py || die 'Failure using patTuple_addTracks_cfg.py' $? diff --git a/PhysicsTools/PatExamples/interface/BTagPerformance.h b/PhysicsTools/PatExamples/interface/BTagPerformance.h index 65025a23e2976..c5ac76883665d 100644 --- a/PhysicsTools/PatExamples/interface/BTagPerformance.h +++ b/PhysicsTools/PatExamples/interface/BTagPerformance.h @@ -6,7 +6,7 @@ * * \author Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) * - * \version $Id: BTagPerformance.h,v 1.2 2009/10/20 12:24:28 hegner Exp $ + * \version $Id: BTagPerformance.h,v 1.1 2008/08/08 15:00:38 yumiceva Exp $ * */ diff --git a/PhysicsTools/PatExamples/plugins/MuonAnalyzer.cc b/PhysicsTools/PatExamples/plugins/MuonAnalyzer.cc index 6b9c772894d2a..71e2b5af6ee0e 100755 --- a/PhysicsTools/PatExamples/plugins/MuonAnalyzer.cc +++ b/PhysicsTools/PatExamples/plugins/MuonAnalyzer.cc @@ -1,8 +1,8 @@ /** \class ExampleMuonAnalyzer * Analyzer of the muon objects * - * $Date: 2009/12/29 23:04:51 $ - * $Revision: 1.7 $ + * $Date: 2009/11/06 10:06:22 $ + * $Revision: 1.6 $ * \author R. Bellan - CERN */ diff --git a/PhysicsTools/PatExamples/plugins/MuonAnalyzer.h b/PhysicsTools/PatExamples/plugins/MuonAnalyzer.h index 2105a50a38438..0409eb7854001 100755 --- a/PhysicsTools/PatExamples/plugins/MuonAnalyzer.h +++ b/PhysicsTools/PatExamples/plugins/MuonAnalyzer.h @@ -4,8 +4,8 @@ /** \class ExampleMuonAnalyzer * Analyzer of the muon objects * - * $Date: 2009/11/06 10:06:22 $ - * $Revision: 1.4 $ + * $Date: 2009/09/29 19:46:13 $ + * $Revision: 1.3 $ * \author R. Bellan - CERN */ diff --git a/PhysicsTools/PatExamples/plugins/PatJPsiProducer.cc b/PhysicsTools/PatExamples/plugins/PatJPsiProducer.cc index 3e63bc36c6cf3..9f131a44f6835 100644 --- a/PhysicsTools/PatExamples/plugins/PatJPsiProducer.cc +++ b/PhysicsTools/PatExamples/plugins/PatJPsiProducer.cc @@ -13,7 +13,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Mon Sep 28 12:53:57 CDT 2009 -// $Id: PatJPsiProducer.cc,v 1.2 2009/10/20 12:24:28 hegner Exp $ +// $Id: PatJPsiProducer.cc,v 1.1 2009/09/29 01:10:49 srappocc Exp $ // // diff --git a/PhysicsTools/PatUtils/interface/CaloIsolationEnergy.h b/PhysicsTools/PatUtils/interface/CaloIsolationEnergy.h index b66331194ed5f..ff60ec9e27156 100644 --- a/PhysicsTools/PatUtils/interface/CaloIsolationEnergy.h +++ b/PhysicsTools/PatUtils/interface/CaloIsolationEnergy.h @@ -1,5 +1,5 @@ // -// $Id: CaloIsolationEnergy.h,v 1.3 2008/03/05 14:51:02 fronga Exp $ +// $Id: CaloIsolationEnergy.h,v 1.2 2008/02/28 14:54:24 llista Exp $ // #ifndef PhysicsTools_PatUtils_CaloIsolationEnergy_h @@ -14,7 +14,7 @@ position on the ECAL surface, as defined in CMS Note 2006/024 \author Steven Lowette - \version $Id: CaloIsolationEnergy.h,v 1.3 2008/03/05 14:51:02 fronga Exp $ + \version $Id: CaloIsolationEnergy.h,v 1.2 2008/02/28 14:54:24 llista Exp $ */ #include diff --git a/PhysicsTools/PatUtils/interface/CaloJetSelector.h b/PhysicsTools/PatUtils/interface/CaloJetSelector.h index aa9960b08f517..c00d2cc28a101 100644 --- a/PhysicsTools/PatUtils/interface/CaloJetSelector.h +++ b/PhysicsTools/PatUtils/interface/CaloJetSelector.h @@ -9,7 +9,7 @@ selections. It is called by the generic JetSelector in case of "custom" selection. \author C. Autermann (Uni Hamburg) - \version $Id: CaloJetSelector.h,v 1.5 2008/03/10 14:23:58 fronga Exp $ + \version $Id: CaloJetSelector.h,v 1.4 2008/03/05 14:51:02 fronga Exp $ **/ #include diff --git a/PhysicsTools/PatUtils/interface/ElectronSelector.h b/PhysicsTools/PatUtils/interface/ElectronSelector.h index 98e383ec1cf49..a3e488c0dfcbf 100644 --- a/PhysicsTools/PatUtils/interface/ElectronSelector.h +++ b/PhysicsTools/PatUtils/interface/ElectronSelector.h @@ -14,7 +14,7 @@ (An adapter exists for use in CMSSW: reco::modules::ParameterAdapter< pat::ElectronSelector >.) \author F.J. Ronga (ETH Zurich) - \version $Id: ElectronSelector.h,v 1.12 2008/04/09 12:05:13 llista Exp $ + \version $Id: ElectronSelector.h,v 1.11 2008/03/11 13:43:39 fronga Exp $ **/ #include diff --git a/PhysicsTools/PatUtils/interface/JetSelector.h b/PhysicsTools/PatUtils/interface/JetSelector.h index c70d5085e5db1..390f5c1e294db 100644 --- a/PhysicsTools/PatUtils/interface/JetSelector.h +++ b/PhysicsTools/PatUtils/interface/JetSelector.h @@ -15,7 +15,7 @@ reco::modules::ParameterAdapter>.) \author C. Autermann (Uni Hamburg) - \version $Id: JetSelector.h,v 1.5 2008/03/10 14:23:58 fronga Exp $ + \version $Id: JetSelector.h,v 1.4 2008/03/05 14:51:02 fronga Exp $ **/ #include diff --git a/PhysicsTools/PatUtils/interface/LeptonJetIsolationAngle.h b/PhysicsTools/PatUtils/interface/LeptonJetIsolationAngle.h index 3c26ed3544db2..9f5f2856a7ac3 100644 --- a/PhysicsTools/PatUtils/interface/LeptonJetIsolationAngle.h +++ b/PhysicsTools/PatUtils/interface/LeptonJetIsolationAngle.h @@ -1,5 +1,5 @@ // -// $Id: LeptonJetIsolationAngle.h,v 1.4 2009/05/26 08:54:21 fabiocos Exp $ +// $Id: LeptonJetIsolationAngle.h,v 1.3 2008/03/05 14:51:02 fronga Exp $ // #ifndef PhysicsTools_PatUtils_LeptonJetIsolationAngle_h @@ -14,7 +14,7 @@ CMS Note 2006/024 \author Steven Lowette - \version $Id: LeptonJetIsolationAngle.h,v 1.4 2009/05/26 08:54:21 fabiocos Exp $ + \version $Id: LeptonJetIsolationAngle.h,v 1.3 2008/03/05 14:51:02 fronga Exp $ */ diff --git a/PhysicsTools/PatUtils/interface/LeptonVertexSignificance.h b/PhysicsTools/PatUtils/interface/LeptonVertexSignificance.h index 0215c4d690263..5d0878e6fb21c 100644 --- a/PhysicsTools/PatUtils/interface/LeptonVertexSignificance.h +++ b/PhysicsTools/PatUtils/interface/LeptonVertexSignificance.h @@ -1,5 +1,5 @@ // -// $Id: LeptonVertexSignificance.h,v 1.3 2008/03/05 14:51:03 fronga Exp $ +// $Id: LeptonVertexSignificance.h,v 1.2 2008/02/28 14:54:24 llista Exp $ // #ifndef PhysicsTools_PatUtils_LeptonVertexSignificance_h @@ -13,7 +13,7 @@ of the lepton to a given vertex, as defined in CMS Note 2006/024 \author Steven Lowette - \version $Id: LeptonVertexSignificance.h,v 1.3 2008/03/05 14:51:03 fronga Exp $ + \version $Id: LeptonVertexSignificance.h,v 1.2 2008/02/28 14:54:24 llista Exp $ */ class TransientTrackBuilder; diff --git a/PhysicsTools/PatUtils/interface/MuonSelector.h b/PhysicsTools/PatUtils/interface/MuonSelector.h index c20c5072a1219..bce662fd0f189 100644 --- a/PhysicsTools/PatUtils/interface/MuonSelector.h +++ b/PhysicsTools/PatUtils/interface/MuonSelector.h @@ -14,7 +14,7 @@ (An adapter exists for use in CMSSW: reco::modules::ParameterAdapter< pat::MuonSelector >.) \author F.J. Ronga (ETH Zurich) - \version $Id: MuonSelector.h,v 1.8 2009/04/01 18:18:53 hegner Exp $ + \version $Id: MuonSelector.h,v 1.7 2008/10/10 13:59:06 lowette Exp $ */ #include diff --git a/PhysicsTools/PatUtils/interface/ObjectResolutionCalc.h b/PhysicsTools/PatUtils/interface/ObjectResolutionCalc.h index 56838f82ce5f0..1e93156e433cb 100644 --- a/PhysicsTools/PatUtils/interface/ObjectResolutionCalc.h +++ b/PhysicsTools/PatUtils/interface/ObjectResolutionCalc.h @@ -1,5 +1,5 @@ // -// $Id: ObjectResolutionCalc.h,v 1.6 2013/02/23 10:14:19 eulisse Exp $ +// $Id: ObjectResolutionCalc.h,v 1.5 2008/10/08 19:19:25 gpetrucc Exp $ // #ifndef PhysicsTools_PatUtils_ObjectResolutionCalc_h @@ -10,7 +10,7 @@ \brief Class to calculate MC resolutions for pat objects \author Jan Heyninck, Petra Van Mulders, Christophe Delaere - \version $Id: ObjectResolutionCalc.h,v 1.6 2013/02/23 10:14:19 eulisse Exp $ + \version $Id: ObjectResolutionCalc.h,v 1.5 2008/10/08 19:19:25 gpetrucc Exp $ */ diff --git a/PhysicsTools/PatUtils/interface/PATJetCorrExtractor.h b/PhysicsTools/PatUtils/interface/PATJetCorrExtractor.h index 9857437c3ee13..f675029a4b37f 100644 --- a/PhysicsTools/PatUtils/interface/PATJetCorrExtractor.h +++ b/PhysicsTools/PatUtils/interface/PATJetCorrExtractor.h @@ -11,9 +11,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.5 $ + * \version $Revision: 1.4 $ * - * $Id: PATJetCorrExtractor.h,v 1.5 2012/02/13 14:12:12 veelken Exp $ + * $Id: PATJetCorrExtractor.h,v 1.4 2011/11/20 10:26:47 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/interface/ParticleCode.h b/PhysicsTools/PatUtils/interface/ParticleCode.h index 30ef17687ecab..02ec70e2a1799 100644 --- a/PhysicsTools/PatUtils/interface/ParticleCode.h +++ b/PhysicsTools/PatUtils/interface/ParticleCode.h @@ -8,7 +8,7 @@ Inspired from the MrParticle ID flags. \author F.J. Ronga (ETH Zurich) - \version $Id: ParticleCode.h,v 1.2 2008/02/14 10:50:43 fronga Exp $ + \version $Id: $ **/ diff --git a/PhysicsTools/PatUtils/interface/ShiftedJetProducerT.h b/PhysicsTools/PatUtils/interface/ShiftedJetProducerT.h index 8ddad0b1987e3..80fba174651d1 100644 --- a/PhysicsTools/PatUtils/interface/ShiftedJetProducerT.h +++ b/PhysicsTools/PatUtils/interface/ShiftedJetProducerT.h @@ -10,9 +10,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.4 $ + * \version $Revision: 1.3 $ * - * $Id: ShiftedJetProducerT.h,v 1.4 2012/08/31 09:59:15 veelken Exp $ + * $Id: ShiftedJetProducerT.h,v 1.3 2012/02/13 14:12:12 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/interface/ShiftedParticleProducerT.h b/PhysicsTools/PatUtils/interface/ShiftedParticleProducerT.h index 05eb8423fa122..8dd512ee49d19 100644 --- a/PhysicsTools/PatUtils/interface/ShiftedParticleProducerT.h +++ b/PhysicsTools/PatUtils/interface/ShiftedParticleProducerT.h @@ -10,9 +10,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ShiftedParticleProducerT.h,v 1.2 2011/11/02 14:03:07 veelken Exp $ + * $Id: ShiftedParticleProducerT.h,v 1.1 2011/10/14 11:18:24 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/interface/SmearedJetProducerT.h b/PhysicsTools/PatUtils/interface/SmearedJetProducerT.h index 74023af53504b..1301d655b5135 100644 --- a/PhysicsTools/PatUtils/interface/SmearedJetProducerT.h +++ b/PhysicsTools/PatUtils/interface/SmearedJetProducerT.h @@ -11,9 +11,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.9 $ + * \version $Revision: 1.8 $ * - * $Id: SmearedJetProducerT.h,v 1.9 2012/08/31 09:58:44 veelken Exp $ + * $Id: SmearedJetProducerT.h,v 1.8 2012/05/04 08:57:58 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/interface/TrackerIsolationPt.h b/PhysicsTools/PatUtils/interface/TrackerIsolationPt.h index d7430c233c2fb..24a337540cc73 100644 --- a/PhysicsTools/PatUtils/interface/TrackerIsolationPt.h +++ b/PhysicsTools/PatUtils/interface/TrackerIsolationPt.h @@ -1,5 +1,5 @@ // -// $Id: TrackerIsolationPt.h,v 1.4 2008/03/05 14:51:03 fronga Exp $ +// $Id: TrackerIsolationPt.h,v 1.3 2008/02/28 14:54:24 llista Exp $ // #ifndef PhysicsTools_PatUtils_TrackerIsolationPt_h @@ -13,7 +13,7 @@ around the lepton's direction, without doing track extrapolation \author Steven Lowette - \version $Id: TrackerIsolationPt.h,v 1.4 2008/03/05 14:51:03 fronga Exp $ + \version $Id: TrackerIsolationPt.h,v 1.3 2008/02/28 14:54:24 llista Exp $ */ namespace reco { diff --git a/PhysicsTools/PatUtils/interface/TriggerHelper.h b/PhysicsTools/PatUtils/interface/TriggerHelper.h index d12ee347675d3..96e9a40d95143 100644 --- a/PhysicsTools/PatUtils/interface/TriggerHelper.h +++ b/PhysicsTools/PatUtils/interface/TriggerHelper.h @@ -7,7 +7,7 @@ // Package: PatUtils // Class: pat::helper::TriggerHelper // -// $Id: TriggerHelper.h,v 1.7 2011/04/05 19:41:33 vadler Exp $ +// $Id: TriggerHelper.h,v 1.6 2010/12/20 11:55:48 vadler Exp $ // /** \class pat::helper::TriggerHelper TriggerHelper.h "PhysicsTools/PatUtils/interface/TriggerHelper.h" @@ -18,7 +18,7 @@ + provides the usage of functions which need the edm::AssociativeIterator; \author Volker Adler - \version $Id: TriggerHelper.h,v 1.7 2011/04/05 19:41:33 vadler Exp $ + \version $Id: TriggerHelper.h,v 1.6 2010/12/20 11:55:48 vadler Exp $ */ diff --git a/PhysicsTools/PatUtils/plugins/CorrectedPATMETProducer.cc b/PhysicsTools/PatUtils/plugins/CorrectedPATMETProducer.cc index 82bbd737cf2f8..07d6208b9d25b 100644 --- a/PhysicsTools/PatUtils/plugins/CorrectedPATMETProducer.cc +++ b/PhysicsTools/PatUtils/plugins/CorrectedPATMETProducer.cc @@ -11,7 +11,7 @@ * * \version $Revision: 1.1 $ * - * $Id: CorrectedPATMETProducer.cc,v 1.1 2011/09/16 08:09:52 veelken Exp $ + * $Id: CorrectedPATMETProducer.cc,v 1.1 2011/09/13 14:35:34 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/plugins/ShiftedMETcorrInputProducer.h b/PhysicsTools/PatUtils/plugins/ShiftedMETcorrInputProducer.h index ff3611323ce93..50a2d9152482d 100644 --- a/PhysicsTools/PatUtils/plugins/ShiftedMETcorrInputProducer.h +++ b/PhysicsTools/PatUtils/plugins/ShiftedMETcorrInputProducer.h @@ -8,9 +8,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: ShiftedMETcorrInputProducer.h,v 1.2 2011/10/14 12:00:17 veelken Exp $ + * $Id: ShiftedMETcorrInputProducer.h,v 1.1 2011/09/13 14:35:34 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForNoPileUpPFMEt.h b/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForNoPileUpPFMEt.h index 38154f6cd5954..bddcf5c90681a 100644 --- a/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForNoPileUpPFMEt.h +++ b/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForNoPileUpPFMEt.h @@ -16,9 +16,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: ShiftedPFCandidateProducerForNoPileUpPFMEt.h,v 1.1 2012/08/31 10:06:13 veelken Exp $ + * $Id: ShiftedPFCandidateProducerForNoPileUpPFMEt.h,v 1.2 2011/11/02 14:03:07 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForPFMEtMVA.h b/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForPFMEtMVA.h index 165ef395ad7d7..95a6c61ae7a3d 100644 --- a/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForPFMEtMVA.h +++ b/PhysicsTools/PatUtils/plugins/ShiftedPFCandidateProducerForPFMEtMVA.h @@ -12,9 +12,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.1 $ + * \version $Revision: 1.2 $ * - * $Id: ShiftedPFCandidateProducerForPFMEtMVA.h,v 1.1 2012/08/31 10:06:14 veelken Exp $ + * $Id: ShiftedPFCandidateProducerForPFMEtMVA.h,v 1.2 2011/11/02 14:03:07 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/plugins/ShiftedParticleMETcorrInputProducer.h b/PhysicsTools/PatUtils/plugins/ShiftedParticleMETcorrInputProducer.h index 195cb75c32b65..e797e2c0f57f3 100644 --- a/PhysicsTools/PatUtils/plugins/ShiftedParticleMETcorrInputProducer.h +++ b/PhysicsTools/PatUtils/plugins/ShiftedParticleMETcorrInputProducer.h @@ -9,7 +9,7 @@ * * \version $Revision: 1.1 $ * - * $Id: ShiftedParticleMETcorrInputProducer.h,v 1.1 2011/10/14 11:18:24 veelken Exp $ + * $Id: ShiftedParticleMETcorrInputProducer.h,v 1.1 2011/09/13 14:35:34 veelken Exp $ * */ diff --git a/PhysicsTools/PatUtils/src/CaloIsolationEnergy.cc b/PhysicsTools/PatUtils/src/CaloIsolationEnergy.cc index 292cd22777276..bca9e07855c73 100644 --- a/PhysicsTools/PatUtils/src/CaloIsolationEnergy.cc +++ b/PhysicsTools/PatUtils/src/CaloIsolationEnergy.cc @@ -1,5 +1,5 @@ // -// $Id: CaloIsolationEnergy.cc,v 1.4 2011/11/01 23:35:45 gowdy Exp $ +// $Id: CaloIsolationEnergy.cc,v 1.3 2010/10/15 22:44:33 wmtan Exp $ // #include "PhysicsTools/PatUtils/interface/CaloIsolationEnergy.h" diff --git a/PhysicsTools/PatUtils/src/LeptonJetIsolationAngle.cc b/PhysicsTools/PatUtils/src/LeptonJetIsolationAngle.cc index f1f818f09a2f7..38fd70ab276ac 100644 --- a/PhysicsTools/PatUtils/src/LeptonJetIsolationAngle.cc +++ b/PhysicsTools/PatUtils/src/LeptonJetIsolationAngle.cc @@ -1,5 +1,5 @@ // -// $Id: LeptonJetIsolationAngle.cc,v 1.5 2009/05/26 08:54:22 fabiocos Exp $ +// $Id: LeptonJetIsolationAngle.cc,v 1.4 2008/11/28 22:06:31 lowette Exp $ // #include "PhysicsTools/PatUtils/interface/LeptonJetIsolationAngle.h" diff --git a/PhysicsTools/PatUtils/src/LeptonVertexSignificance.cc b/PhysicsTools/PatUtils/src/LeptonVertexSignificance.cc index 242cffece6d53..95b73bdc4da72 100644 --- a/PhysicsTools/PatUtils/src/LeptonVertexSignificance.cc +++ b/PhysicsTools/PatUtils/src/LeptonVertexSignificance.cc @@ -1,5 +1,5 @@ // -// $Id: LeptonVertexSignificance.cc,v 1.3 2010/10/15 22:44:33 wmtan Exp $ +// $Id: LeptonVertexSignificance.cc,v 1.2 2008/02/28 14:54:25 llista Exp $ // #include "PhysicsTools/PatUtils/interface/LeptonVertexSignificance.h" diff --git a/PhysicsTools/PatUtils/src/ObjectResolutionCalc.cc b/PhysicsTools/PatUtils/src/ObjectResolutionCalc.cc index 49ef2a9dc2d2d..bbe15612fa8ea 100644 --- a/PhysicsTools/PatUtils/src/ObjectResolutionCalc.cc +++ b/PhysicsTools/PatUtils/src/ObjectResolutionCalc.cc @@ -1,5 +1,5 @@ // -// $Id: ObjectResolutionCalc.cc,v 1.5 2008/10/08 19:19:25 gpetrucc Exp $ +// $Id: ObjectResolutionCalc.cc,v 1.4 2008/03/03 16:45:29 lowette Exp $ // #include "PhysicsTools/PatUtils/interface/ObjectResolutionCalc.h" diff --git a/PhysicsTools/PatUtils/src/TrackerIsolationPt.cc b/PhysicsTools/PatUtils/src/TrackerIsolationPt.cc index 14594bade6a45..4702a605c552b 100644 --- a/PhysicsTools/PatUtils/src/TrackerIsolationPt.cc +++ b/PhysicsTools/PatUtils/src/TrackerIsolationPt.cc @@ -1,5 +1,5 @@ // -// $Id: TrackerIsolationPt.cc,v 1.6 2010/02/11 00:13:22 wmtan Exp $ +// $Id: TrackerIsolationPt.cc,v 1.5 2009/05/26 08:54:22 fabiocos Exp $ // #include "PhysicsTools/PatUtils/interface/TrackerIsolationPt.h" diff --git a/PhysicsTools/PatUtils/src/TriggerHelper.cc b/PhysicsTools/PatUtils/src/TriggerHelper.cc index 35b17c9484964..57c6477d9e5fc 100644 --- a/PhysicsTools/PatUtils/src/TriggerHelper.cc +++ b/PhysicsTools/PatUtils/src/TriggerHelper.cc @@ -1,5 +1,5 @@ // -// $Id: TriggerHelper.cc,v 1.5 2011/04/05 19:41:33 vadler Exp $ +// $Id: TriggerHelper.cc,v 1.4 2010/12/20 11:55:48 vadler Exp $ // diff --git a/PhysicsTools/RooStatsCms/interface/ExclusionBandPlot.h b/PhysicsTools/RooStatsCms/interface/ExclusionBandPlot.h index dd3570b3a4daf..f6528bdf2e0dc 100644 --- a/PhysicsTools/RooStatsCms/interface/ExclusionBandPlot.h +++ b/PhysicsTools/RooStatsCms/interface/ExclusionBandPlot.h @@ -2,8 +2,8 @@ /** \class ExclusionBandPlot -$Revision: 1.5 $ -$Date: 2009/09/23 19:41:22 $ +$Revision: 1.4 $ +$Date: 2009/05/15 09:55:42 $ \author D. Piparo (danilo.piparocern.ch), G. Schott - Universitaet Karlsruhe Yet another band plot, this time for sm exclusion, following the examples of diff --git a/PhysicsTools/RooStatsCms/interface/LEPBandPlot.h b/PhysicsTools/RooStatsCms/interface/LEPBandPlot.h index eebfd112cca43..760cf3e709f89 100644 --- a/PhysicsTools/RooStatsCms/interface/LEPBandPlot.h +++ b/PhysicsTools/RooStatsCms/interface/LEPBandPlot.h @@ -2,8 +2,8 @@ /** \class LEPBandPlot -$Revision: 1.5 $ -$Date: 2009/09/23 19:41:22 $ +$Revision: 1.4 $ +$Date: 2009/05/15 09:55:43 $ \author D. Piparo (danilo.piparocern.ch), G. Schott - Universitaet Karlsruhe This class allows to produce plots like the ones of the diff --git a/PhysicsTools/RooStatsCms/interface/StatisticalPlot.h b/PhysicsTools/RooStatsCms/interface/StatisticalPlot.h index 637c10cb79e2f..c5feae3186e5d 100644 --- a/PhysicsTools/RooStatsCms/interface/StatisticalPlot.h +++ b/PhysicsTools/RooStatsCms/interface/StatisticalPlot.h @@ -2,8 +2,8 @@ /** \class StatisticalPlot -$Revision: 1.4 $ -$Date: 2009/05/15 09:55:43 $ +$Revision: 1.3 $ +$Date: 2009/04/15 11:10:45 $ \author D. Piparo (danilo.piparocern.ch), G. Schott - Universitaet Karlsruhe This class provides the base for all the statistical Plots. diff --git a/PhysicsTools/RooStatsCms/src/ExclusionBandPlot.cc b/PhysicsTools/RooStatsCms/src/ExclusionBandPlot.cc index 9c00f3ef38fbb..f664c10e73043 100644 --- a/PhysicsTools/RooStatsCms/src/ExclusionBandPlot.cc +++ b/PhysicsTools/RooStatsCms/src/ExclusionBandPlot.cc @@ -1,4 +1,4 @@ -// @(#)root/hist:$Id: ExclusionBandPlot.cc,v 1.4 2009/05/15 09:55:59 dpiparo Exp $ +// @(#)root/hist:$Id: ExclusionBandPlot.cc,v 1.3 2009/04/15 11:10:44 dpiparo Exp $ // Author: Danilo.Piparo@cern.ch 01/06/2008 #include "assert.h" diff --git a/PhysicsTools/RooStatsCms/src/LEPBandPlot.cc b/PhysicsTools/RooStatsCms/src/LEPBandPlot.cc index b7ae1aefc3bac..8723022d33120 100644 --- a/PhysicsTools/RooStatsCms/src/LEPBandPlot.cc +++ b/PhysicsTools/RooStatsCms/src/LEPBandPlot.cc @@ -1,4 +1,4 @@ -// @(#)root/hist:$Id: LEPBandPlot.cc,v 1.4 2009/05/15 09:55:59 dpiparo Exp $ +// @(#)root/hist:$Id: LEPBandPlot.cc,v 1.3 2009/04/15 11:10:44 dpiparo Exp $ // Author: Danilo.Piparo@cern.ch 01/06/2008 #include "assert.h" diff --git a/PhysicsTools/RooStatsCms/src/StatisticalPlot.cc b/PhysicsTools/RooStatsCms/src/StatisticalPlot.cc index b3dac2da14f52..6dce8cac97964 100644 --- a/PhysicsTools/RooStatsCms/src/StatisticalPlot.cc +++ b/PhysicsTools/RooStatsCms/src/StatisticalPlot.cc @@ -1,4 +1,4 @@ -// @(#)root/hist:$Id: StatisticalPlot.cc,v 1.4 2009/05/15 09:55:59 dpiparo Exp $ +// @(#)root/hist:$Id: StatisticalPlot.cc,v 1.3 2009/04/15 11:10:44 dpiparo Exp $ // Author: Danilo.Piparo@cern.ch 01/06/2008 diff --git a/PhysicsTools/SelectorUtils/interface/EventSelector.h b/PhysicsTools/SelectorUtils/interface/EventSelector.h index 7fd9616a4fad9..7285c00ddc031 100644 --- a/PhysicsTools/SelectorUtils/interface/EventSelector.h +++ b/PhysicsTools/SelectorUtils/interface/EventSelector.h @@ -8,7 +8,7 @@ This is a placeholder. \author Salvatore Rappoccio - \version $Id: EventSelector.h,v 1.2 2010/04/30 14:30:07 srappocc Exp $ + \version $Id: EventSelector.h,v 1.1 2009/12/21 19:27:08 srappocc Exp $ */ diff --git a/PhysicsTools/SelectorUtils/interface/JetIDSelectionFunctor.h b/PhysicsTools/SelectorUtils/interface/JetIDSelectionFunctor.h index 202ca5436f782..80e5ed2e41ad4 100644 --- a/PhysicsTools/SelectorUtils/interface/JetIDSelectionFunctor.h +++ b/PhysicsTools/SelectorUtils/interface/JetIDSelectionFunctor.h @@ -13,7 +13,7 @@ for a general overview of the selectors. \author Salvatore Rappoccio (Update: Amnon Harel) - \version $Id: JetIDSelectionFunctor.h,v 1.16 2010/12/01 20:02:41 rwolf Exp $ + \version $Id: JetIDSelectionFunctor.h,v 1.15 2010/08/31 20:31:50 srappocc Exp $ */ diff --git a/PhysicsTools/SelectorUtils/interface/PFJetIDSelectionFunctor.h b/PhysicsTools/SelectorUtils/interface/PFJetIDSelectionFunctor.h index bf848c02a9c35..9dba60a17abfc 100644 --- a/PhysicsTools/SelectorUtils/interface/PFJetIDSelectionFunctor.h +++ b/PhysicsTools/SelectorUtils/interface/PFJetIDSelectionFunctor.h @@ -13,7 +13,7 @@ for a general overview of the selectors. \author Salvatore Rappoccio - \version $Id: PFJetIDSelectionFunctor.h,v 1.20 2011/04/27 20:39:42 srappocc Exp $ + \version $Id: PFJetIDSelectionFunctor.h,v 1.19 2011/03/24 14:51:20 srappocc Exp $ */ diff --git a/PhysicsTools/SelectorUtils/interface/Selector.h b/PhysicsTools/SelectorUtils/interface/Selector.h index f8d0fcdc19ebf..9a49106757c38 100644 --- a/PhysicsTools/SelectorUtils/interface/Selector.h +++ b/PhysicsTools/SelectorUtils/interface/Selector.h @@ -10,7 +10,7 @@ The user can then turn individual cuts on and off at will. \author Salvatore Rappoccio - \version $Id: Selector.h,v 1.13 2010/08/09 13:50:05 srappocc Exp $ + \version $Id: Selector.h,v 1.12 2010/07/27 17:59:30 srappocc Exp $ */ diff --git a/PhysicsTools/SelectorUtils/interface/strbitset.h b/PhysicsTools/SelectorUtils/interface/strbitset.h index cb0f3406a1f21..899b13d0c4d22 100644 --- a/PhysicsTools/SelectorUtils/interface/strbitset.h +++ b/PhysicsTools/SelectorUtils/interface/strbitset.h @@ -9,7 +9,7 @@ to access the underlying bits by a string name instead of via an index. \author Salvatore Rappoccio - \version $Id: strbitset.h,v 1.8 2012/01/03 22:38:26 chrjones Exp $ + \version $Id: strbitset.h,v 1.7 2010/07/23 01:25:22 srappocc Exp $ */ diff --git a/PhysicsTools/TagAndProbe/plugins/NearbyCandCountComputer.cc b/PhysicsTools/TagAndProbe/plugins/NearbyCandCountComputer.cc index eb21c55f88850..e3d0c79de18f7 100644 --- a/PhysicsTools/TagAndProbe/plugins/NearbyCandCountComputer.cc +++ b/PhysicsTools/TagAndProbe/plugins/NearbyCandCountComputer.cc @@ -1,5 +1,5 @@ // -// $Id: NearbyCandCountComputer.cc,v 1.3 2010/10/05 15:05:10 gpetrucc Exp $ +// $Id: NearbyCandCountComputer.cc,v 1.2 2010/07/09 14:03:51 gpetrucc Exp $ // /** @@ -9,7 +9,7 @@ Implementation notice: not templated, because we want to allow cuts on the pair through PATDiObjectProxy \author Giovanni Petrucciani - \version $Id: NearbyCandCountComputer.cc,v 1.3 2010/10/05 15:05:10 gpetrucc Exp $ + \version $Id: NearbyCandCountComputer.cc,v 1.2 2010/07/09 14:03:51 gpetrucc Exp $ */ diff --git a/PhysicsTools/TagAndProbe/plugins/TagProbeFitTreeProducer.cc b/PhysicsTools/TagAndProbe/plugins/TagProbeFitTreeProducer.cc index 44747ab71a39d..3a25d459872f8 100644 --- a/PhysicsTools/TagAndProbe/plugins/TagProbeFitTreeProducer.cc +++ b/PhysicsTools/TagAndProbe/plugins/TagProbeFitTreeProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Sep 15 09:45 // Created: Mon Sep 15 09:49:08 CEST 2008 -// $Id: TagProbeFitTreeProducer.cc,v 1.7 2010/05/02 15:18:25 gpetrucc Exp $ +// $Id: TagProbeFitTreeProducer.cc,v 1.6 2010/03/22 16:19:05 gpetrucc Exp $ // // diff --git a/PhysicsTools/TagAndProbe/python/cropTnPTrees.py b/PhysicsTools/TagAndProbe/python/cropTnPTrees.py index 25dcbcb09d3fa..9cfce682e135f 100644 --- a/PhysicsTools/TagAndProbe/python/cropTnPTrees.py +++ b/PhysicsTools/TagAndProbe/python/cropTnPTrees.py @@ -6,7 +6,7 @@ from optparse import OptionParser parser = OptionParser(usage = "usage: %prog [options] inputFile fraction outputFile", - version = "%prog $Id: cropTnPTrees.py,v 1.1 2010/05/07 14:22:37 gpetrucc Exp $") + version = "%prog $Id:$") (options, args) = parser.parse_args() if len(args) <= 2: diff --git a/PhysicsTools/UtilAlgos/interface/FWLiteFilterWrapper.h b/PhysicsTools/UtilAlgos/interface/FWLiteFilterWrapper.h index 06c01d4b269d0..a843bf78c90a1 100644 --- a/PhysicsTools/UtilAlgos/interface/FWLiteFilterWrapper.h +++ b/PhysicsTools/UtilAlgos/interface/FWLiteFilterWrapper.h @@ -16,7 +16,7 @@ PhysicsTools/UtilsAlgos/interface/EDFilterWrapper.h \author Salvatore Rappoccio - \version $Id: FWLiteFilterWrapper.h,v 1.3 2011/04/14 10:52:20 rwolf Exp $ + \version $Id: FWLiteFilterWrapper.h,v 1.2 2010/10/14 09:53:48 snaumann Exp $ */ diff --git a/PhysicsTools/UtilAlgos/plugins/ConfigurableAnalysis.cc b/PhysicsTools/UtilAlgos/plugins/ConfigurableAnalysis.cc index b90911cdb803d..c7f3f9a9c1603 100644 --- a/PhysicsTools/UtilAlgos/plugins/ConfigurableAnalysis.cc +++ b/PhysicsTools/UtilAlgos/plugins/ConfigurableAnalysis.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Mon Apr 14 11:39:51 CEST 2008 -// $Id: ConfigurableAnalysis.cc,v 1.10 2010/09/28 09:08:33 srappocc Exp $ +// $Id: ConfigurableAnalysis.cc,v 1.9 2009/12/18 17:52:25 wmtan Exp $ // // diff --git a/PhysicsTools/UtilAlgos/plugins/NTuplingDevice.cc b/PhysicsTools/UtilAlgos/plugins/NTuplingDevice.cc index 45dc4be12b831..3dd9b1fe95e24 100644 --- a/PhysicsTools/UtilAlgos/plugins/NTuplingDevice.cc +++ b/PhysicsTools/UtilAlgos/plugins/NTuplingDevice.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Sun May 11 21:12:46 CEST 2008 -// $Id: NTuplingDevice.cc,v 1.4 2009/12/18 17:52:25 wmtan Exp $ +// $Id: NTuplingDevice.cc,v 1.3 2009/05/11 14:29:49 llista Exp $ // // diff --git a/PhysicsTools/UtilAlgos/plugins/PlottingDevice.cc b/PhysicsTools/UtilAlgos/plugins/PlottingDevice.cc index 20ad78cc0e394..406b25135cb40 100644 --- a/PhysicsTools/UtilAlgos/plugins/PlottingDevice.cc +++ b/PhysicsTools/UtilAlgos/plugins/PlottingDevice.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Thu May 15 14:37:59 CEST 2008 -// $Id: PlottingDevice.cc,v 1.7 2009/12/18 17:52:25 wmtan Exp $ +// $Id: PlottingDevice.cc,v 1.6 2009/05/11 14:29:49 llista Exp $ // // diff --git a/RecoBTag/ImpactParameter/plugins/TrackIPProducer.cc b/RecoBTag/ImpactParameter/plugins/TrackIPProducer.cc index d38658c9056c5..cebd0475f3068 100644 --- a/RecoBTag/ImpactParameter/plugins/TrackIPProducer.cc +++ b/RecoBTag/ImpactParameter/plugins/TrackIPProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Thu Apr 6 09:56:23 CEST 2006 -// $Id: TrackIPProducer.cc,v 1.24 2009/11/24 10:30:50 saout Exp $ +// $Id: TrackIPProducer.cc,v 1.23 2009/10/12 14:24:30 muzaffar Exp $ // // diff --git a/RecoBTag/ImpactParameter/test/IPAnalyzer.cc b/RecoBTag/ImpactParameter/test/IPAnalyzer.cc index 7e544d94034ce..b7bb4d6971757 100644 --- a/RecoBTag/ImpactParameter/test/IPAnalyzer.cc +++ b/RecoBTag/ImpactParameter/test/IPAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 -// $Id: IPAnalyzer.cc,v 1.11 2012/01/25 15:34:28 innocent Exp $ +// $Id: IPAnalyzer.cc,v 1.10 2010/02/20 21:00:42 wmtan Exp $ // // diff --git a/RecoBTag/ImpactParameterLearning/plugins/ImpactParameterCalibration.cc b/RecoBTag/ImpactParameterLearning/plugins/ImpactParameterCalibration.cc index 910a5965db506..c5b647a4d213b 100644 --- a/RecoBTag/ImpactParameterLearning/plugins/ImpactParameterCalibration.cc +++ b/RecoBTag/ImpactParameterLearning/plugins/ImpactParameterCalibration.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremy Andrea/Andrea Rizzi // Created: Mon Aug 6 16:10:38 CEST 2007 -// $Id: ImpactParameterCalibration.cc,v 1.15 2012/07/05 14:48:01 eulisse Exp $ +// $Id: ImpactParameterCalibration.cc,v 1.14 2010/02/11 00:13:30 wmtan Exp $ // // // system include files diff --git a/RecoBTag/ImpactParameterLearning/plugins/SumHistoCalibration.cc b/RecoBTag/ImpactParameterLearning/plugins/SumHistoCalibration.cc index 3d069867cc191..4188e07f48cde 100644 --- a/RecoBTag/ImpactParameterLearning/plugins/SumHistoCalibration.cc +++ b/RecoBTag/ImpactParameterLearning/plugins/SumHistoCalibration.cc @@ -13,7 +13,7 @@ // // Original Author: Jeremy Andrea // Created: Wed Mar 5 19:17:38 CEST 2008 -// $Id: SumHistoCalibration.cc,v 1.9 2012/07/05 15:07:03 eulisse Exp $ +// $Id: SumHistoCalibration.cc,v 1.8 2010/02/11 00:13:31 wmtan Exp $ // // // system include files diff --git a/RecoBTag/ImpactParameterLearning/plugins/TrackProbabilityXMLtoDB.cc b/RecoBTag/ImpactParameterLearning/plugins/TrackProbabilityXMLtoDB.cc index 079fd3512d8f5..fdf0484d323ff 100644 --- a/RecoBTag/ImpactParameterLearning/plugins/TrackProbabilityXMLtoDB.cc +++ b/RecoBTag/ImpactParameterLearning/plugins/TrackProbabilityXMLtoDB.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 -// $Id: TrackProbabilityXMLtoDB.cc,v 1.3 2010/02/25 00:32:04 wmtan Exp $ +// $Id: TrackProbabilityXMLtoDB.cc,v 1.2 2010/02/11 00:13:32 wmtan Exp $ // // diff --git a/RecoBTag/PerformanceDB/plugins/BTagPerformaceRootProducerFromSQLITE.cc b/RecoBTag/PerformanceDB/plugins/BTagPerformaceRootProducerFromSQLITE.cc index 41bcac8d1661a..7bc2ca9a0ab39 100644 --- a/RecoBTag/PerformanceDB/plugins/BTagPerformaceRootProducerFromSQLITE.cc +++ b/RecoBTag/PerformanceDB/plugins/BTagPerformaceRootProducerFromSQLITE.cc @@ -13,7 +13,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Thu Feb 11 14:21:59 CST 2010 -// $Id: BTagPerformaceRootProducerFromSQLITE.cc,v 1.3 2010/06/04 18:04:31 srappocc Exp $ +// $Id: BTagPerformaceRootProducerFromSQLITE.cc,v 1.2 2010/06/03 14:38:09 srappocc Exp $ // // diff --git a/RecoBTag/PerformanceDB/test/DumpBtagTable.cc b/RecoBTag/PerformanceDB/test/DumpBtagTable.cc index 045daaeda2675..0dbea1177aa47 100755 --- a/RecoBTag/PerformanceDB/test/DumpBtagTable.cc +++ b/RecoBTag/PerformanceDB/test/DumpBtagTable.cc @@ -13,7 +13,7 @@ // Modified: Francisco Yumiceva // Original Author: Tommaso Boccali // Created: Tue Nov 25 15:50:50 CET 2008 -// $Id: DumpBtagTable.cc,v 1.1 2012/01/11 03:13:18 yumiceva Exp $ +// $Id: DumpBtagTable.cc,v 1.5 2010/11/06 13:30:00 chadwick Exp $ // // diff --git a/RecoBTag/PerformanceDB/test/TestBtagPayloads.cc b/RecoBTag/PerformanceDB/test/TestBtagPayloads.cc index 41e4eb9176d91..72728f0fc239e 100644 --- a/RecoBTag/PerformanceDB/test/TestBtagPayloads.cc +++ b/RecoBTag/PerformanceDB/test/TestBtagPayloads.cc @@ -13,7 +13,7 @@ // // Original Author: Michael Segala // Created: Wed Jun 20 02:47:47 CDT 2012 -// $Id: TestBtagPayloads.cc,v 1.2 2013/01/31 17:54:44 msegala Exp $ +// $Id: TestBtagPayloads.cc,v 1.1 2012/06/20 13:13:49 msegala Exp $ // // diff --git a/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES.cc b/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES.cc index 54fba30f27143..499b0bd631b85 100644 --- a/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES.cc +++ b/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Nov 25 15:50:50 CET 2008 -// $Id: TestPerformanceFW_ES.cc,v 1.7 2013/01/31 17:54:44 msegala Exp $ +// $Id: TestPerformanceFW_ES.cc,v 1.5 2010/11/06 13:30:00 chadwick Exp $ // // diff --git a/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES_TFormula.cc b/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES_TFormula.cc index 559cc85bbee66..f5c1d34d3f014 100644 --- a/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES_TFormula.cc +++ b/RecoBTag/PerformanceDB/test/TestPerformanceFW_ES_TFormula.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Nov 25 15:50:50 CET 2008 -// $Id: TestPerformanceFW_ES_TFormula.cc,v 1.4 2013/01/31 17:54:44 msegala Exp $ +// $Id: TestPerformanceFW_ES_TFormula.cc,v 1.2 2012/02/17 22:57:11 msegala Exp $ // // diff --git a/RecoBTag/PerformanceDB/test/process/src/validateBTagDB.cc b/RecoBTag/PerformanceDB/test/process/src/validateBTagDB.cc index f9d27d068fdf7..777110dc201b3 100644 --- a/RecoBTag/PerformanceDB/test/process/src/validateBTagDB.cc +++ b/RecoBTag/PerformanceDB/test/process/src/validateBTagDB.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Nov 25 15:50:50 CET 2008 -// $Id: validateBTagDB.cc,v 1.2 2013/01/31 17:54:45 msegala Exp $ +// $Id: validateBTagDB.cc,v 1.1 2010/06/03 13:02:16 chadwick Exp $ // // diff --git a/RecoBTag/SecondaryVertex/plugins/BVertexFilter.cc b/RecoBTag/SecondaryVertex/plugins/BVertexFilter.cc index cc44af23ebbd8..5b0563eb01c4c 100644 --- a/RecoBTag/SecondaryVertex/plugins/BVertexFilter.cc +++ b/RecoBTag/SecondaryVertex/plugins/BVertexFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea RIZZI // Created: Mon Dec 7 18:02:10 CET 2009 -// $Id: BVertexFilter.cc,v 1.1 2010/06/04 11:36:57 arizzi Exp $ +// $Id: BVertexFilter.cc,v 1.4 2010/02/28 20:10:01 wmtan Exp $ // // diff --git a/RecoBTag/Skimming/interface/BTagSkimLeptonJet.h b/RecoBTag/Skimming/interface/BTagSkimLeptonJet.h index dd21aa4a4ff25..c783a4440fc7a 100644 --- a/RecoBTag/Skimming/interface/BTagSkimLeptonJet.h +++ b/RecoBTag/Skimming/interface/BTagSkimLeptonJet.h @@ -5,8 +5,8 @@ * * * - * $Date: 2010/02/11 00:13:33 $ - * $Revision: 1.3 $ + * $Date: 2007/08/13 15:33:02 $ + * $Revision: 1.2 $ * * \author Francisco Yumiceva, FERMILAB * diff --git a/RecoBTag/Skimming/src/BTagSkimLeptonJet.cc b/RecoBTag/Skimming/src/BTagSkimLeptonJet.cc index 6837b4e13ec35..b7c57a53eef2c 100644 --- a/RecoBTag/Skimming/src/BTagSkimLeptonJet.cc +++ b/RecoBTag/Skimming/src/BTagSkimLeptonJet.cc @@ -1,8 +1,8 @@ /** \class BTaSkimLeptonJet * * - * $Date: 2008/06/29 18:13:20 $ - * $Revision: 1.7 $ + * $Date: 2008/04/15 07:13:34 $ + * $Revision: 1.6 $ * * \author Francisco Yumiceva, FERMILAB * diff --git a/RecoBTag/SoftLepton/interface/ElectronTagger.h b/RecoBTag/SoftLepton/interface/ElectronTagger.h index d913919e313d5..4e3f57006f0ff 100755 --- a/RecoBTag/SoftLepton/interface/ElectronTagger.h +++ b/RecoBTag/SoftLepton/interface/ElectronTagger.h @@ -8,9 +8,9 @@ /** \class ElectronTagger * - * $Id: ElectronTagger.h,v 1.6 2010/02/26 18:16:18 saout Exp $ - * $Date: 2010/02/26 18:16:18 $ - * $Revision: 1.6 $ + * $Id: ElectronTagger.h,v 1.5 2008/10/01 12:35:34 fwyzard Exp $ + * $Date: 2008/10/01 12:35:34 $ + * $Revision: 1.5 $ * * \author P. Demin - UCL, Louvain-la-Neuve - Belgium * diff --git a/RecoBTag/SoftLepton/interface/LeptonTaggerByIP.h b/RecoBTag/SoftLepton/interface/LeptonTaggerByIP.h index b52be4377c545..f8cd9b99675fc 100644 --- a/RecoBTag/SoftLepton/interface/LeptonTaggerByIP.h +++ b/RecoBTag/SoftLepton/interface/LeptonTaggerByIP.h @@ -9,8 +9,8 @@ * * Implementation of muon b-tagging cutting on the lepton's transverse momentum relative to the jet axis * - * $Date: 2010/02/26 18:16:18 $ - * $Revision: 1.4 $ + * $Date: 2008/10/01 12:35:34 $ + * $Revision: 1.3 $ * * \author Andrea 'fwyzard' Bocci, Universita' di Firenze */ diff --git a/RecoBTag/SoftLepton/interface/LeptonTaggerByPt.h b/RecoBTag/SoftLepton/interface/LeptonTaggerByPt.h index 3db13902a065f..512c73ebfb4bc 100644 --- a/RecoBTag/SoftLepton/interface/LeptonTaggerByPt.h +++ b/RecoBTag/SoftLepton/interface/LeptonTaggerByPt.h @@ -9,8 +9,8 @@ * * Implementation of muon b-tagging cutting on the lepton's transverse momentum relative to the jet axis * - * $Date: 2010/02/26 18:16:18 $ - * $Revision: 1.5 $ + * $Date: 2008/10/01 12:35:34 $ + * $Revision: 1.4 $ * * \author Andrea 'fwyzard' Bocci, Universita' di Firenze */ diff --git a/RecoBTag/SoftLepton/interface/LeptonTaggerDistance.h b/RecoBTag/SoftLepton/interface/LeptonTaggerDistance.h index 18d15fad6b259..4bcfd3e7ab835 100644 --- a/RecoBTag/SoftLepton/interface/LeptonTaggerDistance.h +++ b/RecoBTag/SoftLepton/interface/LeptonTaggerDistance.h @@ -7,8 +7,8 @@ * * Implementation of muon b-tagging returning 1 if a lepton is present in the jet, 0 otherwise * - * $Date: 2013/05/20 22:59:11 $ - * $Revision: 1.5 $ + * $Date: 2008/04/22 12:55:51 $ + * $Revision: 1.3 $ * * \author Andrea 'fwyzard' Bocci, Scuola Normale Superiore, Pisa */ diff --git a/RecoBTag/SoftLepton/interface/MuonTagger.h b/RecoBTag/SoftLepton/interface/MuonTagger.h index 988de4446e991..d6c2f7e8cd79d 100644 --- a/RecoBTag/SoftLepton/interface/MuonTagger.h +++ b/RecoBTag/SoftLepton/interface/MuonTagger.h @@ -10,8 +10,8 @@ * * Implementation of muon b-tagging using a softmax multilayer perceptron neural network * - * $Date: 2013/04/14 02:24:58 $ - * $Revision: 1.7 $ + * $Date: 2010/02/26 18:16:18 $ + * $Revision: 1.6 $ * * \author Andrea 'fwyzard' Bocci, Universita' di Firenze */ diff --git a/RecoBTag/SoftLepton/interface/MuonTaggerNoIP.h b/RecoBTag/SoftLepton/interface/MuonTaggerNoIP.h index e7c1721beb984..b0bb59aa6a89c 100644 --- a/RecoBTag/SoftLepton/interface/MuonTaggerNoIP.h +++ b/RecoBTag/SoftLepton/interface/MuonTaggerNoIP.h @@ -10,8 +10,8 @@ * * Implementation of muon b-tagging using a softmax multilayer perceptron neural network * - * $Date: 2010/02/26 18:16:18 $ - * $Revision: 1.6 $ + * $Date: 2008/10/01 12:35:34 $ + * $Revision: 1.5 $ * * \author Andrea 'fwyzard' Bocci, Universita' di Firenze */ diff --git a/RecoBTag/SoftLepton/plugins/SoftLepton.cc b/RecoBTag/SoftLepton/plugins/SoftLepton.cc index f18d495fda96e..68a9fe7424054 100644 --- a/RecoBTag/SoftLepton/plugins/SoftLepton.cc +++ b/RecoBTag/SoftLepton/plugins/SoftLepton.cc @@ -12,7 +12,7 @@ // Original Author: fwyzard // Created: Wed Oct 18 18:02:07 CEST 2006 -// $Id: SoftLepton.cc,v 1.37 2010/08/19 23:14:52 fwyzard Exp $ +// $Id: SoftLepton.cc,v 1.35 2010/02/26 18:16:18 saout Exp $ #include diff --git a/RecoBTag/SoftLepton/plugins/SoftLepton.h b/RecoBTag/SoftLepton/plugins/SoftLepton.h index 9836da0d9812a..f79ca77f92775 100644 --- a/RecoBTag/SoftLepton/plugins/SoftLepton.h +++ b/RecoBTag/SoftLepton/plugins/SoftLepton.h @@ -16,7 +16,7 @@ // // Original Author: fwyzard // Created: Wed Oct 18 18:02:07 CEST 2006 -// $Id: SoftLepton.h,v 1.14 2010/08/19 23:14:52 fwyzard Exp $ +// $Id: SoftLepton.h,v 1.12 2010/02/26 18:16:18 saout Exp $ // // system include files diff --git a/RecoBTag/SoftLepton/src/MuonTaggerNoIP.h b/RecoBTag/SoftLepton/src/MuonTaggerNoIP.h index 2f89353855eeb..79573d8ad2144 100644 --- a/RecoBTag/SoftLepton/src/MuonTaggerNoIP.h +++ b/RecoBTag/SoftLepton/src/MuonTaggerNoIP.h @@ -9,8 +9,8 @@ * * Implementation of muon b-tagging using a softmax multilayer perceptron neural network * - * $Date: 2013/05/20 22:52:25 $ - * $Revision: 1.3 $ + * $Date: 2006/10/31 02:53:09 $ + * $Revision: 1.1 $ * * \author Andrea 'fwyzard' Bocci, Universita' di Firenze */ diff --git a/RecoBTag/TrackProbability/test/CalibrationSkeleton.cc b/RecoBTag/TrackProbability/test/CalibrationSkeleton.cc index 96303dfe58831..80533d24ac050 100644 --- a/RecoBTag/TrackProbability/test/CalibrationSkeleton.cc +++ b/RecoBTag/TrackProbability/test/CalibrationSkeleton.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 -// $Id: CalibrationSkeleton.cc,v 1.12 2010/02/20 21:00:44 wmtan Exp $ +// $Id: CalibrationSkeleton.cc,v 1.11 2009/12/14 22:23:39 wmtan Exp $ // // diff --git a/RecoBTag/TrackProbability/test/TrackProbabilityAnalyzer.cc b/RecoBTag/TrackProbability/test/TrackProbabilityAnalyzer.cc index 8c0b93f485bf8..3c0546ec6d7c6 100644 --- a/RecoBTag/TrackProbability/test/TrackProbabilityAnalyzer.cc +++ b/RecoBTag/TrackProbability/test/TrackProbabilityAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 -// $Id: TrackProbabilityAnalyzer.cc,v 1.8 2007/10/06 19:31:01 arizzi Exp $ +// $Id: TrackProbabilityAnalyzer.cc,v 1.7 2007/06/28 17:28:20 fwyzard Exp $ // // diff --git a/RecoBTag/TrackProbability/test/TrackProbabilityXMLtoDB.cc b/RecoBTag/TrackProbability/test/TrackProbabilityXMLtoDB.cc index 4bf182e6af36d..8e858706af377 100644 --- a/RecoBTag/TrackProbability/test/TrackProbabilityXMLtoDB.cc +++ b/RecoBTag/TrackProbability/test/TrackProbabilityXMLtoDB.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 -// $Id: TrackProbabilityXMLtoDB.cc,v 1.6 2010/02/20 21:00:45 wmtan Exp $ +// $Id: TrackProbabilityXMLtoDB.cc,v 1.5 2007/09/24 21:26:17 fwyzard Exp $ // // diff --git a/RecoBTau/JetTagComputer/plugins/JetTagProducer.cc b/RecoBTau/JetTagComputer/plugins/JetTagProducer.cc index c0f0ad341dd11..fa8b9ab3c9e91 100644 --- a/RecoBTau/JetTagComputer/plugins/JetTagProducer.cc +++ b/RecoBTau/JetTagComputer/plugins/JetTagProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Thu Apr 6 09:56:23 CEST 2006 -// $Id: JetTagProducer.cc,v 1.11 2010/02/11 00:13:36 wmtan Exp $ +// $Id: JetTagProducer.cc,v 1.10 2008/07/17 08:14:17 saout Exp $ // // diff --git a/RecoCaloTools/EcalChannelKiller/interface/EcalChannelKiller.h b/RecoCaloTools/EcalChannelKiller/interface/EcalChannelKiller.h index 6103ecb3c2e3d..7aaefadbe3396 100644 --- a/RecoCaloTools/EcalChannelKiller/interface/EcalChannelKiller.h +++ b/RecoCaloTools/EcalChannelKiller/interface/EcalChannelKiller.h @@ -3,8 +3,8 @@ /** \class EcalChannelKiller * - * $Date: 2010/08/06 20:24:49 $ - * $Revision: 1.3 $ + * $Date: 2009/12/14 22:23:41 $ + * $Revision: 1.2 $ */ // system include files diff --git a/RecoCaloTools/EcalChannelKiller/src/EcalChannelKiller.cc b/RecoCaloTools/EcalChannelKiller/src/EcalChannelKiller.cc index 7fca269799176..fb83a05646cf2 100644 --- a/RecoCaloTools/EcalChannelKiller/src/EcalChannelKiller.cc +++ b/RecoCaloTools/EcalChannelKiller/src/EcalChannelKiller.cc @@ -13,7 +13,7 @@ // // Original Author: Georgios Daskalakis // Created: Tue Apr 24 17:21:31 CEST 2007 -// $Id: EcalChannelKiller.cc,v 1.8 2012/01/10 18:22:10 eulisse Exp $ +// $Id: EcalChannelKiller.cc,v 1.7 2010/08/06 20:24:49 wmtan Exp $ // // diff --git a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollection.h b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollection.h index 2c0fff48c0b8b..176fbd92103f5 100644 --- a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollection.h +++ b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollection.h @@ -10,8 +10,8 @@ class CaloRecHitMetaCollectionItem; /** \class CaloRecHitMetaCollection * - * $Date: 2006/01/17 19:51:48 $ - * $Revision: 1.2 $ + * $Date: 2006/01/17 15:57:11 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class CaloRecHitMetaCollection : public CaloRecHitMetaCollectionV { diff --git a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionFast.h b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionFast.h index 9af877e72c0de..f32b06db93ccc 100644 --- a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionFast.h +++ b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionFast.h @@ -13,8 +13,8 @@ * * Appropriate class for subcollections produced by selection algorithms. * - * $Date: 2006/01/17 15:57:11 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class CaloRecHitMetaCollectionFast : public CaloRecHitMetaCollectionV { diff --git a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionV.h b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionV.h index 94589c9a6a757..1db89c558076e 100644 --- a/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionV.h +++ b/RecoCaloTools/MetaCollections/interface/CaloRecHitMetaCollectionV.h @@ -11,8 +11,8 @@ * Virtual base class for a "meta collection" which references * CaloRecHit-derived objects in their base collections. * - * $Date: 2007/08/07 14:55:00 $ - * $Revision: 1.2 $ + * $Date: 2006/01/17 15:57:11 $ + * $Revision: 1.1 $ * \author J. Mans - Minnesota */ class CaloRecHitMetaCollectionV { diff --git a/RecoCaloTools/Selectors/interface/CaloConeSelector.h b/RecoCaloTools/Selectors/interface/CaloConeSelector.h index 8435a14a17956..34d5b1a960123 100644 --- a/RecoCaloTools/Selectors/interface/CaloConeSelector.h +++ b/RecoCaloTools/Selectors/interface/CaloConeSelector.h @@ -7,8 +7,8 @@ /** \class CaloConeSelector * - * $Date: 2006/08/29 12:49:10 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class CaloConeSelector { diff --git a/RecoCaloTools/Selectors/interface/CaloDualConeSelector.h b/RecoCaloTools/Selectors/interface/CaloDualConeSelector.h index cf9c0aed18234..cec50b8e2d9bb 100644 --- a/RecoCaloTools/Selectors/interface/CaloDualConeSelector.h +++ b/RecoCaloTools/Selectors/interface/CaloDualConeSelector.h @@ -7,8 +7,8 @@ /** \class CaloDualConeSelector * - * $Date: 2006/08/29 12:49:10 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author J. Mans - Minnesota */ class CaloDualConeSelector { diff --git a/RecoEcal/EgammaClusterAlgos/interface/PreshowerClusterAlgo.h b/RecoEcal/EgammaClusterAlgos/interface/PreshowerClusterAlgo.h index de21f96f83aae..a85a9c8ae6e6f 100644 --- a/RecoEcal/EgammaClusterAlgos/interface/PreshowerClusterAlgo.h +++ b/RecoEcal/EgammaClusterAlgos/interface/PreshowerClusterAlgo.h @@ -1,7 +1,7 @@ #ifndef RecoEcal_EgammaClusterAlgos_PreshowerClusterAlgo_h #define RecoEcal_EgammaClusterAlgos_PreshowerClusterAlgo_h // -// $Id: PreshowerClusterAlgo.h,v 1.13 2011/07/18 18:48:11 argiro Exp $ +// $Id: PreshowerClusterAlgo.h,v 1.12 2007/02/14 14:51:27 futyand Exp $ // //#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h" diff --git a/RecoEcal/EgammaClusterAlgos/src/EgammaSCEnergyCorrectionAlgo.cc b/RecoEcal/EgammaClusterAlgos/src/EgammaSCEnergyCorrectionAlgo.cc index 49f82d5d7accf..88c32acdf751d 100644 --- a/RecoEcal/EgammaClusterAlgos/src/EgammaSCEnergyCorrectionAlgo.cc +++ b/RecoEcal/EgammaClusterAlgos/src/EgammaSCEnergyCorrectionAlgo.cc @@ -1,5 +1,5 @@ // -// $Id: EgammaSCEnergyCorrectionAlgo.cc,v 1.48 2012/04/19 13:13:12 argiro Exp $ +// $Id: EgammaSCEnergyCorrectionAlgo.cc,v 1.47 2011/11/15 10:36:53 argiro Exp $ // Author: David Evans, Bristol // #include "RecoEcal/EgammaClusterAlgos/interface/EgammaSCEnergyCorrectionAlgo.h" diff --git a/RecoEcal/EgammaClusterProducers/interface/EgammaSCCorrectionMaker.h b/RecoEcal/EgammaClusterProducers/interface/EgammaSCCorrectionMaker.h index b2fa644de1a16..16261a824c7a5 100644 --- a/RecoEcal/EgammaClusterProducers/interface/EgammaSCCorrectionMaker.h +++ b/RecoEcal/EgammaClusterProducers/interface/EgammaSCCorrectionMaker.h @@ -14,7 +14,7 @@ // // Original Author: Dave Evans // Created: Thu Apr 13 15:50:17 CEST 2006 -// $Id: EgammaSCCorrectionMaker.h,v 1.14 2012/04/19 13:13:11 argiro Exp $ +// $Id: EgammaSCCorrectionMaker.h,v 1.13 2011/11/15 10:36:53 argiro Exp $ // // diff --git a/RecoEcal/EgammaClusterProducers/interface/EgammaSimpleAnalyzer.h b/RecoEcal/EgammaClusterProducers/interface/EgammaSimpleAnalyzer.h index 1091eefa3b4c8..fffcf7cdc894f 100644 --- a/RecoEcal/EgammaClusterProducers/interface/EgammaSimpleAnalyzer.h +++ b/RecoEcal/EgammaClusterProducers/interface/EgammaSimpleAnalyzer.h @@ -8,7 +8,7 @@ \\\author: Shahram Rahatlou, May 2006 */ // -// $Id: EgammaSimpleAnalyzer.h,v 1.8 2009/12/18 20:45:01 wmtan Exp $ +// $Id: EgammaSimpleAnalyzer.h,v 1.7 2007/03/25 22:58:19 futyand Exp $ // diff --git a/RecoEcal/EgammaClusterProducers/interface/ExampleClusterProducer.h b/RecoEcal/EgammaClusterProducers/interface/ExampleClusterProducer.h index 2aa067ee9abd5..24fdc15087227 100644 --- a/RecoEcal/EgammaClusterProducers/interface/ExampleClusterProducer.h +++ b/RecoEcal/EgammaClusterProducers/interface/ExampleClusterProducer.h @@ -3,9 +3,9 @@ /** \class ExampleClusterProducer ** example of producer for BasicCluster from recHits ** - ** $Id: ExampleClusterProducer.h,v 1.1 2006/04/13 14:40:05 rahatlou Exp $ - ** $Date: 2006/04/13 14:40:05 $ - ** $Revision: 1.1 $ + ** $Id: $ + ** $Date: $ + ** $Revision: $ ** \author Shahram Rahatlou, University of Rome & INFN, April 2006 ** ***/ diff --git a/RecoEcal/EgammaClusterProducers/interface/PiZeroDiscriminatorProducer.h b/RecoEcal/EgammaClusterProducers/interface/PiZeroDiscriminatorProducer.h index d12219ed6194f..6ff73a845596b 100644 --- a/RecoEcal/EgammaClusterProducers/interface/PiZeroDiscriminatorProducer.h +++ b/RecoEcal/EgammaClusterProducers/interface/PiZeroDiscriminatorProducer.h @@ -2,8 +2,8 @@ #define RecoEcal_EgammaClusterProducers_PiZeroDiscriminatorProducer_h // $Author: akyriaki $ -// $Id: PiZeroDiscriminatorProducer.h,v 1.7 2007/10/18 13:48:54 akyriaki Exp $ -// $Date: 2007/10/18 13:48:54 $ +// $Id: PiZeroDiscriminatorProducer.h,v 1.3 2007/06/25 09:16:03 akyriaki Exp $ +// $Date: 2007/06/25 09:16:03 $ #include diff --git a/RecoEcal/EgammaClusterProducers/interface/PreshowerAnalyzer.h b/RecoEcal/EgammaClusterProducers/interface/PreshowerAnalyzer.h index 60b143c7a0468..d01b605b48aa5 100644 --- a/RecoEcal/EgammaClusterProducers/interface/PreshowerAnalyzer.h +++ b/RecoEcal/EgammaClusterProducers/interface/PreshowerAnalyzer.h @@ -8,7 +8,7 @@ \\\author: Shahram Rahatlou, May 2006 */ // -// $Id: PreshowerAnalyzer.h,v 1.4 2009/12/18 20:45:01 wmtan Exp $ +// $Id: PreshowerAnalyzer.h,v 1.3 2006/12/06 16:48:09 dbanduri Exp $ // diff --git a/RecoEcal/EgammaClusterProducers/interface/PreshowerClusterShapeProducer.h b/RecoEcal/EgammaClusterProducers/interface/PreshowerClusterShapeProducer.h index cdede14f106da..89765b3011e28 100644 --- a/RecoEcal/EgammaClusterProducers/interface/PreshowerClusterShapeProducer.h +++ b/RecoEcal/EgammaClusterProducers/interface/PreshowerClusterShapeProducer.h @@ -1,9 +1,9 @@ #ifndef RecoEcal_EgammaClusterProducers_PreshowerClusterShapeProducer_h #define RecoEcal_EgammaClusterProducers_PreshowerClusterShapeProducer_h -// $Author: argiro $ -// $Id: PreshowerClusterShapeProducer.h,v 1.4 2011/07/18 18:05:40 argiro Exp $ -// $Date: 2011/07/18 18:05:40 $ +// $Author: dlevans $ +// $Id: PreshowerClusterShapeProducer.h,v 1.3 2008/03/27 18:08:44 dlevans Exp $ +// $Date: 2008/03/27 18:08:44 $ #include diff --git a/RecoEcal/EgammaClusterProducers/interface/RecHitFilter.h b/RecoEcal/EgammaClusterProducers/interface/RecHitFilter.h index 8e57ed03bdf46..f8c65a301d49d 100644 --- a/RecoEcal/EgammaClusterProducers/interface/RecHitFilter.h +++ b/RecoEcal/EgammaClusterProducers/interface/RecHitFilter.h @@ -3,9 +3,9 @@ /** \class RecHitFilter ** simple filter of EcalRecHits ** - ** $Id: RecHitFilter.h,v 1.3 2013/04/19 07:24:06 argiro Exp $ - ** $Date: 2013/04/19 07:24:06 $ - ** $Revision: 1.3 $ + ** $Id: RecHitFilter.h,v 1.2 2013/04/09 14:31:08 chanon Exp $ + ** $Date: 2013/04/09 14:31:08 $ + ** $Revision: 1.2 $ ** \author Shahram Rahatlou, University of Rome & INFN, May 2006 ** ***/ diff --git a/RecoEcal/EgammaClusterProducers/interface/UncleanSCRecoveryProducer.h b/RecoEcal/EgammaClusterProducers/interface/UncleanSCRecoveryProducer.h index c7cc3a054f11f..fef8edba2a517 100644 --- a/RecoEcal/EgammaClusterProducers/interface/UncleanSCRecoveryProducer.h +++ b/RecoEcal/EgammaClusterProducers/interface/UncleanSCRecoveryProducer.h @@ -12,7 +12,7 @@ #include "FWCore/Utilities/interface/InputTag.h" -// $Id: UncleanSCRecoveryProducer.h,v 1.5 2011/07/18 18:05:40 argiro Exp $ +// $Id$ class UncleanSCRecoveryProducer : public edm::EDProducer { diff --git a/RecoEcal/EgammaClusterProducers/python/cosmicSuperClusters_cfi.py b/RecoEcal/EgammaClusterProducers/python/cosmicSuperClusters_cfi.py index d5c18e0c4810c..da76ad2568958 100644 --- a/RecoEcal/EgammaClusterProducers/python/cosmicSuperClusters_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/cosmicSuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: cosmicSuperClusters_cfi.py,v 1.4 2009/11/26 17:52:42 dlevans Exp $ +# $Id: cosmicSuperClusters_cfi.py,v 1.3 2008/06/18 18:08:45 haupt Exp $ # # Moved to Multi5x5SuperCluster producer cosmicSuperClusters = cms.EDProducer("Multi5x5SuperClusterProducer", diff --git a/RecoEcal/EgammaClusterProducers/python/ecalClusteringSequence_cff.py b/RecoEcal/EgammaClusterProducers/python/ecalClusteringSequence_cff.py index c4267ad04a6cf..a3b316105d4d3 100644 --- a/RecoEcal/EgammaClusterProducers/python/ecalClusteringSequence_cff.py +++ b/RecoEcal/EgammaClusterProducers/python/ecalClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: ecalClusteringSequence_cff.py,v 1.5 2010/01/24 15:19:59 vlimant Exp $ +# $Id: ecalClusteringSequence_cff.py,v 1.4 2009/02/28 22:06:25 dlange Exp $ # complete sequence of clustering in ecal barrel & endcap + preshower # Shahram Rahatlou, University of Rome & INFN, 3 Aug 2006 # diff --git a/RecoEcal/EgammaClusterProducers/python/egammaRechitFilter_cfi.py b/RecoEcal/EgammaClusterProducers/python/egammaRechitFilter_cfi.py index a450c8db732db..81b6675c1c10c 100644 --- a/RecoEcal/EgammaClusterProducers/python/egammaRechitFilter_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/egammaRechitFilter_cfi.py @@ -3,7 +3,7 @@ # # module for filtering of rechits. user provides noise threshold in GeV units # Author: Shahram Rahatlou, University of Rome & INFN -# $Id: egammaRechitFilter_cfi.py,v 1.5 2013/04/19 07:24:05 argiro Exp $ +# $Id: egammaRechitFilter_cfi.py,v 1.4 2013/04/09 14:32:00 chanon Exp $ # rechitFilter = cms.EDProducer("RecHitFilter", noiseEnergyThreshold = cms.double(0.08), diff --git a/RecoEcal/EgammaClusterProducers/python/egammaSimpleAnalyzer_cfi.py b/RecoEcal/EgammaClusterProducers/python/egammaSimpleAnalyzer_cfi.py index 8e4358d3c9565..a565b0d83cb59 100644 --- a/RecoEcal/EgammaClusterProducers/python/egammaSimpleAnalyzer_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/egammaSimpleAnalyzer_cfi.py @@ -3,7 +3,7 @@ # # simple analyzer to make histos within a framework job off the super clusters in the event # Author: Shahram Rahatlou, University of Rome & INFN -# $Id: egammaSimpleAnalyzer_cfi.py,v 1.2 2008/04/21 03:24:02 rpw Exp $ +# $Id: egammaSimpleAnalyzer.cfi,v 1.12 2007/05/04 09:12:50 futyand Exp $ # egammaSimpleAnalyzer = cms.EDAnalyzer("EgammaSimpleAnalyzer", xMaxHist = cms.double(60.0), diff --git a/RecoEcal/EgammaClusterProducers/python/fixedMatrixClusterShape_cfi.py b/RecoEcal/EgammaClusterProducers/python/fixedMatrixClusterShape_cfi.py index e523b38dd398b..89fe5a36300e8 100644 --- a/RecoEcal/EgammaClusterProducers/python/fixedMatrixClusterShape_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/fixedMatrixClusterShape_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: fixedMatrixClusterShape_cfi.py,v 1.2 2008/04/21 03:24:04 rpw Exp $ +# $Id: fixedMatrixClusterShape.cfi,v 1.2 2008/03/27 18:05:29 dlevans Exp $ # Preshower cluster producer fixedMatrixPreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer", preshStripEnergyCut = cms.double(0.0), diff --git a/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusterShape_cfi.py b/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusterShape_cfi.py index 4a6310d7a4b99..490b43f2ddcaa 100644 --- a/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusterShape_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusterShape_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: fixedMatrixPreshowerClusterShape_cfi.py,v 1.2 2008/04/21 03:24:07 rpw Exp $ +# $Id: fixedMatrixPreshowerClusterShape.cfi,v 1.2 2008/03/27 18:05:29 dlevans Exp $ # Preshower cluster producer fixedMatrixPreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer", preshStripEnergyCut = cms.double(0.0), diff --git a/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py b/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py index 31c5d07a3804b..50201821b9456 100644 --- a/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py +++ b/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: fixedMatrixPreshowerClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:05 rpw Exp $ +# $Id: fixedMatrixPreshowerClusteringSequence.cff,v 1.1 2008/03/03 21:46:00 dlevans Exp $ # #------------------ #Preshower clustering: diff --git a/RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClusters_cfi.py b/RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClusters_cfi.py index 092a1b9c4f43e..592e08d2389a1 100644 --- a/RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClusters_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: fixedMatrixSuperClusters_cfi.py,v 1.2 2008/04/21 03:24:08 rpw Exp $ +# $Id: fixedMatrixSuperClusters.cfi,v 1.3 2008/02/29 01:47:16 dlevans Exp $ # # Fixed Matrix SuperCluster producer fixedMatrixSuperClusters = cms.EDProducer("FixedMatrixSuperClusterProducer", diff --git a/RecoEcal/EgammaClusterProducers/python/islandClusteringSequence_cff.py b/RecoEcal/EgammaClusterProducers/python/islandClusteringSequence_cff.py index f3aca92bd5126..57c2add9f6396 100644 --- a/RecoEcal/EgammaClusterProducers/python/islandClusteringSequence_cff.py +++ b/RecoEcal/EgammaClusterProducers/python/islandClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: islandClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:10 rpw Exp $ +# $Id: islandClusteringSequence.cff,v 1.7 2007/03/13 17:21:44 futyand Exp $ # #------------------ #Island clustering: diff --git a/RecoEcal/EgammaClusterProducers/python/islandSuperClusters_cfi.py b/RecoEcal/EgammaClusterProducers/python/islandSuperClusters_cfi.py index c260eb2958a9b..9e08a9e239cde 100644 --- a/RecoEcal/EgammaClusterProducers/python/islandSuperClusters_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/islandSuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: islandSuperClusters_cfi.py,v 1.3 2010/11/16 16:02:09 argiro Exp $ +# $Id: islandSuperClusters_cfi.py,v 1.2 2008/04/21 03:24:12 rpw Exp $ # # Island SuperCluster producer islandSuperClusters = cms.EDProducer("SuperClusterProducer", diff --git a/RecoEcal/EgammaClusterProducers/python/multi5x5ClusterShape_cfi.py b/RecoEcal/EgammaClusterProducers/python/multi5x5ClusterShape_cfi.py index 063618c5ad3bd..1104910e63cfd 100644 --- a/RecoEcal/EgammaClusterProducers/python/multi5x5ClusterShape_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/multi5x5ClusterShape_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: multi5x5ClusterShape_cfi.py,v 1.1 2008/05/22 11:13:25 hegner Exp $ +# $Id: multi5x5ClusterShape.cfi,v 1.1 2008/04/29 15:27:38 dlevans Exp $ # Preshower cluster producer multi5x5PreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer", preshStripEnergyCut = cms.double(0.0), diff --git a/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusterShape_cfi.py b/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusterShape_cfi.py index def7f55e609e7..4d55a1af4028d 100644 --- a/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusterShape_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusterShape_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: multi5x5PreshowerClusterShape_cfi.py,v 1.2 2011/06/08 13:05:15 argiro Exp $ +# $Id: multi5x5PreshowerClusterShape_cfi.py,v 1.1 2008/05/22 11:13:25 hegner Exp $ # Preshower cluster producer multi5x5PreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer", preshStripEnergyCut = cms.double(0.0), diff --git a/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py b/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py index 8accaf2722360..0761a1b7610f4 100644 --- a/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py +++ b/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: multi5x5PreshowerClusteringSequence_cff.py,v 1.2 2011/05/24 14:33:48 argiro Exp $ +# $Id: multi5x5PreshowerClusteringSequence_cff.py,v 1.1 2008/05/22 11:13:25 hegner Exp $ # #------------------ #Preshower clustering: diff --git a/RecoEcal/EgammaClusterProducers/python/multi5x5SuperClusters_cfi.py b/RecoEcal/EgammaClusterProducers/python/multi5x5SuperClusters_cfi.py index 23a92b016bd30..1d2b1f3a06d53 100644 --- a/RecoEcal/EgammaClusterProducers/python/multi5x5SuperClusters_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/multi5x5SuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: multi5x5SuperClusters_cfi.py,v 1.4 2011/07/20 08:46:00 argiro Exp $ +# $Id: multi5x5SuperClusters_cfi.py,v 1.3 2011/05/24 12:58:17 argiro Exp $ # # Multi5x5 SuperCluster producer multi5x5SuperClustersCleaned = cms.EDProducer("Multi5x5SuperClusterProducer", diff --git a/RecoEcal/EgammaClusterProducers/python/preshowerAnalyzer_cfi.py b/RecoEcal/EgammaClusterProducers/python/preshowerAnalyzer_cfi.py index ee6768e5dd62e..bb24cf034b366 100644 --- a/RecoEcal/EgammaClusterProducers/python/preshowerAnalyzer_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/preshowerAnalyzer_cfi.py @@ -3,7 +3,7 @@ # # simple analyzer to make histos within a framework job off the super clusters in the event # Author: Shahram Rahatlou, University of Rome & INFN -# $Id: preshowerAnalyzer_cfi.py,v 1.4 2009/05/25 22:45:47 ymaravin Exp $ +# $Id: preshowerAnalyzer_cfi.py,v 1.3 2009/05/15 21:04:51 ymaravin Exp $ # preshowerAnalyzer = cms.EDAnalyzer("PreshowerAnalyzer", islandEndcapSuperClusterProducer2 = cms.string('correctedEndcapSuperClustersWithPreshower'), diff --git a/RecoEcal/EgammaClusterProducers/python/preshowerClusterShape_cfi.py b/RecoEcal/EgammaClusterProducers/python/preshowerClusterShape_cfi.py index db4d124c43266..1382f0b322a52 100644 --- a/RecoEcal/EgammaClusterProducers/python/preshowerClusterShape_cfi.py +++ b/RecoEcal/EgammaClusterProducers/python/preshowerClusterShape_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: preshowerClusterShape_cfi.py,v 1.3 2009/05/26 10:56:45 akyriaki Exp $ +# $Id: preshowerClusterShape_cfi.py,v 1.2 2008/04/21 03:24:18 rpw Exp $ # Preshower cluster producer preshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer", preshStripEnergyCut = cms.double(0.0), diff --git a/RecoEcal/EgammaClusterProducers/python/preshowerClusteringSequence_cff.py b/RecoEcal/EgammaClusterProducers/python/preshowerClusteringSequence_cff.py index d09c60feb8c8f..433c1b0528411 100644 --- a/RecoEcal/EgammaClusterProducers/python/preshowerClusteringSequence_cff.py +++ b/RecoEcal/EgammaClusterProducers/python/preshowerClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: preshowerClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:16 rpw Exp $ +# $Id: preshowerClusteringSequence.cff,v 1.4 2008/03/03 19:50:58 futyand Exp $ # #------------------ #Preshower clustering: diff --git a/RecoEcal/EgammaClusterProducers/src/EgammaSimpleAnalyzer.cc b/RecoEcal/EgammaClusterProducers/src/EgammaSimpleAnalyzer.cc index 3a563b7f6d790..a882c8b0276f2 100644 --- a/RecoEcal/EgammaClusterProducers/src/EgammaSimpleAnalyzer.cc +++ b/RecoEcal/EgammaClusterProducers/src/EgammaSimpleAnalyzer.cc @@ -8,7 +8,7 @@ // // Original Author: Shahram Rahatlou // Created: 10 May 2006 -// $Id: EgammaSimpleAnalyzer.cc,v 1.14 2009/12/18 20:45:01 wmtan Exp $ +// $Id: EgammaSimpleAnalyzer.cc,v 1.13 2009/03/25 17:50:24 ferriff Exp $ // #include "RecoEcal/EgammaClusterProducers/interface/EgammaSimpleAnalyzer.h" diff --git a/RecoEcal/EgammaClusterProducers/src/InterestingDetIdCollectionProducer.cc b/RecoEcal/EgammaClusterProducers/src/InterestingDetIdCollectionProducer.cc index 8aa9d14bc2b86..ae6fcad286a9e 100644 --- a/RecoEcal/EgammaClusterProducers/src/InterestingDetIdCollectionProducer.cc +++ b/RecoEcal/EgammaClusterProducers/src/InterestingDetIdCollectionProducer.cc @@ -21,7 +21,7 @@ #include "RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgo.h" #include "RecoEcal/EgammaCoreTools/interface/EcalTools.h" -// $Id: InterestingDetIdCollectionProducer.cc,v 1.11 2013/02/27 19:33:31 eulisse Exp $ +// $Id: InterestingDetIdCollectionProducer.cc,v 1.10 2011/05/19 14:29:48 argiro Exp $ InterestingDetIdCollectionProducer::InterestingDetIdCollectionProducer(const edm::ParameterSet& iConfig) { diff --git a/RecoEcal/EgammaClusterProducers/src/InterestingTrackEcalDetIdProducer.cc b/RecoEcal/EgammaClusterProducers/src/InterestingTrackEcalDetIdProducer.cc index d409a04c29fff..c2c6d0e66fd0f 100644 --- a/RecoEcal/EgammaClusterProducers/src/InterestingTrackEcalDetIdProducer.cc +++ b/RecoEcal/EgammaClusterProducers/src/InterestingTrackEcalDetIdProducer.cc @@ -13,7 +13,7 @@ // // Original Author: // Created: Wed Sep 22 17:02:51 CEST 2010 -// $Id: InterestingTrackEcalDetIdProducer.cc,v 1.2 2013/02/27 19:33:31 eulisse Exp $ +// $Id: InterestingTrackEcalDetIdProducer.cc,v 1.1 2011/01/21 09:03:21 argiro Exp $ // // diff --git a/RecoEcal/EgammaClusterProducers/src/PreshowerAnalyzer.cc b/RecoEcal/EgammaClusterProducers/src/PreshowerAnalyzer.cc index 71381763717f9..d91dc63d3b417 100644 --- a/RecoEcal/EgammaClusterProducers/src/PreshowerAnalyzer.cc +++ b/RecoEcal/EgammaClusterProducers/src/PreshowerAnalyzer.cc @@ -8,7 +8,7 @@ // // Original Author: Shahram Rahatlou // Created: 10 May 200 -// $Id: PreshowerAnalyzer.cc,v 1.6 2009/12/18 20:45:01 wmtan Exp $ +// $Id: PreshowerAnalyzer.cc,v 1.5 2007/09/06 23:43:10 ratnik Exp $ // #include "RecoEcal/EgammaClusterProducers/interface/PreshowerAnalyzer.h" diff --git a/RecoEcal/EgammaClusterProducers/src/RecHitFilter.cc b/RecoEcal/EgammaClusterProducers/src/RecHitFilter.cc index 2fed5a1d8faaa..1729c7cd61db3 100644 --- a/RecoEcal/EgammaClusterProducers/src/RecHitFilter.cc +++ b/RecoEcal/EgammaClusterProducers/src/RecHitFilter.cc @@ -1,9 +1,9 @@ /** \class RecHitFilter ** simple filter of EcalRecHits ** - ** $Id: RecHitFilter.cc,v 1.5 2013/04/19 07:24:05 argiro Exp $ - ** $Date: 2013/04/19 07:24:05 $ - ** $Revision: 1.5 $ + ** $Id: RecHitFilter.cc,v 1.4 2013/04/17 10:08:40 chanon Exp $ + ** $Date: 2013/04/17 10:08:40 $ + ** $Revision: 1.4 $ ** \author Shahram Rahatlou, University of Rome & INFN, May 2006 ** ***/ diff --git a/RecoEcal/EgammaCoreTools/interface/ClusterShapeAlgo.h b/RecoEcal/EgammaCoreTools/interface/ClusterShapeAlgo.h index 33b9ae588d236..b07938430ae22 100644 --- a/RecoEcal/EgammaCoreTools/interface/ClusterShapeAlgo.h +++ b/RecoEcal/EgammaCoreTools/interface/ClusterShapeAlgo.h @@ -7,7 +7,7 @@ * * \author Michael A. Balazs, UVa * - * \version $Id: ClusterShapeAlgo.h,v 1.17 2010/11/16 15:09:27 argiro Exp $ + * \version $Id: ClusterShapeAlgo.h,v 1.16 2007/08/07 12:13:30 rahatlou Exp $ * */ diff --git a/RecoEcal/EgammaCoreTools/interface/EcalNextToDeadChannel.h b/RecoEcal/EgammaCoreTools/interface/EcalNextToDeadChannel.h index a8b86f1ba39c8..1efe6b965af53 100644 --- a/RecoEcal/EgammaCoreTools/interface/EcalNextToDeadChannel.h +++ b/RecoEcal/EgammaCoreTools/interface/EcalNextToDeadChannel.h @@ -3,7 +3,7 @@ /** Define an ecal container to tell wether the channel is close to a dead one. If the value is "true", the channel is next to a dead one - $Id: EcalNextToDeadChannel.h,v 1.1 2011/05/19 14:38:28 argiro Exp $ + $Id$ **/ #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" diff --git a/RecoEcal/EgammaCoreTools/interface/EcalTools.h b/RecoEcal/EgammaCoreTools/interface/EcalTools.h index 392d8fbc58b84..42fb93656f263 100644 --- a/RecoEcal/EgammaCoreTools/interface/EcalTools.h +++ b/RecoEcal/EgammaCoreTools/interface/EcalTools.h @@ -3,7 +3,7 @@ Declaration of class EcalTools \author Stefano Argiro - \version $Id: EcalTools.h,v 1.5 2011/05/19 14:41:38 argiro Exp $ + \version $Id: EcalTools.h,v 1.4 2011/05/19 14:38:28 argiro Exp $ \date 11 Jan 2011 */ diff --git a/RecoEcal/EgammaCoreTools/interface/PositionCalc.h b/RecoEcal/EgammaCoreTools/interface/PositionCalc.h index e41222e8c1143..4aaaa2a3b01d4 100644 --- a/RecoEcal/EgammaCoreTools/interface/PositionCalc.h +++ b/RecoEcal/EgammaCoreTools/interface/PositionCalc.h @@ -8,7 +8,7 @@ * * \author Ted Kolberg, ND * - * \version $Id: PositionCalc.h,v 1.14 2010/11/16 15:09:27 argiro Exp $ + * \version $Id: PositionCalc.h,v 1.13 2009/03/25 18:00:08 ferriff Exp $ * */ diff --git a/RecoEcal/EgammaCoreTools/interface/SuperClusterShapeAlgo.h b/RecoEcal/EgammaCoreTools/interface/SuperClusterShapeAlgo.h index 0427390fb7807..3f3c5c8544563 100644 --- a/RecoEcal/EgammaCoreTools/interface/SuperClusterShapeAlgo.h +++ b/RecoEcal/EgammaCoreTools/interface/SuperClusterShapeAlgo.h @@ -7,7 +7,7 @@ * * \author Michael A. Balazs, UVa * - * \version $Id: SuperClusterShapeAlgo.h,v 1.1 2008/02/11 13:08:05 kkaadze Exp $ + * \version $Id: ClusterShapeAlgo.h,v 1.15 2007/05/10 21:10:47 tsirig Exp $ * */ diff --git a/RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.h b/RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.h index 824910a11b3a5..ddf0c6f66887f 100644 --- a/RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.h +++ b/RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.h @@ -11,7 +11,7 @@ \author Stefano Argiro Created: Mon Mar 5 08:39:12 CET 2007 - \id $Id: EcalBasicClusterLocalContCorrectionsESProducer.h,v 1.1 2012/04/19 13:13:10 argiro Exp $ + \id $Id: EcalBasicClusterLocalContCorrectionsESProducer.h,v 1.1 2007/07/25 15:22:47 argiro Exp $ */ #include "FWCore/Framework/interface/ESProducer.h" diff --git a/RecoEcal/EgammaCoreTools/plugins/EcalNextToDeadChannelESProducer.cc b/RecoEcal/EgammaCoreTools/plugins/EcalNextToDeadChannelESProducer.cc index 30c12d7ddb747..3bc6aae9c1d15 100644 --- a/RecoEcal/EgammaCoreTools/plugins/EcalNextToDeadChannelESProducer.cc +++ b/RecoEcal/EgammaCoreTools/plugins/EcalNextToDeadChannelESProducer.cc @@ -17,7 +17,7 @@ \author Stefano Argiro - \version $Id: EcalNextToDeadChannelESProducer.cc,v 1.1 2011/05/19 14:38:28 argiro Exp $ + \version $Id$ \date 18 May 2011 */ diff --git a/RecoEcal/EgammaCoreTools/src/EcalNextToDeadChannelRcd.cc b/RecoEcal/EgammaCoreTools/src/EcalNextToDeadChannelRcd.cc index 4f535295e5d5f..fd0fbd7359d9b 100644 --- a/RecoEcal/EgammaCoreTools/src/EcalNextToDeadChannelRcd.cc +++ b/RecoEcal/EgammaCoreTools/src/EcalNextToDeadChannelRcd.cc @@ -1,4 +1,4 @@ -//$Id: EcalNextToDeadChannelRcd.cc,v 1.1 2011/05/19 14:38:28 argiro Exp $ +//$Id$ #include "RecoEcal/EgammaCoreTools/interface/EcalNextToDeadChannelRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/RecoEcal/EgammaCoreTools/src/EcalTools.cc b/RecoEcal/EgammaCoreTools/src/EcalTools.cc index 9fc830e246d64..69b894d249402 100644 --- a/RecoEcal/EgammaCoreTools/src/EcalTools.cc +++ b/RecoEcal/EgammaCoreTools/src/EcalTools.cc @@ -1,4 +1,4 @@ -// $Id: EcalTools.cc,v 1.4 2011/05/19 14:39:29 argiro Exp $ +// $Id: EcalTools.cc,v 1.3 2011/05/17 09:28:02 argiro Exp $ #include "RecoEcal/EgammaCoreTools/interface/EcalTools.h" #include "DataFormats/EcalDetId/interface/EBDetId.h" diff --git a/RecoEcal/EgammaCoreTools/test/testEcalClusterFunctions.cc b/RecoEcal/EgammaCoreTools/test/testEcalClusterFunctions.cc index ee604ece78bd9..b207229c1f0cf 100644 --- a/RecoEcal/EgammaCoreTools/test/testEcalClusterFunctions.cc +++ b/RecoEcal/EgammaCoreTools/test/testEcalClusterFunctions.cc @@ -13,7 +13,7 @@ Description: // // Original Author: "Federico Ferri federi // Created: Mon Apr 7 14:11:00 CEST 2008 -// $Id: testEcalClusterFunctions.cc,v 1.3 2010/01/04 15:08:33 ferriff Exp $ +// $Id: testEcalClusterFunctions.cc,v 1.2 2009/12/29 19:06:04 wmtan Exp $ // // diff --git a/RecoEcal/EgammaCoreTools/test/testEcalClusterLazyTools.cc b/RecoEcal/EgammaCoreTools/test/testEcalClusterLazyTools.cc index f24817cf9cb07..0c0513f6860db 100644 --- a/RecoEcal/EgammaCoreTools/test/testEcalClusterLazyTools.cc +++ b/RecoEcal/EgammaCoreTools/test/testEcalClusterLazyTools.cc @@ -13,7 +13,7 @@ Description: // // Original Author: "Federico Ferri federi // Created: Mon Apr 7 14:11:00 CEST 2008 -// $Id: testEcalClusterLazyTools.cc,v 1.7 2010/01/04 15:08:33 ferriff Exp $ +// $Id: testEcalClusterLazyTools.cc,v 1.6 2009/12/29 19:06:04 wmtan Exp $ // // diff --git a/RecoEcal/EgammaCoreTools/test/testEcalClusterSeverityAlgo.cc b/RecoEcal/EgammaCoreTools/test/testEcalClusterSeverityAlgo.cc index 038f348c5afcd..d4caf779e04b3 100644 --- a/RecoEcal/EgammaCoreTools/test/testEcalClusterSeverityAlgo.cc +++ b/RecoEcal/EgammaCoreTools/test/testEcalClusterSeverityAlgo.cc @@ -12,7 +12,7 @@ Description: */ // // Original Author: "Paolo Meridiani CERN CMG" -// $Id: testEcalClusterSeverityAlgo.cc,v 1.6 2011/11/12 11:05:33 sani Exp $ +// $Id: testEcalClusterSeverityAlgo.cc,v 1.5 2011/01/16 08:39:54 argiro Exp $ diff --git a/RecoEcal/EgammaCoreTools/test/testEcalClusterTools.cc b/RecoEcal/EgammaCoreTools/test/testEcalClusterTools.cc index 4365c1f46a67e..6dd080c16474e 100644 --- a/RecoEcal/EgammaCoreTools/test/testEcalClusterTools.cc +++ b/RecoEcal/EgammaCoreTools/test/testEcalClusterTools.cc @@ -13,7 +13,7 @@ Description: // // Original Author: "Federico Ferri federi // Created: Mon Apr 7 14:11:00 CEST 2008 -// $Id: testEcalClusterTools.cc,v 1.11 2010/01/04 15:08:33 ferriff Exp $ +// $Id: testEcalClusterTools.cc,v 1.10 2009/12/29 19:06:04 wmtan Exp $ // // diff --git a/RecoEgamma/EgammaElectronAlgos/interface/BarrelMeasurementEstimator.h b/RecoEgamma/EgammaElectronAlgos/interface/BarrelMeasurementEstimator.h index 67554b4db10a9..f839d6f81ee7d 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/BarrelMeasurementEstimator.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/BarrelMeasurementEstimator.h @@ -15,7 +15,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: BarrelMeasurementEstimator.h,v 1.14 2012/05/29 08:23:53 muzaffar Exp $ +// $Id: BarrelMeasurementEstimator.h,v 1.13 2010/07/28 10:52:45 chamont Exp $ // // diff --git a/RecoEgamma/EgammaElectronAlgos/interface/FTSFromVertexToPointFactory.h b/RecoEgamma/EgammaElectronAlgos/interface/FTSFromVertexToPointFactory.h index d477023fdcf5a..688e3862d9276 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/FTSFromVertexToPointFactory.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/FTSFromVertexToPointFactory.h @@ -19,7 +19,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: FTSFromVertexToPointFactory.h,v 1.1 2006/06/02 16:21:02 uberthon Exp $ +// $Id$ // // #include "TrackingTools/TrajectoryState/interface/FreeTrajectoryState.h" diff --git a/RecoEgamma/EgammaElectronAlgos/interface/ForwardMeasurementEstimator.h b/RecoEgamma/EgammaElectronAlgos/interface/ForwardMeasurementEstimator.h index 05859a603a44d..9368f1b7e2897 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/ForwardMeasurementEstimator.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/ForwardMeasurementEstimator.h @@ -16,7 +16,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: ForwardMeasurementEstimator.h,v 1.17 2012/05/29 08:23:53 muzaffar Exp $ +// $Id: ForwardMeasurementEstimator.h,v 1.16 2010/07/28 10:52:45 chamont Exp $ // // #include "TrackingTools/DetLayers/interface/MeasurementEstimator.h" diff --git a/RecoEgamma/EgammaElectronAlgos/interface/PixelHitMatcher.h b/RecoEgamma/EgammaElectronAlgos/interface/PixelHitMatcher.h index a7d353cd4a939..86c1d865f2456 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/PixelHitMatcher.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/PixelHitMatcher.h @@ -17,7 +17,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: PixelHitMatcher.h,v 1.32 2013/01/02 18:59:12 dlange Exp $ +// $Id: PixelHitMatcher.h,v 1.31 2011/01/14 21:23:42 chamont Exp $ // // diff --git a/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchNextLayers.h b/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchNextLayers.h index 64a1912e32019..b96bb4f0877ae 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchNextLayers.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchNextLayers.h @@ -15,7 +15,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: PixelMatchNextLayers.h,v 1.10 2013/01/02 18:59:12 dlange Exp $ +// $Id: PixelMatchNextLayers.h,v 1.9 2009/05/27 14:08:25 fabiocos Exp $ // // #include "TrackingTools/PatternTools/interface/TrajectoryMeasurement.h" diff --git a/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchStartLayers.h b/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchStartLayers.h index 3f3a676fd2af4..a89b96515bec1 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchStartLayers.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/PixelMatchStartLayers.h @@ -15,7 +15,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: PixelMatchStartLayers.h,v 1.3 2006/06/08 16:54:51 uberthon Exp $ +// $Id: PixelMatchStartLayers.h,v 1.2 2006/06/06 23:20:25 rahatlou Exp $ // // #include "TrackingTools/DetLayers/interface/ForwardDetLayer.h" diff --git a/RecoEgamma/EgammaElectronAlgos/interface/SiStripElectronAlgo.h b/RecoEgamma/EgammaElectronAlgos/interface/SiStripElectronAlgo.h index f4ead7b31a7d4..9183c2f6bb32b 100644 --- a/RecoEgamma/EgammaElectronAlgos/interface/SiStripElectronAlgo.h +++ b/RecoEgamma/EgammaElectronAlgos/interface/SiStripElectronAlgo.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 16:11:58 EDT 2006 -// $Id: SiStripElectronAlgo.h,v 1.18 2013/01/02 18:59:12 dlange Exp $ +// $Id: SiStripElectronAlgo.h,v 1.17 2011/03/21 17:10:32 innocent Exp $ // // system include files diff --git a/RecoEgamma/EgammaElectronAlgos/src/BarrelMeasurementEstimator.cc b/RecoEgamma/EgammaElectronAlgos/src/BarrelMeasurementEstimator.cc index 83e061a61778d..0d8455d5c85d0 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/BarrelMeasurementEstimator.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/BarrelMeasurementEstimator.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: BarrelMeasurementEstimator.cc,v 1.20 2010/09/21 17:06:14 chamont Exp $ +// $Id: BarrelMeasurementEstimator.cc,v 1.19 2010/07/29 15:19:45 chamont Exp $ // // diff --git a/RecoEgamma/EgammaElectronAlgos/src/ElectronMomentumCorrector.cc b/RecoEgamma/EgammaElectronAlgos/src/ElectronMomentumCorrector.cc index b565200d0edb6..d92de448e823f 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/ElectronMomentumCorrector.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/ElectronMomentumCorrector.cc @@ -21,7 +21,7 @@ * \author Ivica Puljak - FESB, Split * \author Stephanie Baffioni - Laboratoire Leprince-Ringuet - École polytechnique, CNRS/IN2P3 * - * \version $Id: ElectronMomentumCorrector.cc,v 1.22 2012/04/16 12:23:58 chamont Exp $ + * \version $Id: ElectronMomentumCorrector.cc,v 1.21 2012/01/25 21:59:19 chamont Exp $ * ****************************************************************************/ diff --git a/RecoEgamma/EgammaElectronAlgos/src/FTSFromVertexToPointFactory.cc b/RecoEgamma/EgammaElectronAlgos/src/FTSFromVertexToPointFactory.cc index af8d6e9d5ec17..d2ff830a37684 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/FTSFromVertexToPointFactory.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/FTSFromVertexToPointFactory.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: FTSFromVertexToPointFactory.cc,v 1.6 2011/03/21 17:10:32 innocent Exp $ +// $Id: FTSFromVertexToPointFactory.cc,v 1.5 2008/02/27 12:54:58 uberthon Exp $ // // #include "RecoEgamma/EgammaElectronAlgos/interface/FTSFromVertexToPointFactory.h" diff --git a/RecoEgamma/EgammaElectronAlgos/src/ForwardMeasurementEstimator.cc b/RecoEgamma/EgammaElectronAlgos/src/ForwardMeasurementEstimator.cc index 90751b19da691..d4c3c8dd5a526 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/ForwardMeasurementEstimator.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/ForwardMeasurementEstimator.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: ForwardMeasurementEstimator.cc,v 1.22 2012/05/25 15:09:18 muzaffar Exp $ +// $Id: ForwardMeasurementEstimator.cc,v 1.21 2010/09/21 17:06:14 chamont Exp $ // // #include "RecoEgamma/EgammaElectronAlgos/interface/ForwardMeasurementEstimator.h" diff --git a/RecoEgamma/EgammaElectronAlgos/src/PixelMatchNextLayers.cc b/RecoEgamma/EgammaElectronAlgos/src/PixelMatchNextLayers.cc index be0a6b6328b47..b18f0aba54208 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/PixelMatchNextLayers.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/PixelMatchNextLayers.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: PixelMatchNextLayers.cc,v 1.18 2013/01/02 18:59:12 dlange Exp $ +// $Id: PixelMatchNextLayers.cc,v 1.17 2011/04/08 08:54:09 innocent Exp $ // // diff --git a/RecoEgamma/EgammaElectronAlgos/src/PixelMatchStartLayers.cc b/RecoEgamma/EgammaElectronAlgos/src/PixelMatchStartLayers.cc index aaaa29ffdeac5..efce32778e937 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/PixelMatchStartLayers.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/PixelMatchStartLayers.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: PixelMatchStartLayers.cc,v 1.1 2006/06/02 16:21:02 uberthon Exp $ +// $Id$ // // diff --git a/RecoEgamma/EgammaElectronAlgos/src/SiStripElectronAlgo.cc b/RecoEgamma/EgammaElectronAlgos/src/SiStripElectronAlgo.cc index b26f46a659be7..6a5ecea00aa60 100644 --- a/RecoEgamma/EgammaElectronAlgos/src/SiStripElectronAlgo.cc +++ b/RecoEgamma/EgammaElectronAlgos/src/SiStripElectronAlgo.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 16:12:04 EDT 2006 -// $Id: SiStripElectronAlgo.cc,v 1.41 2013/01/02 18:59:12 dlange Exp $ +// $Id: SiStripElectronAlgo.cc,v 1.40 2012/01/16 09:28:17 innocent Exp $ // // system include files diff --git a/RecoEgamma/EgammaElectronProducers/plugins/ElectronSeedProducer.cc b/RecoEgamma/EgammaElectronProducers/plugins/ElectronSeedProducer.cc index a407b0822f704..b605de390de05 100644 --- a/RecoEgamma/EgammaElectronProducers/plugins/ElectronSeedProducer.cc +++ b/RecoEgamma/EgammaElectronProducers/plugins/ElectronSeedProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: ElectronSeedProducer.cc,v 1.24 2013/02/28 08:35:10 eulisse Exp $ +// $Id: ElectronSeedProducer.cc,v 1.23 2011/01/14 21:25:58 chamont Exp $ // // diff --git a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronAssociator.cc b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronAssociator.cc index eb4cbe88d7530..68d7cc7fefe13 100644 --- a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronAssociator.cc +++ b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronAssociator.cc @@ -13,7 +13,7 @@ // // Original Author: Jim Pivarski // Created: Tue Aug 1 15:24:02 EDT 2006 -// $Id: SiStripElectronAssociator.cc,v 1.6 2010/03/06 12:45:47 sani Exp $ +// $Id: SiStripElectronAssociator.cc,v 1.5 2008/10/31 15:30:56 nancy Exp $ // // diff --git a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.cc b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.cc index 0621478e08bd2..d555120273a13 100644 --- a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.cc +++ b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri May 26 16:11:30 EDT 2006 -// $Id: SiStripElectronProducer.cc,v 1.4 2013/01/14 21:33:02 dlange Exp $ +// $Id: SiStripElectronProducer.cc,v 1.3 2013/01/02 18:59:45 dlange Exp $ // // system include files diff --git a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.h b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.h index 86667f3420c5c..c6536ee53d913 100644 --- a/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.h +++ b/RecoEgamma/EgammaElectronProducers/plugins/SiStripElectronProducer.h @@ -16,7 +16,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 16:11:37 EDT 2006 -// $Id: SiStripElectronProducer.h,v 1.1 2007/04/20 14:54:21 uberthon Exp $ +// $Id: SiStripElectronProducer.h,v 1.4 2007/02/02 14:43:01 duboscq Exp $ // // system include files diff --git a/RecoEgamma/EgammaElectronProducers/python/ecalDrivenElectronSeeds_cfi.py b/RecoEgamma/EgammaElectronProducers/python/ecalDrivenElectronSeeds_cfi.py index 04a2f912be2c4..3acb065fe36b2 100644 --- a/RecoEgamma/EgammaElectronProducers/python/ecalDrivenElectronSeeds_cfi.py +++ b/RecoEgamma/EgammaElectronProducers/python/ecalDrivenElectronSeeds_cfi.py @@ -2,7 +2,7 @@ # # module to produce pixel seeds for electrons from super clusters -# $Id: ecalDrivenElectronSeeds_cfi.py,v 1.4 2011/02/15 23:35:42 vlimant Exp $ +# $Id: ecalDrivenElectronSeeds_cfi.py,v 1.3 2009/03/25 13:57:02 charlot Exp $ # Author: Ursula Berthon, Claude Charlot # from RecoEgamma.EgammaElectronProducers.ecalDrivenElectronSeedsParameters_cff import * diff --git a/RecoEgamma/EgammaElectronProducers/python/pixelMatchElectronLocalTrkSequence_cff.py b/RecoEgamma/EgammaElectronProducers/python/pixelMatchElectronLocalTrkSequence_cff.py index 908ef33b1c9d1..cf4f8c01508ac 100644 --- a/RecoEgamma/EgammaElectronProducers/python/pixelMatchElectronLocalTrkSequence_cff.py +++ b/RecoEgamma/EgammaElectronProducers/python/pixelMatchElectronLocalTrkSequence_cff.py @@ -4,7 +4,7 @@ # create a sequence with all required modules and sources needed to make # pixel based electrons # -# $Id: pixelMatchElectronLocalTrkSequence_cff.py,v 1.6 2009/02/09 17:30:06 chamont Exp $ +# $Id: pixelMatchElectronLocalTrkSequence_cff.py,v 1.5 2008/07/11 14:35:16 rahatlou Exp $ # # SiliconStrip Clusterizer and RecHit producer modules diff --git a/RecoEgamma/EgammaElectronProducers/python/siStripElectronSequence_cff.py b/RecoEgamma/EgammaElectronProducers/python/siStripElectronSequence_cff.py index 2b36da2c17012..e92e597dd4b32 100644 --- a/RecoEgamma/EgammaElectronProducers/python/siStripElectronSequence_cff.py +++ b/RecoEgamma/EgammaElectronProducers/python/siStripElectronSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: siStripElectronSequence_cff.py,v 1.5 2008/07/11 14:35:20 rahatlou Exp $ +# $Id: siStripElectronSequence_cff.py,v 1.4 2008/06/19 14:55:00 rahatlou Exp $ # # complete sequence to 1) make siStripElectrons # 2) do tracking based on these siStripElectrons diff --git a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTEcalIsolation.h b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTEcalIsolation.h index 79286be013106..e4c050b60683a 100644 --- a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTEcalIsolation.h +++ b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTEcalIsolation.h @@ -13,7 +13,7 @@ // // Original Author: Monica Vazquez Acosta // Created: Tue Jun 13 12:18:22 CEST 2006 -// $Id: EgammaHLTEcalIsolation.h,v 1.4 2013/05/30 21:48:56 gartung Exp $ +// $Id: EgammaHLTEcalIsolation.h,v 1.3 2008/05/12 08:55:45 ghezzi Exp $ // #include "DataFormats/EgammaCandidates/interface/Photon.h" #include "DataFormats/EgammaReco/interface/SuperCluster.h" diff --git a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolation.h b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolation.h index 55f144a0aba97..c99514ac65066 100644 --- a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolation.h +++ b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolation.h @@ -16,7 +16,7 @@ // // Original Author: Monica Vazquez Acosta - CERN // Created: Tue Jun 13 12:18:35 CEST 2006 -// $Id: EgammaHLTHcalIsolation.h,v 1.4 2010/08/12 15:25:02 sharper Exp $ +// $Id: EgammaHLTHcalIsolation.h,v 1.3 2007/03/07 09:07:53 monicava Exp $ // modifed by Sam Harper (RAL) 27/7/10 //the class aims to as closely as possible emulate the RECO HCAL isolation diff --git a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolationDoubleCone.h b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolationDoubleCone.h index a8470e9695d33..a0d9edb782c95 100644 --- a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolationDoubleCone.h +++ b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolationDoubleCone.h @@ -18,7 +18,7 @@ // // Original Author: Monica Vazquez Acosta - CERN // Created: Tue Jun 13 12:18:35 CEST 2006 -// $Id: EgammaHLTHcalIsolationDoubleCone.h,v 1.2 2007/06/28 16:58:19 ghezzi Exp $ +// $Id: EgammaHLTHcalIsolationDoubleCone.h,v 1.1 2007/05/31 19:38:50 mpieri Exp $ // #include "DataFormats/EgammaCandidates/interface/Electron.h" diff --git a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTTrackIsolation.h b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTTrackIsolation.h index 7abdbdac2f922..b1f5df7b3feb7 100644 --- a/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTTrackIsolation.h +++ b/RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTTrackIsolation.h @@ -15,7 +15,7 @@ // // Original Author: Monica Vazquez Acosta - CERN // Created: Tue Jun 13 12:19:32 CEST 2006 -// $Id: EgammaHLTTrackIsolation.h,v 1.6 2010/08/12 15:25:02 sharper Exp $ +// $Id: EgammaHLTTrackIsolation.h,v 1.5 2009/01/20 11:31:29 covarell Exp $ // diff --git a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTEcalIsolation.cc b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTEcalIsolation.cc index 79a5abf6735aa..701bc5c86b80d 100644 --- a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTEcalIsolation.cc +++ b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTEcalIsolation.cc @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta // Created: Tue Jun 13 12:16:00 CEST 2006 -// $Id: EgammaHLTEcalIsolation.cc,v 1.6 2013/05/30 21:48:56 gartung Exp $ +// $Id: EgammaHLTEcalIsolation.cc,v 1.5 2009/03/27 09:09:38 ghezzi Exp $ // // system include files diff --git a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolation.cc b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolation.cc index 72d4c8bfeb8e9..a88190059589f 100644 --- a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolation.cc +++ b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolation.cc @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta - CERN // Created: Tue Jun 13 12:16:41 CEST 2006 -// $Id: EgammaHLTHcalIsolation.cc,v 1.4 2010/08/12 15:25:02 sharper Exp $ +// $Id: EgammaHLTHcalIsolation.cc,v 1.3 2007/03/23 17:02:14 ghezzi Exp $ // // include files diff --git a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolationDoubleCone.cc b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolationDoubleCone.cc index 11472c916151c..a6ebf8f375058 100644 --- a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolationDoubleCone.cc +++ b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTHcalIsolationDoubleCone.cc @@ -9,7 +9,7 @@ // with an inner exclusion cone // Original Author: // Created: Tue Jun 13 12:16:41 CEST 2006 -// $Id: EgammaHLTHcalIsolationDoubleCone.cc,v 1.1 2007/05/31 19:38:50 mpieri Exp $ +// $Id: EgammaHLTHcalIsolation.cc,v 1.2 2006/10/24 10:57:40 monicava Exp $ // // include files diff --git a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTPixelMatchElectronAlgo.cc b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTPixelMatchElectronAlgo.cc index 7020cebd74718..6da29654a498b 100644 --- a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTPixelMatchElectronAlgo.cc +++ b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTPixelMatchElectronAlgo.cc @@ -10,7 +10,7 @@ */ // // Original Author: Monica Vazquez Acosta (CERN) -// $Id: EgammaHLTPixelMatchElectronAlgo.cc,v 1.16 2012/01/23 12:52:30 sharper Exp $ +// $Id: EgammaHLTPixelMatchElectronAlgo.cc,v 1.15 2011/12/23 08:13:34 innocent Exp $ // // #include "RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTPixelMatchElectronAlgo.h" diff --git a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTTrackIsolation.cc b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTTrackIsolation.cc index ff90ab61a59cb..f2fe03275f8ee 100644 --- a/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTTrackIsolation.cc +++ b/RecoEgamma/EgammaHLTAlgos/src/EgammaHLTTrackIsolation.cc @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta // Created: Tue Jun 13 12:17:19 CEST 2006 -// $Id: EgammaHLTTrackIsolation.cc,v 1.6 2010/08/12 15:25:02 sharper Exp $ +// $Id: EgammaHLTTrackIsolation.cc,v 1.5 2009/01/28 15:40:43 covarell Exp $ // // system include files diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTClusterShapeProducer.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTClusterShapeProducer.h index 703dfb2789b9e..356f9cacd1452 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTClusterShapeProducer.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTClusterShapeProducer.h @@ -8,7 +8,7 @@ // // Original Author: Roberto Covarelli (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTClusterShapeProducer.h,v 1.2 2009/02/04 10:59:28 covarell Exp $ +// $Id: EgammaHLTClusterShapeProducer.h,v 1.1 2009/01/15 14:28:27 covarell Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTEcalIsolationProducersRegional.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTEcalIsolationProducersRegional.h index 6d142e840dd6e..9c7f3ea08b35a 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTEcalIsolationProducersRegional.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTEcalIsolationProducersRegional.h @@ -13,7 +13,7 @@ // // Original Author: Monica Vazquez Acosta (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTEcalIsolationProducersRegional.h,v 1.3 2011/12/19 11:16:45 sani Exp $ +// $Id: EgammaHLTEcalIsolationProducersRegional.h,v 1.2 2008/05/12 08:48:22 ghezzi Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronDetaDphiProducer.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronDetaDphiProducer.h index a03ff0669e221..73dd166264c1a 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronDetaDphiProducer.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronDetaDphiProducer.h @@ -8,7 +8,7 @@ // // Original Author: Roberto Covarelli (CERN) // -// $Id: EgammaHLTElectronDetaDphiProducer.h,v 1.6 2013/05/25 15:05:15 chrjones Exp $ +// $Id: EgammaHLTElectronDetaDphiProducer.h,v 1.5 2012/02/10 22:41:25 dmytro Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronTrackIsolationProducers.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronTrackIsolationProducers.h index e09393050974b..f686b73962395 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronTrackIsolationProducers.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTElectronTrackIsolationProducers.h @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta (CERN) // -// $Id: EgammaHLTElectronTrackIsolationProducers.h,v 1.4 2012/01/23 12:56:37 sharper Exp $ +// $Id: EgammaHLTElectronTrackIsolationProducers.h,v 1.3 2011/12/19 11:16:45 sani Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationDoubleConeProducers.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationDoubleConeProducers.h index e293a1460e5fb..435a152f0a538 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationDoubleConeProducers.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationDoubleConeProducers.h @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTHcalIsolationDoubleConeProducers.h,v 1.1 2007/05/31 19:45:56 mpieri Exp $ +// $Id: EgammaHLTHcalIsolationDoubleConeProducers.h,v 1.4 2006/10/24 15:25:53 monicava Exp $ // // // mostly identical to EgammaHLTHcalIsolationRegionalProducers, but produces excludes diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationProducersRegional.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationProducersRegional.h index 3279917617dee..f44d2ae61e359 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationProducersRegional.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTHcalIsolationProducersRegional.h @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTHcalIsolationProducersRegional.h,v 1.4 2011/12/20 09:43:03 sani Exp $ +// $Id: EgammaHLTHcalIsolationProducersRegional.h,v 1.3 2011/12/19 11:17:28 sani Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPhotonTrackIsolationProducersRegional.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPhotonTrackIsolationProducersRegional.h index b69ded41b5659..26f7bf338bbc4 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPhotonTrackIsolationProducersRegional.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPhotonTrackIsolationProducersRegional.h @@ -8,7 +8,7 @@ // // Original Author: Monica Vazquez Acosta (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTPhotonTrackIsolationProducersRegional.h,v 1.2 2009/01/20 11:32:38 covarell Exp $ +// $Id: EgammaHLTPhotonTrackIsolationProducersRegional.h,v 1.1 2007/03/23 17:22:54 ghezzi Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPixelMatchElectronProducers.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPixelMatchElectronProducers.h index 448622a2b3bbf..63d797d8e9d36 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPixelMatchElectronProducers.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTPixelMatchElectronProducers.h @@ -5,7 +5,7 @@ // Package: RecoEgamma/EgammaHLTProducers // Class: EgammaHLTPixelMatchElectronProducers // -// $Id: EgammaHLTPixelMatchElectronProducers.h,v 1.4 2011/05/20 17:17:28 wmtan Exp $ +// $Id: EgammaHLTPixelMatchElectronProducers.h,v 1.3 2009/10/14 14:32:23 covarell Exp $ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9IDProducer.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9IDProducer.h index d97771db9cf62..f5848be079e75 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9IDProducer.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9IDProducer.h @@ -8,7 +8,7 @@ // // Original Author: Roberto Covarelli (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTR9IDProducer.h,v 1.1 2011/01/19 21:34:31 cgtully Exp $ +// $Id: EgammaHLTR9Producer.h,v 1.2 2010/06/10 16:19:31 ghezzi Exp $ // modified by Chris Tully (Princeton) // // diff --git a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9Producer.h b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9Producer.h index 3f0d3664a855b..dc74a38c56922 100644 --- a/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9Producer.h +++ b/RecoEgamma/EgammaHLTProducers/interface/EgammaHLTR9Producer.h @@ -8,7 +8,7 @@ // // Original Author: Roberto Covarelli (CERN) // Created: Tue Jun 13 14:48:33 CEST 2006 -// $Id: EgammaHLTR9Producer.h,v 1.2 2010/06/10 16:19:31 ghezzi Exp $ +// $Id: EgammaHLTR9Producer.h,v 1.1 2010/02/11 10:06:38 ghezzi Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/python/hltIslandSuperClusters_cfi.py b/RecoEgamma/EgammaHLTProducers/python/hltIslandSuperClusters_cfi.py index 452412d84fac0..2472e5bf6106a 100644 --- a/RecoEgamma/EgammaHLTProducers/python/hltIslandSuperClusters_cfi.py +++ b/RecoEgamma/EgammaHLTProducers/python/hltIslandSuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: hltIslandSuperClusters_cfi.py,v 1.2 2008/04/21 03:25:38 rpw Exp $ +# $Id: hltIslandSuperClusters.cfi,v 1.5 2007/05/23 14:03:06 monicava Exp $ # # Island SuperCluster producer hltIslandSuperClusters = cms.EDProducer("SuperClusterProducer", diff --git a/RecoEgamma/EgammaHLTProducers/python/pixelMatchElectronsForHLT_cfi.py b/RecoEgamma/EgammaHLTProducers/python/pixelMatchElectronsForHLT_cfi.py index d70905d2b4cb9..faa4c9e8a230c 100644 --- a/RecoEgamma/EgammaHLTProducers/python/pixelMatchElectronsForHLT_cfi.py +++ b/RecoEgamma/EgammaHLTProducers/python/pixelMatchElectronsForHLT_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # produce electrons based on matched pixel hits -# $Id: pixelMatchElectronsForHLT_cfi.py,v 1.5 2012/01/23 12:56:37 sharper Exp $ +# $Id: pixelMatchElectronsForHLT_cfi.py,v 1.4 2010/02/16 17:08:04 wmtan Exp $ # pixelMatchElectronsForHLT = cms.EDProducer("EgammaHLTPixelMatchElectronProducers", TrackProducer = cms.InputTag("ctfWithMaterialTracksBarrel"), diff --git a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronDetaDphiProducer.cc b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronDetaDphiProducer.cc index 8437fea256183..7854d2f04f913 100644 --- a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronDetaDphiProducer.cc +++ b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronDetaDphiProducer.cc @@ -2,7 +2,7 @@ * * \author Roberto Covarelli (CERN) * - * $Id: EgammaHLTElectronDetaDphiProducer.cc,v 1.9 2013/05/25 15:05:15 chrjones Exp $ + * $Id: EgammaHLTElectronDetaDphiProducer.cc,v 1.8 2012/03/29 14:15:04 sani Exp $ * */ diff --git a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronTrackIsolationProducers.cc b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronTrackIsolationProducers.cc index 87ad4a35d19d5..e14c3ab9d0a4d 100644 --- a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronTrackIsolationProducers.cc +++ b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTElectronTrackIsolationProducers.cc @@ -2,7 +2,7 @@ * * \author Monica Vazquez Acosta (CERN) * - * $Id: EgammaHLTElectronTrackIsolationProducers.cc,v 1.10 2012/01/23 12:56:38 sharper Exp $ + * $Id: EgammaHLTElectronTrackIsolationProducers.cc,v 1.9 2011/12/19 11:17:28 sani Exp $ * */ diff --git a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTGsfTrackVarProducer.cc b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTGsfTrackVarProducer.cc index 232e82eb0b19c..1c430cac1387b 100644 --- a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTGsfTrackVarProducer.cc +++ b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTGsfTrackVarProducer.cc @@ -2,7 +2,7 @@ * * \author Roberto Covarelli (CERN) * - * $Id: EgammaHLTGsfTrackVarProducer.cc,v 1.2 2012/02/03 18:48:34 sharper Exp $ + * $Id: EgammaHLTGsfTrackVarProducer.cc,v 1.1 2012/01/23 12:56:38 sharper Exp $ * */ diff --git a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTPixelMatchElectronProducers.cc b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTPixelMatchElectronProducers.cc index c5d8225fcbbc0..bb3976cd8a194 100644 --- a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTPixelMatchElectronProducers.cc +++ b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTPixelMatchElectronProducers.cc @@ -10,7 +10,7 @@ */ // // Original Author: Monica Vazquez Acosta (CERN) -// $Id: EgammaHLTPixelMatchElectronProducers.cc,v 1.4 2009/10/14 14:32:24 covarell Exp $ +// $Id: EgammaHLTPixelMatchElectronProducers.cc,v 1.3 2009/01/28 17:07:00 ghezzi Exp $ // // diff --git a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTRegionalPixelSeedGeneratorProducers.cc b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTRegionalPixelSeedGeneratorProducers.cc index 81d6749d94661..ee15adb949756 100644 --- a/RecoEgamma/EgammaHLTProducers/src/EgammaHLTRegionalPixelSeedGeneratorProducers.cc +++ b/RecoEgamma/EgammaHLTProducers/src/EgammaHLTRegionalPixelSeedGeneratorProducers.cc @@ -2,7 +2,7 @@ // Package: RecoEgamma/EgammaHLTProducers // Class: EgammaHLTRegionalPixelSeedGeneratorProducers // Modified from TkSeedGeneratorFromTrk by Jeremy Werner, Princeton University, USA -// $Id: EgammaHLTRegionalPixelSeedGeneratorProducers.cc,v 1.14 2013/02/27 19:53:13 eulisse Exp $ +// $Id: EgammaHLTRegionalPixelSeedGeneratorProducers.cc,v 1.13 2012/01/23 12:56:38 sharper Exp $ // #include diff --git a/RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h b/RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h index 134a82970b231..70068bd87bc18 100644 --- a/RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h +++ b/RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h @@ -12,7 +12,7 @@ * This class stores all the MC truth information needed about the * electrons * - * $Date: 2009/05/27 07:34:56 $ + * $Date: 2007/06/08 10:48:59 $ * $Revision $ * \author N. Marinelli University of Notre Dame */ diff --git a/RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h b/RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h index aca8d72778072..1012341720e23 100644 --- a/RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h +++ b/RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h @@ -12,8 +12,8 @@ * This class stores all the MC truth information needed about the * conversion * - * $Date: 2009/05/27 07:34:56 $ - * $Revision: 1.9 $ + * $Date: 2008/08/21 09:51:21 $ + * $Revision: 1.8 $ * \author N. Marinelli University of Notre Dame * */ diff --git a/RecoEgamma/EgammaMCTools/interface/PhotonMCTruthFinder.h b/RecoEgamma/EgammaMCTools/interface/PhotonMCTruthFinder.h index 6b655b430a075..a6ab46b275592 100644 --- a/RecoEgamma/EgammaMCTools/interface/PhotonMCTruthFinder.h +++ b/RecoEgamma/EgammaMCTools/interface/PhotonMCTruthFinder.h @@ -13,8 +13,8 @@ /** \class PhotonMCTruthFinder * * - * $Date: 2013/05/30 21:43:43 $ - * $Revision: 1.4 $ + * $Date: 2007/06/08 10:49:31 $ + * $Revision: 1.3 $ * \author N. Marinelli Notre Dame * */ diff --git a/RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h b/RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h index f5f721617413f..c5b002f86a833 100644 --- a/RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h +++ b/RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h @@ -14,7 +14,7 @@ * This class stores all the MC truth information needed about the * pi0 * - * $Date: 2009/05/27 07:34:56 $ + * $Date: 2007/06/08 10:56:03 $ * $Revision $ * \author N. Marinelli University of Notre Dame */ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionBarrelEstimator.h b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionBarrelEstimator.h index 330b1d6d5b219..25e720a5376d0 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionBarrelEstimator.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionBarrelEstimator.h @@ -4,8 +4,8 @@ * \class ConversionBarrelEstimator * Defines the search area in the barrel * - * $Date: 2012/12/26 11:08:57 $ - * $Revision: 1.7 $ + * $Date: 2012/12/26 09:54:02 $ + * $Revision: 1.6 $ * \author Nancy Marinelli, U. of Notre Dame, US */ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionForwardEstimator.h b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionForwardEstimator.h index e337a19b0cb26..4a0358e378ef7 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionForwardEstimator.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionForwardEstimator.h @@ -5,8 +5,8 @@ * \class ConversionForwardEstimator * Defines the search area in the forward * - * $Date: 2012/12/26 11:08:57 $ - * $Revision: 1.7 $ + * $Date: 2012/12/26 09:54:02 $ + * $Revision: 1.6 $ * \author Nancy Marinelli, U. of Notre Dame, US */ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionSeedFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionSeedFinder.h index 1cfa3e1be8957..2dc02c0b6e4e5 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionSeedFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionSeedFinder.h @@ -3,9 +3,9 @@ /** \class ConversionSeedFinder ** ** - ** $Id: ConversionSeedFinder.h,v 1.13 2011/07/28 19:37:35 vlimant Exp $ - ** $Date: 2011/07/28 19:37:35 $ - ** $Revision: 1.13 $ + ** $Id: ConversionSeedFinder.h,v 1.12 2010/12/11 09:48:47 innocent Exp $ + ** $Date: 2010/12/11 09:48:47 $ + ** $Revision: 1.12 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h index 9718a76e588c6..23f8ca6946f1c 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h @@ -4,9 +4,9 @@ /** \class ConversionTrackFinder ** ** - ** $Id: ConversionTrackFinder.h,v 1.11 2013/05/23 17:57:02 gartung Exp $ - ** $Date: 2013/05/23 17:57:02 $ - ** $Revision: 1.11 $ + ** $Id: ConversionTrackFinder.h,v 1.10 2011/08/17 19:24:55 vlimant Exp $ + ** $Date: 2011/08/17 19:24:55 $ + ** $Revision: 1.10 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionSeedFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionSeedFinder.h index dbba4e873f378..e1ab5aa82ace6 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionSeedFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionSeedFinder.h @@ -4,9 +4,9 @@ /** \class InOutConversionSeedFinder ** ** - ** $Id: InOutConversionSeedFinder.h,v 1.15 2012/05/29 08:23:53 muzaffar Exp $ - ** $Date: 2012/05/29 08:23:53 $ - ** $Revision: 1.15 $ + ** $Id: InOutConversionSeedFinder.h,v 1.14 2010/12/11 10:13:37 innocent Exp $ + ** $Date: 2010/12/11 10:13:37 $ + ** $Revision: 1.14 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionTrackFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionTrackFinder.h index 714c046abcfd6..86242bb64ac4a 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionTrackFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/InOutConversionTrackFinder.h @@ -3,9 +3,9 @@ /** \class InOutConversionTrackFinder ** ** - ** $Id: InOutConversionTrackFinder.h,v 1.10 2013/05/23 17:57:02 gartung Exp $ - ** $Date: 2013/05/23 17:57:02 $ - ** $Revision: 1.10 $ + ** $Id: InOutConversionTrackFinder.h,v 1.9 2008/05/08 20:41:19 nancy Exp $ + ** $Date: 2008/05/08 20:41:19 $ + ** $Revision: 1.9 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionSeedFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionSeedFinder.h index 063c302034095..f5523c59773fe 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionSeedFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionSeedFinder.h @@ -4,9 +4,9 @@ /** \class OutInConversionSeedFinder ** ** - ** $Id: OutInConversionSeedFinder.h,v 1.9 2012/05/29 08:23:53 muzaffar Exp $ - ** $Date: 2012/05/29 08:23:53 $ - ** $Revision: 1.9 $ + ** $Id: OutInConversionSeedFinder.h,v 1.8 2008/05/08 20:41:27 nancy Exp $ + ** $Date: 2008/05/08 20:41:27 $ + ** $Revision: 1.8 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionTrackFinder.h b/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionTrackFinder.h index 3ec2692422d5e..896d5214dad74 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionTrackFinder.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/OutInConversionTrackFinder.h @@ -3,9 +3,9 @@ /** \class OutInConversionTrackFinder ** ** - ** $Id: OutInConversionTrackFinder.h,v 1.10 2013/05/23 17:57:02 gartung Exp $ - ** $Date: 2013/05/23 17:57:02 $ - ** $Revision: 1.10 $ + ** $Id: OutInConversionTrackFinder.h,v 1.9 2008/05/08 20:41:27 nancy Exp $ + ** $Date: 2008/05/08 20:41:27 $ + ** $Revision: 1.9 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonAlgos/interface/PhotonEnergyCorrector.h b/RecoEgamma/EgammaPhotonAlgos/interface/PhotonEnergyCorrector.h index ff705cfab6225..673e6c05392ff 100644 --- a/RecoEgamma/EgammaPhotonAlgos/interface/PhotonEnergyCorrector.h +++ b/RecoEgamma/EgammaPhotonAlgos/interface/PhotonEnergyCorrector.h @@ -3,9 +3,9 @@ /** \class PhotonEnergyCorrector ** ** - ** $Id: PhotonEnergyCorrector.h,v 1.7 2012/03/26 14:38:40 nancy Exp $ - ** $Date: 2012/03/26 14:38:40 $ - ** $Revision: 1.7 $ + ** $Id: PhotonEnergyCorrector.h,v 1.6 2012/02/14 14:33:43 nancy Exp $ + ** $Date: 2012/02/14 14:33:43 $ + ** $Revision: 1.6 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/ConversionProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/ConversionProducer.h index f35753a75001e..a16a8c6136ee1 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/ConversionProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/ConversionProducer.h @@ -4,8 +4,8 @@ ** ** ** $Id: - ** $Date: 2011/08/08 01:32:25 $ - ** $Revision: 1.6 $ + ** $Date: 2011/08/05 20:13:56 $ + ** $Revision: 1.5 $ ** \authors H. Liu, UC of Riverside US, N. Marinelli Univ of Notre Dame ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackCandidateProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackCandidateProducer.h index ee4489372f05b..347598a768db0 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackCandidateProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackCandidateProducer.h @@ -3,9 +3,9 @@ /** \class ConversionTrackCandidateProducer ** ** - ** $Id: ConversionTrackCandidateProducer.h,v 1.19 2013/02/27 20:33:00 eulisse Exp $ - ** $Date: 2013/02/27 20:33:00 $ - ** $Revision: 1.19 $ + ** $Id: ConversionTrackCandidateProducer.h,v 1.18 2012/04/26 21:09:42 sani Exp $ + ** $Date: 2012/04/26 21:09:42 $ + ** $Revision: 1.18 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackMerger.h b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackMerger.h index 480f4c2cdb6ae..26c7a5b93d0e8 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackMerger.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackMerger.h @@ -10,9 +10,9 @@ // Original Author: Steve Wagner, stevew@pizero.colorado.edu // Created: Sat Jan 14 22:00:00 UTC 2006 // -// $Author: wmtan $ -// $Date: 2011/05/20 17:17:28 $ -// $Revision: 1.2 $ +// $Author: bendavid $ +// $Date: 2010/09/17 19:46:18 $ +// $Revision: 1.1 $ // #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackProducer.h index 26bb708968943..02601b75e1ae6 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/ConversionTrackProducer.h @@ -10,9 +10,9 @@ // Original Author: Steve Wagner, stevew@pizero.colorado.edu // Created: Sat Jan 14 22:00:00 UTC 2006 // -// $Author: giordano $ -// $Date: 2011/08/05 19:45:49 $ -// $Revision: 1.4 $ +// $Author: wmtan $ +// $Date: 2011/05/20 17:17:28 $ +// $Revision: 1.3 $ // #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoEgamma/EgammaPhotonProducers/interface/ConvertedPhotonProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/ConvertedPhotonProducer.h index 0437c808985a1..43bae425b738f 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/ConvertedPhotonProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/ConvertedPhotonProducer.h @@ -3,9 +3,9 @@ /** \class ConvertedPhotonProducer ** ** - ** $Id: ConvertedPhotonProducer.h,v 1.36 2013/02/27 20:33:00 eulisse Exp $ - ** $Date: 2013/02/27 20:33:00 $ - ** $Revision: 1.36 $ + ** $Id: ConvertedPhotonProducer.h,v 1.35 2011/06/08 13:22:40 nancy Exp $ + ** $Date: 2011/06/08 13:22:40 $ + ** $Revision: 1.35 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonCoreProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonCoreProducer.h index 5bdb2d23e92a2..c14182d955994 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonCoreProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonCoreProducer.h @@ -3,9 +3,9 @@ /** \class GEDPhotonCoreProducer ** ** - ** $Id: GEDPhotonCoreProducer.h,v 1.1 2013/05/07 12:34:14 nancy Exp $ - ** $Date: 2013/05/07 12:34:14 $ - ** $Revision: 1.1 $ + ** $Id: $ + ** $Date: $ + ** $Revision: $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonProducer.h index e6bedeb8936d3..1049a3acb85d1 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/GEDPhotonProducer.h @@ -3,9 +3,9 @@ /** \class GEDPhotonProducer ** ** - ** $Id: GEDPhotonProducer.h,v 1.1 2013/05/07 12:34:07 nancy Exp $ - ** $Date: 2013/05/07 12:34:07 $ - ** $Revision: 1.1 $ + ** $Id: GEDPhotonProducer.h $ + ** $Date: $ + ** $Revision: $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/PhotonCoreProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/PhotonCoreProducer.h index f9d9deb166fa2..f969f243a5cc3 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/PhotonCoreProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/PhotonCoreProducer.h @@ -3,9 +3,9 @@ /** \class PhotonCoreProducer ** ** - ** $Id: PhotonCoreProducer.h,v 1.4 2013/02/27 20:33:00 eulisse Exp $ - ** $Date: 2013/02/27 20:33:00 $ - ** $Revision: 1.4 $ + ** $Id: PhotonCoreProducer.h,v 1.3 2010/02/22 19:30:49 nancy Exp $ + ** $Date: 2010/02/22 19:30:49 $ + ** $Revision: 1.3 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/PhotonProducer.h b/RecoEgamma/EgammaPhotonProducers/interface/PhotonProducer.h index fc0ae2244a6df..a0fc0ab2843e3 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/PhotonProducer.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/PhotonProducer.h @@ -3,9 +3,9 @@ /** \class PhotonProducer ** ** - ** $Id: PhotonProducer.h,v 1.46 2013/02/27 20:33:00 eulisse Exp $ - ** $Date: 2013/02/27 20:33:00 $ - ** $Revision: 1.46 $ + ** $Id: PhotonProducer.h,v 1.45 2012/04/26 21:09:42 sani Exp $ + ** $Date: 2012/04/26 21:09:42 $ + ** $Revision: 1.45 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaPhotonProducers/interface/TrackProducerWithSCAssociation.h b/RecoEgamma/EgammaPhotonProducers/interface/TrackProducerWithSCAssociation.h index db48a04a7f6f5..cbb1bd2372b58 100644 --- a/RecoEgamma/EgammaPhotonProducers/interface/TrackProducerWithSCAssociation.h +++ b/RecoEgamma/EgammaPhotonProducers/interface/TrackProducerWithSCAssociation.h @@ -3,9 +3,9 @@ /** \class TrackProducerWithSCAssociation ** ** - ** $Id: TrackProducerWithSCAssociation.h,v 1.5 2010/09/29 12:20:16 mangano Exp $ - ** $Date: 2010/09/29 12:20:16 $ - ** $Revision: 1.5 $ + ** $Id: TrackProducerWithSCAssociation.h,v 1.4 2008/08/13 13:23:08 nancy Exp $ + ** $Date: 2008/08/13 13:23:08 $ + ** $Revision: 1.4 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** Modified version of TrackProducer by Giuseppe Cerati ** to have super cluster - conversion track association diff --git a/RecoEgamma/EgammaPhotonProducers/python/conversionTrackCandidates_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/conversionTrackCandidates_cfi.py index cec570ab036ca..be03deb7d018f 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/conversionTrackCandidates_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/conversionTrackCandidates_cfi.py @@ -2,7 +2,7 @@ # # configuration for producer of converted photons -# $Id: conversionTrackCandidates_cfi.py,v 1.35 2012/04/26 21:09:43 sani Exp $ +# $Id: conversionTrackCandidates_cfi.py,v 1.34 2012/04/26 14:14:36 sani Exp $ # # stripCPE from RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi import * diff --git a/RecoEgamma/EgammaPhotonProducers/python/correctedPhotons_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/correctedPhotons_cfi.py index 1b32d139fee52..4c0a2d7132cf0 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/correctedPhotons_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/correctedPhotons_cfi.py @@ -2,7 +2,7 @@ # # producer to apply corrections to photons -# $Id: correctedPhotons_cfi.py,v 1.2 2008/04/21 03:26:34 rpw Exp $ +# $Id: correctedPhotons.cfi,v 1.8 2008/02/08 17:30:18 nancy Exp $ # correctedPhotons = cms.EDProducer("PhotonCorrectionProducer", algoCollection = cms.string('E9ESCPtdr E1E9Ptdr EtaPtdr PhiPtdr'), diff --git a/RecoEgamma/EgammaPhotonProducers/python/gedPhotonCore_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/gedPhotonCore_cfi.py index c094b7cd258bc..63e98eceaf045 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/gedPhotonCore_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/gedPhotonCore_cfi.py @@ -2,7 +2,7 @@ # # producer for GEDphotonCore collection -# $Id: gedPhotonCore_cfi.py,v 1.1 2013/05/07 12:35:01 nancy Exp $ +# $Id: photonCore_cfi.py,v 1.4 2010/05/11 16:14:12 nancy Exp $ # gedPhotonCore = cms.EDProducer("GEDPhotonCoreProducer", # conversionProducer = cms.InputTag("conversions"), diff --git a/RecoEgamma/EgammaPhotonProducers/python/gedPhotonSequence_cff.py b/RecoEgamma/EgammaPhotonProducers/python/gedPhotonSequence_cff.py index 091360b5f0dfe..a60cea16738e8 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/gedPhotonSequence_cff.py +++ b/RecoEgamma/EgammaPhotonProducers/python/gedPhotonSequence_cff.py @@ -2,7 +2,7 @@ # # sequence to make photons from clusters in ECAL -# $Id: gedPhotonSequence_cff.py,v 1.1 2013/05/07 12:35:23 nancy Exp $ +# $Id: photonSequence_cff.py,v 1.3 2009/03/25 11:15:47 nancy Exp $ # # photon producer from RecoEgamma.EgammaPhotonProducers.gedPhotonCore_cfi import * diff --git a/RecoEgamma/EgammaPhotonProducers/python/gedPhotons_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/gedPhotons_cfi.py index 39d56bd63d02e..256ea6b7a84cd 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/gedPhotons_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/gedPhotons_cfi.py @@ -6,7 +6,7 @@ from RecoEcal.EgammaClusterProducers.multi5x5BasicClusters_cfi import * # # producer for photons -# $Id: gedPhotons_cfi.py,v 1.1 2013/05/07 12:35:15 nancy Exp $ +# $Id: photons_cfi.py,v 1.45 2012/04/26 21:09:43 sani Exp $ # gedPhotons = cms.EDProducer("GEDPhotonProducer", photonCoreProducer = cms.InputTag("gedPhotonCore"), diff --git a/RecoEgamma/EgammaPhotonProducers/python/photonCore_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/photonCore_cfi.py index 3ad8ddfe973bc..64a560c2ac397 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/photonCore_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/photonCore_cfi.py @@ -3,7 +3,7 @@ from RecoEgamma.PhotonIdentification.isolationCalculator_cfi import * # # producer for photonCore collection -# $Id: photonCore_cfi.py,v 1.4 2010/05/11 16:14:12 nancy Exp $ +# $Id: photonCore_cfi.py,v 1.3 2010/02/22 19:40:26 nancy Exp $ # photonCore = cms.EDProducer("PhotonCoreProducer", conversionProducer = cms.InputTag("conversions"), diff --git a/RecoEgamma/EgammaPhotonProducers/python/photonSequence_CSA06_cff.py b/RecoEgamma/EgammaPhotonProducers/python/photonSequence_CSA06_cff.py index e2b9e9f359587..1c9bee654442f 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/photonSequence_CSA06_cff.py +++ b/RecoEgamma/EgammaPhotonProducers/python/photonSequence_CSA06_cff.py @@ -2,7 +2,7 @@ # # sequence to make photons from clusters in ECAL -# $Id: photonSequence_CSA06_cff.py,v 1.2 2008/04/21 03:26:40 rpw Exp $ +# $Id: photonSequence_CSA06.cff,v 1.1 2006/09/27 12:37:44 rahatlou Exp $ # # photon producer from RecoEgamma.EgammaPhotonProducers.photons_cfi import * diff --git a/RecoEgamma/EgammaPhotonProducers/python/photonSequence_cff.py b/RecoEgamma/EgammaPhotonProducers/python/photonSequence_cff.py index ffb5b7aee68f5..fea3b0c3be67c 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/photonSequence_cff.py +++ b/RecoEgamma/EgammaPhotonProducers/python/photonSequence_cff.py @@ -2,7 +2,7 @@ # # sequence to make photons from clusters in ECAL -# $Id: photonSequence_cff.py,v 1.3 2009/03/25 11:15:47 nancy Exp $ +# $Id: photonSequence_cff.py,v 1.2 2008/04/21 03:26:39 rpw Exp $ # # photon producer from RecoEgamma.EgammaPhotonProducers.photonCore_cfi import * diff --git a/RecoEgamma/EgammaPhotonProducers/python/photons_cfi.py b/RecoEgamma/EgammaPhotonProducers/python/photons_cfi.py index 3b5123d0a9539..1d9a8d7f6f3b0 100644 --- a/RecoEgamma/EgammaPhotonProducers/python/photons_cfi.py +++ b/RecoEgamma/EgammaPhotonProducers/python/photons_cfi.py @@ -6,7 +6,7 @@ from RecoEcal.EgammaClusterProducers.multi5x5BasicClusters_cfi import * # # producer for photons -# $Id: photons_cfi.py,v 1.45 2012/04/26 21:09:43 sani Exp $ +# $Id: photons_cfi.py,v 1.44 2012/04/24 13:53:34 arun Exp $ # photons = cms.EDProducer("PhotonProducer", photonCoreProducer = cms.InputTag("photonCore"), diff --git a/RecoEgamma/EgammaPhotonProducers/src/ConversionProducer.cc b/RecoEgamma/EgammaPhotonProducers/src/ConversionProducer.cc index 899c86b252d85..948ee79f7fe47 100644 --- a/RecoEgamma/EgammaPhotonProducers/src/ConversionProducer.cc +++ b/RecoEgamma/EgammaPhotonProducers/src/ConversionProducer.cc @@ -13,7 +13,7 @@ Description: Produces converted photon objects using default track collections // // Original Authors: Hongliang Liu // Created: Thu Mar 13 17:40:48 CDT 2008 -// $Id: ConversionProducer.cc,v 1.15 2012/12/26 13:51:27 innocent Exp $ +// $Id: ConversionProducer.cc,v 1.14 2011/12/23 08:13:35 innocent Exp $ // // diff --git a/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackMerger.cc b/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackMerger.cc index e568b725620fc..2f033425b7109 100644 --- a/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackMerger.cc +++ b/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackMerger.cc @@ -7,8 +7,8 @@ // Original Author: J.Bendavid // // $Author: bendavid $ -// $Date: 2011/02/22 20:49:21 $ -// $Revision: 1.3 $ +// $Date: 2010/11/22 02:02:08 $ +// $Revision: 1.2 $ // #include diff --git a/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackProducer.cc b/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackProducer.cc index 95a84dee47a2c..4f3364818235a 100644 --- a/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackProducer.cc +++ b/RecoEgamma/EgammaPhotonProducers/src/ConversionTrackProducer.cc @@ -7,9 +7,9 @@ // // Original Author: J.Bendavid // -// $Author: giordano $ -// $Date: 2011/08/05 19:45:49 $ -// $Revision: 1.4 $ +// $Author: bendavid $ +// $Date: 2010/11/22 02:02:08 $ +// $Revision: 1.3 $ // #include diff --git a/RecoEgamma/EgammaPhotonProducers/src/GEDPhotonCoreProducer.cc b/RecoEgamma/EgammaPhotonProducers/src/GEDPhotonCoreProducer.cc index 0fd8b6e033b6d..0fcec4c247e10 100644 --- a/RecoEgamma/EgammaPhotonProducers/src/GEDPhotonCoreProducer.cc +++ b/RecoEgamma/EgammaPhotonProducers/src/GEDPhotonCoreProducer.cc @@ -4,9 +4,9 @@ /** \class GEDPhotonCoreProducer ** ** - ** $Id: GEDPhotonCoreProducer.cc,v 1.1 2013/05/07 12:33:37 nancy Exp $ - ** $Date: 2013/05/07 12:33:37 $ - ** $Revision: 1.1 $ + ** $Id: $ + ** $Date: $ + ** $Revision: $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/RecoEgamma/EgammaTools/interface/ConversionFinder.h b/RecoEgamma/EgammaTools/interface/ConversionFinder.h index 90de0ffdf312c..7093b133e1aa0 100644 --- a/RecoEgamma/EgammaTools/interface/ConversionFinder.h +++ b/RecoEgamma/EgammaTools/interface/ConversionFinder.h @@ -7,7 +7,7 @@ * electron did indeed come from a conversion * \author Puneeth Kalavase, University Of California, Santa Barbara * - * \version $Id: ConversionFinder.h,v 1.12 2010/10/05 20:34:22 chamont Exp $ + * \version $Id: ConversionFinder.h,v 1.11 2010/10/02 19:48:22 kalavase Exp $ * */ diff --git a/RecoEgamma/EgammaTools/interface/ConversionTools.h b/RecoEgamma/EgammaTools/interface/ConversionTools.h index 8cdb640bc0152..8b0ffdd60ca0d 100644 --- a/RecoEgamma/EgammaTools/interface/ConversionTools.h +++ b/RecoEgamma/EgammaTools/interface/ConversionTools.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// $Id: ConversionTools.h,v 1.2 2011/05/10 19:27:22 eulisse Exp $ +// $Id: ConversionTools.h,v 1.1 2011/04/15 20:00:10 bendavid Exp $ // // ConversionTools // diff --git a/RecoEgamma/EgammaTools/plugins/EGEnergyAnalyzer.cc b/RecoEgamma/EgammaTools/plugins/EGEnergyAnalyzer.cc index db0a9a02cfd25..1583f98bc10f2 100644 --- a/RecoEgamma/EgammaTools/plugins/EGEnergyAnalyzer.cc +++ b/RecoEgamma/EgammaTools/plugins/EGEnergyAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Josh Bendavid // Created: Tue Nov 8 22:26:45 CET 2011 -// $Id: EGEnergyAnalyzer.cc,v 1.3 2011/12/14 21:08:11 bendavid Exp $ +// $Id: EGEnergyAnalyzer.cc,v 1.2 2011/12/14 14:43:38 bendavid Exp $ // // diff --git a/RecoEgamma/EgammaTools/plugins/GBRWrapperMaker.cc b/RecoEgamma/EgammaTools/plugins/GBRWrapperMaker.cc index 2aa766de834aa..34eef8c73a9b5 100644 --- a/RecoEgamma/EgammaTools/plugins/GBRWrapperMaker.cc +++ b/RecoEgamma/EgammaTools/plugins/GBRWrapperMaker.cc @@ -14,7 +14,7 @@ // // Original Author: Josh Bendavid // Created: Tue Nov 8 22:26:45 CET 2011 -// $Id: GBRWrapperMaker.cc,v 1.6 2011/12/14 21:33:00 bendavid Exp $ +// $Id: GBRWrapperMaker.cc,v 1.5 2011/12/14 20:16:56 bendavid Exp $ // // diff --git a/RecoEgamma/EgammaTools/src/ConversionTools.cc b/RecoEgamma/EgammaTools/src/ConversionTools.cc index 46cee3e388801..9f80893466c44 100644 --- a/RecoEgamma/EgammaTools/src/ConversionTools.cc +++ b/RecoEgamma/EgammaTools/src/ConversionTools.cc @@ -1,4 +1,4 @@ -// $Id: ConversionTools.cc,v 1.3 2011/05/10 19:27:22 eulisse Exp $ +// $Id: ConversionTools.cc,v 1.2 2011/04/18 20:47:51 bendavid Exp $ #include #include "RecoEgamma/EgammaTools/interface/ConversionTools.h" diff --git a/RecoEgamma/EgammaTools/src/EGEnergyCorrector.cc b/RecoEgamma/EgammaTools/src/EGEnergyCorrector.cc index 8528a6fddc3bf..816cba9093e61 100644 --- a/RecoEgamma/EgammaTools/src/EGEnergyCorrector.cc +++ b/RecoEgamma/EgammaTools/src/EGEnergyCorrector.cc @@ -1,4 +1,4 @@ -// $Id: EGEnergyCorrector.cc,v 1.8 2011/12/14 20:16:56 bendavid Exp $ +// $Id: EGEnergyCorrector.cc,v 1.7 2011/12/14 14:43:39 bendavid Exp $ #include #include "../interface/EGEnergyCorrector.h" diff --git a/RecoEgamma/ElectronIdentification/plugins/ElectronIdMVABased.cc b/RecoEgamma/ElectronIdentification/plugins/ElectronIdMVABased.cc index 352722c5dec32..b7533fcf307fd 100644 --- a/RecoEgamma/ElectronIdentification/plugins/ElectronIdMVABased.cc +++ b/RecoEgamma/ElectronIdentification/plugins/ElectronIdMVABased.cc @@ -13,7 +13,7 @@ // // Original Author: Zablocki Jakub // Created: Thu Feb 9 10:47:50 CST 2012 -// $Id: ElectronIdMVABased.cc,v 1.4 2012/02/24 14:09:02 benedet Exp $ +// $Id: ElectronIdMVABased.cc,v 1.3 2012/02/20 18:51:57 benedet Exp $ // // diff --git a/RecoEgamma/Examples/plugins/DQMAnalyzer.cc b/RecoEgamma/Examples/plugins/DQMAnalyzer.cc index 1ababd8df1070..4169a628e59c1 100644 --- a/RecoEgamma/Examples/plugins/DQMAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/DQMAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: DQMAnalyzer.cc,v 1.6 2012/09/13 20:08:31 wdd Exp $ +// $Id: DQMAnalyzer.cc,v 1.5 2010/10/19 17:34:56 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/DQMAnalyzer.h b/RecoEgamma/Examples/plugins/DQMAnalyzer.h index 197de0498574f..1df9d45a25196 100644 --- a/RecoEgamma/Examples/plugins/DQMAnalyzer.h +++ b/RecoEgamma/Examples/plugins/DQMAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: DQMAnalyzer.h,v 1.6 2012/09/13 20:08:31 wdd Exp $ +// $Id: DQMAnalyzer.h,v 1.5 2011/05/20 17:17:28 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/ElectronSeedAnalyzer.h b/RecoEgamma/Examples/plugins/ElectronSeedAnalyzer.h index 0b03f0cf372fd..b4f8171091e00 100644 --- a/RecoEgamma/Examples/plugins/ElectronSeedAnalyzer.h +++ b/RecoEgamma/Examples/plugins/ElectronSeedAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: ElectronSeedAnalyzer.h,v 1.6 2012/09/13 20:08:32 wdd Exp $ +// $Id: ElectronSeedAnalyzer.h,v 1.5 2011/05/20 17:17:28 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.cc b/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.cc index 66d67cbb475b7..e4700e9cc59cd 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Ursula Berthon // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronDataAnalyzer.cc,v 1.41 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronDataAnalyzer.cc,v 1.40 2011/03/04 14:43:15 chamont Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.h b/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.h index 4c3bfb53c51b5..c8f922304e5e8 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.h +++ b/RecoEgamma/Examples/plugins/GsfElectronDataAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronDataAnalyzer.h,v 1.22 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronDataAnalyzer.h,v 1.21 2011/05/20 17:17:28 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.cc b/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.cc index b9d6ade92271c..c72e25c1ae3f8 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronFakeAnalyzer.cc,v 1.33 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronFakeAnalyzer.cc,v 1.32 2011/03/04 14:43:15 chamont Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.h b/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.h index 0c19af2bb80e6..f0684d4343ac8 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.h +++ b/RecoEgamma/Examples/plugins/GsfElectronFakeAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronFakeAnalyzer.h,v 1.17 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronFakeAnalyzer.h,v 1.16 2011/05/20 17:17:28 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.cc b/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.cc index 52de91ad15f81..5187b69159b0c 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronMCAnalyzer.cc,v 1.51 2011/03/04 14:43:15 chamont Exp $ +// $Id: GsfElectronMCAnalyzer.cc,v 1.50 2010/10/19 17:34:56 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.h b/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.h index 8a7627f9ee307..cf91783a2a10a 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.h +++ b/RecoEgamma/Examples/plugins/GsfElectronMCAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronMCAnalyzer.h,v 1.21 2011/05/20 17:17:28 wmtan Exp $ +// $Id: GsfElectronMCAnalyzer.h,v 1.20 2009/09/19 21:38:27 charlot Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.cc b/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.cc index 6ba16b16d61a5..82b5f5239fcc1 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Ursula Berthon // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronMCFakeAnalyzer.cc,v 1.9 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronMCFakeAnalyzer.cc,v 1.8 2011/03/04 14:43:15 chamont Exp $ // // diff --git a/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.h b/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.h index ec438f9bfb3ea..30e548d70ba31 100644 --- a/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.h +++ b/RecoEgamma/Examples/plugins/GsfElectronMCFakeAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Ursula Berthon, Claude Charlot // Created: Mon Mar 27 13:22:06 CEST 2006 -// $Id: GsfElectronMCFakeAnalyzer.h,v 1.4 2012/09/13 20:08:32 wdd Exp $ +// $Id: GsfElectronMCFakeAnalyzer.h,v 1.3 2011/05/20 17:17:28 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.cc b/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.cc index 7b2f0e3634bbb..8145b07265388 100644 --- a/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.cc @@ -8,7 +8,7 @@ // // Original Author: Jim Pivarski // Created: Fri May 26 16:49:38 EDT 2006 -// $Id: SiStripElectronAnalyzer.cc,v 1.14 2013/01/02 20:41:37 dlange Exp $ +// $Id: SiStripElectronAnalyzer.cc,v 1.13 2010/10/19 17:34:56 wmtan Exp $ // // system include files diff --git a/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.h b/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.h index 7cfd238f17769..10a871f5122b7 100644 --- a/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.h +++ b/RecoEgamma/Examples/plugins/SiStripElectronAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri May 26 16:52:45 EDT 2006 -// $Id: SiStripElectronAnalyzer.h,v 1.3 2009/03/06 12:42:16 chamont Exp $ +// $Id: SiStripElectronAnalyzer.h,v 1.2 2007/12/31 02:43:12 elmer Exp $ // // system include files diff --git a/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.cc b/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.cc index 4b4755bca8c57..ac59637f68ac3 100644 --- a/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.cc @@ -1,7 +1,7 @@ /**\class PhotonSimpleAnalyzer ** - ** $Date: 2012/01/28 10:29:35 $ - ** $Revision: 1.25 $ + ** $Date: 2010/10/19 17:34:56 $ + ** $Revision: 1.24 $ ** \author Nancy Marinelli, U. of Notre Dame, US */ diff --git a/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.h b/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.h index 4978d4f66808b..8462602bf8884 100644 --- a/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.h +++ b/RecoEgamma/Examples/plugins/SimplePhotonAnalyzer.h @@ -3,8 +3,8 @@ /**\class SimplePhotonAnalyzer ** ** Description: Get Photon collection from the event and make very basic histos - ** $Date: 2009/11/26 19:37:02 $ - ** $Revision: 1.11 $ + ** $Date: 2009/03/06 12:42:16 $ + ** $Revision: 1.10 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** **/ diff --git a/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.cc b/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.cc index 8c24df2f6eaa6..b9f89d621b734 100644 --- a/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.cc +++ b/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Aristotelis Kyriakis // Created: May 26 13:22:06 CEST 2009 -// $Id: SimplePi0DiscAnalyzer.cc,v 1.11 2010/10/19 17:39:21 wmtan Exp $ +// $Id: SimplePi0DiscAnalyzer.cc,v 1.9 2010/09/28 07:24:45 akyriaki Exp $ // // diff --git a/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.h b/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.h index a9aa57b5327a8..5774fed141b31 100644 --- a/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.h +++ b/RecoEgamma/Examples/plugins/SimplePi0DiscAnalyzer.h @@ -10,7 +10,7 @@ // Original Author: A. Kyriakis NCSR "Demokritos" Athens // D Maletic, "Vinca" Belgrade // Created: Mar 27 13:22:06 CEST 2009 -// $Id: SimplePi0DiscAnalyzer.h,v 1.3 2011/05/20 17:17:28 wmtan Exp $ +// $Id: SimplePi0DiscAnalyzer.h,v 1.2 2010/10/19 17:34:56 wmtan Exp $ // // diff --git a/RecoEgamma/Examples/python/simplePhotonAnalyzer_cfi.py b/RecoEgamma/Examples/python/simplePhotonAnalyzer_cfi.py index dcd1cca26f29e..7b8ccb565b2d7 100644 --- a/RecoEgamma/Examples/python/simplePhotonAnalyzer_cfi.py +++ b/RecoEgamma/Examples/python/simplePhotonAnalyzer_cfi.py @@ -2,7 +2,7 @@ # # Author: N. Marinelli, U. of Notre Dame, US -# $Id: simplePhotonAnalyzer_cfi.py,v 1.4 2009/11/26 19:37:36 nancy Exp $ +# $Id: simplePhotonAnalyzer_cfi.py,v 1.3 2008/06/04 19:40:01 rpw Exp $ # simplePhotonAnalyzer = cms.EDAnalyzer("SimplePhotonAnalyzer", phoProducer = cms.string('photons'), diff --git a/RecoEgamma/PhotonIdentification/plugins/PhotonIDSimpleAnalyzer.cc b/RecoEgamma/PhotonIdentification/plugins/PhotonIDSimpleAnalyzer.cc index c19e021b97165..d77312aa7d0a0 100644 --- a/RecoEgamma/PhotonIdentification/plugins/PhotonIDSimpleAnalyzer.cc +++ b/RecoEgamma/PhotonIdentification/plugins/PhotonIDSimpleAnalyzer.cc @@ -16,7 +16,7 @@ // Editing Author: M.B. Anderson // // Created: Fri May 9 11:03:51 CDT 2008 -// $Id: PhotonIDSimpleAnalyzer.cc,v 1.10 2010/01/14 17:29:32 nancy Exp $ +// $Id: PhotonIDSimpleAnalyzer.cc,v 1.9 2009/10/27 10:53:37 sani Exp $ // /////////////////////////////////////////////////////////////////////// // header file for this analyzer // diff --git a/RecoHI/Configuration/test/reconstruct_PbPb_cfg.py b/RecoHI/Configuration/test/reconstruct_PbPb_cfg.py index b95db7f929a6c..b94638591aa3a 100644 --- a/RecoHI/Configuration/test/reconstruct_PbPb_cfg.py +++ b/RecoHI/Configuration/test/reconstruct_PbPb_cfg.py @@ -20,7 +20,7 @@ process.load('Configuration/EventContent/EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.11 $'), + version = cms.untracked.string('$Revision: 1.7 $'), annotation = cms.untracked.string('hiReco nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/RecoHI/HiCentralityAlgos/src/CentralityBinProducer.cc b/RecoHI/HiCentralityAlgos/src/CentralityBinProducer.cc index 2d452f256e639..c0e501e0caa73 100644 --- a/RecoHI/HiCentralityAlgos/src/CentralityBinProducer.cc +++ b/RecoHI/HiCentralityAlgos/src/CentralityBinProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Thu Aug 12 05:34:11 EDT 2010 -// $Id: CentralityBinProducer.cc,v 1.4 2010/11/02 16:15:59 yilmaz Exp $ +// $Id: CentralityBinProducer.cc,v 1.3 2010/09/06 11:40:34 vlimant Exp $ // // diff --git a/RecoHI/HiCentralityAlgos/src/CentralityFilter.cc b/RecoHI/HiCentralityAlgos/src/CentralityFilter.cc index 4dcc456cb619d..298e40e56d990 100644 --- a/RecoHI/HiCentralityAlgos/src/CentralityFilter.cc +++ b/RecoHI/HiCentralityAlgos/src/CentralityFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz,32 4-A08,+41227673039, // Created: Tue Jun 29 12:19:49 CEST 2010 -// $Id: CentralityFilter.cc,v 1.5 2010/11/04 09:25:57 yilmaz Exp $ +// $Id: CentralityFilter.cc,v 1.4 2010/07/12 09:37:40 edwenger Exp $ // // diff --git a/RecoHI/HiCentralityAlgos/src/CentralityProducer.cc b/RecoHI/HiCentralityAlgos/src/CentralityProducer.cc index 7eb11d5695314..e58bd5410abf2 100644 --- a/RecoHI/HiCentralityAlgos/src/CentralityProducer.cc +++ b/RecoHI/HiCentralityAlgos/src/CentralityProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz, Young Soo Park // Created: Wed Jun 11 15:31:41 CEST 2008 -// $Id: CentralityProducer.cc,v 1.40 2012/12/26 23:38:37 wmtan Exp $ +// $Id: CentralityProducer.cc,v 1.30 2010/11/06 10:58:46 yilmaz Exp $ // // diff --git a/RecoHI/HiCentralityAlgos/src/CentralityTableProducer.cc b/RecoHI/HiCentralityAlgos/src/CentralityTableProducer.cc index 1302106d9f065..32f9fd496cca1 100644 --- a/RecoHI/HiCentralityAlgos/src/CentralityTableProducer.cc +++ b/RecoHI/HiCentralityAlgos/src/CentralityTableProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Wed May 2 21:41:30 EDT 2007 -// $Id: CentralityTableProducer.cc,v 1.13 2011/05/20 17:17:29 wmtan Exp $ +// $Id: CentralityTableProducer.cc,v 1.12 2010/11/03 14:53:05 yilmaz Exp $ // // diff --git a/RecoHI/HiCentralityAlgos/src/HiTrivialConditionRetriever.cc b/RecoHI/HiCentralityAlgos/src/HiTrivialConditionRetriever.cc index 818532a3977cc..b54284002581c 100644 --- a/RecoHI/HiCentralityAlgos/src/HiTrivialConditionRetriever.cc +++ b/RecoHI/HiCentralityAlgos/src/HiTrivialConditionRetriever.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Wed May 2 21:41:30 EDT 2007 -// $Id: HiTrivialConditionRetriever.cc,v 1.1 2010/03/23 21:56:39 yilmaz Exp $ +// $Id: HiTrivialConditionRetriever.cc,v 1.8 2010/03/23 12:40:53 yilmaz Exp $ // // diff --git a/RecoHI/HiCentralityAlgos/test/AnalyzerWithCentrality.cc b/RecoHI/HiCentralityAlgos/test/AnalyzerWithCentrality.cc index d374fa492a0f4..1f3469d31ac56 100644 --- a/RecoHI/HiCentralityAlgos/test/AnalyzerWithCentrality.cc +++ b/RecoHI/HiCentralityAlgos/test/AnalyzerWithCentrality.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Mon Mar 1 17:18:04 EST 2010 -// $Id: AnalyzerWithCentrality.cc,v 1.10 2010/11/02 16:15:59 yilmaz Exp $ +// $Id: AnalyzerWithCentrality.cc,v 1.9 2010/10/27 08:46:43 yilmaz Exp $ // // diff --git a/RecoHI/HiEgammaAlgos/plugins/HiEgammaSCCorrectionMaker.h b/RecoHI/HiEgammaAlgos/plugins/HiEgammaSCCorrectionMaker.h index 6aa89ba92c74a..fd2cc95a69e87 100755 --- a/RecoHI/HiEgammaAlgos/plugins/HiEgammaSCCorrectionMaker.h +++ b/RecoHI/HiEgammaAlgos/plugins/HiEgammaSCCorrectionMaker.h @@ -14,7 +14,7 @@ // // Original Author: Dave Evans // Created: Thu Apr 13 15:50:17 CEST 2006 -// $Id: HiEgammaSCCorrectionMaker.h,v 1.1 2010/11/04 18:32:48 edwenger Exp $ +// $Id: HiEgammaSCCorrectionMaker.h,v 1.3 2010/10/28 13:36:01 yjlee Exp $ // // diff --git a/RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc b/RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc index d48d449eecbf5..5071c1e4ee629 100644 --- a/RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc +++ b/RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc @@ -13,7 +13,7 @@ // // Original Author: Yong Kim,32 4-A08,+41227673039, // Created: Mon Nov 1 18:22:21 CET 2010 -// $Id: HiSpikeCleaner.cc,v 1.10 2012/01/28 10:43:20 eulisse Exp $ +// $Id: HiSpikeCleaner.cc,v 1.9 2011/01/21 10:45:18 vlimant Exp $ // // diff --git a/RecoHI/HiEgammaAlgos/python/HiIslandClusteringSequence_cff.py b/RecoHI/HiEgammaAlgos/python/HiIslandClusteringSequence_cff.py index 32e82913330d6..707797c1c6556 100644 --- a/RecoHI/HiEgammaAlgos/python/HiIslandClusteringSequence_cff.py +++ b/RecoHI/HiEgammaAlgos/python/HiIslandClusteringSequence_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: HiIslandClusteringSequence_cff.py,v 1.1 2010/10/26 10:29:41 yjlee Exp $ +# $Id: islandClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:10 rpw Exp $ # #------------------ #Island clustering: diff --git a/RecoHI/HiEgammaAlgos/python/HiIslandSuperClusters_cfi.py b/RecoHI/HiEgammaAlgos/python/HiIslandSuperClusters_cfi.py index 6ddb6a209494e..6e5c0c5458792 100644 --- a/RecoHI/HiEgammaAlgos/python/HiIslandSuperClusters_cfi.py +++ b/RecoHI/HiEgammaAlgos/python/HiIslandSuperClusters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: HiIslandSuperClusters_cfi.py,v 1.4 2010/10/28 19:13:25 yjlee Exp $ +# $Id: HiIslandSuperClusters_cfi.py,v 1.3 2010/10/28 19:02:26 yjlee Exp $ # # Island SuperCluster producer islandSuperClusters = cms.EDProducer("HiSuperClusterProducer", diff --git a/RecoHI/HiEgammaAlgos/src/HiEgammaSCEnergyCorrectionAlgo.cc b/RecoHI/HiEgammaAlgos/src/HiEgammaSCEnergyCorrectionAlgo.cc index e81d371146119..1c60ec21a11f7 100755 --- a/RecoHI/HiEgammaAlgos/src/HiEgammaSCEnergyCorrectionAlgo.cc +++ b/RecoHI/HiEgammaAlgos/src/HiEgammaSCEnergyCorrectionAlgo.cc @@ -1,5 +1,5 @@ // -// $Id: HiEgammaSCEnergyCorrectionAlgo.cc,v 1.9 2011/04/25 15:17:04 yjlee Exp $ +// $Id: HiEgammaSCEnergyCorrectionAlgo.cc,v 1.8 2010/11/14 14:22:01 innocent Exp $ // Author: David Evans, Bristol // #include "RecoHI/HiEgammaAlgos/interface/HiEgammaSCEnergyCorrectionAlgo.h" diff --git a/RecoHI/HiEvtPlaneAlgos/interface/HiEvtPlaneFlatten.h b/RecoHI/HiEvtPlaneAlgos/interface/HiEvtPlaneFlatten.h index 87928ab9e027e..d8ec60fbf0443 100644 --- a/RecoHI/HiEvtPlaneAlgos/interface/HiEvtPlaneFlatten.h +++ b/RecoHI/HiEvtPlaneAlgos/interface/HiEvtPlaneFlatten.h @@ -10,7 +10,7 @@ // // Original Author: Stephen Sanders // Created: Mon Jun 7 14:40:12 EDT 2010 -// $Id: HiEvtPlaneFlatten.h,v 1.5 2012/02/15 10:33:36 eulisse Exp $ +// $Id: HiEvtPlaneFlatten.h,v 1.3 2011/10/07 09:41:29 yilmaz Exp $ // // diff --git a/RecoHI/HiEvtPlaneAlgos/src/EvtPlaneProducer.cc b/RecoHI/HiEvtPlaneAlgos/src/EvtPlaneProducer.cc index 35ca5976c1917..1f44536494498 100644 --- a/RecoHI/HiEvtPlaneAlgos/src/EvtPlaneProducer.cc +++ b/RecoHI/HiEvtPlaneAlgos/src/EvtPlaneProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Sergey Petrushanko // Created: Fri Jul 11 10:05:00 2008 -// $Id: EvtPlaneProducer.cc,v 1.21 2012/02/15 11:04:09 eulisse Exp $ +// $Id: EvtPlaneProducer.cc,v 1.20 2012/02/15 10:33:36 eulisse Exp $ // // #define TRACKCOLLECTION 1 diff --git a/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatCalib.cc b/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatCalib.cc index 6c193fd6cd4ac..bab717d92eb36 100644 --- a/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatCalib.cc +++ b/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatCalib.cc @@ -14,7 +14,7 @@ // // Original Author: Stephen Sanders // Created: Sat Jun 26 16:04:04 EDT 2010 -// $Id: HiEvtPlaneFlatCalib.cc,v 1.7 2012/02/15 11:04:09 eulisse Exp $ +// $Id: HiEvtPlaneFlatCalib.cc,v 1.6 2012/02/15 10:33:36 eulisse Exp $ // // diff --git a/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatProducer.cc b/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatProducer.cc index 94cf9cec7806c..2e1748073dbbb 100644 --- a/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatProducer.cc +++ b/RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatProducer.cc @@ -14,7 +14,7 @@ // // Original Author: Stephen Sanders // Created: Sat Jun 26 16:04:04 EDT 2010 -// $Id: HiEvtPlaneFlatProducer.cc,v 1.14 2012/02/15 11:04:09 eulisse Exp $ +// $Id: HiEvtPlaneFlatProducer.cc,v 1.13 2012/02/15 10:33:36 eulisse Exp $ // // diff --git a/RecoHI/HiEvtPlaneAlgos/src/MoveFlatParamsToDB.cc b/RecoHI/HiEvtPlaneAlgos/src/MoveFlatParamsToDB.cc index a1554bfca3572..0e8c8c4312329 100644 --- a/RecoHI/HiEvtPlaneAlgos/src/MoveFlatParamsToDB.cc +++ b/RecoHI/HiEvtPlaneAlgos/src/MoveFlatParamsToDB.cc @@ -13,7 +13,7 @@ // // Original Author: Stephen Sanders // Created: Fri Jun 11 12:56:15 EDT 2010 -// $Id: MoveFlatParamsToDB.cc,v 1.2 2011/10/07 09:41:29 yilmaz Exp $ +// $Id: MoveFlatParamsToDB.cc,v 1.1 2011/09/24 14:02:09 ssanders Exp $ // // diff --git a/RecoHI/HiJetAlgos/plugins/HiGenCleaner.cc b/RecoHI/HiJetAlgos/plugins/HiGenCleaner.cc index 3655dc69b1373..d5adb066dd30f 100644 --- a/RecoHI/HiJetAlgos/plugins/HiGenCleaner.cc +++ b/RecoHI/HiJetAlgos/plugins/HiGenCleaner.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Tue Jul 21 04:26:01 EDT 2009 -// $Id: HiGenCleaner.cc,v 1.3 2010/06/01 14:44:22 yilmaz Exp $ +// $Id: HiGenCleaner.cc,v 1.2 2010/05/17 14:50:16 yilmaz Exp $ // // diff --git a/RecoHI/HiJetAlgos/plugins/HiL1Subtractor.h b/RecoHI/HiJetAlgos/plugins/HiL1Subtractor.h index 7d4468a750059..b4e43fec919e2 100644 --- a/RecoHI/HiJetAlgos/plugins/HiL1Subtractor.h +++ b/RecoHI/HiJetAlgos/plugins/HiL1Subtractor.h @@ -16,7 +16,7 @@ // // Original Author: "Matthew Nguyen" // Created: Sun Nov 7 12:18:18 CDT 2010 -// $Id: HiL1Subtractor.h,v 1.1 2011/01/10 19:56:55 mnguyen Exp $ +// $Id: HiL1Subtractor.h,v 1.3 2010/03/23 21:05:10 mnguyenD Exp $ // // diff --git a/RecoHI/HiJetAlgos/plugins/ParticleTowerProducer.cc b/RecoHI/HiJetAlgos/plugins/ParticleTowerProducer.cc index e1370d394219e..18ead5ec46340 100644 --- a/RecoHI/HiJetAlgos/plugins/ParticleTowerProducer.cc +++ b/RecoHI/HiJetAlgos/plugins/ParticleTowerProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz,32 4-A08,+41227673039, // Created: Thu Jan 20 19:53:58 CET 2011 -// $Id: ParticleTowerProducer.cc,v 1.11 2013/05/02 12:29:18 mnguyen Exp $ +// $Id: ParticleTowerProducer.cc,v 1.10 2012/11/12 20:54:33 dlange Exp $ // // diff --git a/RecoHI/HiTracking/test/vtxTest_cfg.py b/RecoHI/HiTracking/test/vtxTest_cfg.py index 767227f4d7bec..efb647a0c835d 100644 --- a/RecoHI/HiTracking/test/vtxTest_cfg.py +++ b/RecoHI/HiTracking/test/vtxTest_cfg.py @@ -14,7 +14,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.232.2.6 $'), annotation = cms.untracked.string('vtxTest nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/RecoJets/Configuration/python/CaloTowersES_cfi.py b/RecoJets/Configuration/python/CaloTowersES_cfi.py index 016d9dc076e41..c8fcae012ed43 100644 --- a/RecoJets/Configuration/python/CaloTowersES_cfi.py +++ b/RecoJets/Configuration/python/CaloTowersES_cfi.py @@ -8,7 +8,7 @@ ## import Geometry.HcalEventSetup.hcalTopologyConstants_cfi as hcalTopologyConstants_cfi ## caloTowerConstituentsMapBuilder.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants) -# $Id: CaloTowersES_cfi.py,v 1.8 2012/09/14 16:13:57 gruen Exp $ +# $Id: CaloTowersES_cfi.py,v 1.7 2012/08/28 14:26:18 yana Exp $ # # Event Setup necessary for CaloTowers reconstruction # diff --git a/RecoJets/Configuration/python/CaloTowersRec_cff.py b/RecoJets/Configuration/python/CaloTowersRec_cff.py index 9238a0989f741..88811813a2aee 100644 --- a/RecoJets/Configuration/python/CaloTowersRec_cff.py +++ b/RecoJets/Configuration/python/CaloTowersRec_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: CaloTowersRec_cff.py,v 1.5 2008/09/20 17:41:45 oehler Exp $ +# $Id: CaloTowersRec_cff.py,v 1.4.2.1 2008/09/04 20:32:52 fedor Exp $ # # create calotowers here # diff --git a/RecoJets/Configuration/python/GenJetParticles_cff.py b/RecoJets/Configuration/python/GenJetParticles_cff.py index 3c64fdb039882..95c7f9e9e6a23 100644 --- a/RecoJets/Configuration/python/GenJetParticles_cff.py +++ b/RecoJets/Configuration/python/GenJetParticles_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # -# $Id: GenJetParticles_cff.py,v 1.6 2010/03/01 21:25:51 wmtan Exp $ +# $Id: GenJetParticles_cff.py,v 1.5 2009/11/11 21:02:37 srappocc Exp $ # # ShR 27 Mar 07: move modules producing candidates for Jets from RecoGenJets.cff # diff --git a/RecoJets/Configuration/python/RecoCaloTowersGR_cff.py b/RecoJets/Configuration/python/RecoCaloTowersGR_cff.py index 67ca34a988a8e..1401e901a6266 100644 --- a/RecoJets/Configuration/python/RecoCaloTowersGR_cff.py +++ b/RecoJets/Configuration/python/RecoCaloTowersGR_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoCaloTowersGR_cff.py,v 1.6 2009/04/21 14:41:57 srappocc Exp $ +# $Id: RecoCaloTowersGR_cff.py,v 1.5 2008/10/21 14:40:07 oehler Exp $ # # create GR calotowers here # diff --git a/RecoJets/Configuration/python/RecoJPTJetsHIC_cff.py b/RecoJets/Configuration/python/RecoJPTJetsHIC_cff.py index abc74c0234fe4..cb0b4ac4244b8 100644 --- a/RecoJets/Configuration/python/RecoJPTJetsHIC_cff.py +++ b/RecoJets/Configuration/python/RecoJPTJetsHIC_cff.py @@ -1,4 +1,4 @@ -# $Id: RecoJPTJetsHIC_cff.py,v 1.1 2010/03/11 15:17:33 srappocc Exp $ +# $Id: RecoJPTJets_cff.py,v 1.1 2009/10/19 17:53:21 stadie Exp $ from RecoJets.JetPlusTracks.JetPlusTrackCorrectionsAA_cff import * #define jetPlusTrackZSPCorJet sequences diff --git a/RecoJets/Configuration/python/RecoJPTJets_cff.py b/RecoJets/Configuration/python/RecoJPTJets_cff.py index c0bc4a1f6d9b1..f427838bb949f 100644 --- a/RecoJets/Configuration/python/RecoJPTJets_cff.py +++ b/RecoJets/Configuration/python/RecoJPTJets_cff.py @@ -1,4 +1,4 @@ -# $Id: RecoJPTJets_cff.py,v 1.9 2013/05/21 11:16:38 speer Exp $ +# $Id: RecoJPTJets_cff.py,v 1.8 2013/05/05 08:57:35 kodolova Exp $ from RecoJets.JetPlusTracks.JetPlusTrackCorrections_cff import * JetPlusTrackZSPCorJetAntiKt5.ptCUT = 15. diff --git a/RecoJets/Configuration/python/RecoJetAssociations_cff.py b/RecoJets/Configuration/python/RecoJetAssociations_cff.py index c679d2509339f..376ae4cfd5062 100644 --- a/RecoJets/Configuration/python/RecoJetAssociations_cff.py +++ b/RecoJets/Configuration/python/RecoJetAssociations_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoJetAssociations_cff.py,v 1.9 2013/05/01 20:46:01 srappocc Exp $ +# $Id: RecoJetAssociations_cff.py,v 1.7 2012/07/11 14:11:59 srappocc Exp $ # # Associate reconstructed jets with other objects # keep IC5 association for backward compatibility for external use diff --git a/RecoJets/Configuration/python/RecoJetsGR_cff.py b/RecoJets/Configuration/python/RecoJetsGR_cff.py index a558c60ec839d..e8c63d3db6040 100644 --- a/RecoJets/Configuration/python/RecoJetsGR_cff.py +++ b/RecoJets/Configuration/python/RecoJetsGR_cff.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoJetsGR_cff.py,v 1.7 2009/11/11 15:21:27 srappocc Exp $ +# $Id: RecoJetsGR_cff.py,v 1.6.2.2 2009/11/11 15:17:51 srappocc Exp $ # Standard set: from RecoJets.Configuration.RecoJets_cff import * diff --git a/RecoJets/Configuration/python/RecoJets_EventContent_cff.py b/RecoJets/Configuration/python/RecoJets_EventContent_cff.py index 83d175b739cfb..5a64b999a6f76 100644 --- a/RecoJets/Configuration/python/RecoJets_EventContent_cff.py +++ b/RecoJets/Configuration/python/RecoJets_EventContent_cff.py @@ -58,13 +58,14 @@ 'keep *_ak5CaloJets_*_*', #'keep *_ak7CaloJets_*_*', #'keep *_kt4PFJets_*_*', - #'keep *_kt6PFJets_*_*', + 'keep double_kt6PFJets_rho_*', 'keep *_ak5PFJets_*_*', #'keep *_ak7PFJets_*_*', 'keep *_ak8PFJets_*_*', 'keep *_ak5PFJetsCHS_*_*', 'keep *_ak8PFJetsCHS_*_*', 'keep *_ca8PFJetsCHS_*_*', + 'keep *_ca8PFJetsCHSPruned_*_*', 'keep *_cmsTopTagPFJetsCHS_*_*', #'keep *_hepTopTagPFJetsCHS_*_*', #'keep *_ca15PFJetsCHSMassDropFiltered_*_*', diff --git a/RecoJets/FFTJetProducers/interface/FFTJetInterface.h b/RecoJets/FFTJetProducers/interface/FFTJetInterface.h index 802184110beee..46c0da2a79095 100644 --- a/RecoJets/FFTJetProducers/interface/FFTJetInterface.h +++ b/RecoJets/FFTJetProducers/interface/FFTJetInterface.h @@ -11,7 +11,7 @@ // // Original Author: Igor Volobouev // Created: June 29 2010 -// $Id: FFTJetInterface.h,v 1.3 2012/08/06 21:36:54 igv Exp $ +// $Id: FFTJetInterface.h,v 1.2 2010/12/07 00:18:18 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetCorrectionProducer.cc b/RecoJets/FFTJetProducers/plugins/FFTJetCorrectionProducer.cc index d1fd4f050ff6a..9f7f453512f8c 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetCorrectionProducer.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetCorrectionProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Mon Aug 6 11:03:38 CDT 2012 -// $Id: FFTJetCorrectionProducer.cc,v 1.1 2012/11/15 00:40:00 igv Exp $ +// $Id: FFTJetCorrectionProducer.cc,v 1.1 2012/07/19 16:42:59 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetDijetFilter.cc b/RecoJets/FFTJetProducers/plugins/FFTJetDijetFilter.cc index e3ab201eb87b3..571722ebe6d3b 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetDijetFilter.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetDijetFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Jul 18 19:19:40 CDT 2012 -// $Id: FFTJetDijetFilter.cc,v 1.3 2012/07/19 01:50:01 igv Exp $ +// $Id: FFTJetDijetFilter.cc,v 1.1 2012/06/21 19:19:40 igv Exp $ // // #include diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc b/RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc index 6e18538a13ed0..a9129aabb621c 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Jun 2 18:49:49 CDT 2011 -// $Id: FFTJetEFlowSmoother.cc,v 1.1 2011/06/03 05:05:44 igv Exp $ +// $Id: FFTJetEFlowSmoother.cc,v 1.1 2011/06/02 00:57:01 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetPFPileupCleaner.cc b/RecoJets/FFTJetProducers/plugins/FFTJetPFPileupCleaner.cc index fa74f89ed77b3..29eaf1b00ae8a 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetPFPileupCleaner.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetPFPileupCleaner.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Jul 14 17:50:33 CDT 2011 -// $Id: FFTJetPFPileupCleaner.cc,v 1.5 2012/06/22 07:23:21 igv Exp $ +// $Id: FFTJetPFPileupCleaner.cc,v 1.1 2011/07/15 04:26:34 igv Exp $ // // #include diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetPatRecoProducer.cc b/RecoJets/FFTJetProducers/plugins/FFTJetPatRecoProducer.cc index 6afe2523a8fff..bd03c51147fa8 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetPatRecoProducer.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetPatRecoProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Tue Jun 15 12:45:45 CDT 2010 -// $Id: FFTJetPatRecoProducer.cc,v 1.5 2011/07/18 17:08:24 igv Exp $ +// $Id: FFTJetPatRecoProducer.cc,v 1.4 2011/07/05 06:28:02 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc b/RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc index 9ea11fd1efa03..7ed5843fb1d9c 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Wed Apr 20 13:52:23 CDT 2011 -// $Id: FFTJetPileupEstimator.cc,v 1.3 2012/11/21 03:13:26 igv Exp $ +// $Id: FFTJetPileupEstimator.cc,v 1.2 2012/06/28 23:05:42 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetPileupProcessor.cc b/RecoJets/FFTJetProducers/plugins/FFTJetPileupProcessor.cc index e77899c0b35ef..f0ed495fbc2a7 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetPileupProcessor.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetPileupProcessor.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Wed Apr 20 13:52:23 CDT 2011 -// $Id: FFTJetPileupProcessor.cc,v 1.11 2012/11/21 03:13:26 igv Exp $ +// $Id: FFTJetPileupProcessor.cc,v 1.10 2012/06/28 23:05:42 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetProducer.cc b/RecoJets/FFTJetProducers/plugins/FFTJetProducer.cc index 94e905669e525..672cc62acd58f 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetProducer.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Sun Jun 20 14:32:36 CDT 2010 -// $Id: FFTJetProducer.cc,v 1.16 2012/11/21 03:13:26 igv Exp $ +// $Id: FFTJetProducer.cc,v 1.15 2012/11/05 16:28:00 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetProducer.h b/RecoJets/FFTJetProducers/plugins/FFTJetProducer.h index 551d671137668..e46d64a502cec 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetProducer.h +++ b/RecoJets/FFTJetProducers/plugins/FFTJetProducer.h @@ -21,7 +21,7 @@ // // Original Author: Igor Volobouev // Created: Sun Jun 20 14:32:36 CDT 2010 -// $Id: FFTJetProducer.h,v 1.12 2012/11/21 03:13:26 igv Exp $ +// $Id: FFTJetProducer.h,v 1.11 2012/08/06 21:36:54 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetTreeDump.cc b/RecoJets/FFTJetProducers/plugins/FFTJetTreeDump.cc index 26349829d13ad..d3d274a4a2d1f 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetTreeDump.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetTreeDump.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Sun Jun 20 14:32:36 CDT 2010 -// $Id: FFTJetTreeDump.cc,v 1.2 2010/12/07 00:19:43 igv Exp $ +// $Id: FFTJetTreeDump.cc,v 1.1 2010/12/06 17:33:19 igv Exp $ // // diff --git a/RecoJets/FFTJetProducers/plugins/FFTJetVertexAdder.cc b/RecoJets/FFTJetProducers/plugins/FFTJetVertexAdder.cc index 8fa0060347f60..3ecfdf4fa09df 100644 --- a/RecoJets/FFTJetProducers/plugins/FFTJetVertexAdder.cc +++ b/RecoJets/FFTJetProducers/plugins/FFTJetVertexAdder.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Jun 21 19:19:40 CDT 2012 -// $Id: FFTJetVertexAdder.cc,v 1.1 2012/06/22 07:23:21 igv Exp $ +// $Id: FFTJetVertexAdder.cc,v 1.1 2012/06/21 19:19:40 igv Exp $ // // diff --git a/RecoJets/JetAlgorithms/interface/CompoundPseudoJet.h b/RecoJets/JetAlgorithms/interface/CompoundPseudoJet.h index 3acaa40efd95e..48e4a295d0b0f 100644 --- a/RecoJets/JetAlgorithms/interface/CompoundPseudoJet.h +++ b/RecoJets/JetAlgorithms/interface/CompoundPseudoJet.h @@ -22,7 +22,7 @@ // // Original Author: Salvatore Rappoccio // Created: Wed Nov 28 15:31:57 CST 2007 -// $Id: CompoundPseudoJet.h,v 1.2 2011/03/24 17:02:39 schiefer Exp $ +// $Id: CompoundPseudoJet.h,v 1.1 2008/10/31 19:00:22 srappocc Exp $ // //------------------------------------------------------------------------------------- diff --git a/RecoJets/JetAlgorithms/interface/FastPrunePlugin.hh b/RecoJets/JetAlgorithms/interface/FastPrunePlugin.hh index 222367620fcc0..f4580ffafce36 100644 --- a/RecoJets/JetAlgorithms/interface/FastPrunePlugin.hh +++ b/RecoJets/JetAlgorithms/interface/FastPrunePlugin.hh @@ -1,4 +1,4 @@ -// $Id: FastPrunePlugin.hh,v 1.1 2011/04/25 04:19:54 srappocc Exp $ +// $Id: FastPrunePlugin.hh 984 2010-12-20 22:35:41Z verm $ /////////////////////////////////////////////////////////////////////////////// // // Defines the FastPrune Plugin to FastJet. This is the "pruned" version of diff --git a/RecoJets/JetAlgorithms/interface/JetAlgoHelper.h b/RecoJets/JetAlgorithms/interface/JetAlgoHelper.h index d24ecce46b6a8..8048799e7b753 100644 --- a/RecoJets/JetAlgorithms/interface/JetAlgoHelper.h +++ b/RecoJets/JetAlgorithms/interface/JetAlgoHelper.h @@ -3,7 +3,7 @@ // Various simple tools // F.Ratnikov, UMd -// $Id: JetAlgoHelper.h,v 1.9 2009/07/08 00:38:29 hegner Exp $ +// $Id: JetAlgoHelper.h,v 1.8 2009/04/22 12:49:09 stadie Exp $ #include #include diff --git a/RecoJets/JetAlgorithms/interface/PrunedRecombiner.hh b/RecoJets/JetAlgorithms/interface/PrunedRecombiner.hh index ce6b094b0173a..560f741d7836f 100644 --- a/RecoJets/JetAlgorithms/interface/PrunedRecombiner.hh +++ b/RecoJets/JetAlgorithms/interface/PrunedRecombiner.hh @@ -1,4 +1,4 @@ -// $Id: PrunedRecombiner.hh,v 1.1 2011/04/25 04:19:54 srappocc Exp $ +// $Id: PrunedRecombiner.hh 984 2010-12-20 22:35:41Z verm $ /////////////////////////////////////////////////////////////////////////////// // // The PrunedRecombiner class. This class extends any Recombiner diff --git a/RecoJets/JetAlgorithms/src/CATopJetAlgorithm.cc b/RecoJets/JetAlgorithms/src/CATopJetAlgorithm.cc index 12acc793d3d1c..0004e1942bbd5 100644 --- a/RecoJets/JetAlgorithms/src/CATopJetAlgorithm.cc +++ b/RecoJets/JetAlgorithms/src/CATopJetAlgorithm.cc @@ -1,6 +1,6 @@ // Original author: Brock Tweedie (JHU) // Ported to CMSSW by: Sal Rappoccio (JHU) -// $Id: CATopJetAlgorithm.cc,v 1.14 2012/09/03 18:15:21 jpilot Exp $ +// $Id: CATopJetAlgorithm.cc,v 1.13 2012/02/14 19:43:30 srappocc Exp $ #include "RecoJets/JetAlgorithms/interface/CATopJetAlgorithm.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/RecoJets/JetAlgorithms/src/FastPrunePlugin.cc b/RecoJets/JetAlgorithms/src/FastPrunePlugin.cc index 626cd65c8a203..5a7b316546325 100644 --- a/RecoJets/JetAlgorithms/src/FastPrunePlugin.cc +++ b/RecoJets/JetAlgorithms/src/FastPrunePlugin.cc @@ -1,4 +1,4 @@ -// $Id: FastPrunePlugin.cc,v 1.1 2011/04/25 04:19:54 srappocc Exp $ +// $Id: FastPrunePlugin.cc 984 2010-12-20 22:35:41Z verm $ /////////////////////////////////////////////////////////////////////////////// // // Implements the FastPrunePlugin class. See FastPrunePlugin.hh for a diff --git a/RecoJets/JetAlgorithms/src/PrunedRecombiner.cc b/RecoJets/JetAlgorithms/src/PrunedRecombiner.cc index a180eb801b216..e7d1102e90ffd 100644 --- a/RecoJets/JetAlgorithms/src/PrunedRecombiner.cc +++ b/RecoJets/JetAlgorithms/src/PrunedRecombiner.cc @@ -1,4 +1,4 @@ -// $Id: PrunedRecombiner.cc,v 1.2 2011/04/25 04:19:54 srappocc Exp $ +// $Id: PrunedRecombiner.cc 984 2010-12-20 22:35:41Z verm $ /////////////////////////////////////////////////////////////////////////////// // // Implements the PrunedRecombiner class. See PrunedRecombiner.hh diff --git a/RecoJets/JetAnalyzers/src/FFTJetImageRecorder.cc b/RecoJets/JetAnalyzers/src/FFTJetImageRecorder.cc index dd4f86369966d..6ca6423a78882 100644 --- a/RecoJets/JetAnalyzers/src/FFTJetImageRecorder.cc +++ b/RecoJets/JetAnalyzers/src/FFTJetImageRecorder.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Apr 21 15:52:11 CDT 2011 -// $Id: FFTJetImageRecorder.cc,v 1.1 2011/06/03 05:10:07 igv Exp $ +// $Id: FFTJetImageRecorder.cc,v 1.1 2011/04/27 01:16:35 igv Exp $ // // diff --git a/RecoJets/JetAnalyzers/src/FFTJetPileupAnalyzer.cc b/RecoJets/JetAnalyzers/src/FFTJetPileupAnalyzer.cc index 1dcaf7540657b..020f56ac81c4b 100644 --- a/RecoJets/JetAnalyzers/src/FFTJetPileupAnalyzer.cc +++ b/RecoJets/JetAnalyzers/src/FFTJetPileupAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Igor Volobouev // Created: Thu Apr 21 15:52:11 CDT 2011 -// $Id: FFTJetPileupAnalyzer.cc,v 1.12 2011/07/18 17:40:54 igv Exp $ +// $Id: FFTJetPileupAnalyzer.cc,v 1.11 2011/07/05 07:51:28 igv Exp $ // // diff --git a/RecoJets/JetAnalyzers/test/JetToDigiDumpReReco.py b/RecoJets/JetAnalyzers/test/JetToDigiDumpReReco.py index 5ba5aef5a256f..3c3dc5b39a563 100644 --- a/RecoJets/JetAnalyzers/test/JetToDigiDumpReReco.py +++ b/RecoJets/JetAnalyzers/test/JetToDigiDumpReReco.py @@ -17,7 +17,7 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.77 $'), annotation = cms.untracked.string('step2 nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDR.h b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDR.h index 97a6edd02853d..5214c2fa0c7c8 100644 --- a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDR.h +++ b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDR.h @@ -1,7 +1,7 @@ // \class JetTracksAssociationDR // Associate jets with tracks by simple "delta R" criteria // Fedor Ratnikov (UMd) -// $Id: JetTracksAssociationDR.h,v 1.2 2010/03/16 21:48:47 srappocc Exp $ +// $Id: JetTracksAssociationDR.h,v 1.1 2009/03/30 15:06:33 bainbrid Exp $ #ifndef RecoJets_JetAssociationAlgorithms_JetTracksAssociationDR_h #define RecoJets_JetAssociationAlgorithms_JetTracksAssociationDR_h diff --git a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h index 2dcefd59a6473..f2f04fc8db6a4 100644 --- a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h +++ b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h @@ -1,7 +1,7 @@ // \class JetTracksAssociationDRCalo // Associate jets with tracks by simple "delta R" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRCalo.h,v 1.6 2010/03/18 12:17:58 bainbrid Exp $ +// $Id: JetTracksAssociationDRCalo.h,v 1.4 2007/09/24 20:59:57 fedor Exp $ #ifndef JetTracksAssociationDRCalo_h #define JetTracksAssociationDRCalo_h diff --git a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h index 48834719eb19c..a5aa40a901108 100644 --- a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h +++ b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h @@ -1,7 +1,7 @@ // \class JetTracksAssociationDRVertex // Associate jets with tracks by simple "delta R" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRVertex.h,v 1.5 2010/03/18 12:17:58 bainbrid Exp $ +// $Id: JetTracksAssociationDRVertex.h,v 1.3 2007/09/19 18:02:39 fedor Exp $ #ifndef JetTracksAssociationDRVertex_h #define JetTracksAssociationDRVertex_h diff --git a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h index a37387f072405..a9933ccb5cb8e 100644 --- a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h +++ b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h @@ -3,7 +3,7 @@ // This is different from the "JetTracksAssociatorAtVertex" because this // class assigns a vertex to the jet/track association. // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRVertexAssigned.h,v 1.1 2011/11/11 18:58:02 srappocc Exp $ +// $Id: JetTracksAssociationDRVertex.h,v 1.5 2010/03/18 12:17:58 bainbrid Exp $ #ifndef JetTracksAssociationDRVertexAssigned_h #define JetTracksAssociationDRVertexAssigned_h diff --git a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationXtrpCalo.h b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationXtrpCalo.h index 7c2f6b1b87457..e5458177dce64 100644 --- a/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationXtrpCalo.h +++ b/RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationXtrpCalo.h @@ -1,6 +1,6 @@ // \class JetTracksAssociationXtrpCalo // Associate jets with tracks by extrapolation to calo face -// $Id: JetTracksAssociationXtrpCalo.h,v 1.2 2011/02/16 18:25:33 stadie Exp $ +// $Id: JetTracksAssociationXtrpCalo.h,v 1.1 2010/03/16 21:48:51 srappocc Exp $ #ifndef RecoJets_JetAssociationAlgorithms_JetTracksAssociationXtrpCalo_h #define RecoJets_JetAssociationAlgorithms_JetTracksAssociationXtrpCalo_h diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDR.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDR.cc index ec1bd9c91c13b..3ec9e70568713 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDR.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDR.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDR.cc,v 1.1 2009/03/30 15:06:33 bainbrid Exp $ +// $Id: JetTracksAssociationDR.cc,v 1.4.2.2 2009/02/23 12:59:13 bainbrid Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDR.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRCalo.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRCalo.cc index 8268ad19c0c17..bf19ad1e8e58c 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRCalo.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRCalo.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRCalo.cc,v 1.10 2012/12/26 14:25:08 innocent Exp $ +// $Id: JetTracksAssociationDRCalo.cc,v 1.9 2010/03/18 12:17:58 bainbrid Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h" diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertex.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertex.cc index 41e1fca4a607f..7444e2b6662e1 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertex.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertex.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRVertex.cc,v 1.4 2010/03/18 12:17:58 bainbrid Exp $ +// $Id: JetTracksAssociationDRVertex.cc,v 1.2 2007/09/19 18:02:40 fedor Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h" diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertexAssigned.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertexAssigned.cc index 9a3910a579650..bce7a05355628 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertexAssigned.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationDRVertexAssigned.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationDRVertexAssigned.cc,v 1.2 2011/11/29 10:04:47 srappocc Exp $ +// $Id: JetTracksAssociationDRVertexAssigned.cc,v 1.1 2011/11/11 18:58:03 srappocc Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h" diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationExplicit.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationExplicit.cc index f3f9e1e2a2e03..b37744e835e8a 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationExplicit.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationExplicit.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationExplicit.cc,v 1.1 2012/01/13 21:11:03 srappocc Exp $ +// $Id: JetTracksAssociationExplicit.cc,v 1.2 2011/11/29 10:04:47 srappocc Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationExplicit.h" diff --git a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationXtrpCalo.cc b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationXtrpCalo.cc index af568379639b7..575bb23061355 100644 --- a/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationXtrpCalo.cc +++ b/RecoJets/JetAssociationAlgorithms/src/JetTracksAssociationXtrpCalo.cc @@ -1,6 +1,6 @@ // Associate jets with tracks by simple "dR" criteria // Fedor Ratnikov (UMd), Aug. 28, 2007 -// $Id: JetTracksAssociationXtrpCalo.cc,v 1.4 2011/02/26 05:59:34 dlange Exp $ +// $Id: JetTracksAssociationXtrpCalo.cc,v 1.3 2011/02/16 17:36:31 stadie Exp $ #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationXtrpCalo.h" #include "DataFormats/GeometrySurface/interface/Cylinder.h" diff --git a/RecoJets/JetAssociationProducers/interface/TrackExtrapolator.h b/RecoJets/JetAssociationProducers/interface/TrackExtrapolator.h index d16c24435d997..02dc7a677360e 100644 --- a/RecoJets/JetAssociationProducers/interface/TrackExtrapolator.h +++ b/RecoJets/JetAssociationProducers/interface/TrackExtrapolator.h @@ -18,7 +18,7 @@ // // Original Author: Salvatore Rappoccio (salvatore.rappoccio@cern.ch) // Created: Mon Feb 22 11:54:41 CET 2010 -// $Id: TrackExtrapolator.h,v 1.3 2011/02/16 17:02:13 stadie Exp $ +// $Id: TrackExtrapolator.h,v 1.2 2010/09/01 01:23:35 johnpaul Exp $ // // Revision by: John Paul Chou (chou@hep.brown.edu) // Modified algorithm to extrapolate correctly to the endcap front face. diff --git a/RecoJets/JetAssociationProducers/python/ak5JTA_cff.py b/RecoJets/JetAssociationProducers/python/ak5JTA_cff.py index f7da9cef2d93f..883685c502354 100644 --- a/RecoJets/JetAssociationProducers/python/ak5JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/ak5JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: ak5JTA_cff.py,v 1.4 2012/07/11 14:12:14 srappocc Exp $ +# $Id: ak5JTA_cff.py,v 1.3 2012/01/13 21:11:04 srappocc Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/ak7JTA_cff.py b/RecoJets/JetAssociationProducers/python/ak7JTA_cff.py index 811c695f88249..5ca7611e18c0b 100644 --- a/RecoJets/JetAssociationProducers/python/ak7JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/ak7JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: ak7JTA_cff.py,v 1.2 2010/02/17 17:47:50 wmtan Exp $ +# $Id: ak7JTA_cff.py,v 1.1 2009/09/02 03:00:44 srappocc Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/ic5JetTracksAssociatorAtVertex_cfi.py b/RecoJets/JetAssociationProducers/python/ic5JetTracksAssociatorAtVertex_cfi.py index 3521d366de8bc..ae52b864df7c9 100644 --- a/RecoJets/JetAssociationProducers/python/ic5JetTracksAssociatorAtVertex_cfi.py +++ b/RecoJets/JetAssociationProducers/python/ic5JetTracksAssociatorAtVertex_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.3 2010/02/17 17:47:51 wmtan Exp $ +# $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.2 2008/04/21 03:27:42 rpw Exp $ from RecoJets.JetAssociationProducers.j2tParametersVX_cfi import * ic5JetTracksAssociatorAtVertex = cms.EDProducer("JetTracksAssociatorAtVertex", j2tParametersVX, diff --git a/RecoJets/JetAssociationProducers/python/ic5JetVertexCompatibility_cfi.py b/RecoJets/JetAssociationProducers/python/ic5JetVertexCompatibility_cfi.py index 225d6ada3ddb3..c22d2c5f8635c 100644 --- a/RecoJets/JetAssociationProducers/python/ic5JetVertexCompatibility_cfi.py +++ b/RecoJets/JetAssociationProducers/python/ic5JetVertexCompatibility_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: ic5JetVertexCompatibility_cfi.py,v 1.1 2009/03/26 10:35:00 saout Exp $ +# $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.2 2008/04/21 03:27:42 rpw Exp $ from RecoJets.JetAssociationProducers.jvcParameters_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/iterativeCone5JTA_cff.py b/RecoJets/JetAssociationProducers/python/iterativeCone5JTA_cff.py index 1c597328e0e4f..3c8ccb824e291 100644 --- a/RecoJets/JetAssociationProducers/python/iterativeCone5JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/iterativeCone5JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: iterativeCone5JTA_cff.py,v 1.4 2010/02/17 17:47:53 wmtan Exp $ +# $Id: iterativeCone5JTA_cff.py,v 1.3 2008/06/19 14:55:11 rahatlou Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/j2tParametersCALO_cfi.py b/RecoJets/JetAssociationProducers/python/j2tParametersCALO_cfi.py index ae97f91b0fb2a..45c46440c8bbd 100644 --- a/RecoJets/JetAssociationProducers/python/j2tParametersCALO_cfi.py +++ b/RecoJets/JetAssociationProducers/python/j2tParametersCALO_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: j2tParametersCALO_cfi.py,v 1.5 2010/03/16 21:45:55 srappocc Exp $ +# $Id: j2tParametersCALO_cfi.py,v 1.4 2009/03/30 15:07:42 bainbrid Exp $ j2tParametersCALO = cms.PSet( tracks = cms.InputTag("generalTracks"), trackQuality = cms.string("goodIterative"), diff --git a/RecoJets/JetAssociationProducers/python/j2tParametersVX_cfi.py b/RecoJets/JetAssociationProducers/python/j2tParametersVX_cfi.py index 231d4328ca967..50b01b097a66d 100644 --- a/RecoJets/JetAssociationProducers/python/j2tParametersVX_cfi.py +++ b/RecoJets/JetAssociationProducers/python/j2tParametersVX_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: j2tParametersVX_cfi.py,v 1.6 2011/11/11 18:58:01 srappocc Exp $ +# $Id: j2tParametersVX_cfi.py,v 1.5 2010/03/18 09:17:24 srappocc Exp $ j2tParametersVX = cms.PSet( tracks = cms.InputTag("generalTracks"), coneSize = cms.double(0.5), diff --git a/RecoJets/JetAssociationProducers/python/jvcParameters_cfi.py b/RecoJets/JetAssociationProducers/python/jvcParameters_cfi.py index 7fafe41805f98..2a1204c576301 100644 --- a/RecoJets/JetAssociationProducers/python/jvcParameters_cfi.py +++ b/RecoJets/JetAssociationProducers/python/jvcParameters_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: jvcParameters_cfi.py,v 1.1 2009/03/26 10:35:00 saout Exp $ +# $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.2 2008/04/21 03:27:42 rpw Exp $ jvcParameters = cms.PSet( primaryVertices = cms.InputTag("offlinePrimaryVertices"), diff --git a/RecoJets/JetAssociationProducers/python/kt4JTA_cff.py b/RecoJets/JetAssociationProducers/python/kt4JTA_cff.py index a4d03178dd587..0826981613465 100644 --- a/RecoJets/JetAssociationProducers/python/kt4JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/kt4JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: kt4JTA_cff.py,v 1.4 2010/02/17 17:47:54 wmtan Exp $ +# $Id: kt4JTA_cff.py,v 1.3 2008/06/19 14:55:14 rahatlou Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/midPointCone5JTA_cff.py b/RecoJets/JetAssociationProducers/python/midPointCone5JTA_cff.py index b9f306e078e72..927c2e8a5644f 100644 --- a/RecoJets/JetAssociationProducers/python/midPointCone5JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/midPointCone5JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: midPointCone5JTA_cff.py,v 1.4 2010/02/17 17:47:55 wmtan Exp $ +# $Id: midPointCone5JTA_cff.py,v 1.3 2008/06/19 14:55:15 rahatlou Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/python/sisCone5JTA_cff.py b/RecoJets/JetAssociationProducers/python/sisCone5JTA_cff.py index a6a9b5afd4693..13d9e897d34a7 100644 --- a/RecoJets/JetAssociationProducers/python/sisCone5JTA_cff.py +++ b/RecoJets/JetAssociationProducers/python/sisCone5JTA_cff.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -# $Id: sisCone5JTA_cff.py,v 1.4 2010/02/17 17:47:56 wmtan Exp $ +# $Id: sisCone5JTA_cff.py,v 1.3 2008/06/19 14:55:16 rahatlou Exp $ from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import * ##propagator from RecoJets.JetAssociationProducers.j2tParametersCALO_cfi import * diff --git a/RecoJets/JetAssociationProducers/src/JetExtender.cc b/RecoJets/JetAssociationProducers/src/JetExtender.cc index 8450fd3bfea40..d4d9b0007433d 100644 --- a/RecoJets/JetAssociationProducers/src/JetExtender.cc +++ b/RecoJets/JetAssociationProducers/src/JetExtender.cc @@ -3,7 +3,7 @@ // Combines different Jet associations into single compact object // which extends basic Jet information // Fedor Ratnikov Sep. 10, 2007 -// $Id: JetExtender.cc,v 1.4 2007/10/01 19:24:45 fedor Exp $ +// $Id: JetExtender.cc,v 1.3 2007/09/20 22:32:41 fedor Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/RecoJets/JetAssociationProducers/src/JetExtender.h b/RecoJets/JetAssociationProducers/src/JetExtender.h index 592b975126b31..e4635b8a1c30c 100644 --- a/RecoJets/JetAssociationProducers/src/JetExtender.h +++ b/RecoJets/JetAssociationProducers/src/JetExtender.h @@ -3,7 +3,7 @@ // Combines different Jet associations into single compact object // which extends basic Jet information // Fedor Ratnikov Sep. 10, 2007 -// $Id: JetExtender.h,v 1.2 2010/02/17 17:50:18 wmtan Exp $ +// $Id: JetExtender.h,v 1.1 2007/09/11 23:57:26 fedor Exp $ // // #ifndef JetExtender_h diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.cc b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.cc index 25e092b0c1355..53d713e7759af 100644 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.cc +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.cc @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetTracksAssociatorAtCaloFace.cc,v 1.6 2013/02/27 20:42:22 eulisse Exp $ +// $Id: JetTracksAssociatorAtCaloFace.cc,v 1.5 2010/03/16 21:45:55 srappocc Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.h b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.h index 2173484ea54b1..af4d3021dcf6b 100644 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.h +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtCaloFace.h @@ -1,7 +1,7 @@ // \class JetTracksAssociatorAtCaloFace JetTracksAssociatorAtCaloFace.cc // Associate jet with tracks extrapolated to CALO face // Accommodated for Jet Package by: Fedor Ratnikov Sep.7, 2007 -// $Id: JetTracksAssociatorAtCaloFace.h,v 1.5 2013/02/27 20:42:22 eulisse Exp $ +// $Id: JetTracksAssociatorAtCaloFace.h,v 1.4 2010/03/16 21:45:55 srappocc Exp $ // // #ifndef JetTracksAssociatorAtCaloFace_h diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.cc b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.cc index 8a9966b10a000..7dbb3db03ef57 100755 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.cc +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.cc @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetTracksAssociatorAtVertex.cc,v 1.8 2011/11/11 19:44:39 srappocc Exp $ +// $Id: JetTracksAssociatorAtVertex.cc,v 1.6 2010/03/18 09:17:25 srappocc Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.h b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.h index 7e95101090669..178ff88f20a30 100755 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.h +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorAtVertex.h @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetTracksAssociatorAtVertex.h,v 1.4 2011/11/11 18:58:02 srappocc Exp $ +// $Id: JetTracksAssociatorAtVertex.h,v 1.3 2010/02/28 20:10:04 wmtan Exp $ // // #ifndef JetTracksAssociatorAtVertex_h diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc index b53b06105e81d..da2f69e42c4d8 100644 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.cc @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetTracksAssociatorExplicit.cc,v 1.1 2012/01/13 21:11:04 srappocc Exp $ +// $Id: JetTracksAssociatorExplicit.cc,v 1.8 2011/11/11 19:44:39 srappocc Exp $ // #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.h b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.h index 6a254eaefd923..6668ea94e00fd 100644 --- a/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.h +++ b/RecoJets/JetAssociationProducers/src/JetTracksAssociatorExplicit.h @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetTracksAssociatorExplicit.h,v 1.1 2012/01/13 21:11:04 srappocc Exp $ +// $Id: JetTracksAssociatorExplicit.h,v 1.4 2011/11/11 18:58:02 srappocc Exp $ // // #ifndef JetTracksAssociatorExplicit_h diff --git a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.cc b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.cc index b15013deccfe0..9292727530faf 100644 --- a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.cc +++ b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Olga Kodolova,40 R-A12,+41227671273, // Created: Fri Feb 19 10:14:02 CET 2010 -// $Id: JetPlusTrackProducer.cc,v 1.9 2013/04/30 09:02:46 kodolova Exp $ +// $Id: JetPlusTrackProducer.cc,v 1.8 2012/10/18 08:46:42 eulisse Exp $ // // diff --git a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.h b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.h index 68002db6f4bd8..1cf683af842bb 100644 --- a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.h +++ b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducer.h @@ -13,7 +13,7 @@ // // Original Author: Olga Kodolova,40 R-A12,+41227671273, // Created: Fri Feb 19 10:14:02 CET 2010 -// $Id: JetPlusTrackProducer.h,v 1.3 2013/04/30 09:02:47 kodolova Exp $ +// $Id: JetPlusTrackProducer.h,v 1.2 2012/10/18 08:46:42 eulisse Exp $ // // diff --git a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.cc b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.cc index 7d1f21ef16e26..419d5d5762b63 100644 --- a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.cc +++ b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.cc @@ -13,7 +13,7 @@ // // Original Author: Olga Kodolova,40 R-A12,+41227671273, // Created: Fri Feb 19 10:14:02 CET 2010 -// $Id: JetPlusTrackProducerAA.cc,v 1.10 2012/10/18 08:46:42 eulisse Exp $ +// $Id: JetPlusTrackProducerAA.cc,v 1.9 2011/12/12 19:52:42 dlange Exp $ // // diff --git a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.h b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.h index db26fac531baa..194a4afb6dd50 100644 --- a/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.h +++ b/RecoJets/JetPlusTracks/plugins/JetPlusTrackProducerAA.h @@ -13,7 +13,7 @@ // // Original Author: Olga Kodolova,40 R-A12,+41227671273, // Created: Fri Feb 19 10:14:02 CET 2010 -// $Id: JetPlusTrackProducerAA.h,v 1.3 2012/10/18 08:46:42 eulisse Exp $ +// $Id: JetPlusTrackProducerAA.h,v 1.2 2011/02/20 10:06:25 kodolova Exp $ // // diff --git a/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.cc b/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.cc index 0cacdf4001578..3526dd65c9dcf 100644 --- a/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.cc +++ b/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.cc @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: SimpleZSPJPTJetCorrector.cc,v 1.1 2012/10/18 08:46:42 eulisse Exp $ +// $Id: SimpleZSPJPTJetCorrector.cc,v 1.8 2010/07/30 14:27:45 kodolova Exp $ // // ZSP Jet Corrector // diff --git a/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.h b/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.h index 88efed456e2e1..37318eb458a9c 100644 --- a/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.h +++ b/RecoJets/JetPlusTracks/plugins/SimpleZSPJPTJetCorrector.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: SimpleZSPJPTJetCorrector.h,v 1.1 2012/10/18 08:46:42 eulisse Exp $ +// $Id: SimpleZSPJPTJetCorrector.h,v 1.3 2010/05/01 19:49:47 kodolova Exp $ // // MC Jet Corrector // diff --git a/RecoJets/JetPlusTracks/plugins/ZSPJPTJetCorrector.h b/RecoJets/JetPlusTracks/plugins/ZSPJPTJetCorrector.h index 19d4b08ad287d..b1d9b1be268ed 100644 --- a/RecoJets/JetPlusTracks/plugins/ZSPJPTJetCorrector.h +++ b/RecoJets/JetPlusTracks/plugins/ZSPJPTJetCorrector.h @@ -1,6 +1,6 @@ // // Original Author: Fedor Ratnikov Dec 27, 2006 -// $Id: ZSPJPTJetCorrector.h,v 1.1 2012/10/18 08:46:42 eulisse Exp $ +// $Id: ZSPJPTJetCorrector.h,v 1.2 2010/03/08 10:35:36 kodolova Exp $ // // MC Jet Corrector // diff --git a/RecoJets/JetProducers/plugins/CastorJetIDProducer.h b/RecoJets/JetProducers/plugins/CastorJetIDProducer.h index 625c4241bca02..a9228b29642bd 100644 --- a/RecoJets/JetProducers/plugins/CastorJetIDProducer.h +++ b/RecoJets/JetProducers/plugins/CastorJetIDProducer.h @@ -15,7 +15,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Thu Sep 17 12:18:18 CDT 2009 -// $Id: CastorJetIDProducer.h,v 1.2 2010/07/06 17:39:38 srappocc Exp $ +// $Id: CastorJetIDProducer.h,v 1.1.2.1 2010/07/06 17:11:33 hvanhaev Exp $ // // diff --git a/RecoJets/JetProducers/plugins/JetIDProducer.h b/RecoJets/JetProducers/plugins/JetIDProducer.h index 8655e43326b2c..edbcfdee2363a 100644 --- a/RecoJets/JetProducers/plugins/JetIDProducer.h +++ b/RecoJets/JetProducers/plugins/JetIDProducer.h @@ -18,7 +18,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Thu Sep 17 12:18:18 CDT 2009 -// $Id: JetIDProducer.h,v 1.3 2010/03/23 21:05:10 srappocc Exp $ +// $Id: JetIDProducer.h,v 1.2 2009/11/03 15:40:04 srappocc Exp $ // // diff --git a/RecoJets/JetProducers/plugins/PileupJetIdProducer.cc b/RecoJets/JetProducers/plugins/PileupJetIdProducer.cc index 76b2accd37b31..c5a843ad3d238 100644 --- a/RecoJets/JetProducers/plugins/PileupJetIdProducer.cc +++ b/RecoJets/JetProducers/plugins/PileupJetIdProducer.cc @@ -13,7 +13,7 @@ Description: [one line class summary] // // Original Author: Pasquale Musella,40 2-A12,+41227671706, // Created: Wed Apr 18 15:48:47 CEST 2012 -// $Id: PileupJetIdProducer.cc,v 1.3 2013/02/27 20:57:37 eulisse Exp $ +// $Id: PileupJetIdProducer.cc,v 1.2 2012/09/20 15:43:30 veelken Exp $ // // diff --git a/RecoJets/JetProducers/python/FastjetParameters_cfi.py b/RecoJets/JetProducers/python/FastjetParameters_cfi.py index a5c1e12215d02..6c8714257d409 100644 --- a/RecoJets/JetProducers/python/FastjetParameters_cfi.py +++ b/RecoJets/JetProducers/python/FastjetParameters_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms # Generic parameters for PU subtraction -# $Id: FastjetParameters_cfi.py,v 1.2 2008/04/21 03:28:19 rpw Exp $ +# $Id: FastjetParameters.cfi,v 1.7 2007/11/02 20:00:31 fedor Exp $ FastjetParameters = cms.PSet( ) diff --git a/RecoJets/JetProducers/test/test-large-voronoi-area.cc b/RecoJets/JetProducers/test/test-large-voronoi-area.cc index 7cfa4e5b1c251..a135f2150e168 100644 --- a/RecoJets/JetProducers/test/test-large-voronoi-area.cc +++ b/RecoJets/JetProducers/test/test-large-voronoi-area.cc @@ -12,7 +12,7 @@ //---------------------------------------------------------------------- //STARTHEADER -// $Id: test-large-voronoi-area.cc,v 1.1 2011/07/11 12:02:16 stadie Exp $ +// $Id: 06-area.cc 2003 2011-03-11 16:10:08Z soyez $ // // Copyright (c) 2005-2011, Matteo Cacciari, Gavin Salam and Gregory Soyez // diff --git a/RecoLocalCalo/CaloTowersCreator/interface/CaloTowersCreationAlgo.h b/RecoLocalCalo/CaloTowersCreator/interface/CaloTowersCreationAlgo.h index 90654b212e987..555e2250f9962 100644 --- a/RecoLocalCalo/CaloTowersCreator/interface/CaloTowersCreationAlgo.h +++ b/RecoLocalCalo/CaloTowersCreator/interface/CaloTowersCreationAlgo.h @@ -35,8 +35,8 @@ class DetId; /** \class CaloTowersCreationAlgo * - * $Date: 2011/05/17 21:09:37 $ - * $Revision: 1.21 $ + * $Date: 2011/03/18 19:10:07 $ + * $Revision: 1.20 $ * \author R. Wilkinson - Caltech */ diff --git a/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.cc b/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.cc index 13f475084a5ab..2d18837b30954 100644 --- a/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.cc +++ b/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.cc @@ -1,7 +1,7 @@ // makes CaloTowerCandidates from CaloTowers // original author: L.Lista INFN // modifyed by: F.Ratnikov UMd -// $Id: CaloTowerCandidateCreator.cc,v 1.10 2008/03/04 04:47:26 anastass Exp $ +// $Id: CaloTowerCandidateCreator.cc,v 1.9 2007/03/07 19:54:50 mansj Exp $ #include #include "DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h" #include "DataFormats/CaloTowers/interface/CaloTower.h" diff --git a/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.h b/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.h index c5b62dd3d2c5d..094e84c92a172 100644 --- a/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.h +++ b/RecoLocalCalo/CaloTowersCreator/src/CaloTowerCandidateCreator.h @@ -8,9 +8,9 @@ * * \author Luca Lista, INFN * - * \version $Revision: 1.1 $ + * \version $Revision: 1.4 $ * - * $Id: CaloTowerCandidateCreator.h,v 1.1 2007/03/07 19:54:50 mansj Exp $ + * $Id: CaloTowerCandidateCreator.h,v 1.4 2006/08/17 15:23:34 mansj Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersCreator.h b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersCreator.h index 9f3b8e3b67a9f..129a05a7eb4a0 100644 --- a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersCreator.h +++ b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersCreator.h @@ -14,8 +14,8 @@ /** \class CaloTowersCreator * - * $Date: 2011/05/20 18:43:38 $ - * $Revision: 1.10 $ + * $Date: 2011/05/17 21:09:38 $ + * $Revision: 1.9 $ * Original author: J. Mans - Minnesota */ diff --git a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersMerger.cc b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersMerger.cc index 833b8b70a4408..10e1b99878543 100644 --- a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersMerger.cc +++ b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersMerger.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Thu Nov 4 16:36:30 CET 2010 -// $Id: CaloTowersMerger.cc,v 1.2 2010/11/24 19:52:16 anastass Exp $ +// $Id: CaloTowersMerger.cc,v 1.1 2010/11/04 17:42:53 vlimant Exp $ // // diff --git a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersReCreator.h b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersReCreator.h index a1fab6e1cd6ec..9e509f37e9deb 100644 --- a/RecoLocalCalo/CaloTowersCreator/src/CaloTowersReCreator.h +++ b/RecoLocalCalo/CaloTowersCreator/src/CaloTowersReCreator.h @@ -14,8 +14,8 @@ /** \class CaloTowersReCreator * - * $Date: 2011/05/20 17:17:29 $ - * $Revision: 1.2 $ + * $Date: 2007/03/31 18:38:51 $ + * $Revision: 1.1 $ */ class CaloTowersReCreator : public edm::EDProducer { public: diff --git a/RecoLocalCalo/Castor/src/CastorCellProducer.cc b/RecoLocalCalo/Castor/src/CastorCellProducer.cc index afddbf6f1c6a4..666564fdb43a6 100644 --- a/RecoLocalCalo/Castor/src/CastorCellProducer.cc +++ b/RecoLocalCalo/Castor/src/CastorCellProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Hans Van Haevermaet, Benoit Roland // Created: Wed Jul 9 14:00:40 CEST 2008 -// $Id: CastorCellProducer.cc,v 1.7 2010/07/06 16:45:54 hvanhaev Exp $ +// $Id: CastorCellProducer.cc,v 1.5 2010/06/29 11:30:28 hvanhaev Exp $ // // diff --git a/RecoLocalCalo/Castor/src/CastorClusterProducer.cc b/RecoLocalCalo/Castor/src/CastorClusterProducer.cc index d5488805feb8a..48bd90945a7ca 100644 --- a/RecoLocalCalo/Castor/src/CastorClusterProducer.cc +++ b/RecoLocalCalo/Castor/src/CastorClusterProducer.cc @@ -12,7 +12,7 @@ // // Original Author: Hans Van Haevermaet, Benoit Roland // Created: Wed Jul 9 14:00:40 CEST 2008 -// $Id: CastorClusterProducer.cc,v 1.10 2011/02/24 09:36:46 hvanhaev Exp $ +// $Id: CastorClusterProducer.cc,v 1.9 2010/10/26 04:16:21 wmtan Exp $ // // diff --git a/RecoLocalCalo/Castor/src/CastorInvalidDataFilter.cc b/RecoLocalCalo/Castor/src/CastorInvalidDataFilter.cc index 09f90fec69790..878d5fd5b61d2 100644 --- a/RecoLocalCalo/Castor/src/CastorInvalidDataFilter.cc +++ b/RecoLocalCalo/Castor/src/CastorInvalidDataFilter.cc @@ -13,7 +13,7 @@ // // Original Author: local user // Created: Thu Apr 21 11:36:52 CEST 2011 -// $Id: CastorInvalidDataFilter.cc,v 1.2 2013/02/27 23:02:53 eulisse Exp $ +// $Id: CastorInvalidDataFilter.cc,v 1.1 2011/04/21 13:20:58 hvanhaev Exp $ // // diff --git a/RecoLocalCalo/Castor/src/CastorTowerProducer.cc b/RecoLocalCalo/Castor/src/CastorTowerProducer.cc index b19341b5d2fc0..aec714139fd6e 100644 --- a/RecoLocalCalo/Castor/src/CastorTowerProducer.cc +++ b/RecoLocalCalo/Castor/src/CastorTowerProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Hans Van Haevermaet, Benoit Roland // Created: Wed Jul 9 14:00:40 CEST 2008 -// $Id: CastorTowerProducer.cc,v 1.12 2013/01/07 15:32:45 hvanhaev Exp $ +// $Id: CastorTowerProducer.cc,v 1.11 2012/07/18 00:31:00 slava77 Exp $ // // diff --git a/RecoLocalCalo/Castor/src/RecHitCorrector.cc b/RecoLocalCalo/Castor/src/RecHitCorrector.cc index a8c0568ec6141..b8e1d9aebc925 100644 --- a/RecoLocalCalo/Castor/src/RecHitCorrector.cc +++ b/RecoLocalCalo/Castor/src/RecHitCorrector.cc @@ -13,7 +13,7 @@ // // Original Author: Hans Van Haevermaet // Created: Wed Feb 23 11:29:43 CET 2011 -// $Id: RecHitCorrector.cc,v 1.3 2011/05/13 13:20:14 hvanhaev Exp $ +// $Id: RecHitCorrector.cc,v 1.2 2011/03/16 16:17:33 hvanhaev Exp $ // // diff --git a/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h b/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h index bff2e8ea6a17d..41bdf1780204b 100644 --- a/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h +++ b/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h @@ -3,8 +3,8 @@ /** \class EcalDeadChannelRecoveryAlgos * - * $Date: 2010/08/06 20:24:54 $ - * $Revision: 1.7 $ + * $Date: 2009/04/30 14:08:31 $ + * $Revision: 1.6 $ */ diff --git a/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/src/EcalDeadChannelRecoveryAlgos.cc b/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/src/EcalDeadChannelRecoveryAlgos.cc index 3f0ae39a5f42a..3b647a7b1f116 100644 --- a/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/src/EcalDeadChannelRecoveryAlgos.cc +++ b/RecoLocalCalo/EcalDeadChannelRecoveryAlgos/src/EcalDeadChannelRecoveryAlgos.cc @@ -13,7 +13,7 @@ // // Original Author: Georgios Daskalakis // Created: Thu Apr 12 17:02:06 CEST 2007 -// $Id: EcalDeadChannelRecoveryAlgos.cc,v 1.10 2010/08/06 20:24:54 wmtan Exp $ +// $Id: EcalDeadChannelRecoveryAlgos.cc,v 1.9 2009/06/05 13:33:42 ferriff Exp $ // // May 4th 2007 S. Beauceron : modification of MakeNxNMatrice in order to use vectors // diff --git a/RecoLocalCalo/EcalDeadChannelRecoveryProducers/interface/EcalDeadChannelRecoveryProducers.h b/RecoLocalCalo/EcalDeadChannelRecoveryProducers/interface/EcalDeadChannelRecoveryProducers.h index 6a1bf30839d07..d8fe505f094a7 100644 --- a/RecoLocalCalo/EcalDeadChannelRecoveryProducers/interface/EcalDeadChannelRecoveryProducers.h +++ b/RecoLocalCalo/EcalDeadChannelRecoveryProducers/interface/EcalDeadChannelRecoveryProducers.h @@ -3,8 +3,8 @@ /** \class EcalDeadChannelRecoveryProducers * - * $Date: 2010/08/06 20:24:55 $ - * $Revision: 1.3 $ + * $Date: 2009/12/14 22:23:53 $ + * $Revision: 1.2 $ */ // system include files diff --git a/RecoLocalCalo/EcalDeadChannelRecoveryProducers/src/EcalDeadChannelRecoveryProducers.cc b/RecoLocalCalo/EcalDeadChannelRecoveryProducers/src/EcalDeadChannelRecoveryProducers.cc index 3bc01d38e666c..eebe8cdf96642 100644 --- a/RecoLocalCalo/EcalDeadChannelRecoveryProducers/src/EcalDeadChannelRecoveryProducers.cc +++ b/RecoLocalCalo/EcalDeadChannelRecoveryProducers/src/EcalDeadChannelRecoveryProducers.cc @@ -13,7 +13,7 @@ // // Original Author: Georgios Daskalakis // Created: Thu Apr 12 17:01:03 CEST 2007 -// $Id: EcalDeadChannelRecoveryProducers.cc,v 1.7 2011/05/22 23:08:19 eulisse Exp $ +// $Id: EcalDeadChannelRecoveryProducers.cc,v 1.6 2010/08/06 20:24:55 wmtan Exp $ // // diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalCleaningAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalCleaningAlgo.h index 5fe46d297f262..e82db63438176 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalCleaningAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalCleaningAlgo.h @@ -3,7 +3,7 @@ Declaration of class EcalCleaningAlgo \author Stefano Argiro - \version $Id: EcalCleaningAlgo.h,v 1.5 2011/05/17 12:07:25 argiro Exp $ + \version $Id: EcalCleaningAlgo.h,v 1.4 2011/05/12 19:00:34 vlimant Exp $ \date 20 Dec 2010 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitAbsAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitAbsAlgo.h index d44cf7e8b05a5..7e8c015427b77 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitAbsAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitAbsAlgo.h @@ -4,9 +4,9 @@ /** \class EcalRecHitAbsAlgo * Template algorithm to make rechits from uncalibrated rechits * - * $Id: EcalRecHitAbsAlgo.h,v 1.4 2012/05/14 12:50:48 eulisse Exp $ - * $Date: 2012/05/14 12:50:48 $ - * $Revision: 1.4 $ + * $Id: EcalRecHitAbsAlgo.h,v 1.3 2009/04/09 13:37:59 ferriff Exp $ + * $Date: 2009/04/09 13:37:59 $ + * $Revision: 1.3 $ * \author Shahram Rahatlou, University of Rome & INFN, March 2006 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitSimpleAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitSimpleAlgo.h index f9e7176230591..b21ba770ee8d1 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitSimpleAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalRecHitSimpleAlgo.h @@ -4,9 +4,9 @@ /** \class EcalRecHitSimpleAlgo * Simple algoritm to make rechits from uncalibrated rechits * - * $Id: EcalRecHitSimpleAlgo.h,v 1.17 2012/02/17 21:28:12 franzoni Exp $ - * $Date: 2012/02/17 21:28:12 $ - * $Revision: 1.17 $ + * $Id: EcalRecHitSimpleAlgo.h,v 1.16 2012/02/17 21:22:54 franzoni Exp $ + * $Date: 2012/02/17 21:22:54 $ + * $Revision: 1.16 $ * \author Shahram Rahatlou, University of Rome & INFN, March 2006 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgo.h index 52d8c61a6e934..0cdba04c4d302 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgo.h @@ -3,7 +3,7 @@ Declaration of class EcalSeverityLevelAlgo \author Stefano Argiro - \version $Id: EcalSeverityLevelAlgo.h,v 1.30 2011/04/12 08:04:25 argiro Exp $ + \version $Id: EcalSeverityLevelAlgo.h,v 1.29 2011/01/31 15:05:59 argiro Exp $ \date 10 Jan 2011 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelService.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelService.h index c128735c1135b..6497be09ad211 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelService.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelService.h @@ -3,7 +3,7 @@ Implementation of class EcalSeverityLevelService \author Stefano Argiro - \version $Id: EcalSeverityLevelService.h,v 1.1 2011/01/12 21:55:53 argiro Exp $ + \version $Id$ \date 11 Jan 2011 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRatioMethodAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRatioMethodAlgo.h index e325915f21359..492e8c9e0a9c6 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRatioMethodAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRatioMethodAlgo.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using a ratio method * - * $Id: EcalUncalibRecHitRatioMethodAlgo.h,v 1.50 2012/06/11 21:02:13 wmtan Exp $ - * $Date: 2012/06/11 21:02:13 $ - * $Revision: 1.50 $ + * $Id: EcalUncalibRecHitRatioMethodAlgo.h,v 1.47 2012/05/10 15:42:04 franzoni Exp $ + * $Date: 2012/05/10 15:42:04 $ + * $Revision: 1.47 $ * \author A. Ledovskoy (Design) - M. Balazs (Implementation) */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAbsAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAbsAlgo.h index 78a370aee0875..9fd31767523cb 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAbsAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAbsAlgo.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using a weights method * - * $Id: EcalUncalibRecHitRecAbsAlgo.h,v 1.4 2007/04/05 15:41:21 meridian Exp $ - * $Date: 2007/04/05 15:41:21 $ - * $Revision: 1.4 $ + * $Id: EcalUncalibRecHitRecAbsAlgo.h,v 1.3 2007/04/05 13:34:06 meridian Exp $ + * $Date: 2007/04/05 13:34:06 $ + * $Revision: 1.3 $ * \author R. Bruneliere - A. Zabi */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAnalFitAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAnalFitAlgo.h index 37281f08ed1fe..4421b9adaadb6 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAnalFitAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecAnalFitAlgo.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using an analytical fit * - * $Id: EcalUncalibRecHitRecAnalFitAlgo.h,v 1.11 2009/03/27 18:07:38 ferriff Exp $ - * $Date: 2009/03/27 18:07:38 $ - * $Revision: 1.11 $ + * $Id: EcalUncalibRecHitRecAnalFitAlgo.h,v 1.10 2008/10/17 10:16:55 meridian Exp $ + * $Date: 2008/10/17 10:16:55 $ + * $Revision: 1.10 $ * \author A. Palma, Sh. Rahatlou Roma1 */ diff --git a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecWeightsAlgo.h b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecWeightsAlgo.h index c1e7dc36d0479..c66f8bd3a29d0 100644 --- a/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecWeightsAlgo.h +++ b/RecoLocalCalo/EcalRecAlgos/interface/EcalUncalibRecHitRecWeightsAlgo.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using a weights method * - * $Id: EcalUncalibRecHitRecWeightsAlgo.h,v 1.14 2012/05/13 21:00:57 argiro Exp $ - * $Date: 2012/05/13 21:00:57 $ - * $Revision: 1.14 $ + * $Id: EcalUncalibRecHitRecWeightsAlgo.h,v 1.13 2012/05/12 21:06:06 argiro Exp $ + * $Date: 2012/05/12 21:06:06 $ + * $Revision: 1.13 $ * \author R. Bruneliere - A. Zabi * * The chi2 computation with matrix is replaced by the chi2express which is moved outside the weight algo diff --git a/RecoLocalCalo/EcalRecAlgos/plugins/EcalSeverityLevelESProducer.cc b/RecoLocalCalo/EcalRecAlgos/plugins/EcalSeverityLevelESProducer.cc index 752cd2366bc86..a47f93a293f4e 100644 --- a/RecoLocalCalo/EcalRecAlgos/plugins/EcalSeverityLevelESProducer.cc +++ b/RecoLocalCalo/EcalRecAlgos/plugins/EcalSeverityLevelESProducer.cc @@ -14,7 +14,7 @@ Appartently there is no smarter way to do it in CMSSW Author: Stefano Argiro - $Id: EcalSeverityLevelESProducer.cc,v 1.1 2011/01/16 08:29:00 argiro Exp $ + $Id$ */ class EcalSeverityLevelESProducer : public edm::ESProducer { diff --git a/RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc b/RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc index f73813fceb05f..7c448f1e77615 100644 --- a/RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc +++ b/RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc @@ -1,6 +1,6 @@ /* Implementation of class EcalCleaningAlgo \author Stefano Argiro - \version $Id: EcalCleaningAlgo.cc,v 1.9 2011/05/17 12:07:23 argiro Exp $ + \version $Id: EcalCleaningAlgo.cc,v 1.8 2011/05/12 19:00:34 vlimant Exp $ \date 20 Dec 2010 */ diff --git a/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgo.cc b/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgo.cc index 5a9e3f2ebf077..dff4b1065ce4e 100644 --- a/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgo.cc +++ b/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgo.cc @@ -3,7 +3,7 @@ Implementation of class EcalSeverityLevelAlgo \author Stefano Argiro - \version $Id: EcalSeverityLevelAlgo.cc,v 1.44 2011/07/14 13:49:10 zafar Exp $ + \version $Id: EcalSeverityLevelAlgo.cc,v 1.43 2011/07/06 08:35:26 argiro Exp $ \date 10 Jan 2011 */ diff --git a/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgoRcd.cc b/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgoRcd.cc index d0b0312a6c673..204ce7a531865 100644 --- a/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgoRcd.cc +++ b/RecoLocalCalo/EcalRecAlgos/src/EcalSeverityLevelAlgoRcd.cc @@ -1,4 +1,4 @@ -//$Id: EcalSeverityLevelAlgoRcd.cc,v 1.1 2011/01/16 08:35:53 argiro Exp $ +//$Id$ #include "RecoLocalCalo/EcalRecAlgos/interface/EcalSeverityLevelAlgoRcd.h" diff --git a/RecoLocalCalo/EcalRecAlgos/test/testEcalSeverityLevelAlgoESProducer.py b/RecoLocalCalo/EcalRecAlgos/test/testEcalSeverityLevelAlgoESProducer.py index 672a7d1178526..2307cc9935817 100644 --- a/RecoLocalCalo/EcalRecAlgos/test/testEcalSeverityLevelAlgoESProducer.py +++ b/RecoLocalCalo/EcalRecAlgos/test/testEcalSeverityLevelAlgoESProducer.py @@ -37,7 +37,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('reco nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.cc index 92e5e6545936b..78476e1725d7b 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.cc @@ -1,9 +1,9 @@ /** \class EcalRecHitProducer * produce ECAL rechits from uncalibrated rechits * - * $Id: EcalRecHitProducer.cc,v 1.17 2011/05/20 13:14:32 argiro Exp $ - * $Date: 2011/05/20 13:14:32 $ - * $Revision: 1.17 $ + * $Id: EcalRecHitProducer.cc,v 1.16 2011/05/17 10:26:34 vlimant Exp $ + * $Date: 2011/05/17 10:26:34 $ + * $Revision: 1.16 $ * \author Shahram Rahatlou, University of Rome & INFN, March 2006 * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.h index fc58b3659727c..732414a1fa50b 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitProducer.h @@ -4,9 +4,9 @@ /** \class EcalRecHitProducer * produce ECAL rechits from uncalibrated rechits * - * $Id: EcalRecHitProducer.h,v 1.4 2011/01/12 13:59:24 argiro Exp $ - * $Date: 2011/01/12 13:59:24 $ - * $Revision: 1.4 $ + * $Id: EcalRecHitProducer.h,v 1.3 2009/06/05 13:38:56 ferriff Exp $ + * $Date: 2009/06/05 13:38:56 $ + * $Revision: 1.3 $ * \author Shahram Rahatlou, University of Rome & INFN, March 2006 * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.cc index 7a30cc62c610f..574dd4d07cc78 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.cc @@ -19,7 +19,7 @@ #include "FWCore/MessageLogger/interface/MessageLogger.h" -//$Id: EcalRecHitWorkerRecover.cc,v 1.37 2013/05/28 15:25:58 gartung Exp $ +//$Id: EcalRecHitWorkerRecover.cc,v 1.36 2012/03/01 14:32:39 vieri Exp $ EcalRecHitWorkerRecover::EcalRecHitWorkerRecover(const edm::ParameterSet&ps) : EcalRecHitWorkerBaseClass(ps) diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.h index ad12a349ab2ca..31a7b7bb58f2c 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerRecover.h @@ -4,9 +4,9 @@ /** \class EcalRecHitWorkerRecover * Algorithms to recover dead channels * - * $Id: EcalRecHitWorkerRecover.h,v 1.12 2013/05/28 15:25:58 gartung Exp $ - * $Date: 2013/05/28 15:25:58 $ - * $Revision: 1.12 $ + * $Id: EcalRecHitWorkerRecover.h,v 1.11 2012/02/15 14:32:05 vieri Exp $ + * $Date: 2012/02/15 14:32:05 $ + * $Revision: 1.11 $ */ #include "RecoLocalCalo/EcalRecProducers/interface/EcalRecHitWorkerBaseClass.h" diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h index b3eaf5975c256..00d6d89041b51 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h @@ -4,9 +4,9 @@ /** \class EcalRecHitSimpleAlgo * Simple algoritm to make rechits from uncalibrated rechits * - * $Id: EcalRecHitWorkerSimple.h,v 1.11 2012/02/17 15:08:08 argiro Exp $ - * $Date: 2012/02/17 15:08:08 $ - * $Revision: 1.11 $ + * $Id: EcalRecHitWorkerSimple.h,v 1.10 2012/02/17 09:25:21 argiro Exp $ + * $Date: 2012/02/17 09:25:21 $ + * $Revision: 1.10 $ * \author Shahram Rahatlou, University of Rome & INFN, March 2006 */ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.cc index 37fb529c3b3d4..cccf415b6e97d 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.cc @@ -1,9 +1,9 @@ /** \class EcalRecalibRecHitProducer * produce ECAL rechits from uncalibrated rechits * - * $Id: EcalRecalibRecHitProducer.cc,v 1.7 2012/04/13 18:01:05 yangyong Exp $ - * $Date: 2012/04/13 18:01:05 $ - * $Revision: 1.7 $ + * $Id: EcalRecalibRecHitProducer.cc,v 1.6 2012/03/06 23:53:34 ferriff Exp $ + * $Date: 2012/03/06 23:53:34 $ + * $Revision: 1.6 $ * \author Federico Ferri, University of Milano Bicocca and INFN * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.h index 43e95440ceeae..acd901f55539c 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalRecalibRecHitProducer.h @@ -3,9 +3,9 @@ /** \class EcalRecalibRecHitProducer * produce ECAL rechits from uncalibrated rechits * - * $Id: EcalRecalibRecHitProducer.h,v 1.3 2012/03/06 23:53:34 ferriff Exp $ - * $Date: 2012/03/06 23:53:34 $ - * $Revision: 1.3 $ + * $Id: EcalRecalibRecHitProducer.h,v 1.2 2008/12/10 02:20:30 ferriff Exp $ + * $Date: 2008/12/10 02:20:30 $ + * $Revision: 1.2 $ * \author Federico Ferri, University of Milano Bicocca and INFN * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.cc index 5a9f2cab47ed1..f717b66a1b8a3 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.cc @@ -1,9 +1,9 @@ /** \class EcalTPSkimmer * produce a subset of TP information * - * $Id: EcalTPSkimmer.cc,v 1.2 2010/10/02 16:13:54 ferriff Exp $ - * $Date: 2010/10/02 16:13:54 $ - * $Revision: 1.2 $ + * $Id: EcalTPSkimmer.cc,v 1.1 2010/10/01 16:27:18 ferriff Exp $ + * $Date: 2010/10/01 16:27:18 $ + * $Revision: 1.1 $ * \author Federico Ferri, CEA/Saclay Irfu/SPP * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.h index c7badc7d86940..967aff0bfc31e 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalTPSkimmer.h @@ -4,9 +4,9 @@ /** \class EcalTPSkimmer * produce a subset of TP information * - * $Id: EcalTPSkimmer.h,v 1.1 2010/10/01 16:27:13 ferriff Exp $ - * $Date: 2010/10/01 16:27:13 $ - * $Revision: 1.1 $ + * $Id: EcalTPSkimmer.cc,v 1.13 2010/09/29 15:31:27 ferriff Exp $ + * $Date: 2010/09/29 15:31:27 $ + * $Revision: 1.13 $ * \author Federico Ferri, CEA/Saclay Irfu/SPP * **/ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerAnalFit.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerAnalFit.cc index 2e4b0daa52d73..4ce0762783c5d 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerAnalFit.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerAnalFit.cc @@ -1,9 +1,9 @@ /** \class EcalUncalibRecHitWorkerAnalFit * produce ECAL uncalibrated rechits from dataframes with the analytical fit method * - * $Id: EcalUncalibRecHitWorkerAnalFit.cc,v 1.1 2008/12/10 01:52:42 ferriff Exp $ - * $Date: 2008/12/10 01:52:42 $ - * $Revision: 1.1 $ + * $Id: EcalUncalibRecHitWorkerAnalFit.cc,v 1.16 2007/12/21 15:35:40 ferriff Exp $ + * $Date: 2007/12/21 15:35:40 $ + * $Revision: 1.16 $ * \author Shahram Rahatlou, University of Rome & INFN, Sept 2005 * */ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h index 9d90776c5c4ad..82d0431f8569f 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h @@ -6,9 +6,9 @@ * time using a ratio method * chi2 using express method * - * $Id: EcalUncalibRecHitWorkerGlobal.h,v 1.21 2012/05/10 12:45:18 franzoni Exp $ - * $Date: 2012/05/10 12:45:18 $ - * $Revision: 1.21 $ + * $Id: EcalUncalibRecHitWorkerGlobal.h,v 1.20 2011/05/16 14:15:42 franzoni Exp $ + * $Date: 2011/05/16 14:15:42 $ + * $Revision: 1.20 $ * \author R. Bruneliere - A. Zabi */ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerMaxSample.cc b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerMaxSample.cc index a1006b45e6629..d1348b06407a5 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerMaxSample.cc +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerMaxSample.cc @@ -1,9 +1,9 @@ /** \class EcalMaxSampleUncalibRecHitProducer * produce ECAL uncalibrated rechits from dataframes * - * $Id: EcalUncalibRecHitWorkerMaxSample.cc,v 1.1 2008/12/10 01:52:42 ferriff Exp $ - * $Date: 2008/12/10 01:52:42 $ - * $Revision: 1.1 $ + * $Id: EcalMaxSampleUncalibRecHitProducer.cc,v 1.2 2007/12/21 15:35:40 ferriff Exp $ + * $Date: 2007/12/21 15:35:40 $ + * $Revision: 1.2 $ * \author G. Franzoni, E. Di Marco * */ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerRatio.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerRatio.h index c23cdef310238..df6432381f17b 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerRatio.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerRatio.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using a weights method * - * $Id: EcalUncalibRecHitWorkerRatio.h,v 1.4 2012/05/10 12:45:18 franzoni Exp $ - * $Date: 2012/05/10 12:45:18 $ - * $Revision: 1.4 $ + * $Id: EcalUncalibRecHitWorkerRatio.h,v 1.3 2010/06/21 16:49:16 franzoni Exp $ + * $Date: 2010/06/21 16:49:16 $ + * $Revision: 1.3 $ * \author A. Ledovskoy (Design) - M. Balazs (Implementation) */ diff --git a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerWeights.h b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerWeights.h index a4545e18f4230..9139857dd00e8 100644 --- a/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerWeights.h +++ b/RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerWeights.h @@ -5,9 +5,9 @@ * Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse * using a weights method * - * $Id: EcalUncalibRecHitWorkerWeights.h,v 1.2 2009/10/19 19:00:58 theofil Exp $ - * $Date: 2009/10/19 19:00:58 $ - * $Revision: 1.2 $ + * $Id: EcalUncalibRecHitWorkerWeights.h,v 1.1 2008/12/10 01:52:42 ferriff Exp $ + * $Date: 2008/12/10 01:52:42 $ + * $Revision: 1.1 $ * \author R. Bruneliere - A. Zabi */ diff --git a/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.cc b/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.cc index d788c25f6bf40..b1530f6eb29d0 100644 --- a/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.cc +++ b/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.cc @@ -1,7 +1,7 @@ /* * \file EcalLocalReco.cc * - * $Id: EcalLocalRecoTask.cc,v 1.12 2012/01/31 19:22:06 wmtan Exp $ + * $Id: EcalLocalRecoTask.cc,v 1.11 2010/07/21 04:23:25 wmtan Exp $ * */ diff --git a/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.h b/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.h index 34032f2df14ac..5ae2d20bd2870 100644 --- a/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.h +++ b/RecoLocalCalo/EcalRecProducers/test/EcalLocalRecoTask.h @@ -4,7 +4,7 @@ /* * \file EcalLocalRecoTask.h * - * $Id: EcalLocalRecoTask.h,v 1.4 2010/07/21 04:23:25 wmtan Exp $ + * $Id: EcalLocalRecoTask.h,v 1.3 2009/12/18 20:45:02 wmtan Exp $ * */ diff --git a/RecoLocalCalo/EcalRecProducers/test/stubs/EcalBasicUncalibRecHitFilter.cc b/RecoLocalCalo/EcalRecProducers/test/stubs/EcalBasicUncalibRecHitFilter.cc index e8d4e93386352..ffb0360207b43 100644 --- a/RecoLocalCalo/EcalRecProducers/test/stubs/EcalBasicUncalibRecHitFilter.cc +++ b/RecoLocalCalo/EcalRecProducers/test/stubs/EcalBasicUncalibRecHitFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Giovanni FRANZONI // Created: Wed Sep 19 16:21:29 CEST 2007 -// $Id: EcalBasicUncalibRecHitFilter.cc,v 1.2 2009/12/18 20:45:02 wmtan Exp $ +// $Id: EcalBasicUncalibRecHitFilter.cc,v 1.1 2007/11/27 15:28:00 meridian Exp $ // // diff --git a/RecoLocalCalo/EcalRecProducers/test/stubs/EcalSampleMaskRecordESProducer.cc b/RecoLocalCalo/EcalRecProducers/test/stubs/EcalSampleMaskRecordESProducer.cc index 55406a2f7cda8..e5ce6df71e48b 100644 --- a/RecoLocalCalo/EcalRecProducers/test/stubs/EcalSampleMaskRecordESProducer.cc +++ b/RecoLocalCalo/EcalRecProducers/test/stubs/EcalSampleMaskRecordESProducer.cc @@ -12,7 +12,7 @@ \author Stefano Argiro - \version $Id: EcalSampleMaskRecordESProducer.cc,v 1.1 2012/05/10 08:23:23 argiro Exp $ + \version $Id: EcalNextToDeadChannelESProducer.cc,v 1.1 2011/05/19 14:38:28 argiro Exp $ \date 9 May 2012 */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HBHETimeProfileStatusBitSetter.h b/RecoLocalCalo/HcalRecAlgos/interface/HBHETimeProfileStatusBitSetter.h index a3ad755c5b5f9..78d0027634a62 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HBHETimeProfileStatusBitSetter.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HBHETimeProfileStatusBitSetter.h @@ -9,8 +9,8 @@ This class sets status bit in the status words for the revised CaloRecHit objets according to informatino from the digi associated to the hit. - $Date: 2013/05/30 21:37:33 $ - $Revision: 1.2 $ + $Date: 2009/03/27 14:46:46 $ + $Revision: 1.1 $ \author B Jones -- University of Bristol / University of Maryland */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HFTimingTrustFlag.h b/RecoLocalCalo/HcalRecAlgos/interface/HFTimingTrustFlag.h index de4229b2fc14b..b1de261e01963 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HFTimingTrustFlag.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HFTimingTrustFlag.h @@ -8,7 +8,7 @@ Class sets the HF timing status bits according to uncertainty on timing estimation - $Date: 2009/08/14 19:40:42 $ + $Date: 2009/05/16$ \author I. Vodopiyanov -- Florida Institute of technology */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalADCSaturationFlag.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalADCSaturationFlag.h index 9b355a0cec746..5684726e6a396 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalADCSaturationFlag.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalADCSaturationFlag.h @@ -18,8 +18,8 @@ QIE's have 7 bits (for a maximum ADC value of 2^7=127). Is it better to hard-code to 127, or to allow the user to change it? - $Date: 2010/10/22 03:02:53 $ - $Revision: 1.2 $ + $Date: 2009/03/27 14:46:47 $ + $Revision: 1.1 $ \author J. Temple -- University of Maryland */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromDigis.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromDigis.h index 0f02302cc92da..eb510d76df5e1 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromDigis.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromDigis.h @@ -12,8 +12,8 @@ This class sets status bit in the status words for the revised CaloRecHit objets according to informatino from the digi associated to the hit. - $Date: 2013/05/30 21:37:33 $ - $Revision: 1.16 $ + $Date: 2011/07/22 22:12:16 $ + $Revision: 1.15 $ \author J. Temple -- University of Maryland and E. Yazgan */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromRecHits.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromRecHits.h index 4631cf299b19c..03618dc7569ef 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromRecHits.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalHFStatusBitFromRecHits.h @@ -13,8 +13,8 @@ This class sets status bit in the status words for the revised CaloRecHit objets using comparisons between the rec hit energies of long and short fibers for a given HF (ieat, iphi) - $Date: 2010/01/21 21:01:57 $ - $Revision: 1.4 $ + $Date: 2010/01/21 15:43:19 $ + $Revision: 1.3 $ \author J. Temple -- University of Maryland and E. Yazgan */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_PETalgorithm.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_PETalgorithm.h index e1f32fc6cf709..fdb4568db35ba 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_PETalgorithm.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_PETalgorithm.h @@ -15,8 +15,8 @@ class HcalSeverityLevelComputer; cell if the threshold exceeds a given maximum value R(Energy). Each cell must also pass ieta-dependent energy and ET cuts to be considered for flagging. - $Date: 2013/05/30 21:37:33 $ - $Revision: 1.5 $ + $Date: 2012/11/12 20:55:47 $ + $Revision: 1.4 $ \author J. Temple and D. Ferencek */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_S9S1algorithm.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_S9S1algorithm.h index 386cca707b165..1a7ea29687bf1 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_S9S1algorithm.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalHF_S9S1algorithm.h @@ -15,8 +15,8 @@ class HcalSeverityLevelComputer; cell if the threshold exceeds a given maximum value R(Energy). Each cell must also pass ieta-dependent energy and ET cuts to be considered for flagging. - $Date: 2013/05/30 21:37:33 $ - $Revision: 1.6 $ + $Date: 2012/11/12 20:55:47 $ + $Revision: 1.5 $ \author J. Temple and D. Ferencek */ diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h index 03455e177288e..0199ae93a6d5f 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h @@ -16,7 +16,7 @@ // // Author: // Created: Mon Feb 9 11:02:08 CET 2009 -// $Id: HcalSeverityLevelComputerRcd.h,v 1.1 2009/02/09 16:50:05 rofierzy Exp $ +// $Id$ // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/RecoLocalCalo/HcalRecAlgos/interface/HcalSimpleRecAlgo.h b/RecoLocalCalo/HcalRecAlgos/interface/HcalSimpleRecAlgo.h index d22c9ca62173c..64a0bda650c11 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/HcalSimpleRecAlgo.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/HcalSimpleRecAlgo.h @@ -26,8 +26,8 @@ has the option of correcting the reconstructed time for energy-dependent time slew associated with the QIE. - $Date: 2013/04/26 15:49:44 $ - $Revision: 1.18 $ + $Date: 2011/11/23 13:53:17 $ + $Revision: 1.17 $ \author J. Mans - Minnesota */ class HcalSimpleRecAlgo { diff --git a/RecoLocalCalo/HcalRecAlgos/interface/ZdcSimpleRecAlgo.h b/RecoLocalCalo/HcalRecAlgos/interface/ZdcSimpleRecAlgo.h index adbe7835cc539..cf59e7f73689d 100644 --- a/RecoLocalCalo/HcalRecAlgos/interface/ZdcSimpleRecAlgo.h +++ b/RecoLocalCalo/HcalRecAlgos/interface/ZdcSimpleRecAlgo.h @@ -29,8 +29,8 @@ implelented. signal = (S4 + S5 - 2*(S1+S2+S3 + S7+S8+S9+S10))*(ft-Gev constant) where SN is the signal in the nth time slice - $Date: 2011/11/10 10:15:17 $ - $Revision: 1.4 $ + $Date: 2011/02/23 22:51:18 $ + $Revision: 1.3 $ \author E. Garcia CSU & J. Gomez UMD */ diff --git a/RecoLocalCalo/HcalRecAlgos/plugins/HcalRecAlgoESProducer.cc b/RecoLocalCalo/HcalRecAlgos/plugins/HcalRecAlgoESProducer.cc index 5bc90f1e6cf37..f1fa3e5464297 100644 --- a/RecoLocalCalo/HcalRecAlgos/plugins/HcalRecAlgoESProducer.cc +++ b/RecoLocalCalo/HcalRecAlgos/plugins/HcalRecAlgoESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Radek Ofierzynski // Created: Mon Feb 9 10:59:46 CET 2009 -// $Id: HcalRecAlgoESProducer.cc,v 1.1 2009/02/09 16:51:44 rofierzy Exp $ +// $Id$ // // diff --git a/RecoLocalCalo/HcalRecAlgos/src/HcalSeverityLevelComputerRcd.cc b/RecoLocalCalo/HcalRecAlgos/src/HcalSeverityLevelComputerRcd.cc index 28d6774bd7109..760f3c6fb554b 100644 --- a/RecoLocalCalo/HcalRecAlgos/src/HcalSeverityLevelComputerRcd.cc +++ b/RecoLocalCalo/HcalRecAlgos/src/HcalSeverityLevelComputerRcd.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Feb 9 11:02:08 CET 2009 -// $Id: HcalSeverityLevelComputerRcd.cc,v 1.1 2009/02/09 16:50:55 rofierzy Exp $ +// $Id$ #include "RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/RecoLocalCalo/HcalRecAlgos/test/HcalRecHitReflagger.cc b/RecoLocalCalo/HcalRecAlgos/test/HcalRecHitReflagger.cc index 3caa6aff8a0f5..58afe15a62f55 100644 --- a/RecoLocalCalo/HcalRecAlgos/test/HcalRecHitReflagger.cc +++ b/RecoLocalCalo/HcalRecAlgos/test/HcalRecHitReflagger.cc @@ -11,7 +11,7 @@ // // Original Author: Dinko Ferencek,8 R-004,+41227676479, Jeff Temple, 6-1-027 // Created: Thu Mar 11 13:42:11 CET 2010 -// $Id: HcalRecHitReflagger.cc,v 1.8 2013/02/28 21:06:50 chrjones Exp $ +// $Id: HcalRecHitReflagger.cc,v 1.7 2010/11/02 08:45:18 eulisse Exp $ // // diff --git a/RecoLocalCalo/HcalRecAlgos/test/HcalSevLvlAnalyzer.cc b/RecoLocalCalo/HcalRecAlgos/test/HcalSevLvlAnalyzer.cc index dfc57fff2f23a..107b2ca303f96 100644 --- a/RecoLocalCalo/HcalRecAlgos/test/HcalSevLvlAnalyzer.cc +++ b/RecoLocalCalo/HcalRecAlgos/test/HcalSevLvlAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Radek Ofierzynski // Created: Wed Jan 21 13:46:27 CET 2009 -// $Id: HcalSevLvlAnalyzer.cc,v 1.4 2009/12/14 22:23:57 wmtan Exp $ +// $Id: HcalSevLvlAnalyzer.cc,v 1.3 2009/02/20 17:26:37 rofierzy Exp $ // // diff --git a/RecoLocalCalo/HcalRecProducers/src/HcalHitReconstructor.h b/RecoLocalCalo/HcalRecProducers/src/HcalHitReconstructor.h index e6eefbed08f4f..abbde10f01b2b 100644 --- a/RecoLocalCalo/HcalRecProducers/src/HcalHitReconstructor.h +++ b/RecoLocalCalo/HcalRecProducers/src/HcalHitReconstructor.h @@ -31,8 +31,8 @@ /** \class HcalHitReconstructor - $Date: 2013/02/28 08:28:56 $ - $Revision: 1.21 $ + $Date: 2012/11/12 20:56:34 $ + $Revision: 1.20 $ \author J. Temple & E. Yazgan ** Based on HcalSimpleReconstructor.h by J. Mans */ diff --git a/RecoLocalCalo/HcalRecProducers/src/HcalHitSelection.cc b/RecoLocalCalo/HcalRecProducers/src/HcalHitSelection.cc index f497c469a0f77..c978269310611 100644 --- a/RecoLocalCalo/HcalRecProducers/src/HcalHitSelection.cc +++ b/RecoLocalCalo/HcalRecProducers/src/HcalHitSelection.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Thu Nov 4 22:17:56 CET 2010 -// $Id: HcalHitSelection.cc,v 1.4 2011/03/24 19:41:28 vlimant Exp $ +// $Id: HcalHitSelection.cc,v 1.3 2011/03/18 12:57:51 abdullin Exp $ // // diff --git a/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.h b/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.h index 3e74ed5303504..17dedafa74146 100644 --- a/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.h +++ b/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.h @@ -15,8 +15,8 @@ /** \class HcalSimpleReconstructor - $Date: 2013/04/26 15:50:15 $ - $Revision: 1.10 $ + $Date: 2013/02/28 08:28:56 $ + $Revision: 1.9 $ \author J. Mans - Minnesota */ class HcalTopology; diff --git a/RecoLocalCalo/HcalRecProducers/src/ZdcHitReconstructor.h b/RecoLocalCalo/HcalRecProducers/src/ZdcHitReconstructor.h index 1a9898f579ffb..c98694b9e04a9 100644 --- a/RecoLocalCalo/HcalRecProducers/src/ZdcHitReconstructor.h +++ b/RecoLocalCalo/HcalRecProducers/src/ZdcHitReconstructor.h @@ -27,8 +27,8 @@ class HcalTopology; /** \class ZdcHitReconstructor - $Date: 2013/02/28 08:28:56 $ - $Revision: 1.7 $ + $Date: 2012/11/12 20:56:34 $ + $Revision: 1.6 $ \author E. Garcia - CSU ** Based on HcalSimpleReconstructor.h by J. Mans */ diff --git a/RecoLocalCalo/HcalRecProducers/src/ZdcSimpleReconstructor.h b/RecoLocalCalo/HcalRecProducers/src/ZdcSimpleReconstructor.h index f06da36fcbac3..de7f05b16a8f2 100644 --- a/RecoLocalCalo/HcalRecProducers/src/ZdcSimpleReconstructor.h +++ b/RecoLocalCalo/HcalRecProducers/src/ZdcSimpleReconstructor.h @@ -13,8 +13,8 @@ /** \class HcalSimpleReconstructor - $Date: 2013/02/28 08:28:56 $ - $Revision: 1.4 $ + $Date: 2011/05/20 17:17:30 $ + $Revision: 1.3 $ \author E. Garcia - CSU ** Based on HcalSimpleReconstructor.h by J. Mans */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.cc b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.cc index 967a5e7d5d7a7..59127b8a5d586 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.cc +++ b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.cc @@ -1,8 +1,8 @@ /** * \file CSCSegAlgoSK.cc * - * $Date: 2013/05/28 15:41:45 $ - * $Revision: 1.16 $ + * $Date: 2009/12/16 02:00:54 $ + * $Revision: 1.15 $ * \author M. Sani */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.h b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.h index 5db63f9125519..9034a1f6bf765 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoSK.h @@ -21,8 +21,8 @@ * Reimplemented in terms of layer index, and bug fix: Tim.Cox@cern.ch
* Ported to CMSSW 2006-04-03: Matteo.Sani@cern.ch
* - * $Date: 2013/05/28 15:41:45 $ - * $Revision: 1.11 $ + * $Date: 2009/05/27 11:03:40 $ + * $Revision: 1.10 $ * \author M. Sani */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc index 3cf206c19c6d7..fded83f92400a 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc +++ b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.cc @@ -1,8 +1,8 @@ /** * \file CSCSegAlgoTC.cc * - * $Date: 2013/05/28 15:41:45 $ - * $Revision: 1.15 $ + * $Date: 2009/12/16 02:00:49 $ + * $Revision: 1.14 $ * \author M. Sani * */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.h b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.h index 1d5be381a6bd4..617025cc82be0 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoTC.h @@ -18,8 +18,8 @@ * * Ported to CMSSW 2006-04-03: Matteo.Sani@cern.ch
* - * $Date: 2013/05/28 15:41:46 $ - * $Revision: 1.8 $ + * $Date: 2009/05/27 11:03:40 $ + * $Revision: 1.7 $ * \author M. Sani * */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegmentAlgorithm.h b/RecoLocalMuon/CSCSegment/src/CSCSegmentAlgorithm.h index 81f371ad6df14..c73a239f77b42 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegmentAlgorithm.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegmentAlgorithm.h @@ -9,8 +9,8 @@ * For example, CSCSegmentizerSK inherits from this class, * and classes ported from ORCA local reco inherit from that. * - * $Date: 2013/05/28 15:41:46 $ - * $Revision: 1.7 $ + * $Date: 2006/09/26 09:00:33 $ + * $Revision: 1.6 $ * \author M. Sani * */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilder.h b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilder.h index 258b3e3ca6ffb..997ce56a0f422 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilder.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilder.h @@ -9,8 +9,8 @@ * Configured via the Producer's ParameterSet.
* Presume this might become an abstract base class one day.
* - * $Date: 2006/05/08 17:45:31 $ - * $Revision: 1.3 $ + * $Date: 2006/04/03 10:10:10 $ + * $Revision: 1.2 $ * \author M. Sani * * diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.cc b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.cc index bb731dc939abb..ef343241e623b 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.cc +++ b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.cc @@ -1,7 +1,7 @@ /** \file CSCSegmentBuilderPluginFactory.cc * - * $Date: 2007/04/18 23:32:56 $ - * $Revision: 1.3 $ + * $Date: 2006/05/08 17:45:31 $ + * $Revision: 1.2 $ * \author M. Sani * */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.h b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.h index 350983fb3ebb4..9590c5020a14b 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegmentBuilderPluginFactory.h @@ -4,8 +4,8 @@ /** \class CSCSegmentBuilderPluginFactory * Plugin factory for concrete CSCSegmentBuilder algorithms * - * $Date: 2009/12/16 02:01:11 $ - * $Revision: 1.6 $ + * $Date: 2007/04/18 23:32:56 $ + * $Revision: 1.5 $ * \author M. Sani * */ diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegmentProducer.h b/RecoLocalMuon/CSCSegment/src/CSCSegmentProducer.h index c9ccde9d6f140..bc128d16c1b2e 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegmentProducer.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegmentProducer.h @@ -4,8 +4,8 @@ /** \class CSCSegmentProducer * Produces a collection of CSCSegment's in endcap muon CSCs. * - * $Date: 2010/03/11 23:48:11 $ - * $Revision: 1.7 $ + * $Date: 2010/02/11 00:14:04 $ + * $Revision: 1.5 $ * \author M. Sani */ diff --git a/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.cc b/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.cc index a31d09f8abf58..fd3b27afed7e8 100644 --- a/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.cc +++ b/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.cc @@ -1,7 +1,7 @@ /** \file CSCSegmentReader.cc * - * $Date: 2012/01/12 10:42:36 $ - * $Revision: 1.24 $ + * $Date: 2011/11/03 10:29:15 $ + * $Revision: 1.23 $ * \author M. Sani * * Modified by D. Fortin - UC Riverside diff --git a/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.h b/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.h index 0998f1db615d3..45265843e2428 100644 --- a/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.h +++ b/RecoLocalMuon/CSCSegment/test/CSCSegmentReader.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses CSCSegment * and plot efficiency of the builder * - * $Date: 2008/01/30 03:41:53 $ - * $Revision: 1.10 $ + * $Date: 2008/01/24 02:28:25 $ + * $Revision: 1.9 $ * \author M. Sani */ diff --git a/RecoLocalMuon/DTRecHit/interface/DTRecHitAlgoFactory.h b/RecoLocalMuon/DTRecHit/interface/DTRecHitAlgoFactory.h index c50c2269b2af6..c315cc4bbffa0 100644 --- a/RecoLocalMuon/DTRecHit/interface/DTRecHitAlgoFactory.h +++ b/RecoLocalMuon/DTRecHit/interface/DTRecHitAlgoFactory.h @@ -5,8 +5,8 @@ * Factory of seal plugins for DT 1D RecHit reconstruction algorithms. * The plugins are concrete implementations of DTRecHitBaseAlgo base class. * - * $Date: 2007/04/17 22:46:47 $ - * $Revision: 1.3 $ + * $Date: 2007/04/10 23:14:35 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ #include "FWCore/PluginManager/interface/PluginFactory.h" diff --git a/RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h b/RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h index f0b260e45ae8c..b4e5d881f3220 100644 --- a/RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h +++ b/RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h @@ -5,8 +5,8 @@ * Abstract algorithmic class to compute drift distance and error * form a DT digi * - * $Date: 2007/03/10 16:14:40 $ - * $Revision: 1.7 $ + * $Date: 2006/05/17 13:47:17 $ + * $Revision: 1.6 $ * \author N. Amapane & G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.cc b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.cc index 9ca3bf06b12eb..514c6cb103026 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/04/30 09:30:06 $ - * $Revision: 1.3 $ + * $Date: 2007/06/20 14:23:41 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.h b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.h index 009b749ef1ac3..e0f9e18cd3651 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftAlgo.h @@ -6,8 +6,8 @@ * Compute drift distance using constant drift velocity * as defined in the "driftVelocity" parameter. * - * $Date: 2007/04/19 11:08:17 $ - * $Revision: 1.1 $ + * $Date: 2007/03/28 13:48:46 $ + * $Revision: 1.7 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.cc b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.cc index 8460f78a8da40..ff43a0660362f 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2011/02/22 16:23:00 $ - * $Revision: 1.8 $ + * $Date: 2011/02/18 10:58:52 $ + * $Revision: 1.7 $ * \author S. Bolognesi - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.h b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.h index 574a13d3bacb3..4e725f82f88cc 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.h @@ -6,8 +6,8 @@ * Compute drift distance using constant drift velocity * read from database. * - * $Date: 2011/02/22 16:23:00 $ - * $Revision: 1.3 $ + * $Date: 2011/01/31 18:40:05 $ + * $Revision: 1.2 $ * \author S.Bolognesi - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.cc b/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.cc index e705609d5ed3b..a5ad655bf91f7 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/04/30 09:30:06 $ - * $Revision: 1.2 $ + * $Date: 2007/04/19 11:08:17 $ + * $Revision: 1.1 $ * \author Martijn Mulders - CERN (martijn.mulders@cern.ch) * based on DTLinearDriftAlgo */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.h b/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.h index b765b581ce6b0..eb00e86b6a39c 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTNoDriftAlgo.h @@ -6,7 +6,7 @@ * Create pair of RecHits at fixed distance from * the wire. * - * $Date: 2007/04/19 11:08:17 $ + * $Date: 2007/03/06 14:02:05 $ * $Revision: 1.1 $ * \author Martijn Mulders - CERN (martijn.mulders@cern.ch) * based on DTLinearDriftAlgo diff --git a/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.cc b/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.cc index 6995a5832570f..a530dcbf2181e 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/04/30 09:30:07 $ - * $Revision: 1.3 $ + * $Date: 2007/06/20 14:23:41 $ + * $Revision: 1.2 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.h b/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.h index fa1c4c051bd32..2654e59705741 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTParametrizedDriftAlgo.h @@ -6,8 +6,8 @@ * Compute drift distance using the CIEMAT (by P.Garcia Abia and J. Puerta) * parametrization of the cell behavior obtained with GARFIELD * - * $Date: 2007/04/19 11:08:17 $ - * $Revision: 1.1 $ + * $Date: 2006/05/17 13:47:17 $ + * $Revision: 1.4 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.cc b/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.cc index 9a2e55cbbb55a..34efb5a0dd8c9 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/03/30 17:34:13 $ - * $Revision: 1.4 $ + * $Date: 2008/01/29 13:18:06 $ + * $Revision: 1.3 $ * \author G. Cerminara */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.h b/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.h index 456426418366d..e53172d31f074 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTRecHitProducer.h @@ -6,8 +6,8 @@ * is specified with the parameter "recAlgo" and must be configured with the * "recAlgoConfig" parameter set. * - * $Date: 2010/02/20 21:00:58 $ - * $Revision: 1.3 $ + * $Date: 2008/01/29 13:18:06 $ + * $Revision: 1.2 $ * \author G. Cerminara */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.cc b/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.cc index f1f60d5014f3c..c3839789815e8 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.cc +++ b/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/04/19 11:08:17 $ - * $Revision: 1.1 $ + * $Date: 2007/03/10 16:14:42 $ + * $Revision: 1.3 $ * \author Pablo Garcia-Abia and Jesus Puerta (CIEMAT, Madrid), G. Cerminara - INFN Torino - */ diff --git a/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.h b/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.h index c9255fca264c0..a3bbd80168d0f 100644 --- a/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.h +++ b/RecoLocalMuon/DTRecHit/plugins/DTTime2DriftParametrization.h @@ -6,8 +6,8 @@ * The two public methods act as an interface for the parametrization converting the reference frame * and the units accordingly to CMSSW convention. * - * $Date: 2007/04/19 11:08:17 $ - * $Revision: 1.1 $ + * $Date: 2006/05/17 13:47:17 $ + * $Revision: 1.2 $ * \author Pablo Garcia-Abia and Jesus Puerta (CIEMAT, Madrid) */ diff --git a/RecoLocalMuon/DTRecHit/src/DTRecHitAlgoFactory.cc b/RecoLocalMuon/DTRecHit/src/DTRecHitAlgoFactory.cc index d28b152a8dfa9..6bb45a770453f 100644 --- a/RecoLocalMuon/DTRecHit/src/DTRecHitAlgoFactory.cc +++ b/RecoLocalMuon/DTRecHit/src/DTRecHitAlgoFactory.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/04/17 22:46:48 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:54:45 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/src/DTRecHitBaseAlgo.cc b/RecoLocalMuon/DTRecHit/src/DTRecHitBaseAlgo.cc index 51d923ff249c1..1cbd5307b2648 100644 --- a/RecoLocalMuon/DTRecHit/src/DTRecHitBaseAlgo.cc +++ b/RecoLocalMuon/DTRecHit/src/DTRecHitBaseAlgo.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/02/19 11:43:57 $ - * $Revision: 1.5 $ + * $Date: 2006/03/14 13:02:42 $ + * $Revision: 1.4 $ * \author N. Amapane & G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/test/DTRecHitHistograms.h b/RecoLocalMuon/DTRecHit/test/DTRecHitHistograms.h index 12895243e659d..1b536c6860770 100644 --- a/RecoLocalMuon/DTRecHit/test/DTRecHitHistograms.h +++ b/RecoLocalMuon/DTRecHit/test/DTRecHitHistograms.h @@ -4,8 +4,8 @@ /** \class DTRecHitHistograms * Collection of histograms for 1D DT RecHit test. * - * $Date: 2006/03/24 11:09:57 $ - * $Revision: 1.2 $ + * $Date: 2006/02/15 13:56:48 $ + * $Revision: 1.1 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/test/DTRecHitReader.cc b/RecoLocalMuon/DTRecHit/test/DTRecHitReader.cc index 4e53a2569e427..004e88adabe03 100644 --- a/RecoLocalMuon/DTRecHit/test/DTRecHitReader.cc +++ b/RecoLocalMuon/DTRecHit/test/DTRecHitReader.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2006/10/26 07:48:21 $ - * $Revision: 1.7 $ + * $Date: 2006/05/16 15:18:43 $ + * $Revision: 1.6 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTRecHit/test/DTRecHitReader.h b/RecoLocalMuon/DTRecHit/test/DTRecHitReader.h index b95b7440cb096..fdaa9d6451a45 100644 --- a/RecoLocalMuon/DTRecHit/test/DTRecHitReader.h +++ b/RecoLocalMuon/DTRecHit/test/DTRecHitReader.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses 1D DTRecHits * and plot resolution comparing them with muon simhits * - * $Date: 2007/03/10 16:14:42 $ - * $Revision: 1.4 $ + * $Date: 2006/03/22 16:15:36 $ + * $Revision: 1.3 $ * \author G. Cerminara - INFN Torino */ diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.cc b/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.cc index 5551bcae2c19b..f4f82127943fd 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.cc +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/12/03 12:52:22 $ - * $Revision: 1.1 $ + * $Date: 2008/04/04 15:23:01 $ + * $Revision: 1.17 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.h b/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.h index b8168bcc929bc..3f8bf9d70fd0f 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.h +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialExtendedPatternReco.h @@ -5,8 +5,8 @@ * * Algo for reconstructing 2d segment in DT using a combinatorial approach * - * $Date: 2008/12/03 12:52:22 $ - * $Revision: 1.1 $ + * $Date: 2008/04/04 15:23:01 $ + * $Revision: 1.10 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.cc b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.cc index 620b0c186cdc4..6fadcc8f843ca 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.cc +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/11/27 11:59:48 $ - * $Revision: 1.20 $ + * $Date: 2009/06/05 14:15:46 $ + * $Revision: 1.19 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.h b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.h index fee9a9b1b4546..252e85836ef0c 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.h +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.h @@ -5,8 +5,8 @@ * * Algo for reconstructing 2d segment in DT using a combinatorial approach * - * $Date: 2009/11/27 11:59:48 $ - * $Revision: 1.12 $ + * $Date: 2008/12/03 12:52:22 $ + * $Revision: 1.11 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.cc b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.cc index db2e72a2604fb..053343312d03e 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.cc +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/11/08 13:34:22 $ - * $Revision: 1.20 $ + * $Date: 2009/03/19 17:42:27 $ + * $Revision: 1.19 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.h b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.h index 81e79544f0744..2274488bcc69a 100644 --- a/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.h +++ b/RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.h @@ -5,8 +5,8 @@ * * Algo for reconstructing 4d segment in DT using a combinatorial approach * - * $Date: 2009/03/10 16:09:13 $ - * $Revision: 1.11 $ + * $Date: 2009/03/09 15:32:04 $ + * $Revision: 1.10 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTHitPairForFit.cc b/RecoLocalMuon/DTSegment/src/DTHitPairForFit.cc index f52940110cd30..d08e59186efc7 100644 --- a/RecoLocalMuon/DTSegment/src/DTHitPairForFit.cc +++ b/RecoLocalMuon/DTSegment/src/DTHitPairForFit.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/11/27 11:59:48 $ - * $Revision: 1.9 $ + * $Date: 2009/06/05 14:14:20 $ + * $Revision: 1.8 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTHitPairForFit.h b/RecoLocalMuon/DTSegment/src/DTHitPairForFit.h index 58943e973384a..190c6c85d8710 100644 --- a/RecoLocalMuon/DTSegment/src/DTHitPairForFit.h +++ b/RecoLocalMuon/DTSegment/src/DTHitPairForFit.h @@ -8,8 +8,8 @@ * This class is useful for segment fitting, which is done in SL or Chamber * reference frame, while the DT hits live on the layer. * - * $Date: 2009/11/27 11:59:48 $ - * $Revision: 1.7 $ + * $Date: 2009/06/05 14:14:20 $ + * $Revision: 1.6 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTLinearFit.cc b/RecoLocalMuon/DTSegment/src/DTLinearFit.cc index 00b266303a00f..65b03ba872f05 100644 --- a/RecoLocalMuon/DTSegment/src/DTLinearFit.cc +++ b/RecoLocalMuon/DTSegment/src/DTLinearFit.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/04/24 13:50:13 $ - * $Revision: 1.2 $ + * $Date: 2006/03/30 16:53:18 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro */ diff --git a/RecoLocalMuon/DTSegment/src/DTLinearFit.h b/RecoLocalMuon/DTSegment/src/DTLinearFit.h index 1068d86f2436a..ec171bd29f78a 100644 --- a/RecoLocalMuon/DTSegment/src/DTLinearFit.h +++ b/RecoLocalMuon/DTSegment/src/DTLinearFit.h @@ -7,8 +7,8 @@ * * detailed description * - * $Date: 2008/12/03 12:52:22 $ - * $Revision: 1.2 $ + * $Date: 2006/03/30 16:53:17 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro * */ diff --git a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.cc b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.cc index 5be598c683453..2aedcaeee3521 100644 --- a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.cc +++ b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2010/01/27 23:47:14 $ - * $Revision: 1.6 $ + * $Date: 2008/04/04 15:23:01 $ + * $Revision: 1.5 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * \author Piotr Traczyk - SINS Warsaw diff --git a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.h b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.h index 29fc3ab3f24c7..8cb5e6c5a49a4 100644 --- a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.h +++ b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.h @@ -6,8 +6,8 @@ * Algo for reconstructing 2d segment in DT using a combinatorial approach with * a T0 estimation produced along the way * - * $Date: 2008/03/10 11:18:20 $ - * $Revision: 1.2 $ + * $Date: 2007/07/09 13:58:28 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * \author Piotr Traczyk - SINS Warsaw diff --git a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.cc b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.cc index 5414339ef8147..99d43953af76a 100644 --- a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.cc +++ b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/10/25 13:15:22 $ - * $Revision: 1.6 $ + * $Date: 2013/06/05 16:30:43 $ + * $Revision: 1.7 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ @@ -39,7 +39,9 @@ DTMeantimerPatternReco4D::DTMeantimerPatternReco4D(const ParameterSet& pset): //do you want the T0 correction? applyT0corr = pset.getParameter("performT0SegCorrection"); - computeT0corr = pset.getUntrackedParameter("computeT0Seg",true); + + computeT0corr = pset.existsAs("computeT0Seg") ? + pset.getParameter("computeT0Seg") : true; // the updator theUpdator = new DTSegmentUpdator(pset); diff --git a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.h b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.h index b7e8d16747268..0f0c37c5caa14 100644 --- a/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.h +++ b/RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.h @@ -5,8 +5,8 @@ * * Algo for reconstructing 4d segment in DT using a Meantimer approach * - * $Date: 2012/10/25 12:45:37 $ - * $Revision: 1.4 $ + * $Date: 2008/12/03 12:52:22 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.cc b/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.cc index d9e7115abce5a..8059e24c1d0eb 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.cc +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/04/17 22:46:49 $ - * $Revision: 1.3 $ + * $Date: 2006/05/15 09:36:59 $ + * $Revision: 1.2 $ * \author Stefano Lacaprara - INFN Legnaro */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.h b/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.h index 0c39eb2268772..6e1a1f77ede04 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.h @@ -6,8 +6,8 @@ * Factory of seal plugins for DT 2D segments reconstruction algorithms. * The plugins are concrete implementations of DTRecSegment2DBaseAlgo base class. * - * $Date: 2007/04/17 22:46:49 $ - * $Revision: 1.3 $ + * $Date: 2007/04/10 23:14:36 $ + * $Revision: 1.2 $ * \author Stefano Lacaprara - INFN Legnaro * */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DBaseAlgo.h b/RecoLocalMuon/DTSegment/src/DTRecSegment2DBaseAlgo.h index 2e4acb4abd1b0..09a99ce723253 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DBaseAlgo.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DBaseAlgo.h @@ -5,8 +5,8 @@ * * Abstract aglo class to reconstruct segments in SL given a set of hits * - * $Date: 2006/04/28 15:21:52 $ - * $Revision: 1.4 $ + * $Date: 2006/04/13 07:23:16 $ + * $Revision: 1.3 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.cc b/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.cc index b7568a581b8ec..2c62751adf8d2 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.cc +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/12/03 12:52:22 $ - * $Revision: 1.1 $ + * $Date: 2008/01/29 13:19:54 $ + * $Revision: 1.14 $ * \author Stefano Lacaprara - INFN Legnaro */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.h b/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.h index 4c0abcf475844..c37550c3ad682 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.h @@ -5,8 +5,8 @@ * * Producer for DT segment in one projection. * - * $Date: 2010/02/16 17:08:17 $ - * $Revision: 1.2 $ + * $Date: 2008/12/03 12:52:22 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.cc b/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.cc index 7934692d88e0c..dceac5d9b8c89 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.cc +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2008/01/29 13:19:54 $ - * $Revision: 1.14 $ + * $Date: 2007/08/16 07:08:25 $ + * $Revision: 1.13 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.h b/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.h index 6a9bfd1263206..b89389650bd32 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.h @@ -5,8 +5,8 @@ * * Producer for DT segment in one projection. * - * $Date: 2010/02/16 17:08:18 $ - * $Revision: 1.8 $ + * $Date: 2008/01/29 13:19:54 $ + * $Revision: 1.7 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.cc b/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.cc index 6743ef25b7504..7a83e1abd7664 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.cc +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.cc @@ -3,8 +3,8 @@ * Factory of seal plugins for DT 4D segments reconstruction algorithms. * The plugins are concrete implementations of DTRecSegment4DBaseAlgo base class. * - * $Date: 2007/04/17 22:46:49 $ - * $Revision: 1.3 $ + * $Date: 2006/05/15 09:36:59 $ + * $Revision: 1.2 $ * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h b/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h index 9495922f75784..f4c204a41c05a 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h @@ -6,8 +6,8 @@ * Factory of seal plugins for DT 4D segments reconstruction algorithms. * The plugins are concrete implementations of DTRecSegment4DBaseAlgo base class. * - * $Date: 2007/04/17 22:46:49 $ - * $Revision: 1.3 $ + * $Date: 2007/04/10 23:14:36 $ + * $Revision: 1.2 $ * \author Riccardo Bellan - INFN TO * */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h b/RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h index 6ff7a44e7b3dc..45f8daac53c31 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h @@ -5,8 +5,8 @@ * * Abstract algo class to reconstruct 4D-segments in chamber given a set of 2D-segment * - * $Date: 2007/03/10 16:14:43 $ - * $Revision: 1.5 $ + * $Date: 2006/05/04 09:17:36 $ + * $Revision: 1.4 $ * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.cc b/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.cc index 6f5437f29789f..4375ecb334482 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.cc +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.cc @@ -1,8 +1,8 @@ /** \class DTRecSegment4DProducer * Builds the segments in the DT chambers. * - * $Date: 2012/01/06 12:31:46 $ - * $Revision: 1.12 $ + * $Date: 2008/12/03 12:52:22 $ + * $Revision: 1.11 $ * \author Riccardo Bellan - INFN Torino */ diff --git a/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.h b/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.h index 23eac531e087f..e35b372d7d4c3 100644 --- a/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.h +++ b/RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.h @@ -4,8 +4,8 @@ /** \class DTRecSegment4DProducer * Builds the segments in the DT chambers. * - * $Date: 2010/02/16 17:08:19 $ - * $Revision: 1.5 $ + * $Date: 2008/01/29 13:19:54 $ + * $Revision: 1.4 $ * \author Riccardo Bellan - INFN Torino */ diff --git a/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.cc b/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.cc index 9d27c21286dfa..9b241285e3a4a 100644 --- a/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.cc +++ b/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.cc @@ -3,8 +3,8 @@ * Algo for reconstructing 4d segment in DT refitting the 2D phi SL hits and combining * the results with the theta view. * - * $Date: 2006/04/28 15:21:52 $ - * $Revision: 1.5 $ + * $Date: 2006/04/27 14:30:38 $ + * $Revision: 1.4 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.h b/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.h index b330308dc887d..bad3222105d86 100644 --- a/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.h +++ b/RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.h @@ -6,8 +6,8 @@ * Algo for reconstructing 4d segment in DT refitting the 2D phi SL hits and combining * the results with the theta view. * - * $Date: 2006/05/04 09:17:36 $ - * $Revision: 1.5 $ + * $Date: 2006/04/28 15:21:52 $ + * $Revision: 1.4 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.cc b/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.cc index 612f7013d8c66..3db412a5e2233 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.cc +++ b/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.cc @@ -1,8 +1,8 @@ /** \class DTSegment4DT0Corrector * Builds the segments in the DT chambers. * - * $Date: 2009/03/10 16:09:13 $ - * $Revision: 1.2 $ + * $Date: 2009/03/09 15:32:04 $ + * $Revision: 1.1 $ * \author Mario Pelliccioni - INFN Torino */ diff --git a/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.h b/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.h index a3bcbe078eab8..5b0d910b83127 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.h +++ b/RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.h @@ -4,8 +4,8 @@ /** \class DTSegment4DT0Corrector * Builds the segments in the DT chambers. * - * $Date: 2010/02/16 17:08:20 $ - * $Revision: 1.2 $ + * $Date: 2009/03/09 15:32:04 $ + * $Revision: 1.1 $ * \author Mario Pelliccioni - INFN Torino */ diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentCand.cc b/RecoLocalMuon/DTSegment/src/DTSegmentCand.cc index 3c6401172fed8..d42af9b1b986f 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentCand.cc +++ b/RecoLocalMuon/DTSegment/src/DTSegmentCand.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2011/01/13 08:14:42 $ - * $Revision: 1.17 $ + * $Date: 2010/01/21 15:33:32 $ + * $Revision: 1.16 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentCand.h b/RecoLocalMuon/DTSegment/src/DTSegmentCand.h index ac57f31099f80..f8f38e844f325 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentCand.h +++ b/RecoLocalMuon/DTSegment/src/DTSegmentCand.h @@ -7,8 +7,8 @@ * and store relative information. It must be transformed into a DTSegment * for further use. * - * $Date: 2010/01/21 15:33:32 $ - * $Revision: 1.9 $ + * $Date: 2008/12/03 12:52:22 $ + * $Revision: 1.8 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.cc b/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.cc index e0cb12375c7a6..4866d6a5263f7 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.cc +++ b/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/12/09 17:07:50 $ - * $Revision: 1.11 $ + * $Date: 2009/05/15 13:21:50 $ + * $Revision: 1.10 $ * \author : Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.h b/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.h index 74589c7a6305e..355aacbd745ef 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.h +++ b/RecoLocalMuon/DTSegment/src/DTSegmentCleaner.h @@ -12,8 +12,8 @@ * retaining the segment with higher number of hits and best chi2, while the * others are deleted. * - * $Date: 2008/12/03 12:52:23 $ - * $Revision: 1.5 $ + * $Date: 2007/02/13 13:31:40 $ + * $Revision: 1.4 $ * \author : Stefano Lacaprara - INFN Legnaro */ diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.cc b/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.cc index c87e6866492be..02f097c24fff1 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.cc +++ b/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/06/05 14:47:48 $ - * $Revision: 1.54 $ + * $Date: 2013/05/28 05:57:47 $ + * $Revision: 1.53 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * \ A.Meneguzzo - Padova University diff --git a/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.h b/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.h index 538266904c9b2..49d6fea9d39d8 100644 --- a/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.h +++ b/RecoLocalMuon/DTSegment/src/DTSegmentUpdator.h @@ -8,8 +8,8 @@ * impact angle and position (also along the wire) and perform linear fit on * improved hits. * - * $Date: 2011/09/21 15:29:59 $ - * $Revision: 1.19 $ + * $Date: 2010/04/16 14:11:06 $ + * $Revision: 1.18 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * \author M.Meneghelli - INFN BO diff --git a/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.cc b/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.cc index 1dd8329686ec9..eef1d1b81a492 100644 --- a/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.cc +++ b/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2006/10/26 07:48:21 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 12:19:17 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.h b/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.h index 0c05286105d6c..a5676c24590cc 100644 --- a/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.h +++ b/RecoLocalMuon/DTSegment/test/DTRecSegment2DReader.h @@ -7,8 +7,8 @@ * * detailed description * - * $Date: 2007/03/10 16:14:43 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 12:19:17 $ + * $Revision: 1.1 $ * \author Stefano Lacaprara - INFN Legnaro * \author Riccardo Bellan - INFN TO * diff --git a/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.cc b/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.cc index f8216cd732f98..d808e9b625da8 100644 --- a/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.cc +++ b/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2006/10/26 07:48:21 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 12:19:17 $ + * $Revision: 1.1 $ * \author Riccardo Bellan - INFN TO */ diff --git a/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.h b/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.h index b9a09ac7aabba..c9496c3a427ba 100644 --- a/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.h +++ b/RecoLocalMuon/DTSegment/test/DTRecSegment4DReader.h @@ -7,8 +7,8 @@ * * detailed description * - * $Date: 2007/03/10 16:14:43 $ - * $Revision: 1.2 $ + * $Date: 2006/05/04 12:19:17 $ + * $Revision: 1.1 $ * \author Riccardo Bellan - INFN TO * */ diff --git a/RecoLocalMuon/GEMRecHit/BuildFile.xml b/RecoLocalMuon/GEMRecHit/BuildFile.xml new file mode 100644 index 0000000000000..5ef11428fb42b --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/BuildFile.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h b/RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h new file mode 100644 index 0000000000000..48d4de0082a25 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h @@ -0,0 +1,20 @@ +#ifndef RecoLocalMuon_GEMRecHitAlgoFactory_H +#define RecoLocalMuon_GEMRecHitAlgoFactory_H + +/** \class GEMRecHitAlgoFactory + * Factory of seal plugins for 1D RecHit reconstruction algorithms. + * The plugins are concrete implementations of GEMRecHitBaseAlgo base class. + * + * $Date: 2013/04/04 13:31:56 $ + * $Revision: 1.2 $ + * \author G. Cerminara - INFN Torino + */ +#include "FWCore/PluginManager/interface/PluginFactory.h" +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h" + +typedef edmplugin::PluginFactory GEMRecHitAlgoFactory; +#endif + + + + diff --git a/RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h b/RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h new file mode 100644 index 0000000000000..9f18f73fb3b68 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h @@ -0,0 +1,69 @@ +#ifndef RecoLocalMuon_GEMRecHitBaseAlgo_H +#define RecoLocalMuon_GEMRecHitBaseAlgo_H + +/** \class GEMRecHitBaseAlgo + * Abstract algorithmic class to compute Rec Hit + * form a GEM digi + * + * $Date: 2013/04/04 13:31:57 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari + */ + + +#include "DataFormats/GeometryVector/interface/LocalPoint.h" +#include "DataFormats/GeometrySurface/interface/LocalError.h" +#include "DataFormats/GeometryVector/interface/GlobalPoint.h" +#include "DataFormats/GEMDigi/interface/GEMDigiCollection.h" +#include "DataFormats/GEMRecHit/interface/GEMRecHit.h" +#include "DataFormats/Common/interface/OwnVector.h" + +#include "RecoLocalMuon/GEMRecHit/src/GEMEtaPartitionMask.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.h" + +class GEMCluster; +class GEMEtaPartition; +class GEMDetId; + +namespace edm { + class ParameterSet; + class EventSetup; +} + + +class GEMRecHitBaseAlgo { + + public: + + /// Constructor + GEMRecHitBaseAlgo(const edm::ParameterSet& config); + + /// Destructor + virtual ~GEMRecHitBaseAlgo(); + + /// Pass the Event Setup to the algo at each event + virtual void setES(const edm::EventSetup& setup) = 0; + + /// Build all hits in the range associated to the gemId, at the 1st step. + virtual edm::OwnVector reconstruct(const GEMEtaPartition& roll, + const GEMDetId& gemId, + const GEMDigiCollection::Range& digiRange, + const EtaPartitionMask& mask); + + /// standard local recHit computation + virtual bool compute(const GEMEtaPartition& roll, + const GEMCluster& cl, + LocalPoint& Point, + LocalError& error) const = 0; + + + /// local recHit computation accounting for track direction and + /// absolute position + virtual bool compute(const GEMEtaPartition& roll, + const GEMCluster& cl, + const float& angle, + const GlobalPoint& globPos, + LocalPoint& Point, + LocalError& error) const = 0; +}; +#endif diff --git a/RecoLocalMuon/GEMRecHit/python/gemRecHits_cfi.py b/RecoLocalMuon/GEMRecHit/python/gemRecHits_cfi.py new file mode 100644 index 0000000000000..e2e7dd8c79cbe --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/python/gemRecHits_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +gemRecHits = cms.EDProducer("GEMRecHitProducer", + recAlgoConfig = cms.PSet( + + ), + recAlgo = cms.string('GEMRecHitStandardAlgo'), + gemDigiLabel = cms.InputTag("muonGEMDigis"), + maskSource = cms.string('File'), + maskvecfile = cms.FileInPath('RecoLocalMuon/GEMRecHit/data/GEMMaskVec.dat'), + deadSource = cms.string('File'), + deadvecfile = cms.FileInPath('RecoLocalMuon/GEMRecHit/data/GEMDeadVec.dat') +) + + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMCluster.cc b/RecoLocalMuon/GEMRecHit/src/GEMCluster.cc new file mode 100644 index 0000000000000..1fece1dfd9825 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMCluster.cc @@ -0,0 +1,71 @@ +#include "GEMCluster.h" +#include +#include + +using namespace std; + +GEMCluster::GEMCluster() : fstrip(0), lstrip(0), bunchx(0) +{ +} + +GEMCluster::GEMCluster(int fs, int ls, int bx) : + fstrip(fs), lstrip(ls), bunchx(bx) +{ +} + +GEMCluster::~GEMCluster() +{ +} + +int +GEMCluster::firstStrip() const +{ + return fstrip; +} + +int +GEMCluster::lastStrip() const +{ + return lstrip; +} + +int +GEMCluster::clusterSize() const +{ + return -(fstrip-lstrip)+1; +} + +int +GEMCluster::bx() const +{ + return bunchx; +} + +bool GEMCluster::isAdjacent(const GEMCluster& cl) const{ + + return ((cl.firstStrip() == this->firstStrip()-1) && + (cl.bx() == this->bx())); +} + +void GEMCluster::merge(const GEMCluster& cl){ + + if(this->isAdjacent(cl)) + { + fstrip = cl.firstStrip(); + } +} + +bool GEMCluster::operator<(const GEMCluster& cl) const{ + +if(cl.bx() == this->bx()) + return cl.firstStrip()firstStrip(); +else + return cl.bx()bx(); +} + +bool +GEMCluster::operator==(const GEMCluster& cl) const { + return ( (this->clusterSize() == cl.clusterSize()) && + (this->bx() == cl.bx()) && + (this->firstStrip() == cl.firstStrip()) ); +} diff --git a/RecoLocalMuon/GEMRecHit/src/GEMCluster.h b/RecoLocalMuon/GEMRecHit/src/GEMCluster.h new file mode 100644 index 0000000000000..251dc3a0dbfa6 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMCluster.h @@ -0,0 +1,26 @@ +#ifndef RecoLocalMuon_GEMCluster_h +#define RecoLocalMuon_GEMCluster_h +#include +class GEMCluster{ + public: + GEMCluster(); + GEMCluster(int fs,int ls, int bx); + ~GEMCluster(); + + int firstStrip() const; + int lastStrip() const; + int clusterSize() const; + int bx() const; + + void merge(const GEMCluster& cl); + + bool operator<(const GEMCluster& cl) const; + bool operator==(const GEMCluster& cl) const; + bool isAdjacent(const GEMCluster& cl) const; + + private: + uint16_t fstrip; + uint16_t lstrip; + int16_t bunchx; +}; +#endif diff --git a/RecoLocalMuon/GEMRecHit/src/GEMClusterContainer.h b/RecoLocalMuon/GEMRecHit/src/GEMClusterContainer.h new file mode 100644 index 0000000000000..76b7d2adf2ff0 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMClusterContainer.h @@ -0,0 +1,6 @@ +#ifndef RecoLocalMuon_GEMClusterContainer_h +#define RecoLocalMuon_GEMClusterContainer_h +#include +class GEMCluster; +typedef std::set GEMClusterContainer; +#endif diff --git a/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.cc b/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.cc new file mode 100644 index 0000000000000..0a1d25b2397de --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.cc @@ -0,0 +1,72 @@ +#include "GEMClusterizer.h" +#include "GEMCluster.h" +#include "GEMClusterContainer.h" + + +GEMClusterizer::GEMClusterizer() +{ +} + +GEMClusterizer::~GEMClusterizer() +{ +} + +GEMClusterContainer +GEMClusterizer::doAction(const GEMDigiCollection::Range& digiRange){ + GEMClusterContainer cls; + for (GEMDigiCollection::const_iterator digi = digiRange.first; + digi != digiRange.second; + digi++) { + GEMCluster cl(digi->strip(),digi->strip(),digi->bx()); + cls.insert(cl); + } + GEMClusterContainer clsNew =this->doActualAction(cls); + return clsNew; +} + +GEMClusterContainer +GEMClusterizer::doActualAction(GEMClusterContainer& initialclusters){ + + GEMClusterContainer finalCluster; + GEMCluster prev; + + unsigned int j = 0; + for(GEMClusterContainer::const_iterator i=initialclusters.begin(); + i != initialclusters.end(); i++){ + GEMCluster cl = *i; + + if(i==initialclusters.begin()){ + prev = cl; + j++; + if(j == initialclusters.size()){ + finalCluster.insert(prev); + } + else if(j < initialclusters.size()){ + continue; + } + } + + if(prev.isAdjacent(cl)) { + prev.merge(cl); + j++; + if(j == initialclusters.size()){ + finalCluster.insert(prev); + } + } + else { + j++; + if(j < initialclusters.size()){ + finalCluster.insert(prev); + prev = cl; + } + if(j == initialclusters.size()){ + finalCluster.insert(prev); + finalCluster.insert(cl); + } + } + } + + return finalCluster; +} + + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.h b/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.h new file mode 100644 index 0000000000000..225892f8c12d1 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMClusterizer.h @@ -0,0 +1,25 @@ +#ifndef RecoLocalMuon_GEMClusterizer_h +#define RecoLocalMuon_GEMClusterizer_h +/** \class GEMClusterizer + * $Date: 2013/04/04 13:35:54 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari + */ + +#include "GEMClusterContainer.h" +#include "DataFormats/GEMDigi/interface/GEMDigiCollection.h" + +class GEMCluster; +class GEMClusterizer{ + public: + GEMClusterizer(); + ~GEMClusterizer(); + GEMClusterContainer doAction(const GEMDigiCollection::Range& digiRange); + + private: + GEMClusterContainer doActualAction(GEMClusterContainer& initialclusters); + + private: + GEMClusterContainer cls; +}; +#endif diff --git a/RecoLocalMuon/GEMRecHit/src/GEMEtaPartitionMask.h b/RecoLocalMuon/GEMRecHit/src/GEMEtaPartitionMask.h new file mode 100644 index 0000000000000..7c6dae60b62c5 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMEtaPartitionMask.h @@ -0,0 +1,10 @@ +#ifndef RecoLocalMuon_GEMEtaPartitionMask_h +#define RecoLocalMuon_GEMEtaPartitionMask_h + +#include +#include + +const int maskSIZE=96; +typedef std::bitset EtaPartitionMask; + +#endif diff --git a/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.cc b/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.cc new file mode 100644 index 0000000000000..03efe46550a9d --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.cc @@ -0,0 +1,89 @@ + +/** \Class GEMMaskReClusterizer + * $Date: 2013/04/04 13:35:55 $ + * $Revision: 1.2 $ + * \author J.C. Sanabria -- UniAndes, Bogota + */ + +#include "GEMMaskReClusterizer.h" + + + +GEMMaskReClusterizer::GEMMaskReClusterizer() +{ + +} + + +GEMMaskReClusterizer::~GEMMaskReClusterizer() +{ + +} + + +GEMClusterContainer GEMMaskReClusterizer::doAction(const GEMDetId& id, + GEMClusterContainer& initClusters, + const EtaPartitionMask& mask) +{ + + GEMClusterContainer finClusters; + GEMCluster prev; + + unsigned int j = 0; + + + for (GEMClusterContainer::const_iterator i = initClusters.begin(); i != initClusters.end(); i++ ) { + + GEMCluster cl = *i; + + if ( i == initClusters.begin() ) { + prev = cl; + j++; + if ( j == initClusters.size() ) { + finClusters.insert(prev); + } + else if ( j < initClusters.size() ) { + continue; + } + } + + + if ( ((prev.firstStrip()-cl.lastStrip()) == 2 && this->get(mask,(cl.lastStrip()+1))) + && (cl.bx() == prev.bx()) ) { + + GEMCluster merged(cl.firstStrip(),prev.lastStrip(),cl.bx()); + prev = merged; + j++; + if ( j == initClusters.size() ) { + finClusters.insert(prev); + } + } + + else { + + j++; + if ( j < initClusters.size() ) { + finClusters.insert(prev); + prev = cl; + } + if ( j == initClusters.size() ) { + finClusters.insert(prev); + finClusters.insert(cl); + } + } + + } + + return finClusters; + +} + + + +int GEMMaskReClusterizer::get(const EtaPartitionMask& mask, int strip) +{ + + if ( mask.test(strip-1) ) return 1; + else return 0; + +} diff --git a/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.h b/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.h new file mode 100644 index 0000000000000..fdde3c59acc43 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.h @@ -0,0 +1,30 @@ +#ifndef RecoLocalMuon_GEMMaskReClusterizer_h +#define RecoLocalMuon_GEMMaskReClusterizer_h + +/** \Class GEMMaskReClusterizer + * $Date: 2013/04/04 13:35:55 $ + * $Revision: 1.2 $ + * \author J.C. Sanabria -- UniAndes, Bogota + */ + +#include "GEMEtaPartitionMask.h" + +#include "GEMCluster.h" +#include "GEMClusterizer.h" +#include "GEMClusterContainer.h" + +#include "DataFormats/MuonDetId/interface/GEMDetId.h" + + +class GEMMaskReClusterizer +{ + public : + + GEMMaskReClusterizer(); + ~GEMMaskReClusterizer(); + GEMClusterContainer doAction(const GEMDetId& ,GEMClusterContainer& , const EtaPartitionMask& ); + int get(const EtaPartitionMask& ,int ); + +}; + +#endif diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitAlgoFactory.cc b/RecoLocalMuon/GEMRecHit/src/GEMRecHitAlgoFactory.cc new file mode 100644 index 0000000000000..f7ccff490cc57 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitAlgoFactory.cc @@ -0,0 +1,14 @@ +/* + * See header file for a description of this class. + * + * $Date: 2013/04/04 13:35:55 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari + */ + +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h" + +#include "FWCore/PluginManager/interface/PluginFactory.h" + +EDM_REGISTER_PLUGINFACTORY(GEMRecHitAlgoFactory,"GEMRecHitAlgoFactory"); + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitBaseAlgo.cc b/RecoLocalMuon/GEMRecHit/src/GEMRecHitBaseAlgo.cc new file mode 100644 index 0000000000000..1741a612e1580 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitBaseAlgo.cc @@ -0,0 +1,62 @@ +/* + * See header file for a description of this class. + * + * $Date: 2013/04/04 13:35:55 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari + */ + + + +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMClusterContainer.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMCluster.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMClusterizer.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMMaskReClusterizer.h" + +#include "Geometry/GEMGeometry/interface/GEMEtaPartition.h" +#include "DataFormats/GEMDigi/interface/GEMDigiCollection.h" +#include "FWCore/ParameterSet/interface/ParameterSet.h" + + +GEMRecHitBaseAlgo::GEMRecHitBaseAlgo(const edm::ParameterSet& config) { + // theSync = GEMTTrigSyncFactory::get()->create(config.getParameter("tTrigMode"), + //config.getParameter("tTrigModeConfig")); +} + +GEMRecHitBaseAlgo::~GEMRecHitBaseAlgo(){} + + +// Build all hits in the range associated to the layerId, at the 1st step. +edm::OwnVector GEMRecHitBaseAlgo::reconstruct(const GEMEtaPartition& roll, + const GEMDetId& gemId, + const GEMDigiCollection::Range& digiRange, + const EtaPartitionMask& mask) { + edm::OwnVector result; + + + GEMClusterizer clizer; + GEMClusterContainer tcls = clizer.doAction(digiRange); + GEMMaskReClusterizer mrclizer; + GEMClusterContainer cls = mrclizer.doAction(gemId,tcls,mask); + + + for (GEMClusterContainer::const_iterator cl = cls.begin(); + cl != cls.end(); cl++){ + + LocalError tmpErr; + LocalPoint point; + // Call the compute method + bool OK = this->compute(roll, *cl, point, tmpErr); + if (!OK) continue; + + // Build a new pair of 1D rechit + int firstClustStrip= cl->firstStrip(); + int clusterSize=cl->clusterSize(); + GEMRecHit* recHit = new GEMRecHit(gemId,cl->bx(),firstClustStrip,clusterSize,point,tmpErr); + + + result.push_back(recHit); + } + return result; +} diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.cc b/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.cc new file mode 100644 index 0000000000000..5eb805e32143f --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.cc @@ -0,0 +1,218 @@ +/** \file + * + * $Date: 2013/04/04 13:35:55 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari +*/ + +#include "GEMRecHitProducer.h" + + +#include "FWCore/Framework/interface/Event.h" +#include "FWCore/ParameterSet/interface/ParameterSet.h" +#include "FWCore/Framework/interface/ESHandle.h" + +#include "DataFormats/GEMDigi/interface/GEMDigiCollection.h" + +#include "Geometry/GEMGeometry/interface/GEMEtaPartition.h" +#include "Geometry/GEMGeometry/interface/GEMGeometry.h" +#include "Geometry/Records/interface/MuonGeometryRecord.h" +#include "DataFormats/MuonDetId/interface/GEMDetId.h" +#include "DataFormats/GEMRecHit/interface/GEMRecHit.h" + +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h" +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h" +#include "DataFormats/GEMRecHit/interface/GEMRecHitCollection.h" + +// #include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h" +// #include "CondFormats/DataRecord/interface/GEMMaskedStripsRcd.h" +// #include "CondFormats/GEMObjects/interface/GEMDeadStrips.h" +// #include "CondFormats/DataRecord/interface/GEMDeadStripsRcd.h" + +#include + + +using namespace edm; +using namespace std; + + +GEMRecHitProducer::GEMRecHitProducer(const ParameterSet& config){ + + // Set verbose output + + produces(); + + theGEMDigiLabel = config.getParameter("gemDigiLabel"); + + // Get the concrete reconstruction algo from the factory + + string theAlgoName = config.getParameter("recAlgo"); + theAlgo = GEMRecHitAlgoFactory::get()->create(theAlgoName, + config.getParameter("recAlgoConfig")); + + // Get masked- and dead-strip information + + /* GEMMaskedStripsObj = new GEMMaskedStrips(); + + GEMDeadStripsObj = new GEMDeadStrips(); + + maskSource = config.getParameter("maskSource"); + + if (maskSource == "File") { + edm::FileInPath fp = config.getParameter("maskvecfile"); + std::ifstream inputFile(fp.fullPath().c_str(), std::ios::in); + if ( !inputFile ) { + std::cerr << "Masked Strips File cannot not be opened" << std::endl; + exit(1); + } + while ( inputFile.good() ) { + GEMMaskedStrips::MaskItem Item; + inputFile >> Item.rawId >> Item.strip; + if ( inputFile.good() ) MaskVec.push_back(Item); + } + inputFile.close(); + } + + deadSource = config.getParameter("deadSource"); + + if (deadSource == "File") { + edm::FileInPath fp = config.getParameter("deadvecfile"); + std::ifstream inputFile(fp.fullPath().c_str(), std::ios::in); + if ( !inputFile ) { + std::cerr << "Dead Strips File cannot not be opened" << std::endl; + exit(1); + } + while ( inputFile.good() ) { + GEMDeadStrips::DeadItem Item; + inputFile >> Item.rawId >> Item.strip; + if ( inputFile.good() ) DeadVec.push_back(Item); + } + inputFile.close(); + } + */ +} + + +GEMRecHitProducer::~GEMRecHitProducer(){ + + delete theAlgo; + // delete GEMMaskedStripsObj; + // delete GEMDeadStripsObj; + +} + + + +void GEMRecHitProducer::beginRun(const edm::Run& r, const edm::EventSetup& setup){ + + // Getting the masked-strip information + /* + if ( maskSource == "EventSetup" ) { + edm::ESHandle readoutMaskedStrips; + setup.get().get(readoutMaskedStrips); + const GEMMaskedStrips* tmp_obj = readoutMaskedStrips.product(); + GEMMaskedStripsObj->MaskVec = tmp_obj->MaskVec; + delete tmp_obj; + } + else if ( maskSource == "File" ) { + std::vector::iterator posVec; + for ( posVec = MaskVec.begin(); posVec != MaskVec.end(); ++posVec ) { + GEMMaskedStrips::MaskItem Item; + Item.rawId = (*posVec).rawId; + Item.strip = (*posVec).strip; + GEMMaskedStripsObj->MaskVec.push_back(Item); + } + } + */ + // Getting the dead-strip information + /* + if ( deadSource == "EventSetup" ) { + edm::ESHandle readoutDeadStrips; + setup.get().get(readoutDeadStrips); + const GEMDeadStrips* tmp_obj = readoutDeadStrips.product(); + GEMDeadStripsObj->DeadVec = tmp_obj->DeadVec; + delete tmp_obj; + } + else if ( deadSource == "File" ) { + std::vector::iterator posVec; + for ( posVec = DeadVec.begin(); posVec != DeadVec.end(); ++posVec ) { + GEMDeadStrips::DeadItem Item; + Item.rawId = (*posVec).rawId; + Item.strip = (*posVec).strip; + GEMDeadStripsObj->DeadVec.push_back(Item); + } + } + */ +} + + + +void GEMRecHitProducer::produce(Event& event, const EventSetup& setup) { + + // Get the GEM Geometry + + ESHandle gemGeom; + setup.get().get(gemGeom); + + // Get the digis from the event + + Handle digis; + event.getByLabel(theGEMDigiLabel,digis); + + // Pass the EventSetup to the algo + + theAlgo->setES(setup); + + // Create the pointer to the collection which will store the rechits + + auto_ptr recHitCollection(new GEMRecHitCollection()); + + // Iterate through all digi collections ordered by LayerId + + GEMDigiCollection::DigiRangeIterator gemdgIt; + for (gemdgIt = digis->begin(); gemdgIt != digis->end(); + ++gemdgIt){ + + // The layerId + const GEMDetId& gemId = (*gemdgIt).first; + + // Get the GeomDet from the setup + const GEMEtaPartition* roll = gemGeom->etaPartition(gemId); + + // Get the iterators over the digis associated with this LayerId + const GEMDigiCollection::Range& range = (*gemdgIt).second; + + + // Getting the roll mask, that includes dead strips, for the given GEMDet + EtaPartitionMask mask; + /* + int rawId = gemId.rawId(); + int Size = GEMMaskedStripsObj->MaskVec.size(); + for (int i = 0; i < Size; i++ ) { + if ( GEMMaskedStripsObj->MaskVec[i].rawId == rawId ) { + int bit = GEMMaskedStripsObj->MaskVec[i].strip; + mask.set(bit-1); + } + } + + Size = GEMDeadStripsObj->DeadVec.size(); + for (int i = 0; i < Size; i++ ) { + if ( GEMDeadStripsObj->DeadVec[i].rawId == rawId ) { + int bit = GEMDeadStripsObj->DeadVec[i].strip; + mask.set(bit-1); + } + } + */ + // Call the reconstruction algorithm + + OwnVector recHits = + theAlgo->reconstruct(*roll, gemId, range, mask); + + if(recHits.size() > 0) //FIXME: is it really needed? + recHitCollection->put(gemId, recHits.begin(), recHits.end()); + } + + event.put(recHitCollection); + +} + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.h b/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.h new file mode 100644 index 0000000000000..0c8ac10895880 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.h @@ -0,0 +1,80 @@ +#ifndef RecoLocalMuon_GEMRecHitProducer_h +#define RecoLocalMuon_GEMRecHitProducer_h + +/** \class GEMRecHitProducer + * Module for GEMRecHit production. + * + * $Date: 2013/04/24 17:16:35 $ + * $Revision: 1.1 $ + * \author M. Maggim -- INFN Bari + */ + + +#include +#include +#include +#include +#include +#include +#include + +#include "FWCore/Framework/interface/EDProducer.h" +#include "FWCore/Utilities/interface/InputTag.h" +#include "DataFormats/MuonDetId/interface/GEMDetId.h" + +// #include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h" +// #include "CondFormats/DataRecord/interface/GEMMaskedStripsRcd.h" +// #include "CondFormats/GEMObjects/interface/GEMDeadStrips.h" +// #include "CondFormats/DataRecord/interface/GEMDeadStripsRcd.h" + +#include "GEMEtaPartitionMask.h" + + +namespace edm { + class ParameterSet; + class Event; + class EventSetup; +} + +class GEMRecHitBaseAlgo; + +class GEMRecHitProducer : public edm::EDProducer { + +public: + /// Constructor + GEMRecHitProducer(const edm::ParameterSet& config); + + /// Destructor + virtual ~GEMRecHitProducer(); + + // Method that access the EventSetup for each run + virtual void beginRun(const edm::Run&, const edm::EventSetup& ) override; + + /// The method which produces the rechits + virtual void produce(edm::Event& event, const edm::EventSetup& setup) override; + +private: + + // The label to be used to retrieve GEM digis from the event + edm::InputTag theGEMDigiLabel; + + // The reconstruction algorithm + GEMRecHitBaseAlgo *theAlgo; + // static std::string theAlgoName; + + // GEMMaskedStrips* GEMMaskedStripsObj; + // Object with mask-strips-vector for all the GEM Detectors + + // GEMDeadStrips* GEMDeadStripsObj; + // Object with dead-strips-vector for all the GEM Detectors + + // std::string maskSource; + // std::string deadSource; + + // std::vector MaskVec; + // std::vector DeadVec; + +}; + +#endif + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.cc b/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.cc new file mode 100644 index 0000000000000..a206e0027e677 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.cc @@ -0,0 +1,69 @@ +/* + * See header file for a description of this class. + * + * $Date: 2013/04/04 13:35:56 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN + */ + +#include "GEMCluster.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.h" +#include "DataFormats/MuonDetId/interface/GEMDetId.h" +#include "Geometry/GEMGeometry/interface/GEMEtaPartition.h" +#include "FWCore/ParameterSet/interface/ParameterSet.h" +#include "FWCore/Framework/interface/EventSetup.h" +#include "FWCore/Utilities/interface/Exception.h" + + +GEMRecHitStandardAlgo::GEMRecHitStandardAlgo(const edm::ParameterSet& config) : + GEMRecHitBaseAlgo(config) +{ +} + + + +GEMRecHitStandardAlgo::~GEMRecHitStandardAlgo() +{ +} + + + +void GEMRecHitStandardAlgo::setES(const edm::EventSetup& setup) { +} + + + +// First Step +bool GEMRecHitStandardAlgo::compute(const GEMEtaPartition& roll, + const GEMCluster& cluster, + LocalPoint& Point, + LocalError& error) const +{ + // Get Average Strip position + float fstrip = (roll.centreOfStrip(cluster.firstStrip())).x(); + float lstrip = (roll.centreOfStrip(cluster.lastStrip())).x(); + float centreOfCluster = (fstrip + lstrip)/2; + + LocalPoint loctemp2(centreOfCluster,0.,0.); + + Point = loctemp2; + error = roll.localError((cluster.firstStrip()+cluster.lastStrip())/2.); + return true; +} + + +bool GEMRecHitStandardAlgo::compute(const GEMEtaPartition& roll, + const GEMCluster& cl, + const float& angle, + const GlobalPoint& globPos, + LocalPoint& Point, + LocalError& error) const +{ + + // Glob Pos and angle not used so far... + if (globPos.z()<0){ } // Fake use to avoid warnings + if (angle<0.){ } // Fake use to avoid warnings + this->compute(roll,cl,Point,error); + return true; +} + diff --git a/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.h b/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.h new file mode 100644 index 0000000000000..23a6a9c53c97f --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.h @@ -0,0 +1,45 @@ +#ifndef RecoLocalMuon_GEMRecHitStandardAlgo_H +#define RecoLocalMuon_GEMRecHitStandardAlgo_H + +/** \class GEMRecHitStandardAlgo + * Concrete implementation of GEMRecHitBaseAlgo. + * + * $Date: 2013/04/04 13:35:56 $ + * $Revision: 1.2 $ + * \author M. Maggi -- INFN Bari + */ + +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h" + + + +class GEMRecHitStandardAlgo : public GEMRecHitBaseAlgo { + public: + /// Constructor + GEMRecHitStandardAlgo(const edm::ParameterSet& config); + + /// Destructor + virtual ~GEMRecHitStandardAlgo(); + + // Operations + + /// Pass the Event Setup to the algo at each event + virtual void setES(const edm::EventSetup& setup); + + + virtual bool compute(const GEMEtaPartition& roll, + const GEMCluster& cluster, + LocalPoint& point, + LocalError& error) const; + + + virtual bool compute(const GEMEtaPartition& roll, + const GEMCluster& cluster, + const float& angle, + const GlobalPoint& globPos, + LocalPoint& point, + LocalError& error) const; +}; +#endif + + diff --git a/RecoLocalMuon/GEMRecHit/src/SealModule.cc b/RecoLocalMuon/GEMRecHit/src/SealModule.cc new file mode 100644 index 0000000000000..86714befb9947 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/src/SealModule.cc @@ -0,0 +1,16 @@ +#include "FWCore/PluginManager/interface/ModuleDef.h" + +#include "FWCore/Framework/interface/MakerMacros.h" + +#include "RecoLocalMuon/GEMRecHit/src/GEMRecHitProducer.h" +// #include "RecoLocalMuon/GEMRecHit/interface/GEMPointProducer.h" +// #include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitAli.h" + +#include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h" +#include "RecoLocalMuon/GEMRecHit/src/GEMRecHitStandardAlgo.h" + + +DEFINE_FWK_MODULE(GEMRecHitProducer); +// DEFINE_FWK_MODULE(GEMPointProducer); +// DEFINE_FWK_MODULE(GEMRecHitAli); +DEFINE_EDM_PLUGIN (GEMRecHitAlgoFactory, GEMRecHitStandardAlgo, "GEMRecHitStandardAlgo"); diff --git a/RecoLocalMuon/GEMRecHit/test/BuildFile.xml b/RecoLocalMuon/GEMRecHit/test/BuildFile.xml new file mode 100644 index 0000000000000..767e10dd0d0cb --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/test/BuildFile.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RecoLocalMuon/GEMRecHit/test/TestGEMRecHitAnalyzer.cc b/RecoLocalMuon/GEMRecHit/test/TestGEMRecHitAnalyzer.cc new file mode 100644 index 0000000000000..077d39f2e6723 --- /dev/null +++ b/RecoLocalMuon/GEMRecHit/test/TestGEMRecHitAnalyzer.cc @@ -0,0 +1,413 @@ +// -*- C++ -*- +// +// Package: TestGEMRecHitAnalyzer +// Class: TestGEMRecHitAnalyzer +// +/**\class TestGEMRecHitAnalyzer TestGEMRecHitAnalyzer.cc MyAnalyzers/TestGEMRecHitAnalyzer/src/TestGEMRecHitAnalyzer.cc + + Description: [one line class summary] + + Implementation: + [Notes on implementation] +*/ +// +// Original Author: Piet Verwilligen,161 R-006,+41227676292, +// Created: Wed Oct 24 17:28:30 CEST 2012 +// $Id: TestGEMRecHitAnalyzer.cc,v 1.3 2013/04/17 16:04:44 piet Exp $ +// +// + + +// system include files +#include +#include +#include +#include +#include +#include +#include + + +// root include files +#include "TFile.h" +#include "TH1F.h" +#include "TH2F.h" +#include "TF1.h" +#include "THStack.h" +#include "TLegend.h" +#include "TLatex.h" +#include "TTree.h" +#include "TCanvas.h" +#include "TDirectoryFile.h" +#include "TGraph.h" +#include "TGraphErrors.h" +#include "TGraphAsymmErrors.h" + + +// user include files +#include "FWCore/Framework/interface/Frameworkfwd.h" +#include "FWCore/Framework/interface/EDAnalyzer.h" +#include "FWCore/Framework/interface/Event.h" +#include "FWCore/Framework/interface/ESHandle.h" +#include "FWCore/Framework/interface/MakerMacros.h" +#include "FWCore/ParameterSet/interface/ParameterSet.h" +#include "FWCore/ServiceRegistry/interface/Service.h" + +#include +#include "DataFormats/GEMRecHit/interface/GEMRecHitCollection.h" +#include +#include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h" + +#include "Geometry/GEMGeometry/interface/GEMGeometry.h" +#include +#include + +#include +#include "DataFormats/Provenance/interface/Timestamp.h" + + +#include "DQMServices/Core/interface/DQMStore.h" +#include "DQMServices/Core/interface/MonitorElement.h" + +#include +#include +#include + + +#include +#include "DataFormats/GEMRecHit/interface/GEMRecHitCollection.h" +#include +#include +#include +#include +#include +#include +#include + + + +// +// class declaration +// + +class TestGEMRecHitAnalyzer : public edm::EDAnalyzer { + public: + explicit TestGEMRecHitAnalyzer(const edm::ParameterSet&); + ~TestGEMRecHitAnalyzer(); + + static void fillDescriptions(edm::ConfigurationDescriptions& descriptions); + + + private: + virtual void beginJob() ; + virtual void analyze(const edm::Event&, const edm::EventSetup&); + virtual void endJob() ; + + virtual void beginRun(edm::Run const&, edm::EventSetup const&); + //virtual void endRun(edm::Run const&, edm::EventSetup const&); + //virtual void beginLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&); + //virtual void endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&); + + // ----------member data --------------------------- + edm::ESHandle gemGeom; + + std::string rootFileName; + TFile * outputfile; + TH1F * BX_RecHits_GE1in_Plus, * BX_RecHits_GE1out_Plus, * BX_RecHits_GE1in_Minus, * BX_RecHits_GE1out_Minus; + TH1F * ST_RecHits_GE1in_Plus, * ST_RecHits_GE1out_Plus, * ST_RecHits_GE1in_Minus, * ST_RecHits_GE1out_Minus; + TH1F * CL_RecHits_GE1in_Plus, * CL_RecHits_GE1out_Plus, * CL_RecHits_GE1in_Minus, * CL_RecHits_GE1out_Minus; + TCanvas * BX_RecHits_GE1, * ST_RecHits_GE1, * CL_RecHits_GE1; + + std::vector x_n1i, y_n1i, z_n1i, r_n1i, x_n1o, y_n1o, z_n1o, r_n1o; // XYZR GE1 Minus in and out + std::vector x_p1i, y_p1i, z_p1i, r_p1i, x_p1o, y_p1o, z_p1o, r_p1o; // XYZR GE1 Plus in and out + std::vector x_n1, y_n1, z_n1, r_n1, x_p1, y_p1, z_p1, r_p1; + + TGraph * GE1in_Plus_XY_All, * GE1in_Minus_XY_All, * GE1out_Plus_XY_All, * GE1out_Minus_XY_All, * GE1out_Plus_YZ_All, * GE1out_Minus_YZ_All, * GE1in_Plus_YZ_All, * GE1in_Minus_YZ_All, * GE1_Plus_YZ_All, * GE1_Minus_YZ_All; + TCanvas * Canvas_GE1_Plus_XY, * Canvas_GE1_Minus_XY, * Canvas_GE1_Plus_YZ, * Canvas_GE1_Minus_YZ; + +}; + +// +// constants, enums and typedefs +// +int n_bx = 11; double n1_bx = -5.5, n2_bx = 5.5; +int n_st = 501; double n1_st = 0, n2_st = 500; +int n_cl = 26; double n1_cl = -0.5, n2_cl = 25.5; + +// +// static data member definitions +// + +// +// constructors and destructor +// +TestGEMRecHitAnalyzer::TestGEMRecHitAnalyzer(const edm::ParameterSet& iConfig) + +{ + //now do what ever initialization is needed + rootFileName = iConfig.getUntrackedParameter("RootFileName"); + + outputfile = new TFile(rootFileName.c_str(), "RECREATE" ); + + BX_RecHits_GE1in_Plus = new TH1F("BX_RecHits_GE1in_Plus", "BX_RecHits_GE1in_Plus", n_bx, n1_bx, n2_bx); + BX_RecHits_GE1out_Plus = new TH1F("BX_RecHits_GE1out_Plus", "BX_RecHits_GE1out_Plus", n_bx, n1_bx, n2_bx); + BX_RecHits_GE1in_Minus = new TH1F("BX_RecHits_GE1in_Minus", "BX_RecHits_GE1in_Minus", n_bx, n1_bx, n2_bx); + BX_RecHits_GE1out_Minus = new TH1F("BX_RecHits_GE1out_Minus", "BX_RecHits_GE1out_Minus", n_bx, n1_bx, n2_bx); + + ST_RecHits_GE1in_Plus = new TH1F("ST_RecHits_GE1in_Plus", "ST_RecHits_GE1in_Plus", n_st, n1_st, n2_st); + ST_RecHits_GE1out_Plus = new TH1F("ST_RecHits_GE1out_Plus", "ST_RecHits_GE1out_Plus", n_st, n1_st, n2_st); + ST_RecHits_GE1in_Minus = new TH1F("ST_RecHits_GE1in_Minus", "ST_RecHits_GE1in_Minus", n_st, n1_st, n2_st); + ST_RecHits_GE1out_Minus = new TH1F("ST_RecHits_GE1out_Minus", "ST_RecHits_GE1out_Minus", n_st, n1_st, n2_st); + + CL_RecHits_GE1in_Plus = new TH1F("CL_RecHits_GE1in_Plus", "CL_RecHits_GE1in_Plus", n_cl, n1_cl, n2_cl); + CL_RecHits_GE1out_Plus = new TH1F("CL_RecHits_GE1out_Plus", "CL_RecHits_GE1out_Plus", n_cl, n1_cl, n2_cl); + CL_RecHits_GE1in_Minus = new TH1F("CL_RecHits_GE1in_Minus", "CL_RecHits_GE1in_Minus", n_cl, n1_cl, n2_cl); + CL_RecHits_GE1out_Minus = new TH1F("CL_RecHits_GE1out_Minus", "CL_RecHits_GE1out_Minus", n_cl, n1_cl, n2_cl); + +} + + +TestGEMRecHitAnalyzer::~TestGEMRecHitAnalyzer() +{ + // do anything here that needs to be done at desctruction time + // (e.g. close files, deallocate resources etc.) + + int mar1 = 4; + int mar2 = 5; + int col1 = 2; + int col2 = 4; + + outputfile->cd(); + BX_RecHits_GE1in_Plus->Write(); + BX_RecHits_GE1out_Plus->Write(); + BX_RecHits_GE1in_Minus->Write(); + BX_RecHits_GE1out_Minus->Write(); + + ST_RecHits_GE1in_Plus->Write(); + ST_RecHits_GE1out_Plus->Write(); + ST_RecHits_GE1in_Minus->Write(); + ST_RecHits_GE1out_Minus->Write(); + + CL_RecHits_GE1in_Plus->Write(); + CL_RecHits_GE1out_Plus->Write(); + CL_RecHits_GE1in_Minus->Write(); + CL_RecHits_GE1out_Minus->Write(); + + BX_RecHits_GE1 = new TCanvas("BX_RecHits_GE1", "BX_RecHits_GE1", 800, 600); + ST_RecHits_GE1 = new TCanvas("ST_RecHits_GE1", "ST_RecHits_GE1", 800, 600); + CL_RecHits_GE1 = new TCanvas("CL_RecHits_GE1", "CL_RecHits_GE1", 800, 600); + + BX_RecHits_GE1->cd(); BX_RecHits_GE1->Divide(2,2); + BX_RecHits_GE1->cd(1); BX_RecHits_GE1in_Plus->Draw(); BX_RecHits_GE1in_Plus->GetXaxis()->SetTitle("BX [-]"); BX_RecHits_GE1in_Plus->GetYaxis()->SetTitle("entries [-]"); BX_RecHits_GE1in_Plus->SetTitle("GE+1in RecHits"); + BX_RecHits_GE1->cd(2); BX_RecHits_GE1out_Plus->Draw(); BX_RecHits_GE1out_Plus->GetXaxis()->SetTitle("BX [-]"); BX_RecHits_GE1out_Plus->GetYaxis()->SetTitle("entries [-]"); BX_RecHits_GE1out_Plus->SetTitle("GE+1out RecHits"); + BX_RecHits_GE1->cd(3); BX_RecHits_GE1in_Minus->Draw(); BX_RecHits_GE1in_Minus->GetXaxis()->SetTitle("BX [-]"); BX_RecHits_GE1in_Minus->GetYaxis()->SetTitle("entries [-]"); BX_RecHits_GE1in_Minus->SetTitle("GE-1in RecHits"); + BX_RecHits_GE1->cd(4); BX_RecHits_GE1out_Minus->Draw();BX_RecHits_GE1out_Minus->GetXaxis()->SetTitle("BX [-]");BX_RecHits_GE1out_Minus->GetYaxis()->SetTitle("entries [-]"); BX_RecHits_GE1out_Minus->SetTitle("GE-1out RecHits"); + + ST_RecHits_GE1->cd(); ST_RecHits_GE1->Divide(2,2); + ST_RecHits_GE1->cd(1); ST_RecHits_GE1in_Plus->Draw(); ST_RecHits_GE1in_Plus->GetXaxis()->SetTitle("First Strip of Cluster [-]"); ST_RecHits_GE1in_Plus->GetYaxis()->SetTitle("entries [-]"); ST_RecHits_GE1in_Plus->SetTitle("GE+1in RecHits"); + ST_RecHits_GE1->cd(2); ST_RecHits_GE1out_Plus->Draw(); ST_RecHits_GE1out_Plus->GetXaxis()->SetTitle("First Strip of Cluster [-]"); ST_RecHits_GE1out_Plus->GetYaxis()->SetTitle("entries [-]"); ST_RecHits_GE1out_Plus->SetTitle("GE+1out RecHits"); + ST_RecHits_GE1->cd(3); ST_RecHits_GE1in_Minus->Draw(); ST_RecHits_GE1in_Minus->GetXaxis()->SetTitle("First Strip of Cluster [-]"); ST_RecHits_GE1in_Minus->GetYaxis()->SetTitle("entries [-]"); ST_RecHits_GE1in_Minus->SetTitle("GE-1in RecHits"); + ST_RecHits_GE1->cd(4); ST_RecHits_GE1out_Minus->Draw(); ST_RecHits_GE1out_Minus->GetXaxis()->SetTitle("First Strip of Cluster [-]");ST_RecHits_GE1out_Minus->GetYaxis()->SetTitle("entries [-]"); ST_RecHits_GE1out_Minus->SetTitle("GE-1out RecHits"); + + CL_RecHits_GE1->cd(); CL_RecHits_GE1->Divide(2,2); + CL_RecHits_GE1->cd(1); CL_RecHits_GE1in_Plus->Draw(); CL_RecHits_GE1in_Plus->GetXaxis()->SetTitle("Clustersize [-]"); CL_RecHits_GE1in_Plus->GetYaxis()->SetTitle("entries [-]"); CL_RecHits_GE1in_Plus->SetTitle("GE+1in RecHits"); + CL_RecHits_GE1->cd(2); CL_RecHits_GE1out_Plus->Draw(); CL_RecHits_GE1out_Plus->GetXaxis()->SetTitle("Clustersize [-]"); CL_RecHits_GE1out_Plus->GetYaxis()->SetTitle("entries [-]"); CL_RecHits_GE1out_Plus->SetTitle("GE+1out RecHits"); + CL_RecHits_GE1->cd(3); CL_RecHits_GE1in_Minus->Draw(); CL_RecHits_GE1in_Minus->GetXaxis()->SetTitle("Clustersize [-]"); CL_RecHits_GE1in_Minus->GetYaxis()->SetTitle("entries [-]"); CL_RecHits_GE1in_Minus->SetTitle("GE-1in RecHits"); + CL_RecHits_GE1->cd(4); CL_RecHits_GE1out_Minus->Draw(); CL_RecHits_GE1out_Minus->GetXaxis()->SetTitle("Clustersize [-]");CL_RecHits_GE1out_Minus->GetYaxis()->SetTitle("entries [-]"); CL_RecHits_GE1out_Minus->SetTitle("GE-1out RecHits"); + + + const int n_n1i = x_n1i.size(); double x_an1i[n_n1i]; double y_an1i[n_n1i]; double z_an1i[n_n1i]; double r_an1i[n_n1i]; + const int n_n1o = x_n1o.size(); double x_an1o[n_n1o]; double y_an1o[n_n1o]; double z_an1o[n_n1o]; double r_an1o[n_n1o]; + const int n_p1i = x_p1i.size(); double x_ap1i[n_p1i]; double y_ap1i[n_p1i]; double z_ap1i[n_p1i]; double r_ap1i[n_p1i]; + const int n_p1o = x_p1o.size(); double x_ap1o[n_p1o]; double y_ap1o[n_p1o]; double z_ap1o[n_p1o]; double r_ap1o[n_p1o]; + const int n_n1 = x_n1.size(); /*double x_an1[n_n1]; double y_an1[n_n1];*/ double z_an1[n_n1]; double r_an1[n_n1]; + const int n_p1 = x_p1.size(); /*double x_ap1[n_p1]; double y_ap1[n_p1];*/ double z_ap1[n_p1]; double r_ap1[n_p1]; + + for(int i=0; i< n_n1i; ++i) { x_an1i[i] = x_n1i[i]; y_an1i[i] = y_n1i[i]; z_an1i[i] = z_n1i[i]; r_an1i[i] = r_n1i[i];} + for(int i=0; i< n_n1o; ++i) { x_an1o[i] = x_n1o[i]; y_an1o[i] = y_n1o[i]; z_an1o[i] = z_n1o[i]; r_an1o[i] = r_n1o[i];} + for(int i=0; i< n_p1i; ++i) { x_ap1i[i] = x_p1i[i]; y_ap1i[i] = y_p1i[i]; z_ap1i[i] = z_p1i[i]; r_ap1i[i] = r_p1i[i];} + for(int i=0; i< n_p1o; ++i) { x_ap1o[i] = x_p1o[i]; y_ap1o[i] = y_p1o[i]; z_ap1o[i] = z_p1o[i]; r_ap1o[i] = r_p1o[i];} + for(int i=0; i< n_n1; ++i) { /*x_an1[i] = x_n1[i]; y_an1[i] = y_n1[i];*/ z_an1[i] = z_n1[i]; r_an1[i] = r_n1[i];} + for(int i=0; i< n_p1; ++i) { /*x_ap1[i] = x_p1[i]; y_ap1[i] = y_p1[i];*/ z_ap1[i] = z_p1[i]; r_ap1[i] = r_p1[i];} + + GE1in_Minus_XY_All = new TGraph(n_n1i, x_an1i, y_an1i); std::cout<<"GE-1in All SimHits: "<cd(); + GE1in_Plus_XY_All->SetMarkerStyle(mar1); GE1in_Plus_XY_All->SetMarkerColor(col1); GE1in_Plus_XY_All->Draw("AP"); + GE1out_Plus_XY_All->SetMarkerStyle(mar2); GE1out_Plus_XY_All->SetMarkerColor(col2); GE1out_Plus_XY_All->Draw("Psame"); + GE1in_Plus_XY_All->GetXaxis()->SetTitle("X [cm]"); GE1in_Plus_XY_All->GetYaxis()->SetTitle("Y [cm]"); GE1in_Plus_XY_All->SetTitle("GE+1 RecHits"); + + Canvas_GE1_Minus_XY->cd(); + GE1in_Minus_XY_All->SetMarkerStyle(mar1); GE1in_Minus_XY_All->SetMarkerColor(col1); GE1in_Minus_XY_All->Draw("AP"); + GE1out_Minus_XY_All->SetMarkerStyle(mar2); GE1out_Minus_XY_All->SetMarkerColor(col2); GE1out_Minus_XY_All->Draw("Psame"); + GE1in_Minus_XY_All->GetXaxis()->SetTitle("X [cm]"); GE1in_Minus_XY_All->GetYaxis()->SetTitle("Y [cm]"); GE1in_Minus_XY_All->SetTitle("GE-1 RecHits"); + + Canvas_GE1_Plus_YZ->cd(); + GE1_Plus_YZ_All->SetMarkerStyle(0); GE1_Plus_YZ_All->SetMarkerColor(0); GE1_Plus_YZ_All->Draw("AP"); GE1_Plus_YZ_All->GetXaxis()->SetTitle("Z [cm]"); GE1_Plus_YZ_All->GetYaxis()->SetTitle("R [cm]"); GE1_Plus_YZ_All->SetTitle("GE+1 RecHits"); + GE1in_Plus_YZ_All->SetMarkerStyle(mar1); GE1in_Plus_YZ_All->SetMarkerColor(col1); GE1in_Plus_YZ_All->Draw("Psame"); + GE1out_Plus_YZ_All->SetMarkerStyle(mar2); GE1out_Plus_YZ_All->SetMarkerColor(col2); GE1out_Plus_YZ_All->Draw("Psame"); + // GE1in_Plus_YZ_All->GetXaxis()->SetTitle("Z [cm]"); GE1in_Plus_YZ_All->GetYaxis()->SetTitle("R [cm]"); GE1in_Plus_YZ_All->SetTitle("GE1 Plus RecHits"); + // GE1in_Plus_YZ_All->GetXaxis()->SetRangeUser(563,573); + // TLatex latex1; latex1.SetNDC(); latex1.SetTextAlign(23); + // latex1.SetTextSize(0.03); latex1.DrawLatex(0.175,0.50,"#color[15]{RE+1/2}"); latex1.DrawLatex(0.325,0.50,"#color[15]{RE+2/2}"); latex1.DrawLatex(0.675,0.50,"#color[15]{RE+3/2}"); latex1.DrawLatex(0.825,0.50,"#color[15]{RE+4/2}"); + // latex1.SetTextSize(0.03); latex1.DrawLatex(0.175,0.875,"#color[15]{RE+1/3}"); latex1.DrawLatex(0.325,0.875,"#color[15]{RE+2/3}"); latex1.DrawLatex(0.675,0.875,"#color[15]{RE+3/3}"); latex1.DrawLatex(0.825,0.875,"#color[15]{RE+4/3}"); + + Canvas_GE1_Minus_YZ->cd(); + GE1_Minus_YZ_All->SetMarkerStyle(0); GE1_Minus_YZ_All->SetMarkerColor(0); GE1_Minus_YZ_All->Draw("AP"); GE1_Minus_YZ_All->GetXaxis()->SetTitle("Z [cm]"); GE1_Minus_YZ_All->GetYaxis()->SetTitle("R [cm]"); GE1_Minus_YZ_All->SetTitle("GE-1 RecHits"); + GE1in_Minus_YZ_All->SetMarkerStyle(mar1); GE1in_Minus_YZ_All->SetMarkerColor(col1); GE1in_Minus_YZ_All->Draw("Psame"); + GE1out_Minus_YZ_All->SetMarkerStyle(mar2); GE1out_Minus_YZ_All->SetMarkerColor(col2); GE1out_Minus_YZ_All->Draw("Psame"); + // GE1in_Minus_YZ_All->GetXaxis()->SetTitle("Z [cm]"); GE1in_Minus_YZ_All->GetYaxis()->SetTitle("R [cm]"); GE1in_Minus_YZ_All->SetTitle("GE Minus RecHits"); + // GE1in_Minus_YZ_All->GetXaxis()->SetRangeUser(-573, -563); + // TLatex latex2; latex2.SetNDC(); latex2.SetTextAlign(23); + // latex2.SetTextSize(0.03); latex2.DrawLatex(0.175,0.50,"#color[15]{RE-4/2}"); latex2.DrawLatex(0.325,0.50,"#color[15]{RE-3/2}"); latex2.DrawLatex(0.675,0.50,"#color[15]{RE-2/2}"); latex2.DrawLatex(0.825,0.50,"#color[15]{RE-1/2}"); + // latex2.SetTextSize(0.03); latex2.DrawLatex(0.175,0.875,"#color[15]{RE-4/3}"); latex2.DrawLatex(0.325,0.875,"#color[15]{RE-3/3}"); latex2.DrawLatex(0.675,0.875,"#color[15]{RE-2/3}"); latex2.DrawLatex(0.825,0.875,"#color[15]{RE-1/3}"); + + BX_RecHits_GE1->Write(); + ST_RecHits_GE1->Write(); + CL_RecHits_GE1->Write(); + Canvas_GE1_Plus_XY->Write(); + Canvas_GE1_Minus_XY->Write(); + Canvas_GE1_Plus_YZ->Write(); + Canvas_GE1_Minus_YZ->Write(); +} + + +// +// member functions +// + +// ------------ method called for each event ------------ +void +TestGEMRecHitAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) +{ + + // ================ + // GEM recHits + // ================ + edm::Handle gemRecHits; + iEvent.getByLabel("gemRecHits","",gemRecHits); + + // count the number of GEM rechits + int nGEM = 0; + GEMRecHitCollection::const_iterator recHit; + for (recHit = gemRecHits->begin(); recHit != gemRecHits->end(); recHit++) { + nGEM++; + } + + // std::cout<<"The Number of RecHits is "<begin(); recHit != gemRecHits->end(); recHit++) { + GEMDetId rollId = (GEMDetId)(*recHit).gemId(); + LocalPoint recHitPos=recHit->localPosition(); + const GEMEtaPartition* rollasociated = gemGeom->etaPartition(rollId); + const BoundPlane & GEMSurface = rollasociated->surface(); + GlobalPoint GEMGlobalPoint = GEMSurface.toGlobal(recHitPos); + + int region = rollId.region(); + int station = rollId.station(); + // int ring = rollId.ring(); + int layer = rollId.layer(); + // int etapart = rollId.roll(); + // int chamber = rollId.chamber(); + + std::cout<<"GEM Rec Hit in [DetId] = ["< #include #include diff --git a/RecoLuminosity/LumiProducer/plugins/DIPLumiProducer.cc b/RecoLuminosity/LumiProducer/plugins/DIPLumiProducer.cc index 967edbee6cfb3..65b9ae53fe1ad 100644 --- a/RecoLuminosity/LumiProducer/plugins/DIPLumiProducer.cc +++ b/RecoLuminosity/LumiProducer/plugins/DIPLumiProducer.cc @@ -6,7 +6,7 @@ /**\class DIPLumiProducer DIPLumiProducer.cc RecoLuminosity/LumiProducer/src/DIPLumiProducer.cc Description: A essource/esproducer for lumi values from DIP via runtime logger DB */ -// $Id: DIPLumiProducer.cc,v 1.13 2012/04/04 10:25:50 xiezhen Exp $ +// $Id: DIPLumiProducer.cc,v 1.12 2012/04/03 19:54:06 xiezhen Exp $ //#include //#include "boost/shared_ptr.hpp" diff --git a/RecoLuminosity/LumiProducer/plugins/ExpressLumiProducer.cc b/RecoLuminosity/LumiProducer/plugins/ExpressLumiProducer.cc index bd1d55531838d..d0b44748a869e 100644 --- a/RecoLuminosity/LumiProducer/plugins/ExpressLumiProducer.cc +++ b/RecoLuminosity/LumiProducer/plugins/ExpressLumiProducer.cc @@ -7,7 +7,7 @@ Description: A essource/esproducer for lumi values from DIP via runtime logger DB */ // read lumi from dip database and dump to express stream -// $Id: ExpressLumiProducer.cc,v 1.4 2013/05/17 20:54:13 chrjones Exp $ +// $Id: ExpressLumiProducer.cc,v 1.3 2012/05/02 09:24:23 xiezhen Exp $ #include "FWCore/Framework/interface/one/EDProducer.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/RecoLuminosity/LumiProducer/plugins/LumiCorrectionSource.cc b/RecoLuminosity/LumiProducer/plugins/LumiCorrectionSource.cc index f1fc7573246d5..ead93d0870e02 100644 --- a/RecoLuminosity/LumiProducer/plugins/LumiCorrectionSource.cc +++ b/RecoLuminosity/LumiProducer/plugins/LumiCorrectionSource.cc @@ -7,7 +7,7 @@ Description: A essource/esproducer for lumi correction factor and run parameters needed to deduce the corrections Author: Zhen Xie */ -// $Id: LumiCorrectionSource.cc,v 1.15 2012/09/12 17:31:56 xiezhen Exp $ +// $Id: LumiCorrectionSource.cc,v 1.14 2012/09/11 15:46:57 xiezhen Exp $ //#include //#include "boost/shared_ptr.hpp" diff --git a/RecoLuminosity/LumiProducer/plugins/LumiProducer.cc b/RecoLuminosity/LumiProducer/plugins/LumiProducer.cc index db78d142f0869..fc631ebb9e89f 100644 --- a/RecoLuminosity/LumiProducer/plugins/LumiProducer.cc +++ b/RecoLuminosity/LumiProducer/plugins/LumiProducer.cc @@ -18,7 +18,7 @@ from the configuration file, the DB is not implemented yet) // David Dagenhart // Zhen Xie // Created: Tue Jun 12 00:47:28 CEST 2007 -// $Id: LumiProducer.cc,v 1.31 2013/05/17 20:54:13 chrjones Exp $ +// $Id: LumiProducer.cc,v 1.30 2012/10/23 14:09:23 xiezhen Exp $ #include "FWCore/Framework/interface/one/EDProducer.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" diff --git a/RecoMET/Configuration/python/RecoMET_Cosmics_cff.py b/RecoMET/Configuration/python/RecoMET_Cosmics_cff.py index 162044fe873f7..3506861be4863 100644 --- a/RecoMET/Configuration/python/RecoMET_Cosmics_cff.py +++ b/RecoMET/Configuration/python/RecoMET_Cosmics_cff.py @@ -1,5 +1,5 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoMET_Cosmics_cff.py,v 1.13 2012/11/06 02:33:52 sakuma Exp $ +# $Id: RecoMET_Cosmics_cff.py,v 1.12 2012/11/06 00:26:10 sakuma Exp $ ##____________________________________________________________________________|| from RecoMET.Configuration.RecoMET_cff import * diff --git a/RecoMET/Configuration/python/RecoMET_EventContent_cff.py b/RecoMET/Configuration/python/RecoMET_EventContent_cff.py index 78bed33243061..b39dbf142fa63 100644 --- a/RecoMET/Configuration/python/RecoMET_EventContent_cff.py +++ b/RecoMET/Configuration/python/RecoMET_EventContent_cff.py @@ -1,5 +1,5 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoMET_EventContent_cff.py,v 1.16 2012/11/06 02:33:52 sakuma Exp $ +# $Id: RecoMET_EventContent_cff.py,v 1.15 2012/09/04 21:18:33 sakuma Exp $ ##______________________________________________________ Full Event content __|| RecoMETFEVT = cms.PSet( diff --git a/RecoMET/Configuration/python/RecoMET_cff.py b/RecoMET/Configuration/python/RecoMET_cff.py index 08744e80a26d3..77b9cef46135a 100644 --- a/RecoMET/Configuration/python/RecoMET_cff.py +++ b/RecoMET/Configuration/python/RecoMET_cff.py @@ -1,5 +1,5 @@ import FWCore.ParameterSet.Config as cms -# $Id: RecoMET_cff.py,v 1.19 2012/11/06 02:33:52 sakuma Exp $ +# $Id: RecoMET_cff.py,v 1.18 2012/09/04 21:18:33 sakuma Exp $ ##____________________________________________________________________________|| from RecoJets.Configuration.CaloTowersES_cfi import * diff --git a/RecoMET/METAlgorithms/interface/CaloSpecificAlgo.h b/RecoMET/METAlgorithms/interface/CaloSpecificAlgo.h index e3ca061fafb16..6b928237d581c 100644 --- a/RecoMET/METAlgorithms/interface/CaloSpecificAlgo.h +++ b/RecoMET/METAlgorithms/interface/CaloSpecificAlgo.h @@ -13,7 +13,7 @@ // // Original Author: R. Cavanaugh (taken from F.Ratnikov, UMd) // Created: June 6, 2006 -// $Id: CaloSpecificAlgo.h,v 1.10 2012/06/09 21:19:30 sakuma Exp $ +// $Id: CaloSpecificAlgo.h,v 1.9 2012/06/09 00:52:37 sakuma Exp $ // // #ifndef METProducers_CaloMETInfo_h diff --git a/RecoMET/METAlgorithms/interface/GenSpecificAlgo.h b/RecoMET/METAlgorithms/interface/GenSpecificAlgo.h index 7548243a0b336..d94504fe0c9b5 100644 --- a/RecoMET/METAlgorithms/interface/GenSpecificAlgo.h +++ b/RecoMET/METAlgorithms/interface/GenSpecificAlgo.h @@ -13,7 +13,7 @@ // // Original Authors: R. Cavanaugh (taken from F.Ratnikov, UMd) // Created: June 6, 2006 -// $Id: GenSpecificAlgo.h,v 1.6 2013/05/03 18:52:47 salee Exp $ +// $Id: GenSpecificAlgo.h,v 1.5 2012/06/10 21:54:11 sakuma Exp $ // // #ifndef METProducers_GenMETInfo_h diff --git a/RecoMET/METAlgorithms/interface/METAlgo.h b/RecoMET/METAlgorithms/interface/METAlgo.h index 9ee8b965e192a..21f5c472ba9eb 100644 --- a/RecoMET/METAlgorithms/interface/METAlgo.h +++ b/RecoMET/METAlgorithms/interface/METAlgo.h @@ -13,7 +13,7 @@ // // Original Authors: Michael Schmitt, Richard Cavanaugh The University of Florida // Created: May 14, 2005 -// $Id: METAlgo.h,v 1.12 2012/06/08 00:51:27 sakuma Exp $ +// $Id: METAlgo.h,v 1.11 2012/06/07 23:55:30 sakuma Exp $ // // #ifndef METAlgo_h diff --git a/RecoMET/METAlgorithms/interface/PFClusterSpecificAlgo.h b/RecoMET/METAlgorithms/interface/PFClusterSpecificAlgo.h index df6a5836014c0..c5f9b7095cda6 100644 --- a/RecoMET/METAlgorithms/interface/PFClusterSpecificAlgo.h +++ b/RecoMET/METAlgorithms/interface/PFClusterSpecificAlgo.h @@ -13,7 +13,7 @@ // // Original Authors: R. Remington (UF), R. Cavanaugh (UIC/Fermilab) // Created: October 27, 2008 -// $Id: PFClusterSpecificAlgo.h,v 1.3 2012/06/11 04:27:43 sakuma Exp $ +// $Id: GenSpecificAlgo.h,v 1.5 2012/06/10 21:54:11 sakuma Exp $ // // #ifndef METAlgorithms_PFClusterMETInfo_h diff --git a/RecoMET/METAlgorithms/interface/PFSpecificAlgo.h b/RecoMET/METAlgorithms/interface/PFSpecificAlgo.h index 231abb5b0b392..5eb8f5a6cf20f 100644 --- a/RecoMET/METAlgorithms/interface/PFSpecificAlgo.h +++ b/RecoMET/METAlgorithms/interface/PFSpecificAlgo.h @@ -13,7 +13,7 @@ // // Original Authors: R. Remington (UF), R. Cavanaugh (UIC/Fermilab) // Created: October 27, 2008 -// $Id: PFSpecificAlgo.h,v 1.6 2012/06/10 16:37:16 sakuma Exp $ +// $Id: PFSpecificAlgo.h,v 1.5 2012/06/10 15:06:54 sakuma Exp $ // // #ifndef METAlgorithms_PFMETInfo_h diff --git a/RecoMET/METAlgorithms/interface/SignAlgoResolutions.h b/RecoMET/METAlgorithms/interface/SignAlgoResolutions.h index 26ac1f93cfa1e..7463e7637de4e 100644 --- a/RecoMET/METAlgorithms/interface/SignAlgoResolutions.h +++ b/RecoMET/METAlgorithms/interface/SignAlgoResolutions.h @@ -16,7 +16,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SignAlgoResolutions.h,v 1.8 2013/05/06 17:56:33 sakuma Exp $ +// $Id: SignAlgoResolutions.h,v 1.7 2013/03/22 01:19:36 sakuma Exp $ // // diff --git a/RecoMET/METAlgorithms/interface/SignCaloSpecificAlgo.h b/RecoMET/METAlgorithms/interface/SignCaloSpecificAlgo.h index 8831bd97dfc5e..21ffcf0988300 100644 --- a/RecoMET/METAlgorithms/interface/SignCaloSpecificAlgo.h +++ b/RecoMET/METAlgorithms/interface/SignCaloSpecificAlgo.h @@ -13,7 +13,7 @@ // // Original Authors: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SignCaloSpecificAlgo.h,v 1.7 2012/09/17 17:54:30 veelken Exp $ +// $Id: SignCaloSpecificAlgo.h,v 1.6 2012/06/09 21:37:02 sakuma Exp $ // // #ifndef METProducers_SignCaloMETAlgo_h diff --git a/RecoMET/METAlgorithms/interface/significanceAlgo.h b/RecoMET/METAlgorithms/interface/significanceAlgo.h index 5ba538586fefd..7c272ff5b4b4e 100644 --- a/RecoMET/METAlgorithms/interface/significanceAlgo.h +++ b/RecoMET/METAlgorithms/interface/significanceAlgo.h @@ -25,7 +25,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: significanceAlgo.h,v 1.3 2012/09/11 11:40:12 veelken Exp $ +// $Id: significanceAlgo.h,v 1.2 2009/10/21 11:27:11 fblekman Exp $ // // @@ -41,14 +41,11 @@ // where Chisq_0 is the value of Chi squared at MET=0. // // -// $Id: significanceAlgo.h,v 1.3 2012/09/11 11:40:12 veelken Exp $ +// $Id: significanceAlgo.h,v 1.2 2009/10/21 11:27:11 fblekman Exp $ // // Revision history // // $Log: significanceAlgo.h,v $ -// Revision 1.3 2012/09/11 11:40:12 veelken -// SigInputObj moved to DataFormats/METReco -// // Revision 1.2 2009/10/21 11:27:11 fblekman // merged version with cvs head - includes new interfaces for MET significance to make it possible to correct MET objects later and also correct the signficance. // diff --git a/RecoMET/METAlgorithms/src/CaloSpecificAlgo.cc b/RecoMET/METAlgorithms/src/CaloSpecificAlgo.cc index 78f8254758d2e..a92710893f104 100644 --- a/RecoMET/METAlgorithms/src/CaloSpecificAlgo.cc +++ b/RecoMET/METAlgorithms/src/CaloSpecificAlgo.cc @@ -5,7 +5,7 @@ // // Original Author: R. Cavanaugh (taken from F.Ratnikov, UMd) // Created: June 6, 2006 -// $Id: CaloSpecificAlgo.cc,v 1.32 2012/06/09 21:19:30 sakuma Exp $ +// $Id: CaloSpecificAlgo.cc,v 1.31 2012/06/09 01:20:48 sakuma Exp $ // // #include "RecoMET/METAlgorithms/interface/CaloSpecificAlgo.h" diff --git a/RecoMET/METAlgorithms/src/GenSpecificAlgo.cc b/RecoMET/METAlgorithms/src/GenSpecificAlgo.cc index 9bccfb3085a2d..4060282a2bc9f 100644 --- a/RecoMET/METAlgorithms/src/GenSpecificAlgo.cc +++ b/RecoMET/METAlgorithms/src/GenSpecificAlgo.cc @@ -5,7 +5,7 @@ // // Original Authors: R. Cavanaugh (taken from F.Ratnikov, UMd) // Created: June 6, 2006 -// $Id: GenSpecificAlgo.cc,v 1.11 2013/05/03 18:53:44 salee Exp $ +// $Id: GenSpecificAlgo.cc,v 1.10 2012/06/10 21:54:10 sakuma Exp $ // // //____________________________________________________________________________|| diff --git a/RecoMET/METAlgorithms/src/METAlgo.cc b/RecoMET/METAlgorithms/src/METAlgo.cc index af435bda54369..9ffb3736d6d9e 100644 --- a/RecoMET/METAlgorithms/src/METAlgo.cc +++ b/RecoMET/METAlgorithms/src/METAlgo.cc @@ -5,7 +5,7 @@ // // Original Authors: Michael Schmitt, Richard Cavanaugh The University of Florida // Created: May 31, 2005 -// $Id: METAlgo.cc,v 1.15 2012/06/08 00:51:28 sakuma Exp $ +// $Id: METAlgo.cc,v 1.14 2012/06/07 23:55:30 sakuma Exp $ // //____________________________________________________________________________|| diff --git a/RecoMET/METAlgorithms/src/PFClusterSpecificAlgo.cc b/RecoMET/METAlgorithms/src/PFClusterSpecificAlgo.cc index 7da9bbd550466..0c8449da792cd 100644 --- a/RecoMET/METAlgorithms/src/PFClusterSpecificAlgo.cc +++ b/RecoMET/METAlgorithms/src/PFClusterSpecificAlgo.cc @@ -5,7 +5,7 @@ // // Original Authors: R. Remington (UF), R. Cavanaugh (UIC/Fermilab) // Created: October 27, 2008 -// $Id: PFClusterSpecificAlgo.cc,v 1.4 2012/06/11 04:27:43 sakuma Exp $ +// $Id: GenSpecificAlgo.h,v 1.5 2012/06/10 21:54:11 sakuma Exp $ // // //____________________________________________________________________________|| diff --git a/RecoMET/METAlgorithms/src/PFSpecificAlgo.cc b/RecoMET/METAlgorithms/src/PFSpecificAlgo.cc index 97f7d0efbb28d..60dcd0d547c1d 100644 --- a/RecoMET/METAlgorithms/src/PFSpecificAlgo.cc +++ b/RecoMET/METAlgorithms/src/PFSpecificAlgo.cc @@ -5,7 +5,7 @@ // // Original Authors: R. Remington (UF), R. Cavanaugh (UIC/Fermilab) // Created: October 27, 2008 -// $Id: PFSpecificAlgo.cc,v 1.13 2012/06/10 16:37:16 sakuma Exp $ +// $Id: PFSpecificAlgo.cc,v 1.12 2012/06/10 15:06:53 sakuma Exp $ // // //____________________________________________________________________________|| diff --git a/RecoMET/METAlgorithms/src/SignAlgoResolutions.cc b/RecoMET/METAlgorithms/src/SignAlgoResolutions.cc index 0e845bc9781b1..44c57196a336c 100644 --- a/RecoMET/METAlgorithms/src/SignAlgoResolutions.cc +++ b/RecoMET/METAlgorithms/src/SignAlgoResolutions.cc @@ -14,7 +14,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SignAlgoResolutions.cc,v 1.11 2013/05/06 17:56:45 sakuma Exp $ +// $Id: SignAlgoResolutions.cc,v 1.10 2013/03/22 01:19:42 sakuma Exp $ // // #include "FWCore/Framework/interface/EventSetup.h" diff --git a/RecoMET/METAlgorithms/src/SignCaloSpecificAlgo.cc b/RecoMET/METAlgorithms/src/SignCaloSpecificAlgo.cc index d216a0b58fd16..e0e6f0733b349 100644 --- a/RecoMET/METAlgorithms/src/SignCaloSpecificAlgo.cc +++ b/RecoMET/METAlgorithms/src/SignCaloSpecificAlgo.cc @@ -5,7 +5,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: SignCaloSpecificAlgo.cc,v 1.11 2012/06/09 21:37:03 sakuma Exp $ +// $Id: SignCaloSpecificAlgo.cc,v 1.10 2012/06/09 18:27:46 sakuma Exp $ // // diff --git a/RecoMET/METAlgorithms/src/significanceAlgo.cc b/RecoMET/METAlgorithms/src/significanceAlgo.cc index a49442452bf43..016bc5bf11be6 100644 --- a/RecoMET/METAlgorithms/src/significanceAlgo.cc +++ b/RecoMET/METAlgorithms/src/significanceAlgo.cc @@ -21,7 +21,7 @@ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 -// $Id: significanceAlgo.cc,v 1.15 2010/04/20 14:56:07 fblekman Exp $ +// $Id: significanceAlgo.cc,v 1.14 2010/04/20 11:02:01 fblekman Exp $ // // diff --git a/RecoMET/METFilters/plugins/EcalDeadCellBoundaryEnergyFilter.cc b/RecoMET/METFilters/plugins/EcalDeadCellBoundaryEnergyFilter.cc index bb96c650234df..2cdc982c2b2b4 100644 --- a/RecoMET/METFilters/plugins/EcalDeadCellBoundaryEnergyFilter.cc +++ b/RecoMET/METFilters/plugins/EcalDeadCellBoundaryEnergyFilter.cc @@ -20,7 +20,7 @@ // // Original Author: Konstantinos Theofilatos, Ulla Gebbert and Christian Sander // Created: Sat Nov 14 18:43:21 CET 2009 -// $Id: EcalDeadCellBoundaryEnergyFilter.cc,v 1.2 2013/03/15 20:09:34 wmtan Exp $ +// $Id: EcalDeadCellBoundaryEnergyFilter.cc,v 1.1 2012/03/21 14:43:35 lhx Exp $ // // diff --git a/RecoMET/METFilters/plugins/HcalLaserEventFilter.cc b/RecoMET/METFilters/plugins/HcalLaserEventFilter.cc index 9c5c616f281ba..1ecc34020dac6 100644 --- a/RecoMET/METFilters/plugins/HcalLaserEventFilter.cc +++ b/RecoMET/METFilters/plugins/HcalLaserEventFilter.cc @@ -15,7 +15,7 @@ It also allows users to remove events in which the number of HBHE rechits exceed // // Original Author: Jeff Temple (temple@cern.ch) // Created: Thu Nov 17 12:44:22 EST 2011 -// $Id: HcalLaserEventFilter.cc,v 1.6 2013/02/25 19:38:03 chrjones Exp $ +// $Id: HcalLaserEventFilter.cc,v 1.5 2012/10/10 18:58:32 muzaffar Exp $ // // diff --git a/RecoMET/METProducers/interface/METProducer.h b/RecoMET/METProducers/interface/METProducer.h index f1834fcd87095..a0978658f785f 100644 --- a/RecoMET/METProducers/interface/METProducer.h +++ b/RecoMET/METProducers/interface/METProducer.h @@ -13,7 +13,7 @@ // // Original Author: Rick Cavanaugh // Created: May 14, 2005 -// $Id: METProducer.h,v 1.32 2013/05/03 18:47:56 salee Exp $ +// $Id: METProducer.h,v 1.31 2013/03/06 19:31:56 vadler Exp $ // // diff --git a/RecoMET/METProducers/interface/MinMETProducerT.h b/RecoMET/METProducers/interface/MinMETProducerT.h index b20136d91430b..11636f1003b68 100644 --- a/RecoMET/METProducers/interface/MinMETProducerT.h +++ b/RecoMET/METProducers/interface/MinMETProducerT.h @@ -10,9 +10,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: MinMETProducerT.h,v 1.2 2013/03/06 19:31:56 vadler Exp $ + * $Id: MinMETProducerT.h,v 1.1 2012/09/15 16:45:33 veelken Exp $ * */ diff --git a/RecoMET/METProducers/python/pfChargedMET_cfi.py b/RecoMET/METProducers/python/pfChargedMET_cfi.py index 53520f6f7bb90..51021d53cfdc4 100644 --- a/RecoMET/METProducers/python/pfChargedMET_cfi.py +++ b/RecoMET/METProducers/python/pfChargedMET_cfi.py @@ -1,5 +1,5 @@ import FWCore.ParameterSet.Config as cms -# $Id: pfChargedMET_cfi.py,v 1.2 2013/03/27 22:50:50 sakuma Exp $ +# $Id: $ ##____________________________________________________________________________|| particleFlowForChargedMET = cms.EDProducer( diff --git a/RecoMET/METProducers/src/METProducer.cc b/RecoMET/METProducers/src/METProducer.cc index eadfbec1e2a47..03c734dbfc511 100644 --- a/RecoMET/METProducers/src/METProducer.cc +++ b/RecoMET/METProducers/src/METProducer.cc @@ -5,7 +5,7 @@ // // Original Author: Rick Cavanaugh // Created: April 4, 2006 -// $Id: METProducer.cc,v 1.53 2013/05/07 13:16:16 salee Exp $ +// $Id: METProducer.cc,v 1.52 2013/05/03 18:51:27 salee Exp $ // // diff --git a/RecoMET/METProducers/src/MuonMETValueMapProducer.cc b/RecoMET/METProducers/src/MuonMETValueMapProducer.cc index a9e8a3085ce83..4fcd129681573 100644 --- a/RecoMET/METProducers/src/MuonMETValueMapProducer.cc +++ b/RecoMET/METProducers/src/MuonMETValueMapProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Puneeth Kalavase // Created: Sun Mar 15 11:33:20 CDT 2009 -// $Id: MuonMETValueMapProducer.cc,v 1.3 2012/01/28 16:01:24 eulisse Exp $ +// $Id: MuonMETValueMapProducer.cc,v 1.2 2010/10/03 11:25:26 elmer Exp $ // // diff --git a/RecoMET/METProducers/src/MuonTCMETValueMapProducer.cc b/RecoMET/METProducers/src/MuonTCMETValueMapProducer.cc index 8f43a4a15df9b..b1c358c5ec0c3 100644 --- a/RecoMET/METProducers/src/MuonTCMETValueMapProducer.cc +++ b/RecoMET/METProducers/src/MuonTCMETValueMapProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Frank Golf // Created: Sun Mar 15 11:33:20 CDT 2009 -// $Id: MuonTCMETValueMapProducer.cc,v 1.10 2012/01/28 16:01:24 eulisse Exp $ +// $Id: MuonTCMETValueMapProducer.cc,v 1.9 2011/02/21 10:09:21 benhoob Exp $ // // diff --git a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonSmoother.h b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonSmoother.h index 0eab4313cf6aa..667ec8dd30129 100644 --- a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonSmoother.h +++ b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonSmoother.h @@ -3,8 +3,8 @@ /** \file CosmicMuonSmoother * - * $Date: 2012/09/01 12:44:22 $ - * $Revision: 1.7 $ + * $Date: 2009/04/15 09:41:44 $ + * $Revision: 1.6 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonTrajectoryBuilder.h b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonTrajectoryBuilder.h index f14a79f508897..c7a9206e68e46 100644 --- a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonTrajectoryBuilder.h +++ b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonTrajectoryBuilder.h @@ -2,8 +2,8 @@ #define CosmicMuonTrajectoryBuilder_H /** \file CosmicMuonTrajectoryBuilder * - * $Date: 2010/03/05 21:43:00 $ - * $Revision: 1.23 $ + * $Date: 2008/10/18 22:23:23 $ + * $Revision: 1.22 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonUtilities.h b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonUtilities.h index 8ced58d0cecd3..ee1667150047c 100644 --- a/RecoMuon/CosmicMuonProducer/interface/CosmicMuonUtilities.h +++ b/RecoMuon/CosmicMuonProducer/interface/CosmicMuonUtilities.h @@ -4,8 +4,8 @@ /** \file CosmicMuonUtilities * contain those methods that are commonly used * - * $Date: 2010/03/01 20:57:57 $ - * $Revision: 1.2 $ + * $Date: 2007/03/08 20:01:29 $ + * $Revision: 1.1 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/interface/GlobalCosmicMuonTrajectoryBuilder.h b/RecoMuon/CosmicMuonProducer/interface/GlobalCosmicMuonTrajectoryBuilder.h index dd294642e3308..b813d4ac8848a 100644 --- a/RecoMuon/CosmicMuonProducer/interface/GlobalCosmicMuonTrajectoryBuilder.h +++ b/RecoMuon/CosmicMuonProducer/interface/GlobalCosmicMuonTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \file GlobalCosmicMuonTrajectoryBuilder * class to build combined trajectory from cosmic tracks in tk and mu * - * $Date: 2009/04/15 09:41:24 $ - * $Revision: 1.15 $ + * $Date: 2009/01/15 20:59:40 $ + * $Revision: 1.14 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.cc b/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.cc index 6b8cc12bc0481..d84a6850858f8 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.cc +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.cc @@ -3,8 +3,8 @@ /**\class CosmicMuonLinksProducer * * - * $Date: 2009/01/05 21:58:19 $ - * $Revision: 1.2 $ + * $Date: $ + * $Revision: $ * Original Author: Chang Liu - Purdue University **/ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.h b/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.h index b7da4010f530c..ee845d34252e6 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.h +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonLinksProducer.h @@ -3,8 +3,8 @@ /** \file CosmicMuonLinksProducer * - * $Date: 2010/07/19 19:54:15 $ - * $Revision: 1.2 $ + * $Date: 2008/12/31 02:36:28 $ + * $Revision: 1.1 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.cc b/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.cc index 6609f8c19b09a..b14a9a76cd75c 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.cc +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.cc @@ -6,8 +6,8 @@ * * Implementation: * - * $Date: 2009/04/16 10:43:39 $ - * $Revision: 1.16 $ + * $Date: 2008/09/15 12:42:12 $ + * $Revision: 1.15 $ * Original Author: Chang Liu * Created: Tue Jun 13 02:46:17 CEST 2006 **/ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.h b/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.h index ef9ff71f100cb..46de073601f73 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.h +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonProducer.h @@ -3,8 +3,8 @@ /** \file CosmicMuonProducer * - * $Date: 2006/09/01 13:11:53 $ - * $Revision: 1.3 $ + * $Date: 2006/07/03 01:11:19 $ + * $Revision: 1.2 $ * \author Chang Liu */ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonSmoother.cc b/RecoMuon/CosmicMuonProducer/src/CosmicMuonSmoother.cc index 2b5fd7e2e3396..e730618ed1025 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonSmoother.cc +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonSmoother.cc @@ -7,8 +7,8 @@ * within cylinders * * - * $Date: 2012/09/01 16:55:24 $ - * $Revision: 1.23 $ + * $Date: 2012/09/01 12:44:22 $ + * $Revision: 1.22 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonTrajectoryBuilder.cc b/RecoMuon/CosmicMuonProducer/src/CosmicMuonTrajectoryBuilder.cc index f36b930c21d46..d976bddfc8530 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonTrajectoryBuilder.cc +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonTrajectoryBuilder.cc @@ -4,8 +4,8 @@ * class to build trajectories of cosmic muons and beam-halo muons * * - * $Date: 2011/12/23 08:13:35 $ - * $Revision: 1.56 $ + * $Date: 2010/08/11 00:42:19 $ + * $Revision: 1.55 $ * \author Chang Liu - Purdue Univeristy */ diff --git a/RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc b/RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc index f301b8c31f805..a3fa26572a9d1 100644 --- a/RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc +++ b/RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc @@ -1,8 +1,8 @@ /** \file CosmicMuonUtilities * * - * $Date: 2010/03/07 21:28:57 $ - * $Revision: 1.6 $ + * $Date: 2010/03/01 20:57:49 $ + * $Revision: 1.5 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.cc b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.cc index 04a8a47cd74de..f35c67721dd27 100644 --- a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.cc +++ b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.cc @@ -5,8 +5,8 @@ * reconstruct muons using dt,csc,rpc and tracker starting from cosmic muon * tracks * - * $Date: 2009/07/29 12:46:25 $ - * $Revision: 1.10 $ + * $Date: 2008/09/16 12:06:29 $ + * $Revision: 1.9 $ * \author: Chang Liu - Purdue University **/ diff --git a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.h b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.h index 4a2351791d053..8582159a5fc0b 100644 --- a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.h +++ b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonProducer.h @@ -6,8 +6,8 @@ * reconstruct muons using dt,csc,rpc and tracker starting from cosmic muon * tracks * - * $Date: 2010/02/11 00:14:17 $ - * $Revision: 1.3 $ + * $Date: 2006/10/19 21:41:19 $ + * $Revision: 1.2 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonTrajectoryBuilder.cc b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonTrajectoryBuilder.cc index 959efbb29889c..178c19b020e81 100644 --- a/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonTrajectoryBuilder.cc +++ b/RecoMuon/CosmicMuonProducer/src/GlobalCosmicMuonTrajectoryBuilder.cc @@ -1,8 +1,8 @@ /** * Class: GlobalCosmicMuonTrajectoryBuilder * - * $Date: 2011/12/22 20:56:09 $ - * $Revision: 1.26 $ + * $Date: 2009/10/20 04:22:32 $ + * $Revision: 1.25 $ * \author Chang Liu - Purdue University * **/ diff --git a/RecoMuon/CosmicMuonProducer/test/CosmicMuonValidator.cc b/RecoMuon/CosmicMuonProducer/test/CosmicMuonValidator.cc index cb2f771066763..50dcd3fae1948 100644 --- a/RecoMuon/CosmicMuonProducer/test/CosmicMuonValidator.cc +++ b/RecoMuon/CosmicMuonProducer/test/CosmicMuonValidator.cc @@ -4,8 +4,8 @@ * * the validator assumes single muon events * - * $Date: 2011/12/22 20:57:21 $ - * $Revision: 1.11 $ + * $Date: 2009/12/29 23:18:38 $ + * $Revision: 1.10 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/CosmicMuonProducer/test/RealCosmicDataAnalyzer.cc b/RecoMuon/CosmicMuonProducer/test/RealCosmicDataAnalyzer.cc index bbe8f0e9d92d9..a81ca088d1d6f 100644 --- a/RecoMuon/CosmicMuonProducer/test/RealCosmicDataAnalyzer.cc +++ b/RecoMuon/CosmicMuonProducer/test/RealCosmicDataAnalyzer.cc @@ -1,7 +1,7 @@ /** \class RealCosmicDataAnalyzer * - * $Date: 2010/02/25 00:32:41 $ - * $Revision: 1.4 $ + * $Date: 2009/12/29 23:18:38 $ + * $Revision: 1.3 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/DetLayers/interface/MuDetRing.h b/RecoMuon/DetLayers/interface/MuDetRing.h index 322e7d68537ef..343b16949c525 100644 --- a/RecoMuon/DetLayers/interface/MuDetRing.h +++ b/RecoMuon/DetLayers/interface/MuDetRing.h @@ -5,8 +5,8 @@ * A ring of periodic, possibly overlapping vertical detectors. * Designed for forward muon CSC/RPC chambers. * - * $Date: 2006/06/02 15:19:39 $ - * $Revision: 1.4 $ + * $Date: 2006/06/02 12:21:38 $ + * $Revision: 1.3 $ * \author N. Amapane - INFN Torino */ diff --git a/RecoMuon/DetLayers/interface/MuDetRod.h b/RecoMuon/DetLayers/interface/MuDetRod.h index 90f26b53ab1ae..5dd1bc79fecbd 100644 --- a/RecoMuon/DetLayers/interface/MuDetRod.h +++ b/RecoMuon/DetLayers/interface/MuDetRod.h @@ -5,8 +5,8 @@ * A rod of aligned equal-sized non-overlapping detectors. * Designed for barrel muon DT/RPC chambers. * - * $Date: 2007/07/08 04:19:44 $ - * $Revision: 1.5 $ + * $Date: 2006/06/02 15:19:39 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino * */ diff --git a/RecoMuon/DetLayers/interface/MuRingForwardDoubleLayer.h b/RecoMuon/DetLayers/interface/MuRingForwardDoubleLayer.h index 1ec3d8f6d050e..f50fa672aba75 100644 --- a/RecoMuon/DetLayers/interface/MuRingForwardDoubleLayer.h +++ b/RecoMuon/DetLayers/interface/MuRingForwardDoubleLayer.h @@ -4,8 +4,8 @@ /** \class MuRingForwardDoubleLayer * A plane composed two layers of disks. Represents forward muon CSC stations. * - * $Date: 2007/12/19 09:48:34 $ - * $Revision: 1.2 $ + * $Date: 2007/06/14 23:41:07 $ + * $Revision: 1.1 $ * \author R. Wilkinson * */ diff --git a/RecoMuon/DetLayers/interface/MuRingForwardLayer.h b/RecoMuon/DetLayers/interface/MuRingForwardLayer.h index b214cf20b763a..c489f9f506ed8 100644 --- a/RecoMuon/DetLayers/interface/MuRingForwardLayer.h +++ b/RecoMuon/DetLayers/interface/MuRingForwardLayer.h @@ -4,8 +4,8 @@ /** \class MuRingForwardLayer * A plane composed of disks (MuRingForwardDisk). Represents forward muon CSC/RPC stations. * - * $Date: 2007/06/14 17:22:41 $ - * $Revision: 1.9 $ + * $Date: 2006/07/25 17:10:27 $ + * $Revision: 1.8 $ * \author N. Amapane - INFN Torino * */ diff --git a/RecoMuon/DetLayers/interface/MuRodBarrelLayer.h b/RecoMuon/DetLayers/interface/MuRodBarrelLayer.h index 48d6704ffbad8..d4241abd42d98 100644 --- a/RecoMuon/DetLayers/interface/MuRodBarrelLayer.h +++ b/RecoMuon/DetLayers/interface/MuRodBarrelLayer.h @@ -4,8 +4,8 @@ /** \class MuRodBarrelLayer * A cylinder composed of rods. Represents barrel muon DT/RPC stations. * - * $Date: 2006/07/25 17:10:27 $ - * $Revision: 1.8 $ + * $Date: 2006/06/07 14:17:03 $ + * $Revision: 1.7 $ * \author N. Amapane - INFN Torino * */ diff --git a/RecoMuon/DetLayers/interface/MuonDetLayerGeometry.h b/RecoMuon/DetLayers/interface/MuonDetLayerGeometry.h index b5b57ec36cce0..23acf5ef3d0fb 100644 --- a/RecoMuon/DetLayers/interface/MuonDetLayerGeometry.h +++ b/RecoMuon/DetLayers/interface/MuonDetLayerGeometry.h @@ -5,8 +5,8 @@ * * Provide access to the DetLayers of muon detectors. * - * $Date: 2009/07/03 09:12:47 $ - * $Revision: 1.13 $ + * $Date: 2009/04/11 01:02:38 $ + * $Revision: 1.12 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.cc b/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.cc index a35f024f52e15..3240eafeecc13 100644 --- a/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.cc +++ b/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2007/04/18 15:12:01 $ - * $Revision: 1.1 $ + * $Date: 2006/10/26 07:45:05 $ + * $Revision: 1.14 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.h b/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.h index 7715def2973a8..ee93e476b19dc 100644 --- a/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.h +++ b/RecoMuon/DetLayers/plugins/MuonDetLayerGeometryESProducer.h @@ -5,7 +5,7 @@ * * ESProducer for MuonDeLayerGeometry in MuonRecoGeometryRecord. * - * $Date: 2007/04/18 15:12:01 $ + * $Date: 2006/04/20 16:57:52 $ * $Revision: 1.1 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/GeneralBinFinderInPhi.h b/RecoMuon/DetLayers/src/GeneralBinFinderInPhi.h index eeb3ecb8fc58b..e52f32c9f066f 100644 --- a/RecoMuon/DetLayers/src/GeneralBinFinderInPhi.h +++ b/RecoMuon/DetLayers/src/GeneralBinFinderInPhi.h @@ -4,8 +4,8 @@ /** \class GeneralBinFinderInPhi * A phi bin finder for a non-periodic group of detectors. * - * $Date: 2012/07/16 07:32:42 $ - * $Revision: 1.6 $ + * $Date: 2007/02/18 16:01:46 $ + * $Revision: 1.5 $ * \author N. Amapane - INFN Torino */ diff --git a/RecoMuon/DetLayers/src/GeneralBinFinderInR.h b/RecoMuon/DetLayers/src/GeneralBinFinderInR.h index 7788528f28ad2..2798e0a5bafbb 100644 --- a/RecoMuon/DetLayers/src/GeneralBinFinderInR.h +++ b/RecoMuon/DetLayers/src/GeneralBinFinderInR.h @@ -4,8 +4,8 @@ /** \class GeneralBinFinderInR * A R binfinder for a non-periodic group of detectors. * - * $Date: 2012/07/16 07:32:42 $ - * $Revision: 1.3 $ + * $Date: 2006/11/16 16:11:58 $ + * $Revision: 1.2 $ * \author N. Amapane - INFN Torino */ diff --git a/RecoMuon/DetLayers/src/MuDetRing.cc b/RecoMuon/DetLayers/src/MuDetRing.cc index 18e6003bfef5e..e6d44600478f7 100644 --- a/RecoMuon/DetLayers/src/MuDetRing.cc +++ b/RecoMuon/DetLayers/src/MuDetRing.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/05/29 08:23:54 $ - * $Revision: 1.9 $ + * $Date: 2006/10/19 14:42:16 $ + * $Revision: 1.8 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuDetRod.cc b/RecoMuon/DetLayers/src/MuDetRod.cc index de6caf856588a..d6166a6b74555 100644 --- a/RecoMuon/DetLayers/src/MuDetRod.cc +++ b/RecoMuon/DetLayers/src/MuDetRod.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/05/29 08:23:54 $ - * $Revision: 1.9 $ + * $Date: 2007/06/14 23:32:48 $ + * $Revision: 1.8 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuRingForwardDoubleLayer.cc b/RecoMuon/DetLayers/src/MuRingForwardDoubleLayer.cc index 33274456852cc..42b5416f4c026 100644 --- a/RecoMuon/DetLayers/src/MuRingForwardDoubleLayer.cc +++ b/RecoMuon/DetLayers/src/MuRingForwardDoubleLayer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/12/25 17:54:29 $ - * $Revision: 1.6 $ + * $Date: 2012/05/29 08:23:54 $ + * $Revision: 1.5 $ * \author Rick Wilkinson */ diff --git a/RecoMuon/DetLayers/src/MuRingForwardLayer.cc b/RecoMuon/DetLayers/src/MuRingForwardLayer.cc index cce0d766a5f76..1cde3f2dfe121 100644 --- a/RecoMuon/DetLayers/src/MuRingForwardLayer.cc +++ b/RecoMuon/DetLayers/src/MuRingForwardLayer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/12/25 17:54:29 $ - * $Revision: 1.21 $ + * $Date: 2012/05/29 08:23:54 $ + * $Revision: 1.20 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuRodBarrelLayer.cc b/RecoMuon/DetLayers/src/MuRodBarrelLayer.cc index d822c7b206140..7a8f6d04cf0df 100644 --- a/RecoMuon/DetLayers/src/MuRodBarrelLayer.cc +++ b/RecoMuon/DetLayers/src/MuRodBarrelLayer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/05/29 08:23:54 $ - * $Revision: 1.15 $ + * $Date: 2007/01/23 16:00:52 $ + * $Revision: 1.14 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuonCSCDetLayerGeometryBuilder.h b/RecoMuon/DetLayers/src/MuonCSCDetLayerGeometryBuilder.h index fe0d9e329b24d..d7b65d2e924d5 100644 --- a/RecoMuon/DetLayers/src/MuonCSCDetLayerGeometryBuilder.h +++ b/RecoMuon/DetLayers/src/MuonCSCDetLayerGeometryBuilder.h @@ -5,8 +5,8 @@ * * Build the CSC DetLayers. * - * $Date: 2007/06/14 23:48:22 $ - * $Revision: 1.8 $ + * $Date: 2006/10/13 13:26:46 $ + * $Revision: 1.7 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuonDTDetLayerGeometryBuilder.h b/RecoMuon/DetLayers/src/MuonDTDetLayerGeometryBuilder.h index c7c0e2ff73d26..ea91cf9fbcfa6 100644 --- a/RecoMuon/DetLayers/src/MuonDTDetLayerGeometryBuilder.h +++ b/RecoMuon/DetLayers/src/MuonDTDetLayerGeometryBuilder.h @@ -5,8 +5,8 @@ * * Build the DT DetLayers. * - * $Date: 2006/06/02 12:21:39 $ - * $Revision: 1.3 $ + * $Date: 2006/05/03 15:22:13 $ + * $Revision: 1.2 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuonDetLayerGeometry.cc b/RecoMuon/DetLayers/src/MuonDetLayerGeometry.cc index ea251b3ec683d..937fc9cf662f0 100644 --- a/RecoMuon/DetLayers/src/MuonDetLayerGeometry.cc +++ b/RecoMuon/DetLayers/src/MuonDetLayerGeometry.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/07/03 09:12:48 $ - * $Revision: 1.20 $ + * $Date: 2009/04/11 01:02:44 $ + * $Revision: 1.19 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/MuonRPCDetLayerGeometryBuilder.h b/RecoMuon/DetLayers/src/MuonRPCDetLayerGeometryBuilder.h index c1442ab8cc04a..5e4d1e8fd4d30 100644 --- a/RecoMuon/DetLayers/src/MuonRPCDetLayerGeometryBuilder.h +++ b/RecoMuon/DetLayers/src/MuonRPCDetLayerGeometryBuilder.h @@ -5,8 +5,8 @@ * * Build the RPC DetLayers. * - * $Date: 2007/07/08 04:20:26 $ - * $Revision: 1.9 $ + * $Date: 2007/06/14 23:47:37 $ + * $Revision: 1.8 $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/DetLayers/src/PhiBorderFinder.h b/RecoMuon/DetLayers/src/PhiBorderFinder.h index 9410ab2ecf0fc..91a3e856628de 100644 --- a/RecoMuon/DetLayers/src/PhiBorderFinder.h +++ b/RecoMuon/DetLayers/src/PhiBorderFinder.h @@ -5,8 +5,8 @@ * Find the phi binning of a list of detector according to several * definitions. * - * $Date: 2007/03/07 13:20:54 $ - * $Revision: 1.10 $ + * $Date: 2007/02/18 16:01:46 $ + * $Revision: 1.9 $ * \author N. Amapane - INFN Torino */ diff --git a/RecoMuon/DetLayers/src/RBorderFinder.h b/RecoMuon/DetLayers/src/RBorderFinder.h index fe9e553c70eb2..7fb8ebd52d503 100644 --- a/RecoMuon/DetLayers/src/RBorderFinder.h +++ b/RecoMuon/DetLayers/src/RBorderFinder.h @@ -5,8 +5,8 @@ * Find the R binning of a list of detector according to several * definitions. * - * $Date: 2007/03/07 13:20:54 $ - * $Revision: 1.5 $ + * $Date: 2006/07/10 22:05:13 $ + * $Revision: 1.4 $ * \author N. Amapane - INFN Torino */ diff --git a/RecoMuon/DetLayers/test/MuonRecoGeometryAnalyzer.cc b/RecoMuon/DetLayers/test/MuonRecoGeometryAnalyzer.cc index 49e259a9a387a..21c2fd28d7693 100644 --- a/RecoMuon/DetLayers/test/MuonRecoGeometryAnalyzer.cc +++ b/RecoMuon/DetLayers/test/MuonRecoGeometryAnalyzer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2009/05/27 08:09:45 $ - * $Revision: 1.9 $ + * $Date: 2007/06/15 01:19:52 $ + * $Revision: 1.8 $ */ #include diff --git a/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.cc b/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.cc index 7c5a79da6e936..e4cb16809871a 100644 --- a/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.cc +++ b/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.cc @@ -5,8 +5,8 @@ * information,
* starting from a standalone reonstructed muon. * - * $Date: 2010/11/19 22:06:12 $ - * $Revision: 1.36 $ + * $Date: 2009/07/29 12:12:45 $ + * $Revision: 1.35 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.h b/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.h index e6648569e2c98..51efc8f80cc0a 100644 --- a/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.h +++ b/RecoMuon/GlobalMuonProducer/src/GlobalMuonProducer.h @@ -9,8 +9,8 @@ * starting from a standalone reonstructed muon. * * - * $Date: 2007/10/07 17:28:01 $ - * $Revision: 1.11 $ + * $Date: 2007/03/20 15:58:13 $ + * $Revision: 1.10 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.cc b/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.cc index ebd81b7a8befd..747e41a5feb14 100644 --- a/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.cc +++ b/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.cc @@ -3,8 +3,8 @@ * TeV muon reconstructor: * * - * $Date: 2013/01/06 19:17:48 $ - * $Revision: 1.6 $ + * $Date: 2009/10/20 04:32:09 $ + * $Revision: 1.5 $ * * \author Piotr Traczyk (SINS Warsaw) */ diff --git a/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.h b/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.h index 634ee568d1b67..c9cdf2e86e856 100644 --- a/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.h +++ b/RecoMuon/GlobalMuonProducer/src/TevMuonProducer.h @@ -9,8 +9,8 @@ * starting from a standalone reonstructed muon. * * - * $Date: 2008/05/13 03:31:44 $ - * $Revision: 1.2 $ + * $Date: 2008/04/29 13:52:39 $ + * $Revision: 1.1 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.cc b/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.cc index 85c4cb0cbcc3b..e9bb82c3eaa2f 100644 --- a/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.cc +++ b/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.cc @@ -1,8 +1,8 @@ /** \class GLBMuonAnalyzer * Analyzer of the Global muon tracks * - * $Date: 2010/02/11 00:14:18 $ - * $Revision: 1.5 $ + * $Date: 2009/10/31 05:19:43 $ + * $Revision: 1.4 $ * \author R. Bellan - INFN Torino * \author A. Everett - Purdue University */ diff --git a/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.h b/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.h index 3d905fe058618..5e1609ec57294 100644 --- a/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.h +++ b/RecoMuon/GlobalMuonProducer/test/GLBMuonAnalyzer.h @@ -4,8 +4,8 @@ /** \class GLBMuonAnalyzer * Analyzer of the Global muon tracks * - * $Date: 2010/02/11 00:14:19 $ - * $Revision: 1.4 $ + * $Date: 2009/10/31 05:19:43 $ + * $Revision: 1.3 $ * \author R. Bellan - INFN Torino * \author A. Everett - Purdue University */ diff --git a/RecoMuon/GlobalTrackFinder/interface/GlobalMuonTrajectoryBuilder.h b/RecoMuon/GlobalTrackFinder/interface/GlobalMuonTrajectoryBuilder.h index 4d1abcbb571f5..bf6379c5b7735 100644 --- a/RecoMuon/GlobalTrackFinder/interface/GlobalMuonTrajectoryBuilder.h +++ b/RecoMuon/GlobalTrackFinder/interface/GlobalMuonTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \class GlobalMuonTrajectoryBuilder * class to build muon trajectory * - * $Date: 2010/03/08 15:44:58 $ - * $Revision: 1.68 $ + * $Date: 2010/02/28 20:10:05 $ + * $Revision: 1.67 $ * * \author N. Neumeister Purdue University * \author C. Liu Purdue University diff --git a/RecoMuon/GlobalTrackFinder/src/GlobalMuonTrajectoryBuilder.cc b/RecoMuon/GlobalTrackFinder/src/GlobalMuonTrajectoryBuilder.cc index 7d38fe8a01fd4..43148ef7a093a 100644 --- a/RecoMuon/GlobalTrackFinder/src/GlobalMuonTrajectoryBuilder.cc +++ b/RecoMuon/GlobalTrackFinder/src/GlobalMuonTrajectoryBuilder.cc @@ -12,8 +12,8 @@ * in the muon system and the tracker. * * - * $Date: 2010/11/19 22:06:13 $ - * $Revision: 1.119 $ + * $Date: 2010/03/08 15:44:58 $ + * $Revision: 1.118 $ * * Authors : * N. Neumeister Purdue University diff --git a/RecoMuon/GlobalTrackingTools/interface/ChamberSegmentUtility.h b/RecoMuon/GlobalTrackingTools/interface/ChamberSegmentUtility.h index f6eb754e58af2..af1154252f77e 100644 --- a/RecoMuon/GlobalTrackingTools/interface/ChamberSegmentUtility.h +++ b/RecoMuon/GlobalTrackingTools/interface/ChamberSegmentUtility.h @@ -7,8 +7,8 @@ * Description: * utility class for the dynamical truncation algorithm * - * $Date: 2013/05/28 15:46:29 $ - * $Revision: 1.4 $ + * $Date: 2010/06/27 17:32:41 $ + * $Revision: 1.3 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/GlobalTrackingTools/interface/DirectTrackerNavigation.h b/RecoMuon/GlobalTrackingTools/interface/DirectTrackerNavigation.h index b7a0c489d53d8..2cb89713c8de2 100644 --- a/RecoMuon/GlobalTrackingTools/interface/DirectTrackerNavigation.h +++ b/RecoMuon/GlobalTrackingTools/interface/DirectTrackerNavigation.h @@ -7,8 +7,8 @@ * Free Trajectory State by checking the eta range * * - * $Date: 2013/01/08 12:24:22 $ - * $Revision: 1.3 $ + * $Date: 2008/03/19 21:43:54 $ + * $Revision: 1.2 $ * * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/GlobalTrackingTools/interface/DynamicTruncation.h b/RecoMuon/GlobalTrackingTools/interface/DynamicTruncation.h index 05ad468463188..55f9b0881cdfa 100644 --- a/RecoMuon/GlobalTrackingTools/interface/DynamicTruncation.h +++ b/RecoMuon/GlobalTrackingTools/interface/DynamicTruncation.h @@ -9,8 +9,8 @@ * compatibility degree between the extrapolated track * state and the reconstructed segment in the muon chambers * - * $Date: 2011/12/20 15:28:28 $ - * $Revision: 1.7 $ + * $Date: 2011/11/29 07:50:36 $ + * $Revision: 1.6 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/GlobalTrackingTools/interface/GlobalMuonRefitter.h b/RecoMuon/GlobalTrackingTools/interface/GlobalMuonRefitter.h index 5965b4d903c9d..0ec7f1df2d76e 100644 --- a/RecoMuon/GlobalTrackingTools/interface/GlobalMuonRefitter.h +++ b/RecoMuon/GlobalTrackingTools/interface/GlobalMuonRefitter.h @@ -4,8 +4,8 @@ /** \class GlobalMuonRefitter * class to build muon trajectory * - * $Date: 2013/05/28 15:46:29 $ - * $Revision: 1.16 $ + * $Date: 2013/01/06 19:16:51 $ + * $Revision: 1.15 $ * * \author N. Neumeister Purdue University * \author C. Liu Purdue University diff --git a/RecoMuon/GlobalTrackingTools/interface/GlobalMuonTrackMatcher.h b/RecoMuon/GlobalTrackingTools/interface/GlobalMuonTrackMatcher.h index f9ee4a341671d..5d320bc232454 100644 --- a/RecoMuon/GlobalTrackingTools/interface/GlobalMuonTrackMatcher.h +++ b/RecoMuon/GlobalTrackingTools/interface/GlobalMuonTrackMatcher.h @@ -15,8 +15,8 @@ * matches, then it makes a comparison of the TSOS local direction. * * - * $Date: 2010/05/17 09:44:29 $ - * $Revision: 1.12 $ + * $Date: 2010/03/08 15:34:44 $ + * $Revision: 1.11 $ * * \author Edwin Antillon Purdue University * \author Chang Liu Purdue University diff --git a/RecoMuon/GlobalTrackingTools/interface/GlobalTrajectoryBuilderBase.h b/RecoMuon/GlobalTrackingTools/interface/GlobalTrajectoryBuilderBase.h index cb5760c30f9f5..72792e1795214 100644 --- a/RecoMuon/GlobalTrackingTools/interface/GlobalTrajectoryBuilderBase.h +++ b/RecoMuon/GlobalTrackingTools/interface/GlobalTrajectoryBuilderBase.h @@ -14,8 +14,8 @@ * in the muon system and the tracker. * * - * $Date: 2013/01/06 19:16:51 $ - * $Revision: 1.24 $ + * $Date: 2010/03/08 15:34:44 $ + * $Revision: 1.23 $ * * \author N. Neumeister Purdue University * \author C. Liu Purdue University diff --git a/RecoMuon/GlobalTrackingTools/interface/MuonTrackingRegionBuilder.h b/RecoMuon/GlobalTrackingTools/interface/MuonTrackingRegionBuilder.h index 2ace1d9552f75..1c4eaabe2ea8e 100644 --- a/RecoMuon/GlobalTrackingTools/interface/MuonTrackingRegionBuilder.h +++ b/RecoMuon/GlobalTrackingTools/interface/MuonTrackingRegionBuilder.h @@ -6,8 +6,8 @@ * Build a TrackingRegion around a standalone muon * * - * $Date: 2010/09/06 18:41:59 $ - * $Revision: 1.11 $ + * $Date: 2010/02/20 21:01:06 $ + * $Revision: 1.10 $ * * \author A. Everett - Purdue University * \author A. Grelli - Purdue University, Pavia University diff --git a/RecoMuon/GlobalTrackingTools/interface/StateSegmentMatcher.h b/RecoMuon/GlobalTrackingTools/interface/StateSegmentMatcher.h index 49dfbe22225a8..d16e8237365e5 100644 --- a/RecoMuon/GlobalTrackingTools/interface/StateSegmentMatcher.h +++ b/RecoMuon/GlobalTrackingTools/interface/StateSegmentMatcher.h @@ -7,8 +7,8 @@ * Description: * utility classes for the dynamical truncation algorithm * - * $Date: 2011/10/30 17:42:14 $ - * $Revision: 1.3 $ + * $Date: 2011/10/30 12:28:53 $ + * $Revision: 1.2 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/GlobalTrackingTools/plugins/GlobalTrackQualityProducer.cc b/RecoMuon/GlobalTrackingTools/plugins/GlobalTrackQualityProducer.cc index 5a496458bbf0f..08429d362f16a 100644 --- a/RecoMuon/GlobalTrackingTools/plugins/GlobalTrackQualityProducer.cc +++ b/RecoMuon/GlobalTrackingTools/plugins/GlobalTrackQualityProducer.cc @@ -5,7 +5,7 @@ // // // Original Author: Adam Everett -// $Id: GlobalTrackQualityProducer.cc,v 1.9 2013/01/06 19:16:52 dlange Exp $ +// $Id: GlobalTrackQualityProducer.cc,v 1.8 2012/12/06 14:45:38 eulisse Exp $ // // diff --git a/RecoMuon/GlobalTrackingTools/src/ChamberSegmentUtility.cc b/RecoMuon/GlobalTrackingTools/src/ChamberSegmentUtility.cc index 5957b006377e3..a059687a8d730 100644 --- a/RecoMuon/GlobalTrackingTools/src/ChamberSegmentUtility.cc +++ b/RecoMuon/GlobalTrackingTools/src/ChamberSegmentUtility.cc @@ -4,8 +4,8 @@ * Description: * utility class for the dynamical truncation algorithm * - * $Date: 2013/05/28 15:46:29 $ - * $Revision: 1.4 $ + * $Date: 2010/06/27 17:33:14 $ + * $Revision: 1.3 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/GlobalTrackingTools/src/DirectTrackerNavigation.cc b/RecoMuon/GlobalTrackingTools/src/DirectTrackerNavigation.cc index 505d5527938ab..c938bc8e66f6a 100644 --- a/RecoMuon/GlobalTrackingTools/src/DirectTrackerNavigation.cc +++ b/RecoMuon/GlobalTrackingTools/src/DirectTrackerNavigation.cc @@ -2,8 +2,8 @@ * Class: DirectTrackerNavigation * * - * $Date: 2008/12/11 04:30:27 $ - * $Revision: 1.4 $ + * $Date: 2008/03/19 21:43:46 $ + * $Revision: 1.3 $ * * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/GlobalTrackingTools/src/DynamicTruncation.cc b/RecoMuon/GlobalTrackingTools/src/DynamicTruncation.cc index 9e64645616c8b..d6947448e176a 100644 --- a/RecoMuon/GlobalTrackingTools/src/DynamicTruncation.cc +++ b/RecoMuon/GlobalTrackingTools/src/DynamicTruncation.cc @@ -6,8 +6,8 @@ * compatibility degree between the extrapolated track * state and the reconstructed segment in the muon chambers * - * $Date: 2013/03/12 15:08:53 $ - * $Revision: 1.15 $ + * $Date: 2013/01/08 12:24:22 $ + * $Revision: 1.14 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/GlobalTrackingTools/src/GlobalMuonRefitter.cc b/RecoMuon/GlobalTrackingTools/src/GlobalMuonRefitter.cc index 324bbe5401260..c7fd5ef5bdffe 100644 --- a/RecoMuon/GlobalTrackingTools/src/GlobalMuonRefitter.cc +++ b/RecoMuon/GlobalTrackingTools/src/GlobalMuonRefitter.cc @@ -4,8 +4,8 @@ * Description: * * - * $Date: 2013/05/28 15:46:29 $ - * $Revision: 1.23 $ + * $Date: 2013/01/06 19:16:52 $ + * $Revision: 1.22 $ * * Authors : * P. Traczyk, SINS Warsaw diff --git a/RecoMuon/GlobalTrackingTools/src/GlobalMuonTrackMatcher.cc b/RecoMuon/GlobalTrackingTools/src/GlobalMuonTrackMatcher.cc index 9d078ecbaf5f8..0a52e27c0b4f3 100644 --- a/RecoMuon/GlobalTrackingTools/src/GlobalMuonTrackMatcher.cc +++ b/RecoMuon/GlobalTrackingTools/src/GlobalMuonTrackMatcher.cc @@ -2,8 +2,8 @@ * Class: GlobalMuonTrackMatcher * * - * $Date: 2011/12/23 08:13:36 $ - * $Revision: 1.27 $ + * $Date: 2010/11/19 22:06:13 $ + * $Revision: 1.26 $ * * \author Chang Liu - Purdue University * \author Norbert Neumeister - Purdue University diff --git a/RecoMuon/GlobalTrackingTools/src/GlobalTrajectoryBuilderBase.cc b/RecoMuon/GlobalTrackingTools/src/GlobalTrajectoryBuilderBase.cc index ab7288a37db63..070858dce887d 100644 --- a/RecoMuon/GlobalTrackingTools/src/GlobalTrajectoryBuilderBase.cc +++ b/RecoMuon/GlobalTrackingTools/src/GlobalTrajectoryBuilderBase.cc @@ -12,10 +12,10 @@ * in the muon system and the tracker. * * - * $Date: 2013/01/06 19:16:52 $ - * $Revision: 1.57 $ - * $Date: 2013/01/06 19:16:52 $ - * $Revision: 1.57 $ + * $Date: 2011/12/22 19:59:24 $ + * $Revision: 1.56 $ + * $Date: 2011/12/22 19:59:24 $ + * $Revision: 1.56 $ * * \author N. Neumeister Purdue University * \author C. Liu Purdue University diff --git a/RecoMuon/GlobalTrackingTools/src/MuonTrackingRegionBuilder.cc b/RecoMuon/GlobalTrackingTools/src/MuonTrackingRegionBuilder.cc index 83346063e447a..0f9c5db7981b1 100644 --- a/RecoMuon/GlobalTrackingTools/src/MuonTrackingRegionBuilder.cc +++ b/RecoMuon/GlobalTrackingTools/src/MuonTrackingRegionBuilder.cc @@ -3,8 +3,8 @@ * * Build a TrackingRegion around a standalone muon * - * $Date: 2012/11/11 16:55:48 $ - * $Revision: 1.21 $ + * $Date: 2011/12/23 08:13:36 $ + * $Revision: 1.20 $ * * \author A. Everett - Purdue University * \author A. Grelli - Purdue University, Pavia University diff --git a/RecoMuon/GlobalTrackingTools/src/StateSegmentMatcher.cc b/RecoMuon/GlobalTrackingTools/src/StateSegmentMatcher.cc index 54ef0e7b9176c..ba4611d33b9b4 100644 --- a/RecoMuon/GlobalTrackingTools/src/StateSegmentMatcher.cc +++ b/RecoMuon/GlobalTrackingTools/src/StateSegmentMatcher.cc @@ -4,8 +4,8 @@ * Description: * utility classes for the dynamical truncation algorithm * - * $Date: 2011/10/30 17:42:36 $ - * $Revision: 1.3 $ + * $Date: 2011/10/30 12:28:32 $ + * $Revision: 1.2 $ * * Authors : * D. Pagano & G. Bruno - UCL Louvain diff --git a/RecoMuon/L2MuonProducer/src/L2MuonProducer.cc b/RecoMuon/L2MuonProducer/src/L2MuonProducer.cc index 10d1ffe10208e..1a321e3f99daf 100644 --- a/RecoMuon/L2MuonProducer/src/L2MuonProducer.cc +++ b/RecoMuon/L2MuonProducer/src/L2MuonProducer.cc @@ -8,8 +8,8 @@ * starting from Level-1 trigger seeds. * * - * $Date: 2010/03/25 11:25:23 $ - * $Revision: 1.25 $ + * $Date: 2010/03/02 14:04:18 $ + * $Revision: 1.24 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/L2MuonProducer/src/L2MuonProducer.h b/RecoMuon/L2MuonProducer/src/L2MuonProducer.h index c1006b55e7100..b60541334badc 100644 --- a/RecoMuon/L2MuonProducer/src/L2MuonProducer.h +++ b/RecoMuon/L2MuonProducer/src/L2MuonProducer.h @@ -11,8 +11,8 @@ * starting from internal seeds (L2 muon track segments). * * - * $Date: 2010/02/11 00:14:21 $ - * $Revision: 1.5 $ + * $Date: 2006/09/15 12:07:37 $ + * $Revision: 1.4 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.cc b/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.cc index f3a4e76af73e8..7beae6c93057a 100644 --- a/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.cc +++ b/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.cc @@ -7,8 +7,8 @@ * L2 muon reconstruction * * - * $Date: 2012/03/15 19:21:21 $ - * $Revision: 1.16 $ + * $Date: 2012/01/24 10:58:56 $ + * $Revision: 1.15 $ * * \author A.Everett, R.Bellan, J. Alcaraz * diff --git a/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.h b/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.h index d4b8526cf6f5f..0e9803f1f98f8 100644 --- a/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.h +++ b/RecoMuon/L2MuonSeedGenerator/src/L2MuonSeedGenerator.h @@ -10,8 +10,8 @@ * L2 muon reconstruction * * - * $Date: 2012/01/24 10:58:53 $ - * $Revision: 1.7 $ + * $Date: 2010/02/11 00:14:22 $ + * $Revision: 1.6 $ * * \author A.Everett, R.Bellan * diff --git a/RecoMuon/L3MuonProducer/src/L3MuonProducer.cc b/RecoMuon/L3MuonProducer/src/L3MuonProducer.cc index 9372eeb235fb0..2e9a80a59ed80 100644 --- a/RecoMuon/L3MuonProducer/src/L3MuonProducer.cc +++ b/RecoMuon/L3MuonProducer/src/L3MuonProducer.cc @@ -5,8 +5,8 @@ * information,
* starting from a L2 reonstructed muon. * - * $Date: 2009/07/29 12:26:48 $ - * $Revision: 1.15 $ + * $Date: 2009/07/29 12:22:50 $ + * $Revision: 1.14 $ * \author A. Everett - Purdue University */ diff --git a/RecoMuon/L3MuonProducer/src/L3MuonProducer.h b/RecoMuon/L3MuonProducer/src/L3MuonProducer.h index 594328d4fc9f6..06a30ce505197 100644 --- a/RecoMuon/L3MuonProducer/src/L3MuonProducer.h +++ b/RecoMuon/L3MuonProducer/src/L3MuonProducer.h @@ -8,8 +8,8 @@ * information,
* starting from a L2 reonstructed muon. * - * $Date: 2008/02/14 16:26:32 $ - * $Revision: 1.4 $ + * $Date: 2007/01/03 20:37:01 $ + * $Revision: 1.3 $ * \author A. Everett - Purdue University */ diff --git a/RecoMuon/L3TrackFinder/interface/L3MuonTrajectoryBuilder.h b/RecoMuon/L3TrackFinder/interface/L3MuonTrajectoryBuilder.h index 2c837af4f752e..859293e2993ba 100644 --- a/RecoMuon/L3TrackFinder/interface/L3MuonTrajectoryBuilder.h +++ b/RecoMuon/L3TrackFinder/interface/L3MuonTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \class L3MuonTrajectoryBuilder * class to build muon trajectory * - * $Date: 2009/02/24 07:07:17 $ - * $Revision: 1.9 $ + * $Date: 2008/12/15 18:22:55 $ + * $Revision: 1.8.2.1 $ * * \author N. Neumeister Purdue University * \author C. Liu Purdue University diff --git a/RecoMuon/L3TrackFinder/interface/MuonRoadTrajectoryBuilder.h b/RecoMuon/L3TrackFinder/interface/MuonRoadTrajectoryBuilder.h index 687c19a4f94a6..b45f5b20f7bc2 100644 --- a/RecoMuon/L3TrackFinder/interface/MuonRoadTrajectoryBuilder.h +++ b/RecoMuon/L3TrackFinder/interface/MuonRoadTrajectoryBuilder.h @@ -6,8 +6,8 @@ * inner layer of the tracker detector, no RecHit is required on the TrajectorySeed. * Combinatorics between RecHits is made. RecHits are accessed via the MeasurementTracker * - * $Date: 2012/12/26 21:32:53 $ - * $Revision: 1.6 $ + * $Date: 2011/12/22 18:07:01 $ + * $Revision: 1.5 $ * \author Adam Evertt, Jean-Roch Vlimant */ diff --git a/RecoMuon/L3TrackFinder/src/L3MuonTrajectoryBuilder.cc b/RecoMuon/L3TrackFinder/src/L3MuonTrajectoryBuilder.cc index a6c02f38bf9d2..3a387e9c21a42 100644 --- a/RecoMuon/L3TrackFinder/src/L3MuonTrajectoryBuilder.cc +++ b/RecoMuon/L3TrackFinder/src/L3MuonTrajectoryBuilder.cc @@ -12,8 +12,8 @@ * in the muon system and the tracker. * * - * $Date: 2009/07/29 12:21:11 $ - * $Revision: 1.16 $ + * $Date: 2009/04/10 14:48:22 $ + * $Revision: 1.15 $ * * Authors : * N. Neumeister Purdue University diff --git a/RecoMuon/L3TrackFinder/src/MuonRoadTrajectoryBuilder.cc b/RecoMuon/L3TrackFinder/src/MuonRoadTrajectoryBuilder.cc index 96419497349f3..3a4c71f18f1a5 100644 --- a/RecoMuon/L3TrackFinder/src/MuonRoadTrajectoryBuilder.cc +++ b/RecoMuon/L3TrackFinder/src/MuonRoadTrajectoryBuilder.cc @@ -2,8 +2,8 @@ /** \file RecoMuon/ * - * $Date: 2011/12/22 21:12:08 $ - * $Revision: 1.5 $ + * $Date: 2011/10/29 00:48:40 $ + * $Revision: 1.4 $ * \author Adam Evertt, Jean-Roch Vlimant */ diff --git a/RecoMuon/MeasurementDet/interface/MuonDetLayerMeasurements.h b/RecoMuon/MeasurementDet/interface/MuonDetLayerMeasurements.h index 2bef2a0dd31d0..42edcf76a93a9 100644 --- a/RecoMuon/MeasurementDet/interface/MuonDetLayerMeasurements.h +++ b/RecoMuon/MeasurementDet/interface/MuonDetLayerMeasurements.h @@ -4,8 +4,8 @@ /** \class MuonDetLayerMeasurements * The class to access recHits and TrajectoryMeasurements from DetLayer. * - * $Date: 2012/05/29 08:23:55 $ - * $Revision: 1.21 $ + * $Date: 2010/05/12 23:01:23 $ + * $Revision: 1.20 $ * \author C. Liu, R. Bellan, N. Amapane * */ diff --git a/RecoMuon/MeasurementDet/src/MuonDetLayerMeasurements.cc b/RecoMuon/MeasurementDet/src/MuonDetLayerMeasurements.cc index ae77090a042b6..3b6427998f9b9 100644 --- a/RecoMuon/MeasurementDet/src/MuonDetLayerMeasurements.cc +++ b/RecoMuon/MeasurementDet/src/MuonDetLayerMeasurements.cc @@ -1,8 +1,8 @@ /** \class MuonDetLayerMeasurements * The class to access recHits and TrajectoryMeasurements from DetLayer. * - * $Date: 2010/05/12 23:01:23 $ - * $Revision: 1.31 $ + * $Date: 2010/05/11 03:30:05 $ + * $Revision: 1.30 $ * \author C. Liu, R. Bellan, N. Amapane * */ diff --git a/RecoMuon/MuonIdentification/interface/CSCTimingExtractor.h b/RecoMuon/MuonIdentification/interface/CSCTimingExtractor.h index d66a25753f89f..1332d63c84c90 100644 --- a/RecoMuon/MuonIdentification/interface/CSCTimingExtractor.h +++ b/RecoMuon/MuonIdentification/interface/CSCTimingExtractor.h @@ -9,7 +9,7 @@ // // Original Author: Traczyk Piotr // Created: Thu Oct 11 15:01:28 CEST 2007 -// $Id: CSCTimingExtractor.h,v 1.5 2011/02/24 15:41:53 farrell3 Exp $ +// $Id: CSCTimingExtractor.h,v 1.3 2010/07/01 08:48:11 ptraczyk Exp $ // // diff --git a/RecoMuon/MuonIdentification/interface/DTTimingExtractor.h b/RecoMuon/MuonIdentification/interface/DTTimingExtractor.h index 89e5f29904577..e98d1c622ee95 100644 --- a/RecoMuon/MuonIdentification/interface/DTTimingExtractor.h +++ b/RecoMuon/MuonIdentification/interface/DTTimingExtractor.h @@ -9,7 +9,7 @@ // // Original Author: Traczyk Piotr // Created: Thu Oct 11 15:01:28 CEST 2007 -// $Id: DTTimingExtractor.h,v 1.9 2013/05/28 16:31:01 gartung Exp $ +// $Id: DTTimingExtractor.h,v 1.8 2011/02/24 15:41:53 farrell3 Exp $ // // diff --git a/RecoMuon/MuonIdentification/interface/MuonCaloCompatibility.h b/RecoMuon/MuonIdentification/interface/MuonCaloCompatibility.h index 0fcb9f9ba1b0c..b40db02cea51d 100644 --- a/RecoMuon/MuonIdentification/interface/MuonCaloCompatibility.h +++ b/RecoMuon/MuonIdentification/interface/MuonCaloCompatibility.h @@ -13,7 +13,7 @@ */ // // Original Author: Ingo Bloch -// $Id: MuonCaloCompatibility.h,v 1.4 2010/06/02 15:50:51 andersj Exp $ +// $Id: MuonCaloCompatibility.h,v 1.2 2009/10/19 14:42:07 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/interface/MuonCosmicCompatibilityFiller.h b/RecoMuon/MuonIdentification/interface/MuonCosmicCompatibilityFiller.h index 7a04a59bf14ce..a3954cd114e4e 100644 --- a/RecoMuon/MuonIdentification/interface/MuonCosmicCompatibilityFiller.h +++ b/RecoMuon/MuonIdentification/interface/MuonCosmicCompatibilityFiller.h @@ -4,8 +4,8 @@ * * Description: class for cosmic muon identification * - * $Date: 2010/09/13 12:44:08 $ - * $Revision: 1.2 $ + * $Date: 2010/09/03 14:00:46 $ + * $Revision: 2.0 $ * * \author: A. Everett, Purdue University * \author: A. Svyatkovskiy, Purdue University diff --git a/RecoMuon/MuonIdentification/interface/MuonCosmicsId.h b/RecoMuon/MuonIdentification/interface/MuonCosmicsId.h index 62f809f372a34..74ede9e878242 100644 --- a/RecoMuon/MuonIdentification/interface/MuonCosmicsId.h +++ b/RecoMuon/MuonIdentification/interface/MuonCosmicsId.h @@ -6,7 +6,7 @@ // Tools to identify cosmics muons in collisions // // Original Author: Dmytro Kovalskyi -// $Id: MuonCosmicsId.h,v 1.2 2010/06/22 20:38:18 dmytro Exp $ +// $Id: MuonCosmicsId.h,v 1.1 2010/06/22 13:19:56 dmytro Exp $ // #include "DataFormats/TrackReco/interface/TrackFwd.h" #include "DataFormats/Common/interface/Handle.h" diff --git a/RecoMuon/MuonIdentification/interface/MuonShowerInformationFiller.h b/RecoMuon/MuonIdentification/interface/MuonShowerInformationFiller.h index 992604384693d..014c9fa0e9e13 100644 --- a/RecoMuon/MuonIdentification/interface/MuonShowerInformationFiller.h +++ b/RecoMuon/MuonIdentification/interface/MuonShowerInformationFiller.h @@ -4,8 +4,8 @@ * * Description: class for muon shower identification * - * $Date: 2012/12/26 10:17:17 $ - * $Revision: 1.4 $ + * $Date: 2011/03/21 22:41:25 $ + * $Revision: 1.3 $ * * \author: A. Svyatkovskiy, Purdue University * diff --git a/RecoMuon/MuonIdentification/interface/MuonTimingFiller.h b/RecoMuon/MuonIdentification/interface/MuonTimingFiller.h index fe99d703246f2..0bc499d0ff76d 100644 --- a/RecoMuon/MuonIdentification/interface/MuonTimingFiller.h +++ b/RecoMuon/MuonIdentification/interface/MuonTimingFiller.h @@ -16,7 +16,7 @@ // // Original Author: Piotr Traczyk, CERN // Created: Mon Mar 16 12:27:22 CET 2009 -// $Id: MuonTimingFiller.h,v 1.8 2013/05/28 16:31:01 gartung Exp $ +// $Id: MuonTimingFiller.h,v 1.7 2011/02/24 15:41:53 farrell3 Exp $ // // diff --git a/RecoMuon/MuonIdentification/interface/TimeMeasurementSequence.h b/RecoMuon/MuonIdentification/interface/TimeMeasurementSequence.h index 5be4299e63964..87795566400cb 100644 --- a/RecoMuon/MuonIdentification/interface/TimeMeasurementSequence.h +++ b/RecoMuon/MuonIdentification/interface/TimeMeasurementSequence.h @@ -7,7 +7,7 @@ * * \author Piotr Traczyk, CERN * - * \version $Id: TimeMeasurementSequence.h,v 1.5 2011/02/24 15:41:53 farrell3 Exp $ + * \version $Id: TimeMeasurementSequence.h,v 1.3 2009/10/16 09:04:41 ptraczyk Exp $ * */ diff --git a/RecoMuon/MuonIdentification/plugins/CaloMuonMerger.cc b/RecoMuon/MuonIdentification/plugins/CaloMuonMerger.cc index 346e915ffb566..777ba97cb5590 100644 --- a/RecoMuon/MuonIdentification/plugins/CaloMuonMerger.cc +++ b/RecoMuon/MuonIdentification/plugins/CaloMuonMerger.cc @@ -1,5 +1,5 @@ // -// $Id: CaloMuonMerger.cc,v 1.6 2011/01/06 13:26:53 gpetrucc Exp $ +// $Id: CaloMuonMerger.cc,v 1.5 2010/08/07 18:22:35 zgecse Exp $ // /** @@ -7,7 +7,7 @@ \brief Merges reco::CaloMuons, reco::Muons and optionally reco::Tracks avoiding innerTrack duplications in a single reco::Muon collection \author Giovanni Petrucciani - \version $Id: CaloMuonMerger.cc,v 1.6 2011/01/06 13:26:53 gpetrucc Exp $ + \version $Id: CaloMuonMerger.cc,v 1.5 2010/08/07 18:22:35 zgecse Exp $ */ diff --git a/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.cc b/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.cc index 24c1731dd2667..a866042d1c580 100644 --- a/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.cc @@ -5,7 +5,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Wed Oct 3 16:29:03 CDT 2007 -// $Id: CaloMuonProducer.cc,v 1.5 2009/09/23 19:15:04 dmytro Exp $ +// $Id: CaloMuonProducer.cc,v 1.4 2009/09/07 04:49:15 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.h b/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.h index f03c2f4353352..9cbfc7bc95507 100644 --- a/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.h +++ b/RecoMuon/MuonIdentification/plugins/CaloMuonProducer.h @@ -5,7 +5,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Wed Oct 3 16:29:03 CDT 2007 -// $Id: CaloMuonProducer.h,v 1.3 2009/09/23 19:15:04 dmytro Exp $ +// $Id: CaloMuonProducer.h,v 1.2 2009/09/07 04:49:15 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.cc b/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.cc index 360fb4af1cb96..a5cc55068aa56 100644 --- a/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.cc @@ -1,8 +1,8 @@ /** \class GlobalMuonToMuonProducer * No description available. * - * $Date: 2011/05/31 14:44:35 $ - * $Revision: 1.1 $ + * $Date: 2010/03/25 14:08:49 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.h b/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.h index ae5d6b2deabc8..803f9647383ee 100644 --- a/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.h +++ b/RecoMuon/MuonIdentification/plugins/GlobalMuonToMuonProducer.h @@ -4,8 +4,8 @@ /** \class GlobalMuonToMuonProducer * No description available. * - * $Date: 2011/05/31 14:44:35 $ - * $Revision: 1.1 $ + * $Date: 2010/02/11 00:14:29 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/MuonIdentification/plugins/MuonIdProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonIdProducer.cc index 171444949244c..3d7ddeaff2565 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonIdProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonIdProducer.cc @@ -5,7 +5,7 @@ // // // Original Author: Dmytro Kovalskyi -// $Id: MuonIdProducer.cc,v 1.74 2013/02/25 21:29:14 chrjones Exp $ +// $Id: MuonIdProducer.cc,v 1.73 2013/02/07 00:32:22 bachtis Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonIdProducer.h b/RecoMuon/MuonIdentification/plugins/MuonIdProducer.h index 212e2ab87f482..ef0d24b333136 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonIdProducer.h +++ b/RecoMuon/MuonIdentification/plugins/MuonIdProducer.h @@ -20,7 +20,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: MuonIdProducer.h,v 1.29 2013/02/25 21:29:14 chrjones Exp $ +// $Id: MuonIdProducer.h,v 1.28 2012/08/21 21:20:01 mskim Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.cc index 8aeed9049c76c..20f66d084de01 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.cc @@ -5,7 +5,7 @@ // // // Original Author: Dmytro Kovalskyi -// $Id: MuonLinksProducer.cc,v 1.2 2008/08/07 02:27:43 dmytro Exp $ +// $Id: MuonLinksProducer.cc,v 1.1.2.1 2008/08/07 00:59:31 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.h b/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.h index 768a1d3c154cb..efb42913bad19 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.h +++ b/RecoMuon/MuonIdentification/plugins/MuonLinksProducer.h @@ -13,7 +13,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: MuonLinksProducer.h,v 1.2 2008/08/07 02:27:43 dmytro Exp $ +// $Id: MuonLinksProducer.h,v 1.1.2.1 2008/08/07 00:59:31 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.cc b/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.cc index d08a13170c86b..a486978cb995f 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.cc @@ -1,7 +1,7 @@ /** \class MuonLinksProducerForHLT * - * $Date: 2011/05/03 09:17:45 $ - * $Revision: 1.3 $ + * $Date: 2011/05/02 16:09:31 $ + * $Revision: 1.1 $ * \author R. Bellan - UCSB */ diff --git a/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.h b/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.h index b2831e7539fce..e111d33f43e3a 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.h +++ b/RecoMuon/MuonIdentification/plugins/MuonLinksProducerForHLT.h @@ -7,8 +7,8 @@ * out of the global muons from "muons" collection to restore * dropped links used as input for MuonIdProducer. * - * $Date: 2011/05/03 09:17:49 $ - * $Revision: 1.2 $ + * $Date: 2011/05/02 16:09:31 $ + * $Revision: 1.1 $ * \author R. Bellan - UCSB */ diff --git a/RecoMuon/MuonIdentification/plugins/MuonProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonProducer.cc index a4bff0bca1e70..49d27176c316b 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonProducer.cc @@ -1,8 +1,8 @@ /** \class MuonProducer * See header file. * - * $Date: 2013/02/07 00:32:22 $ - * $Revision: 1.18 $ + * $Date: 2012/12/01 16:05:46 $ + * $Revision: 1.17 $ * \author R. Bellan - UCSB */ diff --git a/RecoMuon/MuonIdentification/plugins/MuonProducer.h b/RecoMuon/MuonIdentification/plugins/MuonProducer.h index d2d0411fa8b92..5c6fedc389b84 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonProducer.h +++ b/RecoMuon/MuonIdentification/plugins/MuonProducer.h @@ -8,8 +8,8 @@ * the entire event has been reconstructed. The collections produced here are meant to be used for the final analysis (or as PAT input). * The previous muon collection is meant to be transient. * - * $Date: 2012/07/21 00:38:17 $ - * $Revision: 1.15 $ + * $Date: 2011/11/22 18:01:13 $ + * $Revision: 1.14 $ * \author R. Bellan - UCSB */ diff --git a/RecoMuon/MuonIdentification/plugins/MuonRefProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonRefProducer.cc index c28b414ab7544..b24f0d4be7ebe 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonRefProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonRefProducer.cc @@ -5,7 +5,7 @@ // // // Original Author: Dmytro Kovalskyi -// $Id: MuonRefProducer.cc,v 1.5 2010/03/25 14:08:49 jribnik Exp $ +// $Id: MuonRefProducer.cc,v 1.4 2008/10/17 20:43:06 dmytro Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonRefProducer.h b/RecoMuon/MuonIdentification/plugins/MuonRefProducer.h index c48f3359be4dc..655058f8c3dda 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonRefProducer.h +++ b/RecoMuon/MuonIdentification/plugins/MuonRefProducer.h @@ -13,7 +13,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: MuonRefProducer.h,v 1.3 2008/10/17 20:43:06 dmytro Exp $ +// $Id: MuonRefProducer.h,v 1.2 2007/07/26 00:27:03 dmytro Exp $ // diff --git a/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.cc index 4dab8000ff643..905973334516e 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.cc @@ -12,7 +12,7 @@ // // Original Author: Piotr Traczyk, CERN // Created: Mon Mar 16 12:27:22 CET 2009 -// $Id: MuonTimingProducer.cc,v 1.6 2010/04/15 12:34:30 ptraczyk Exp $ +// $Id: MuonTimingProducer.cc,v 1.5 2010/03/25 14:08:49 jribnik Exp $ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.h b/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.h index 54f32bdd981eb..e2ff2d9637784 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.h +++ b/RecoMuon/MuonIdentification/plugins/MuonTimingProducer.h @@ -16,7 +16,7 @@ // // Original Author: Piotr Traczyk, CERN // Created: Mon Mar 16 12:27:22 CET 2009 -// $Id: MuonTimingProducer.h,v 1.2 2009/03/27 02:23:58 ptraczyk Exp $ +// $Id$ // // diff --git a/RecoMuon/MuonIdentification/plugins/MuonsFromRefitTracksProducer.cc b/RecoMuon/MuonIdentification/plugins/MuonsFromRefitTracksProducer.cc index d6f5758815081..6a9c4bb570f7a 100644 --- a/RecoMuon/MuonIdentification/plugins/MuonsFromRefitTracksProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/MuonsFromRefitTracksProducer.cc @@ -3,7 +3,7 @@ \brief Replaces the kinematic information in the input muons with those of the chosen refit tracks. \author Jordan Tucker - \version $Id: MuonsFromRefitTracksProducer.cc,v 1.11 2011/11/01 16:02:16 bellan Exp $ + \version $Id: MuonsFromRefitTracksProducer.cc,v 1.10 2010/06/28 08:47:42 dmytro Exp $ */ #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/RecoMuon/MuonIdentification/plugins/TrajectorySeedFromMuonProducer.cc b/RecoMuon/MuonIdentification/plugins/TrajectorySeedFromMuonProducer.cc index ef864df087fe8..b4de0cb527640 100755 --- a/RecoMuon/MuonIdentification/plugins/TrajectorySeedFromMuonProducer.cc +++ b/RecoMuon/MuonIdentification/plugins/TrajectorySeedFromMuonProducer.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: TrajectorySeedFromMuonProducer.cc,v 1.2 2011/12/22 20:27:05 innocent Exp $ +// $Id: TrajectorySeedFromMuonProducer.cc,v 1.1 2010/06/22 13:19:57 dmytro Exp $ // // Authors: Y.Gao (FNAL) // diff --git a/RecoMuon/MuonIdentification/src/CSCTimingExtractor.cc b/RecoMuon/MuonIdentification/src/CSCTimingExtractor.cc index 1a016afcba670..707db9b315eb2 100644 --- a/RecoMuon/MuonIdentification/src/CSCTimingExtractor.cc +++ b/RecoMuon/MuonIdentification/src/CSCTimingExtractor.cc @@ -11,7 +11,7 @@ // // Original Author: Traczyk Piotr // Created: Thu Oct 11 15:01:28 CEST 2007 -// $Id: CSCTimingExtractor.cc,v 1.10 2011/04/16 20:30:57 ptraczyk Exp $ +// $Id: CSCTimingExtractor.cc,v 1.9 2011/03/07 23:34:22 slava77 Exp $ // // diff --git a/RecoMuon/MuonIdentification/src/DTTimingExtractor.cc b/RecoMuon/MuonIdentification/src/DTTimingExtractor.cc index 4d5e05102fb58..0634fa1536172 100644 --- a/RecoMuon/MuonIdentification/src/DTTimingExtractor.cc +++ b/RecoMuon/MuonIdentification/src/DTTimingExtractor.cc @@ -11,7 +11,7 @@ // // Original Author: Traczyk Piotr // Created: Thu Oct 11 15:01:28 CEST 2007 -// $Id: DTTimingExtractor.cc,v 1.16 2013/05/28 16:31:01 gartung Exp $ +// $Id: DTTimingExtractor.cc,v 1.15 2011/02/24 15:41:53 farrell3 Exp $ // // diff --git a/RecoMuon/MuonIdentification/src/MuonCaloCompatibility.cc b/RecoMuon/MuonIdentification/src/MuonCaloCompatibility.cc index 9405bd8a41d2f..eb8fc1c9a5ba0 100644 --- a/RecoMuon/MuonIdentification/src/MuonCaloCompatibility.cc +++ b/RecoMuon/MuonIdentification/src/MuonCaloCompatibility.cc @@ -10,7 +10,7 @@ */ // // Original Author: Ingo Bloch -// $Id: MuonCaloCompatibility.cc,v 1.8 2010/06/02 15:50:51 andersj Exp $ +// $Id: MuonCaloCompatibility.cc,v 1.6 2010/01/21 01:39:00 slava77 Exp $ // // #include "RecoMuon/MuonIdentification/interface/MuonCaloCompatibility.h" diff --git a/RecoMuon/MuonIdentification/src/MuonCosmicCompatibilityFiller.cc b/RecoMuon/MuonIdentification/src/MuonCosmicCompatibilityFiller.cc index 172c00227f018..7f2935c368f5a 100644 --- a/RecoMuon/MuonIdentification/src/MuonCosmicCompatibilityFiller.cc +++ b/RecoMuon/MuonIdentification/src/MuonCosmicCompatibilityFiller.cc @@ -4,8 +4,8 @@ * * Description: class for cosmic muon identification * - * $Date: 2011/10/28 22:10:34 $ - * $Revision: 1.4 $ + * $Date: 2010/09/27 17:02:00 $ + * $Revision: 1.3 $ * * \author: A. Everett, Purdue University * \author: A. Svyatkovskiy, Purdue University diff --git a/RecoMuon/MuonIdentification/src/MuonShowerInformationFiller.cc b/RecoMuon/MuonIdentification/src/MuonShowerInformationFiller.cc index 0ab7a5f929cbd..7a9c104a9e915 100644 --- a/RecoMuon/MuonIdentification/src/MuonShowerInformationFiller.cc +++ b/RecoMuon/MuonIdentification/src/MuonShowerInformationFiller.cc @@ -3,8 +3,8 @@ * \class: MuonShowerInformationFiller * Description: class for muon shower identification * - * $Date: 2011/12/23 05:08:50 $ - * $Revision: 1.7 $ + * $Date: 2011/10/28 22:10:34 $ + * $Revision: 1.6 $ * * \author: A. Svyatkovskiy, Purdue University diff --git a/RecoMuon/MuonIdentification/src/MuonTimingFiller.cc b/RecoMuon/MuonIdentification/src/MuonTimingFiller.cc index 9eea8559e9ecb..6118db2628815 100644 --- a/RecoMuon/MuonIdentification/src/MuonTimingFiller.cc +++ b/RecoMuon/MuonIdentification/src/MuonTimingFiller.cc @@ -12,7 +12,7 @@ // // Original Author: Piotr Traczyk, CERN // Created: Mon Mar 16 12:27:22 CET 2009 -// $Id: MuonTimingFiller.cc,v 1.14 2013/05/28 16:31:01 gartung Exp $ +// $Id: MuonTimingFiller.cc,v 1.13 2011/02/24 15:41:53 farrell3 Exp $ // // diff --git a/RecoMuon/MuonIdentification/test/MuonTimingValidator.cc b/RecoMuon/MuonIdentification/test/MuonTimingValidator.cc index 304fc00e6cdc3..0afc49ac2ef21 100644 --- a/RecoMuon/MuonIdentification/test/MuonTimingValidator.cc +++ b/RecoMuon/MuonIdentification/test/MuonTimingValidator.cc @@ -13,7 +13,7 @@ // // Original Author: Piotr Traczyk // Created: Wed Sep 27 14:54:28 EDT 2006 -// $Id: MuonTimingValidator.cc,v 1.10 2012/12/06 14:49:43 eulisse Exp $ +// $Id: MuonTimingValidator.cc,v 1.9 2010/03/25 14:08:50 jribnik Exp $ // // diff --git a/RecoMuon/MuonIdentification/test/MuonTimingValidator.h b/RecoMuon/MuonIdentification/test/MuonTimingValidator.h index 1208681f81a59..0e2e1358b2c92 100644 --- a/RecoMuon/MuonIdentification/test/MuonTimingValidator.h +++ b/RecoMuon/MuonIdentification/test/MuonTimingValidator.h @@ -4,8 +4,8 @@ /** \class MuonTimingValidator * Analyzer of the timing information in the reco::Muon object * - * $Date: 2010/03/25 14:08:50 $ - * $Revision: 1.6 $ + * $Date: 2010/01/15 14:07:32 $ + * $Revision: 1.5 $ * \author P. Traczyk CERN */ diff --git a/RecoMuon/MuonIdentification/test/TestMuons.cc b/RecoMuon/MuonIdentification/test/TestMuons.cc index 71b4de89747e5..dab0333a0cae1 100644 --- a/RecoMuon/MuonIdentification/test/TestMuons.cc +++ b/RecoMuon/MuonIdentification/test/TestMuons.cc @@ -6,8 +6,8 @@ * * * - * $Date: 2011/11/02 06:50:24 $ - * $Revision: 1.7 $ + * $Date: 2011/06/15 09:44:54 $ + * $Revision: 1.6 $ * \author Dmytro Kovalskyi, R. Bellan - UCSB */ diff --git a/RecoMuon/MuonIsolation/interface/IsolatorByDeposit.h b/RecoMuon/MuonIsolation/interface/IsolatorByDeposit.h index eafd1e3ad03ba..e2bccdb635f8d 100644 --- a/RecoMuon/MuonIsolation/interface/IsolatorByDeposit.h +++ b/RecoMuon/MuonIsolation/interface/IsolatorByDeposit.h @@ -6,8 +6,8 @@ * This is the simplest definition possible, for isolation algorithms * where the cut is directly on, e.g., the deposited energy. * - * $Date: 2012/01/27 06:02:19 $ - * $Revision: 1.3 $ + * $Date: 2007/11/14 02:11:20 $ + * $Revision: 1.2 $ * \author M. Konecki, N. Amapane */ diff --git a/RecoMuon/MuonIsolation/interface/IsolatorByDepositCount.h b/RecoMuon/MuonIsolation/interface/IsolatorByDepositCount.h index a085196eacf6e..f9bc7a6563a66 100644 --- a/RecoMuon/MuonIsolation/interface/IsolatorByDepositCount.h +++ b/RecoMuon/MuonIsolation/interface/IsolatorByDepositCount.h @@ -6,8 +6,8 @@ * This is the simplest definition possible, for isolation algorithms * where the cut is directly on, e.g., the deposited energy. * - * $Date: 2012/01/27 06:02:20 $ - * $Revision: 1.2 $ + * $Date: 2007/11/14 02:07:01 $ + * $Revision: 1.1 $ * \author M. Konecki, N. Amapane */ diff --git a/RecoMuon/MuonIsolation/interface/IsolatorByNominalEfficiency.h b/RecoMuon/MuonIsolation/interface/IsolatorByNominalEfficiency.h index 81e42ba8d5e44..e808526a3901e 100644 --- a/RecoMuon/MuonIsolation/interface/IsolatorByNominalEfficiency.h +++ b/RecoMuon/MuonIsolation/interface/IsolatorByNominalEfficiency.h @@ -6,7 +6,7 @@ * defined so that a cut at a value X will give X efficiency * on the reference signal (W->munu). See CMS/Note 2002/040 for details. * - * $Date: 2012/01/27 06:02:20 $ + * $Date: 2007/11/14 02:11:21 $ * \author M. Konecki, N. Amapane */ diff --git a/RecoMuon/MuonIsolation/plugins/CaloExtractorByAssociator.h b/RecoMuon/MuonIsolation/plugins/CaloExtractorByAssociator.h index f7dfc10185e9b..1b59fa4d7692a 100644 --- a/RecoMuon/MuonIsolation/plugins/CaloExtractorByAssociator.h +++ b/RecoMuon/MuonIsolation/plugins/CaloExtractorByAssociator.h @@ -8,9 +8,9 @@ * All work is done by TrackDetectorAssociator. Because of the heavy * weight of the tool, all extractions can (should?) be placed in a single place. * - * $Date: 2009/06/18 07:27:42 $ - * $Revision: 1.6 $ - * $Id: CaloExtractorByAssociator.h,v 1.6 2009/06/18 07:27:42 slava77 Exp $ + * $Date: 2009/05/12 10:13:53 $ + * $Revision: 1.5 $ + * $Id: CaloExtractorByAssociator.h,v 1.5 2009/05/12 10:13:53 slava77 Exp $ * \author S. Krutelyov */ diff --git a/RecoMuon/MuonIsolation/plugins/JetExtractor.h b/RecoMuon/MuonIsolation/plugins/JetExtractor.h index 8ebbdfedae661..05d8c3657b201 100644 --- a/RecoMuon/MuonIsolation/plugins/JetExtractor.h +++ b/RecoMuon/MuonIsolation/plugins/JetExtractor.h @@ -8,9 +8,9 @@ * All work is done by TrackDetectorAssociator. Because of the heavy * weight of the tool, all extractions can (should?) be placed in a single place. * - * $Date: 2009/06/18 07:27:42 $ - * $Revision: 1.5 $ - * $Id: JetExtractor.h,v 1.5 2009/06/18 07:27:42 slava77 Exp $ + * $Date: 2008/03/02 21:13:13 $ + * $Revision: 1.4 $ + * $Id: JetExtractor.h,v 1.4 2008/03/02 21:13:13 slava77 Exp $ * \author S. Krutelyov */ diff --git a/RecoMuon/MuonIsolation/plugins/MuPFIsoEmbedder.cc b/RecoMuon/MuonIsolation/plugins/MuPFIsoEmbedder.cc index f4865e3390fc1..042142e8292d5 100644 --- a/RecoMuon/MuonIsolation/plugins/MuPFIsoEmbedder.cc +++ b/RecoMuon/MuonIsolation/plugins/MuPFIsoEmbedder.cc @@ -13,7 +13,7 @@ // // Original Author: Michail Bachtis,32 3-B16,+41227675567, // Created: Thu Jun 9 01:36:17 CEST 2011 -// $Id: MuPFIsoEmbedder.cc,v 1.3 2013/02/25 21:46:26 chrjones Exp $ +// $Id: MuPFIsoEmbedder.cc,v 1.2 2012/07/21 00:33:38 bachtis Exp $ // // diff --git a/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.cc b/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.cc index 6e9b137ca95a3..0ec4042fe1408 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.cc +++ b/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.cc @@ -2,8 +2,8 @@ /** * CosmicMuonSeedGenerator * - * $Date: 2011/12/23 05:05:35 $ - * $Revision: 1.8 $ + * $Date: 2011/12/22 21:12:27 $ + * $Revision: 1.7 $ * * \author Chang Liu - Purdue University * diff --git a/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.h b/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.h index d115726c5ccd9..5dca376f40c0b 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.h +++ b/RecoMuon/MuonSeedGenerator/plugins/CosmicMuonSeedGenerator.h @@ -4,8 +4,8 @@ /** \class CosmicMuonSeedGenerator * SeedGenerator for Cosmic Muon * - * $Date: 2010/02/16 17:08:39 $ - * $Revision: 1.3 $ + * $Date: 2009/01/16 03:02:45 $ + * $Revision: 1.2 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.cc b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.cc index 856953e536359..ba19a22eff401 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.cc +++ b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.cc @@ -3,8 +3,8 @@ * * All the code is under revision * - * $Date: 2010/11/28 23:20:26 $ - * $Revision: 1.4 $ + * $Date: 2010/08/10 20:15:18 $ + * $Revision: 1.3 $ * * \author A. Vitelli - INFN Torino, V.Palichik * \author ported by: R. Bellan - INFN Torino diff --git a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.h b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.h index 207b5f0e933a5..ac590d1089b65 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.h +++ b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedGenerator.h @@ -4,8 +4,8 @@ /** \class MuonSeedGenerator * No description available. * - * $Date: 2010/11/28 23:20:26 $ - * $Revision: 1.2 $ + * $Date: 2008/10/17 22:14:56 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.cc b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.cc index b7d58be43a59e..02e728c885adb 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.cc +++ b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.cc @@ -6,7 +6,7 @@ * can be high. * This is still a preliminary implementation. * - * $Date: 2008/10/17 22:36:09 $ + * $Date: 2008/08/11 16:13:05 $ * $Revision: 1.1 $ * \author R. Bellan - CERN */ diff --git a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.h b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.h index 0ef6bd6deb450..439a53061a451 100644 --- a/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.h +++ b/RecoMuon/MuonSeedGenerator/plugins/MuonSeedMerger.h @@ -7,8 +7,8 @@ * can be high. * This is still a preliminary implementation. * - * $Date: 2010/02/16 17:08:40 $ - * $Revision: 1.2 $ + * $Date: 2008/10/17 22:36:09 $ + * $Revision: 1.1 $ * \author R. Bellan - CERN */ diff --git a/RecoMuon/MuonSeedGenerator/src/MuonDTSeedFromRecHits.cc b/RecoMuon/MuonSeedGenerator/src/MuonDTSeedFromRecHits.cc index ce9c3c6ed84ce..68c2bdfd9e443 100644 --- a/RecoMuon/MuonSeedGenerator/src/MuonDTSeedFromRecHits.cc +++ b/RecoMuon/MuonSeedGenerator/src/MuonDTSeedFromRecHits.cc @@ -2,8 +2,8 @@ * See header file for a description of this class. * * - * $Date: 2010/06/01 22:35:59 $ - * $Revision: 1.19 $ + * $Date: 2010/04/09 00:59:14 $ + * $Revision: 1.18 $ * \author A. Vitelli - INFN Torino, V.Palichik * \author porting R. Bellan * diff --git a/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.cc b/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.cc index 2eed4208bf781..8d0c31635482c 100644 --- a/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.cc +++ b/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.cc @@ -1,8 +1,8 @@ /** * See header file for a description of this class. * - * $Date: 2011/10/29 00:48:40 $ - * $Revision: 1.33 $ + * $Date: 2010/12/11 08:10:27 $ + * $Revision: 1.32 $ * \author A. Vitelli - INFN Torino, V.Palichik * \author porting R. Bellan * diff --git a/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.h b/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.h index 4eab331247116..ea950105e28ae 100644 --- a/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.h +++ b/RecoMuon/MuonSeedGenerator/src/MuonSeedFinder.h @@ -8,8 +8,8 @@ * \author A. Vitelli - INFN Torino * \author porting R. Bellan - INFN Torino * - * $Date: 2010/08/10 20:08:06 $ - * $Revision: 1.12 $ + * $Date: 2008/09/12 23:09:07 $ + * $Revision: 1.11 $ * */ diff --git a/RecoMuon/MuonSeedGenerator/src/MuonSeedOrcaPatternRecognition.cc b/RecoMuon/MuonSeedGenerator/src/MuonSeedOrcaPatternRecognition.cc index 817dd612281bd..ee0398dbc3da9 100644 --- a/RecoMuon/MuonSeedGenerator/src/MuonSeedOrcaPatternRecognition.cc +++ b/RecoMuon/MuonSeedGenerator/src/MuonSeedOrcaPatternRecognition.cc @@ -3,8 +3,8 @@ * * All the code is under revision * - * $Date: 2010/08/04 18:44:36 $ - * $Revision: 1.22 $ + * $Date: 2010/06/11 18:27:06 $ + * $Revision: 1.21 $ * * \author A. Vitelli - INFN Torino, V.Palichik * \author ported by: R. Bellan - INFN Torino diff --git a/RecoMuon/MuonSeedGenerator/src/MuonSeedVFinder.h b/RecoMuon/MuonSeedGenerator/src/MuonSeedVFinder.h index 9f38899f62a72..1dbe351d46b85 100644 --- a/RecoMuon/MuonSeedGenerator/src/MuonSeedVFinder.h +++ b/RecoMuon/MuonSeedGenerator/src/MuonSeedVFinder.h @@ -7,8 +7,8 @@ * * \author R. Wilkinson * - * $Date: 2010/08/10 20:05:22 $ - * $Revision: 1.3 $ + * $Date: 2008/10/17 23:17:08 $ + * $Revision: 1.2 $ * */ diff --git a/RecoMuon/MuonSeedGenerator/src/RPCSeedGenerator.cc b/RecoMuon/MuonSeedGenerator/src/RPCSeedGenerator.cc index 19d5d0a59c083..01690fab398d2 100644 --- a/RecoMuon/MuonSeedGenerator/src/RPCSeedGenerator.cc +++ b/RecoMuon/MuonSeedGenerator/src/RPCSeedGenerator.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Haiyun Teng // Created: Wed Oct 29 17:24:36 CET 2008 -// $Id: RPCSeedGenerator.cc,v 1.8 2013/02/25 22:09:21 chrjones Exp $ +// $Id: RPCSeedGenerator.cc,v 1.7 2010/02/16 17:08:43 wmtan Exp $ // // diff --git a/RecoMuon/MuonSeedGenerator/src/RPCSeedPattern.cc b/RecoMuon/MuonSeedGenerator/src/RPCSeedPattern.cc index 77e6a2000b69c..76b068873a6a2 100644 --- a/RecoMuon/MuonSeedGenerator/src/RPCSeedPattern.cc +++ b/RecoMuon/MuonSeedGenerator/src/RPCSeedPattern.cc @@ -2,8 +2,8 @@ * See header file for a description of this class. * * - * $Date: 2011/12/23 05:05:35 $ - * $Revision: 1.5 $ + * $Date: 2011/10/29 00:48:40 $ + * $Revision: 1.4 $ * \author Haiyun.Teng - Peking University * */ diff --git a/RecoMuon/MuonSeedGenerator/test/MCSeedGenerator/MCMuonSeedGenerator.h b/RecoMuon/MuonSeedGenerator/test/MCSeedGenerator/MCMuonSeedGenerator.h index a528dff3982a4..6a9ea039eac0d 100644 --- a/RecoMuon/MuonSeedGenerator/test/MCSeedGenerator/MCMuonSeedGenerator.h +++ b/RecoMuon/MuonSeedGenerator/test/MCSeedGenerator/MCMuonSeedGenerator.h @@ -4,8 +4,8 @@ /** \class MCMuonSeedGenerator * No description available. * - * $Date: 2012/09/18 21:34:59 $ - * $Revision: 1.5 $ + * $Date: 2010/02/16 17:08:44 $ + * $Revision: 1.4 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/Navigation/interface/DirectMuonNavigation.h b/RecoMuon/Navigation/interface/DirectMuonNavigation.h index 2e9b828ad3238..30169b4ad7ab0 100644 --- a/RecoMuon/Navigation/interface/DirectMuonNavigation.h +++ b/RecoMuon/Navigation/interface/DirectMuonNavigation.h @@ -5,8 +5,8 @@ * do a straight line extrapolation to * find out compatible DetLayers with a given FTS * - * $Date: 2008/05/19 15:21:41 $ - * $Revision: 1.6 $ + * $Date: 2007/03/08 18:39:21 $ + * $Revision: 1.5 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/Navigation/interface/MuonBarrelNavigableLayer.h b/RecoMuon/Navigation/interface/MuonBarrelNavigableLayer.h index 48f7b2bd7689d..8de359232a1e9 100644 --- a/RecoMuon/Navigation/interface/MuonBarrelNavigableLayer.h +++ b/RecoMuon/Navigation/interface/MuonBarrelNavigableLayer.h @@ -5,8 +5,8 @@ * * Navigable layer for Barrel Muon * - * $Date: 2007/01/18 13:28:36 $ - * $Revision: 1.6 $ + * $Date: 2006/10/13 13:28:07 $ + * $Revision: 1.5 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/interface/MuonDetLayerMap.h b/RecoMuon/Navigation/interface/MuonDetLayerMap.h index f80fbecf4add9..daed2300a749a 100644 --- a/RecoMuon/Navigation/interface/MuonDetLayerMap.h +++ b/RecoMuon/Navigation/interface/MuonDetLayerMap.h @@ -12,8 +12,8 @@ * * Sort the of BarrelDetLayers by radius, ForwardDetLayer by |Z|. * - * $Date: 2006/10/13 15:06:01 $ - * $Revision: 1.1 $ + * $Date: 2006/09/07 18:43:51 $ + * $Revision: 1.4 $ * * \author : Stefano Lacaprara, Nicola Amapane * diff --git a/RecoMuon/Navigation/interface/MuonEtaRange.h b/RecoMuon/Navigation/interface/MuonEtaRange.h index 26af9f7f67589..a724563588f05 100644 --- a/RecoMuon/Navigation/interface/MuonEtaRange.h +++ b/RecoMuon/Navigation/interface/MuonEtaRange.h @@ -5,8 +5,8 @@ * * a class to define eta range used in Muon Navigation * - * $Date: 2006/04/24 18:58:15 $ - * $Revision: 1.4 $ + * $Date: $ + * $Revision: $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/interface/MuonForwardNavigableLayer.h b/RecoMuon/Navigation/interface/MuonForwardNavigableLayer.h index 3d344043a95b3..efcbf598b6480 100644 --- a/RecoMuon/Navigation/interface/MuonForwardNavigableLayer.h +++ b/RecoMuon/Navigation/interface/MuonForwardNavigableLayer.h @@ -5,8 +5,8 @@ * * Navigable layer for Forward Muon * - * $Date: 2007/01/18 13:28:36 $ - * $Revision: 1.7 $ + * $Date: 2006/10/13 13:28:07 $ + * $Revision: 1.6 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/interface/MuonNavigableLayer.h b/RecoMuon/Navigation/interface/MuonNavigableLayer.h index e9f491e906a04..69774cc822aef 100644 --- a/RecoMuon/Navigation/interface/MuonNavigableLayer.h +++ b/RecoMuon/Navigation/interface/MuonNavigableLayer.h @@ -7,8 +7,8 @@ * trackingRange defines an MuonEtaRange for an FTS, * which is used for search compatible DetLayers. * - * $Date: 2007/01/29 16:24:17 $ - * $Revision: 1.8 $ + * $Date: 2007/01/23 18:09:02 $ + * $Revision: 1.7 $ * * \author : Chang Liu - Purdue University * diff --git a/RecoMuon/Navigation/interface/MuonNavigationPrinter.h b/RecoMuon/Navigation/interface/MuonNavigationPrinter.h index f10f1a6cf8543..4d758112f51c7 100644 --- a/RecoMuon/Navigation/interface/MuonNavigationPrinter.h +++ b/RecoMuon/Navigation/interface/MuonNavigationPrinter.h @@ -6,8 +6,8 @@ * Description: * class to print the MuonNavigationSchool * - * $Date: 2013/05/28 16:39:22 $ - * $Revision: 1.8 $ + * $Date: 2007/06/14 20:31:31 $ + * $Revision: 1.7 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/interface/MuonNavigationSchool.h b/RecoMuon/Navigation/interface/MuonNavigationSchool.h index 4858b47a922ce..3ded43e0d74b9 100644 --- a/RecoMuon/Navigation/interface/MuonNavigationSchool.h +++ b/RecoMuon/Navigation/interface/MuonNavigationSchool.h @@ -8,8 +8,8 @@ * This class defines which DetLayers are reacheable from each Muon DetLayer * (DT, CSC and RPC). The reacheableness is based on an eta range criteria. * - * $Date: 2007/06/14 20:31:43 $ - * $Revision: 1.7 $ + * $Date: 2006/10/18 20:38:44 $ + * $Revision: 1.6 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/src/DirectMuonNavigation.cc b/RecoMuon/Navigation/src/DirectMuonNavigation.cc index 8a96c5ff59723..f02fcd5908678 100644 --- a/RecoMuon/Navigation/src/DirectMuonNavigation.cc +++ b/RecoMuon/Navigation/src/DirectMuonNavigation.cc @@ -2,8 +2,8 @@ /** \file DirectMuonNavigation * - * $Date: 2011/04/21 01:34:24 $ - * $Revision: 1.19 $ + * $Date: 2009/06/28 18:07:29 $ + * $Revision: 1.15 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/Navigation/src/MuonBarrelNavigableLayer.cc b/RecoMuon/Navigation/src/MuonBarrelNavigableLayer.cc index 240196cdbabe3..e91d78666d502 100644 --- a/RecoMuon/Navigation/src/MuonBarrelNavigableLayer.cc +++ b/RecoMuon/Navigation/src/MuonBarrelNavigableLayer.cc @@ -2,8 +2,8 @@ * * Navigable layer for Barrel Muon * - * $Date: 2007/01/29 16:24:33 $ - * $Revision: 1.11 $ + * $Date: 2007/01/23 18:18:36 $ + * $Revision: 1.10 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/src/MuonEtaRange.cc b/RecoMuon/Navigation/src/MuonEtaRange.cc index a31c46ed91359..7d503ca26e5d2 100644 --- a/RecoMuon/Navigation/src/MuonEtaRange.cc +++ b/RecoMuon/Navigation/src/MuonEtaRange.cc @@ -2,8 +2,8 @@ * * a class to define eta range used in Muon Navigation * - * $Date: 2006/04/24 20:00:05 $ - * $Revision: 1.2 $ + * $Date: 2006/04/24 18:58:15 $ + * $Revision: 1.4 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/src/MuonForwardNavigableLayer.cc b/RecoMuon/Navigation/src/MuonForwardNavigableLayer.cc index dd045b6c6bea0..10b0ed9727f40 100644 --- a/RecoMuon/Navigation/src/MuonForwardNavigableLayer.cc +++ b/RecoMuon/Navigation/src/MuonForwardNavigableLayer.cc @@ -2,8 +2,8 @@ * * Navigable layer for Forward Muon * - * $Date: 2007/01/29 16:24:52 $ - * $Revision: 1.10 $ + * $Date: 2007/01/23 18:18:41 $ + * $Revision: 1.9 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/src/MuonNavigableLayer.cc b/RecoMuon/Navigation/src/MuonNavigableLayer.cc index 7df806004ef5a..1d3148ed90751 100644 --- a/RecoMuon/Navigation/src/MuonNavigableLayer.cc +++ b/RecoMuon/Navigation/src/MuonNavigableLayer.cc @@ -4,8 +4,8 @@ * trackingRange defines an MuonEtaRange for an FTS, * which is used for searching compatible DetLayers. * - * $Date: 2007/01/29 16:25:21 $ - * $Revision: 1.9 $ + * $Date: 2007/01/23 18:09:59 $ + * $Revision: 1.8 $ * * \author : Chang Liu - Purdue University * with contributions from: R. Bellan - INFN Torino diff --git a/RecoMuon/Navigation/src/MuonNavigationPrinter.cc b/RecoMuon/Navigation/src/MuonNavigationPrinter.cc index 37993842fe29c..178c5587671d8 100644 --- a/RecoMuon/Navigation/src/MuonNavigationPrinter.cc +++ b/RecoMuon/Navigation/src/MuonNavigationPrinter.cc @@ -3,8 +3,8 @@ * Description: * class to print the MuonNavigationSchool * - * $Date: 2013/05/28 16:39:22 $ - * $Revision: 1.11 $ + * $Date: 2007/06/14 20:32:59 $ + * $Revision: 1.10 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/src/MuonNavigationSchool.cc b/RecoMuon/Navigation/src/MuonNavigationSchool.cc index 692af3f154f5d..7c3b8592a6239 100644 --- a/RecoMuon/Navigation/src/MuonNavigationSchool.cc +++ b/RecoMuon/Navigation/src/MuonNavigationSchool.cc @@ -5,8 +5,8 @@ * This class defines which DetLayers are reacheable from each Muon DetLayer * (DT, CSC and RPC). The reacheableness is based on an eta range criteria. * - * $Date: 2013/02/23 09:08:03 $ - * $Revision: 1.13 $ + * $Date: 2008/02/13 13:55:25 $ + * $Revision: 1.12 $ * * \author : Stefano Lacaprara - INFN Padova * diff --git a/RecoMuon/Navigation/test/MuonNavigationTest.cc b/RecoMuon/Navigation/test/MuonNavigationTest.cc index 98643a29c52cb..dc56b7e3fbed0 100644 --- a/RecoMuon/Navigation/test/MuonNavigationTest.cc +++ b/RecoMuon/Navigation/test/MuonNavigationTest.cc @@ -1,8 +1,8 @@ #include /** \file MuonNavigationTest * - * $Date: 2006/10/24 14:43:59 $ - * $Revision: 1.5 $ + * $Date: 2006/06/28 07:40:15 $ + * $Revision: 1.4 $ * \author Chang Liu */ diff --git a/RecoMuon/Records/interface/MuonRecoGeometryRecord.h b/RecoMuon/Records/interface/MuonRecoGeometryRecord.h index e6cff67f8d46f..c73a761ea5b53 100644 --- a/RecoMuon/Records/interface/MuonRecoGeometryRecord.h +++ b/RecoMuon/Records/interface/MuonRecoGeometryRecord.h @@ -5,8 +5,8 @@ * * Record to hold muon reconstruction geometries. * - * $Date: 2006/04/12 13:16:49 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author N. Amapane - CERN */ diff --git a/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.cc b/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.cc index 9cc27f4c902a7..299aface7af0d 100644 --- a/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.cc +++ b/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.cc @@ -6,8 +6,8 @@ * starting from internal seeds (L2 muon track segments). * * - * $Date: 2010/06/11 00:17:04 $ - * $Revision: 1.32 $ + * $Date: 2008/10/06 14:03:43 $ + * $Revision: 1.31 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.h b/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.h index 4cb166306c53c..c756ddf1b13fb 100644 --- a/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.h +++ b/RecoMuon/StandAloneMuonProducer/src/StandAloneMuonProducer.h @@ -9,8 +9,8 @@ * starting from internal seeds (L2 muon track segments). * * - * $Date: 2010/02/11 00:14:31 $ - * $Revision: 1.9 $ + * $Date: 2007/03/20 15:57:44 $ + * $Revision: 1.8 $ * * \author R.Bellan - INFN TO */ diff --git a/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.cc b/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.cc index 38147bf665045..f2c194195cb83 100644 --- a/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.cc +++ b/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.cc @@ -1,8 +1,8 @@ /** \class STAMuonAnalyzer * Analyzer of the StandAlone muon tracks * - * $Date: 2009/10/31 05:19:45 $ - * $Revision: 1.7 $ + * $Date: 2007/10/16 17:52:33 $ + * $Revision: 1.6 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.h b/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.h index 8da74397e1088..9689d8f6a8d8a 100644 --- a/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.h +++ b/RecoMuon/StandAloneMuonProducer/test/STAMuonAnalyzer.h @@ -4,8 +4,8 @@ /** \class STAMuonAnalyzer * Analyzer of the StandAlone muon tracks * - * $Date: 2009/10/31 05:19:45 $ - * $Revision: 1.3 $ + * $Date: 2006/09/01 14:35:48 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonBackwardFilter.h b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonBackwardFilter.h index dfdbbc321fd72..705a879b3ee31 100644 --- a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonBackwardFilter.h +++ b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonBackwardFilter.h @@ -4,8 +4,8 @@ /** \class StandAloneMuonBackwardFilter * The outward-inward fitter (starts from StandAloneMuonFilter outermost state). * - * $Date: 2008/04/23 16:56:34 $ - * $Revision: 1.7 $ + * $Date: 2006/08/31 18:28:04 $ + * $Revision: 1.6 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonFilter.h b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonFilter.h index 95c336a9a6a46..9bf7148991cee 100644 --- a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonFilter.h +++ b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonFilter.h @@ -4,8 +4,8 @@ /** \class StandAloneMuonFilter * The inward-outward fitter (starts from seed state). * - * $Date: 2009/05/11 10:14:52 $ - * $Revision: 1.4 $ + * $Date: 2009/04/27 18:00:50 $ + * $Revision: 1.3.2.1 $ * \author R. Bellan - INFN Torino * D. Trocino - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonRefitter.h b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonRefitter.h index 2b95ede3a6c2f..01919c7911569 100644 --- a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonRefitter.h +++ b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonRefitter.h @@ -4,8 +4,8 @@ /** \class StandAloneMuonRefitter * Class ti interface the muon system rechits with the standard KF tools. * - * $Date: 2009/02/10 14:52:25 $ - * $Revision: 1.33 $ + * $Date: 2008/07/16 10:40:17 $ + * $Revision: 1.32 $ * \authors R. Bellan - INFN Torino * D. Trocino - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonSmoother.h b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonSmoother.h index ad018d0e7a4b1..35a14ebd76092 100644 --- a/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonSmoother.h +++ b/RecoMuon/StandAloneTrackFinder/interface/StandAloneMuonSmoother.h @@ -7,8 +7,8 @@ * This class contains the KFTrajectorySmoother and takes care * to update the it whenever the propagator change. * - * $Date: 2006/10/18 16:33:03 $ - * $Revision: 1.9 $ + * $Date: 2006/09/13 10:42:22 $ + * $Revision: 1.8 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/interface/StandAloneTrajectoryBuilder.h b/RecoMuon/StandAloneTrackFinder/interface/StandAloneTrajectoryBuilder.h index 0ee59524bc40d..9aa0f71917b89 100644 --- a/RecoMuon/StandAloneTrackFinder/interface/StandAloneTrajectoryBuilder.h +++ b/RecoMuon/StandAloneTrackFinder/interface/StandAloneTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \class StandAloneTrajectoryBuilder * Concrete class for the STA Muon reco * - * $Date: 2008/08/07 12:30:37 $ - * $Revision: 1.24 $ + * $Date: 2008/04/23 16:56:34 $ + * $Revision: 1.23 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonBackwardFilter.cc b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonBackwardFilter.cc index 45815e11b3dbe..94a5a7947d388 100644 --- a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonBackwardFilter.cc +++ b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonBackwardFilter.cc @@ -1,8 +1,8 @@ /** \class StandAloneMuonBackwardFilter * The outward-inward fitter (starts from StandAloneMuonFilter outermost state). * - * $Date: 2008/04/23 16:56:34 $ - * $Revision: 1.6 $ + * $Date: 2006/08/31 18:28:04 $ + * $Revision: 1.5 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonFilter.cc b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonFilter.cc index 659c22a9b5b1f..fe3098e9db239 100644 --- a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonFilter.cc +++ b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonFilter.cc @@ -1,8 +1,8 @@ /** \class StandAloneMuonFilter * The inward-outward fitter (starts from seed state). * - * $Date: 2009/09/17 20:02:50 $ - * $Revision: 1.10 $ + * $Date: 2009/09/16 17:10:22 $ + * $Revision: 1.9 $ * \author R. Bellan - INFN Torino * D. Trocino - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonRefitter.cc b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonRefitter.cc index 95188e8170770..a27004670621b 100644 --- a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonRefitter.cc +++ b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonRefitter.cc @@ -1,8 +1,8 @@ /** \class StandAloneMuonRefitter * Class ti interface the muon system rechits with the standard KF tools. * - * $Date: 2011/01/10 00:16:32 $ - * $Revision: 1.51 $ + * $Date: 2009/07/03 09:12:52 $ + * $Revision: 1.50 $ * \authors R. Bellan - INFN Torino , * D. Trocino - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonSmoother.cc b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonSmoother.cc index b71ac2b49915e..03d51ad937684 100644 --- a/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonSmoother.cc +++ b/RecoMuon/StandAloneTrackFinder/src/StandAloneMuonSmoother.cc @@ -4,8 +4,8 @@ * This class contains the KFTrajectorySmoother and takes care * to update the it whenever the propagator change. * - * $Date: 2007/02/16 13:31:23 $ - * $Revision: 1.8 $ + * $Date: 2006/10/18 16:33:04 $ + * $Revision: 1.7 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/StandAloneTrackFinder/src/StandAloneTrajectoryBuilder.cc b/RecoMuon/StandAloneTrackFinder/src/StandAloneTrajectoryBuilder.cc index 2cd45947e016b..4443327c04edf 100644 --- a/RecoMuon/StandAloneTrackFinder/src/StandAloneTrajectoryBuilder.cc +++ b/RecoMuon/StandAloneTrackFinder/src/StandAloneTrajectoryBuilder.cc @@ -1,8 +1,8 @@ /** \class StandAloneTrajectoryBuilder * Concrete class for the STA Muon reco * - * $Date: 2011/12/22 20:28:34 $ - * $Revision: 1.45 $ + * $Date: 2011/07/26 16:34:06 $ + * $Revision: 1.44 $ * \author R. Bellan - INFN Torino * \author Stefano Lacaprara - INFN Legnaro * \author D. Trocino - INFN Torino diff --git a/RecoMuon/TrackerSeedGenerator/interface/TrackerSeedCleaner.h b/RecoMuon/TrackerSeedGenerator/interface/TrackerSeedCleaner.h index 4731e4be28da6..ac7e9cf260d01 100755 --- a/RecoMuon/TrackerSeedGenerator/interface/TrackerSeedCleaner.h +++ b/RecoMuon/TrackerSeedGenerator/interface/TrackerSeedCleaner.h @@ -3,8 +3,8 @@ /** \class TrackerSeedCleaner * Seeds Cleaner based on direction - * $Date: 2010/02/16 17:08:46 $ - * $Revision: 1.4 $ + * $Date: 2008/04/09 05:14:39 $ + * $Revision: 1.3 $ \author A. Grelli - Purdue University, Pavia University */ diff --git a/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.cc b/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.cc index 6d792c2402efa..0de9f225fa468 100644 --- a/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.cc +++ b/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.cc @@ -2,8 +2,8 @@ /** \class TSGFromPropagation * - * $Date: 2013/01/08 17:08:25 $ - * $Revision: 1.40 $ + * $Date: 2011/12/22 21:08:02 $ + * $Revision: 1.39 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.h b/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.h index 31677c9418b51..727bc3a0266b8 100644 --- a/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.h +++ b/RecoMuon/TrackerSeedGenerator/plugins/TSGFromPropagation.h @@ -5,8 +5,8 @@ * Tracker Seed Generator by propagating and updating a standAlone muon * to the first 2 (or 1) rechits it meets in tracker system * - * $Date: 2013/01/08 17:08:25 $ - * $Revision: 1.15 $ + * $Date: 2010/09/06 18:44:33 $ + * $Revision: 1.14 $ * \author Chang Liu - Purdue University */ diff --git a/RecoMuon/TrackerSeedGenerator/src/TrackerSeedCleaner.cc b/RecoMuon/TrackerSeedGenerator/src/TrackerSeedCleaner.cc index 4a3ebce364866..8eac7d2d9cf2b 100644 --- a/RecoMuon/TrackerSeedGenerator/src/TrackerSeedCleaner.cc +++ b/RecoMuon/TrackerSeedGenerator/src/TrackerSeedCleaner.cc @@ -2,8 +2,8 @@ * \class TrackerSeedCleaner * Reference class for seeds cleaning * Seeds Cleaner based on sharedHits cleaning, direction cleaning and pt cleaning - * $Date: 2011/12/22 21:08:03 $ - * $Revision: 1.10 $ + * $Date: 2010/12/25 19:01:41 $ + * $Revision: 1.9 $ \author A. Grelli - Purdue University, Pavia University */ diff --git a/RecoMuon/TrackingTools/interface/DirectMuonTrajectoryBuilder.h b/RecoMuon/TrackingTools/interface/DirectMuonTrajectoryBuilder.h index de32309166c3c..86cc4787104f9 100644 --- a/RecoMuon/TrackingTools/interface/DirectMuonTrajectoryBuilder.h +++ b/RecoMuon/TrackingTools/interface/DirectMuonTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \class DirectMuonTrajectoryBuilder * Class which takes a trajectory seed and fit its hits, returning a Trajectory container * - * $Date: 2008/10/06 13:41:50 $ - * $Revision: 1.2 $ + * $Date: 2008/10/06 13:09:52 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonBestMeasurementFinder.h b/RecoMuon/TrackingTools/interface/MuonBestMeasurementFinder.h index f2925cdc02e58..905e86b8733eb 100644 --- a/RecoMuon/TrackingTools/interface/MuonBestMeasurementFinder.h +++ b/RecoMuon/TrackingTools/interface/MuonBestMeasurementFinder.h @@ -10,8 +10,8 @@ * The evaluation is made (in hard-code way) with the granularity = 1. Where * the granularity is the one defined in the MuonTrajectoyUpdatorClass. * - * $Date: 2007/12/19 15:46:03 $ - * $Revision: 1.6 $ + * $Date: 2006/09/04 17:11:01 $ + * $Revision: 1.5 $ * \author R. Bellan - INFN Torino * \author S. Lacaprara - INFN Legnaro */ diff --git a/RecoMuon/TrackingTools/interface/MuonCandidate.h b/RecoMuon/TrackingTools/interface/MuonCandidate.h index 1e17506890cfc..57bb6a760b5a2 100644 --- a/RecoMuon/TrackingTools/interface/MuonCandidate.h +++ b/RecoMuon/TrackingTools/interface/MuonCandidate.h @@ -4,8 +4,8 @@ /** \class MuonCandidate * Auxiliary class for muon candidates * - * $Date: 2008/04/15 12:03:09 $ - * $Revision: 1.8 $ + * $Date: 2007/02/05 19:07:40 $ + * $Revision: 1.7 $ * \author N. Neumeister Purdue University */ diff --git a/RecoMuon/TrackingTools/interface/MuonChi2MeasurementEstimator.h b/RecoMuon/TrackingTools/interface/MuonChi2MeasurementEstimator.h index 7a6f85f940097..53e7eb24ca9fc 100644 --- a/RecoMuon/TrackingTools/interface/MuonChi2MeasurementEstimator.h +++ b/RecoMuon/TrackingTools/interface/MuonChi2MeasurementEstimator.h @@ -6,8 +6,8 @@ * MuonChi2MeasurementEstimator inherits from the Chi2MeasurementEstimatorBase class and uses * 3 different estimators. * - * $Date: 2008/07/24 16:40:08 $ - * $Revision: 1.3 $ + * $Date: 2008/07/23 11:27:13 $ + * $Revision: 1.2 $ * \author Giorgia Mila - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonErrorMatrix.h b/RecoMuon/TrackingTools/interface/MuonErrorMatrix.h index 7293a19b2917d..01661e9cf9766 100644 --- a/RecoMuon/TrackingTools/interface/MuonErrorMatrix.h +++ b/RecoMuon/TrackingTools/interface/MuonErrorMatrix.h @@ -8,7 +8,7 @@ * Error/Scale factor matrix is obtained using get(GlobalVector momentum) * * $Dates: 2007/09/04 13:28 $ - * $Revision: 1.7 $ + * $Revision: 1.6 $ * * \author Jean-Roch Vlimant UCSB * \author Finn Rebassoo UCSB diff --git a/RecoMuon/TrackingTools/interface/MuonPatternRecoDumper.h b/RecoMuon/TrackingTools/interface/MuonPatternRecoDumper.h index 378ed77404096..ce8e107876701 100644 --- a/RecoMuon/TrackingTools/interface/MuonPatternRecoDumper.h +++ b/RecoMuon/TrackingTools/interface/MuonPatternRecoDumper.h @@ -4,8 +4,8 @@ /** \class MuonPatternRecoDumper * A class to print information used for debugging * - * $Date: 2006/09/22 10:59:28 $ - * $Revision: 1.7 $ + * $Date: 2006/08/16 10:07:11 $ + * $Revision: 1.6 $ * \author S. Lacaprara - INFN Legnaro * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonSeedDetLayer.h b/RecoMuon/TrackingTools/interface/MuonSeedDetLayer.h index b5e07dccb2d6c..3fc4a220b2d67 100644 --- a/RecoMuon/TrackingTools/interface/MuonSeedDetLayer.h +++ b/RecoMuon/TrackingTools/interface/MuonSeedDetLayer.h @@ -7,8 +7,8 @@ * Helper class for seed generation * * - * $Date: 2007/02/18 16:01:47 $ - * $Revision: 1.3 $ + * $Date: 2006/06/03 21:08:46 $ + * $Revision: 1.2 $ * * \author N. Neumeister Purdue University */ diff --git a/RecoMuon/TrackingTools/interface/MuonServiceProxy.h b/RecoMuon/TrackingTools/interface/MuonServiceProxy.h index 885b9206bd1fa..6d868d3384fb1 100644 --- a/RecoMuon/TrackingTools/interface/MuonServiceProxy.h +++ b/RecoMuon/TrackingTools/interface/MuonServiceProxy.h @@ -7,8 +7,8 @@ * The update method is called each event in order to update the * pointers. * - * $Date: 2008/02/13 13:53:54 $ - * $Revision: 1.10 $ + * $Date: 2007/06/15 12:30:45 $ + * $Revision: 1.9 $ * \author N. Amapane - CERN * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonTrackFinder.h b/RecoMuon/TrackingTools/interface/MuonTrackFinder.h index 0cbb278b22078..d252b78cac87c 100644 --- a/RecoMuon/TrackingTools/interface/MuonTrackFinder.h +++ b/RecoMuon/TrackingTools/interface/MuonTrackFinder.h @@ -4,8 +4,8 @@ /** \class MuonTrackFinder * Track finder for the Muon Reco * - * $Date: 2010/03/02 14:04:18 $ - * $Revision: 1.25 $ + * $Date: 2007/12/17 17:23:07 $ + * $Revision: 1.24 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonTrackLoader.h b/RecoMuon/TrackingTools/interface/MuonTrackLoader.h index 6597b0b367e04..a9eaee258ad4f 100644 --- a/RecoMuon/TrackingTools/interface/MuonTrackLoader.h +++ b/RecoMuon/TrackingTools/interface/MuonTrackLoader.h @@ -5,8 +5,8 @@ * Class to load the tracks in the event, it provide some common functionalities * both for all the RecoMuon producers. * - * $Date: 2013/05/30 21:33:01 $ - * $Revision: 1.31 $ + * $Date: 2012/08/16 16:25:56 $ + * $Revision: 1.30 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonTrajectoryBuilder.h b/RecoMuon/TrackingTools/interface/MuonTrajectoryBuilder.h index b42ecd6d940bc..6703057dd5e4d 100644 --- a/RecoMuon/TrackingTools/interface/MuonTrajectoryBuilder.h +++ b/RecoMuon/TrackingTools/interface/MuonTrajectoryBuilder.h @@ -4,8 +4,8 @@ /** \class MuonTrajectoryBuilder * Base class for the Muon reco Trajectory Builder * - * $Date: 2008/02/04 14:58:52 $ - * $Revision: 1.21 $ + * $Date: 2008/02/04 14:53:03 $ + * $Revision: 1.20 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonTrajectoryCleaner.h b/RecoMuon/TrackingTools/interface/MuonTrajectoryCleaner.h index 7939a99b4bf16..fadcc78ea3723 100644 --- a/RecoMuon/TrackingTools/interface/MuonTrajectoryCleaner.h +++ b/RecoMuon/TrackingTools/interface/MuonTrajectoryCleaner.h @@ -4,8 +4,8 @@ /** \class MuonTrajectoryCleaner * No description available. * - * $Date: 2010/03/24 19:52:41 $ - * $Revision: 1.10 $ + * $Date: 2008/02/20 08:47:53 $ + * $Revision: 1.9 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/MuonTrajectoryUpdator.h b/RecoMuon/TrackingTools/interface/MuonTrajectoryUpdator.h index f55585a7c9dd9..49243df3624dc 100644 --- a/RecoMuon/TrackingTools/interface/MuonTrajectoryUpdator.h +++ b/RecoMuon/TrackingTools/interface/MuonTrajectoryUpdator.h @@ -10,8 +10,8 @@ * the granularity of the updating (i.e.: segment position or 1D rechit position), which can be set via * parameter set, and the propagation direction which is embeded in the propagator set in the c'tor. * - * $Date: 2010/11/17 09:25:17 $ - * $Revision: 1.20 $ + * $Date: 2009/05/15 14:51:48 $ + * $Revision: 1.19 $ * \author R. Bellan - INFN Torino * \author S. Lacaprara - INFN Legnaro */ diff --git a/RecoMuon/TrackingTools/interface/MuonUpdatorAtVertex.h b/RecoMuon/TrackingTools/interface/MuonUpdatorAtVertex.h index 481b9d85b4441..87fb46269b172 100644 --- a/RecoMuon/TrackingTools/interface/MuonUpdatorAtVertex.h +++ b/RecoMuon/TrackingTools/interface/MuonUpdatorAtVertex.h @@ -21,8 +21,8 @@ * BeamSpotPositionErrors[2] = sigma(z) * * - * $Date: 2009/09/16 13:12:07 $ - * $Revision: 1.22 $ + * $Date: 2009/02/18 18:23:30 $ + * $Revision: 1.21 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/interface/SegmentsTrackAssociator.h b/RecoMuon/TrackingTools/interface/SegmentsTrackAssociator.h index 81c71f523b806..e63337ab3d368 100644 --- a/RecoMuon/TrackingTools/interface/SegmentsTrackAssociator.h +++ b/RecoMuon/TrackingTools/interface/SegmentsTrackAssociator.h @@ -7,8 +7,8 @@ * tool which take as input a muon track and return a vector * with the segments used to fit it * - * $Date: 2012/10/24 10:16:27 $ - * $Revision: 1.3 $ + * $Date: 2010/02/11 00:14:33 $ + * $Revision: 1.2 $ * \author C. Botta, G. Mila - INFN Torino */ diff --git a/RecoMuon/TrackingTools/plugins/MuonErrorMatrixAdjuster.h b/RecoMuon/TrackingTools/plugins/MuonErrorMatrixAdjuster.h index d6a8fbee243ef..116bacd89b96f 100644 --- a/RecoMuon/TrackingTools/plugins/MuonErrorMatrixAdjuster.h +++ b/RecoMuon/TrackingTools/plugins/MuonErrorMatrixAdjuster.h @@ -10,7 +10,7 @@ * track extra is also copied and error matrix are corrected by the same scale factors * * $Dates: 2007/09/04 13:28 $ - * $Revision: 1.3 $ + * $Revision: 1.2 $ * * \author Jean-Roch Vlimant UCSB * \author Finn Rebassoo UCSB diff --git a/RecoMuon/TrackingTools/src/DirectMuonTrajectoryBuilder.cc b/RecoMuon/TrackingTools/src/DirectMuonTrajectoryBuilder.cc index 6911bc1681556..4a22bc9520718 100644 --- a/RecoMuon/TrackingTools/src/DirectMuonTrajectoryBuilder.cc +++ b/RecoMuon/TrackingTools/src/DirectMuonTrajectoryBuilder.cc @@ -1,8 +1,8 @@ /** \class DirectMuonTrajectoryBuilder * Class which takes a trajectory seed and fit its hits, returning a Trajectory container * - * $Date: 2010/09/10 21:44:39 $ - * $Revision: 1.4 $ + * $Date: 2009/07/03 09:12:54 $ + * $Revision: 1.3 $ * \author */ diff --git a/RecoMuon/TrackingTools/src/MuonBestMeasurementFinder.cc b/RecoMuon/TrackingTools/src/MuonBestMeasurementFinder.cc index c82b46b6426bb..eb26085f171e4 100644 --- a/RecoMuon/TrackingTools/src/MuonBestMeasurementFinder.cc +++ b/RecoMuon/TrackingTools/src/MuonBestMeasurementFinder.cc @@ -7,8 +7,8 @@ * The evaluation is made (in hard-code way) with the granularity = 1. Where * the granularity is the one defined in the MuonTrajectoyUpdatorClass. * - * $Date: 2009/10/31 02:05:11 $ - * $Revision: 1.16 $ + * $Date: 2008/12/12 18:38:19 $ + * $Revision: 1.15 $ * \author R. Bellan - INFN Torino * \author S. Lacaprara - INFN Legnaro */ diff --git a/RecoMuon/TrackingTools/src/MuonChi2MeasurementEstimator.cc b/RecoMuon/TrackingTools/src/MuonChi2MeasurementEstimator.cc index 22fbe25fc03ac..f1bd3190a9c30 100644 --- a/RecoMuon/TrackingTools/src/MuonChi2MeasurementEstimator.cc +++ b/RecoMuon/TrackingTools/src/MuonChi2MeasurementEstimator.cc @@ -3,8 +3,8 @@ * MuonChi2MeasurementEstimator inherits from the Chi2MeasurementEstimatorBase class and uses * 3 different estimators. * - * $Date: 2008/07/24 16:40:18 $ - * $Revision: 1.3 $ + * $Date: 2008/07/23 11:27:13 $ + * $Revision: 1.2 $ * \author Giorgia Mila - INFN Torino */ diff --git a/RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc b/RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc index ef55c2d86be70..a4b89367dad4f 100644 --- a/RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc +++ b/RecoMuon/TrackingTools/src/MuonSeedFromRecHits.cc @@ -2,8 +2,8 @@ * See header file for a description of this class. * * - * $Date: 2013/01/08 15:20:31 $ - * $Revision: 1.5 $ + * $Date: 2011/12/22 18:54:13 $ + * $Revision: 1.4 $ * \author A. Vitelli - INFN Torino, V.Palichik * \author porting R. Bellan * diff --git a/RecoMuon/TrackingTools/src/MuonSegmentMatcher.cc b/RecoMuon/TrackingTools/src/MuonSegmentMatcher.cc index ddaac8d9f6c9e..2b196ff0826f8 100644 --- a/RecoMuon/TrackingTools/src/MuonSegmentMatcher.cc +++ b/RecoMuon/TrackingTools/src/MuonSegmentMatcher.cc @@ -6,7 +6,7 @@ // // Original Author: Alan Tua // Created: Wed Jul 9 21:40:17 CEST 2008 -// $Id: MuonSegmentMatcher.cc,v 1.12 2011/11/09 12:19:25 ptraczyk Exp $ +// $Id: MuonSegmentMatcher.cc,v 1.11 2011/10/03 11:43:03 ptraczyk Exp $ // // diff --git a/RecoMuon/TrackingTools/src/MuonServiceProxy.cc b/RecoMuon/TrackingTools/src/MuonServiceProxy.cc index a443430715551..9bf24ad1f854c 100644 --- a/RecoMuon/TrackingTools/src/MuonServiceProxy.cc +++ b/RecoMuon/TrackingTools/src/MuonServiceProxy.cc @@ -4,8 +4,8 @@ * The update method is called each event in order to update the * pointers. * - * $Date: 2009/10/14 10:34:51 $ - * $Revision: 1.19 $ + * $Date: 2009/04/14 12:12:35 $ + * $Revision: 1.18 $ * \author N. Amapane - CERN * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/src/MuonTrackFinder.cc b/RecoMuon/TrackingTools/src/MuonTrackFinder.cc index 0279d050a0745..fbd1e8f7338da 100644 --- a/RecoMuon/TrackingTools/src/MuonTrackFinder.cc +++ b/RecoMuon/TrackingTools/src/MuonTrackFinder.cc @@ -1,8 +1,8 @@ /** \class MuonTrackFinder * Concrete Track finder for the Muon Reco * - * $Date: 2010/03/24 19:50:19 $ - * $Revision: 1.40 $ + * $Date: 2010/03/02 14:04:18 $ + * $Revision: 1.39 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/src/MuonTrackLoader.cc b/RecoMuon/TrackingTools/src/MuonTrackLoader.cc index e3dbe289c60a7..63044d3d87e38 100644 --- a/RecoMuon/TrackingTools/src/MuonTrackLoader.cc +++ b/RecoMuon/TrackingTools/src/MuonTrackLoader.cc @@ -3,8 +3,8 @@ * Class to load the product in the event * - * $Date: 2013/05/30 21:33:02 $ - * $Revision: 1.90 $ + * $Date: 2012/08/16 16:26:08 $ + * $Revision: 1.89 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/src/MuonTrajectoryCleaner.cc b/RecoMuon/TrackingTools/src/MuonTrajectoryCleaner.cc index 7244d99a867d7..cf34542470279 100644 --- a/RecoMuon/TrackingTools/src/MuonTrajectoryCleaner.cc +++ b/RecoMuon/TrackingTools/src/MuonTrajectoryCleaner.cc @@ -1,8 +1,8 @@ /** * A selector for muon tracks * - * $Date: 2011/10/28 22:10:35 $ - * $Revision: 1.32 $ + * $Date: 2011/03/12 07:01:42 $ + * $Revision: 1.31 $ * \author R.Bellan - INFN Torino */ #include "RecoMuon/TrackingTools/interface/MuonTrajectoryCleaner.h" diff --git a/RecoMuon/TrackingTools/src/MuonTrajectoryUpdator.cc b/RecoMuon/TrackingTools/src/MuonTrajectoryUpdator.cc index 2fec8694f4cc2..82d14e0e7eb01 100644 --- a/RecoMuon/TrackingTools/src/MuonTrajectoryUpdator.cc +++ b/RecoMuon/TrackingTools/src/MuonTrajectoryUpdator.cc @@ -7,8 +7,8 @@ * the granularity of the updating (i.e.: segment position or 1D rechit position), which can be set via * parameter set, and the propagation direction which is embeded in the propagator set in the c'tor. * - * $Date: 2010/11/18 12:02:16 $ - * $Revision: 1.38 $ + * $Date: 2010/11/18 11:27:00 $ + * $Revision: 1.37 $ * \author R. Bellan - INFN Torino * \author S. Lacaprara - INFN Legnaro */ diff --git a/RecoMuon/TrackingTools/src/MuonUpdatorAtVertex.cc b/RecoMuon/TrackingTools/src/MuonUpdatorAtVertex.cc index 733a12229a0c9..0ebb260b8ca1a 100644 --- a/RecoMuon/TrackingTools/src/MuonUpdatorAtVertex.cc +++ b/RecoMuon/TrackingTools/src/MuonUpdatorAtVertex.cc @@ -3,8 +3,8 @@ * method, the vertex constraint. The vertex constraint is applyed using the Kalman Filter tools used for * the vertex reconstruction. * - * $Date: 2009/09/16 13:12:08 $ - * $Revision: 1.41 $ + * $Date: 2009/06/17 12:09:53 $ + * $Revision: 1.40 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TrackingTools/src/SegmentsTrackAssociator.cc b/RecoMuon/TrackingTools/src/SegmentsTrackAssociator.cc index 4bf96ac522466..89679a4ebf55b 100644 --- a/RecoMuon/TrackingTools/src/SegmentsTrackAssociator.cc +++ b/RecoMuon/TrackingTools/src/SegmentsTrackAssociator.cc @@ -3,8 +3,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/10/24 10:16:27 $ - * $Revision: 1.4 $ + * $Date: 2009/06/26 15:18:25 $ + * $Revision: 1.3 $ * \author C. Botta, G. Mila - INFN Torino */ diff --git a/RecoMuon/TrackingTools/test/MuonErrorMatrixAnalyzer.h b/RecoMuon/TrackingTools/test/MuonErrorMatrixAnalyzer.h index 2ae113dd0085b..5cd072e6ba8cb 100644 --- a/RecoMuon/TrackingTools/test/MuonErrorMatrixAnalyzer.h +++ b/RecoMuon/TrackingTools/test/MuonErrorMatrixAnalyzer.h @@ -7,7 +7,7 @@ * to give an empirical parametrization of the track parameters errors. * * $Dates: 2007/09/04 13:28 $ - * $Revision: 1.7 $ + * $Revision: 1.6 $ * * \author Jean-Roch Vlimant UCSB * \author Finn Rebassoo UCSB diff --git a/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h b/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h index bb964d1fa514c..0cc86e8b284fa 100644 --- a/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h +++ b/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h @@ -5,8 +5,8 @@ * * A TransientTrackingRecHit for muons. * - * $Date: 2012/05/01 09:45:52 $ - * $Revision: 1.18 $ + * $Date: 2009/09/17 18:50:11 $ + * $Revision: 1.17 $ * * \author C. Liu Purdue University */ diff --git a/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h b/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h index ee2b5edb84376..80ef41f3a42b5 100644 --- a/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h +++ b/RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h @@ -4,8 +4,8 @@ /** \class MuonTransientTrackingRecHitBreaker * No description available. * - * $Date: 2008/04/24 18:14:07 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.h b/RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.h index 3c3548918cbb6..2103e7fdb64a7 100644 --- a/RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.h +++ b/RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.h @@ -6,7 +6,7 @@ * EventSetup, decoupling the code in which it is used w.r.t. the RecoMuon/TransientTrackingRecHit * lib. * - * $Date: 2007/04/18 15:08:40 $ + * $Date: 2006/11/23 11:54:19 $ * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHit.cc b/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHit.cc index cd7295b81243e..ad57496d9f2d5 100644 --- a/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHit.cc +++ b/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHit.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2012/05/01 09:45:52 $ - * $Revision: 1.16 $ + * $Date: 2011/12/09 10:31:19 $ + * $Revision: 1.15 $ */ #include "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h" diff --git a/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHitBuilder.cc b/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHitBuilder.cc index dd831e2e212e8..54ad5a554e27f 100644 --- a/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHitBuilder.cc +++ b/RecoMuon/TransientTrackingRecHit/src/MuonTransientTrackingRecHitBuilder.cc @@ -4,8 +4,8 @@ * Description: * * - * $Date: 2007/02/26 14:18:59 $ - * $Revision: 1.6 $ + * $Date: 2006/11/23 11:54:19 $ + * $Revision: 1.5 $ * * Authors : * A. Everett Purdue University diff --git a/RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h b/RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h index 4cf9c1d8bf682..e87b75ce0c86f 100644 --- a/RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h +++ b/RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h @@ -29,7 +29,7 @@ class TF1; // // Original Author: Christian Veelken // Created: Tue Aug 8 16:26:18 CDT 2006 -// $Id: PFEnergyCalibration.h,v 1.13 2012/11/14 06:53:53 slava77 Exp $ +// $Id: PFEnergyCalibration.h,v 1.12 2011/02/24 14:16:30 pjanot Exp $ // // diff --git a/RecoParticleFlow/PFClusterTools/interface/PFEnergyResolution.h b/RecoParticleFlow/PFClusterTools/interface/PFEnergyResolution.h index ca56cd6075efa..d9dc3f0b961bc 100644 --- a/RecoParticleFlow/PFClusterTools/interface/PFEnergyResolution.h +++ b/RecoParticleFlow/PFClusterTools/interface/PFEnergyResolution.h @@ -20,7 +20,7 @@ // // Original Author: Christian Veelken // Created: Tue Aug 8 16:26:18 CDT 2006 -// $Id: PFEnergyResolution.h,v 1.3 2008/09/04 09:29:43 benedet Exp $ +// $Id: PFEnergyResolution.h,v 1.2 2007/03/29 14:32:44 veelken Exp $ // // diff --git a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc index a8711a72e4c22..d3db4bbc38865 100644 --- a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc +++ b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/12/03 21:52:34 $ - * $Revision: 1.4 $ + * $Date: 2011/02/22 16:26:10 $ + * $Revision: 1.3 $ * \author G. Cerminara - CERN */ diff --git a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.h b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.h index dae3f9e9dc5ce..d15726b22c378 100644 --- a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.h +++ b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.h @@ -4,8 +4,8 @@ /** \class ProducePFCalibrationObject * No description available. * - * $Date: 2011/02/22 11:05:16 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author G. Cerminara - CERN */ #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/RecoParticleFlow/PFProducer/plugins/PFLinker.h b/RecoParticleFlow/PFProducer/plugins/PFLinker.h index dc225fe1b51e5..2aa677cc95655 100644 --- a/RecoParticleFlow/PFProducer/plugins/PFLinker.h +++ b/RecoParticleFlow/PFProducer/plugins/PFLinker.h @@ -7,8 +7,8 @@ * Fills the GsfElectron, Photon and Muon Ref into the PFCandidate * Produces the ValueMap between GsfElectronRef/Photon/Mupns with PFCandidateRef * - * $Date: 2013/02/26 16:32:20 $ - * $Revision: 1.7 $ + * $Date: 2011/07/20 09:57:25 $ + * $Revision: 1.6 $ * \author R. Bellan - UCSB , F. Beaudette - CERN */ diff --git a/RecoParticleFlow/PFRootEvent/interface/CMSIterativeConeAlgorithm.h b/RecoParticleFlow/PFRootEvent/interface/CMSIterativeConeAlgorithm.h index 9e84ecaeda45e..6f4274137ae43 100644 --- a/RecoParticleFlow/PFRootEvent/interface/CMSIterativeConeAlgorithm.h +++ b/RecoParticleFlow/PFRootEvent/interface/CMSIterativeConeAlgorithm.h @@ -8,7 +8,7 @@ * Documented in CMS NOTE-2006/036 * * \author A.Ulyanov, ITEP - * $Id: CMSIterativeConeAlgorithm.h,v 1.1 2009/08/24 14:35:59 srappocc Exp $ + * $Id: CMSIterativeConeAlgorithm.h,v 1.7 2007/04/18 22:04:31 fedor Exp $ ************************************************************/ diff --git a/RecoParticleFlow/PFRootEvent/interface/CMSMidpointAlgorithm.h b/RecoParticleFlow/PFRootEvent/interface/CMSMidpointAlgorithm.h index 582fb190e821d..d7c1e8d0a956a 100644 --- a/RecoParticleFlow/PFRootEvent/interface/CMSMidpointAlgorithm.h +++ b/RecoParticleFlow/PFRootEvent/interface/CMSMidpointAlgorithm.h @@ -17,7 +17,7 @@ * \version 2nd Version Apr. 6, 2005 Modifications toward integration in new EDM. * \version 3rd Version Oct. 19, 2005 Modified to work with real CaloTowers from Jeremy Mans * \version F.Ratnikov, Mar. 8, 2006. Work from Candidate - * $Id: CMSMidpointAlgorithm.h,v 1.1 2009/08/24 14:35:59 srappocc Exp $ + * $Id: CMSMidpointAlgorithm.h,v 1.8 2007/05/03 21:20:09 fedor Exp $ * ************************************************************/ diff --git a/RecoParticleFlow/PFRootEvent/interface/JetAlgoHelper.h b/RecoParticleFlow/PFRootEvent/interface/JetAlgoHelper.h index 0d75e9733655e..d24ecce46b6a8 100644 --- a/RecoParticleFlow/PFRootEvent/interface/JetAlgoHelper.h +++ b/RecoParticleFlow/PFRootEvent/interface/JetAlgoHelper.h @@ -3,7 +3,7 @@ // Various simple tools // F.Ratnikov, UMd -// $Id: JetAlgoHelper.h,v 1.1 2009/08/24 14:35:59 srappocc Exp $ +// $Id: JetAlgoHelper.h,v 1.9 2009/07/08 00:38:29 hegner Exp $ #include #include diff --git a/RecoParticleFlow/PFRootEvent/interface/JetMaker.h b/RecoParticleFlow/PFRootEvent/interface/JetMaker.h index 9d8d1f3205baf..d29a9cabfa0c0 100644 --- a/RecoParticleFlow/PFRootEvent/interface/JetMaker.h +++ b/RecoParticleFlow/PFRootEvent/interface/JetMaker.h @@ -4,7 +4,7 @@ /// Algorithm to make jet flavor specific information from transient protojet /// Author: F.Ratnikov, UMd /// Mar. 8, 2006 -/// $Id: JetMaker.h,v 1.1 2009/08/24 14:35:59 srappocc Exp $ +/// $Id: JetMaker.h,v 1.10 2007/09/20 21:05:01 fedor Exp $ #include "DataFormats/JetReco/interface/CaloJet.h" #include "DataFormats/JetReco/interface/PFJet.h" diff --git a/RecoParticleFlow/PFRootEvent/interface/JetRecoTypes.h b/RecoParticleFlow/PFRootEvent/interface/JetRecoTypes.h index 3dec1fe77ec53..e1fce5fc03ef1 100644 --- a/RecoParticleFlow/PFRootEvent/interface/JetRecoTypes.h +++ b/RecoParticleFlow/PFRootEvent/interface/JetRecoTypes.h @@ -3,7 +3,7 @@ // Types used in Jet Reconstruction // F.Ratnikov, UMd -// $Id: JetRecoTypes.h,v 1.1 2009/08/24 14:35:59 srappocc Exp $ +// $Id: JetRecoTypes.h,v 1.7 2008/09/20 17:44:21 oehler Exp $ #include "DataFormats/Candidate/interface/CandidateFwd.h" class ProtoJet; diff --git a/RecoParticleFlow/PFRootEvent/src/CMSIterativeConeAlgorithm.cc b/RecoParticleFlow/PFRootEvent/src/CMSIterativeConeAlgorithm.cc index eba265c93cfa3..1c721a34c953b 100644 --- a/RecoParticleFlow/PFRootEvent/src/CMSIterativeConeAlgorithm.cc +++ b/RecoParticleFlow/PFRootEvent/src/CMSIterativeConeAlgorithm.cc @@ -1,5 +1,5 @@ // Original author: A. Ulyanov -// $Id: CMSIterativeConeAlgorithm.cc,v 1.1 2009/08/24 14:35:59 srappocc Exp $ +// $Id: CMSIterativeConeAlgorithm.cc,v 1.14 2008/02/29 01:02:30 fedor Exp $ #include "RecoParticleFlow/PFRootEvent/interface/CMSIterativeConeAlgorithm.h" diff --git a/RecoParticleFlow/PFRootEvent/src/JetMaker.cc b/RecoParticleFlow/PFRootEvent/src/JetMaker.cc index a1a1174b923b5..282c5d369dcb8 100644 --- a/RecoParticleFlow/PFRootEvent/src/JetMaker.cc +++ b/RecoParticleFlow/PFRootEvent/src/JetMaker.cc @@ -1,7 +1,7 @@ /// Algorithm to convert transient protojets into persistent jets /// Author: F.Ratnikov, UMd /// Mar. 8, 2006 -/// $Id: JetMaker.cc,v 1.3 2012/08/28 14:47:34 yana Exp $ +/// $Id: JetMaker.cc,v 1.2 2010/10/15 22:44:34 wmtan Exp $ #include "DataFormats/EcalDetId/interface/EcalSubdetector.h" #include "DataFormats/HcalDetId/interface/HcalDetId.h" diff --git a/RecoParticleFlow/PFSimProducer/plugins/TauHadronDecayFilter.h b/RecoParticleFlow/PFSimProducer/plugins/TauHadronDecayFilter.h index 01ac572a66dc7..b16ce8330a437 100644 --- a/RecoParticleFlow/PFSimProducer/plugins/TauHadronDecayFilter.h +++ b/RecoParticleFlow/PFSimProducer/plugins/TauHadronDecayFilter.h @@ -17,7 +17,7 @@ // // Original Author: Colin BERNET // Created: Mon Nov 13 11:06:39 CET 2006 -// $Id: TauHadronDecayFilter.h,v 1.2 2013/02/26 17:34:31 chrjones Exp $ +// $Id: TauHadronDecayFilter.h,v 1.1 2010/11/29 16:09:27 pjanot Exp $ // // diff --git a/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeHitFilterESProducer.h b/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeHitFilterESProducer.h index 524298310ecd9..b61fbdcd2069d 100644 --- a/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeHitFilterESProducer.h +++ b/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeHitFilterESProducer.h @@ -18,7 +18,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Sep 28 18:07:52 CEST 2007 -// $Id: ClusterShapeHitFilterESProducer.h,v 1.3 2013/04/24 20:14:00 brownson Exp $ +// $Id: ClusterShapeHitFilterESProducer.h,v 1.2 2009/04/22 17:56:57 vlimant Exp $ // // diff --git a/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeTrajectoryFilterESProducer.h b/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeTrajectoryFilterESProducer.h index a8b715bb2b636..14e1344554e02 100644 --- a/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeTrajectoryFilterESProducer.h +++ b/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeTrajectoryFilterESProducer.h @@ -17,7 +17,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Sep 28 18:07:52 CEST 2007 -// $Id: ClusterShapeTrajectoryFilterESProducer.h,v 1.2 2009/02/26 15:07:47 sikler Exp $ +// $Id: ClusterShapeTrajectoryFilterESProducer.h,v 1.1 2007/11/16 13:12:46 sikler Exp $ // // diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/DivisiveVertexFinder.h b/RecoPixelVertexing/PixelVertexFinding/interface/DivisiveVertexFinder.h index c9ab33ea09dba..0671ffb88640d 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/DivisiveVertexFinder.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/DivisiveVertexFinder.h @@ -19,8 +19,8 @@ average of the tracks. Weighted means weighted with the error of the data point. - $Date: 2010/02/10 14:14:44 $ - $Revision: 1.7 $ + $Date: 2010/02/08 09:45:01 $ + $Revision: 1.6.4.1 $ \author Aaron Dominguez (UNL) */ #include diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/PVCluster.h b/RecoPixelVertexing/PixelVertexFinding/interface/PVCluster.h index e43b52e64441a..dc68c93565880 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/PVCluster.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/PVCluster.h @@ -6,8 +6,8 @@ * (typedef) class is used by the Pixel standalone vertex finding * classes found in RecoPixelVertexing/PixelVertexFinding. * - * $Date: 2006/05/09 09:52:44 $ - * $Revision: 1.2 $ + * $Date: 2006/05/08 10:47:28 $ + * $Revision: 1.1 $ * \author Aaron Dominguez (UNL) */ #include "CommonTools/Clustering1D/interface/Cluster1D.h" diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/PVClusterComparer.h b/RecoPixelVertexing/PixelVertexFinding/interface/PVClusterComparer.h index c6ace293740ce..d4bbeb25fc9bb 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/PVClusterComparer.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/PVClusterComparer.h @@ -8,7 +8,7 @@ * GeV, then the max value of 10 is used. (The pT of pixel tracks is * not very precise.) * - * $Date: 2006/06/06 22:28:25 $ + * $Date: 2006/06/05 23:23:34 $ * $Revision: 1.1 $ * \author Aaron Dominguez (UNL) */ diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/PVPositionBuilder.h b/RecoPixelVertexing/PixelVertexFinding/interface/PVPositionBuilder.h index 5364a858fb2cc..095dd4a9beace 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/PVPositionBuilder.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/PVPositionBuilder.h @@ -7,8 +7,8 @@ * class is used by the pixel vertexing to make a PVCluster and is * used by other PVCluster-related classes * - * $Date: 2007/03/12 00:50:36 $ - * $Revision: 1.4 $ + * $Date: 2006/06/05 23:23:34 $ + * $Revision: 1.3 $ * \author Aaron Dominguez (UNL) */ #include "DataFormats/GeometryCommonDetAlgo/interface/Measurement1D.h" diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/PixelVertexProducer.h b/RecoPixelVertexing/PixelVertexFinding/interface/PixelVertexProducer.h index 467f3f9fb2597..e038464d45675 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/PixelVertexProducer.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/PixelVertexProducer.h @@ -20,7 +20,7 @@ // // Original Author: Aaron Dominguez (UNL) // Created: Thu May 25 10:17:32 CDT 2006 -// $Id: PixelVertexProducer.h,v 1.2 2006/06/05 23:23:34 aarond Exp $ +// $Id: PixelVertexProducer.h,v 1.1 2006/05/26 02:29:26 aarond Exp $ // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/RecoPixelVertexing/PixelVertexFinding/interface/SkipBadEvents.h b/RecoPixelVertexing/PixelVertexFinding/interface/SkipBadEvents.h index e0b70987a860b..344501bd32908 100644 --- a/RecoPixelVertexing/PixelVertexFinding/interface/SkipBadEvents.h +++ b/RecoPixelVertexing/PixelVertexFinding/interface/SkipBadEvents.h @@ -5,7 +5,7 @@ * This won't be needed when PoolSource can do this for us, then I * will retire this little guy. * - * $Date: 2006/06/13 17:33:24 $ + * $Date: 2006/06/05 23:23:34 $ * $Revision: 1.1 $ * \author Aaron Dominguez (UNL) */ diff --git a/RecoPixelVertexing/PixelVertexFinding/src/FastPrimaryVertexProducer.cc b/RecoPixelVertexing/PixelVertexFinding/src/FastPrimaryVertexProducer.cc index bf14eaafc45f8..5be3882d9b5df 100644 --- a/RecoPixelVertexing/PixelVertexFinding/src/FastPrimaryVertexProducer.cc +++ b/RecoPixelVertexing/PixelVertexFinding/src/FastPrimaryVertexProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea RIZZI // Created: Thu Dec 22 14:51:44 CET 2011 -// $Id: FastPrimaryVertexProducer.cc,v 1.3 2012/02/02 09:04:04 arizzi Exp $ +// $Id: FastPrimaryVertexProducer.cc,v 1.2 2012/02/02 09:01:35 arizzi Exp $ // // diff --git a/RecoPixelVertexing/PixelVertexFinding/src/JetVertexChecker.cc b/RecoPixelVertexing/PixelVertexFinding/src/JetVertexChecker.cc index ed95684a55ffc..d80f0600c2acc 100644 --- a/RecoPixelVertexing/PixelVertexFinding/src/JetVertexChecker.cc +++ b/RecoPixelVertexing/PixelVertexFinding/src/JetVertexChecker.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea RIZZI // Created: Mon Jan 16 11:19:48 CET 2012 -// $Id: JetVertexChecker.cc,v 1.2 2013/02/26 21:19:31 chrjones Exp $ +// $Id: JetVertexChecker.cc,v 1.1 2012/02/01 16:24:02 arizzi Exp $ // // diff --git a/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimple2007H4TBAnalyzer.h b/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimple2007H4TBAnalyzer.h index 02b9f77c7a2cb..f82d1bfd889ba 100644 --- a/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimple2007H4TBAnalyzer.h +++ b/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimple2007H4TBAnalyzer.h @@ -9,7 +9,7 @@ */ // -// $Id: EcalSimple2007H4TBAnalyzer.h,v 1.2 2010/01/04 15:09:12 ferriff Exp $ +// $Id: EcalSimple2007H4TBAnalyzer.h,v 1.1 2008/11/26 14:49:25 meridian Exp $ // diff --git a/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimpleTBAnalyzer.h b/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimpleTBAnalyzer.h index 934f428818c6c..2d1ceb6460735 100644 --- a/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimpleTBAnalyzer.h +++ b/RecoTBCalo/EcalSimpleTBAnalysis/interface/EcalSimpleTBAnalyzer.h @@ -9,7 +9,7 @@ */ // -// $Id: EcalSimpleTBAnalyzer.h,v 1.5 2010/01/04 15:09:12 ferriff Exp $ +// $Id: EcalSimpleTBAnalyzer.h,v 1.4 2006/08/03 17:24:46 meridian Exp $ // diff --git a/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimple2007H4TBAnalyzer.cc b/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimple2007H4TBAnalyzer.cc index bdbd26fee5470..01933d1d3c9e4 100644 --- a/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimple2007H4TBAnalyzer.cc +++ b/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimple2007H4TBAnalyzer.cc @@ -6,7 +6,7 @@ */ // -// $Id: EcalSimple2007H4TBAnalyzer.cc,v 1.4 2012/02/01 19:41:58 vskarupe Exp $ +// $Id: EcalSimple2007H4TBAnalyzer.cc,v 1.3 2010/01/04 15:09:12 ferriff Exp $ // // diff --git a/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimpleTBAnalyzer.cc b/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimpleTBAnalyzer.cc index ceffede002278..3f616983a4a61 100644 --- a/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimpleTBAnalyzer.cc +++ b/RecoTBCalo/EcalSimpleTBAnalysis/src/EcalSimpleTBAnalyzer.cc @@ -6,7 +6,7 @@ */ // -// $Id: EcalSimpleTBAnalyzer.cc,v 1.10 2012/02/01 19:41:58 vskarupe Exp $ +// $Id: EcalSimpleTBAnalyzer.cc,v 1.9 2010/01/04 15:09:12 ferriff Exp $ // // diff --git a/RecoTBCalo/EcalTBAnalysisCoreTools/test/stubs/EcalShowerContainmentAnalyzer.cc b/RecoTBCalo/EcalTBAnalysisCoreTools/test/stubs/EcalShowerContainmentAnalyzer.cc index 9525eedf47dee..ad67bc16343d0 100644 --- a/RecoTBCalo/EcalTBAnalysisCoreTools/test/stubs/EcalShowerContainmentAnalyzer.cc +++ b/RecoTBCalo/EcalTBAnalysisCoreTools/test/stubs/EcalShowerContainmentAnalyzer.cc @@ -3,8 +3,8 @@ * * Analyzer to test Shower Containment Corrections * - * $Date: 2009/05/27 07:44:20 $ - * $Revision: 1.3 $ + * $Date: 2008/05/14 18:57:00 $ + * $Revision: 1.2 $ * \author S. Argiro' * */ diff --git a/RecoTBCalo/EcalTBRecProducers/interface/IsTBH4Type.h b/RecoTBCalo/EcalTBRecProducers/interface/IsTBH4Type.h index b9d5fc024ab6c..9c26dff698d77 100644 --- a/RecoTBCalo/EcalTBRecProducers/interface/IsTBH4Type.h +++ b/RecoTBCalo/EcalTBRecProducers/interface/IsTBH4Type.h @@ -13,7 +13,7 @@ // // Original Author: Pietro Govoni // Created: Thu Aug 10 16:21:22 CEST 2006 -// $Id: IsTBH4Type.h,v 1.1 2006/08/15 09:32:34 govoni Exp $ +// $Id$ // // diff --git a/RecoTBCalo/EcalTBRecProducers/src/EcalTBWeightUncalibRecHitProducer.cc b/RecoTBCalo/EcalTBRecProducers/src/EcalTBWeightUncalibRecHitProducer.cc index 7ee5712eda4bd..8733769f0a4d4 100644 --- a/RecoTBCalo/EcalTBRecProducers/src/EcalTBWeightUncalibRecHitProducer.cc +++ b/RecoTBCalo/EcalTBRecProducers/src/EcalTBWeightUncalibRecHitProducer.cc @@ -1,13 +1,13 @@ /** \class EcalTBWeightUncalibRecHitProducer * produce ECAL uncalibrated rechits from dataframes * - * $Id: EcalTBWeightUncalibRecHitProducer.cc,v 1.15 2012/01/28 15:53:10 eulisse Exp $ - * $Date: 2012/01/28 15:53:10 $ - * $Revision: 1.15 $ + * $Id: EcalTBWeightUncalibRecHitProducer.cc,v 1.14 2009/10/19 19:35:23 theofil Exp $ + * $Date: 2009/10/19 19:35:23 $ + * $Revision: 1.14 $ * * $Alex Zabi$ - * $Date: 2012/01/28 15:53:10 $ - * $Revision: 1.15 $ + * $Date: 2009/10/19 19:35:23 $ + * $Revision: 1.14 $ * Modification to detect first sample to switch gain. * used for amplitude recontruction at high energy * Add TDC convention option (P. Meridiani) diff --git a/RecoTBCalo/EcalTBRecProducers/src/IsTBH4Type.cc b/RecoTBCalo/EcalTBRecProducers/src/IsTBH4Type.cc index 2746539bb3fd0..840a6e90de3f4 100644 --- a/RecoTBCalo/EcalTBRecProducers/src/IsTBH4Type.cc +++ b/RecoTBCalo/EcalTBRecProducers/src/IsTBH4Type.cc @@ -1,7 +1,7 @@ // // Original Author: Pietro Govoni // Created: Thu Aug 10 16:21:22 CEST 2006 -// $Id: IsTBH4Type.cc,v 1.4 2011/09/21 08:09:38 eulisse Exp $ +// $Id: IsTBH4Type.cc,v 1.3 2007/12/31 18:43:17 ratnik Exp $ // // diff --git a/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnal.cc b/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnal.cc index 5f03191870428..45161d54d67c0 100644 --- a/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnal.cc +++ b/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnal.cc @@ -13,7 +13,7 @@ // // Original Author: Phillip R. Dudero // Created: Tue Jan 16 21:11:37 CST 2007 -// $Id: HcalQLPlotAnal.cc,v 1.5 2007/12/31 18:43:18 ratnik Exp $ +// $Id: HcalQLPlotAnal.cc,v 1.4 2007/05/22 18:50:30 dudero Exp $ // // diff --git a/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnalAlgos.cc b/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnalAlgos.cc index dd3cb81d9d0b6..3fca43d6a455e 100644 --- a/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnalAlgos.cc +++ b/RecoTBCalo/HcalPlotter/src/HcalQLPlotAnalAlgos.cc @@ -13,7 +13,7 @@ // // Original Author: Phillip R. Dudero // Created: Tue Jan 16 21:11:37 CST 2007 -// $Id: HcalQLPlotAnalAlgos.cc,v 1.4 2008/01/05 22:27:39 elmer Exp $ +// $Id: HcalQLPlotAnalAlgos.cc,v 1.3 2007/05/22 18:50:30 dudero Exp $ // // diff --git a/RecoTBCalo/HcalTBObjectUnpacker/interface/HcalTBTDCUnpacker.h b/RecoTBCalo/HcalTBObjectUnpacker/interface/HcalTBTDCUnpacker.h index 5389c90857431..43374464d8387 100644 --- a/RecoTBCalo/HcalTBObjectUnpacker/interface/HcalTBTDCUnpacker.h +++ b/RecoTBCalo/HcalTBObjectUnpacker/interface/HcalTBTDCUnpacker.h @@ -7,8 +7,8 @@ namespace hcaltb { /** \class HcalTBTDCUnpacker - $Date: 2012/07/16 12:50:14 $ - $Revision: 1.8 $ + $Date: 2010/10/19 18:29:26 $ + $Revision: 1.7 $ \author J. Mans, P. Dudero - Minnesota */ class HcalTBTDCUnpacker { diff --git a/RecoTBCalo/HcalTBTools/src/HcalTBTriggerFilter.h b/RecoTBCalo/HcalTBTools/src/HcalTBTriggerFilter.h index 8b45a5432cff5..0ca5b231e2380 100644 --- a/RecoTBCalo/HcalTBTools/src/HcalTBTriggerFilter.h +++ b/RecoTBCalo/HcalTBTools/src/HcalTBTriggerFilter.h @@ -9,8 +9,8 @@ /** \class HcalTBTriggerFilter - $Date: 2012/09/19 15:16:53 $ - $Revision: 1.2 $ + $Date: 2007/03/08 23:09:15 $ + $Revision: 1.1 $ \author J. Mans - Minnesota */ class HcalTBTriggerFilter : public edm::EDFilter { diff --git a/RecoTauTag/HLTProducers/interface/L2TauPixelIsoTagProducer.h b/RecoTauTag/HLTProducers/interface/L2TauPixelIsoTagProducer.h index e11725c6efe95..f8eef269b6647 100644 --- a/RecoTauTag/HLTProducers/interface/L2TauPixelIsoTagProducer.h +++ b/RecoTauTag/HLTProducers/interface/L2TauPixelIsoTagProducer.h @@ -15,7 +15,7 @@ * - If primary vertex doesn't exist, tau jets are tagged as perfectly isolated. * * \author Vadim Khotilovich - * $Id: L2TauPixelIsoTagProducer.h,v 1.2 2013/02/27 13:28:15 muzaffar Exp $ + * $Id: L2TauPixelIsoTagProducer.h,v 1.1 2012/03/13 16:21:42 khotilov Exp $ */ class L2TauPixelIsoTagProducer : public edm::EDProducer { diff --git a/RecoTauTag/HLTProducers/src/CandidateSeededTrackingRegionsProducer.h b/RecoTauTag/HLTProducers/src/CandidateSeededTrackingRegionsProducer.h index 31babc13572d5..8fea152cb51be 100644 --- a/RecoTauTag/HLTProducers/src/CandidateSeededTrackingRegionsProducer.h +++ b/RecoTauTag/HLTProducers/src/CandidateSeededTrackingRegionsProducer.h @@ -1,7 +1,7 @@ #ifndef CandidateSeededTrackingRegionsProducer_h #define CandidateSeededTrackingRegionsProducer_h -// $Id: CandidateSeededTrackingRegionsProducer.h,v 1.1 2012/03/13 16:20:53 khotilov Exp $ +// $Id: $ #include "RecoTracker/TkTrackingRegions/interface/TrackingRegionProducer.h" #include "RecoTracker/TkTrackingRegions/interface/RectangularEtaPhiTrackingRegion.h" diff --git a/RecoTauTag/HLTProducers/src/HLTPFTauPairLeadTrackDzMatchFilter.cc b/RecoTauTag/HLTProducers/src/HLTPFTauPairLeadTrackDzMatchFilter.cc index 703a6d9e328ec..d17b624a59919 100644 --- a/RecoTauTag/HLTProducers/src/HLTPFTauPairLeadTrackDzMatchFilter.cc +++ b/RecoTauTag/HLTProducers/src/HLTPFTauPairLeadTrackDzMatchFilter.cc @@ -1,4 +1,4 @@ -// $Id: HLTPFTauPairLeadTrackDzMatchFilter.cc,v 1.3 2012/02/14 06:03:58 gruen Exp $ +// $Id: HLTPFTauPairLeadTrackDzMatchFilter.cc,v 1.2 2012/02/13 18:31:45 mbluj Exp $ #include "HLTPFTauPairLeadTrackDzMatchFilter.h" diff --git a/RecoTauTag/HLTProducers/src/L2TauPixelIsoTagProducer.cc b/RecoTauTag/HLTProducers/src/L2TauPixelIsoTagProducer.cc index 165078106db98..1ff4ff640dab1 100644 --- a/RecoTauTag/HLTProducers/src/L2TauPixelIsoTagProducer.cc +++ b/RecoTauTag/HLTProducers/src/L2TauPixelIsoTagProducer.cc @@ -1,7 +1,7 @@ // // Original Author: Vadim Khotilovich // Created: 2012-03-07 -// $Id: L2TauPixelIsoTagProducer.cc,v 1.1 2012/03/13 16:21:42 khotilov Exp $ +// $Id: $ // #include "RecoTauTag/HLTProducers/interface/L2TauPixelIsoTagProducer.h" diff --git a/RecoTauTag/HLTProducers/src/L2TauPixelTrackMatch.cc b/RecoTauTag/HLTProducers/src/L2TauPixelTrackMatch.cc index 119cf9d8caaaf..8912a25891f43 100644 --- a/RecoTauTag/HLTProducers/src/L2TauPixelTrackMatch.cc +++ b/RecoTauTag/HLTProducers/src/L2TauPixelTrackMatch.cc @@ -1,4 +1,4 @@ -// $Id: L2TauPixelTrackMatch.cc,v 1.1 2012/02/02 23:15:20 khotilov Exp $ +// $Id:$ #include "RecoTauTag/HLTProducers/interface/L2TauPixelTrackMatch.h" #include "FWCore/Utilities/interface/Exception.h" diff --git a/RecoTauTag/HLTProducers/src/TrackingRegionsFromBeamSpotAndL2Tau.h b/RecoTauTag/HLTProducers/src/TrackingRegionsFromBeamSpotAndL2Tau.h index fced27d08914e..75808badf4459 100644 --- a/RecoTauTag/HLTProducers/src/TrackingRegionsFromBeamSpotAndL2Tau.h +++ b/RecoTauTag/HLTProducers/src/TrackingRegionsFromBeamSpotAndL2Tau.h @@ -4,7 +4,7 @@ // // Class: TrackingRegionsFromBeamSpotAndL2Tau // -// $Id: TrackingRegionsFromBeamSpotAndL2Tau.h,v 1.2 2012/03/13 16:02:01 khotilov Exp $ +// $Id: TrackingRegionsFromBeamSpotAndL2Tau.h,v 1.1 2012/02/02 23:20:09 khotilov Exp $ #include "RecoTracker/TkTrackingRegions/interface/TrackingRegionProducer.h" diff --git a/RecoTauTag/ImpactParameter/src/ImpactParameter.cc b/RecoTauTag/ImpactParameter/src/ImpactParameter.cc index 00324635b025f..d89889cdca325 100644 --- a/RecoTauTag/ImpactParameter/src/ImpactParameter.cc +++ b/RecoTauTag/ImpactParameter/src/ImpactParameter.cc @@ -13,7 +13,7 @@ // // Original Author: Andrea Rizzi // Created: Thu Apr 6 09:56:23 CEST 2006 -// $Id: ImpactParameter.cc,v 1.6 2010/08/06 20:24:56 wmtan Exp $ +// $Id: ImpactParameter.cc,v 1.5 2007/10/08 11:45:56 fwyzard Exp $ // // diff --git a/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstElectronDeadECAL.cc b/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstElectronDeadECAL.cc index 9be6cb4f97ab7..a0961f1037fef 100644 --- a/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstElectronDeadECAL.cc +++ b/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstElectronDeadECAL.cc @@ -10,9 +10,9 @@ * \authors Lauri Andreas Wendland, * Christian Veelken * - * \version $Revision: 1.2 $ + * \version $Revision: 1.1 $ * - * $Id: PFRecoTauDiscriminationAgainstElectronDeadECAL.cc,v 1.2 2012/12/07 12:24:06 speer Exp $ + * $Id: PFRecoTauDiscriminationAgainstElectronDeadECAL.cc,v 1.1 2012/11/22 18:02:15 veelken Exp $ * */ diff --git a/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2.cc b/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2.cc index 290ff22695f75..517370cc51f93 100644 --- a/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2.cc +++ b/RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2.cc @@ -5,9 +5,9 @@ * * \author Christian Veelken, LLR * - * \version $Revision: 1.10 $ + * \version $Revision: 1.9 $ * - * $Id: PFRecoTauDiscriminationAgainstMuon2.cc,v 1.10 2013/04/08 11:45:27 jez Exp $ + * $Id: PFRecoTauDiscriminationAgainstMuon2.cc,v 1.9 2013/04/08 08:31:04 veelken Exp $ * */ diff --git a/RecoTauTag/RecoTau/plugins/PFTauDecayModeCutMultiplexer.cc b/RecoTauTag/RecoTau/plugins/PFTauDecayModeCutMultiplexer.cc index 53c0c1868ea06..8fd0e8264d414 100644 --- a/RecoTauTag/RecoTau/plugins/PFTauDecayModeCutMultiplexer.cc +++ b/RecoTauTag/RecoTau/plugins/PFTauDecayModeCutMultiplexer.cc @@ -20,7 +20,7 @@ // // Original Author: Evan K. Friis, UC Davis (friis@physics.ucdavis.edu) // Created: Thurs, April 16, 2009 -// $Id: PFTauDecayModeCutMultiplexer.cc,v 1.3 2010/10/19 21:29:13 wmtan Exp $ +// $Id: PFTauDecayModeCutMultiplexer.cc,v 1.2 2009/09/04 21:34:24 friis Exp $ // // diff --git a/RecoTauTag/RecoTau/plugins/PFTauMVADiscriminator.cc b/RecoTauTag/RecoTau/plugins/PFTauMVADiscriminator.cc index aa68c85bb9b22..41d4ec63ea5c4 100644 --- a/RecoTauTag/RecoTau/plugins/PFTauMVADiscriminator.cc +++ b/RecoTauTag/RecoTau/plugins/PFTauMVADiscriminator.cc @@ -13,7 +13,7 @@ // // Original Author: Evan K. Friis, UC Davis (friis@physics.ucdavis.edu) // Created: Fri Aug 15 11:22:14 PDT 2008 -// $Id: PFTauMVADiscriminator.cc,v 1.4 2010/10/19 21:29:13 wmtan Exp $ +// $Id: PFTauMVADiscriminator.cc,v 1.3 2010/02/11 00:18:31 friis Exp $ // // diff --git a/RecoTauTag/TauTagTools/plugins/TauMVATrainer.cc b/RecoTauTag/TauTagTools/plugins/TauMVATrainer.cc index cca9568270203..69e07daae72e7 100644 --- a/RecoTauTag/TauTagTools/plugins/TauMVATrainer.cc +++ b/RecoTauTag/TauTagTools/plugins/TauMVATrainer.cc @@ -13,7 +13,7 @@ Description: Generates ROOT trees used to train PhysicsTools::MVAComputers // // Original Author: Evan K.Friis, UC Davis (friis@physics.ucdavis.edu) // Created: Fri Aug 15 11:22:14 PDT 2008 -// $Id: TauMVATrainer.cc,v 1.7 2010/10/19 20:22:27 wmtan Exp $ +// $Id: TauMVATrainer.cc,v 1.6 2010/02/25 00:33:12 wmtan Exp $ // // diff --git a/RecoTauTag/TauTagTools/plugins/TruthTauDecayModeProducer.cc b/RecoTauTag/TauTagTools/plugins/TruthTauDecayModeProducer.cc index 43bfc1b16315d..2406caa4e9512 100644 --- a/RecoTauTag/TauTagTools/plugins/TruthTauDecayModeProducer.cc +++ b/RecoTauTag/TauTagTools/plugins/TruthTauDecayModeProducer.cc @@ -15,7 +15,7 @@ Description: Produces reco::PFTauDecayModes corresponding to MonteCarlo objects // // Original Author: Evan K. Friis, UC Davis (friis@physics.ucdavis.edu) // Created: Thu Sep 1 06:19:05 PST 2008 -// $Id: TruthTauDecayModeProducer.cc,v 1.6 2010/10/19 20:22:27 wmtan Exp $ +// $Id: TruthTauDecayModeProducer.cc,v 1.5 2009/09/02 23:04:50 friis Exp $ // // diff --git a/RecoTauTag/TauTagTools/test/training/castor.py b/RecoTauTag/TauTagTools/test/training/castor.py index 04784bdbb95dc..c0dd85e36d2f5 100644 --- a/RecoTauTag/TauTagTools/test/training/castor.py +++ b/RecoTauTag/TauTagTools/test/training/castor.py @@ -41,7 +41,7 @@ def group(iterator, count): yield tuple([itr.next() for i in xrange(count)]) __author__ = "Sebastien Binet " -__version__ = "$Revision: 1.1 $" +__version__ = "$Revision: 1.7 $" __doc__ = """A set of simple helper methods to handle simple tasks with CASTOR. """ diff --git a/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilter.cc b/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilter.cc index f06b126a131eb..9815265f7f9c3 100644 --- a/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilter.cc +++ b/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Giuseppe Cerati & Domenico Giordano // Created: Thu Mar 11 10:48:48 CET 2010 -// $Id: ConversionSeedFilter.cc,v 1.3 2013/02/27 14:58:16 muzaffar Exp $ +// $Id: ConversionSeedFilter.cc,v 1.2 2011/12/23 05:38:40 innocent Exp $ // // diff --git a/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilterCharge.cc b/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilterCharge.cc index f42b33351b6f3..4e68b2b21be7f 100644 --- a/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilterCharge.cc +++ b/RecoTracker/ConversionSeedGenerators/plugins/ConversionSeedFilterCharge.cc @@ -13,7 +13,7 @@ // // Original Author: Giuseppe Cerati // Created: Thu Mar 11 10:48:48 CET 2010 -// $Id: ConversionSeedFilterCharge.cc,v 1.3 2013/02/27 14:58:16 muzaffar Exp $ +// $Id: ConversionSeedFilterCharge.cc,v 1.2 2011/12/23 05:38:40 innocent Exp $ // // diff --git a/RecoTracker/DeDx/plugins/DeDxDiscriminatorProducer.cc b/RecoTracker/DeDx/plugins/DeDxDiscriminatorProducer.cc index e4fbb55b1c5a7..c0d5457f19528 100644 --- a/RecoTracker/DeDx/plugins/DeDxDiscriminatorProducer.cc +++ b/RecoTracker/DeDx/plugins/DeDxDiscriminatorProducer.cc @@ -15,7 +15,7 @@ // Created: Thu May 31 14:09:02 CEST 2007 // Code Updates: loic Quertenmont (querten) // Created: Thu May 10 14:09:02 CEST 2008 -// $Id: DeDxDiscriminatorProducer.cc,v 1.3 2013/02/27 13:28:30 muzaffar Exp $ +// $Id: DeDxDiscriminatorProducer.cc,v 1.2 2012/01/17 13:46:51 innocent Exp $ // // diff --git a/RecoTracker/DeDx/plugins/DeDxEstimatorProducer.cc b/RecoTracker/DeDx/plugins/DeDxEstimatorProducer.cc index 2144784966941..39dc262470ea1 100644 --- a/RecoTracker/DeDx/plugins/DeDxEstimatorProducer.cc +++ b/RecoTracker/DeDx/plugins/DeDxEstimatorProducer.cc @@ -15,7 +15,7 @@ // Created: Thu May 31 14:09:02 CEST 2007 // Code Updates: loic Quertenmont (querten) // Created: Thu May 10 14:09:02 CEST 2008 -// $Id: DeDxEstimatorProducer.cc,v 1.3 2013/02/27 13:28:30 muzaffar Exp $ +// $Id: DeDxEstimatorProducer.cc,v 1.2 2012/01/17 13:46:51 innocent Exp $ // // diff --git a/RecoTracker/DebugTools/interface/TestHits.h b/RecoTracker/DebugTools/interface/TestHits.h index 1788b9d11760a..0d44b620444b3 100644 --- a/RecoTracker/DebugTools/interface/TestHits.h +++ b/RecoTracker/DebugTools/interface/TestHits.h @@ -17,7 +17,7 @@ // // Original Author: Giuseppe Cerati // Created: Tue Feb 13 17:29:10 CET 2007 -// $Id: TestHits.h,v 1.6 2010/02/11 00:14:35 wmtan Exp $ +// $Id: TestHits.h,v 1.5 2009/03/04 13:34:24 vlimant Exp $ // // #include diff --git a/RecoTracker/DebugTools/interface/TestSmoothHits.h b/RecoTracker/DebugTools/interface/TestSmoothHits.h index f7a1ebb2bf58f..89df613172f5b 100644 --- a/RecoTracker/DebugTools/interface/TestSmoothHits.h +++ b/RecoTracker/DebugTools/interface/TestSmoothHits.h @@ -17,7 +17,7 @@ // // Original Author: Giuseppe Cerati // Created: Tue Feb 13 17:29:10 CET 2007 -// $Id: TestSmoothHits.h,v 1.4 2010/02/11 00:14:36 wmtan Exp $ +// $Id: TestSmoothHits.h,v 1.3 2009/03/04 13:34:24 vlimant Exp $ // // #include diff --git a/RecoTracker/DebugTools/interface/TestTrackHits.h b/RecoTracker/DebugTools/interface/TestTrackHits.h index 4dc8d7af74631..8c6a7881f3d66 100644 --- a/RecoTracker/DebugTools/interface/TestTrackHits.h +++ b/RecoTracker/DebugTools/interface/TestTrackHits.h @@ -15,7 +15,7 @@ // // Original Author: Giuseppe Cerati // Created: Tue Feb 13 17:29:10 CET 2007 -// $Id: TestTrackHits.h,v 1.8 2010/02/11 00:14:37 wmtan Exp $ +// $Id: TestTrackHits.h,v 1.7 2009/03/04 13:34:24 vlimant Exp $ // // diff --git a/RecoTracker/DebugTools/plugins/TestOutliers.cc b/RecoTracker/DebugTools/plugins/TestOutliers.cc index 3b7a53d588d45..7974b3c7bc249 100644 --- a/RecoTracker/DebugTools/plugins/TestOutliers.cc +++ b/RecoTracker/DebugTools/plugins/TestOutliers.cc @@ -13,7 +13,7 @@ // // Original Author: Giuseppe Cerati // Created: Mon Sep 17 10:31:30 CEST 2007 -// $Id: TestOutliers.cc,v 1.16 2013/01/09 03:47:51 dlange Exp $ +// $Id: TestOutliers.cc,v 1.15 2013/01/02 21:11:56 dlange Exp $ // // diff --git a/RecoTracker/FinalTrackSelectors/interface/AnalyticalTrackSelector.h b/RecoTracker/FinalTrackSelectors/interface/AnalyticalTrackSelector.h index e17ee85d9a8bd..678a1fe0cf87e 100644 --- a/RecoTracker/FinalTrackSelectors/interface/AnalyticalTrackSelector.h +++ b/RecoTracker/FinalTrackSelectors/interface/AnalyticalTrackSelector.h @@ -6,9 +6,9 @@ * * \author Paolo Azzurri, Giovanni Petrucciani * - * \version $Revision: 1.22 $ + * \version $Revision: 1.21 $ * - * $Id: AnalyticalTrackSelector.h,v 1.22 2013/02/28 09:57:34 muzaffar Exp $ + * $Id: AnalyticalTrackSelector.h,v 1.21 2012/03/19 12:44:20 dmytro Exp $ * */ diff --git a/RecoTracker/FinalTrackSelectors/interface/CosmicTrackSelector.h b/RecoTracker/FinalTrackSelectors/interface/CosmicTrackSelector.h index da6002b5d2704..6e2402345d9d7 100644 --- a/RecoTracker/FinalTrackSelectors/interface/CosmicTrackSelector.h +++ b/RecoTracker/FinalTrackSelectors/interface/CosmicTrackSelector.h @@ -6,9 +6,9 @@ * * \author Paolo Azzurri, Giovanni Petrucciani * - * \version $Revision: 1.3 $ + * \version $Revision: 1.2 $ * - * $Id: CosmicTrackSelector.h,v 1.3 2013/02/27 13:28:30 muzaffar Exp $ + * $Id: CosmicTrackSelector.h,v 1.2 2010/02/20 21:01:19 wmtan Exp $ * */ diff --git a/RecoTracker/FinalTrackSelectors/interface/SimpleTrackListMerger.h b/RecoTracker/FinalTrackSelectors/interface/SimpleTrackListMerger.h index 27e4bcdd02c67..a2532ee544d55 100644 --- a/RecoTracker/FinalTrackSelectors/interface/SimpleTrackListMerger.h +++ b/RecoTracker/FinalTrackSelectors/interface/SimpleTrackListMerger.h @@ -10,9 +10,9 @@ // Original Author: Steve Wagner, stevew@pizero.colorado.edu // Created: Sat Jan 14 22:00:00 UTC 2006 // -// $Author: muzaffar $ -// $Date: 2013/02/27 13:28:30 $ -// $Revision: 1.8 $ +// $Author: wmtan $ +// $Date: 2011/05/20 17:17:31 $ +// $Revision: 1.7 $ // #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoTracker/FinalTrackSelectors/interface/TrackMultiSelector.h b/RecoTracker/FinalTrackSelectors/interface/TrackMultiSelector.h index dd1d7e7d1c891..55f46ebf217dd 100644 --- a/RecoTracker/FinalTrackSelectors/interface/TrackMultiSelector.h +++ b/RecoTracker/FinalTrackSelectors/interface/TrackMultiSelector.h @@ -6,9 +6,9 @@ * * \author Giovanni Petrucciani * - * \version $Revision: 1.7 $ + * \version $Revision: 1.6 $ * - * $Id: TrackMultiSelector.h,v 1.7 2013/02/27 13:28:30 muzaffar Exp $ + * $Id: TrackMultiSelector.h,v 1.6 2010/02/20 21:01:20 wmtan Exp $ * */ diff --git a/RecoTracker/FinalTrackSelectors/src/DuplicateListMerger.cc b/RecoTracker/FinalTrackSelectors/src/DuplicateListMerger.cc index 28b0df5f18d0e..7dfc3c468a00a 100644 --- a/RecoTracker/FinalTrackSelectors/src/DuplicateListMerger.cc +++ b/RecoTracker/FinalTrackSelectors/src/DuplicateListMerger.cc @@ -378,8 +378,7 @@ void DuplicateListMerger::produce(edm::Event& iEvent, const edm::EventSetup& iSe } edm::ProductID nPID = refTrks.id(); - edm::Provenance trkProv = iEvent.getProvenance(nPID); - edm::Handle out_gtHandle(out_generalTracks.get(),&trkProv); + edm::TestHandle out_gtHandle(out_generalTracks.get(),nPID); fillerMVA.insert(out_gtHandle,mvaVec.begin(),mvaVec.end()); fillerMVA.fill(); diff --git a/RecoTracker/FinalTrackSelectors/src/MultiTrackSelector.h b/RecoTracker/FinalTrackSelectors/src/MultiTrackSelector.h index c8bea2a03f699..b741b7c63a152 100755 --- a/RecoTracker/FinalTrackSelectors/src/MultiTrackSelector.h +++ b/RecoTracker/FinalTrackSelectors/src/MultiTrackSelector.h @@ -6,9 +6,9 @@ * * \author David Lange * - * \version $Revision: 1.12 $ + * \version $Revision: 1.11 $ * - * $Id: MultiTrackSelector.h,v 1.12 2013/06/04 12:24:17 speer Exp $ + * $Id: MultiTrackSelector.h,v 1.11 2013/05/23 16:59:31 mwalker Exp $ * */ diff --git a/RecoTracker/FinalTrackSelectors/src/SimpleTrackListMerger.cc b/RecoTracker/FinalTrackSelectors/src/SimpleTrackListMerger.cc index 694024d18b5e1..efbdae2292ecf 100644 --- a/RecoTracker/FinalTrackSelectors/src/SimpleTrackListMerger.cc +++ b/RecoTracker/FinalTrackSelectors/src/SimpleTrackListMerger.cc @@ -7,9 +7,9 @@ // Original Author: Steve Wagner, stevew@pizero.colorado.edu // Created: Sat Jan 14 22:00:00 UTC 2006 // -// $Author: stenson $ -// $Date: 2012/02/19 20:21:34 $ -// $Revision: 1.29 $ +// $Author: innocent $ +// $Date: 2012/01/17 15:33:54 $ +// $Revision: 1.28 $ // #include diff --git a/RecoTracker/FinalTrackSelectors/src/TrackCandidateTopBottomHitFilter.cc b/RecoTracker/FinalTrackSelectors/src/TrackCandidateTopBottomHitFilter.cc index 1d3242bf1f1b1..286c88e8cb6ab 100644 --- a/RecoTracker/FinalTrackSelectors/src/TrackCandidateTopBottomHitFilter.cc +++ b/RecoTracker/FinalTrackSelectors/src/TrackCandidateTopBottomHitFilter.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giuseppe Cerati // Created: Tue Sep 9 09:47:01 CEST 2008 -// $Id: TrackCandidateTopBottomHitFilter.cc,v 1.4 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: TrackCandidateTopBottomHitFilter.cc,v 1.3 2010/02/20 21:01:23 wmtan Exp $ // // diff --git a/RecoTracker/FinalTrackSelectors/src/TrackListMerger.cc b/RecoTracker/FinalTrackSelectors/src/TrackListMerger.cc index 3a007a5fb7de8..ead69b58d3249 100644 --- a/RecoTracker/FinalTrackSelectors/src/TrackListMerger.cc +++ b/RecoTracker/FinalTrackSelectors/src/TrackListMerger.cc @@ -693,9 +693,7 @@ namespace cms statCount.end(outputTrks->size()); edm::ProductID nPID = refTrks.id(); - edm::Provenance trkProv = e.getProvenance(nPID); - edm::Handle outHandle(outputTrks.get(),&trkProv); - + edm::TestHandle outHandle(outputTrks.get(),nPID); fillerMVA.insert(outHandle,mvaVec.begin(),mvaVec.end()); fillerMVA.fill(); diff --git a/RecoTracker/FinalTrackSelectors/src/TrackListMerger.h b/RecoTracker/FinalTrackSelectors/src/TrackListMerger.h index 8dc29f6630d96..3624818e135e6 100644 --- a/RecoTracker/FinalTrackSelectors/src/TrackListMerger.h +++ b/RecoTracker/FinalTrackSelectors/src/TrackListMerger.h @@ -10,9 +10,9 @@ // Original Author: Steve Wagner, stevew@pizero.colorado.edu // Created: Sat Jan 14 22:00:00 UTC 2006 // -// $Author: mwalker $ -// $Date: 2013/04/16 16:23:54 $ -// $Revision: 1.11 $ +// $Author: muzaffar $ +// $Date: 2013/02/27 13:28:31 $ +// $Revision: 1.10 $ // #include "FWCore/Framework/interface/EDProducer.h" diff --git a/RecoTracker/MeasurementDet/plugins/MeasurementTrackerSiStripRefGetterProducer.h b/RecoTracker/MeasurementDet/plugins/MeasurementTrackerSiStripRefGetterProducer.h index 92bc87d3b6ac6..97622a44078ca 100644 --- a/RecoTracker/MeasurementDet/plugins/MeasurementTrackerSiStripRefGetterProducer.h +++ b/RecoTracker/MeasurementDet/plugins/MeasurementTrackerSiStripRefGetterProducer.h @@ -9,7 +9,7 @@ * produces a SiStripRefGetter, defined by MeasurementTrackerOD::define(...) * * $Dates: 2007/09/21 13:28 $ - * $Revision: 1.4 $ + * $Revision: 1.3 $ * * \author Jean-Roch Vlimant UCSB * diff --git a/RecoTracker/MeasurementDet/test/MeasurementTrackerUpdator.cc b/RecoTracker/MeasurementDet/test/MeasurementTrackerUpdator.cc index 35df9914807e1..4d188d41abc03 100644 --- a/RecoTracker/MeasurementDet/test/MeasurementTrackerUpdator.cc +++ b/RecoTracker/MeasurementDet/test/MeasurementTrackerUpdator.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Mar 16 13:19:20 CDT 2007 -// $Id: MeasurementTrackerUpdator.cc,v 1.3 2011/04/15 13:38:12 innocent Exp $ +// $Id: MeasurementTrackerUpdator.cc,v 1.2 2009/03/04 13:34:26 vlimant Exp $ // // diff --git a/RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h b/RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h index 8fd0dcd4c80e7..daaffec79c52b 100644 --- a/RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h +++ b/RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h @@ -15,7 +15,7 @@ // // Original Author: Vincent ROBERFROID // Created: Wed Feb 28 12:05:36 CET 2007 -// $Id: NuclearSeedsEDProducer.h,v 1.9 2013/02/27 13:28:32 muzaffar Exp $ +// $Id: NuclearSeedsEDProducer.h,v 1.8 2009/03/04 13:34:27 vlimant Exp $ // // diff --git a/RecoTracker/NuclearSeedGenerator/interface/NuclearTrackCorrector.h b/RecoTracker/NuclearSeedGenerator/interface/NuclearTrackCorrector.h index 10e07c240692d..18969985540ae 100644 --- a/RecoTracker/NuclearSeedGenerator/interface/NuclearTrackCorrector.h +++ b/RecoTracker/NuclearSeedGenerator/interface/NuclearTrackCorrector.h @@ -17,7 +17,7 @@ // // Original Author: Loic QUERTENMONT, Vincent ROBERFROID // Created: Tue Sep 18 14:22:48 CEST 2007 -// $Id: NuclearTrackCorrector.h,v 1.8 2013/02/27 13:28:32 muzaffar Exp $ +// $Id: NuclearTrackCorrector.h,v 1.7 2009/03/04 13:34:27 vlimant Exp $ // // diff --git a/RecoTracker/NuclearSeedGenerator/plugins/NuclearTrackCorrector.cc b/RecoTracker/NuclearSeedGenerator/plugins/NuclearTrackCorrector.cc index a61f82786d57e..867c565a2ee7f 100644 --- a/RecoTracker/NuclearSeedGenerator/plugins/NuclearTrackCorrector.cc +++ b/RecoTracker/NuclearSeedGenerator/plugins/NuclearTrackCorrector.cc @@ -13,7 +13,7 @@ // // Original Author: Loic QUERTENMONT, Vincent ROBERFROID // Created: Tue Sep 18 14:22:48 CEST 2007 -// $Id: NuclearTrackCorrector.cc,v 1.14 2013/02/27 13:28:32 muzaffar Exp $ +// $Id: NuclearTrackCorrector.cc,v 1.13 2011/12/23 06:04:59 innocent Exp $ // // diff --git a/RecoTracker/SpecialSeedGenerators/src/MuonReSeeder.cc b/RecoTracker/SpecialSeedGenerators/src/MuonReSeeder.cc index 12f1558206151..ccd27a223b3ea 100644 --- a/RecoTracker/SpecialSeedGenerators/src/MuonReSeeder.cc +++ b/RecoTracker/SpecialSeedGenerators/src/MuonReSeeder.cc @@ -1,6 +1,6 @@ // -// $Id: MuonReSeeder.cc,v 1.3 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: MuonReSeeder.cc,v 1.2 2013/01/02 21:13:59 dlange Exp $ // /** @@ -8,7 +8,7 @@ \brief Matcher of reconstructed objects to other reconstructed objects using the tracks inside them \author Giovanni Petrucciani - \version $Id: MuonReSeeder.cc,v 1.3 2013/02/27 14:58:17 muzaffar Exp $ + \version $Id: MuonReSeeder.cc,v 1.2 2013/01/02 21:13:59 dlange Exp $ */ diff --git a/RecoTracker/SpecialSeedGenerators/src/OutsideInMuonSeeder.cc b/RecoTracker/SpecialSeedGenerators/src/OutsideInMuonSeeder.cc index 495019dbf8d6b..262fd25d2b0ce 100644 --- a/RecoTracker/SpecialSeedGenerators/src/OutsideInMuonSeeder.cc +++ b/RecoTracker/SpecialSeedGenerators/src/OutsideInMuonSeeder.cc @@ -1,6 +1,6 @@ // -// $Id: OutsideInMuonSeeder.cc,v 1.2 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: OutsideInMuonSeeder.cc,v 1.1 2012/09/12 15:58:08 gpetrucc Exp $ // /** @@ -8,7 +8,7 @@ \brief Matcher of reconstructed objects to other reconstructed objects using the tracks inside them \author Giovanni Petrucciani - \version $Id: OutsideInMuonSeeder.cc,v 1.2 2013/02/27 14:58:17 muzaffar Exp $ + \version $Id: OutsideInMuonSeeder.cc,v 1.1 2012/09/12 15:58:08 gpetrucc Exp $ */ diff --git a/RecoTracker/TkNavigation/interface/LayerCollector.h b/RecoTracker/TkNavigation/interface/LayerCollector.h index 521c5883412b4..ef830d6f231e9 100644 --- a/RecoTracker/TkNavigation/interface/LayerCollector.h +++ b/RecoTracker/TkNavigation/interface/LayerCollector.h @@ -3,8 +3,8 @@ /** * \class LayerCollector * Class collecting all layers of the tracker. - * $Date: 2006/06/01 15:04:40 $ - * $Revision: 1.3 $ + * $Date: 2006/05/23 10:11:01 $ + * $Revision: 1.2 $ * * */ diff --git a/RecoTracker/TkNavigation/test/NavigationSchoolAnalyzer.cc b/RecoTracker/TkNavigation/test/NavigationSchoolAnalyzer.cc index 2c907d3cf5385..36dfccc31c69a 100644 --- a/RecoTracker/TkNavigation/test/NavigationSchoolAnalyzer.cc +++ b/RecoTracker/TkNavigation/test/NavigationSchoolAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Mar 16 13:19:20 CDT 2007 -// $Id: NavigationSchoolAnalyzer.cc,v 1.6 2012/11/27 09:52:21 slava77 Exp $ +// $Id: NavigationSchoolAnalyzer.cc,v 1.5 2010/10/03 17:14:42 elmer Exp $ // // diff --git a/RecoTracker/TrackProducer/interface/GsfTrackProducerAlgorithm.h b/RecoTracker/TrackProducer/interface/GsfTrackProducerAlgorithm.h index 8f2269edf6099..59237904265ef 100644 --- a/RecoTracker/TrackProducer/interface/GsfTrackProducerAlgorithm.h +++ b/RecoTracker/TrackProducer/interface/GsfTrackProducerAlgorithm.h @@ -8,7 +8,7 @@ // // Original Author: Giuseppe Cerati // Created: Thu Mar 9 17:29:31 CET 2006 -// $Id: GsfTrackProducerAlgorithm.h,v 1.4 2007/08/23 20:59:33 ratnik Exp $ +// $Id: GsfTrackProducerAlgorithm.h,v 1.3 2007/07/16 10:07:41 cerati Exp $ // #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/Framework/interface/Event.h" diff --git a/RecoTracker/TrackProducer/interface/GsfTrackProducerBase.h b/RecoTracker/TrackProducer/interface/GsfTrackProducerBase.h index 1ac030c78761e..5da56fd471e00 100644 --- a/RecoTracker/TrackProducer/interface/GsfTrackProducerBase.h +++ b/RecoTracker/TrackProducer/interface/GsfTrackProducerBase.h @@ -4,8 +4,8 @@ /** \class GsfTrackProducerBase * Produce Tracks from TrackCandidates * - * $Date: 2010/12/14 16:43:48 $ - * $Revision: 1.10 $ + * $Date: 2010/09/29 12:35:43 $ + * $Revision: 1.9 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/interface/KfTrackProducerBase.h b/RecoTracker/TrackProducer/interface/KfTrackProducerBase.h index 973ae3fc6a5ed..2f0f375721cad 100644 --- a/RecoTracker/TrackProducer/interface/KfTrackProducerBase.h +++ b/RecoTracker/TrackProducer/interface/KfTrackProducerBase.h @@ -4,8 +4,8 @@ /** \class KfTrackProducerBase * Produce Tracks from TrackCandidates * - * $Date: 2010/09/29 12:36:04 $ - * $Revision: 1.4 $ + * $Date: 2009/07/03 00:55:13 $ + * $Revision: 1.3 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h b/RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h index d59fa6a2e739f..f1825aac5b89d 100644 --- a/RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h +++ b/RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h @@ -4,8 +4,8 @@ /** \class TrackProducerAlgorithm * This class calls the Final Fit and builds the Tracks then produced by the TrackProducer or by the TrackRefitter * - * $Date: 2012/11/09 13:17:23 $ - * $Revision: 1.29 $ + * $Date: 2012/11/07 15:15:46 $ + * $Revision: 1.28 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/interface/TrackProducerBase.h b/RecoTracker/TrackProducer/interface/TrackProducerBase.h index 6e6a1132ab876..c56402bb2c15e 100644 --- a/RecoTracker/TrackProducer/interface/TrackProducerBase.h +++ b/RecoTracker/TrackProducer/interface/TrackProducerBase.h @@ -4,8 +4,8 @@ /** \class TrackProducerBase * Base Class To Produce Tracks * - * $Date: 2013/05/30 21:20:28 $ - * $Revision: 1.20 $ + * $Date: 2010/09/29 12:38:37 $ + * $Revision: 1.19 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.cc b/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.cc index d7e58adf7316a..7e46fe1a154f0 100644 --- a/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.cc +++ b/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Fri Feb 17 12:03:11 CET 2012 -// $Id: ExtraFromSeeds.cc,v 1.2 2013/02/27 13:28:54 muzaffar Exp $ +// $Id: ExtraFromSeeds.cc,v 1.1 2012/02/27 18:55:54 vlimant Exp $ // // diff --git a/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.h b/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.h index 91b44eb22b5de..971a4bd4f021d 100644 --- a/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.h +++ b/RecoTracker/TrackProducer/plugins/ExtraFromSeeds.h @@ -16,7 +16,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Fri Feb 17 12:03:11 CET 2012 -// $Id: ExtraFromSeeds.h,v 1.2 2013/02/27 13:28:54 muzaffar Exp $ +// $Id: ExtraFromSeeds.h,v 1.1 2012/02/27 18:55:54 vlimant Exp $ // // diff --git a/RecoTracker/TrackProducer/plugins/FakeTrackProducers.cc b/RecoTracker/TrackProducer/plugins/FakeTrackProducers.cc index 8c242a3df02b1..8ac0b320583a7 100644 --- a/RecoTracker/TrackProducer/plugins/FakeTrackProducers.cc +++ b/RecoTracker/TrackProducer/plugins/FakeTrackProducers.cc @@ -1,6 +1,6 @@ // -// $Id: FakeTrackProducers.cc,v 1.2 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: FakeTrackProducers.cc,v 1.1 2012/09/12 15:59:34 gpetrucc Exp $ // /** @@ -8,7 +8,7 @@ \brief Matcher of reconstructed objects to other reconstructed objects using the tracks inside them \author Giovanni Petrucciani - \version $Id: FakeTrackProducers.cc,v 1.2 2013/02/27 14:58:17 muzaffar Exp $ + \version $Id: FakeTrackProducers.cc,v 1.1 2012/09/12 15:59:34 gpetrucc Exp $ */ diff --git a/RecoTracker/TrackProducer/plugins/TrackProducer.h b/RecoTracker/TrackProducer/plugins/TrackProducer.h index 4ae0ab37d2494..c11a9574bbadc 100644 --- a/RecoTracker/TrackProducer/plugins/TrackProducer.h +++ b/RecoTracker/TrackProducer/plugins/TrackProducer.h @@ -4,8 +4,8 @@ /** \class TrackProducer * Produce Tracks from TrackCandidates * - * $Date: 2013/02/27 13:28:55 $ - * $Revision: 1.2 $ + * $Date: 2007/10/06 08:04:12 $ + * $Revision: 1.1 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/plugins/TrackRefitter.h b/RecoTracker/TrackProducer/plugins/TrackRefitter.h index 8f0353ace5eff..9e25c5291973e 100644 --- a/RecoTracker/TrackProducer/plugins/TrackRefitter.h +++ b/RecoTracker/TrackProducer/plugins/TrackRefitter.h @@ -4,8 +4,8 @@ /** \class TrackRefitter * Refit Tracks: Produce Tracks from TrackCollection. It performs a new final fit on a TrackCollection. * - * $Date: 2013/02/27 13:28:56 $ - * $Revision: 1.5 $ + * $Date: 2011/08/01 09:37:29 $ + * $Revision: 1.4 $ * \author cerati */ diff --git a/RecoTracker/TrackProducer/test/MomentumConstraintProducer.cc b/RecoTracker/TrackProducer/test/MomentumConstraintProducer.cc index 4c145eafce72d..122ea606e377e 100644 --- a/RecoTracker/TrackProducer/test/MomentumConstraintProducer.cc +++ b/RecoTracker/TrackProducer/test/MomentumConstraintProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giuseppe Cerati // Created: Tue Jul 10 15:05:02 CEST 2007 -// $Id: MomentumConstraintProducer.cc,v 1.8 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: MomentumConstraintProducer.cc,v 1.7 2010/02/16 17:09:47 wmtan Exp $ // // diff --git a/RecoTracker/TrackProducer/test/TrajectoryAnalyzer.cc b/RecoTracker/TrackProducer/test/TrajectoryAnalyzer.cc index 3d0ec92167624..75dfcc088a267 100644 --- a/RecoTracker/TrackProducer/test/TrajectoryAnalyzer.cc +++ b/RecoTracker/TrackProducer/test/TrajectoryAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Boris Mangano // Created: Mon Oct 16 10:38:20 CEST 2006 -// $Id: TrajectoryAnalyzer.cc,v 1.4 2010/02/25 00:33:36 wmtan Exp $ +// $Id: TrajectoryAnalyzer.cc,v 1.3 2009/03/04 13:34:31 vlimant Exp $ // // diff --git a/RecoTracker/TrackProducer/test/VertexConstraintProducer.cc b/RecoTracker/TrackProducer/test/VertexConstraintProducer.cc index 4f595c54b3794..338cb156c4345 100644 --- a/RecoTracker/TrackProducer/test/VertexConstraintProducer.cc +++ b/RecoTracker/TrackProducer/test/VertexConstraintProducer.cc @@ -13,7 +13,7 @@ Description: // // Original Author: Giuseppe Cerati // Created: Tue Jul 10 15:05:02 CEST 2007 -// $Id: VertexConstraintProducer.cc,v 1.7 2013/02/27 14:58:17 muzaffar Exp $ +// $Id: VertexConstraintProducer.cc,v 1.6 2010/05/21 12:59:35 caponeri Exp $ // // diff --git a/RecoVertex/BeamSpotProducer/interface/BSFitter.h b/RecoVertex/BeamSpotProducer/interface/BSFitter.h index 1e32f03e69409..9acf505768a55 100644 --- a/RecoVertex/BeamSpotProducer/interface/BSFitter.h +++ b/RecoVertex/BeamSpotProducer/interface/BSFitter.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BSFitter.h,v 1.12 2013/04/11 23:08:42 wmtan Exp $ + version $Id: BSFitter.h,v 1.11 2010/07/21 04:23:26 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BSTrkParameters.h b/RecoVertex/BeamSpotProducer/interface/BSTrkParameters.h index ce7b936d5bbc5..d7b6a5ad1ec68 100644 --- a/RecoVertex/BeamSpotProducer/interface/BSTrkParameters.h +++ b/RecoVertex/BeamSpotProducer/interface/BSTrkParameters.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BSTrkParameters.h,v 1.3 2009/09/14 17:52:27 yumiceva Exp $ + version $Id: BSTrkParameters.h,v 1.2 2007/03/29 16:33:36 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BSpdfsFcn.h b/RecoVertex/BeamSpotProducer/interface/BSpdfsFcn.h index 6f098741ae14e..9d82cb5af6bf9 100644 --- a/RecoVertex/BeamSpotProducer/interface/BSpdfsFcn.h +++ b/RecoVertex/BeamSpotProducer/interface/BSpdfsFcn.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BSpdfsFcn.h,v 1.3 2013/04/11 23:08:42 wmtan Exp $ + version $Id: BSpdfsFcn.h,v 1.2 2010/07/21 04:23:26 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamFitter.h b/RecoVertex/BeamSpotProducer/interface/BeamFitter.h index 8b42aa5578dd0..73bed1feb0ca0 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamFitter.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamFitter.h @@ -10,7 +10,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: BeamFitter.h,v 1.50 2013/04/11 23:08:42 wmtan Exp $ + version $Id: BeamFitter.h,v 1.49 2011/05/12 12:03:51 schauhan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamSpotAnalyzer.h b/RecoVertex/BeamSpotProducer/interface/BeamSpotAnalyzer.h index 879334801ad37..7e848647f449c 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamSpotAnalyzer.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamSpotAnalyzer.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotAnalyzer.h,v 1.14 2010/06/18 19:35:59 yumiceva Exp $ + version $Id: BeamSpotAnalyzer.h,v 1.13 2010/05/03 21:50:44 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamSpotFromDB.h b/RecoVertex/BeamSpotProducer/interface/BeamSpotFromDB.h index d5c33fb2286a2..56d328a59bffa 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamSpotFromDB.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamSpotFromDB.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotFromDB.h,v 1.2 2009/12/18 20:45:07 wmtan Exp $ + version $Id: BeamSpotFromDB.h,v 1.1 2007/03/30 18:46:57 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamSpotOnlineProducer.h b/RecoVertex/BeamSpotProducer/interface/BeamSpotOnlineProducer.h index 1c53bf53fa12a..a05c010016ce1 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamSpotOnlineProducer.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamSpotOnlineProducer.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotOnlineProducer.h,v 1.7 2010/09/10 12:13:16 vlimant Exp $ + version $Id: BeamSpotOnlineProducer.h,v 1.6 2010/07/21 04:23:26 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamSpotProducer.h b/RecoVertex/BeamSpotProducer/interface/BeamSpotProducer.h index 6bfb07eb1778e..2816846f2594f 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamSpotProducer.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamSpotProducer.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotProducer.h,v 1.1 2007/05/09 20:35:49 yumiceva Exp $ + version $Id: BeamSpotProducer.h,v 1.3 2007/03/30 18:46:57 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/BeamSpotWrite2DB.h b/RecoVertex/BeamSpotProducer/interface/BeamSpotWrite2DB.h index 6588d9353d35e..f3fc5f0da3910 100644 --- a/RecoVertex/BeamSpotProducer/interface/BeamSpotWrite2DB.h +++ b/RecoVertex/BeamSpotProducer/interface/BeamSpotWrite2DB.h @@ -9,7 +9,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotWrite2DB.h,v 1.2 2009/12/18 20:45:07 wmtan Exp $ + version $Id: BeamSpotWrite2DB.h,v 1.1 2008/05/14 15:39:17 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/interface/PVFitter.h b/RecoVertex/BeamSpotProducer/interface/PVFitter.h index b794ff1b9b3ed..4a0bb8400509a 100644 --- a/RecoVertex/BeamSpotProducer/interface/PVFitter.h +++ b/RecoVertex/BeamSpotProducer/interface/PVFitter.h @@ -10,7 +10,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: PVFitter.h,v 1.11 2011/02/22 14:16:52 friis Exp $ + version $Id: PVFitter.h,v 1.10 2010/09/01 20:19:29 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/plugins/BeamSpotAnalyzer.cc b/RecoVertex/BeamSpotProducer/plugins/BeamSpotAnalyzer.cc index 3f423c97a49f7..ed7f9d217d87d 100644 --- a/RecoVertex/BeamSpotProducer/plugins/BeamSpotAnalyzer.cc +++ b/RecoVertex/BeamSpotProducer/plugins/BeamSpotAnalyzer.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: BeamSpotAnalyzer.cc,v 1.32 2011/02/22 17:52:25 friis Exp $ + version $Id: BeamSpotAnalyzer.cc,v 1.31 2010/07/20 18:52:06 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/plugins/BeamSpotFromDB.cc b/RecoVertex/BeamSpotProducer/plugins/BeamSpotFromDB.cc index 0526d3ba3ab05..d0a150631e774 100644 --- a/RecoVertex/BeamSpotProducer/plugins/BeamSpotFromDB.cc +++ b/RecoVertex/BeamSpotProducer/plugins/BeamSpotFromDB.cc @@ -6,7 +6,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotFromDB.cc,v 1.4 2010/02/21 20:26:37 yumiceva Exp $ + version $Id: BeamSpotFromDB.cc,v 1.3 2010/02/20 21:01:51 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/plugins/BeamSpotWrite2DB.cc b/RecoVertex/BeamSpotProducer/plugins/BeamSpotWrite2DB.cc index b5506a58ccbb6..09acd7f229989 100644 --- a/RecoVertex/BeamSpotProducer/plugins/BeamSpotWrite2DB.cc +++ b/RecoVertex/BeamSpotProducer/plugins/BeamSpotWrite2DB.cc @@ -6,7 +6,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BeamSpotWrite2DB.cc,v 1.7 2010/02/20 21:01:52 wmtan Exp $ + version $Id: BeamSpotWrite2DB.cc,v 1.6 2009/12/18 20:45:08 wmtan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/src/BSFitter.cc b/RecoVertex/BeamSpotProducer/src/BSFitter.cc index 0e71e1dbd58f8..38816838c1e98 100644 --- a/RecoVertex/BeamSpotProducer/src/BSFitter.cc +++ b/RecoVertex/BeamSpotProducer/src/BSFitter.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BSFitter.cc,v 1.26 2013/04/11 23:08:43 wmtan Exp $ + version $Id: BSFitter.cc,v 1.25 2012/12/07 09:03:29 eulisse Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/src/BSpdfsFcn.cc b/RecoVertex/BeamSpotProducer/src/BSpdfsFcn.cc index 92a519210fcee..47fcd6090bffe 100644 --- a/RecoVertex/BeamSpotProducer/src/BSpdfsFcn.cc +++ b/RecoVertex/BeamSpotProducer/src/BSpdfsFcn.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BSpdfsFcn.cc,v 1.1 2006/12/15 20:00:37 yumiceva Exp $ + version $Id: BSpdfsFcn.cc,v 1.0 2006/09/19 17:13:31 yumiceva Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/src/BeamFitter.cc b/RecoVertex/BeamSpotProducer/src/BeamFitter.cc index 89943b1185afa..74209e86ae0c4 100644 --- a/RecoVertex/BeamSpotProducer/src/BeamFitter.cc +++ b/RecoVertex/BeamSpotProducer/src/BeamFitter.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: BeamFitter.cc,v 1.76 2011/05/12 12:01:40 schauhan Exp $ + version $Id: BeamFitter.cc,v 1.75 2011/03/18 14:06:38 friis Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/BeamSpotProducer/src/PVFitter.cc b/RecoVertex/BeamSpotProducer/src/PVFitter.cc index 9cccc80e7ef59..fea501610b914 100644 --- a/RecoVertex/BeamSpotProducer/src/PVFitter.cc +++ b/RecoVertex/BeamSpotProducer/src/PVFitter.cc @@ -7,7 +7,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) Geng-Yuan Jeng, UC Riverside (Geng-Yuan.Jeng@cern.ch) - version $Id: PVFitter.cc,v 1.21 2012/12/07 09:50:12 speer Exp $ + version $Id: PVFitter.cc,v 1.20 2012/05/14 17:15:46 schauhan Exp $ ________________________________________________________________**/ diff --git a/RecoVertex/GaussianSumVertexFit/test/GsfTest.h b/RecoVertex/GaussianSumVertexFit/test/GsfTest.h index 2e314704d1781..956e1707fabe0 100644 --- a/RecoVertex/GaussianSumVertexFit/test/GsfTest.h +++ b/RecoVertex/GaussianSumVertexFit/test/GsfTest.h @@ -13,7 +13,7 @@ // // Original Author: Pascal Vanlaer // Created: Tue Feb 28 11:06:34 CET 2006 -// $Id: GsfTest.h,v 1.3 2010/01/21 10:52:45 adamwo Exp $ +// $Id: GsfTest.h,v 1.2 2007/12/20 09:52:08 speer Exp $ // // diff --git a/RecoVertex/KalmanVertexFit/plugins/KVFTest.h b/RecoVertex/KalmanVertexFit/plugins/KVFTest.h index dbe085209159c..f8291c4b208f1 100644 --- a/RecoVertex/KalmanVertexFit/plugins/KVFTest.h +++ b/RecoVertex/KalmanVertexFit/plugins/KVFTest.h @@ -13,7 +13,7 @@ // // Original Author: Pascal Vanlaer // Created: Tue Feb 28 11:06:34 CET 2006 -// $Id: KVFTest.h,v 1.3 2010/01/21 08:29:54 adamwo Exp $ +// $Id: KVFTest.h,v 1.2 2007/12/20 10:33:10 speer Exp $ // // diff --git a/RecoVertex/KinematicFit/plugins/KineExample.h b/RecoVertex/KinematicFit/plugins/KineExample.h index 2ea7d01ca7ee4..6fcd4b08f1a64 100755 --- a/RecoVertex/KinematicFit/plugins/KineExample.h +++ b/RecoVertex/KinematicFit/plugins/KineExample.h @@ -13,7 +13,7 @@ // // Original Author: Pascal Vanlaer // Created: Tue Feb 28 11:06:34 CET 2006 -// $Id: KineExample.h,v 1.4 2012/10/23 02:24:13 slava77 Exp $ +// $Id: KineExample.h,v 1.3 2012/10/23 02:20:37 slava77 Exp $ // // diff --git a/RecoVertex/NuclearInteractionProducer/interface/NuclearInteractionEDProducer.h b/RecoVertex/NuclearInteractionProducer/interface/NuclearInteractionEDProducer.h index 2043048a60c6f..3d5ceea171c15 100644 --- a/RecoVertex/NuclearInteractionProducer/interface/NuclearInteractionEDProducer.h +++ b/RecoVertex/NuclearInteractionProducer/interface/NuclearInteractionEDProducer.h @@ -15,7 +15,7 @@ // // Original Author: Vincent ROBERFROID // Created: Fri Aug 10 12:05:36 CET 2007 -// $Id: NuclearInteractionEDProducer.h,v 1.10 2010/01/21 10:53:40 adamwo Exp $ +// $Id: NuclearInteractionEDProducer.h,v 1.9 2008/04/16 12:14:04 roberfro Exp $ // // diff --git a/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducer.h b/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducer.h index 6c5b47b316932..124a18c7e2d19 100644 --- a/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducer.h +++ b/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducer.h @@ -13,7 +13,7 @@ // // Original Author: Pascal Vanlaer // Created: Tue Feb 28 11:06:34 CET 2006 -// $Id: PrimaryVertexProducer.h,v 1.12 2011/11/09 17:23:36 dpiparo Exp $ +// $Id: PrimaryVertexProducer.h,v 1.11 2011/09/14 13:36:59 werdmann Exp $ // // diff --git a/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h b/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h index e985cf14d2d5f..44302760f2e32 100644 --- a/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h +++ b/RecoVertex/PrimaryVertexProducer/interface/PrimaryVertexProducerAlgorithm.h @@ -16,7 +16,7 @@ // // Original Author: Pascal Vanlaer // Created: Tue Feb 28 11:06:34 CET 2006 -// $Id: PrimaryVertexProducerAlgorithm.h,v 1.17 2012/04/27 16:12:39 werdmann Exp $ +// $Id: PrimaryVertexProducerAlgorithm.h,v 1.16 2011/09/14 13:36:59 werdmann Exp $ // // diff --git a/RecoVertex/V0Producer/interface/V0Fitter.h b/RecoVertex/V0Producer/interface/V0Fitter.h index aacf21cc5a83b..a366bbc82a976 100644 --- a/RecoVertex/V0Producer/interface/V0Fitter.h +++ b/RecoVertex/V0Producer/interface/V0Fitter.h @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Fri May 18 22:57:40 CEST 2007 -// $Id: V0Fitter.h,v 1.25 2013/04/11 23:17:44 wmtan Exp $ +// $Id: V0Fitter.h,v 1.24 2010/08/05 22:06:39 wmtan Exp $ // // diff --git a/RecoVertex/V0Producer/interface/V0Producer.h b/RecoVertex/V0Producer/interface/V0Producer.h index 9b42852693648..b73e5183a4c2f 100644 --- a/RecoVertex/V0Producer/interface/V0Producer.h +++ b/RecoVertex/V0Producer/interface/V0Producer.h @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Fri May 18 22:57:40 CEST 2007 -// $Id: V0Producer.h,v 1.8 2009/12/18 20:45:08 wmtan Exp $ +// $Id: V0Producer.h,v 1.7 2009/03/10 22:58:47 drell Exp $ // // diff --git a/RecoVertex/V0Producer/src/V0Fitter.cc b/RecoVertex/V0Producer/src/V0Fitter.cc index 2562b26d83c86..f23400975037a 100644 --- a/RecoVertex/V0Producer/src/V0Fitter.cc +++ b/RecoVertex/V0Producer/src/V0Fitter.cc @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Fri May 18 22:57:40 CEST 2007 -// $Id: V0Fitter.cc,v 1.57 2013/04/11 23:17:44 wmtan Exp $ +// $Id: V0Fitter.cc,v 1.56 2011/12/23 08:13:39 innocent Exp $ // // diff --git a/RecoVertex/V0Producer/src/V0Producer.cc b/RecoVertex/V0Producer/src/V0Producer.cc index 9a0937e243968..ed27f55bae34f 100644 --- a/RecoVertex/V0Producer/src/V0Producer.cc +++ b/RecoVertex/V0Producer/src/V0Producer.cc @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Fri May 18 22:57:40 CEST 2007 -// $Id: V0Producer.cc,v 1.12 2010/02/20 21:02:02 wmtan Exp $ +// $Id: V0Producer.cc,v 1.11 2009/12/18 20:45:10 wmtan Exp $ // // diff --git a/RecoVertex/V0Producer/test/V0Analyzer.cc b/RecoVertex/V0Producer/test/V0Analyzer.cc index 1941af3cdd600..d55239dcde225 100644 --- a/RecoVertex/V0Producer/test/V0Analyzer.cc +++ b/RecoVertex/V0Producer/test/V0Analyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Tue May 22 23:54:16 CEST 2007 -// $Id: V0Analyzer.cc,v 1.16 2011/11/12 01:39:27 drell Exp $ +// $Id: V0Analyzer.cc,v 1.15 2010/02/20 21:02:03 wmtan Exp $ // // diff --git a/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py b/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py index 78546ec69bf40..536378195ffeb 100644 --- a/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py +++ b/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py @@ -1,13 +1,86 @@ import FWCore.ParameterSet.Config as cms -def customise(process): +def customise_HcalPhase0(process): + process.load("CalibCalorimetry/HcalPlugins/Hcal_Conditions_forGlobalTag_cff") + + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.hcal.HcalReLabel.RelabelHits=cms.untracked.bool(True) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta1 = cms.untracked.vint32(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta16 = cms.untracked.vint32(1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta17 = cms.untracked.vint32(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta18 = cms.untracked.vint32(1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta19 = cms.untracked.vint32(1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2) + process.mix.digitizers.hcal.HcalReLabel.RelabelRules.Eta27 = cms.untracked.vint32(1,1,1,1,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3) + + process.es_hardcode.HcalReLabel.RelabelHits = cms.untracked.bool(True) + process.es_hardcode.HcalReLabel.RelabelRules.Eta1 = cms.untracked.vint32(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1) + process.es_hardcode.HcalReLabel.RelabelRules.Eta16 = cms.untracked.vint32(1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) + process.es_hardcode.HcalReLabel.RelabelRules.Eta17 = cms.untracked.vint32(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1) + process.es_hardcode.HcalReLabel.RelabelRules.Eta18 = cms.untracked.vint32(1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2) + process.es_hardcode.HcalReLabel.RelabelRules.Eta19 = cms.untracked.vint32(1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2) + process.es_hardcode.HcalReLabel.RelabelRules.Eta27 = cms.untracked.vint32(1,1,1,1,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3) + process.es_hardcode.HEreCalibCutoff = cms.double(20.) #for aging + + process.es_hardcode.toGet = cms.untracked.vstring( + 'GainWidths', + 'RespCorrs' + ) + + + if hasattr(process,'g4SimHits'): + process=customise_Sim(process) + if hasattr(process,'validation_step'): + process=customise_Validation(process) + + return process + +def customise_HcalPhase1(process): + #common stuff + process.load("CalibCalorimetry/HcalPlugins/Hcal_Conditions_forGlobalTag_cff") + process.es_hardcode.toGet = cms.untracked.vstring( + 'GainWidths', + 'MCParams', + 'RecoParams', + 'RespCorrs', + 'QIEData', + 'Gains', + 'Pedestals', + 'PedestalWidths', + 'ChannelQuality', + 'ZSThresholds', + 'TimeCorrs', + 'LUTCorrs', + 'LutMetadata', + 'L1TriggerObjects', + 'PFCorrs', + 'ElectronicsMap', + 'CholeskyMatrices', + 'CovarianceMatrices' + ) + + process.es_hardcode.hcalTopologyConstants.mode=cms.string('HcalTopologyMode::SLHC') + process.es_hardcode.hcalTopologyConstants.maxDepthHB=cms.int32(3) + process.es_hardcode.hcalTopologyConstants.maxDepthHB=cms.int32(3) + process.es_hardcode.hcalTopologyConstants.maxDepthHE=cms.int32(5) + process.es_hardcode.HcalReLabel.RelabelHits=cms.untracked.bool(True) + # Special Upgrade trick (if absent - regular case assumed) + process.es_hardcode.GainWidthsForTrigPrims = cms.bool(True) + process.es_hardcode.HEreCalibCutoff = cms.double(100.) #for aging + + process.hcalTopologyIdeal.hcalTopologyConstants.mode=cms.string('HcalTopologyMode::SLHC') + process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHB=cms.int32(3) + process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHE=cms.int32(5) + + + if hasattr(process,'g4SimHits'): + process=customise_Sim(process) if hasattr(process,'DigiToRaw'): process=customise_DigiToRaw(process) if hasattr(process,'RawToDigi'): process=customise_RawToDigi(process) if hasattr(process,'digitisation_step'): process=customise_Digi(process) - if hasattr(process,'reconstruction'): + if hasattr(process,'reconstruction_step'): process=customise_Reco(process) if hasattr(process,'dqmoffline_step'): process=customise_DQM(process) @@ -18,25 +91,153 @@ def customise(process): process=customise_condOverRides(process) return process + +def customise_Sim(process): + process.g4SimHits.HCalSD.TestNumberingScheme = True + + return process + def customise_DigiToRaw(process): + process.digi2raw_step.remove(process.hcalRawData) + return process def customise_RawToDigi(process): + process.raw2digi_step.remove(process.hcalDigis) + return process def customise_Digi(process): + if hasattr(process,'mix'): + process.mix.digitizers.hcal.HBHEUpgradeQIE = True + process.mix.digitizers.hcal.hb.siPMCells = cms.vint32([1]) + process.mix.digitizers.hcal.hb.photoelectronsToAnalog = cms.vdouble([10.]*16) + process.mix.digitizers.hcal.hb.pixels = cms.int32(4500*4*2) + process.mix.digitizers.hcal.he.photoelectronsToAnalog = cms.vdouble([10.]*16) + process.mix.digitizers.hcal.he.pixels = cms.int32(4500*4*2) + process.mix.digitizers.hcal.HFUpgradeQIE = True + process.mix.digitizers.hcal.HcalReLabel.RelabelHits=cms.untracked.bool(True) + + if hasattr(process,'HcalTPGCoderULUT'): + process.HcalTPGCoderULUT.hcalTopologyConstants.mode=cms.string('HcalTopologyMode::SLHC') + process.HcalTPGCoderULUT.hcalTopologyConstants.maxDepthHB=cms.int32(3) + process.HcalTPGCoderULUT.hcalTopologyConstants.maxDepthHE=cms.int32(5) + + if hasattr(process,'simHcalDigis'): + process.simHcalDigis.useConfigZSvalues=cms.int32(1) + process.simHcalDigis.HBlevel=cms.int32(16) + process.simHcalDigis.HElevel=cms.int32(16) + process.simHcalDigis.HOlevel=cms.int32(16) + process.simHcalDigis.HFlevel=cms.int32(16) + + process.digitisation_step.remove(process.simHcalTriggerPrimitiveDigis) + process.digitisation_step.remove(process.simHcalTTPDigis) + return process def customise_Reco(process): + #--- CaloTowers maker input customization + process.towerMaker.hfInput = cms.InputTag("hfUpgradeReco") + process.towerMaker.hbheInput = cms.InputTag("hbheUpgradeReco") + process.towerMakerPF.hfInput = cms.InputTag("hfUpgradeReco") + process.towerMakerPF.hbheInput = cms.InputTag("hbheUpgradeReco") + process.towerMakerWithHO.hfInput = cms.InputTag("hfUpgradeReco") + process.towerMakerWithHO.hbheInput = cms.InputTag("hbheUpgradeReco") + process.particleFlowRecHitHCAL.hcalRecHitsHBHE = cms.InputTag("hbheUpgradeReco") + process.particleFlowRecHitHCAL.hcalRecHitsHF = cms.InputTag("hfUpgradeReco") + process.ak5JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ak5JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.ak7JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ak7JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.ca4JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ca4JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.ca6JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ca6JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.gk5JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.gk5JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.gk7JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.gk7JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.ic5JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ic5JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.ic7JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.ic7JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.kt4JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.kt4JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.kt6JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.kt6JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.sc5JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.sc5JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.sc7JetID.hfRecHitsColl = cms.InputTag("hfUpgradeReco") + process.sc7JetID.hbheRecHitsColl = cms.InputTag("hbheUpgradeReco") + process.hfEMClusters.hits = cms.InputTag("hfUpgradeReco") + process.caloRecoTauProducer.TrackAssociatorParameters.HBHERecHitCollectionLabel = cms.InputTag("hbheUpgradeReco") + process.caloRecoTauProducer.HFRecHitCollection=cms.InputTag("hfUpgradeReco") + + process.muons1stStep.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muons1stStep.CaloExtractorPSet.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muons1stStep.JetExtractorPSet.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + + process.muonsFromCosmics.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muonsFromCosmics.CaloExtractorPSet.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muonsFromCosmics.JetExtractorPSet.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muonsFromCosmics1Leg.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muonsFromCosmics1Leg.CaloExtractorPSet.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + process.muonsFromCosmics1Leg.JetExtractorPSet.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + + process.interestingTrackEcalDetIds.TrackAssociatorParameters.HBHERecHitCollectionLabel=cms.InputTag("hbheUpgradeReco") + + process.hcalnoise.recHitCollName=cms.string('hbheUpgradeReco') + process.reducedHcalRecHits.hfTag=cms.InputTag("hfUpgradeReco") + process.reducedHcalRecHits.hbheTag=cms.InputTag("hbheUpgradeReco") + + process.caloRecoTauProducer.HBHERecHitCollection=cms.InputTag("hbheUpgradeReco") + process.caloRecoTauProducer.HFRecHitCollection=cms.InputTag("hfUpgradeReco") + + process.load("RecoLocalCalo.HcalRecProducers.HBHEUpgradeReconstructor_cfi") + process.load("RecoLocalCalo.HcalRecProducers.HFUpgradeReconstructor_cfi") +### process.load("RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_ho_cfi") + + process.reconstruction_step.replace(process.hfreco,process.hfUpgradeReco) + process.reconstruction_step.remove(process.hbhereco) + process.reconstruction_step.replace(process.hbheprereco,process.hbheUpgradeReco) + + process.horeco.digiLabel = "simHcalDigis" + process.hbhereco.digiLabel = cms.InputTag("simHcalDigis","HBHEUpgradeDigiCollection") + process.hfreco.digiLabel = cms.InputTag("simHcalDigis","HBHEUpgradeDigiCollection") + + process.zdcreco.digiLabel = "simHcalUnsuppressedDigis" + process.hcalnoise.digiCollName=cms.string('simHcalDigis') + + # not sure why these are missing - but need to investigate later + process.reconstruction_step.remove(process.castorreco) + process.reconstruction_step.remove(process.CastorTowerReco) + process.reconstruction_step.remove(process.ak7BasicJets) + process.reconstruction_step.remove(process.ak7CastorJetID) return process def customise_DQM(process): + process.dqmoffline_step.remove(process.hcalDigiMonitor) + process.dqmoffline_step.remove(process.hcalDeadCellMonitor) + process.dqmoffline_step.remove(process.hcalBeamMonitor) + process.dqmoffline_step.remove(process.hcalRecHitMonitor) + process.dqmoffline_step.remove(process.hcalDetDiagNoiseMonitor) + process.dqmoffline_step.remove(process.hcalNoiseMonitor) + process.dqmoffline_step.remove(process.RecHitsDQMOffline) + process.dqmoffline_step.remove(process.zdcMonitor) + process.dqmoffline_step.remove(process.hcalMonitor) + process.dqmoffline_step.remove(process.hcalHotCellMonitor) + process.dqmoffline_step.remove(process.hcalRawDataMonitor) + process.ExoticaDQM.JetIDParams.hbheRecHitsColl=cms.InputTag("hbheUpgradeReco") + process.ExoticaDQM.JetIDParams.hfRecHitsColl=cms.InputTag("hfUpgradeReco") return process def customise_harvesting(process): return process def customise_Validation(process): + process.validation_step.remove(process.AllHcalDigisValidation) + process.validation_step.remove(process.RecHitsValidation) + process.validation_step.remove(process.globalhitsanalyze) return process def customise_condOverRides(process): diff --git a/SLHCUpgradeSimulations/Configuration/python/Phase2Tk.cmsdriver b/SLHCUpgradeSimulations/Configuration/python/Phase2Tk.cmsdriver index a55d614881a06..db2f4d22f80da 100644 --- a/SLHCUpgradeSimulations/Configuration/python/Phase2Tk.cmsdriver +++ b/SLHCUpgradeSimulations/Configuration/python/Phase2Tk.cmsdriver @@ -1,24 +1,67 @@ +##GEN_SIM cmsdriver for BarrelEndCap5Disks +cmsDriver.py FourMuPt_1_200_cfi \ +--conditions auto:upgradePLS3 -n 10 \ +--eventcontent FEVTDEBUG --relval 10000,100 \ +-s GEN,SIM --datatier GEN-SIM --beamspot HLLHC \ +--customise SLHCUpgradeSimulations/Configuration/combinedCustoms.cust_phase2_BE5D \ +--geometry ExtendedPhase2TkBE5D --fileout file:step1BE5D.root + +##DIGI-LOCAL RECO for BarrelEndCap5Disks +cmsDriver.py step2_BE5D \ +--conditions auto:upgradePLS3 -n -1 \ +--eventcontent FEVTDEBUG \ +-s DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco --datatier GEN-SIM-DIGI-RAW \ +--customise SLHCUpgradeSimulations/Configuration/combinedCustoms.cust_phase2_BE5D \ +--geometry ExtendedPhase2TkBE5D --filein file:step1BE5D.root --fileout file:step2BE5D.root + ##GEN_SIM cmsdriver for BarrelEndCap cmsDriver.py FourMuPt_1_200_cfi \ ---conditions POSTLS161_V15::All -n 10 \ +--conditions auto:upgradePLS3 -n 10 \ --eventcontent FEVTDEBUG --relval 10000,100 \ --s GEN,SIM --datatier GEN-SIM --beamspot Gauss \ +-s GEN,SIM --datatier GEN-SIM --beamspot HLLHC \ --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.customise \ ---geometry ExtendedPhase2TkBE --fileout file:step1.root +--geometry ExtendedPhase2TkBE --fileout file:step1BE.root + +##DIGI-LOCAL RECO for BarrelEndCap +cmsDriver.py step2_BE \ +--conditions auto:upgradePLS3 -n -1 \ +--eventcontent FEVTDEBUG \ +-s DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco --datatier GEN-SIM-DIGI-RAW \ +--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustomsBE.l1EventContent \ +--geometry ExtendedPhase2TkBE --filein file:step1BE.root --fileout file:step2BE.root + ##GEN_SIM cmsdriver for LongBarrel_6PS cmsDriver.py FourMuPt_1_200_cfi \ ---conditions POSTLS161_V15::All -n 10 \ +--conditions auto:upgradePLS3 -n 10 \ --eventcontent FEVTDEBUG --relval 10000,100 \ --s GEN,SIM --datatier GEN-SIM --beamspot Gauss \ +-s GEN,SIM --datatier GEN-SIM --beamspot HLLHC \ --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.customise \ ---geometry ExtendedPhase2TkLB_6PS --fileout file:step1.root +--geometry ExtendedPhase2TkLB_6PS --fileout file:stepLB1.root + +##DIGI-LOCAL RECO for LongBarrel_6PS +cmsDriver.py step2_LB1 \ +--conditions auto:upgradePLS3::All -n -1 \ +--eventcontent FEVTDEBUG \ +-s DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco --datatier GEN-SIM-DIGI-RAW \ +--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_6PS.l1EventContent \ +--geometry ExtendedPhase2TkLB_6PS --filein file:step1LB1.root --fileout file:step2LB1.root + ##GEN_SIM cmsdriver for LongBarrel_4LPS_2L2S cmsDriver.py FourMuPt_1_200_cfi \ ---conditions POSTLS161_V15::All -n 10 \ +--conditions auto:upgradePLS3 -n 10 \ --eventcontent FEVTDEBUG --relval 10000,100 \ --s GEN,SIM --datatier GEN-SIM --beamspot Gauss \ +-s GEN,SIM --datatier GEN-SIM --beamspot HLLHC \ --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.customise \ ---geometry ExtendedPhase2TkLB_4LPS_2L2S --fileout file:step1.root +--geometry ExtendedPhase2TkLB_4LPS_2L2S --fileout file:step1LB2.root + + +##DIGI-LOCAL RECO for LongBarrel_4LPS_2L2S +cmsDriver.py step2_LB2 \ +--conditions auto:upgradePLS3 -n -1 \ +--eventcontent FEVTDEBUG \ +-s DIGI,L1,DIGI2RAW,L1TrackTrigger,RECO:pixeltrackerlocalreco --datatier GEN-SIM-DIGI-RAW \ +--customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.customise,SLHCUpgradeSimulations/Configuration/phase2TkCustoms_LB_4LPS_2L2S.l1EventContent \ +--geometry ExtendedPhase2TkLB_4LPS_2L2S --filein file:step1LB2.root --fileout file:step2LB2.root diff --git a/SLHCUpgradeSimulations/Configuration/python/aging.py b/SLHCUpgradeSimulations/Configuration/python/aging.py new file mode 100644 index 0000000000000..85808f0001886 --- /dev/null +++ b/SLHCUpgradeSimulations/Configuration/python/aging.py @@ -0,0 +1,292 @@ +import FWCore.ParameterSet.Config as cms + +def agePixel(process,lumi): + prd=1.0 + if lumi>299: + prd=1.0 + if lumi>499: + prd=1.5 + if lumi>999: + prd=0. + + # danger - watch for someone turning off pixel aging - if off - leave off + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'pixel') and not hasattr(process.mix.digitizers.pixel,'NoAging'): + process.mix.digitizers.pixel.PseudoRadDamage = cms.double(float(prd*7.65)) + process.mix.digitizers.pixel.PseudoRadDamageRadius = cms.double(16.5) + return process + +def ageHcal(process,lumi): + + instLumi=1.0e34 + if lumi>=1000: + instLumi=5.0e34 + + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.hcal.DelivLuminosity = cms.double(float(lumi)) # integrated lumi in fb-1 + process.mix.digitizers.hcal.HEDarkening = cms.bool(True) + process.mix.digitizers.hcal.HFDarkening = cms.bool(True) + + #these lines need to be further activated by tuning on 'complete' aging for HF + if hasattr(process,'g4SimHits'): + process.g4SimHits.HCalSD.InstLuminosity = cms.double(float(instLumi)) + process.g4SimHits.HCalSD.DelivLuminosity = cms.double(float(lumi)) + + #recalibration and darkening always together + if hasattr(process,'es_hardcode'): + process.es_hardcode.HERecalibration = cms.bool(True) + process.es_hardcode.HFRecalibration = cms.bool(True) + process.es_hardcode.iLumi = cms.double(float(lumi)) + + return process + +def ageEcal(process,lumi): + + instLumi=1.0e34 + if lumi>=1000: + instLumi=5.0e34 + + if hasattr(process,'g4SimHits'): + #these lines need to be further activiated by tuning on 'complete' aging for ecal + process.g4SimHits.ECalSD.InstLuminosity = cms.double(instLumi) + process.g4SimHits.ECalSD.DelivLuminosity = cms.double(float(lumi)) + return process + +def customise_aging_100(process): + + process=ageHcal(process,100) + process=ageEcal(process,100) + process=agePixel(process,100) + return process + +def customise_aging_200(process): + + process=ageHcal(process,200) + process=ageEcal(process,200) + process=agePixel(process,200) + return process + +def customise_aging_300(process): + + process=ageHcal(process,300) + process=ageEcal(process,300) + process=agePixel(process,300) + return process + +def customise_aging_400(process): + + process=ageHcal(process,400) + process=ageEcal(process,400) + process=agePixel(process,400) + return process + +def customise_aging_500(process): + + process=ageHcal(process,500) + process=ageEcal(process,500) + process=agePixel(process,500) + return process + +def customise_aging_600(process): + + process=ageHcal(process,600) + process=ageEcal(process,600) + process=agePixel(process,600) + return process + +def customise_aging_700(process): + + process=ageHcal(process,700) + process=ageEcal(process,700) + process=agePixel(process,700) + return process + +def customise_aging_1000(process): + + process=ageHcal(process,1000) + process=ageEcal(process,1000) + process=agePixel(process,1000) + return process + +def customise_aging_3000(process): + + process=ageHcal(process,3000) + process=ageEcal(process,3000) + process=agePixel(process,3000) + return process + +def customise_aging_ecalonly_300(process): + + process=ageEcal(process,300) + return process + +def customise_aging_ecalonly_1000(process): + + process=ageEcal(process,1000) + return process + +def customise_aging_ecalonly_3000(process): + + process=ageEcal(process,3000) + return process + +def customise_aging_newpixel_1000(process): + + process=ageEcal(process,1000) + process=ageHcal(process,1000) + return process + +def customise_aging_newpixel_3000(process): + + process=ageEcal(process,3000) + process=ageHcal(process,3000) + return process + +#no hcal 3000 + +def hf_complete_aging(process): + if hasattr(process,'g4SimHits'): + process.g4SimHits.HCalSD.HFDarkening = cms.untracked.bool(True) + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.hcal.HFDarkening = cms.untracked.bool(False) + return process + +def ecal_complete_aging(process): + if hasattr(process,'g4SimHits'): + process.g4SimHits.ECalSD.AgeingWithSlopeLY = cms.untracked.bool(True) + if hasattr(process,'ecal_digi_parameters'): + process.ecal_digi_parameters.UseLCcorrection = cms.untracked.bool(False) + return process + +def turn_off_HE_aging(process): + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.hcal.HEDarkening = cms.bool(False) + if hasattr(process,'es_hardcode'): + process.es_hardcode.HERecalibration = cms.bool(False) + return process + +def turn_off_HF_aging(process): + if hasattr(process,'g4SimHits'): + process.g4SimHits.HCalSD.HFDarkening = cms.untracked.bool(False) + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.hcal.HFDarkening = cms.bool(False) + if hasattr(process,'es_hardcode'): + process.es_hardcode.HFRecalibration = cms.bool(False) + return process + +def turn_off_Pixel_aging(process): + + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + setattr(process.mix.digitizers.pixel,'NoAging',cms.double(1.)) + process.mix.digitizers.pixel.PseudoRadDamage = cms.double(0.) + return process + +def turn_on_Pixel_aging_1000(process): + # just incase we want aging afterall + if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'): + process.mix.digitizers.pixel.PseudoRadDamage = cms.double(1.5) + process.mix.digitizers.pixel.PseudoRadDamageRadius = cms.double(4.0) + + return process + +def ecal_complete_aging_300(process): + process=ecal_complete_aging(process) + + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalPedestalsRcd"), + tag = cms.string("EcalPedestals_TL300_IL1E34_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## laser D + cms.PSet(record = cms.string("EcalLaserAPDPNRatiosRcd"), + tag = cms.string("EcalLaserAPDPNRatios_TL300_IL1E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## L1 trigger + cms.PSet(record = cms.string("EcalTPGLinearizationConstRcd"), + tag = cms.string("EcalTPGLinearizationConst_TL300_IL1E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + cms.PSet(record = cms.string('EcalLaserAlphasRcd'), + tag = cms.string('EcalLaserAlphas_EB_sic1_btcp1_EE_sic1_btcp1'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ), + #VPT aging + cms.PSet(record = cms.string('EcalLinearCorrectionsRcd'), + tag = cms.string('EcalLinearCorrections_mc'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ) + ) + ) + return process + + +def ecal_complete_aging_1000(process): + process=ecal_complete_aging(process) + + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalPedestalsRcd"), + tag = cms.string("EcalPedestals_TL1000_IL5E34_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## laser D + cms.PSet(record = cms.string("EcalLaserAPDPNRatiosRcd"), + tag = cms.string("EcalLaserAPDPNRatios_TL1000_IL5E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## L1 trigger + cms.PSet(record = cms.string("EcalTPGLinearizationConstRcd"), + tag = cms.string("EcalTPGLinearizationConst_TL1000_IL5E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + cms.PSet(record = cms.string('EcalLaserAlphasRcd'), + tag = cms.string('EcalLaserAlphas_EB_sic1_btcp1_EE_sic1_btcp1'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ), + #VPT aging + cms.PSet(record = cms.string('EcalLinearCorrectionsRcd'), + tag = cms.string('EcalLinearCorrections_mc'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ) + ) + ) + return process + + +def ecal_complete_aging_3000(process): + process=ecal_complete_aging(process) + + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalPedestalsRcd"), + tag = cms.string("EcalPedestals_TL3000_IL5E34_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## laser D + cms.PSet(record = cms.string("EcalLaserAPDPNRatiosRcd"), + tag = cms.string("EcalLaserAPDPNRatios_TL3000_IL5E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + ## L1 trigger + cms.PSet(record = cms.string("EcalTPGLinearizationConstRcd"), + tag = cms.string("EcalTPGLinearizationConst_TL3000_IL5E34_v2_mc"), + connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_ECAL") + ), + cms.PSet(record = cms.string('EcalLaserAlphasRcd'), + tag = cms.string('EcalLaserAlphas_EB_sic1_btcp1_EE_sic1_btcp1'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ), + #VPT aging + cms.PSet(record = cms.string('EcalLinearCorrectionsRcd'), + tag = cms.string('EcalLinearCorrections_mc'), + connect = cms.untracked.string('frontier://FrontierPrep/CMS_COND_ECAL') + ) + ) + ) + + return process + diff --git a/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py b/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py new file mode 100644 index 0000000000000..d433cffc1dc1e --- /dev/null +++ b/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py @@ -0,0 +1,311 @@ +import FWCore.ParameterSet.Config as cms +from SLHCUpgradeSimulations.Configuration.postLS1Customs import customisePostLS1 +from SLHCUpgradeSimulations.Configuration.phase2TkCustomsBE import customise as customiseBE +from SLHCUpgradeSimulations.Configuration.phase2TkCustomsBE5D import customise as customiseBE5D +from SLHCUpgradeSimulations.Configuration.phase2TkCustoms_LB_6PS import customise as customiseLB6PS +from SLHCUpgradeSimulations.Configuration.phase2TkCustoms_LB_4LPS_2L2S import customise as customiseLB4LPS_2L2S +from SLHCUpgradeSimulations.Configuration.phase2TkCustomsBE import l1EventContent as customise_ev_BE +from SLHCUpgradeSimulations.Configuration.phase2TkCustomsBE5D import l1EventContent as customise_ev_BE5D +from SLHCUpgradeSimulations.Configuration.phase2TkCustoms_LB_6PS import l1EventContent as customise_ev_LB6PS +from SLHCUpgradeSimulations.Configuration.phase2TkCustoms_LB_4LPS_2L2S import l1EventContent as customise_ev_LB4LPS_2L2S +from SLHCUpgradeSimulations.Configuration.customise_mixing import customise_NoCrossing +from SLHCUpgradeSimulations.Configuration.phase1TkCustoms import customise as customisePhase1Tk +from SLHCUpgradeSimulations.Configuration.HCalCustoms import customise_HcalPhase1, customise_HcalPhase0 + +import SLHCUpgradeSimulations.Configuration.aging as aging + +def cust_phase2_BE5D(process): + process=customisePostLS1(process) + process=customise_HcalPhase1(process) + process=customiseBE5D(process) + process=customise_ev_BE5D(process) + return process + +def cust_phase2_BE(process): + process=customisePostLS1(process) + process=customise_HcalPhase1(process) + process=customiseBE(process) + process=customise_ev_BE(process) + return process + +def cust_phase2_LB6PS(process): + process=customisePostLS1(process) + process=customiseLB6PS(process) + process=customise_ev_LB6PS(process) + return process + +def cust_phase2_LB4LPS_2L2S(process): + process=customisePostLS1(process) + process=customiseLB4LPS_2L2S(process) + process=customise_ev_LB4LPS_2L2S(process) + return process + +def cust_2017(process): + process=customisePostLS1(process) + process=customisePhase1Tk(process) + process=customise_HcalPhase0(process) + process=fixRPCConditions(process) + return process + +def cust_2019(process): + process=customisePostLS1(process) + process=customisePhase1Tk(process) + process=customise_HcalPhase1(process) + process=fixRPCConditions(process) + return process + +def noCrossing(process): + process=customise_NoCrossing(process) + return process + + +def fixRPCConditions(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("RPCStripNoisesRcd"), + tag = cms.string("RPCStripNoise_upscope_mc_v2"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_31X_RPC") + ) + ) + ) + return process + +##### clone aging.py here +def agePixel(process,lumi): + process=process.agePixel(process,lumi) + return process + +def ageHcal(process,lumi): + process=aging.ageHcal(process,lumi) + return process + +def ageEcal(process,lumi): + process=aging.ageEcal(process,lumi) + return process + +def customise_aging_100(process): + process=aging.customise_aging_100(process) + return process + +def customise_aging_200(process): + process=aging.customise_aging_200(process) + return process + +def customise_aging_300(process): + process=aging.customise_aging_300(process) + return process + +def customise_aging_400(process): + process=aging.customise_aging_400(process) + return process + +def customise_aging_500(process): + process=aging.customise_aging_500(process) + return process + +def customise_aging_600(process): + process=aging.customise_aging_600(process) + return process + +def customise_aging_700(process): + process=aging.customise_aging_700(process) + return process + + +def customise_aging_1000(process): + process=aging.customise_aging_1000(process) + return process + +def customise_aging_3000(process): + process=aging.customise_aging_3000(process) + return process + +def customise_aging_ecalonly_300(process): + process=aging.customise_aging_ecalonly_300(process) + return process + +def customise_aging_ecalonly_1000(process): + process=aging.customise_aging_ecalonly_1000(process) + return process + +def customise_aging_ecalonly_3000(process): + process=aging.customise_aging_ecalonly_3000(process) + return process + +def customise_aging_newpixel_1000(process): + process=aging.customise_aging_newpixel_1000(process) + return process + +def customise_aging_newpixel_3000(process): + process=aging.customise_aging_newpixel_3000(process) + return process + +def ecal_complete_aging(process): + process=aging.ecal_complete_aging(process) + return process + +def turn_off_HE_aging(process): + process=aging.turn_off_HE_aging(process) + return process + +def turn_off_HF_aging(process): + process=aging.turn_off_HF_aging(process) + return process + +def turn_off_Pixel_aging(process): + process=aging.turn_off_Pixel_aging(process) + return process + +def turn_on_Pixel_aging_1000(process): + process=aging.turn_on_Pixel_aging_1000(process) + return process + +def hf_complete_aging(process): + process=aging.hf_complete_aging(process) + return process + +def ecal_complete_aging_300(process): + process=aging.ecal_complete_aging_300(process) + return process + +def ecal_complete_aging_1000(process): + process=aging.ecal_complete_aging_1000(process) + return process + +def ecal_complete_aging_3000(process): + process=aging.ecal_complete_aging_3000(process) + return process + +def fixEcalConditions_150(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL150_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_100(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL100_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_200(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL200_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_300(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL300_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_500(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL500_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_1000(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL1000_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_3GeV_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process + +def fixEcalConditions_3000(process): + if not hasattr(process.GlobalTag,'toGet'): + process.GlobalTag.toGet=cms.VPSet() + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalSRSettingsRcd"), + tag = cms.string("EcalSRSettings_TL3000_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + process.GlobalTag.toGet.extend( cms.VPSet( + cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"), + tag = cms.string("EcalTPGLutIdMap_beamv5_4GeV_upgrade_mc"), + connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL") + ) + ) + ) + return process diff --git a/SLHCUpgradeSimulations/Configuration/python/customise_mixing.py b/SLHCUpgradeSimulations/Configuration/python/customise_mixing.py index 73143563bb998..767481fa63b6f 100644 --- a/SLHCUpgradeSimulations/Configuration/python/customise_mixing.py +++ b/SLHCUpgradeSimulations/Configuration/python/customise_mixing.py @@ -1,5 +1,6 @@ import FWCore.ParameterSet.Config as cms +#this is obsolete I think def customise_pixelMixing(process): process.mix.digitizers.pixel.MissCalibrate = False process.mix.digitizers.pixel.LorentzAngle_DB = False @@ -8,7 +9,6 @@ def customise_pixelMixing(process): process.mix.digitizers.pixel.DeadModules_DB = False process.mix.digitizers.pixel.NumPixelBarrel = cms.int32(4) process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(3) - process.mix.digitizers.pixel.AddPixelInefficiency = -1 process.mix.digitizers.pixel.ThresholdInElectrons_FPix = cms.double(2000.0) process.mix.digitizers.pixel.ThresholdInElectrons_BPix = cms.double(2000.0) process.mix.digitizers.pixel.ThresholdInElectrons_BPix_L1 = cms.double(2000.0) @@ -37,23 +37,19 @@ def customise_NoCrossing(process): return (process) def customise_pixelMixing_PU(process): - n=50 - if hasattr(process,'digitisation_step'): - process.load('SLHCUpgradeSimulations.Geometry.mixLowLumPU_Phase1_R30F12_cff') - process=customise_pixelMixing(process) - process.mix.input.nbPileupEvents.averageNumber = cms.double(n) - # For the Upgrade the ROCs are said to be linear with PU - # We have values at PU=50 for 25ns bunch spaceing - # I do not know what L1 rate was used to create them - process.mix.digitizers.pixel.thePixelColEfficiency_BPix1 = cms.double(1.0-(0.0238*n/50.0)) - process.mix.digitizers.pixel.thePixelColEfficiency_BPix2 = cms.double(1.0-(0.0046*n/50.0)) - process.mix.digitizers.pixel.thePixelColEfficiency_BPix3 = cms.double(1.0-(0.0018*n/50.0)) - process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(1.0-(0.0008*n/50.0)) - process.mix.digitizers.pixel.thePixelColEfficiency_FPix = cms.double(1.0-(0.0018*n/50.0)) - process=customise_pixelMixing(process) - if hasattr(process,'reconstruction'): - print 'Some time we need to adjust the Pixel CPE to compensate for data lost' - # We need to include larger errors on the pixel local CPE's + if hasattr(process,'mix'): + n=0 + if hasattr(process.mix,'input'): + n=process.mix.input.nbPileupEvents.averageNumber.value() + if n>0: + process.mix.digitizers.pixel.thePixelColEfficiency_BPix1 = cms.double(1.0-(0.0238*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_BPix2 = cms.double(1.0-(0.0046*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_BPix3 = cms.double(1.0-(0.0018*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(1.0-(0.0008*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix1 = cms.double(1.0-(0.0018*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix2 = cms.double(1.0-(0.0018*n/50.0)) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(1.0-(0.0018*n/50.0)) + return (process) def customise_NoCrossing_PU(process): diff --git a/SLHCUpgradeSimulations/Configuration/python/muonCustoms.py b/SLHCUpgradeSimulations/Configuration/python/muonCustoms.py index 0e1cdcdcea0f3..c1089b7d65e46 100644 --- a/SLHCUpgradeSimulations/Configuration/python/muonCustoms.py +++ b/SLHCUpgradeSimulations/Configuration/python/muonCustoms.py @@ -1,53 +1,25 @@ import FWCore.ParameterSet.Config as cms -# define all the changes for unganging ME1a -def unganged_me1a(process): - - ### CSC geometry customization: - - #from Configuration.StandardSequences.GeometryDB_cff import * - if not process.es_producers_().has_key('idealForDigiCSCGeometry'): - process.load('Geometry.CSCGeometryBuilder.cscGeometryDB_cfi') - process.load('Geometry.CSCGeometryBuilder.idealForDigiCscGeometryDB_cff') - process.CSCGeometryESModule.useGangedStripsInME1a = False - process.idealForDigiCSCGeometry.useGangedStripsInME1a = False - - ### Digitizer customization: - - if 'simMuonCSCDigis' not in process.producerNames(): - process.load('SimMuon.CSCDigitizer.muonCSCDigis_cfi') - ## Make sure there's no bad chambers/channels - #process.simMuonCSCDigis.strips.readBadChambers = True - #process.simMuonCSCDigis.wires.readBadChannels = True - #process.simMuonCSCDigis.digitizeBadChambers = True - - ## Customized timing offsets so that ALCTs and CLCTs times - ## are centered in signal BX. The offsets below were tuned for the case - ## of 3 layer pretriggering and median stub timing algorithm. - process.simMuonCSCDigis.strips.bunchTimingOffsets = cms.vdouble(0.0, - 37.53, 37.66, 55.4, 48.2, 54.45, 53.78, 53.38, 54.12, 51.98, 51.28) - process.simMuonCSCDigis.wires.bunchTimingOffsets = cms.vdouble(0.0, - 22.88, 22.55, 29.28, 30.0, 30.0, 30.5, 31.0, 29.5, 29.1, 29.88) - - #done - return process - -# CSC geometry customization: def unganged_me1a_geometry(process): + """Customise digi/reco geometry to use unganged ME1/a channels + """ process.CSCGeometryESModule.useGangedStripsInME1a = False process.idealForDigiCSCGeometry.useGangedStripsInME1a = False return process -# CSC digitizer customization -def digitizer_timing_pre3_median(process): +def digitizer_timing_pre3_median(process): + """CSC digitizer customization + with bunchTimingOffsets tuned to center trigger stubs at bx6 + when pretrigger with 3 layers and median stub timing are used + """ ## Make sure there's no bad chambers/channels #process.simMuonCSCDigis.strips.readBadChambers = True #process.simMuonCSCDigis.wires.readBadChannels = True #process.simMuonCSCDigis.digitizeBadChambers = True - ## Customized timing offsets so that ALCTs and CLCTs times are centered in signal BX. + ## Customised timing offsets so that ALCTs and CLCTs times are centered in signal BX. ## These offsets below were tuned for the case of 3 layer pretriggering ## and median stub timing algorithm. process.simMuonCSCDigis.strips.bunchTimingOffsets = cms.vdouble(0.0, @@ -57,9 +29,12 @@ def digitizer_timing_pre3_median(process): return process -# pick up upgrade condions data directly from DB tags using ESPrefer's -def customise_csc_cond_ungangedME11A_mc(process): +def customise_csc_cond_ungangedME11A_mc(process): + """ Pick up upgrade condions data directly from DB tags using ESPrefer's. + Might be useful when dealing with a global tag that doesn't include + 'unganged' CSC conditions. + """ myconds = [ ('CSCDBGainsRcd', 'CSCDBGains_ungangedME11A_mc'), ('CSCDBNoiseMatrixRcd', 'CSCDBNoiseMatrix_ungangedME11A_mc'), @@ -83,8 +58,130 @@ def customise_csc_cond_ungangedME11A_mc(process): return process -# Adjust L1Extra producer's input tags -def customize_l1extra(process): +def customise_csc_Indexing(process): + """Settings for the upgrade raw vs offline condition channel translation + """ + process.CSCIndexerESProducer.AlgoName=cms.string("CSCIndexerPostls1") + process.CSCChannelMapperESProducer.AlgoName=cms.string("CSCChannelMapperPostls1") + return process + + +def remove_from_all_paths(process, module_name): + """Remove process.module_name from all the paths in process: + """ + + # trivial case first: + if not hasattr(process, module_name): + return process + + # walk over all the paths: + for path_name in process._Process__paths.keys(): + the_path = getattr(process, path_name) + module_names = the_path.moduleNames() + if module_name in module_names: + the_path.remove(getattr(process, module_name)) + return process + + +def csc_PathVsModule_SanityCheck(process): + """A sanity check to make sure that standard cmsDriver paths + have modules with expected names. If some paths would not have + expected modules, the procedure would only print WARNINGs. + """ + # list of (pathName, expected moduleName) tuples: + paths_modules = [ + ('digitisation_step', 'simMuonCSCDigis'), + ('L1simulation_step', 'simCscTriggerPrimitiveDigis'), + ('L1simulation_step', 'simCsctfTrackDigis'), + ('raw2digi_step', 'muonCSCDigis'), + ('raw2digi_step', 'csctfDigis'), + ('digi2raw_step', 'cscpacker'), + ('digi2raw_step', 'csctfpacker'), + ('reconstruction', 'csc2DRecHits'), + ('dqmoffline_step', 'muonAnalyzer'), + #('dqmHarvesting', ''), + ('validation_step', 'relvalMuonBits') + ] + # verify: + for path_name, module_name in paths_modules: + if hasattr(process, path_name) and not hasattr(process, module_name): + print "WARNING: module %s is not in %s path!!!" % (module_name, path_name) + print " This path has the following modules:" + print " ", getattr(process, path_name).moduleNames(),"\n" + + +# ------------------------------------------------------------------ + +def customise_csc_Geometry(process): + """Customise digi/reco geometry to use unganged ME1/a channels + """ + process = unganged_me1a_geometry(process) + return process + + +def customise_csc_Digitizer(process): + """Customise CSC digitization to use unganged ME1/a channels + """ + process = customise_csc_Indexing(process) + process = digitizer_timing_pre3_median(process) + return process + + +def customise_csc_L1Stubs(process): + """Configure the local CSC trigger stubs emulator with the upgrade + algorithm version that efficiently uses unganged ME1a + """ + + process = customise_csc_Indexing(process) + + from L1Trigger.CSCTriggerPrimitives.cscTriggerPrimitiveDigisPostLS1_cfi import cscTriggerPrimitiveDigisPostLS1 + process.simCscTriggerPrimitiveDigis = cscTriggerPrimitiveDigisPostLS1 + process.simCscTriggerPrimitiveDigis.CSCComparatorDigiProducer = cms.InputTag( 'simMuonCSCDigis', 'MuonCSCComparatorDigi') + process.simCscTriggerPrimitiveDigis.CSCWireDigiProducer = cms.InputTag( 'simMuonCSCDigis', 'MuonCSCWireDigi') + + return process + + +def customise_csc_L1TrackFinder(process): + """Regular CSCTF configuration adapted to deal with unganged ME1a + """ + + from L1Trigger.CSCTrackFinder.csctfTrackDigisUngangedME1a_cfi import csctfTrackDigisUngangedME1a + process.simCsctfTrackDigis = csctfTrackDigisUngangedME1a + process.simCsctfTrackDigis.DTproducer = cms.untracked.InputTag("simDtTriggerPrimitiveDigis") + process.simCsctfTrackDigis.SectorReceiverInput = cms.untracked.InputTag("simCscTriggerPrimitiveDigis", "MPCSORTED") + + return process + + +def customise_csc_L1Emulator(process): + """Customise both stubs and TF emulators + """ + process = customise_csc_L1Stubs(process) + process = customise_csc_L1TrackFinder(process) + return process + + +def customise_csc_Packer(process): + """Get rid of process.cscpacker and process.csctfpacker in all the paths + """ + process = remove_from_all_paths(process, 'cscpacker') + process = remove_from_all_paths(process, 'csctfpacker') + return process + + +def customise_csc_Unpacker(process): + """Get rid of process.muonCSCDigis and process.csctfDigis in all the paths + """ + process = remove_from_all_paths(process, 'muonCSCDigis') + process = remove_from_all_paths(process, 'csctfDigis') + return process + + +def customise_csc_L1Extra_allsim(process): + """Adjust L1Extra producer's input tags for the use case + when we want to run L1Extra without packing-unpacking first + """ l1ep = process.l1extraParticles #l1ep.centralBxOnly = cms.bool(True) #l1ep.produceMuonParticles = cms.bool(True) @@ -92,12 +189,12 @@ def customize_l1extra(process): #l1ep.ignoreHtMiss = cms.bool(False) l1ep.muonSource = cms.InputTag('simGmtDigis') l1ep.etTotalSource = cms.InputTag('simGctDigis') - l1ep.nonIsolatedEmSource = cms.InputTag('simGctDigis','nonIsoEm') + l1ep.nonIsolatedEmSource = cms.InputTag('simGctDigis', 'nonIsoEm') l1ep.etMissSource = cms.InputTag('simGctDigis') - l1ep.forwardJetSource = cms.InputTag('simGctDigis','forJets') - l1ep.centralJetSource = cms.InputTag('simGctDigis','cenJets') - l1ep.tauJetSource = cms.InputTag('simGctDigis','tauJets') - l1ep.isolatedEmSource = cms.InputTag('simGctDigis','isoEm') + l1ep.forwardJetSource = cms.InputTag('simGctDigis', 'forJets') + l1ep.centralJetSource = cms.InputTag('simGctDigis', 'cenJets') + l1ep.tauJetSource = cms.InputTag('simGctDigis', 'tauJets') + l1ep.isolatedEmSource = cms.InputTag('simGctDigis', 'isoEm') l1ep.etHadSource = cms.InputTag('simGctDigis') l1ep.htMissSource = cms.InputTag("simGctDigis") l1ep.hfRingEtSumsSource = cms.InputTag("simGctDigis") @@ -105,9 +202,101 @@ def customize_l1extra(process): return process -def customise_csc_geom_cond_digi(process): - process = unganged_me1a_geometry(process) -# process = customise_csc_cond_ungangedME11A_mc(process) - process = digitizer_timing_pre3_median(process) +def customise_csc_LocalReco(process): + """Configure the CSC rechit producer + to handle unganged ME1a for upgrade studies + """ + # + process = customise_csc_Indexing(process) + + # Turn off some flags for CSCRecHitD that are turned ON in default config + process.csc2DRecHits.readBadChannels = cms.bool(False) + process.csc2DRecHits.CSCUseGasGainCorrection = cms.bool(False) + + # Switch input for CSCRecHitD to s i m u l a t e d digis + process.csc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis", "MuonCSCWireDigi") + process.csc2DRecHits.stripDigiTag = cms.InputTag("simMuonCSCDigis", "MuonCSCStripDigi") + return process + +def customise_csc_DQM(process): + """At this point: get rid of process.muonAnalyzer, adjust cscMonitor's input + """ + process = remove_from_all_paths(process, 'muonAnalyzer') + + process.cscMonitor.clctDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis") + process.cscMonitor.stripDigiTag = cms.InputTag("simMuonCSCDigis", "MuonCSCStripDigi") + process.cscMonitor.wireDigiTag = cms.InputTag("simMuonCSCDigis", "MuonCSCWireDigi") + process.cscMonitor.alctDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis") + + return process + + +def customise_csc_Validation(process): + """At this point, just get rid of process.relvalMuonBits + """ + process = remove_from_all_paths(process, 'relvalMuonBits') + return process + + +def customise_csc_PostLS1(process): + """Full set of the CSC PostLS1 related customizations. + It's tied to specific expected module names. + Therefore, a sanity check is done first to make sure that + standard cmsDriver paths have modules with such expected names. + """ + + # a simple sanity check first + csc_PathVsModule_SanityCheck(process) + + # use unganged geometry + process = customise_csc_Geometry(process) + + # digitizer + if hasattr(process, 'simMuonCSCDigis'): + process = customise_csc_Digitizer(process) + + # L1 stub emulator upgrade algorithm + if hasattr(process, 'simCscTriggerPrimitiveDigis'): + process = customise_csc_L1Stubs(process) + + # CSCTF that can deal with unganged ME1a + if hasattr(process, 'simCsctfTrackDigis'): + process = customise_csc_L1TrackFinder(process) + + # packer - simply get rid of it + if hasattr(process, 'cscpacker') or hasattr(process, 'csctfpacker'): + process = customise_csc_Packer(process) + + # unpacker - simply get rid of it + if hasattr(process, 'muonCSCDigis') or hasattr(process, 'csctfDigis'): + process = customise_csc_Unpacker(process) + + # CSC RecHiti producer adjustments + if hasattr(process, 'csc2DRecHits'): + process = customise_csc_LocalReco(process) + + # DQM + if hasattr(process, 'cscMonitor'): + process = customise_csc_DQM(process) + + # Validation + if hasattr(process, 'relvalMuonBits'): + process = customise_csc_Validation(process) + + return process + +def customise_csc_hlt(process): + + process.CSCGeometryESModule.useGangedStripsInME1a = False + + process.hltCsc2DRecHits.readBadChannels = cms.bool(False) + process.hltCsc2DRecHits.CSCUseGasGainCorrection = cms.bool(False) + + # Switch input for CSCRecHitD to s i m u l a t e d digis + + process.hltCsc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi") + process.hltCsc2DRecHits.stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi") + + return process diff --git a/SLHCUpgradeSimulations/Configuration/python/phase1TkCustoms.py b/SLHCUpgradeSimulations/Configuration/python/phase1TkCustoms.py index d6e1f12732765..44bc49b4b30c9 100644 --- a/SLHCUpgradeSimulations/Configuration/python/phase1TkCustoms.py +++ b/SLHCUpgradeSimulations/Configuration/python/phase1TkCustoms.py @@ -1,441 +1,280 @@ -import FWCore.ParameterSet.Config as cms - -from RecoTracker.IterativeTracking.iterativeTk_cff import * -from RecoTracker.IterativeTracking.ElectronSeeds_cff import * - -def customise(process): - if hasattr(process,'DigiToRaw'): - process=customise_DigiToRaw(process) - if hasattr(process,'RawToDigi'): - process=customise_RawToDigi(process) - if hasattr(process,'reconstruction'): - process=customise_Reco(process) - if hasattr(process,'digitisation_step'): - process=customise_Digi(process) - if hasattr(process,'dqmoffline_step'): - process=customise_DQM(process) - if hasattr(process,'dqmHarvesting'): - process=customise_harvesting(process) - if hasattr(process,'validation_step'): - process=customise_Validation(process) - process=customise_condOverRides(process) - - return process - -def customise_DigiToRaw(process): - process.digi2raw_step.remove(process.siPixelRawData) - process.digi2raw_step.remove(process.castorRawData) - return process - -def customise_RawToDigi(process): - process.raw2digi_step.remove(process.siPixelDigis) - process.raw2digi_step.remove(process.castorDigis) - return process - -def customise_Digi(process): - process.mix.digitizers.pixel.MissCalibrate = False - process.mix.digitizers.pixel.LorentzAngle_DB = False - process.mix.digitizers.pixel.killModules = False - process.mix.digitizers.pixel.useDB = False - process.mix.digitizers.pixel.DeadModules_DB = False - process.mix.digitizers.pixel.NumPixelBarrel = cms.int32(4) - process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(3) - process.mix.digitizers.pixel.ThresholdInElectrons_FPix = cms.double(2000.0) - process.mix.digitizers.pixel.ThresholdInElectrons_BPix = cms.double(2000.0) - process.mix.digitizers.pixel.ThresholdInElectrons_BPix_L1 = cms.double(2000.0) - process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) - process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) - process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) - process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) - - return process - -def customise_Reco(process): - # Need this line to stop error about missing siPixelDigis. - process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() - # Next line is only in for the moment for debugging - #process.load('Configuration.StandardSequences.Reconstruction_cff') - # - process.load("RecoTracker.IterativeTracking.HighPtTripletStep_cff") - - # new layer list (3/4 pixel seeding) in stepZero - process.pixellayertriplets.layerList = cms.vstring( 'BPix1+BPix2+BPix3', - 'BPix2+BPix3+BPix4', - 'BPix1+BPix3+BPix4', - 'BPix1+BPix2+BPix4', - 'BPix2+BPix3+FPix1_pos', - 'BPix2+BPix3+FPix1_neg', - 'BPix1+BPix2+FPix1_pos', - 'BPix1+BPix2+FPix1_neg', - 'BPix2+FPix1_pos+FPix2_pos', - 'BPix2+FPix1_neg+FPix2_neg', - 'BPix1+FPix1_pos+FPix2_pos', - 'BPix1+FPix1_neg+FPix2_neg', - 'FPix1_pos+FPix2_pos+FPix3_pos', - 'FPix1_neg+FPix2_neg+FPix3_neg' ) - - process.highPtTripletStepSeedLayers.layerList = cms.vstring('BPix1+BPix2+BPix3', - 'BPix2+BPix3+BPix4', - 'BPix1+BPix3+BPix4', - 'BPix1+BPix2+BPix4', - 'BPix2+BPix3+FPix1_pos', - 'BPix2+BPix3+FPix1_neg', - 'BPix1+BPix2+FPix1_pos', - 'BPix1+BPix2+FPix1_neg', - 'BPix1+BPix3+FPix1_pos', - 'BPix1+BPix3+FPix1_neg', - 'BPix2+FPix1_pos+FPix2_pos', - 'BPix2+FPix1_neg+FPix2_neg', - 'BPix1+FPix1_pos+FPix2_pos', - 'BPix1+FPix1_neg+FPix2_neg', - 'BPix1+BPix2+FPix2_pos', - 'BPix1+BPix2+FPix2_neg', - 'FPix1_pos+FPix2_pos+FPix3_pos', - 'FPix1_neg+FPix2_neg+FPix3_neg', - 'BPix1+FPix2_pos+FPix3_pos', - 'BPix1+FPix2_neg+FPix3_neg', - 'BPix1+FPix1_pos+FPix3_pos', - 'BPix1+FPix1_neg+FPix3_neg' ) - - process.lowPtTripletStepSeedLayers.layerList = cms.vstring( 'BPix1+BPix2+BPix3', - 'BPix2+BPix3+BPix4', - 'BPix1+BPix3+BPix4', - 'BPix1+BPix2+BPix4', - 'BPix2+BPix3+FPix1_pos', - 'BPix2+BPix3+FPix1_neg', - 'BPix1+BPix2+FPix1_pos', - 'BPix1+BPix2+FPix1_neg', - 'BPix2+FPix1_pos+FPix2_pos', - 'BPix2+FPix1_neg+FPix2_neg', - 'BPix1+FPix1_pos+FPix2_pos', - 'BPix1+FPix1_neg+FPix2_neg', - 'FPix1_pos+FPix2_pos+FPix3_pos', - 'FPix1_neg+FPix2_neg+FPix3_neg' ) - - ## need changes to mixedtriplets step to use for imcreasing high eta efficiency - process.mixedTripletStepClusters.oldClusterRemovalInfo = cms.InputTag("pixelPairStepClusters") - process.mixedTripletStepClusters.trajectories = cms.InputTag("pixelPairStepTracks") - process.mixedTripletStepClusters.overrideTrkQuals = cms.InputTag('pixelPairStepSelector','pixelPairStep') - process.mixedTripletStepSeedsA.RegionFactoryPSet.RegionPSet.originRadius = 0.02 - process.mixedTripletStepSeedsB.RegionFactoryPSet.RegionPSet.originRadius = 0.02 - - ## new layer list for mixed triplet step - process.mixedTripletStepSeedLayersA.layerList = cms.vstring('BPix1+BPix2+BPix3', - 'BPix2+BPix3+BPix4', - 'BPix1+BPix2+FPix1_pos', - 'BPix1+BPix2+FPix1_neg', - 'BPix1+FPix1_pos+FPix2_pos', - 'BPix1+FPix1_neg+FPix2_neg', - 'FPix1_pos+FPix2_pos+FPix3_pos', - 'FPix1_neg+FPix2_neg+FPix3_neg', - 'BPix2+FPix1_pos+FPix2_pos', - 'BPix2+FPix1_neg+FPix2_neg', - 'FPix2_pos+FPix3_pos+TEC1_pos', - 'FPix2_neg+FPix3_neg+TEC1_neg', - 'FPix3_pos+TEC2_pos+TEC3_pos', - 'FPix3_neg+TEC2_neg+TEC3_neg' ) - - #mixedTripletStepSeedLayersB.layerList = cms.vstring('BPix3+BPix4+TIB1', 'BPix3+BPix4+TIB2') - ## switch off SeedB the easy way - process.mixedTripletStepSeedLayersB.layerList = cms.vstring('BPix1+BPix2+BPix3') - - ## increased the max track candidates - process.mixedTripletStepTrackCandidates.maxNSeeds = cms.uint32(150000) - process.pixelPairStepTrackCandidates.maxNSeeds = cms.uint32(150000) - - ######### FOR initialStepSeeds SeedMergerPSet ----> mergeTriplets must be true - global RecoTracker - from RecoTracker.TkTrackingRegions.GlobalTrackingRegionFromBeamSpot_cfi import RegionPsetFomBeamSpotBlock - process.initialStepSeeds = RecoTracker.TkSeedGenerator.GlobalSeedsFromTriplets_cff.globalSeedsFromTriplets.clone( - RegionFactoryPSet = RegionPsetFomBeamSpotBlock.clone( - ComponentName = cms.string('GlobalRegionProducerFromBeamSpot'), - RegionPSet = RegionPsetFomBeamSpotBlock.RegionPSet.clone( - ptMin = 0.6, - originRadius = 0.02, - nSigmaZ = 4.0 - ) - ), - SeedMergerPSet = cms.PSet( - layerListName = cms.string('PixelSeedMergerQuadruplets'), - addRemainingTriplets = cms.bool(False), - mergeTriplets = cms.bool(True), - ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') - ) - ) - process.initialStepSeeds.OrderedHitsFactoryPSet.GeneratorPSet.SeedComparitorPSet.ComponentName = 'LowPtClusterShapeSeedComparitor' - - # quadruplets in step0 - #process.initialStepSeeds.SeedMergerPSet.mergeTriplets = cms.bool(True) - - # disconnect merger for stepOne and step 2 to have triplets merged - #process.highPtTripletStepSeeds.SeedMergerPSet.mergeTriplets = cms.bool(False) - #process.lowPtTripletStepSeeds.SeedMergerPSet.mergeTriplets = cms.bool(False) - #process.pixelPairStepSeeds.SeedMergerPSet.mergeTriplets = cms.bool(False) - #process.mixedTripletStepSeedsA.SeedMergerPSet.mergeTriplets = cms.bool(False) - #process.mixedTripletStepSeedsB.SeedMergerPSet.mergeTriplets = cms.bool(False) - - # to avoid 'too many clusters' - process.initialStepSeeds.ClusterCheckPSet.doClusterCheck = cms.bool(False) - process.highPtTripletStepSeeds.ClusterCheckPSet.doClusterCheck = cms.bool(False) - process.lowPtTripletStepSeeds.ClusterCheckPSet.doClusterCheck = cms.bool(False) - process.pixelPairStepSeeds.ClusterCheckPSet.doClusterCheck = cms.bool(False) - process.mixedTripletStepSeedsA.ClusterCheckPSet.doClusterCheck = cms.bool(False) - process.mixedTripletStepSeedsB.ClusterCheckPSet.doClusterCheck = cms.bool(False) - - # avoid 'number of triples exceed maximum' - process.pixelTracks.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - process.initialStepSeeds.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - process.highPtTripletStepSeeds.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - process.lowPtTripletStepSeeds.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - process.mixedTripletStepSeedsA.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - process.mixedTripletStepSeedsB.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = cms.uint32(0) - # avoid 'number of pairs exceed maximum' - process.pixelPairStepSeeds.OrderedHitsFactoryPSet.maxElement = cms.uint32(0) - - process.initialStepSelector.trackSelectors[0].dz_par1 = cms.vdouble(0.605, 4.0) # 0.65 - process.initialStepSelector.trackSelectors[0].dz_par2 = cms.vdouble(0.42, 4.0) # 0.45 - process.initialStepSelector.trackSelectors[0].d0_par1 = cms.vdouble(0.51, 4.0) # 0.55 - process.initialStepSelector.trackSelectors[0].d0_par2 = cms.vdouble(0.51, 4.0) # 0.55 - process.initialStepSelector.trackSelectors[1].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.initialStepSelector.trackSelectors[1].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.initialStepSelector.trackSelectors[1].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.initialStepSelector.trackSelectors[1].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.initialStepSelector.trackSelectors[2].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.initialStepSelector.trackSelectors[2].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.initialStepSelector.trackSelectors[2].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.initialStepSelector.trackSelectors[2].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - - process.lowPtTripletStepSelector.trackSelectors[0].dz_par1 = cms.vdouble(0.605, 4.0) # 0.65 - process.lowPtTripletStepSelector.trackSelectors[0].dz_par2 = cms.vdouble(0.42, 4.0) # 0.45 - process.lowPtTripletStepSelector.trackSelectors[0].d0_par1 = cms.vdouble(0.51, 4.0) # 0.55 - process.lowPtTripletStepSelector.trackSelectors[0].d0_par2 = cms.vdouble(0.51, 4.0) # 0.55 - process.lowPtTripletStepSelector.trackSelectors[1].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.lowPtTripletStepSelector.trackSelectors[1].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.lowPtTripletStepSelector.trackSelectors[1].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.lowPtTripletStepSelector.trackSelectors[1].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.lowPtTripletStepSelector.trackSelectors[2].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.lowPtTripletStepSelector.trackSelectors[2].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.lowPtTripletStepSelector.trackSelectors[2].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.lowPtTripletStepSelector.trackSelectors[2].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - - process.highPtTripletStepSelector.trackSelectors[0].dz_par1 = cms.vdouble(0.605, 4.0) # 0.65 - process.highPtTripletStepSelector.trackSelectors[0].dz_par2 = cms.vdouble(0.42, 4.0) # 0.45 - process.highPtTripletStepSelector.trackSelectors[0].d0_par1 = cms.vdouble(0.51, 4.0) # 0.55 - process.highPtTripletStepSelector.trackSelectors[0].d0_par2 = cms.vdouble(0.51, 4.0) # 0.55 - process.highPtTripletStepSelector.trackSelectors[1].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.highPtTripletStepSelector.trackSelectors[1].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.highPtTripletStepSelector.trackSelectors[1].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.highPtTripletStepSelector.trackSelectors[1].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.highPtTripletStepSelector.trackSelectors[2].dz_par1 = cms.vdouble(0.325, 4.0) # 0.35 - process.highPtTripletStepSelector.trackSelectors[2].dz_par2 = cms.vdouble(0.372, 4.0) # 0.4 - process.highPtTripletStepSelector.trackSelectors[2].d0_par1 = cms.vdouble(0.279, 4.0) # 0.3 - process.highPtTripletStepSelector.trackSelectors[2].d0_par2 = cms.vdouble(0.372, 4.0) # 0.4 - - # This STEPS should be added later # - ## remove tracking steps 2-5 to speed up the job - process.iterTracking.remove(process.DetachedTripletStep) - process.iterTracking.remove(process.PixelLessStep) - process.iterTracking.remove(process.TobTecStep) - - #modify the track merger accordingly - #process.generalTracks.TrackProducers.remove(cms.InputTag('detachedTripletStepTracks')) - #process.generalTracks.TrackProducers.remove(cms.InputTag('pixelLessStepTracks')) - #process.generalTracks.TrackProducers.remove(cms.InputTag('tobTecStepTracks')) - - #process.generalTracks.selectedTrackQuals.remove(cms.InputTag("detachedTripletStep")) - #process.generalTracks.selectedTrackQuals.remove(cms.InputTag("pixelLessStepSelector","pixelLessStep")) - #process.generalTracks.selectedTrackQuals.remove(cms.InputTag("tobTecStepSelector","tobTecStep")) - - # Corrections for IterativeTracking adding HigPtTripletStep for Phase 1 # Sequence and Tags # - - # Cloning or Modifing Steps # PixelPairStep and others ... - import RecoTracker.IterativeTracking.LowPtTripletStep_cff - process.lowPtTripletStepClusters = RecoTracker.IterativeTracking.LowPtTripletStep_cff.lowPtTripletStepClusters.clone( - oldClusterRemovalInfo = cms.InputTag("highPtTripletStepClusters") - ) - - process.lowPtTripletStepClusters.trajectories = cms.InputTag("highPtTripletStepTracks") - process.lowPtTripletStepClusters.overrideTrkQuals = cms.InputTag('highPtTripletStepSelector','highPtTripletStep') - process.lowPtTripletStepTracks.AlgorithmName = cms.string('iter2') - process.pixelPairStepTracks.AlgorithmName = cms.string('iter3') - ## REMOVED BEFORE ##process.detachedTripletStepTracks.AlgorithmName = cms.string('iter4') - - # MergeTrackCollections # - process.earlyGeneralTracks.setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4), pQual=cms.bool(True) )) - process.earlyGeneralTracks.hasSelector=cms.vint32(1,1,1,1,1) - - process.earlyGeneralTracks.selectedTrackQuals = cms.VInputTag( - cms.InputTag("initialStepSelector","initialStep"), - cms.InputTag("highPtTripletStepSelector","highPtTripletStep"), - cms.InputTag("lowPtTripletStepSelector","lowPtTripletStep"), - cms.InputTag("pixelPairStepSelector","pixelPairStep"), - cms.InputTag("mixedTripletStep") - ) - - process.earlyGeneralTracks.TrackProducers = cms.VInputTag( - cms.InputTag("initialStepTracks"), - cms.InputTag("highPtTripletStepTracks"), - cms.InputTag("lowPtTripletStepTracks"), - cms.InputTag("pixelPairStepTracks"), - cms.InputTag("mixedTripletStepTracks") - ) - - # Modifying iterTracking Sequence # Adding HighPtTripletStep to iterTracking Sequence # - from RecoTracker.IterativeTracking.HighPtTripletStep_cff import HighPtTripletStep - process.iterTracking = cms.Sequence(InitialStep* - HighPtTripletStep* - LowPtTripletStep* - PixelPairStep* - MixedTripletStep* - earlyGeneralTracks* # Adjust - preDuplicateMergingGeneralTracks* # Adjust - #generalTracks* # Adjust - generalTracksSequence* - ConvStep* - conversionStepTracks ) - process.preDuplicateMergingGeneralTracks.TrackProducers = cms.VInputTag(cms.InputTag("earlyGeneralTracks")) - process.preDuplicateMergingGeneralTracks.selectedTrackQuals = cms.VInputTag(cms.InputTag("muonSeededTracksOutInSelector","muonSeededTracksOutInHighPurity")) - process.preDuplicateMergingGeneralTracks.setsToMerge = cms.VPSet(cms.PSet( - pQual = cms.bool(False), - tLists = cms.vint32(0) - )) - process.preDuplicateMergingGeneralTracks.hasSelector = cms.vint32(0) - process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' - # PixelCPEGeneric # - process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' - process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) - process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) - process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) - process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) - #process.PixelCPEGenericESProducer.SmallPitch = False - process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False - process.PixelCPEGenericESProducer.DoCosmics = False - - # CPE for other steps - process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') - - #and clean up the conversions (which probably need work) - process.convClusters.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") - process.convClusters.trajectories=cms.InputTag("mixedTripletStepTracks") - process.convClusters.overrideTrkQuals= cms.InputTag("mixedTripletStep") - - # Corrections for Electron Seeds # Sequence and Mask # Tags # - - process.tripletElectronSeedLayers.BPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') - process.tripletElectronSeedLayers.FPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') - process.tripletElectronClusterMask.oldClusterRemovalInfo=cms.InputTag('mixedTripletStepSeedClusterMask') - - process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") #step before pixelLess - - # removing pixelLessStep for now # Taking it out from newCombinedSeeds below # - #process.newCombinedSeeds.seedCollections.remove( cms.InputTag('pixelLessStepSeeds')) - # removing pixelLessStep for now # Taking it out from electronSeeds Sequence below # - #process.electronSeedsSeq.remove(process.pixelLessStepSeedClusterMask) - - from RecoLocalTracker.SubCollectionProducers.SeedClusterRemover_cfi import seedClusterRemover - process.highPtTripletStepSeedClusterMask = seedClusterRemover.clone( - trajectories = cms.InputTag("highPtTripletStepSeeds"), - oldClusterRemovalInfo = cms.InputTag("initialStepSeedClusterMask") - ) - - # Now highPtTripletStepSeedClusterMask will be before pixelPairStepSeedClusterMask # - process.pixelPairStepSeedClusterMask.oldClusterRemovalInfo = cms.InputTag("highPtTripletStepSeedClusterMask") - - ### Not the Tracking uses the 2 seed collections separately. The merged seed collection is produced - ### for backward compatibility with electron reconstruction - process.newCombinedSeeds.seedCollections = cms.VInputTag(cms.InputTag('initialStepSeeds'), - cms.InputTag("highPtTripletStepSeeds"), - cms.InputTag('pixelPairStepSeeds'), - cms.InputTag('mixedTripletStepSeeds'), - cms.InputTag('tripletElectronSeeds'), - cms.InputTag('pixelPairElectronSeeds'), - cms.InputTag('stripPairElectronSeeds') ) - - process.electronSeedsSeq = cms.Sequence( initialStepSeedClusterMask* - process.highPtTripletStepSeedClusterMask* - pixelPairStepSeedClusterMask* - mixedTripletStepSeedClusterMask* - tripletElectronSeeds* - tripletElectronClusterMask* - pixelPairElectronSeeds* - stripPairElectronSeeds* - newCombinedSeeds ) - - process.reconstruction.remove(process.castorreco) - process.reconstruction.remove(process.CastorTowerReco) - process.reconstruction.remove(process.ak7BasicJets) - process.reconstruction.remove(process.ak7CastorJetID) - - process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") - process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) - process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) - process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) - process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) - - #the quadruplet merger configuration - process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") - process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) - process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) - process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) - process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) - - process.highPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - - process.initialStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - process.pixelPairStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - process.lowPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - process.convStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - process.mixedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') - - process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') - process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') - process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') - - #well, this needs to move input the default configs - #SeedMergerPSet = cms.PSet( - # layerListName = cms.string('PixelSeedMergerQuadruplets'), - # addRemainingTriplets = cms.bool(False), - # mergeTriplets = cms.bool(False), - # ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') - # ) - - #process.regionalCosmicTrackerSeeds.SeedMergerPSet=SeedMergerPSet - - #done - return process - - -# DQM steps change -def customise_DQM(process): - # We cut down the number of iterative tracking steps - process.dqmoffline_step.remove(process.TrackMonStep3) - process.dqmoffline_step.remove(process.TrackMonStep5) - process.dqmoffline_step.remove(process.TrackMonStep6) - # - process.dqmoffline_step.remove(process.muonAnalyzer) - process.dqmoffline_step.remove(process.jetMETAnalyzer) - process.dqmoffline_step.remove(process.TrackMonStep9) - process.dqmoffline_step.remove(process.TrackMonStep10) -# process.dqmoffline_step.remove(process.PixelTrackingRecHitsValid) - return process - -def customise_Validation(process): - process.validation_step.remove(process.PixelTrackingRecHitsValid) - # We don't run the HLT - process.validation_step.remove(process.HLTSusyExoVal) - process.validation_step.remove(process.hltHiggsValidator) - process.validation_step.remove(process.relvalMuonBits) - return process - -def customise_harvesting(process): - process.dqmHarvesting.remove(process.jetMETDQMOfflineClient) - process.dqmHarvesting.remove(process.dataCertificationJetMET) - process.dqmHarvesting.remove(process.sipixelEDAClient) - process.dqmHarvesting.remove(process.sipixelCertification) - return (process) - -def customise_condOverRides(process): - process.load('SLHCUpgradeSimulations.Geometry.fakeConditions_Phase1_R30F12_cff') - process.trackerTopologyConstants.pxb_layerStartBit = cms.uint32(18) - process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(1023) - return process +import FWCore.ParameterSet.Config as cms + +from RecoTracker.IterativeTracking.iterativeTk_cff import * +from RecoTracker.IterativeTracking.ElectronSeeds_cff import * +from SLHCUpgradeSimulations.Configuration.customise_mixing import customise_pixelMixing_PU + +def customise(process): + if hasattr(process,'DigiToRaw'): + process=customise_DigiToRaw(process) + if hasattr(process,'RawToDigi'): + process=customise_RawToDigi(process) + n=0 + if hasattr(process,'reconstruction') or hasattr(process,'dqmoffline_step'): + if hasattr(process,'mix'): + if hasattr(process.mix,'input'): + n=process.mix.input.nbPileupEvents.averageNumber.value() + else: + print 'phase1TkCustoms requires a --pileup option to cmsDriver to run the reconstruction/dqm' + print 'Please provide one!' + sys.exit(1) + if hasattr(process,'reconstruction'): + process=customise_Reco(process,float(n)) + + if hasattr(process,'digitisation_step'): + process=customise_Digi(process) + if hasattr(process,'dqmoffline_step'): + process=customise_DQM(process,n) + if hasattr(process,'dqmHarvesting'): + process=customise_harvesting(process) + if hasattr(process,'validation_step'): + process=customise_Validation(process,float(n)) + process=customise_condOverRides(process) + + return process + +def customise_DigiToRaw(process): + process.digi2raw_step.remove(process.siPixelRawData) + process.digi2raw_step.remove(process.castorRawData) + return process + +def customise_RawToDigi(process): + process.raw2digi_step.remove(process.siPixelDigis) + process.raw2digi_step.remove(process.castorDigis) + return process + +def customise_Digi(process): + process.mix.digitizers.pixel.MissCalibrate = False + process.mix.digitizers.pixel.LorentzAngle_DB = False + process.mix.digitizers.pixel.killModules = False + process.mix.digitizers.pixel.useDB = False + process.mix.digitizers.pixel.DeadModules_DB = False + process.mix.digitizers.pixel.NumPixelBarrel = cms.int32(4) + process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(3) + process.mix.digitizers.pixel.ThresholdInElectrons_FPix = cms.double(2000.0) + process.mix.digitizers.pixel.ThresholdInElectrons_BPix = cms.double(2000.0) + process.mix.digitizers.pixel.ThresholdInElectrons_BPix_L1 = cms.double(2000.0) + process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(True) + + process=customise_pixelMixing_PU(process) + return process + + +# DQM steps change +def customise_DQM(process,pileup): + # We cut down the number of iterative tracking steps +# process.dqmoffline_step.remove(process.TrackMonStep3) +# process.dqmoffline_step.remove(process.TrackMonStep4) +# process.dqmoffline_step.remove(process.TrackMonStep5) +# process.dqmoffline_step.remove(process.TrackMonStep6) + # + process.dqmoffline_step.remove(process.muonAnalyzer) + process.dqmoffline_step.remove(process.jetMETAnalyzer) +# process.dqmoffline_step.remove(process.TrackMonStep9) +# process.dqmoffline_step.remove(process.TrackMonStep10) +# process.dqmoffline_step.remove(process.PixelTrackingRecHitsValid) + + #put isUpgrade flag==true + process.SiPixelRawDataErrorSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelDigiSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelClusterSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelRecHitSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelTrackResidualSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelHitEfficiencySource.isUpgrade = cms.untracked.bool(True) + + from DQM.TrackingMonitor.customizeTrackingMonitorSeedNumber import customise_trackMon_IterativeTracking_PHASE1PU140 + from DQM.TrackingMonitor.customizeTrackingMonitorSeedNumber import customise_trackMon_IterativeTracking_PHASE1PU70 + + if pileup>100: + process=customise_trackMon_IterativeTracking_PHASE1PU140(process) + else: + process=customise_trackMon_IterativeTracking_PHASE1PU70(process) + return process + +def customise_Validation(process,pileup): + process.validation_step.remove(process.PixelTrackingRecHitsValid) + # We don't run the HLT + process.validation_step.remove(process.HLTSusyExoVal) + process.validation_step.remove(process.hltHiggsValidator) + process.validation_step.remove(process.relvalMuonBits) + if pileup>30: + process.trackValidator.label=cms.VInputTag(cms.InputTag("cutsRecoTracksHp")) + process.tracksValidationSelectors = cms.Sequence(process.cutsRecoTracksHp) + process.globalValidation.remove(process.recoMuonValidation) + process.validation.remove(process.recoMuonValidation) + process.validation_preprod.remove(process.recoMuonValidation) + process.validation_step.remove(process.recoMuonValidation) + process.validation.remove(process.globalrechitsanalyze) + process.validation_prod.remove(process.globalrechitsanalyze) + process.validation_step.remove(process.globalrechitsanalyze) + process.validation.remove(process.stripRecHitsValid) + process.validation_step.remove(process.stripRecHitsValid) + process.validation_step.remove(process.StripTrackingRecHitsValid) + process.globalValidation.remove(process.vertexValidation) + process.validation.remove(process.vertexValidation) + process.validation_step.remove(process.vertexValidation) + process.mix.input.nbPileupEvents.averageNumber = cms.double(0.0) + process.mix.minBunch = cms.int32(0) + process.mix.maxBunch = cms.int32(0) + + return process + +def customise_harvesting(process): + process.dqmHarvesting.remove(process.jetMETDQMOfflineClient) + process.dqmHarvesting.remove(process.dataCertificationJetMET) + process.dqmHarvesting.remove(process.sipixelEDAClient) + process.dqmHarvesting.remove(process.sipixelCertification) + return (process) + +def customise_condOverRides(process): +# process.load('SLHCUpgradeSimulations.Geometry.fakeConditions_Phase1_R30F12_cff') + process.trackerTopologyConstants.pxb_layerStartBit = cms.uint32(20) + process.trackerTopologyConstants.pxb_ladderStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxb_moduleStartBit = cms.uint32(2) + process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15) + process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255) + process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023) + process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18) + process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10) + process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255) + return process + +def add_detailed_pixel_dqm(process): + #enable modOn + process.SiPixelRawDataErrorSource.modOn = cms.untracked.bool(True) + process.SiPixelDigiSource.modOn = cms.untracked.bool(True) + process.SiPixelClusterSource.modOn = cms.untracked.bool(True) + process.SiPixelRecHitSource.modOn = cms.untracked.bool(True) + process.SiPixelTrackResidualSource.modOn = cms.untracked.bool(True) + process.SiPixelHitEfficiencySource.modOn = cms.untracked.bool(True) + + return process + + +def remove_pixel_ineff(process): + if hasattr(process,'mix'): + process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) + + return process + + +def customise_Reco(process,pileup): + + #this code supports either 70 or 140 pileup configurations - should fix as to support 0 + nPU=70 + if pileup>100: nPU=140 + + #use with latest pixel geometry + process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par') + # Need this line to stop error about missing siPixelDigis. + process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() + + # new layer list (3/4 pixel seeding) in InitialStep and pixelTracks + process.pixellayertriplets.layerList = cms.vstring( 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg' ) + + # New tracking. This is really ugly because it redefines globalreco and reconstruction. + # It can be removed if change one line in Configuration/StandardSequences/python/Reconstruction_cff.py + # from RecoTracker_cff.py to RecoTrackerPhase1PU140_cff.py + + # remove all the tracking first + itIndex=process.globalreco.index(process.trackingGlobalReco) + grIndex=process.reconstruction.index(process.globalreco) + + process.reconstruction.remove(process.globalreco) + process.globalreco.remove(process.iterTracking) + process.globalreco.remove(process.electronSeedsSeq) + process.reconstruction_fromRECO.remove(process.trackingGlobalReco) + del process.iterTracking + del process.ckftracks + del process.ckftracks_woBH + del process.ckftracks_wodEdX + del process.ckftracks_plus_pixelless + del process.trackingGlobalReco + del process.electronSeedsSeq + del process.InitialStep + del process.LowPtTripletStep + del process.PixelPairStep + del process.DetachedTripletStep + del process.MixedTripletStep + del process.PixelLessStep + del process.TobTecStep + del process.earlyGeneralTracks + del process.ConvStep + # add the correct tracking back in + process.load("RecoTracker.Configuration.RecoTrackerPhase1PU"+str(nPU)+"_cff") + + process.globalreco.insert(itIndex,process.trackingGlobalReco) + process.reconstruction.insert(grIndex,process.globalreco) + #Note process.reconstruction_fromRECO is broken + + # End of new tracking configuration which can be removed if new Reconstruction is used. + + + process.reconstruction.remove(process.castorreco) + process.reconstruction.remove(process.CastorTowerReco) + process.reconstruction.remove(process.ak7BasicJets) + process.reconstruction.remove(process.ak7CastorJetID) + + #the quadruplet merger configuration + process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") + process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) + process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) + + # Need these until pixel templates are used + process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") + # PixelCPEGeneric # + process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) + process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) + process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) + process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False + process.PixelCPEGenericESProducer.DoCosmics = False + # CPE for other steps + process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') + # Turn of template use in tracking (iterative steps handled inside their configs) + process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' + process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' + process.muonSeededSeedsInOut.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.muonSeededTracksInOut.TTRHBuilder=cms.string('WithTrackAngle') + process.muonSeededTracksOutIn.TTRHBuilder=cms.string('WithTrackAngle') + process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') + # End of pixel template needed section + + # Make pixelTracks use quadruplets + process.pixelTracks.SeedMergerPSet = cms.PSet( + layerListName = cms.string('PixelSeedMergerQuadruplets'), + addRemainingTriplets = cms.bool(False), + mergeTriplets = cms.bool(True), + ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') + ) + process.pixelTracks.FilterPSet.chi2 = cms.double(50.0) + process.pixelTracks.FilterPSet.tipMax = cms.double(0.05) + process.pixelTracks.RegionFactoryPSet.RegionPSet.originRadius = cms.double(0.02) + + + + return process diff --git a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE.py b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE.py index 5588c40fc3268..cd07ee1bbfede 100644 --- a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE.py +++ b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE.py @@ -5,12 +5,21 @@ def customise(process): process=customise_DigiToRaw(process) if hasattr(process,'RawToDigi'): process=customise_RawToDigi(process) + n=0 + if hasattr(process,'reconstruction') or hasattr(process,'dqmoffline_step'): + if hasattr(process,'mix'): + if hasattr(process.mix,'input'): + n=process.mix.input.nbPileupEvents.averageNumber.value() + else: + print 'phase1TkCustoms requires a --pileup option to cmsDriver to run the reconstruction/dqm' + print 'Please provide one!' + sys.exit(1) if hasattr(process,'reconstruction'): - process=customise_Reco(process) + process=customise_Reco(process,float(n)) if hasattr(process,'digitisation_step'): process=customise_Digi(process) if hasattr(process,'dqmoffline_step'): - process=customise_DQM(process) + process=customise_DQM(process,n) if hasattr(process,'dqmHarvesting'): process=customise_harvesting(process) if hasattr(process,'validation_step'): @@ -33,6 +42,9 @@ def customise_Digi(process): process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_FPix3 = cms.double(0.999) process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) process.mix.digitizers.strip.ROUList = cms.vstring("g4SimHitsTrackerHitsPixelBarrelLowTof", 'g4SimHitsTrackerHitsPixelEndcapLowTof') @@ -50,14 +62,168 @@ def customise_RawToDigi(process): process.raw2digi_step.remove(process.siPixelDigis) return process -def customise_Reco(process): +def customise_Reco(process,pileup): + #this may be a trimmed out process with only local reco + #if so, don't use the customize stuff + ## need changes to mixedtriplets step to use for imcreasing high eta efficiency + process.reconstruction.remove(process.pixelLessStepSeedClusterMask) + process.reconstruction.remove(process.castorreco) + process.reconstruction.remove(process.CastorTowerReco) + process.reconstruction.remove(process.ak7BasicJets) + process.reconstruction.remove(process.ak7CastorJetID) + #process.iterTracking.remove(process.PixelLessStep) + #process.iterTracking.remove(process.TobTecStep) + process.MixedTripletStep.remove(process.mixedTripletStepSeedsB) + process.mixedTripletStepSeeds = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag(cms.InputTag("mixedTripletStepSeedsA")) + ) + process.load("RecoTracker.IterativeTracking.HighPtTripletStep_cff") + from RecoTracker.IterativeTracking.HighPtTripletStep_cff import HighPtTripletStep + process.iterTracking = cms.Sequence(process.InitialStep* + process.HighPtTripletStep* + process.LowPtTripletStep* + process.PixelPairStep* + process.DetachedTripletStep* + process.MixedTripletStep* + #process.PixelLessStep* + #process.TobTecStep* + process.earlyGeneralTracks* + process.muonSeededStep* + process.preDuplicateMergingGeneralTracks* + process.generalTracksSequence* + process.ConvStep* + process.conversionStepTracks + ) + + + + + process.convClusters.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.convClusters.trajectories=cms.InputTag("mixedTripletStepTracks") + process.convClusters.overrideTrkQuals= cms.InputTag("mixedTripletStep") + process.pixellayertriplets.layerList = cms.vstring( 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg' ) + process.MeasurementTracker.UsePixelROCQualityDB = cms.bool(False) + process.MeasurementTracker.UsePixelModuleQualityDB = cms.bool(False) + process.mixedTripletStepSeedLayersA.layerList = cms.vstring('BPix1+BPix2+BPix3', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg') + process.convLayerPairs.layerList = cms.vstring('BPix1+BPix2', + 'BPix2+BPix3', + 'BPix2+FPix1_pos', + 'BPix2+FPix1_neg', + 'BPix2+FPix2_pos', + 'BPix2+FPix2_neg', + 'FPix1_pos+FPix2_pos', + 'FPix1_neg+FPix2_neg') + + process.earlyGeneralTracks.setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4), pQual=cms.bool(True) )) + process.earlyGeneralTracks.hasSelector=cms.vint32(1,1,1,1,1) + process.earlyGeneralTracks.selectedTrackQuals = cms.VInputTag( + cms.InputTag("initialStepSelector","initialStep"), + cms.InputTag("highPtTripletStepSelector","highPtTripletStep"), + cms.InputTag("lowPtTripletStepSelector","lowPtTripletStep"), + cms.InputTag("pixelPairStepSelector","pixelPairStep"), + cms.InputTag("mixedTripletStep") + ) + process.earlyGeneralTracks.TrackProducers = cms.VInputTag( + cms.InputTag("initialStepTracks"), + cms.InputTag("highPtTripletStepTracks"), + cms.InputTag("lowPtTripletStepTracks"), + cms.InputTag("pixelPairStepTracks"), + cms.InputTag("mixedTripletStepTracks") + ) + + process.tripletElectronSeedLayers.BPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronSeedLayers.FPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronClusterMask.oldClusterRemovalInfo=cms.InputTag('mixedTripletStepSeedClusterMask') + + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.newCombinedSeeds.seedCollections = cms.VInputTag(cms.InputTag('initialStepSeeds'), + cms.InputTag("highPtTripletStepSeeds"), + cms.InputTag('pixelPairStepSeeds'), + cms.InputTag('mixedTripletStepSeeds'), + cms.InputTag('tripletElectronSeeds'), + cms.InputTag('pixelPairElectronSeeds'), + cms.InputTag('stripPairElectronSeeds') ) + process.stripPairElectronSeedLayers.layerList = cms.vstring('BPix4+BPix5') # Optimize later + process.stripPairElectronSeedLayers.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.layerList = cms.vstring('BPix10+BPix9') # Optimize later + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.pixelTracks.SeedMergerPSet = cms.PSet( + layerListName = cms.string('PixelSeedMergerQuadruplets'), + addRemainingTriplets = cms.bool(False), + mergeTriplets = cms.bool(True), + ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') + ) + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + # Need this line to stop error about missing siPixelDigis. process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") - process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + # Use with latest pixel geometry. Only used for seeds, so we can use the Phase1Tk file. + # We will need to turn it off for any steps that use the outer pixels as seeds. + process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par') + # Now make sure we us CPE Generic + process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' + process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) - process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) + process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) + process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False + process.PixelCPEGenericESProducer.DoCosmics = False + process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') + #the quadruplet merger configuration + process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") + process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) + process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) + + process.highPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.detachedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.initialStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.pixelPairStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.lowPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.convStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.mixedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.muonSeededSeedsInOut.TrackerRecHitBuilder = cms.string('WithTrackAngle') + process.muonSeededTracksInOut.TTRHBuilder = cms.string('WithTrackAngle') + process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') + return process def customise_condOverRides(process): @@ -69,6 +235,10 @@ def customise_condOverRides(process): process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15) process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255) process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023) + process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18) + process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10) + process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255) return process @@ -90,6 +260,65 @@ def l1EventContent(process): getattr(process,b).outputCommands.append('keep *_L1TkStubsFromPixelDigis_*_*') getattr(process,b).outputCommands.append('keep *_L1TkStubsFromSimHits_*_*') getattr(process,b).outputCommands.append('keep *_siPixelRecHits_*_*') + #drop some bigger collections we don't think we need + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEB_*') + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEE_*') + getattr(process,b).outputCommands.append('drop *_L1TkStubsFromSimHits_StubsFail_*') + return process + +def customise_DQM(process,pileup): + # We cut down the number of iterative tracking steps +# process.dqmoffline_step.remove(process.TrackMonStep3) +# process.dqmoffline_step.remove(process.TrackMonStep4) +# process.dqmoffline_step.remove(process.TrackMonStep5) +# process.dqmoffline_step.remove(process.TrackMonStep6) + #The following two steps were removed + #process.PixelLessStep* + #process.TobTecStep* + process.dqmoffline_step.remove(process.muonAnalyzer) + process.dqmoffline_step.remove(process.jetMETAnalyzer) +# process.dqmoffline_step.remove(process.TrackMonStep9) +# process.dqmoffline_step.remove(process.TrackMonStep10) +# process.dqmoffline_step.remove(process.PixelTrackingRecHitsValid) + #put isUpgrade flag==true + process.SiPixelRawDataErrorSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelDigiSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelClusterSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelRecHitSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelTrackResidualSource.isUpgrade = cms.untracked.bool(True) + process.SiPixelHitEfficiencySource.isUpgrade = cms.untracked.bool(True) + + from DQM.TrackingMonitor.customizeTrackingMonitorSeedNumber import customise_trackMon_IterativeTracking_PHASE1PU140 + from DQM.TrackingMonitor.customizeTrackingMonitorSeedNumber import customise_trackMon_IterativeTracking_PHASE1PU70 + + if pileup>100: + process=customise_trackMon_IterativeTracking_PHASE1PU140(process) + else: + process=customise_trackMon_IterativeTracking_PHASE1PU70(process) + process.dqmoffline_step.remove(process.Phase1Pu70TrackMonStep2) + process.dqmoffline_step.remove(process.Phase1Pu70TrackMonStep4) + process.globalrechitsanalyze.ROUList = cms.vstring( + 'g4SimHitsTrackerHitsPixelBarrelLowTof', + 'g4SimHitsTrackerHitsPixelBarrelHighTof', + 'g4SimHitsTrackerHitsPixelEndcapLowTof', + 'g4SimHitsTrackerHitsPixelEndcapHighTof') return process +def customise_Validation(process): + process.validation_step.remove(process.PixelTrackingRecHitsValid) + process.validation_step.remove(process.stripRecHitsValid) + process.validation_step.remove(process.StripTrackingRecHitsValid) + # We don't run the HLT + process.validation_step.remove(process.HLTSusyExoVal) + process.validation_step.remove(process.hltHiggsValidator) + process.validation_step.remove(process.relvalMuonBits) + return process + +def customise_harvesting(process): + process.dqmHarvesting.remove(process.jetMETDQMOfflineClient) + process.dqmHarvesting.remove(process.dataCertificationJetMET) + process.dqmHarvesting.remove(process.sipixelEDAClient) + process.dqmHarvesting.remove(process.sipixelCertification) + return (process) + diff --git a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE5D.py b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE5D.py new file mode 100644 index 0000000000000..93a340fb7d7e5 --- /dev/null +++ b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustomsBE5D.py @@ -0,0 +1,235 @@ +import FWCore.ParameterSet.Config as cms +#GEN-SIM so far... +def customise(process): + if hasattr(process,'DigiToRaw'): + process=customise_DigiToRaw(process) + if hasattr(process,'RawToDigi'): + process=customise_RawToDigi(process) + if hasattr(process,'reconstruction'): + process=customise_Reco(process) + if hasattr(process,'digitisation_step'): + process=customise_Digi(process) + if hasattr(process,'dqmoffline_step'): + process=customise_DQM(process) + if hasattr(process,'dqmHarvesting'): + process=customise_harvesting(process) + if hasattr(process,'validation_step'): + process=customise_Validation(process) + process=customise_condOverRides(process) + + return process + +def customise_Digi(process): + process.mix.digitizers.pixel.MissCalibrate = False + process.mix.digitizers.pixel.LorentzAngle_DB = False + process.mix.digitizers.pixel.killModules = False + process.mix.digitizers.pixel.useDB = False + process.mix.digitizers.pixel.DeadModules_DB = False + process.mix.digitizers.pixel.NumPixelBarrel = cms.int32(10) + process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(7) + process.mix.digitizers.pixel.ThresholdInElectrons_FPix = cms.double(2000.0) + process.mix.digitizers.pixel.ThresholdInElectrons_BPix = cms.double(2000.0) + process.mix.digitizers.pixel.ThresholdInElectrons_BPix_L1 = cms.double(2000.0) + process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) + process.mix.digitizers.strip.ROUList = cms.vstring("g4SimHitsTrackerHitsPixelBarrelLowTof", + 'g4SimHitsTrackerHitsPixelEndcapLowTof') + process.digitisation_step.remove(process.simSiStripDigiSimLink) + process.mergedtruth.simHitCollections.tracker = [] + return process + + +def customise_DigiToRaw(process): + process.digi2raw_step.remove(process.siPixelRawData) + process.digi2raw_step.remove(process.rpcpacker) + return process + +def customise_RawToDigi(process): + process.raw2digi_step.remove(process.siPixelDigis) + return process + +def customise_Reco(process): + #this may be a trimmed out process with only local reco + #if so, don't use the customize stuff + ## need changes to mixedtriplets step to use for imcreasing high eta efficiency + process.reconstruction.remove(process.pixelLessStepSeedClusterMask) + process.reconstruction.remove(process.castorreco) + process.reconstruction.remove(process.CastorTowerReco) + process.reconstruction.remove(process.ak7BasicJets) + process.reconstruction.remove(process.ak7CastorJetID) + #process.iterTracking.remove(process.PixelLessStep) + #process.iterTracking.remove(process.TobTecStep) + process.MixedTripletStep.remove(process.mixedTripletStepSeedsB) + process.mixedTripletStepSeeds = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag(cms.InputTag("mixedTripletStepSeedsA")) + ) + process.load("RecoTracker.IterativeTracking.HighPtTripletStep_cff") + from RecoTracker.IterativeTracking.HighPtTripletStep_cff import HighPtTripletStep + process.iterTracking = cms.Sequence(process.InitialStep* + process.HighPtTripletStep* + process.LowPtTripletStep* + process.PixelPairStep* + process.DetachedTripletStep* + process.MixedTripletStep* + #process.PixelLessStep* + #process.TobTecStep* + process.earlyGeneralTracks* + process.muonSeededStep* + process.preDuplicateMergingGeneralTracks* + process.generalTracksSequence* + process.ConvStep* + process.conversionStepTracks + ) + + + + + process.convClusters.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.convClusters.trajectories=cms.InputTag("mixedTripletStepTracks") + process.convClusters.overrideTrkQuals= cms.InputTag("mixedTripletStep") + process.mixedTripletStepSeedLayersA.layerList = cms.vstring('BPix1+BPix2+BPix3', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg') + + process.earlyGeneralTracks.setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4), pQual=cms.bool(True) )) + process.earlyGeneralTracks.hasSelector=cms.vint32(1,1,1,1,1) + process.earlyGeneralTracks.selectedTrackQuals = cms.VInputTag( + cms.InputTag("initialStepSelector","initialStep"), + cms.InputTag("highPtTripletStepSelector","highPtTripletStep"), + cms.InputTag("lowPtTripletStepSelector","lowPtTripletStep"), + cms.InputTag("pixelPairStepSelector","pixelPairStep"), + cms.InputTag("mixedTripletStep") + ) + process.earlyGeneralTracks.TrackProducers = cms.VInputTag( + cms.InputTag("initialStepTracks"), + cms.InputTag("highPtTripletStepTracks"), + cms.InputTag("lowPtTripletStepTracks"), + cms.InputTag("pixelPairStepTracks"), + cms.InputTag("mixedTripletStepTracks") + ) + + process.tripletElectronSeedLayers.BPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronSeedLayers.FPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronClusterMask.oldClusterRemovalInfo=cms.InputTag('mixedTripletStepSeedClusterMask') + + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.newCombinedSeeds.seedCollections = cms.VInputTag(cms.InputTag('initialStepSeeds'), + cms.InputTag("highPtTripletStepSeeds"), + cms.InputTag('pixelPairStepSeeds'), + cms.InputTag('mixedTripletStepSeeds'), + cms.InputTag('tripletElectronSeeds'), + cms.InputTag('pixelPairElectronSeeds'), + cms.InputTag('stripPairElectronSeeds') ) + process.stripPairElectronSeedLayers.layerList = cms.vstring('BPix4+BPix5') # Optimize later + process.stripPairElectronSeedLayers.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.layerList = cms.vstring('BPix10+BPix9') # Optimize later + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.pixelTracks.SeedMergerPSet = cms.PSet( + layerListName = cms.string('PixelSeedMergerQuadruplets'), + addRemainingTriplets = cms.bool(False), + mergeTriplets = cms.bool(True), + ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') + ) + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + + # Need this line to stop error about missing siPixelDigis. + process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() + process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") + # Use with latest pixel geometry. Only used for seeds, so we can use the Phase1Tk file. + # We will need to turn it off for any steps that use the outer pixels as seeds. + process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par') + # Now make sure we us CPE Generic + process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' + process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' + process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) + process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) + process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) + process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False + process.PixelCPEGenericESProducer.DoCosmics = False + process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') + #the quadruplet merger configuration + process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") + process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) + process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) + + process.highPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.detachedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.initialStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.pixelPairStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.lowPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.convStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.mixedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.muonSeededSeedsInOut.TrackerRecHitBuilder = cms.string('WithTrackAngle') + process.muonSeededTracksInOut.TTRHBuilder = cms.string('WithTrackAngle') + process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') + + return process + +def customise_condOverRides(process): + process.load('SLHCUpgradeSimulations.Geometry.fakeConditions_BarrelEndcap5D_cff') + process.trackerNumberingSLHCGeometry.layerNumberPXB = cms.uint32(20) + process.trackerTopologyConstants.pxb_layerStartBit = cms.uint32(20) + process.trackerTopologyConstants.pxb_ladderStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxb_moduleStartBit = cms.uint32(2) + process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15) + process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255) + process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023) + process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18) + process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10) + process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255) + return process + + +def l1EventContent(process): + #extend the event content + + alist=['RAWSIM','FEVTDEBUG','FEVTDEBUGHLT','GENRAW','RAWSIMHLT','FEVT'] + for a in alist: + b=a+'output' + if hasattr(process,b): + getattr(process,b).outputCommands.append('keep PSimHits_g4SimHits_*_*') + getattr(process,b).outputCommands.append('keep SimTracks_g4SimHits_*_*') + getattr(process,b).outputCommands.append('keep SimVertexs_g4SimHits_*_*') + getattr(process,b).outputCommands.append('keep *_simSiPixelDigis_*_*') + getattr(process,b).outputCommands.append('keep *_genParticles_*_*') + getattr(process,b).outputCommands.append('keep *_L1TkBeams_*_*') + getattr(process,b).outputCommands.append('keep *_L1TkClustersFromPixelDigis_*_*') + getattr(process,b).outputCommands.append('keep *_L1TkClustersFromSimHits_*_*') + getattr(process,b).outputCommands.append('keep *_L1TkStubsFromPixelDigis_*_*') + getattr(process,b).outputCommands.append('keep *_L1TkStubsFromSimHits_*_*') + getattr(process,b).outputCommands.append('keep *_siPixelRecHits_*_*') + #drop some bigger collections we don't think we need + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEB_*') + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEE_*') + getattr(process,b).outputCommands.append('drop *_L1TkStubsFromSimHits_StubsFail_*') + return process + diff --git a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_4LPS_2L2S.py b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_4LPS_2L2S.py index 849a43615bc50..0c458908648d3 100644 --- a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_4LPS_2L2S.py +++ b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_4LPS_2L2S.py @@ -26,13 +26,16 @@ def customise_Digi(process): process.mix.digitizers.pixel.useDB = False process.mix.digitizers.pixel.DeadModules_DB = False process.mix.digitizers.pixel.NumPixelBarrel = cms.int32(12) - process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(3) + process.mix.digitizers.pixel.NumPixelEndcap = cms.int32(2) process.mix.digitizers.pixel.ThresholdInElectrons_FPix = cms.double(2000.0) process.mix.digitizers.pixel.ThresholdInElectrons_BPix = cms.double(2000.0) process.mix.digitizers.pixel.ThresholdInElectrons_BPix_L1 = cms.double(2000.0) process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_FPix3 = cms.double(0.999) process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) process.mix.digitizers.strip.ROUList = cms.vstring("g4SimHitsTrackerHitsPixelBarrelLowTof", 'g4SimHitsTrackerHitsPixelEndcapLowTof') @@ -40,6 +43,7 @@ def customise_Digi(process): process.mergedtruth.simHitCollections.tracker = [] return process + def customise_DigiToRaw(process): process.digi2raw_step.remove(process.siPixelRawData) process.digi2raw_step.remove(process.rpcpacker) @@ -50,13 +54,141 @@ def customise_RawToDigi(process): return process def customise_Reco(process): + ## need changes to mixedtriplets step to use for imcreasing high eta efficiency + process.reconstruction.remove(process.pixelLessStepSeedClusterMask) + process.reconstruction.remove(process.castorreco) + process.reconstruction.remove(process.CastorTowerReco) + process.reconstruction.remove(process.ak7BasicJets) + process.reconstruction.remove(process.ak7CastorJetID) + #process.iterTracking.remove(process.PixelLessStep) + #process.iterTracking.remove(process.TobTecStep) + process.MixedTripletStep.remove(process.mixedTripletStepSeedsB) + process.mixedTripletStepSeeds = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag(cms.InputTag("mixedTripletStepSeedsA")) + ) + process.load("RecoTracker.IterativeTracking.HighPtTripletStep_cff") + from RecoTracker.IterativeTracking.HighPtTripletStep_cff import HighPtTripletStep + process.iterTracking = cms.Sequence(process.InitialStep* + process.HighPtTripletStep* + process.LowPtTripletStep* + process.PixelPairStep* + process.DetachedTripletStep* + process.MixedTripletStep* + #process.PixelLessStep* + #process.TobTecStep* + process.earlyGeneralTracks* + process.muonSeededStep* + process.preDuplicateMergingGeneralTracks* + process.generalTracksSequence* + process.ConvStep* + process.conversionStepTracks + ) + + + + + process.convClusters.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.convClusters.trajectories=cms.InputTag("mixedTripletStepTracks") + process.convClusters.overrideTrkQuals= cms.InputTag("mixedTripletStep") + process.mixedTripletStepSeedLayersA.layerList = cms.vstring('BPix1+BPix2+BPix3', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg') + + process.earlyGeneralTracks.setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4), pQual=cms.bool(True) )) + process.earlyGeneralTracks.hasSelector=cms.vint32(1,1,1,1,1) + process.earlyGeneralTracks.selectedTrackQuals = cms.VInputTag( + cms.InputTag("initialStepSelector","initialStep"), + cms.InputTag("highPtTripletStepSelector","highPtTripletStep"), + cms.InputTag("lowPtTripletStepSelector","lowPtTripletStep"), + cms.InputTag("pixelPairStepSelector","pixelPairStep"), + cms.InputTag("mixedTripletStep") + ) + process.earlyGeneralTracks.TrackProducers = cms.VInputTag( + cms.InputTag("initialStepTracks"), + cms.InputTag("highPtTripletStepTracks"), + cms.InputTag("lowPtTripletStepTracks"), + cms.InputTag("pixelPairStepTracks"), + cms.InputTag("mixedTripletStepTracks") + ) + + process.tripletElectronSeedLayers.BPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronSeedLayers.FPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronClusterMask.oldClusterRemovalInfo=cms.InputTag('mixedTripletStepSeedClusterMask') + + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.newCombinedSeeds.seedCollections = cms.VInputTag(cms.InputTag('initialStepSeeds'), + cms.InputTag("highPtTripletStepSeeds"), + cms.InputTag('pixelPairStepSeeds'), + cms.InputTag('mixedTripletStepSeeds'), + cms.InputTag('tripletElectronSeeds'), + cms.InputTag('pixelPairElectronSeeds'), + cms.InputTag('stripPairElectronSeeds') ) + process.stripPairElectronSeedLayers.layerList = cms.vstring('BPix4+BPix5') # Optimize later + process.stripPairElectronSeedLayers.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.layerList = cms.vstring('BPix10+BPix9') # Optimize later + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.pixelTracks.SeedMergerPSet = cms.PSet( + layerListName = cms.string('PixelSeedMergerQuadruplets'), + addRemainingTriplets = cms.bool(False), + mergeTriplets = cms.bool(True), + ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') + ) + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + # Need this line to stop error about missing siPixelDigis. process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") - process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + # Use with latest pixel geometry. Only used for seeds, so we can use the Phase1Tk file. + # We will need to turn it off for any steps that use the outer pixels as seeds. + process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par') + # Now make sure we us CPE Generic + process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' + process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) - process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) + process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) + process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False + process.PixelCPEGenericESProducer.DoCosmics = False + process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') + #the quadruplet merger configuration + process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") + process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) + process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) + + process.highPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.detachedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.initialStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.pixelPairStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.lowPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.convStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.mixedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.muonSeededSeedsInOut.TrackerRecHitBuilder = cms.string('WithTrackAngle') + process.muonSeededTracksInOut.TTRHBuilder = cms.string('WithTrackAngle') + process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') + return process def customise_condOverRides(process): @@ -68,6 +200,10 @@ def customise_condOverRides(process): process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15) process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255) process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023) + process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18) + process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10) + process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255) return process @@ -89,5 +225,9 @@ def l1EventContent(process): getattr(process,b).outputCommands.append('keep *_L1TkStubsFromPixelDigis_*_*') getattr(process,b).outputCommands.append('keep *_L1TkStubsFromSimHits_*_*') getattr(process,b).outputCommands.append('keep *_siPixelRecHits_*_*') + #drop some bigger collections we don't think we need + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEB_*') + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEE_*') + getattr(process,b).outputCommands.append('drop *_L1TkStubsFromSimHits_StubsFail_*') + return process - return process diff --git a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_6PS.py b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_6PS.py index f1b6f717dad38..21cd606f92d8e 100644 --- a/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_6PS.py +++ b/SLHCUpgradeSimulations/Configuration/python/phase2TkCustoms_LB_6PS.py @@ -33,6 +33,9 @@ def customise_Digi(process): process.mix.digitizers.pixel.thePixelColEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelEfficiency_BPix4 = cms.double(0.999) process.mix.digitizers.pixel.thePixelChipEfficiency_BPix4 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelColEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelEfficiency_FPix3 = cms.double(0.999) + process.mix.digitizers.pixel.thePixelChipEfficiency_FPix3 = cms.double(0.999) process.mix.digitizers.pixel.AddPixelInefficiencyFromPython = cms.bool(False) process.mix.digitizers.strip.ROUList = cms.vstring("g4SimHitsTrackerHitsPixelBarrelLowTof", 'g4SimHitsTrackerHitsPixelEndcapLowTof') @@ -40,6 +43,7 @@ def customise_Digi(process): process.mergedtruth.simHitCollections.tracker = [] return process + def customise_DigiToRaw(process): process.digi2raw_step.remove(process.siPixelRawData) process.digi2raw_step.remove(process.rpcpacker) @@ -50,15 +54,143 @@ def customise_RawToDigi(process): return process def customise_Reco(process): + ## need changes to mixedtriplets step to use for imcreasing high eta efficiency + process.reconstruction.remove(process.pixelLessStepSeedClusterMask) + process.reconstruction.remove(process.castorreco) + process.reconstruction.remove(process.CastorTowerReco) + process.reconstruction.remove(process.ak7BasicJets) + process.reconstruction.remove(process.ak7CastorJetID) + #process.iterTracking.remove(process.PixelLessStep) + #process.iterTracking.remove(process.TobTecStep) + process.MixedTripletStep.remove(process.mixedTripletStepSeedsB) + process.mixedTripletStepSeeds = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag(cms.InputTag("mixedTripletStepSeedsA")) + ) + process.load("RecoTracker.IterativeTracking.HighPtTripletStep_cff") + from RecoTracker.IterativeTracking.HighPtTripletStep_cff import HighPtTripletStep + process.iterTracking = cms.Sequence(process.InitialStep* + process.HighPtTripletStep* + process.LowPtTripletStep* + process.PixelPairStep* + process.DetachedTripletStep* + process.MixedTripletStep* + #process.PixelLessStep* + #process.TobTecStep* + process.earlyGeneralTracks* + process.muonSeededStep* + process.preDuplicateMergingGeneralTracks* + process.generalTracksSequence* + process.ConvStep* + process.conversionStepTracks + ) + + + + + process.convClusters.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.convClusters.trajectories=cms.InputTag("mixedTripletStepTracks") + process.convClusters.overrideTrkQuals= cms.InputTag("mixedTripletStep") + process.mixedTripletStepSeedLayersA.layerList = cms.vstring('BPix1+BPix2+BPix3', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg') + + process.earlyGeneralTracks.setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4), pQual=cms.bool(True) )) + process.earlyGeneralTracks.hasSelector=cms.vint32(1,1,1,1,1) + process.earlyGeneralTracks.selectedTrackQuals = cms.VInputTag( + cms.InputTag("initialStepSelector","initialStep"), + cms.InputTag("highPtTripletStepSelector","highPtTripletStep"), + cms.InputTag("lowPtTripletStepSelector","lowPtTripletStep"), + cms.InputTag("pixelPairStepSelector","pixelPairStep"), + cms.InputTag("mixedTripletStep") + ) + process.earlyGeneralTracks.TrackProducers = cms.VInputTag( + cms.InputTag("initialStepTracks"), + cms.InputTag("highPtTripletStepTracks"), + cms.InputTag("lowPtTripletStepTracks"), + cms.InputTag("pixelPairStepTracks"), + cms.InputTag("mixedTripletStepTracks") + ) + + process.tripletElectronSeedLayers.BPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronSeedLayers.FPix.skipClusters=cms.InputTag('mixedTripletStepSeedClusterMask') + process.tripletElectronClusterMask.oldClusterRemovalInfo=cms.InputTag('mixedTripletStepSeedClusterMask') + + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + process.newCombinedSeeds.seedCollections = cms.VInputTag(cms.InputTag('initialStepSeeds'), + cms.InputTag("highPtTripletStepSeeds"), + cms.InputTag('pixelPairStepSeeds'), + cms.InputTag('mixedTripletStepSeeds'), + cms.InputTag('tripletElectronSeeds'), + cms.InputTag('pixelPairElectronSeeds'), + cms.InputTag('stripPairElectronSeeds') ) + process.stripPairElectronSeedLayers.layerList = cms.vstring('BPix4+BPix5') # Optimize later + process.stripPairElectronSeedLayers.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.layerList = cms.vstring('BPix12+BPix11') # Optimize later + process.regionalCosmicTrackerSeeds.OrderedHitsFactoryPSet.LayerPSet.BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + hitErrorRZ = cms.double(0.006), + useErrorsFromParam = cms.bool(True), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'), + skipClusters = cms.InputTag("pixelPairStepClusters"), + hitErrorRPhi = cms.double(0.0027) + ) + process.pixelTracks.SeedMergerPSet = cms.PSet( + layerListName = cms.string('PixelSeedMergerQuadruplets'), + addRemainingTriplets = cms.bool(False), + mergeTriplets = cms.bool(True), + ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle') + ) + process.initialStepSeedClusterMask.oldClusterRemovalInfo=cms.InputTag("mixedTripletStepClusters") + # Need this line to stop error about missing siPixelDigis. process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag() process.load("SLHCUpgradeSimulations.Geometry.recoFromSimDigis_cff") - process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + # Use with latest pixel geometry. Only used for seeds, so we can use the Phase1Tk file. + # We will need to turn it off for any steps that use the outer pixels as seeds. + process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par') + # Now make sure we us CPE Generic + process.mergedDuplicateTracks.TTRHBuilder = 'WithTrackAngle' + process.ctfWithMaterialTracks.TTRHBuilder = 'WithTrackAngle' process.PixelCPEGenericESProducer.UseErrorsFromTemplates = cms.bool(False) - process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) process.PixelCPEGenericESProducer.TruncatePixelCharge = cms.bool(False) + process.PixelCPEGenericESProducer.LoadTemplatesFromDB = cms.bool(False) + process.PixelCPEGenericESProducer.Upgrade = cms.bool(True) + process.PixelCPEGenericESProducer.IrradiationBiasCorrection = False + process.PixelCPEGenericESProducer.DoCosmics = False + process.siPixelRecHits.CPE = cms.string('PixelCPEGeneric') + #the quadruplet merger configuration + process.load("RecoPixelVertexing.PixelTriplets.quadrupletseedmerging_cff") + process.pixelseedmergerlayers.BPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.BPix.HitProducer = cms.string("siPixelRecHits" ) + process.pixelseedmergerlayers.FPix.TTRHBuilder = cms.string("PixelTTRHBuilderWithoutAngle" ) + process.pixelseedmergerlayers.FPix.HitProducer = cms.string("siPixelRecHits" ) + + process.highPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.detachedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.initialStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.pixelPairStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.lowPtTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.convStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.mixedTripletStepTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.muonSeededSeedsInOut.TrackerRecHitBuilder = cms.string('WithTrackAngle') + process.muonSeededTracksInOut.TTRHBuilder = cms.string('WithTrackAngle') + process.muons1stStep.TrackerKinkFinderParameters.TrackerRecHitBuilder=cms.string('WithTrackAngle') + process.regionalCosmicTracks.TTRHBuilder=cms.string('WithTrackAngle') + process.cosmicsVetoTracksRaw.TTRHBuilder=cms.string('WithTrackAngle') + return process - + def customise_condOverRides(process): process.load('SLHCUpgradeSimulations.Geometry.fakeConditions_LongBarrel6PS_cff') process.trackerNumberingSLHCGeometry.layerNumberPXB = cms.uint32(20) @@ -68,7 +200,10 @@ def customise_condOverRides(process): process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15) process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255) process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023) - + process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18) + process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12) + process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10) + process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255) return process @@ -90,5 +225,9 @@ def l1EventContent(process): getattr(process,b).outputCommands.append('keep *_L1TkStubsFromPixelDigis_*_*') getattr(process,b).outputCommands.append('keep *_L1TkStubsFromSimHits_*_*') getattr(process,b).outputCommands.append('keep *_siPixelRecHits_*_*') - + #drop some bigger collections we don't think we need + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEB_*') + getattr(process,b).outputCommands.append('drop PSimHits_g4SimHits_EcalHitsEE_*') + getattr(process,b).outputCommands.append('drop *_L1TkStubsFromSimHits_StubsFail_*') return process + diff --git a/SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py b/SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py index bff45b225693c..785b8eb5aee41 100644 --- a/SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py +++ b/SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py @@ -1,11 +1,15 @@ import FWCore.ParameterSet.Config as cms -from muonCustoms import customise_csc_geom_cond_digi,digitizer_timing_pre3_median,unganged_me1a_geometry +from muonCustoms import customise_csc_PostLS1,customise_csc_hlt + def customisePostLS1(process): - #move this first one to the geometry - process=unganged_me1a_geometry(process) + + # deal with CSC separately: + process = customise_csc_PostLS1(process) + + # all the rest: if hasattr(process,'DigiToRaw'): process=customise_DigiToRaw(process) if hasattr(process,'RawToDigi'): @@ -14,6 +18,10 @@ def customisePostLS1(process): process=customise_Reco(process) if hasattr(process,'digitisation_step'): process=customise_Digi(process) + if hasattr(process,'HLTSchedule'): + process=customise_HLT(process) + if hasattr(process,'L1simulation_step'): + process=customise_L1Emulator(process) if hasattr(process,'dqmoffline_step'): process=customise_DQM(process) if hasattr(process,'dqmHarvesting'): @@ -22,7 +30,6 @@ def customisePostLS1(process): process=customise_Validation(process) return process - def digiEventContent(process): @@ -36,71 +43,48 @@ def digiEventContent(process): getattr(process,b).outputCommands.append('keep *_simMuonRPCDigis_*_*') getattr(process,b).outputCommands.append('keep *_simHcalUnsuppressedDigis_*_*') - return process + return process + def customise_DQM(process): - process.dqmoffline_step.remove(process.muonAnalyzer) process.dqmoffline_step.remove(process.jetMETAnalyzer) return process + def customise_Validation(process): process.validation_step.remove(process.PixelTrackingRecHitsValid) # We don't run the HLT process.validation_step.remove(process.HLTSusyExoVal) process.validation_step.remove(process.hltHiggsValidator) - process.validation_step.remove(process.relvalMuonBits) return process + def customise_Digi(process): - #deal with csc - process=digitizer_timing_pre3_median(process) process=digiEventContent(process) - process.CSCIndexerESProducer.AlgoName=cms.string("CSCIndexerPostls1") - process.CSCChannelMapperESProducer.AlgoName=cms.string("CSCChannelMapperPostls1") return process -def customise_RawToDigi(process): - return process -def customise_DigiToRaw(process): - process.digi2raw_step.remove(process.cscpacker) +def customise_L1Emulator(process): return process -def customise_HLT(process): - process.CSCGeometryESModule.useGangedStripsInME1a = False - - process.hltCsc2DRecHits.readBadChannels = cms.bool(False) - process.hltCsc2DRecHits.CSCUseGasGainCorrection = cms.bool(False) - - # Switch input for CSCRecHitD to s i m u l a t e d digis - - process.hltCsc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi") - process.hltCsc2DRecHits.stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi") - +def customise_RawToDigi(process): return process -def customise_Reco(process): - - # ME1/1A is u n g a n g e d Post-LS1 - - process.CSCGeometryESModule.useGangedStripsInME1a = False - - # Turn off some flags for CSCRecHitD that are turned ON in default config - process.csc2DRecHits.readBadChannels = cms.bool(False) - process.csc2DRecHits.CSCUseGasGainCorrection = cms.bool(False) +def customise_DigiToRaw(process): + return process - # Switch input for CSCRecHitD to s i m u l a t e d digis - process.csc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi") - process.csc2DRecHits.stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi") +def customise_HLT(process): + process=customise_csc_hlt(process) + return process - process.CSCIndexerESProducer.AlgoName=cms.string("CSCIndexerPostls1") - process.CSCChannelMapperESProducer.AlgoName=cms.string("CSCChannelMapperPostls1") +def customise_Reco(process): return process + def customise_harvesting(process): process.dqmHarvesting.remove(process.jetMETDQMOfflineClient) process.dqmHarvesting.remove(process.dataCertificationJetMET) @@ -120,4 +104,3 @@ def recoOutputCustoms(process): getattr(process,b).outputCommands.append('keep *_rawDataCollector_*_*') return process - diff --git a/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_Longbarrel_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_Longbarrel_cfg.py index fcd0583fe123f..86907cd566df4 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_Longbarrel_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_Longbarrel_cfg.py @@ -37,7 +37,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_mod_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_mod_cfg.py index 9913dc6743a8f..af4f09ee6cf84 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_mod_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GEN_4muons_mod_cfg.py @@ -36,7 +36,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.6 $'), + version = cms.untracked.string('$Revision: 1.5 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Longbarrel_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Longbarrel_cfg.py index 005a62aef6f97..03d5e45bc3c0a 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Longbarrel_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Longbarrel_cfg.py @@ -136,7 +136,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Phase1_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Phase1_cfg.py index 3e571f70eac79..10946238ae535 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Phase1_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Phase1_cfg.py @@ -143,7 +143,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.6 $'), + version = cms.untracked.string('$Revision: 1.5 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Stdgeom_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Stdgeom_cfg.py index 0d3a8faa49ed9..f33314b768fcd 100755 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Stdgeom_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoFull_Fastsim_Stdgeom_cfg.py @@ -131,7 +131,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.3 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Longbarrel_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Longbarrel_cfg.py index 8ce627b777b7b..f1abc96cc7254 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Longbarrel_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Longbarrel_cfg.py @@ -130,7 +130,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Phase1_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Phase1_cfg.py index cf5106c382fe4..d41bd996fef31 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Phase1_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Phase1_cfg.py @@ -135,7 +135,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.7 $'), + version = cms.untracked.string('$Revision: 1.6 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Stdgeom_cfg.py b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Stdgeom_cfg.py index 30305c4f2841a..d07de8459fcee 100644 --- a/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Stdgeom_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/GenRecoIter_Fastsim_Stdgeom_cfg.py @@ -131,7 +131,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('SLHCUpgradeSimulations/Configuration/python/FourMuPt_1_50_cfi.py nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Longbarrel_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Longbarrel_cfg.py index bf0b6ad174cf1..d4536fa4990ec 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Longbarrel_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Longbarrel_cfg.py @@ -26,7 +26,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.16 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Phase1_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Phase1_cfg.py index cf10205c5b56e..cde46dbfe093d 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Phase1_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_Phase1_cfg.py @@ -26,7 +26,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.16 $'), + version = cms.untracked.string('$Revision: 1.15 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_stdgeom_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_stdgeom_cfg.py index 4d90b36d1852f..478dcafce6f35 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_stdgeom_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoFull_Fullsim_stdgeom_cfg.py @@ -26,7 +26,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.14 $'), + version = cms.untracked.string('$Revision: 1.13 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Longbarrel_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Longbarrel_cfg.py index 272972eb8c0b3..d73c9e320df13 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Longbarrel_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Longbarrel_cfg.py @@ -23,7 +23,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.22 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Phase1_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Phase1_cfg.py index 353d9e93571a7..d32c6473c3f52 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Phase1_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_Phase1_cfg.py @@ -23,7 +23,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.23 $'), + version = cms.untracked.string('$Revision: 1.22 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_stdgeom_cfg.py b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_stdgeom_cfg.py index 512790c58e6f7..885ea50844873 100644 --- a/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_stdgeom_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/RecoIter_Fullsim_stdgeom_cfg.py @@ -23,7 +23,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.18 $'), + version = cms.untracked.string('$Revision: 1.17 $'), annotation = cms.untracked.string('step2 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SLHCUpgradeSimulations/Geometry/test/crab_anal/RecoMuon_Fullsim_Phase1_cfg.py b/SLHCUpgradeSimulations/Geometry/test/crab_anal/RecoMuon_Fullsim_Phase1_cfg.py index a38b65d3e9022..2b9f0f566bd50 100644 --- a/SLHCUpgradeSimulations/Geometry/test/crab_anal/RecoMuon_Fullsim_Phase1_cfg.py +++ b/SLHCUpgradeSimulations/Geometry/test/crab_anal/RecoMuon_Fullsim_Phase1_cfg.py @@ -20,7 +20,7 @@ process.load('Configuration.EventContent.EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1.2.1 $'), annotation = cms.untracked.string('step2/Phase1/R34F16 nevts:100'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SUSYBSMAnalysis/HSCP/interface/HSCPValidator.h b/SUSYBSMAnalysis/HSCP/interface/HSCPValidator.h index e2c9535db208e..ac09aa43d7512 100644 --- a/SUSYBSMAnalysis/HSCP/interface/HSCPValidator.h +++ b/SUSYBSMAnalysis/HSCP/interface/HSCPValidator.h @@ -13,7 +13,7 @@ // // Original Author: Seth Cooper,27 1-024,+41227672342, // Created: Wed Apr 14 14:27:52 CEST 2010 -// $Id: HSCPValidator.h,v 1.6 2011/10/11 21:14:48 jiechen Exp $ +// $Id: HSCPValidator.h,v 1.5 2011/09/19 22:58:14 jiechen Exp $ // // #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/SUSYBSMAnalysis/HSCP/interface/HSCParticleProducer.h b/SUSYBSMAnalysis/HSCP/interface/HSCParticleProducer.h index 9c662fb46fe74..bafa3c4668f80 100644 --- a/SUSYBSMAnalysis/HSCP/interface/HSCParticleProducer.h +++ b/SUSYBSMAnalysis/HSCP/interface/HSCParticleProducer.h @@ -14,7 +14,7 @@ // Original Author: Rizzi Andrea // Reworked and Ported to CMSSW_3_0_0 by Christophe Delaere // Created: Wed Oct 10 12:01:28 CEST 2007 -// $Id: HSCParticleProducer.h,v 1.6 2011/04/20 09:17:15 querten Exp $ +// $Id: HSCParticleProducer.h,v 1.5 2010/12/16 17:08:02 querten Exp $ // system include files diff --git a/SUSYBSMAnalysis/HSCP/src/HSCPTreeBuilder.cc b/SUSYBSMAnalysis/HSCP/src/HSCPTreeBuilder.cc index 93418dc2ab15c..7b202190760ac 100644 --- a/SUSYBSMAnalysis/HSCP/src/HSCPTreeBuilder.cc +++ b/SUSYBSMAnalysis/HSCP/src/HSCPTreeBuilder.cc @@ -13,7 +13,7 @@ // // Original Author: Loic QUERTENMONT // Created: Thu Mar 11 12:19:07 CEST 2010 -// $Id: HSCPTreeBuilder.cc,v 1.8 2012/12/26 22:12:10 wmtan Exp $ +// $Id: HSCPTreeBuilder.cc,v 1.7 2010/12/16 17:08:25 querten Exp $ // diff --git a/SUSYBSMAnalysis/HSCP/src/HSCPValidator.cc b/SUSYBSMAnalysis/HSCP/src/HSCPValidator.cc index cf67698eab47d..dedcb96ae8dba 100644 --- a/SUSYBSMAnalysis/HSCP/src/HSCPValidator.cc +++ b/SUSYBSMAnalysis/HSCP/src/HSCPValidator.cc @@ -13,7 +13,7 @@ // // Original Author: Seth Cooper,27 1-024,+41227672342, // Created: Wed Apr 14 14:27:52 CEST 2010 -// $Id: HSCPValidator.cc,v 1.9 2011/10/11 21:14:33 jiechen Exp $ +// $Id: HSCPValidator.cc,v 1.8 2011/09/19 22:58:29 jiechen Exp $ // // diff --git a/SUSYBSMAnalysis/HSCP/src/HSCParticleProducer.cc b/SUSYBSMAnalysis/HSCP/src/HSCParticleProducer.cc index 49a8cc55bead8..c2acd89c461b3 100644 --- a/SUSYBSMAnalysis/HSCP/src/HSCParticleProducer.cc +++ b/SUSYBSMAnalysis/HSCP/src/HSCParticleProducer.cc @@ -14,7 +14,7 @@ // Original Author: Rizzi Andrea // Reworked and Ported to CMSSW_3_0_0 by Christophe Delaere // Created: Wed Oct 10 12:01:28 CEST 2007 -// $Id: HSCParticleProducer.cc,v 1.19 2011/04/20 09:17:15 querten Exp $ +// $Id: HSCParticleProducer.cc,v 1.18 2011/03/29 14:45:58 querten Exp $ // // diff --git a/SUSYBSMAnalysis/HSCP/src/SimHitShifter.cc b/SUSYBSMAnalysis/HSCP/src/SimHitShifter.cc index fb250704c8e6c..ce2cc4c96f30d 100644 --- a/SUSYBSMAnalysis/HSCP/src/SimHitShifter.cc +++ b/SUSYBSMAnalysis/HSCP/src/SimHitShifter.cc @@ -13,7 +13,7 @@ // // Original Author: Camilo Andres Carrillo Montoya,40 2-B15,+41227671625, // Created: Mon Aug 30 18:35:05 CEST 2010 -// $Id: SimHitShifter.cc,v 1.1 2011/11/18 03:52:58 jiechen Exp $ +// $Id: SimHitShifter.cc,v 1.9 2011/11/17 01:23:42 carrillo Exp $ // // diff --git a/SUSYBSMAnalysis/HSCP/test/REDIGI_DIGI_L1_DIGI2RAW_HLT_PU_SimhitShift.py b/SUSYBSMAnalysis/HSCP/test/REDIGI_DIGI_L1_DIGI2RAW_HLT_PU_SimhitShift.py index 4ac4860270a2b..046694155b1f7 100644 --- a/SUSYBSMAnalysis/HSCP/test/REDIGI_DIGI_L1_DIGI2RAW_HLT_PU_SimhitShift.py +++ b/SUSYBSMAnalysis/HSCP/test/REDIGI_DIGI_L1_DIGI2RAW_HLT_PU_SimhitShift.py @@ -39,7 +39,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.303.2.7 $'), annotation = cms.untracked.string('REDIGI nevts:3'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SUSYBSMAnalysis/Skimming/plugins/HSCPFilter.cc b/SUSYBSMAnalysis/Skimming/plugins/HSCPFilter.cc index b2d3e85ad8b2d..6d6993eebeba0 100644 --- a/SUSYBSMAnalysis/Skimming/plugins/HSCPFilter.cc +++ b/SUSYBSMAnalysis/Skimming/plugins/HSCPFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Jie Chen // Created: Thu Apr 29 16:32:10 CDT 2010 -// $Id: HSCPFilter.cc,v 1.5 2013/02/27 22:47:59 wmtan Exp $ +// $Id: HSCPFilter.cc,v 1.4 2011/05/10 22:07:21 jiechen Exp $ // // diff --git a/SUSYBSMAnalysis/Skimming/plugins/HighPtTrackEcalDetIdProducer.cc b/SUSYBSMAnalysis/Skimming/plugins/HighPtTrackEcalDetIdProducer.cc index 2754053467a0f..9fb5a1d1f1180 100644 --- a/SUSYBSMAnalysis/Skimming/plugins/HighPtTrackEcalDetIdProducer.cc +++ b/SUSYBSMAnalysis/Skimming/plugins/HighPtTrackEcalDetIdProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Jie Chen // Created: Mon Apr 12 16:41:46 CDT 2010 -// $Id: HighPtTrackEcalDetIdProducer.cc,v 1.2 2013/02/27 22:47:59 wmtan Exp $ +// $Id: HighPtTrackEcalDetIdProducer.cc,v 1.1 2010/04/14 14:30:38 jiechen Exp $ // // diff --git a/SUSYBSMAnalysis/Skimming/plugins/MonoPhotonSkimmer.cc b/SUSYBSMAnalysis/Skimming/plugins/MonoPhotonSkimmer.cc index c28bff9129374..a2820766328ee 100644 --- a/SUSYBSMAnalysis/Skimming/plugins/MonoPhotonSkimmer.cc +++ b/SUSYBSMAnalysis/Skimming/plugins/MonoPhotonSkimmer.cc @@ -13,7 +13,7 @@ // // Original Author: Jie Chen // Created: Wed Nov 17 14:33:08 CST 2010 -// $Id: MonoPhotonSkimmer.cc,v 1.2 2013/02/27 22:47:59 wmtan Exp $ +// $Id: MonoPhotonSkimmer.cc,v 1.1 2010/12/13 20:32:22 jiechen Exp $ // // diff --git a/SUSYBSMAnalysis/Skimming/plugins/ProduceIsolationMap.cc b/SUSYBSMAnalysis/Skimming/plugins/ProduceIsolationMap.cc index c655d8f465ea7..48c164ed44060 100644 --- a/SUSYBSMAnalysis/Skimming/plugins/ProduceIsolationMap.cc +++ b/SUSYBSMAnalysis/Skimming/plugins/ProduceIsolationMap.cc @@ -13,7 +13,7 @@ // // Original Author: Loic Quertenmont // Created: Wed Nov 10 16:41:46 CDT 2010 -// $Id: ProduceIsolationMap.cc,v 1.4 2013/02/27 22:47:59 wmtan Exp $ +// $Id: ProduceIsolationMap.cc,v 1.3 2011/05/13 17:40:37 jiechen Exp $ // // diff --git a/SUSYBSMAnalysis/Skimming/plugins/ReduceHcalRecHitCollectionProducer.cc b/SUSYBSMAnalysis/Skimming/plugins/ReduceHcalRecHitCollectionProducer.cc index c031b6e2165fe..7ee7560213d80 100644 --- a/SUSYBSMAnalysis/Skimming/plugins/ReduceHcalRecHitCollectionProducer.cc +++ b/SUSYBSMAnalysis/Skimming/plugins/ReduceHcalRecHitCollectionProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Jie Chen // Created: Mon Apr 12 16:41:46 CDT 2010 -// $Id: ReduceHcalRecHitCollectionProducer.cc,v 1.2 2013/02/27 22:47:59 wmtan Exp $ +// $Id: ReduceHcalRecHitCollectionProducer.cc,v 1.1 2010/04/14 14:30:38 jiechen Exp $ // // diff --git a/SimCalorimetry/EcalElectronicsEmulation/interface/EcalSimRawData.h b/SimCalorimetry/EcalElectronicsEmulation/interface/EcalSimRawData.h index 1f4658ed6a123..485fe51d44e05 100644 --- a/SimCalorimetry/EcalElectronicsEmulation/interface/EcalSimRawData.h +++ b/SimCalorimetry/EcalElectronicsEmulation/interface/EcalSimRawData.h @@ -1,5 +1,5 @@ /* - * $Id: EcalSimRawData.h,v 1.8 2007/05/15 20:57:01 nuno Exp $ + * $Id: EcalSimRawData.h,v 1.8 2007/05/15 13:40:01 nuno Exp $ */ #include "FWCore/Framework/interface/Event.h" diff --git a/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.cc b/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.cc index 79cac2c7554ba..52a484c129543 100644 --- a/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.cc +++ b/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.cc @@ -1,6 +1,6 @@ //emacs settings:-*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*-" /* - * $Id: EcalSelectiveReadout.cc,v 1.18 2012/09/21 09:17:28 eulisse Exp $ + * $Id: EcalSelectiveReadout.cc,v 1.17 2009/10/26 10:41:26 pgras Exp $ */ #include "SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.h" diff --git a/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.h b/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.h index 88f188012e543..d8d49853e6722 100644 --- a/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.h +++ b/SimCalorimetry/EcalSelectiveReadoutAlgos/src/EcalSelectiveReadout.h @@ -1,6 +1,6 @@ //emacs settings:-*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*-" /* - * $Id: EcalSelectiveReadout.h,v 1.9 2009/10/26 10:41:26 pgras Exp $ + * $Id: EcalSelectiveReadout.h,v 1.8 2009/06/07 22:38:10 pgras Exp $ */ #ifndef ECALSELECTIVEREADOUT_H diff --git a/SimCalorimetry/EcalSelectiveReadoutProducers/interface/EcalSRCondTools.h b/SimCalorimetry/EcalSelectiveReadoutProducers/interface/EcalSRCondTools.h index 384d4b8c1b857..5ed2324e6df67 100644 --- a/SimCalorimetry/EcalSelectiveReadoutProducers/interface/EcalSRCondTools.h +++ b/SimCalorimetry/EcalSelectiveReadoutProducers/interface/EcalSRCondTools.h @@ -2,7 +2,7 @@ #define SRCONDACCESS_H /* - * $Id: EcalSRCondTools.h,v 1.3 2011/03/02 14:47:41 pgras Exp $ + * $Id: EcalSRCondTools.h,v 1.2 2010/06/14 10:45:16 pgras Exp $ */ #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/SimCalorimetry/EcalSelectiveReadoutProducers/src/EcalSRCondTools.cc b/SimCalorimetry/EcalSelectiveReadoutProducers/src/EcalSRCondTools.cc index 4672f366a5502..75628124da26b 100644 --- a/SimCalorimetry/EcalSelectiveReadoutProducers/src/EcalSRCondTools.cc +++ b/SimCalorimetry/EcalSelectiveReadoutProducers/src/EcalSRCondTools.cc @@ -1,6 +1,6 @@ //emacs settings:-*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*- /* - * $Id: EcalSRCondTools.cc,v 1.4 2012/06/26 18:53:24 eulisse Exp $ + * $Id: EcalSRCondTools.cc,v 1.3 2010/09/13 20:04:28 pgras Exp $ * * author: Ph Gras. June, 2010 */ diff --git a/SimCalorimetry/EcalTestBeamAlgos/interface/EcalTBReadout.h b/SimCalorimetry/EcalTestBeamAlgos/interface/EcalTBReadout.h index 040bb4e73495d..26eb3de430eb9 100644 --- a/SimCalorimetry/EcalTestBeamAlgos/interface/EcalTBReadout.h +++ b/SimCalorimetry/EcalTestBeamAlgos/interface/EcalTBReadout.h @@ -3,7 +3,7 @@ /* * - * $Id: EcalTBReadout.h,v 1.4 2010/12/20 23:24:14 heltsley Exp $ + * $Id: EcalTBReadout.h,v 1.3 2009/06/18 16:44:00 heltsley Exp $ * */ diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.cc b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.cc index 816371584a27c..c72616d2f396b 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.cc +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.cc @@ -11,7 +11,7 @@ // // Original Author: Ursula Berthon // Created: Wed Oct 15 11:38:38 CEST 2008 -// $Id: EcalTPCondAnalyzer.cc,v 1.6 2011/10/24 15:27:54 ebecheva Exp $ +// $Id: EcalTPCondAnalyzer.cc,v 1.5 2011/07/05 13:53:08 ebecheva Exp $ // // // diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.h b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.h index 089254facb1d2..da4a6670a6429 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.h +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPCondAnalyzer.h @@ -11,7 +11,7 @@ // // Original Author: Ursula Berthon // Created: Wed Oct 15 11:38:38 CEST 2008 -// $Id: EcalTPCondAnalyzer.h,v 1.6 2013/02/28 20:06:33 wmtan Exp $ +// $Id: EcalTPCondAnalyzer.h,v 1.5 2011/03/09 13:10:32 ebecheva Exp $ // // diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.cc b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.cc index e108dab6644a8..5d9811d632e04 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.cc +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.cc @@ -11,7 +11,7 @@ // // Original Author: Ursula Berthon // Created: Thu Jul 4 11:38:38 CEST 2005 -// $Id: EcalTPInputAnalyzer.cc,v 1.5 2008/01/17 13:40:52 uberthon Exp $ +// $Id: EcalTPInputAnalyzer.cc,v 1.4 2007/12/19 14:22:01 uberthon Exp $ // // diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.h b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.h index e21e736b4c316..8adb3775a0763 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.h +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTPInputAnalyzer.h @@ -12,7 +12,7 @@ // // Original Author: Ursula Berthon // Created: Thu Jul 4 11:38:38 CEST 2005 -// $Id: EcalTPInputAnalyzer.h,v 1.3 2013/02/28 20:06:33 wmtan Exp $ +// $Id: EcalTPInputAnalyzer.h,v 1.2 2008/01/17 13:40:55 uberthon Exp $ // // diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.cc b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.cc index d560133a7846f..090db0a63cece 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.cc +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.cc @@ -11,7 +11,7 @@ // // Original Author: Ursula Berthon, Stephanie Baffioni, Pascal Paganini // Created: Thu Jul 4 11:38:38 CEST 2005 -// $Id: EcalTrigPrimAnalyzer.cc,v 1.18 2008/06/24 13:03:14 uberthon Exp $ +// $Id: EcalTrigPrimAnalyzer.cc,v 1.16 2008/06/20 13:21:54 uberthon Exp $ // // diff --git a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.h b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.h index d2ffa070da258..164788a878e13 100644 --- a/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.h +++ b/SimCalorimetry/EcalTrigPrimProducers/plugins/EcalTrigPrimAnalyzer.h @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Thu Jul 4 11:38:38 CEST 2005 -// $Id: EcalTrigPrimAnalyzer.h,v 1.12 2013/02/28 20:06:33 wmtan Exp $ +// $Id: EcalTrigPrimAnalyzer.h,v 1.11 2010/02/11 00:14:53 wmtan Exp $ // // diff --git a/SimCalorimetry/EcalZeroSuppressionAlgos/interface/EcalZeroSuppressor.h b/SimCalorimetry/EcalZeroSuppressionAlgos/interface/EcalZeroSuppressor.h index 405ff69c38d33..022403fb88599 100644 --- a/SimCalorimetry/EcalZeroSuppressionAlgos/interface/EcalZeroSuppressor.h +++ b/SimCalorimetry/EcalZeroSuppressionAlgos/interface/EcalZeroSuppressor.h @@ -4,8 +4,8 @@ /* * \file EcalZeroSuppressor.h * - * $Date: 2011/05/20 17:17:34 $ - * $Revision: 1.5 $ + * $Date: 2007/09/28 10:02:04 $ + * $Revision: 1.4 $ * \author F. Cossutti * */ diff --git a/SimCalorimetry/EcalZeroSuppressionAlgos/interface/TrivialAmplitudeAlgo.h b/SimCalorimetry/EcalZeroSuppressionAlgos/interface/TrivialAmplitudeAlgo.h index 58f6d12a33fd6..8c69a2bea89b3 100644 --- a/SimCalorimetry/EcalZeroSuppressionAlgos/interface/TrivialAmplitudeAlgo.h +++ b/SimCalorimetry/EcalZeroSuppressionAlgos/interface/TrivialAmplitudeAlgo.h @@ -4,8 +4,8 @@ /* * \file TrivialAmplitudeAlgo.h * - * $Date: 2011/05/20 17:17:34 $ - * $Revision: 1.6 $ + * $Date: 2007/03/07 10:12:43 $ + * $Revision: 1.5 $ * \author F. Cossutti * * simple weights algorithm for energy and pedestal reconstruction diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDIonFeedbackSim.h b/SimCalorimetry/HcalSimAlgos/interface/HPDIonFeedbackSim.h index 9d01bd5238a8c..ad2613cc8a099 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDIonFeedbackSim.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDIonFeedbackSim.h @@ -6,7 +6,7 @@ // // Project: HPD ion feedback // Author: T.Yetkin University of Iowa, Feb. 16, 2010 -// $Id: HPDIonFeedbackSim.h,v 1.3 2011/02/23 19:51:51 rpw Exp $ +// $Id: HPDIonFeedbackSim.h,v 1.2 2010/02/27 00:35:48 rpw Exp $ // -------------------------------------------------------- #ifndef HcalSimAlgos_HPDIonFeedbackSim_h diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h index 57e0554b44160..36ef4e3f081d0 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h @@ -5,7 +5,7 @@ // Object to store correlated noise data for one HPD // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseData.h,v 1.4 2008/08/04 22:07:08 fedor Exp $ +// $Id: HPDNoiseData.h,v 1.3 2008/04/24 18:12:21 rpw Exp $ // -------------------------------------------------------- #include "TObject.h" diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataCatalog.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataCatalog.h index 384ad08382b7f..c7f0565112293 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataCatalog.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataCatalog.h @@ -5,7 +5,7 @@ // Object to store HPD instance name and noise rate for the instance // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseDataCatalog.h,v 1.4 2008/08/04 22:07:08 fedor Exp $ +// $Id: HPDNoiseDataCatalog.h,v 1.3 2008/07/21 18:30:03 tyetkin Exp $ // -------------------------------------------------------- #include diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataFrame.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataFrame.h index c4314d9e7cfb7..c6d1f996bc7ab 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataFrame.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataFrame.h @@ -5,7 +5,7 @@ // Object to store all timeslices of noise signal frame // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseDataFrame.h,v 1.2 2008/08/04 22:07:08 fedor Exp $ +// $Id: HPDNoiseDataFrame.h,v 1.1 2008/01/16 02:12:38 fedor Exp $ // -------------------------------------------------------- #include "TObject.h" diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseLibraryReader.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseLibraryReader.h index bd6b117645ec1..d3469ff4a6912 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseLibraryReader.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseLibraryReader.h @@ -11,7 +11,7 @@ // // Project: HPD noise library reader // Author: T.Yetkin University of Iowa, Feb. 7, 2008 -// $Id: HPDNoiseLibraryReader.h,v 1.4 2012/08/28 14:50:42 yana Exp $ +// $Id: HPDNoiseLibraryReader.h,v 1.3 2008/09/19 17:03:50 tyetkin Exp $ // -------------------------------------------------------- #ifndef HcalSimAlgos_HPDNoiseLibraryReader_h diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseMaker.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseMaker.h index 29ee2b557f09a..81a48c2f33773 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseMaker.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseMaker.h @@ -5,7 +5,7 @@ // Engine to store HPD noise events in the library // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseMaker.h,v 1.3 2008/07/21 18:30:03 tyetkin Exp $ +// $Id: HPDNoiseMaker.h,v 1.2 2008/01/17 23:35:52 fedor Exp $ // -------------------------------------------------------- #include diff --git a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseReader.h b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseReader.h index 6e3eedabbe78e..87793673291b3 100644 --- a/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseReader.h +++ b/SimCalorimetry/HcalSimAlgos/interface/HPDNoiseReader.h @@ -5,7 +5,7 @@ // Engine to read HPD noise events from the library // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseReader.h,v 1.3 2008/07/21 18:30:03 tyetkin Exp $ +// $Id: HPDNoiseReader.h,v 1.2 2008/01/17 23:35:52 fedor Exp $ // -------------------------------------------------------- #include diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDIonFeedbackSim.cc b/SimCalorimetry/HcalSimAlgos/src/HPDIonFeedbackSim.cc index aecba925a3c2a..e4a38eb8a65ea 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDIonFeedbackSim.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDIonFeedbackSim.cc @@ -6,7 +6,7 @@ // // Project: HPD ion feedback // Author: T.Yetkin University of Iowa, Feb. 16, 2010 -// $Id: HPDIonFeedbackSim.cc,v 1.6 2011/11/14 11:08:16 abdullin Exp $ +// $Id: HPDIonFeedbackSim.cc,v 1.5 2011/02/23 19:52:01 rpw Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDIonFeedbackSim.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseData.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseData.cc index 489d91fb943c8..50b80feae2068 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseData.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseData.cc @@ -2,7 +2,7 @@ // Object to store correlated noise data for one HPD // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseData.cc,v 1.2 2012/06/07 18:12:43 wmtan Exp $ +// $Id: HPDNoiseData.cc,v 1.1.10.1 2012/03/16 17:52:51 wmtan Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataCatalog.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataCatalog.cc index b9cc00cb813ee..bdbedcaa7b29a 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataCatalog.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataCatalog.cc @@ -2,7 +2,7 @@ // Object to store HPD instance name and noise rate for the instance // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseDataCatalog.cc,v 1.3 2008/07/21 18:30:03 tyetkin Exp $ +// $Id: HPDNoiseDataCatalog.cc,v 1.2 2008/01/17 23:35:53 fedor Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataCatalog.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataFrame.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataFrame.cc index b809b8b01acd2..f6d298346f1c2 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataFrame.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseDataFrame.cc @@ -2,7 +2,7 @@ // Object to store all timeslices of noise signal frame // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseDataFrame.cc,v 1.2 2008/01/16 17:36:00 fedor Exp $ +// $Id: HPDNoiseDataFrame.cc,v 1.1 2008/01/16 02:12:41 fedor Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseDataFrame.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseLibraryReader.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseLibraryReader.cc index d6deea6a87a78..56807463113fa 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseLibraryReader.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseLibraryReader.cc @@ -11,7 +11,7 @@ // // Project: HPD noise library reader // Author: T.Yetkin University of Iowa, Feb. 7, 2008 -// $Id: HPDNoiseLibraryReader.cc,v 1.5 2012/06/07 18:12:43 wmtan Exp $ +// $Id: HPDNoiseLibraryReader.cc,v 1.4.2.1 2012/03/16 17:52:51 wmtan Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseLibraryReader.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseMaker.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseMaker.cc index 030be1862ad2e..28610229bfaa7 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseMaker.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseMaker.cc @@ -2,7 +2,7 @@ // Engine to store HPD noise events in the library // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseMaker.cc,v 1.5 2008/08/04 22:07:08 fedor Exp $ +// $Id: HPDNoiseMaker.cc,v 1.4 2008/07/21 18:30:03 tyetkin Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseMaker.h" diff --git a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseReader.cc b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseReader.cc index 591b24c777bee..6da3ae26b0c21 100644 --- a/SimCalorimetry/HcalSimAlgos/src/HPDNoiseReader.cc +++ b/SimCalorimetry/HcalSimAlgos/src/HPDNoiseReader.cc @@ -2,7 +2,7 @@ // Engine to read HPD noise events from the library // Project: HPD noise library // Author: F.Ratnikov UMd, Jan. 15, 2008 -// $Id: HPDNoiseReader.cc,v 1.4 2008/08/04 22:07:08 fedor Exp $ +// $Id: HPDNoiseReader.cc,v 1.3 2008/07/21 18:30:03 tyetkin Exp $ // -------------------------------------------------------- #include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseReader.h" diff --git a/SimCalorimetry/HcalSimProducers/test/hcalTest_cfg.py b/SimCalorimetry/HcalSimProducers/test/hcalTest_cfg.py index 272a9ba715a4b..f1079f680ff2c 100644 --- a/SimCalorimetry/HcalSimProducers/test/hcalTest_cfg.py +++ b/SimCalorimetry/HcalSimProducers/test/hcalTest_cfg.py @@ -25,7 +25,7 @@ process.load('Configuration/StandardSequences/FrontierConditions_GlobalTag_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.125 $'), annotation = cms.untracked.string('SinglePiPt100.cfi nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalRealisticZS.h b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalRealisticZS.h index 064baee2de7d3..946b67406108b 100644 --- a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalRealisticZS.h +++ b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalRealisticZS.h @@ -15,8 +15,8 @@ /** \class HcalSimpleRealisticZS -$Date: 2012/10/31 15:34:25 $ -$Revision: 1.4 $ +$Date: 2011/05/20 17:17:34 $ +$Revision: 1.3 $ \author J. Mans - Minnesota */ class HcalRealisticZS : public edm::EDProducer { diff --git a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalSimpleAmplitudeZS.h b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalSimpleAmplitudeZS.h index db0984bf8e7af..668cdce91ce25 100644 --- a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalSimpleAmplitudeZS.h +++ b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalSimpleAmplitudeZS.h @@ -12,8 +12,8 @@ /** \class HcalSimpleAmplitudeZS -$Date: 2012/10/31 15:34:25 $ -$Revision: 1.4 $ +$Date: 2011/05/20 17:17:34 $ +$Revision: 1.3 $ \author J. Mans - Minnesota */ class HcalSimpleAmplitudeZS : public edm::EDProducer { diff --git a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoEnergy.h b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoEnergy.h index a41b7ec8466c4..f870001e0b57b 100644 --- a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoEnergy.h +++ b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoEnergy.h @@ -11,8 +11,8 @@ * pedestal, and compare with digital threshold (in ADC counts). The algorithm * can keep both positive and negative side fluctuations if "two sided" is enabled. * - * $Date: 2012/10/31 15:34:25 $ - * $Revision: 1.1 $ + * $Date: 2009/10/31 00:02:39 $ + * $Revision: 1.3 $ * \author J. Mans - Minnesota */ class HcalZSAlgoEnergy : public HcalZeroSuppressionAlgo { diff --git a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoRealistic.h b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoRealistic.h index b7211c5d13d84..ffd50b17d8c4e 100644 --- a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoRealistic.h +++ b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZSAlgoRealistic.h @@ -9,8 +9,8 @@ * up consecutive 2 samples in a slice of 10 time samples, beginning with (start) * sample. If any of the sums are greater then the threshold, keep the event. * - * $Date: 2012/10/31 15:34:25 $ - * $Revision: 1.1 $ + * $Date: 2011/07/01 05:51:53 $ + * $Revision: 1.7 $ * \author S. Sengupta - Minnesota */ class HcalZSAlgoRealistic : public HcalZeroSuppressionAlgo { diff --git a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZeroSuppressionAlgo.h b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZeroSuppressionAlgo.h index 0521aa96229d5..803dd5e5d13f3 100644 --- a/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZeroSuppressionAlgo.h +++ b/SimCalorimetry/HcalZeroSuppressionProducers/src/HcalZeroSuppressionAlgo.h @@ -7,8 +7,8 @@ /** \class HcalZeroSuppessionAlgo * - * $Date: 2012/10/31 15:34:25 $ - * $Revision: 1.1 $ + * $Date: 2009/10/31 00:02:39 $ + * $Revision: 1.4 $ * \author J. Mans - Minnesota */ diff --git a/SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h b/SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h index 4d1c4357031cc..0fdf6490db2de 100755 --- a/SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h +++ b/SimDataFormats/EcalTestBeam/interface/HodoscopeDetId.h @@ -11,7 +11,7 @@ * Hodoscope fiber identifier class for the ECAL TBH4 setup * * - * $Id: HodoscopeDetId.h,v 1.2 2011/06/03 19:17:00 heltsley Exp $ + * $Id: HodoscopeDetId.h,v 1.1 2007/03/16 19:33:23 fabiocos Exp $ */ // bkh June 2011: must be a calo detid type that is recognized by diff --git a/SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h b/SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h index beb202c7a49a7..4f048679e9216 100644 --- a/SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h +++ b/SimDataFormats/EcalTestBeam/interface/PEcalTBInfo.h @@ -6,7 +6,7 @@ // Class : PEcalTBInfo // // -// $Id: PEcalTBInfo.h,v 1.2 2006/10/25 16:58:04 fabiocos Exp $ +// $Id: PEcalTBInfo.h,v 1.1 2006/05/30 16:43:42 fabiocos Exp $ // // system include files diff --git a/SimDataFormats/EcalTestBeam/src/PEcalTBInfo.cc b/SimDataFormats/EcalTestBeam/src/PEcalTBInfo.cc index 8746b047b4888..f165a4845befb 100644 --- a/SimDataFormats/EcalTestBeam/src/PEcalTBInfo.cc +++ b/SimDataFormats/EcalTestBeam/src/PEcalTBInfo.cc @@ -1,5 +1,5 @@ // -// $Id: PEcalTBInfo.cc,v 1.2 2006/10/25 16:58:05 fabiocos Exp $ +// $Id: PEcalTBInfo.cc,v 1.1 2006/05/30 16:43:43 fabiocos Exp $ // // system include files diff --git a/SimDataFormats/Forward/interface/LHCTransportLink.h b/SimDataFormats/Forward/interface/LHCTransportLink.h index c49576568faf2..585ad0f15f592 100644 --- a/SimDataFormats/Forward/interface/LHCTransportLink.h +++ b/SimDataFormats/Forward/interface/LHCTransportLink.h @@ -15,7 +15,7 @@ // // Original Author: // Created: Fri May 29 17:00:00 CEST 2009 -// $Id: LHCTransportLink.h,v 1.1 2009/06/10 08:10:26 fabiocos Exp $ +// $Id:$ // // system include files diff --git a/SimDataFormats/Forward/interface/TotemTestHistoClass.h b/SimDataFormats/Forward/interface/TotemTestHistoClass.h index 073c2abf72e09..64abfc7c0a2b0 100644 --- a/SimDataFormats/Forward/interface/TotemTestHistoClass.h +++ b/SimDataFormats/Forward/interface/TotemTestHistoClass.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemTestHistoClass.h,v 1.1 2006/11/16 16:40:31 sunanda Exp $ +// $Id: TotemTestHistoClass.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ // // system include files diff --git a/SimDataFormats/Forward/src/TotemTestHistoClass.cc b/SimDataFormats/Forward/src/TotemTestHistoClass.cc index 71b701466e834..2980d40849eee 100644 --- a/SimDataFormats/Forward/src/TotemTestHistoClass.cc +++ b/SimDataFormats/Forward/src/TotemTestHistoClass.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemTestHistoClass.cc,v 1.1 2006/11/16 16:40:32 sunanda Exp $ +// $Id: TotemTestHistoClass.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ // // system include files diff --git a/SimDataFormats/HcalTestBeam/interface/HcalTB02HistoClass.h b/SimDataFormats/HcalTestBeam/interface/HcalTB02HistoClass.h index 9c680391e91a6..77d0dbf1dda2c 100644 --- a/SimDataFormats/HcalTestBeam/interface/HcalTB02HistoClass.h +++ b/SimDataFormats/HcalTestBeam/interface/HcalTB02HistoClass.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Thu Sun 21 10:14:34 CEST 2006 -// $Id: HcalTB02HistoClass.h,v 1.1 2006/11/13 10:04:36 sunanda Exp $ +// $Id: HcalTB02HistoClass.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $ // // system include files diff --git a/SimDataFormats/HcalTestBeam/interface/PHcalTB04Info.h b/SimDataFormats/HcalTestBeam/interface/PHcalTB04Info.h index 2ec7612f37cb1..f10e7bf46d94f 100644 --- a/SimDataFormats/HcalTestBeam/interface/PHcalTB04Info.h +++ b/SimDataFormats/HcalTestBeam/interface/PHcalTB04Info.h @@ -17,7 +17,7 @@ // // Original Author: Sunanda Banerjee // Created: Sun May 14 10:14:34 CEST 2006 -// $Id: PHcalTB04Info.h,v 1.3 2013/04/22 22:30:15 wmtan Exp $ +// $Id: PHcalTB04Info.h,v 1.2 2006/11/15 05:52:36 sunanda Exp $ // // system include files diff --git a/SimDataFormats/HcalTestBeam/src/PHcalTB04Info.cc b/SimDataFormats/HcalTestBeam/src/PHcalTB04Info.cc index 4a24faec39e64..34aaa4b549e71 100644 --- a/SimDataFormats/HcalTestBeam/src/PHcalTB04Info.cc +++ b/SimDataFormats/HcalTestBeam/src/PHcalTB04Info.cc @@ -8,7 +8,7 @@ // // Original Author: Sunanda Banerjee // Created: Sun May 14 10:25:44 CEST 2006 -// $Id: PHcalTB04Info.cc,v 1.4 2013/04/22 22:30:15 wmtan Exp $ +// $Id: PHcalTB04Info.cc,v 1.3 2006/11/16 16:45:03 sunanda Exp $ // // system include files diff --git a/SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h b/SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h index f41ab6e036342..84663d8e8a800 100644 --- a/SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h +++ b/SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h @@ -13,7 +13,7 @@ Usage: purely descriptive // // Original Author: Mike Hildreth, Notre Dame // Created: July 1, 2010 -// $Id: PileupSummaryInfo.h,v 1.4 2011/07/05 00:40:39 mikeh Exp $ +// $Id: PileupSummaryInfo.h,v 1.3 2011/03/07 05:57:38 mikeh Exp $ // #include "DataFormats/Provenance/interface/EventID.h" diff --git a/SimDataFormats/PileupSummaryInfo/src/PileupSummaryInfo.cc b/SimDataFormats/PileupSummaryInfo/src/PileupSummaryInfo.cc index cc25113b27757..290f8e083a580 100644 --- a/SimDataFormats/PileupSummaryInfo/src/PileupSummaryInfo.cc +++ b/SimDataFormats/PileupSummaryInfo/src/PileupSummaryInfo.cc @@ -8,7 +8,7 @@ // // Original Author: Mike Hildreth, Notre Dame // Created: -// $Id: PileupSummaryInfo.cc,v 1.5 2011/07/05 00:40:41 mikeh Exp $ +// $Id: PileupSummaryInfo.cc,v 1.4 2011/05/23 17:33:06 mikeh Exp $ // #include "SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h" diff --git a/SimDataFormats/RandomEngine/interface/RandomEngineState.h b/SimDataFormats/RandomEngine/interface/RandomEngineState.h index 9368e9a7d6ec8..87f0449688a9f 100644 --- a/SimDataFormats/RandomEngine/interface/RandomEngineState.h +++ b/SimDataFormats/RandomEngine/interface/RandomEngineState.h @@ -17,7 +17,7 @@ service. // // Original Author: W. David Dagenhart, Fermilab // Created: Tue Oct 3 09:56:36 CDT 2006 -// $Id: RandomEngineState.h,v 1.2 2011/01/04 17:55:19 wdd Exp $ +// $Id: RandomEngineState.h,v 1.1 2006/10/17 20:45:52 wdd Exp $ // #include diff --git a/SimDataFormats/RandomEngine/src/RandomEngineState.cc b/SimDataFormats/RandomEngine/src/RandomEngineState.cc index cb58e0b4cf950..1e370725d23cc 100644 --- a/SimDataFormats/RandomEngine/src/RandomEngineState.cc +++ b/SimDataFormats/RandomEngine/src/RandomEngineState.cc @@ -8,7 +8,7 @@ // // Original Author: W. David Dagenhart, Fermilab // Created: Tue Oct 3 09:59:30 CDT 2006 -// $Id: RandomEngineState.cc,v 1.1 2006/10/17 20:44:52 wdd Exp $ +// $Id$ // #include "SimDataFormats/RandomEngine/interface/RandomEngineState.h" diff --git a/SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h b/SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h index 06289d5522402..e6a84f80d6ed3 100755 --- a/SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h +++ b/SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h @@ -6,7 +6,7 @@ * A simulated Vertex with links to TrackingParticles * for analysis of track and vertex reconstruction * - * \version $Id: TrackingVertex.h,v 1.27 2013/06/24 13:07:32 speer Exp $ + * \version $Id: TrackingVertex.h,v 1.26.4.1 2013/05/14 14:17:30 speer Exp $ * */ diff --git a/SimDataFormats/ValidationFormats/interface/PValidationFormats.h b/SimDataFormats/ValidationFormats/interface/PValidationFormats.h index ea57f9c639518..12025908cc636 100644 --- a/SimDataFormats/ValidationFormats/interface/PValidationFormats.h +++ b/SimDataFormats/ValidationFormats/interface/PValidationFormats.h @@ -11,8 +11,8 @@ * * DataFormat class to hold the information for the Global Hit Validation * - * $Date: 2013/04/22 22:33:07 $ - * $Revision: 1.4 $ + * $Date: 2007/11/20 12:45:10 $ + * $Revision: 1.3 $ * \author M. Strang SUNY-Buffalo */ diff --git a/SimDataFormats/ValidationFormats/src/PValidationFormats.cc b/SimDataFormats/ValidationFormats/src/PValidationFormats.cc index a896d67d5d6a4..c134077e87e05 100644 --- a/SimDataFormats/ValidationFormats/src/PValidationFormats.cc +++ b/SimDataFormats/ValidationFormats/src/PValidationFormats.cc @@ -3,8 +3,8 @@ * See header file for description of classes * conglomoration of all Validation SimDataFormats * - * $Date: 2013/04/22 22:33:08 $ - * $Revision: 1.2 $ + * $Date: 2007/10/04 19:26:49 $ + * $Revision: 1.1 $ * \author M. Strang SUNY-Buffalo */ diff --git a/SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h b/SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h index 3ca8e550d2ca4..4a18542c1f318 100644 --- a/SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h +++ b/SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h @@ -1,82 +1,82 @@ -#ifndef CalibCalorimetry_EnergyResolutionVsLumi_H -#define CalibCalorimetry_EnergyResolutionVsLumi_H -// system include files - -#include -#include -#include -#include - -#include -#include - -#include - -#include "SimG4CMS/Calo/interface/EvolutionECAL.h" -#include "DataFormats/DetId/interface/DetId.h" - -class EnergyResolutionVsLumi { - - public: - - EnergyResolutionVsLumi(); - - EnergyResolutionVsLumi(double lumi, double instlumi){ - m_lumi=lumi; - m_instlumi=instlumi; - calcmuTot(); - }; - - - virtual ~EnergyResolutionVsLumi(); - - - struct DegradationAtEta{ - double eta; - double muEM; - double muHD; - double ampDropTransparency; - double ampDropPhotoDetector; - double ampDropTotal; - double noiseIncreaseADC; - double resolutitonConstantTerm; - }; - - - - - DegradationAtEta CalculateDegradation(double eta); - double Resolution(double eta, double ene); - void Decomposition(); - - void setLumi(double x){m_lumi=x;}; - void setInstLumi(double x){m_instlumi=x;}; - void setLumies(double x, double y){m_lumi=x, m_instlumi=y, calcmuTot();}; - - double calcmuEM(double eta); - double calcmuHD(double eta); - double calcampDropTransparency(double eta); - double calcampDropPhotoDetector(double eta); - double calcampDropTotal(double eta); - double calcnoiseIncreaseADC(double eta); - double calcnoiseADC(double eta); - double calcresolutitonConstantTerm(double eta); - - double calcLightCollectionEfficiencyWeighted(DetId id, double z); - - double calcLightCollectionEfficiencyWeighted2(double eta, double z, double mu_ind=-1.0); - double calcmuTot(double eta); - void calcmuTot(); - double getmuTot(double eta, int ix, int iy); - - - private: - double m_lumi; - double m_instlumi; - double mu_eta[10085]; - double vpt_eta[10085]; - - -}; - -#endif +#ifndef CalibCalorimetry_EnergyResolutionVsLumi_H +#define CalibCalorimetry_EnergyResolutionVsLumi_H +// system include files + +#include +#include +#include +#include + +#include +#include + +#include + +#include "SimG4CMS/Calo/interface/EvolutionECAL.h" +#include "DataFormats/DetId/interface/DetId.h" + +class EnergyResolutionVsLumi { + + public: + + EnergyResolutionVsLumi(); + + EnergyResolutionVsLumi(double lumi, double instlumi){ + m_lumi=lumi; + m_instlumi=instlumi; + calcmuTot(); + }; + + + virtual ~EnergyResolutionVsLumi(); + + + struct DegradationAtEta{ + double eta; + double muEM; + double muHD; + double ampDropTransparency; + double ampDropPhotoDetector; + double ampDropTotal; + double noiseIncreaseADC; + double resolutitonConstantTerm; + }; + + + + + DegradationAtEta CalculateDegradation(double eta); + double Resolution(double eta, double ene); + void Decomposition(); + + void setLumi(double x){m_lumi=x;}; + void setInstLumi(double x){m_instlumi=x;}; + void setLumies(double x, double y){m_lumi=x, m_instlumi=y, calcmuTot();}; + + double calcmuEM(double eta); + double calcmuHD(double eta); + double calcampDropTransparency(double eta); + double calcampDropPhotoDetector(double eta); + double calcampDropTotal(double eta); + double calcnoiseIncreaseADC(double eta); + double calcnoiseADC(double eta); + double calcresolutitonConstantTerm(double eta); + + double calcLightCollectionEfficiencyWeighted(DetId id, double z); + + double calcLightCollectionEfficiencyWeighted2(double eta, double z, double mu_ind=-1.0); + double calcmuTot(double eta); + void calcmuTot(); + double getmuTot(double eta, int ix, int iy); + + + private: + double m_lumi; + double m_instlumi; + double mu_eta[10085]; + double vpt_eta[10085]; + + +}; + +#endif diff --git a/SimG4CMS/Calo/interface/EvolutionECAL.h b/SimG4CMS/Calo/interface/EvolutionECAL.h index 8d39957926137..6fe0ba3f16347 100644 --- a/SimG4CMS/Calo/interface/EvolutionECAL.h +++ b/SimG4CMS/Calo/interface/EvolutionECAL.h @@ -1,53 +1,53 @@ -#ifndef CalibCalorimetry_EcalPlugins_EvolutionECAL_H -#define CalibCalorimetry_EcalPlugins_EvolutionECAL_H -// system include files - -#include -#include -#include -#include - -#include -#include - -#include -#include "TF1.h" -#include "TH1F.h" -#include "TMath.h" -#include "TObjArray.h" -#include "TFile.h" -#include "TString.h" -#include -#include - -class EvolutionECAL { - -public: - - EvolutionECAL(); - virtual ~EvolutionECAL(); - - - double LightCollectionEfficiency(double z, double mu); - double DamageProfileEta(double eta); - double DamageProfileEtaAPD(double eta); - double InducedAbsorptionHadronic(double lumi, double eta); - double DoseLongitudinalProfile(double z); - double InducedAbsorptionEM(double lumi, double eta); - double DegradationMeanEM50GeV(double mu); - double DegradationNonLinearityEM50GeV(double mu, double ene); - double ResolutionConstantTermEM50GeV(double mu); - double ChargeVPTCathode(double instLumi, double eta, double integralLumi); - double AgingVPT(double instLumi, double integralLumi, double eta); - double NoiseFactorFE(double lumi, double eta); - Double_t EquilibriumFractionColorCentersEM(double *x, double *par); - double LightCollectionEfficiencyWeighted(double z, double mu_ind); - - - -}; - - - -#endif - +#ifndef CalibCalorimetry_EcalPlugins_EvolutionECAL_H +#define CalibCalorimetry_EcalPlugins_EvolutionECAL_H +// system include files + +#include +#include +#include +#include + +#include +#include + +#include +#include "TF1.h" +#include "TH1F.h" +#include "TMath.h" +#include "TObjArray.h" +#include "TFile.h" +#include "TString.h" +#include +#include + +class EvolutionECAL { + +public: + + EvolutionECAL(); + virtual ~EvolutionECAL(); + + + double LightCollectionEfficiency(double z, double mu); + double DamageProfileEta(double eta); + double DamageProfileEtaAPD(double eta); + double InducedAbsorptionHadronic(double lumi, double eta); + double DoseLongitudinalProfile(double z); + double InducedAbsorptionEM(double lumi, double eta); + double DegradationMeanEM50GeV(double mu); + double DegradationNonLinearityEM50GeV(double mu, double ene); + double ResolutionConstantTermEM50GeV(double mu); + double ChargeVPTCathode(double instLumi, double eta, double integralLumi); + double AgingVPT(double instLumi, double integralLumi, double eta); + double NoiseFactorFE(double lumi, double eta); + Double_t EquilibriumFractionColorCentersEM(double *x, double *par); + double LightCollectionEfficiencyWeighted(double z, double mu_ind); + + + +}; + + + +#endif + diff --git a/SimG4CMS/Calo/src/EnergyResolutionVsLumi.cc b/SimG4CMS/Calo/src/EnergyResolutionVsLumi.cc index 8ff3f07e9285c..3f6dc4c8e3bc8 100644 --- a/SimG4CMS/Calo/src/EnergyResolutionVsLumi.cc +++ b/SimG4CMS/Calo/src/EnergyResolutionVsLumi.cc @@ -1,325 +1,325 @@ -#include -#include -#include "SimG4CMS/Calo/interface/EvolutionECAL.h" -#include "SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h" -#include "DataFormats/EcalDetId/interface/EBDetId.h" -#include "DataFormats/EcalDetId/interface/EEDetId.h" -#include "DataFormats/EcalDetId/interface/EcalSubdetector.h" - - -EnergyResolutionVsLumi::EnergyResolutionVsLumi() -{ - m_lumi=0; - m_instlumi=0; - -} - -EnergyResolutionVsLumi::~EnergyResolutionVsLumi() -{ -} - - -EnergyResolutionVsLumi::DegradationAtEta EnergyResolutionVsLumi::CalculateDegradation(double eta) -{ - DegradationAtEta result; - - result.eta = eta; - double totLumi = m_lumi; - double instLumi = m_instlumi; - - EvolutionECAL model; - - // Index of induced absorption due to EM damages in PWO4 - result.muEM = model.InducedAbsorptionEM(instLumi, eta); - - // Index of induced absorption due to hadron damages in PWO4 - result.muHD = model.InducedAbsorptionHadronic(totLumi, eta); - - // Average degradation of amplitude due to transparency change - result.ampDropTransparency = model.DegradationMeanEM50GeV(result.muEM+result.muHD); - - // Average degradation of amplitude due to photo-detector aging - result.ampDropPhotoDetector = model.AgingVPT(instLumi, totLumi, eta); - - result.ampDropTotal = result.ampDropTransparency*result.ampDropPhotoDetector; - - // Noise increase in ADC counts due to photo-detector and front-end - result.noiseIncreaseADC = model.NoiseFactorFE(totLumi, eta); - - // Resolution degradation due to LY non-uniformity caused by transparency loss - result.resolutitonConstantTerm = model.ResolutionConstantTermEM50GeV(result.muEM+result.muHD); - - return result; -} - - -double EnergyResolutionVsLumi::calcmuEM(double eta) -{ - double instLumi = m_instlumi; - EvolutionECAL model; - double result = model.InducedAbsorptionEM(instLumi, eta); - return result; -} - -double EnergyResolutionVsLumi::calcmuHD(double eta) -{ - double totLumi = m_lumi; - EvolutionECAL model; - double result = model.InducedAbsorptionHadronic(totLumi, eta); - return result; -} - - -void EnergyResolutionVsLumi::calcmuTot(){ - - for(int iEta=1; iEta<=EBDetId::MAX_IETA ;++iEta) { - if(iEta==0) continue; - - double eta=EBDetId::approxEta(EBDetId(iEta,1)); - eta = fabs(eta); - double r= calcmuTot(eta); - - mu_eta[iEta]=r; - vpt_eta[iEta]=1.0; - - } - - for(int iX=EEDetId::IX_MIN; iX<=EEDetId::IX_MAX ;++iX) { - for(int iY=EEDetId::IY_MIN; iY<=EEDetId::IY_MAX; ++iY) { - if (EEDetId::validDetId(iX,iY,1)) - { - EEDetId eedetidpos(iX,iY,1); - double eta= -log(tan(0.5*atan(sqrt((iX-50.0)*(iX-50.0)+(iY-50.0)*(iY-50.0))*2.98/328.))); - eta = fabs(eta); - double r=calcmuTot(eta); - double v=calcampDropPhotoDetector(eta); - - mu_eta[EBDetId::MAX_IETA+iX+iY*(EEDetId::IX_MAX)]=r; - vpt_eta[EBDetId::MAX_IETA+iX+iY*(EEDetId::IX_MAX)]=v; - //std::cout<<"eta/mu/vpt"<0.98) zcor=0.98; - - double result=model.LightCollectionEfficiencyWeighted( zcor , muTot)*v; - - - - return result; - -} - - - -double EnergyResolutionVsLumi::calcLightCollectionEfficiencyWeighted2(double eta, double z, double mu_ind) -{ - if(mu_ind<0) mu_ind=this->calcmuTot(eta); - double v= this->calcampDropPhotoDetector(eta); - EvolutionECAL model; - double result=model.LightCollectionEfficiencyWeighted( z , mu_ind)*v; - return result; -} - - -double EnergyResolutionVsLumi::calcmuTot(double eta) -{ - double totLumi = m_lumi; - double instLumi = m_instlumi; - EvolutionECAL model; - double muEM = model.InducedAbsorptionEM(instLumi, eta); - double muH = model.InducedAbsorptionHadronic(totLumi, eta); - double result=muEM+muH; - return result; -} - -double EnergyResolutionVsLumi::calcampDropTransparency(double eta) -{ - double muEM=this->calcmuEM(eta); - double muHD=this->calcmuHD(eta); - EvolutionECAL model; - double result = model.DegradationMeanEM50GeV(muEM+muHD); - return result; -} - -double EnergyResolutionVsLumi::calcampDropPhotoDetector(double eta) -{ - double instLumi = m_instlumi; - double totLumi = m_lumi; - EvolutionECAL model; - double result = model.AgingVPT(instLumi, totLumi, eta); - return result; -} - -double EnergyResolutionVsLumi::calcampDropTotal(double eta) -{ - double tra= this->calcampDropTransparency(eta); - double pho= this->calcampDropPhotoDetector(eta); - double result = tra*pho; - return result; -} - -double EnergyResolutionVsLumi::calcnoiseIncreaseADC(double eta) -{ - double totLumi = m_lumi; - EvolutionECAL model; - double result = model.NoiseFactorFE(totLumi, eta); - return result; - // noise increase in ADC -} - -double EnergyResolutionVsLumi::calcnoiseADC(double eta) -{ - double totLumi = m_lumi; - double Nadc = 1.1; - double result =1.0; - EvolutionECAL model; - if(fabs(eta)<1.497){ - Nadc = 1.1; - result = model.NoiseFactorFE(totLumi, eta)*Nadc; - }else{ - Nadc = 2.0; - result=Nadc; - // endcaps no increase in ADC - } - return result; - -} - -double EnergyResolutionVsLumi::calcresolutitonConstantTerm(double eta) -{ - double muEM=this->calcmuEM(eta); - double muHD=this->calcmuHD(eta); - EvolutionECAL model; - double result = model.ResolutionConstantTermEM50GeV(muEM+muHD); - return result; -} - - -double EnergyResolutionVsLumi::Resolution(double eta, double ene) -{ - - - // Initial parameters for ECAL resolution - double S; - double Nadc; - double adc2GeV; - double C; - if(eta<1.497){ - S = 0.028; // CMS note 2006/148 (EB test beam) - Nadc = 1.1; - adc2GeV = 0.039; - C = 0.003; - }else{ - S = 0.052; // CMS DN 2009/002 - Nadc = 2.0; - adc2GeV = 0.069; - C = 0.004; - } - - - DegradationAtEta d = CalculateDegradation(eta); - - // adjust resolution parameters - S /= sqrt(d.ampDropTotal); - Nadc *= d.noiseIncreaseADC; - adc2GeV /= d.ampDropTotal; - double N = Nadc*adc2GeV*3.0; // 3x3 noise in GeV - C = sqrt(C*C + d.resolutitonConstantTerm*d.resolutitonConstantTerm); - - return sqrt(S*S/ene + N*N/ene/ene + C*C); - -} - - - - - - - - void EnergyResolutionVsLumi::Decomposition() -{ - - double eta = 2.2; - m_instlumi = 5.0e+34; - m_lumi = 3000.0; - - DegradationAtEta d = this->CalculateDegradation(eta); - - - // Initial parameters for ECAL resolution - double S; - double Nadc; - double adc2GeV; - double C; - if(eta<1.497){ - S = 0.028; // CMS note 2006/148 (EB test beam) - Nadc = 1.1; - adc2GeV = 0.039; - C = 0.003; - }else{ - S = 0.052; // CMS DN 2009/002 - Nadc = 2.0; - adc2GeV = 0.069; - C = 0.0038; - } - - - // adjust resolution parameters - S /= sqrt(d.ampDropTotal); - Nadc *= d.noiseIncreaseADC; - adc2GeV /= d.ampDropTotal; - // double N = Nadc*adc2GeV*3.0; // 3x3 noise in GeV - C = sqrt(C*C + d.resolutitonConstantTerm*d.resolutitonConstantTerm); - - - - /* for(double ene=1.0; ene<1e+3; ene*=1.1){ - - - // this is the resolution - - double res = sqrt(S*S/ene + N*N/ene/ene + C*C); - - double factor = 1.0; - factor = sin(2.0*atan(exp(-1.0*eta))); - - - } - - */ - - -} - - - - - +#include +#include +#include "SimG4CMS/Calo/interface/EvolutionECAL.h" +#include "SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h" +#include "DataFormats/EcalDetId/interface/EBDetId.h" +#include "DataFormats/EcalDetId/interface/EEDetId.h" +#include "DataFormats/EcalDetId/interface/EcalSubdetector.h" + + +EnergyResolutionVsLumi::EnergyResolutionVsLumi() +{ + m_lumi=0; + m_instlumi=0; + +} + +EnergyResolutionVsLumi::~EnergyResolutionVsLumi() +{ +} + + +EnergyResolutionVsLumi::DegradationAtEta EnergyResolutionVsLumi::CalculateDegradation(double eta) +{ + DegradationAtEta result; + + result.eta = eta; + double totLumi = m_lumi; + double instLumi = m_instlumi; + + EvolutionECAL model; + + // Index of induced absorption due to EM damages in PWO4 + result.muEM = model.InducedAbsorptionEM(instLumi, eta); + + // Index of induced absorption due to hadron damages in PWO4 + result.muHD = model.InducedAbsorptionHadronic(totLumi, eta); + + // Average degradation of amplitude due to transparency change + result.ampDropTransparency = model.DegradationMeanEM50GeV(result.muEM+result.muHD); + + // Average degradation of amplitude due to photo-detector aging + result.ampDropPhotoDetector = model.AgingVPT(instLumi, totLumi, eta); + + result.ampDropTotal = result.ampDropTransparency*result.ampDropPhotoDetector; + + // Noise increase in ADC counts due to photo-detector and front-end + result.noiseIncreaseADC = model.NoiseFactorFE(totLumi, eta); + + // Resolution degradation due to LY non-uniformity caused by transparency loss + result.resolutitonConstantTerm = model.ResolutionConstantTermEM50GeV(result.muEM+result.muHD); + + return result; +} + + +double EnergyResolutionVsLumi::calcmuEM(double eta) +{ + double instLumi = m_instlumi; + EvolutionECAL model; + double result = model.InducedAbsorptionEM(instLumi, eta); + return result; +} + +double EnergyResolutionVsLumi::calcmuHD(double eta) +{ + double totLumi = m_lumi; + EvolutionECAL model; + double result = model.InducedAbsorptionHadronic(totLumi, eta); + return result; +} + + +void EnergyResolutionVsLumi::calcmuTot(){ + + for(int iEta=1; iEta<=EBDetId::MAX_IETA ;++iEta) { + if(iEta==0) continue; + + double eta=EBDetId::approxEta(EBDetId(iEta,1)); + eta = fabs(eta); + double r= calcmuTot(eta); + + mu_eta[iEta]=r; + vpt_eta[iEta]=1.0; + + } + + for(int iX=EEDetId::IX_MIN; iX<=EEDetId::IX_MAX ;++iX) { + for(int iY=EEDetId::IY_MIN; iY<=EEDetId::IY_MAX; ++iY) { + if (EEDetId::validDetId(iX,iY,1)) + { + EEDetId eedetidpos(iX,iY,1); + double eta= -log(tan(0.5*atan(sqrt((iX-50.0)*(iX-50.0)+(iY-50.0)*(iY-50.0))*2.98/328.))); + eta = fabs(eta); + double r=calcmuTot(eta); + double v=calcampDropPhotoDetector(eta); + + mu_eta[EBDetId::MAX_IETA+iX+iY*(EEDetId::IX_MAX)]=r; + vpt_eta[EBDetId::MAX_IETA+iX+iY*(EEDetId::IX_MAX)]=v; + //std::cout<<"eta/mu/vpt"<0.98) zcor=0.98; + + double result=model.LightCollectionEfficiencyWeighted( zcor , muTot)*v; + + + + return result; + +} + + + +double EnergyResolutionVsLumi::calcLightCollectionEfficiencyWeighted2(double eta, double z, double mu_ind) +{ + if(mu_ind<0) mu_ind=this->calcmuTot(eta); + double v= this->calcampDropPhotoDetector(eta); + EvolutionECAL model; + double result=model.LightCollectionEfficiencyWeighted( z , mu_ind)*v; + return result; +} + + +double EnergyResolutionVsLumi::calcmuTot(double eta) +{ + double totLumi = m_lumi; + double instLumi = m_instlumi; + EvolutionECAL model; + double muEM = model.InducedAbsorptionEM(instLumi, eta); + double muH = model.InducedAbsorptionHadronic(totLumi, eta); + double result=muEM+muH; + return result; +} + +double EnergyResolutionVsLumi::calcampDropTransparency(double eta) +{ + double muEM=this->calcmuEM(eta); + double muHD=this->calcmuHD(eta); + EvolutionECAL model; + double result = model.DegradationMeanEM50GeV(muEM+muHD); + return result; +} + +double EnergyResolutionVsLumi::calcampDropPhotoDetector(double eta) +{ + double instLumi = m_instlumi; + double totLumi = m_lumi; + EvolutionECAL model; + double result = model.AgingVPT(instLumi, totLumi, eta); + return result; +} + +double EnergyResolutionVsLumi::calcampDropTotal(double eta) +{ + double tra= this->calcampDropTransparency(eta); + double pho= this->calcampDropPhotoDetector(eta); + double result = tra*pho; + return result; +} + +double EnergyResolutionVsLumi::calcnoiseIncreaseADC(double eta) +{ + double totLumi = m_lumi; + EvolutionECAL model; + double result = model.NoiseFactorFE(totLumi, eta); + return result; + // noise increase in ADC +} + +double EnergyResolutionVsLumi::calcnoiseADC(double eta) +{ + double totLumi = m_lumi; + double Nadc = 1.1; + double result =1.0; + EvolutionECAL model; + if(fabs(eta)<1.497){ + Nadc = 1.1; + result = model.NoiseFactorFE(totLumi, eta)*Nadc; + }else{ + Nadc = 2.0; + result=Nadc; + // endcaps no increase in ADC + } + return result; + +} + +double EnergyResolutionVsLumi::calcresolutitonConstantTerm(double eta) +{ + double muEM=this->calcmuEM(eta); + double muHD=this->calcmuHD(eta); + EvolutionECAL model; + double result = model.ResolutionConstantTermEM50GeV(muEM+muHD); + return result; +} + + +double EnergyResolutionVsLumi::Resolution(double eta, double ene) +{ + + + // Initial parameters for ECAL resolution + double S; + double Nadc; + double adc2GeV; + double C; + if(eta<1.497){ + S = 0.028; // CMS note 2006/148 (EB test beam) + Nadc = 1.1; + adc2GeV = 0.039; + C = 0.003; + }else{ + S = 0.052; // CMS DN 2009/002 + Nadc = 2.0; + adc2GeV = 0.069; + C = 0.004; + } + + + DegradationAtEta d = CalculateDegradation(eta); + + // adjust resolution parameters + S /= sqrt(d.ampDropTotal); + Nadc *= d.noiseIncreaseADC; + adc2GeV /= d.ampDropTotal; + double N = Nadc*adc2GeV*3.0; // 3x3 noise in GeV + C = sqrt(C*C + d.resolutitonConstantTerm*d.resolutitonConstantTerm); + + return sqrt(S*S/ene + N*N/ene/ene + C*C); + +} + + + + + + + + void EnergyResolutionVsLumi::Decomposition() +{ + + double eta = 2.2; + m_instlumi = 5.0e+34; + m_lumi = 3000.0; + + DegradationAtEta d = this->CalculateDegradation(eta); + + + // Initial parameters for ECAL resolution + double S; + double Nadc; + double adc2GeV; + double C; + if(eta<1.497){ + S = 0.028; // CMS note 2006/148 (EB test beam) + Nadc = 1.1; + adc2GeV = 0.039; + C = 0.003; + }else{ + S = 0.052; // CMS DN 2009/002 + Nadc = 2.0; + adc2GeV = 0.069; + C = 0.0038; + } + + + // adjust resolution parameters + S /= sqrt(d.ampDropTotal); + Nadc *= d.noiseIncreaseADC; + adc2GeV /= d.ampDropTotal; + // double N = Nadc*adc2GeV*3.0; // 3x3 noise in GeV + C = sqrt(C*C + d.resolutitonConstantTerm*d.resolutitonConstantTerm); + + + + /* for(double ene=1.0; ene<1e+3; ene*=1.1){ + + + // this is the resolution + + double res = sqrt(S*S/ene + N*N/ene/ene + C*C); + + double factor = 1.0; + factor = sin(2.0*atan(exp(-1.0*eta))); + + + } + + */ + + +} + + + + + diff --git a/SimG4CMS/Calo/test/python/runAPD_DIGI_RECO.py b/SimG4CMS/Calo/test/python/runAPD_DIGI_RECO.py index 7adda98b94ea0..d6fc63d3a985e 100644 --- a/SimG4CMS/Calo/test/python/runAPD_DIGI_RECO.py +++ b/SimG4CMS/Calo/test/python/runAPD_DIGI_RECO.py @@ -35,7 +35,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.265 $'), annotation = cms.untracked.string('Neutron_cfi nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SimG4CMS/Calo/test/python/runAPD_GEN_SIM_DIGI_RECO.py b/SimG4CMS/Calo/test/python/runAPD_GEN_SIM_DIGI_RECO.py index ec310bda816fb..8a4b772652b8e 100644 --- a/SimG4CMS/Calo/test/python/runAPD_GEN_SIM_DIGI_RECO.py +++ b/SimG4CMS/Calo/test/python/runAPD_GEN_SIM_DIGI_RECO.py @@ -37,7 +37,7 @@ # Production Info process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('Neutron_cfi nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SimG4CMS/CherenkovAnalysis/test/CherenkovAnalysis.cpp b/SimG4CMS/CherenkovAnalysis/test/CherenkovAnalysis.cpp index 7d57684861e69..996d722829e93 100644 --- a/SimG4CMS/CherenkovAnalysis/test/CherenkovAnalysis.cpp +++ b/SimG4CMS/CherenkovAnalysis/test/CherenkovAnalysis.cpp @@ -13,7 +13,7 @@ Description: // // Original Author: Frederic Ronga // Created: Wed Mar 12 17:39:55 CET 2008 -// $Id: CherenkovAnalysis.cpp,v 1.6 2010/02/11 00:14:56 wmtan Exp $ +// $Id: CherenkovAnalysis.cpp,v 1.5 2010/01/12 07:11:39 hegner Exp $ // // diff --git a/SimG4CMS/EcalTestBeam/interface/EcalTBH4BeamSD.h b/SimG4CMS/EcalTestBeam/interface/EcalTBH4BeamSD.h index ace33600063db..2652ae85209cf 100755 --- a/SimG4CMS/EcalTestBeam/interface/EcalTBH4BeamSD.h +++ b/SimG4CMS/EcalTestBeam/interface/EcalTBH4BeamSD.h @@ -5,7 +5,7 @@ // Description: Stores hits of TBH4 hodoscope fibers in appropriate // container // Use in your sensitive detector builder: -// $Id: EcalTBH4BeamSD.h,v 1.4 2008/05/12 09:28:41 sunanda Exp $ +// $Id: EcalTBH4BeamSD.h,v 1.3 2008/02/15 10:26:21 fabiocos Exp $ /////////////////////////////////////////////////////////////////////////////// #include "SimG4CMS/Calo/interface/CaloSD.h" diff --git a/SimG4CMS/EcalTestBeam/interface/EcalTBH4Trigger.h b/SimG4CMS/EcalTestBeam/interface/EcalTBH4Trigger.h index 6509c324d5efb..6996408b85cab 100644 --- a/SimG4CMS/EcalTestBeam/interface/EcalTBH4Trigger.h +++ b/SimG4CMS/EcalTestBeam/interface/EcalTBH4Trigger.h @@ -13,7 +13,7 @@ */ -// $Id: EcalTBH4Trigger.h,v 1.1 2007/03/19 17:21:49 fabiocos Exp $ +// $Id: $ // // system include files diff --git a/SimG4CMS/EcalTestBeam/interface/EcalTBMCInfoProducer.h b/SimG4CMS/EcalTestBeam/interface/EcalTBMCInfoProducer.h index 0c1ea35041a5a..874488ac4015e 100644 --- a/SimG4CMS/EcalTestBeam/interface/EcalTBMCInfoProducer.h +++ b/SimG4CMS/EcalTestBeam/interface/EcalTBMCInfoProducer.h @@ -3,7 +3,7 @@ /* * \file EcalTBMCInfoProducer.h * - * $Id: EcalTBMCInfoProducer.h,v 1.9 2011/05/20 17:17:34 wmtan Exp $ + * $Id: EcalTBMCInfoProducer.h,v 1.8 2009/12/14 22:24:19 wmtan Exp $ * */ diff --git a/SimG4CMS/EcalTestBeam/interface/FakeTBEventHeaderProducer.h b/SimG4CMS/EcalTestBeam/interface/FakeTBEventHeaderProducer.h index 64b548acb496e..ee1a1a5c6eb4b 100644 --- a/SimG4CMS/EcalTestBeam/interface/FakeTBEventHeaderProducer.h +++ b/SimG4CMS/EcalTestBeam/interface/FakeTBEventHeaderProducer.h @@ -3,7 +3,7 @@ /* * \file FakeTBEventHeaderProducer.h * - * $Id: FakeTBEventHeaderProducer.h,v 1.5 2011/05/20 17:17:34 wmtan Exp $ + * $Id: FakeTBEventHeaderProducer.h,v 1.4 2009/12/14 22:24:19 wmtan Exp $ * * Mimic the event header information * for the test beam simulation diff --git a/SimG4CMS/EcalTestBeam/interface/FakeTBHodoscopeRawInfoProducer.h b/SimG4CMS/EcalTestBeam/interface/FakeTBHodoscopeRawInfoProducer.h index 0f8e0e08a6580..0b86ac735a079 100644 --- a/SimG4CMS/EcalTestBeam/interface/FakeTBHodoscopeRawInfoProducer.h +++ b/SimG4CMS/EcalTestBeam/interface/FakeTBHodoscopeRawInfoProducer.h @@ -3,7 +3,7 @@ /* * \file FakeTBHodoscopeRawInfoProducer.h * - * $Id: FakeTBHodoscopeRawInfoProducer.h,v 1.5 2011/05/20 17:17:34 wmtan Exp $ + * $Id: FakeTBHodoscopeRawInfoProducer.h,v 1.4 2009/12/14 22:24:19 wmtan Exp $ * * Mimic the hodoscope raw information using * the generated vertex of the test beam simulation diff --git a/SimG4CMS/EcalTestBeam/interface/TBHodoActiveVolumeRawInfoProducer.h b/SimG4CMS/EcalTestBeam/interface/TBHodoActiveVolumeRawInfoProducer.h index a9fc090813312..32e84fd040b9b 100644 --- a/SimG4CMS/EcalTestBeam/interface/TBHodoActiveVolumeRawInfoProducer.h +++ b/SimG4CMS/EcalTestBeam/interface/TBHodoActiveVolumeRawInfoProducer.h @@ -3,7 +3,7 @@ /* * \file TBHodoActiveVolumeRawInfoProducer.h * - * $Id: TBHodoActiveVolumeRawInfoProducer.h,v 1.4 2011/05/20 17:17:34 wmtan Exp $ + * $Id: TBHodoActiveVolumeRawInfoProducer.h,v 1.3 2007/04/08 03:37:31 wmtan Exp $ * */ diff --git a/SimG4CMS/EcalTestBeam/src/EcalTBMCInfoProducer.cc b/SimG4CMS/EcalTestBeam/src/EcalTBMCInfoProducer.cc index 592c5c6db8796..c4a0418e79f50 100644 --- a/SimG4CMS/EcalTestBeam/src/EcalTBMCInfoProducer.cc +++ b/SimG4CMS/EcalTestBeam/src/EcalTBMCInfoProducer.cc @@ -1,7 +1,7 @@ /* * \file EcalTBMCInfoProducer.cc * - * $Id: EcalTBMCInfoProducer.cc,v 1.12 2009/04/03 09:38:15 fabiocos Exp $ + * $Id: EcalTBMCInfoProducer.cc,v 1.11 2007/11/21 15:39:16 fabiocos Exp $ * */ diff --git a/SimG4CMS/EcalTestBeam/src/FakeTBEventHeaderProducer.cc b/SimG4CMS/EcalTestBeam/src/FakeTBEventHeaderProducer.cc index 99b98230d055c..fe33e958811fb 100644 --- a/SimG4CMS/EcalTestBeam/src/FakeTBEventHeaderProducer.cc +++ b/SimG4CMS/EcalTestBeam/src/FakeTBEventHeaderProducer.cc @@ -1,7 +1,7 @@ /* * \file FakeTBEventHeaderProducer.cc * - * $Id: FakeTBEventHeaderProducer.cc,v 1.5 2007/12/18 17:56:15 crovelli Exp $ + * $Id: FakeTBEventHeaderProducer.cc,v 1.4 2007/10/31 09:32:27 crovelli Exp $ * */ diff --git a/SimG4CMS/EcalTestBeam/src/FakeTBHodoscopeRawInfoProducer.cc b/SimG4CMS/EcalTestBeam/src/FakeTBHodoscopeRawInfoProducer.cc index 321eec94acaba..1a3d4ceff6898 100644 --- a/SimG4CMS/EcalTestBeam/src/FakeTBHodoscopeRawInfoProducer.cc +++ b/SimG4CMS/EcalTestBeam/src/FakeTBHodoscopeRawInfoProducer.cc @@ -1,7 +1,7 @@ /* * \file FakeTBHodoscopeRawInfoProducer.cc * - * $Id: FakeTBHodoscopeRawInfoProducer.cc,v 1.3 2006/10/26 08:01:06 fabiocos Exp $ + * $Id: FakeTBHodoscopeRawInfoProducer.cc,v 1.2 2006/06/05 13:57:23 fabiocos Exp $ * */ diff --git a/SimG4CMS/EcalTestBeam/src/TBHodoActiveVolumeRawInfoProducer.cc b/SimG4CMS/EcalTestBeam/src/TBHodoActiveVolumeRawInfoProducer.cc index 6f89493587eef..eba1c3f455447 100644 --- a/SimG4CMS/EcalTestBeam/src/TBHodoActiveVolumeRawInfoProducer.cc +++ b/SimG4CMS/EcalTestBeam/src/TBHodoActiveVolumeRawInfoProducer.cc @@ -1,7 +1,7 @@ /* * \file TBHodoActiveVolumeRawInfoProducer.cc * - * $Id: TBHodoActiveVolumeRawInfoProducer.cc,v 1.4 2008/03/07 11:55:36 fabiocos Exp $ + * $Id: TBHodoActiveVolumeRawInfoProducer.cc,v 1.3 2007/12/18 17:56:15 crovelli Exp $ * */ diff --git a/SimG4CMS/Forward/interface/CastorNumberingScheme.h b/SimG4CMS/Forward/interface/CastorNumberingScheme.h index 8131fbef50b70..fd0a1e41cc0f6 100644 --- a/SimG4CMS/Forward/interface/CastorNumberingScheme.h +++ b/SimG4CMS/Forward/interface/CastorNumberingScheme.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: CastorNumberingScheme.h,v 1.5 2009/09/02 20:41:25 sunanda Exp $ +// $Id: CastorNumberingScheme.h,v 1.4 2008/03/04 11:31:10 katsas Exp $ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemG4Hit.h b/SimG4CMS/Forward/interface/TotemG4Hit.h index c9c8a306538ad..c9e3397809133 100644 --- a/SimG4CMS/Forward/interface/TotemG4Hit.h +++ b/SimG4CMS/Forward/interface/TotemG4Hit.h @@ -25,7 +25,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemG4Hit.h,v 1.2 2007/11/20 12:37:19 fabiocos Exp $ +// $Id: TotemG4Hit.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemG4HitCollection.h b/SimG4CMS/Forward/interface/TotemG4HitCollection.h index 52e568ad0136e..9ca4388aa7db1 100644 --- a/SimG4CMS/Forward/interface/TotemG4HitCollection.h +++ b/SimG4CMS/Forward/interface/TotemG4HitCollection.h @@ -15,7 +15,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemG4HitCollection.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemNumberMerger.h b/SimG4CMS/Forward/interface/TotemNumberMerger.h index 7350e84c4725c..38ff7486149c4 100644 --- a/SimG4CMS/Forward/interface/TotemNumberMerger.h +++ b/SimG4CMS/Forward/interface/TotemNumberMerger.h @@ -17,7 +17,7 @@ // // Original Author: R. Capra // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemNumberMerger.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemRPNumberingScheme.h b/SimG4CMS/Forward/interface/TotemRPNumberingScheme.h index cf127f35d4b84..297f28d5b813e 100644 --- a/SimG4CMS/Forward/interface/TotemRPNumberingScheme.h +++ b/SimG4CMS/Forward/interface/TotemRPNumberingScheme.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemRPNumberingScheme.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemRPOrganization.h b/SimG4CMS/Forward/interface/TotemRPOrganization.h index 2a513b7c58945..9bfb2b8462176 100644 --- a/SimG4CMS/Forward/interface/TotemRPOrganization.h +++ b/SimG4CMS/Forward/interface/TotemRPOrganization.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemRPOrganization.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemSD.h b/SimG4CMS/Forward/interface/TotemSD.h index c24edfb17ccc1..c809c2392449a 100644 --- a/SimG4CMS/Forward/interface/TotemSD.h +++ b/SimG4CMS/Forward/interface/TotemSD.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemSD.h,v 1.2 2007/05/08 21:27:29 sunanda Exp $ +// $Id: TotemSD.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemT1NumberingScheme.h b/SimG4CMS/Forward/interface/TotemT1NumberingScheme.h index 041581d4209ca..db95a894c324f 100644 --- a/SimG4CMS/Forward/interface/TotemT1NumberingScheme.h +++ b/SimG4CMS/Forward/interface/TotemT1NumberingScheme.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT1NumberingScheme.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemT1Organization.h b/SimG4CMS/Forward/interface/TotemT1Organization.h index 073b62a9fb9f4..51bf818b4f2fa 100644 --- a/SimG4CMS/Forward/interface/TotemT1Organization.h +++ b/SimG4CMS/Forward/interface/TotemT1Organization.h @@ -17,7 +17,7 @@ // // Original Author: R. Capra // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT1Organization.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemT2NumberingSchemeGem.h b/SimG4CMS/Forward/interface/TotemT2NumberingSchemeGem.h index b04949599c826..11ada6953c0be 100644 --- a/SimG4CMS/Forward/interface/TotemT2NumberingSchemeGem.h +++ b/SimG4CMS/Forward/interface/TotemT2NumberingSchemeGem.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT2NumberingSchemeGem.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemT2OrganizationGem.h b/SimG4CMS/Forward/interface/TotemT2OrganizationGem.h index 055590d3f5ee0..243b0f23d48ba 100644 --- a/SimG4CMS/Forward/interface/TotemT2OrganizationGem.h +++ b/SimG4CMS/Forward/interface/TotemT2OrganizationGem.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT2OrganizationGem.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/interface/TotemTestGem.h b/SimG4CMS/Forward/interface/TotemTestGem.h index 07fca4bf9ec3a..78245b9d44136 100644 --- a/SimG4CMS/Forward/interface/TotemTestGem.h +++ b/SimG4CMS/Forward/interface/TotemTestGem.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemTestGem.h,v 1.2 2006/11/16 16:54:11 sunanda Exp $ +// $Id: TotemTestGem.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $ // // system include files diff --git a/SimG4CMS/Forward/src/TotemG4Hit.cc b/SimG4CMS/Forward/src/TotemG4Hit.cc index cdca0b69edcb7..1030a220300cf 100644 --- a/SimG4CMS/Forward/src/TotemG4Hit.cc +++ b/SimG4CMS/Forward/src/TotemG4Hit.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemG4Hit.cc,v 1.3 2007/11/20 12:37:21 fabiocos Exp $ +// $Id: TotemG4Hit.cc,v 1.2 2007/03/08 00:09:09 sunanda Exp $ // // system include files diff --git a/SimG4CMS/Forward/src/TotemNumberMerger.cc b/SimG4CMS/Forward/src/TotemNumberMerger.cc index 4edc1852ae1a4..12793060666dc 100644 --- a/SimG4CMS/Forward/src/TotemNumberMerger.cc +++ b/SimG4CMS/Forward/src/TotemNumberMerger.cc @@ -8,7 +8,7 @@ // // Original Author: R. Capra // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemNumberMerger.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemRPNumberingScheme.cc b/SimG4CMS/Forward/src/TotemRPNumberingScheme.cc index eecd0325b6c51..af5493663abaa 100644 --- a/SimG4CMS/Forward/src/TotemRPNumberingScheme.cc +++ b/SimG4CMS/Forward/src/TotemRPNumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemRPNumberingScheme.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemRPOrganization.cc b/SimG4CMS/Forward/src/TotemRPOrganization.cc index 3b2ada4e56e4a..80f239a88a859 100644 --- a/SimG4CMS/Forward/src/TotemRPOrganization.cc +++ b/SimG4CMS/Forward/src/TotemRPOrganization.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemRPOrganization.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemSD.cc b/SimG4CMS/Forward/src/TotemSD.cc index c59b6c0cd2e45..3f878ff3bce90 100644 --- a/SimG4CMS/Forward/src/TotemSD.cc +++ b/SimG4CMS/Forward/src/TotemSD.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemSD.cc,v 1.4 2007/11/20 12:37:21 fabiocos Exp $ +// $Id: TotemSD.cc,v 1.3 2007/05/08 21:27:30 sunanda Exp $ // // system include files diff --git a/SimG4CMS/Forward/src/TotemT1NumberingScheme.cc b/SimG4CMS/Forward/src/TotemT1NumberingScheme.cc index 81582ece71319..5253dc4e060c2 100644 --- a/SimG4CMS/Forward/src/TotemT1NumberingScheme.cc +++ b/SimG4CMS/Forward/src/TotemT1NumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT1NumberingScheme.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemT1Organization.cc b/SimG4CMS/Forward/src/TotemT1Organization.cc index 79a72ad73e83f..e9da3028a5dbf 100644 --- a/SimG4CMS/Forward/src/TotemT1Organization.cc +++ b/SimG4CMS/Forward/src/TotemT1Organization.cc @@ -8,7 +8,7 @@ // // Original Author: R. Capra // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT1Organization.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemT2NumberingSchemeGem.cc b/SimG4CMS/Forward/src/TotemT2NumberingSchemeGem.cc index e51b161eddaf5..21cd3890b177d 100644 --- a/SimG4CMS/Forward/src/TotemT2NumberingSchemeGem.cc +++ b/SimG4CMS/Forward/src/TotemT2NumberingSchemeGem.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT2NumberingSchemeGem.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemT2OrganizationGem.cc b/SimG4CMS/Forward/src/TotemT2OrganizationGem.cc index 6007ea7468d5f..ca567acc156bf 100644 --- a/SimG4CMS/Forward/src/TotemT2OrganizationGem.cc +++ b/SimG4CMS/Forward/src/TotemT2OrganizationGem.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemT2OrganizationGem.cc,v 1.1 2006/05/17 16:18:58 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/Forward/src/TotemTestGem.cc b/SimG4CMS/Forward/src/TotemTestGem.cc index 8e52375356a85..7e7307ebde652 100644 --- a/SimG4CMS/Forward/src/TotemTestGem.cc +++ b/SimG4CMS/Forward/src/TotemTestGem.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: TotemTestGem.cc,v 1.3 2009/05/25 06:48:53 fabiocos Exp $ +// $Id: TotemTestGem.cc,v 1.2 2006/11/16 16:54:12 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02Analysis.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02Analysis.h index cac662a9feb85..0457542e32616 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02Analysis.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02Analysis.h @@ -14,7 +14,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu May 18 10:14:34 CEST 2006 -// $Id: HcalTB02Analysis.h,v 1.2 2006/11/13 10:32:14 sunanda Exp $ +// $Id: HcalTB02Analysis.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02HcalNumberingScheme.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02HcalNumberingScheme.h index 554be1fd0fe72..5406ea149ce81 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02HcalNumberingScheme.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02HcalNumberingScheme.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Fri May 20 10:14:34 CEST 2006 -// $Id: HcalTB02HcalNumberingScheme.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02Histo.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02Histo.h index 510d841f9ec23..9abcf7f062d6c 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02Histo.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02Histo.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Thu Sun 21 10:14:34 CEST 2006 -// $Id: HcalTB02Histo.h,v 1.3 2008/07/24 15:19:15 sunanda Exp $ +// $Id: HcalTB02Histo.h,v 1.2 2008/03/01 21:28:40 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02NumberingScheme.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02NumberingScheme.h index 788a124f06a7c..8b479108f8d3c 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02NumberingScheme.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02NumberingScheme.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Fri May 20 10:14:34 CEST 2006 -// $Id: HcalTB02NumberingScheme.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02SD.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02SD.h index 0d827b1cac439..a5706ecb362b4 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02SD.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02SD.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Fri May 20 10:14:34 CEST 2006 -// $Id: HcalTB02SD.h,v 1.4 2008/05/13 07:18:37 sunanda Exp $ +// $Id: HcalTB02SD.h,v 1.3 2007/05/08 21:37:19 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB02XtalNumberingScheme.h b/SimG4CMS/HcalTestBeam/interface/HcalTB02XtalNumberingScheme.h index 4fd44b529d562..37ad2c3de9596 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB02XtalNumberingScheme.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB02XtalNumberingScheme.h @@ -14,7 +14,7 @@ // // Original Author: // Created: Fri May 20 10:14:34 CEST 2006 -// $Id: HcalTB02XtalNumberingScheme.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB04Analysis.h b/SimG4CMS/HcalTestBeam/interface/HcalTB04Analysis.h index c4af92423f887..d58f3708a2f93 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB04Analysis.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB04Analysis.h @@ -14,7 +14,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu May 18 10:14:34 CEST 2006 -// $Id: HcalTB04Analysis.h,v 1.4 2006/11/13 10:32:14 sunanda Exp $ +// $Id: HcalTB04Analysis.h,v 1.3 2006/05/23 10:53:29 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB04Histo.h b/SimG4CMS/HcalTestBeam/interface/HcalTB04Histo.h index 7c0015bc61982..46fb3cf727ebe 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB04Histo.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB04Histo.h @@ -14,7 +14,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu May 18 10:14:34 CEST 2006 -// $Id: HcalTB04Histo.h,v 1.5 2013/05/28 17:42:14 gartung Exp $ +// $Id: HcalTB04Histo.h,v 1.4 2008/07/24 15:19:15 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTB04XtalNumberingScheme.h b/SimG4CMS/HcalTestBeam/interface/HcalTB04XtalNumberingScheme.h index 3773f75376357..65e9058dab8aa 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTB04XtalNumberingScheme.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTB04XtalNumberingScheme.h @@ -14,7 +14,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu May 18 10:14:34 CEST 2006 -// $Id: HcalTB04XtalNumberingScheme.h,v 1.3 2006/05/23 10:53:29 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/interface/HcalTBNumberingScheme.h b/SimG4CMS/HcalTestBeam/interface/HcalTBNumberingScheme.h index 60286a217eb12..c09882e2b19aa 100644 --- a/SimG4CMS/HcalTestBeam/interface/HcalTBNumberingScheme.h +++ b/SimG4CMS/HcalTestBeam/interface/HcalTBNumberingScheme.h @@ -14,7 +14,7 @@ // // Original Author: Sunanda Banerjee // Created: Thu May 18 10:14:34 CEST 2006 -// $Id: HcalTBNumberingScheme.h,v 1.3 2006/05/23 10:53:29 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/plugins/HcalTB02Analysis.cc b/SimG4CMS/HcalTestBeam/plugins/HcalTB02Analysis.cc index a659beff3060f..8d7e9680084d5 100644 --- a/SimG4CMS/HcalTestBeam/plugins/HcalTB02Analysis.cc +++ b/SimG4CMS/HcalTestBeam/plugins/HcalTB02Analysis.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun May 21 10:14:34 CEST 2006 -// $Id: HcalTB02Analysis.cc,v 1.1 2012/07/02 04:44:40 sunanda Exp $ +// $Id: HcalTB02Analysis.cc,v 1.5 2009/05/24 15:31:15 fabiocos Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/plugins/HcalTB04Analysis.cc b/SimG4CMS/HcalTestBeam/plugins/HcalTB04Analysis.cc index a79f9acf78476..36d88366e3f40 100644 --- a/SimG4CMS/HcalTestBeam/plugins/HcalTB04Analysis.cc +++ b/SimG4CMS/HcalTestBeam/plugins/HcalTB04Analysis.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: HcalTB04Analysis.cc,v 1.1 2012/07/02 04:44:40 sunanda Exp $ +// $Id: HcalTB04Analysis.cc,v 1.11 2011/10/11 20:40:20 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/plugins/HcalTB06Analysis.cc b/SimG4CMS/HcalTestBeam/plugins/HcalTB06Analysis.cc index 0b7190a1ff7e7..058bf70168a6b 100644 --- a/SimG4CMS/HcalTestBeam/plugins/HcalTB06Analysis.cc +++ b/SimG4CMS/HcalTestBeam/plugins/HcalTB06Analysis.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: HcalTB06Analysis.cc,v 1.1 2012/07/02 04:44:40 sunanda Exp $ +// $Id: HcalTB06Analysis.cc,v 1.8 2011/10/11 20:40:22 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB02HcalNumberingScheme.cc b/SimG4CMS/HcalTestBeam/src/HcalTB02HcalNumberingScheme.cc index b503926d782e7..b81490ac37902 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB02HcalNumberingScheme.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB02HcalNumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun 21 10:14:34 CEST 2006 -// $Id: HcalTB02HcalNumberingScheme.cc,v 1.2 2006/11/13 10:32:15 sunanda Exp $ +// $Id: HcalTB02HcalNumberingScheme.cc,v 1.1 2006/06/04 13:59:38 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB02Histo.cc b/SimG4CMS/HcalTestBeam/src/HcalTB02Histo.cc index 395a65356e3e8..a568f47dd3c0e 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB02Histo.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB02Histo.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun May 21 10:14:34 CEST 2006 -// $Id: HcalTB02Histo.cc,v 1.4 2010/01/12 07:11:39 hegner Exp $ +// $Id: HcalTB02Histo.cc,v 1.3 2008/07/24 15:19:16 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB02SD.cc b/SimG4CMS/HcalTestBeam/src/HcalTB02SD.cc index 438c0837afcd5..d0a2b6b112be7 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB02SD.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB02SD.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun 21 10:14:34 CEST 2006 -// $Id: HcalTB02SD.cc,v 1.5 2009/09/09 10:31:49 fabiocos Exp $ +// $Id: HcalTB02SD.cc,v 1.4 2008/05/13 07:18:37 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB02XtalNumberingScheme.cc b/SimG4CMS/HcalTestBeam/src/HcalTB02XtalNumberingScheme.cc index ad33d14c1ec51..c11c5fe4823e2 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB02XtalNumberingScheme.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB02XtalNumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Sun 21 10:14:34 CEST 2006 -// $Id: HcalTB02XtalNumberingScheme.cc,v 1.1 2006/06/04 13:59:38 sunanda Exp $ +// $Id$ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB04Histo.cc b/SimG4CMS/HcalTestBeam/src/HcalTB04Histo.cc index 7fd5764f50363..0c9a247cbe6af 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB04Histo.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB04Histo.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: HcalTB04Histo.cc,v 1.6 2013/05/28 17:42:14 gartung Exp $ +// $Id: HcalTB04Histo.cc,v 1.5 2010/01/12 07:11:39 hegner Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTB04XtalNumberingScheme.cc b/SimG4CMS/HcalTestBeam/src/HcalTB04XtalNumberingScheme.cc index 506a835b16cc1..50ca5b2a93fa7 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTB04XtalNumberingScheme.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTB04XtalNumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue 16 10:14:34 CEST 2006 -// $Id: HcalTB04XtalNumberingScheme.cc,v 1.3 2006/11/13 10:32:15 sunanda Exp $ +// $Id: HcalTB04XtalNumberingScheme.cc,v 1.2 2006/06/04 13:59:38 sunanda Exp $ // // system include files diff --git a/SimG4CMS/HcalTestBeam/src/HcalTBNumberingScheme.cc b/SimG4CMS/HcalTestBeam/src/HcalTBNumberingScheme.cc index f9699cde849db..54dbb356fd6a9 100644 --- a/SimG4CMS/HcalTestBeam/src/HcalTBNumberingScheme.cc +++ b/SimG4CMS/HcalTestBeam/src/HcalTBNumberingScheme.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue May 16 10:14:34 CEST 2006 -// $Id: HcalTBNumberingScheme.cc,v 1.3 2006/11/13 10:32:15 sunanda Exp $ +// $Id: HcalTBNumberingScheme.cc,v 1.2 2006/06/04 13:59:38 sunanda Exp $ // // system include files diff --git a/SimG4CMS/ShowerLibraryProducer/interface/HcalForwardLibWriter.h b/SimG4CMS/ShowerLibraryProducer/interface/HcalForwardLibWriter.h index dbe1fdfedfb8b..42cc9e9dc0e24 100644 --- a/SimG4CMS/ShowerLibraryProducer/interface/HcalForwardLibWriter.h +++ b/SimG4CMS/ShowerLibraryProducer/interface/HcalForwardLibWriter.h @@ -16,7 +16,7 @@ // // Original Author: Taylan Yetkin,510 1-004,+41227672815, // Created: Thu Feb 9 13:02:38 CET 2012 -// $Id: HcalForwardLibWriter.h,v 1.5 2013/05/25 17:03:41 chrjones Exp $ +// $Id: HcalForwardLibWriter.h,v 1.4 2013/03/21 09:49:05 sunanda Exp $ // // diff --git a/SimG4CMS/ShowerLibraryProducer/plugins/HcalForwardLibWriter.cc b/SimG4CMS/ShowerLibraryProducer/plugins/HcalForwardLibWriter.cc index bc394a0691ed5..55a239cc17d13 100644 --- a/SimG4CMS/ShowerLibraryProducer/plugins/HcalForwardLibWriter.cc +++ b/SimG4CMS/ShowerLibraryProducer/plugins/HcalForwardLibWriter.cc @@ -13,7 +13,7 @@ // // Original Author: Taylan Yetkin,510 1-004,+41227672815, // Created: Thu Feb 9 13:02:38 CET 2012 -// $Id: HcalForwardLibWriter.cc,v 1.5 2013/05/25 17:03:42 chrjones Exp $ +// $Id: HcalForwardLibWriter.cc,v 1.4 2013/03/21 09:49:05 sunanda Exp $ // // diff --git a/SimG4CMS/ShowerLibraryProducer/test/AnalyzeTuples.h b/SimG4CMS/ShowerLibraryProducer/test/AnalyzeTuples.h index d345cfd1b3908..04b18a7dbbd6a 100644 --- a/SimG4CMS/ShowerLibraryProducer/test/AnalyzeTuples.h +++ b/SimG4CMS/ShowerLibraryProducer/test/AnalyzeTuples.h @@ -14,7 +14,7 @@ Description: // // Original Author: Taylan Yetkin // Created: Tue Feb 10 08:43:07 CST 2009 -// $Id: AnalyzeTuples.h,v 1.4 2010/02/11 00:14:58 wmtan Exp $ +// $Id: AnalyzeTuples.h,v 1.3 2010/01/12 07:11:40 hegner Exp $ // // diff --git a/SimG4CMS/Tracker/test/SimHitTrackerAnalyzer.cc b/SimG4CMS/Tracker/test/SimHitTrackerAnalyzer.cc index 7593d0e695838..f6a321e2992bc 100644 --- a/SimG4CMS/Tracker/test/SimHitTrackerAnalyzer.cc +++ b/SimG4CMS/Tracker/test/SimHitTrackerAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Tommaso Boccali // Created: Tue Jul 26 08:47:57 CEST 2005 -// $Id: SimHitTrackerAnalyzer.cc,v 1.15 2008/12/10 12:24:06 fabiocos Exp $ +// $Id: SimHitTrackerAnalyzer.cc,v 1.14 2007/10/09 12:21:38 fabiocos Exp $ // // diff --git a/SimG4Core/Application/interface/SimTrackManager.h b/SimG4Core/Application/interface/SimTrackManager.h index 45b10ee773cd9..87d52281e6b1a 100644 --- a/SimG4Core/Application/interface/SimTrackManager.h +++ b/SimG4Core/Application/interface/SimTrackManager.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Fri Nov 25 17:36:41 EST 2005 -// $Id: SimTrackManager.h,v 1.14 2013/05/30 21:14:57 gartung Exp $ +// $Id: SimTrackManager.h,v 1.13 2010/03/11 16:53:38 sunanda Exp $ // // system include files diff --git a/SimG4Core/Application/python/RussianRoulette_cff.py b/SimG4Core/Application/python/RussianRoulette_cff.py new file mode 100644 index 0000000000000..6937df68c96fe --- /dev/null +++ b/SimG4Core/Application/python/RussianRoulette_cff.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +def customise(process): + + # advanced Geant4 physics + #process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New') + + # extended geometric acceptance (full CASTOR acceptance) + #process.g4SimHits.Generator.MinEtaCut = cms.double(-6.7) + #process.g4SimHits.Generator.MaxEtaCut = cms.double(6.7) + + # Russian roulette parameters + process.g4SimHits.Physics.RusRoGammaEnergyLimit = cms.double(5.) + process.g4SimHits.Physics.RusRoEcalGamma = cms.double(0.3) + process.g4SimHits.Physics.RusRoHcalGamma = cms.double(0.1) + process.g4SimHits.Physics.RusRoMuonIronGamma = cms.double(0.1) + process.g4SimHits.Physics.RusRoPreShowerGamma= cms.double(0.3) + process.g4SimHits.Physics.RusRoWorldGamma = cms.double(0.1) + + process.g4SimHits.StackingAction.RusRoEcalNeutronLimit = cms.double(10.) + process.g4SimHits.StackingAction.RusRoEcalNeutron = cms.double(0.1) + process.g4SimHits.StackingAction.RusRoHcalNeutron = cms.double(0.1) + process.g4SimHits.StackingAction.RusRoMuonIronNeutron = cms.double(0.1) + process.g4SimHits.StackingAction.RusRoPreShowerNeutron= cms.double(0.1) + process.g4SimHits.StackingAction.RusRoWorldNeutron = cms.double(0.1) + + return(process) diff --git a/SimG4Core/Application/python/reproc2011_2012_cff.py b/SimG4Core/Application/python/reproc2011_2012_cff.py new file mode 100644 index 0000000000000..0797073b1968d --- /dev/null +++ b/SimG4Core/Application/python/reproc2011_2012_cff.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +def customiseG4(process): + + process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New') + + # extended geometric acceptance (full CASTOR acceptance) + + process.g4SimHits.Generator.MinEtaCut = cms.double(-6.7) + process.g4SimHits.Generator.MaxEtaCut = cms.double(6.7) + + # use HF shower library instead of GFlash parameterization + + process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True) + process.g4SimHits.HCalSD.UseParametrize = cms.bool(False) + process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False) + process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False) + + return(process) diff --git a/SimG4Core/Application/src/SimTrackManager.cc b/SimG4Core/Application/src/SimTrackManager.cc index 80011e986f237..fbf0cb0404528 100644 --- a/SimG4Core/Application/src/SimTrackManager.cc +++ b/SimG4Core/Application/src/SimTrackManager.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Fri Nov 25 17:44:19 EST 2005 -// $Id: SimTrackManager.cc,v 1.21 2012/04/02 12:24:43 davidlt Exp $ +// $Id: SimTrackManager.cc,v 1.20 2010/03/11 16:53:38 sunanda Exp $ // // system include files diff --git a/SimG4Core/CustomPhysics/plugins/RHStopDump.h b/SimG4Core/CustomPhysics/plugins/RHStopDump.h index ddd2fda57f0f5..b7f80da36f040 100644 --- a/SimG4Core/CustomPhysics/plugins/RHStopDump.h +++ b/SimG4Core/CustomPhysics/plugins/RHStopDump.h @@ -3,7 +3,7 @@ // // Dump stopping points from the Event into ASCII file // F.Ratnikov, Apr. 8, 2010 -// $Id: RHStopDump.h,v 1.1 2010/04/09 11:38:36 fedor Exp $ +// $Id: $ // #include diff --git a/SimG4Core/GFlash/interface/G4MiscLHEPBuilder_WP.h b/SimG4Core/GFlash/interface/G4MiscLHEPBuilder_WP.h index e89226dfc8e91..381755372fe11 100644 --- a/SimG4Core/GFlash/interface/G4MiscLHEPBuilder_WP.h +++ b/SimG4Core/GFlash/interface/G4MiscLHEPBuilder_WP.h @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// GEANT4 tag $Name: V04-05-02 $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/interface/G4PiKBuilder_WP.h b/SimG4Core/GFlash/interface/G4PiKBuilder_WP.h index 09ed416af66f1..a1fc57b082fa5 100644 --- a/SimG4Core/GFlash/interface/G4PiKBuilder_WP.h +++ b/SimG4Core/GFlash/interface/G4PiKBuilder_WP.h @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PiKBuilder_WP.h,v 1.4 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: G4PiKBuilder_WP.h,v 1.3 2009/02/04 17:05:27 syjun Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/interface/G4ProtonBuilder_WP.h b/SimG4Core/GFlash/interface/G4ProtonBuilder_WP.h index bd06ab16e79e9..96b25373ee664 100644 --- a/SimG4Core/GFlash/interface/G4ProtonBuilder_WP.h +++ b/SimG4Core/GFlash/interface/G4ProtonBuilder_WP.h @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// GEANT4 tag $Name: V04-05-02 $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/interface/GflashEMShowerModel.h b/SimG4Core/GFlash/interface/GflashEMShowerModel.h index 00c712f9ca278..b502ecffaa630 100644 --- a/SimG4Core/GFlash/interface/GflashEMShowerModel.h +++ b/SimG4Core/GFlash/interface/GflashEMShowerModel.h @@ -24,8 +24,8 @@ // ******************************************************************** // // -// $Id: GflashEMShowerModel.h,v 1.12 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: GflashEMShowerModel.h,v 1.11 2012/08/02 12:26:15 civanch Exp $ +// GEANT4 tag $Name: V04-05-01 $ // // //--------------------------------------------------------------- diff --git a/SimG4Core/GFlash/interface/HadronPhysicsQGSP_BERT_WP.h b/SimG4Core/GFlash/interface/HadronPhysicsQGSP_BERT_WP.h index 10ba0b93a0ddb..a5786c0f45a1b 100644 --- a/SimG4Core/GFlash/interface/HadronPhysicsQGSP_BERT_WP.h +++ b/SimG4Core/GFlash/interface/HadronPhysicsQGSP_BERT_WP.h @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: HadronPhysicsQGSP_BERT_WP.h,v 1.4 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: HadronPhysicsQGSP_BERT_WP.h,v 1.3 2009/03/24 03:53:39 syjun Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/interface/HadronPhysicsQGSP_WP.h b/SimG4Core/GFlash/interface/HadronPhysicsQGSP_WP.h index 8f81cafa7ddc4..3072155885bc1 100644 --- a/SimG4Core/GFlash/interface/HadronPhysicsQGSP_WP.h +++ b/SimG4Core/GFlash/interface/HadronPhysicsQGSP_WP.h @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: HadronPhysicsQGSP_WP.h,v 1.5 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: HadronPhysicsQGSP_WP.h,v 1.4 2009/03/24 03:52:55 syjun Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/src/G4MiscLHEPBuilder_WP.cc b/SimG4Core/GFlash/src/G4MiscLHEPBuilder_WP.cc index 7e77bc623ea01..9f4a50527b928 100644 --- a/SimG4Core/GFlash/src/G4MiscLHEPBuilder_WP.cc +++ b/SimG4Core/GFlash/src/G4MiscLHEPBuilder_WP.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// GEANT4 tag $Name: V04-05-02 $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/src/G4PiKBuilder_WP.cc b/SimG4Core/GFlash/src/G4PiKBuilder_WP.cc index fc2ca5daa759d..07d2eced702da 100644 --- a/SimG4Core/GFlash/src/G4PiKBuilder_WP.cc +++ b/SimG4Core/GFlash/src/G4PiKBuilder_WP.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PiKBuilder_WP.cc,v 1.5 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: G4PiKBuilder_WP.cc,v 1.4 2009/10/16 07:55:51 fabiocos Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/src/G4ProtonBuilder_WP.cc b/SimG4Core/GFlash/src/G4ProtonBuilder_WP.cc index 889025fa99bae..9ce1a7c2613fb 100644 --- a/SimG4Core/GFlash/src/G4ProtonBuilder_WP.cc +++ b/SimG4Core/GFlash/src/G4ProtonBuilder_WP.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4ProtonBuilder_WP.cc,v 1.3 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: G4ProtonBuilder_WP.cc,v 1.2 2009/10/16 07:55:51 fabiocos Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/src/HadronPhysicsQGSP_BERT_WP.cc b/SimG4Core/GFlash/src/HadronPhysicsQGSP_BERT_WP.cc index 7e683bccd0d78..7a8cdfa36797e 100644 --- a/SimG4Core/GFlash/src/HadronPhysicsQGSP_BERT_WP.cc +++ b/SimG4Core/GFlash/src/HadronPhysicsQGSP_BERT_WP.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: HadronPhysicsQGSP_BERT_WP.cc,v 1.4 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: HadronPhysicsQGSP_BERT_WP.cc,v 1.3 2009/03/24 04:11:29 syjun Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/GFlash/src/HadronPhysicsQGSP_WP.cc b/SimG4Core/GFlash/src/HadronPhysicsQGSP_WP.cc index 2304b35d14ccd..4659c15bd00bf 100644 --- a/SimG4Core/GFlash/src/HadronPhysicsQGSP_WP.cc +++ b/SimG4Core/GFlash/src/HadronPhysicsQGSP_WP.cc @@ -24,8 +24,8 @@ // ******************************************************************** // // -// $Id: HadronPhysicsQGSP_WP.cc,v 1.5 2013/05/30 21:10:49 gartung Exp $ -// GEANT4 tag $Name: V04-05-02 $ +// $Id: HadronPhysicsQGSP_WP.cc,v 1.4 2009/03/24 03:52:27 syjun Exp $ +// GEANT4 tag $Name: V04-05-01 $ // //--------------------------------------------------------------------------- // diff --git a/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.cc b/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.cc index 76f2bf082b0ac..797b6033739fa 100644 --- a/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.cc +++ b/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Nov 29 12:26:42 EST 2005 -// $Id: BeginOfTrackCounter.cc,v 1.1 2005/11/29 18:42:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h b/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h index 1cc967cc72bd6..48bbc0687b7fc 100644 --- a/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h +++ b/SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h @@ -17,7 +17,7 @@ // // Original Author: // Created: Tue Nov 29 12:26:39 EST 2005 -// $Id: BeginOfTrackCounter.h,v 1.1 2005/11/29 18:42:56 chrjones Exp $ +// $Id$ // // system include files diff --git a/SimG4Core/HelpfulWatchers/src/G4StepStatistics.h b/SimG4Core/HelpfulWatchers/src/G4StepStatistics.h index 8349f720dcf7c..e2fedc4bd7061 100644 --- a/SimG4Core/HelpfulWatchers/src/G4StepStatistics.h +++ b/SimG4Core/HelpfulWatchers/src/G4StepStatistics.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Nov 22 16:41:33 EST 2005 -// $Id: G4StepStatistics.h,v 1.7 2010/01/12 07:14:48 hegner Exp $ +// $Id: G4StepStatistics.h,v 1.6 2009/02/27 16:56:23 gbenelli Exp $ // // system include files diff --git a/SimG4Core/HelpfulWatchers/src/SimTracer.h b/SimG4Core/HelpfulWatchers/src/SimTracer.h index e551892e30c30..c072f0ba9ec0b 100644 --- a/SimG4Core/HelpfulWatchers/src/SimTracer.h +++ b/SimG4Core/HelpfulWatchers/src/SimTracer.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Nov 22 16:41:33 EST 2005 -// $Id: SimTracer.h,v 1.2 2005/12/08 21:37:49 chrjones Exp $ +// $Id: SimTracer.h,v 1.1 2005/11/22 22:03:04 chrjones Exp $ // // system include files diff --git a/SimG4Core/MagneticField/interface/G4MonopoleEquation.hh b/SimG4Core/MagneticField/interface/G4MonopoleEquation.hh index 39dad402c1fbe..e5823d93c8469 100644 --- a/SimG4Core/MagneticField/interface/G4MonopoleEquation.hh +++ b/SimG4Core/MagneticField/interface/G4MonopoleEquation.hh @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MonopoleEquation.hh,v 1.1 2010/07/29 22:46:28 sunanda Exp $ -// GEANT4 tag $Name: V01-05-07 $ +// $Id: G4MonopoleEquation.hh,v 1.1 2010/06/04 19:03:36 vnivanch Exp $ +// GEANT4 tag $Name: $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/SimG4Core/MagneticField/src/G4MonopoleEquation.cc b/SimG4Core/MagneticField/src/G4MonopoleEquation.cc index 591bb94db7dfe..c18a7ce713532 100644 --- a/SimG4Core/MagneticField/src/G4MonopoleEquation.cc +++ b/SimG4Core/MagneticField/src/G4MonopoleEquation.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MonopoleEquation.cc,v 1.2 2010/12/12 18:02:24 sunanda Exp $ -// GEANT4 tag $Name: V01-05-07 $ +// $Id: G4MonopoleEquation.cc,v 1.1 2010/06/04 19:03:36 vnivanch Exp $ +// GEANT4 tag $Name: $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/SimG4Core/Notification/interface/Observer.h b/SimG4Core/Notification/interface/Observer.h index 8ebbb43293b1d..af01c4b0fce32 100644 --- a/SimG4Core/Notification/interface/Observer.h +++ b/SimG4Core/Notification/interface/Observer.h @@ -17,7 +17,7 @@ the signal the class must override the 'void update(T)' method (e.g., void updat */ // -// $Id: Observer.h,v 1.8 2007/12/02 05:17:47 chrjones Exp $ +// $Id: Observer.h,v 1.7 2005/11/21 20:10:03 chrjones Exp $ // diff --git a/SimG4Core/Notification/interface/Signaler.h b/SimG4Core/Notification/interface/Signaler.h index 2c67c4a3f40d6..a8de8bb410afe 100644 --- a/SimG4Core/Notification/interface/Signaler.h +++ b/SimG4Core/Notification/interface/Signaler.h @@ -21,7 +21,7 @@ // // Original Author: // Created: Sat Dec 1 10:17:20 EST 2007 -// $Id: Signaler.h,v 1.1 2007/12/02 05:17:47 chrjones Exp $ +// $Id$ // // system include files diff --git a/SimG4Core/Notification/interface/SimActivityRegistry.h b/SimG4Core/Notification/interface/SimActivityRegistry.h index 8eeaf25c7e08c..fbf658c1615b1 100644 --- a/SimG4Core/Notification/interface/SimActivityRegistry.h +++ b/SimG4Core/Notification/interface/SimActivityRegistry.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Nov 13 11:43:40 EST 2005 -// $Id: SimActivityRegistry.h,v 1.7 2007/12/02 05:17:47 chrjones Exp $ +// $Id: SimActivityRegistry.h,v 1.6 2007/10/24 17:16:51 chrjones Exp $ // // system include files diff --git a/SimG4Core/Notification/interface/SimActivityRegistryEnroller.h b/SimG4Core/Notification/interface/SimActivityRegistryEnroller.h index bc9fed571806c..aa0a358ad60f9 100644 --- a/SimG4Core/Notification/interface/SimActivityRegistryEnroller.h +++ b/SimG4Core/Notification/interface/SimActivityRegistryEnroller.h @@ -16,7 +16,7 @@ // // Original Author: Chris Jones // Created: Sun Nov 13 15:08:12 EST 2005 -// $Id: SimActivityRegistryEnroller.h,v 1.4 2005/11/24 19:59:52 chrjones Exp $ +// $Id: SimActivityRegistryEnroller.h,v 1.3 2005/11/21 22:00:50 chrjones Exp $ // // system include files diff --git a/SimG4Core/Notification/src/SimActivityRegistry.cc b/SimG4Core/Notification/src/SimActivityRegistry.cc index 67f8ce77a56a7..0d180ec370dee 100644 --- a/SimG4Core/Notification/src/SimActivityRegistry.cc +++ b/SimG4Core/Notification/src/SimActivityRegistry.cc @@ -8,7 +8,7 @@ // // Original Author: Chris Jones // Created: Sun Nov 13 12:44:58 EST 2005 -// $Id: SimActivityRegistry.cc,v 1.2 2005/11/21 22:01:21 chrjones Exp $ +// $Id: SimActivityRegistry.cc,v 1.1 2005/11/15 03:42:01 chrjones Exp $ // // system include files diff --git a/SimG4Core/Physics/interface/PhysicsListMaker.h b/SimG4Core/Physics/interface/PhysicsListMaker.h index e752b44412ba3..e5b52ddaea743 100644 --- a/SimG4Core/Physics/interface/PhysicsListMaker.h +++ b/SimG4Core/Physics/interface/PhysicsListMaker.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Nov 22 13:03:44 EST 2005 -// $Id: PhysicsListMaker.h,v 1.4 2010/07/29 22:40:22 sunanda Exp $ +// $Id: PhysicsListMaker.h,v 1.3 2009/12/04 11:09:29 sunanda Exp $ // // system include files diff --git a/SimG4Core/Physics/interface/PhysicsListMakerBase.h b/SimG4Core/Physics/interface/PhysicsListMakerBase.h index 3d0ec5e22531b..e1363265a5cda 100644 --- a/SimG4Core/Physics/interface/PhysicsListMakerBase.h +++ b/SimG4Core/Physics/interface/PhysicsListMakerBase.h @@ -17,7 +17,7 @@ // // Original Author: Chris D Jones // Created: Tue Nov 22 13:03:39 EST 2005 -// $Id: PhysicsListMakerBase.h,v 1.4 2010/07/29 22:40:22 sunanda Exp $ +// $Id: PhysicsListMakerBase.h,v 1.3 2009/12/04 11:09:29 sunanda Exp $ // // system include files diff --git a/SimG4Core/PhysicsLists/plugins/FTFCMS_BIC.cc b/SimG4Core/PhysicsLists/plugins/FTFCMS_BIC.cc index 8b8c7333756bb..e5eae9b07e441 100644 --- a/SimG4Core/PhysicsLists/plugins/FTFCMS_BIC.cc +++ b/SimG4Core/PhysicsLists/plugins/FTFCMS_BIC.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsFTF_BIC.hh" @@ -41,6 +42,8 @@ FTFCMS_BIC::FTFCMS_BIC(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT.cc b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT.cc index 2fe6c509e4403..f36e399ae9581 100644 --- a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT.cc +++ b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsFTFP_BERT.hh" @@ -41,6 +42,8 @@ FTFPCMS_BERT::FTFPCMS_BERT(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML.cc b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML.cc index 38e1b537a3a1e..8e6b87e775891 100644 --- a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML.cc +++ b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsFTFP_BERT.hh" @@ -41,6 +42,8 @@ FTFPCMS_BERT_EML::FTFPCMS_BERT_EML(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML95.cc b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML95.cc index 4cb7f8bc35be4..0b9c979889f27 100644 --- a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML95.cc +++ b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EML95.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsFTFP_BERT.hh" @@ -41,6 +42,8 @@ FTFPCMS_BERT_EML95::FTFPCMS_BERT_EML95(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMV.cc b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMV.cc index d3fc591f13c12..84767e88a5deb 100644 --- a/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMV.cc +++ b/SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMV.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsFTFP_BERT.hh" @@ -41,6 +42,8 @@ FTFPCMS_BERT_EMV::FTFPCMS_BERT_EMV(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/LHEPCMS.cc b/SimG4Core/PhysicsLists/plugins/LHEPCMS.cc index 96f4cb26ab068..184705709e136 100644 --- a/SimG4Core/PhysicsLists/plugins/LHEPCMS.cc +++ b/SimG4Core/PhysicsLists/plugins/LHEPCMS.cc @@ -7,6 +7,7 @@ #include "G4EmExtraPhysics.hh" #include "G4IonPhysics.hh" #include "G4HadronElasticPhysicsLHEP.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsLHEP.hh" @@ -38,6 +39,8 @@ LHEPCMS::LHEPCMS(G4LogicalVolumeToDDLogicalPartMap& map, RegisterPhysics( new G4DecayPhysics(ver)); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysicsLHEP(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/LHEPCMS_EMV.cc b/SimG4Core/PhysicsLists/plugins/LHEPCMS_EMV.cc index 22154a52c7bc6..6f214d3b3f100 100644 --- a/SimG4Core/PhysicsLists/plugins/LHEPCMS_EMV.cc +++ b/SimG4Core/PhysicsLists/plugins/LHEPCMS_EMV.cc @@ -7,6 +7,7 @@ #include "G4EmExtraPhysics.hh" #include "G4IonPhysics.hh" #include "G4HadronElasticPhysicsLHEP.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsLHEP.hh" @@ -38,6 +39,8 @@ LHEPCMS_EMV::LHEPCMS_EMV(G4LogicalVolumeToDDLogicalPartMap& map, RegisterPhysics( new G4DecayPhysics(ver)); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysicsLHEP(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QBBCCMS.cc b/SimG4Core/PhysicsLists/plugins/QBBCCMS.cc index 367138e6ac0e6..102e369a576f4 100644 --- a/SimG4Core/PhysicsLists/plugins/QBBCCMS.cc +++ b/SimG4Core/PhysicsLists/plugins/QBBCCMS.cc @@ -6,6 +6,7 @@ #include "G4DecayPhysics.hh" #include "G4EmExtraPhysics.hh" #include "G4StoppingPhysics.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "G4HadronInelasticQBBC.hh" @@ -42,6 +43,8 @@ QBBCCMS::QBBCCMS(G4LogicalVolumeToDDLogicalPartMap& map, RegisterPhysics(new G4DecayPhysics(ver)); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics(new G4HadronElasticPhysicsXS(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT.cc index 9dd542ff049e9..56555e639777b 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_BERT::QGSPCMS_BERT(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML.cc index cfd1d6d654fd6..1049dc5d2087d 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_BERT_EML::QGSPCMS_BERT_EML(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML95.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML95.cc index 79ada48ce27f2..7bb915443d381 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML95.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EML95.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_BERT_EML95::QGSPCMS_BERT_EML95(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLGG.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLGG.cc index 09bef3c6d891f..7fc837cf37923 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLGG.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLGG.cc @@ -10,6 +10,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -42,6 +43,8 @@ QGSPCMS_BERT_EMLGG::QGSPCMS_BERT_EMLGG(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLNoDR.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLNoDR.cc index 9b34da864ec89..beeeb81ace871 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLNoDR.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLNoDR.cc @@ -10,6 +10,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -43,6 +44,8 @@ QGSPCMS_BERT_EMLNoDR::QGSPCMS_BERT_EMLNoDR(G4LogicalVolumeToDDLogicalPartMap& ma this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSN.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSN.cc index f1e092cea76fb..18371509a5deb 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSN.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSN.cc @@ -11,6 +11,7 @@ #include "G4HadronElasticPhysicsXS.hh" #include "G4NeutronTrackingCut.hh" #include "G4NeutronCrossSectionXS.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -43,6 +44,8 @@ QGSPCMS_BERT_EMLSN::QGSPCMS_BERT_EMLSN(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysicsXS(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSYNC.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSYNC.cc index 0dfc2397f26ef..92ee2b55063a4 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSYNC.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMLSYNC.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -44,6 +45,8 @@ QGSPCMS_BERT_EMLSYNC::QGSPCMS_BERT_EMLSYNC(G4LogicalVolumeToDDLogicalPartMap& ma this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMV.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMV.cc index aed451a22abc2..108f745b5126d 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMV.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_EMV.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_BERT_EMV::QGSPCMS_BERT_EMV(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_HP_EML.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_HP_EML.cc index 758cc4d4329a8..5e0b2b04ec316 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_HP_EML.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_BERT_HP_EML.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysicsHP.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_BERT_HP.hh" @@ -41,6 +42,8 @@ QGSPCMS_BERT_HP_EML::QGSPCMS_BERT_HP_EML(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysicsHP(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT.cc index 6af3ec70086bb..e2288164fdd22 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_FTFP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_FTFP_BERT::QGSPCMS_FTFP_BERT(G4LogicalVolumeToDDLogicalPartMap& map, this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML.cc index 96cb5a4152cd3..20766766c74a9 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_FTFP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_FTFP_BERT_EML::QGSPCMS_FTFP_BERT_EML(G4LogicalVolumeToDDLogicalPartMap& RegisterPhysics(new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics(new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95.cc index ef1a0defef316..38d20c89bc593 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_FTFP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_FTFP_BERT_EML95::QGSPCMS_FTFP_BERT_EML95(G4LogicalVolumeToDDLogicalPartM this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95msc93.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95msc93.cc index 15b92ba5c1320..6d45543317209 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95msc93.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML95msc93.cc @@ -9,6 +9,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_FTFP_BERT.hh" @@ -41,6 +42,8 @@ QGSPCMS_FTFP_BERT_EML95msc93::QGSPCMS_FTFP_BERT_EML95msc93(G4LogicalVolumeToDDLo this->RegisterPhysics( new G4DecayPhysics(ver) ); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML_New.cc b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML_New.cc index d2c592a833e2c..cc648ab1807ff 100644 --- a/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML_New.cc +++ b/SimG4Core/PhysicsLists/plugins/QGSPCMS_FTFP_BERT_EML_New.cc @@ -11,6 +11,7 @@ #include "G4StoppingPhysics.hh" #include "G4HadronElasticPhysics.hh" #include "G4NeutronTrackingCut.hh" +#include "G4HadronicProcessStore.hh" #include "G4DataQuestionaire.hh" #include "HadronPhysicsQGSP_FTFP_BERT.hh" @@ -45,6 +46,8 @@ QGSPCMS_FTFP_BERT_EML_New::QGSPCMS_FTFP_BERT_EML_New(G4LogicalVolumeToDDLogicalP this->RegisterPhysics( new G4DecayPhysics(ver)); if (hadPhys) { + G4HadronicProcessStore::Instance()->SetVerbose(ver); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysics(ver)); diff --git a/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.cc b/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.cc index 09b25b2dc8ffa..f30bc1238a508 100644 --- a/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.cc +++ b/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: CMSG4mplIonisation.cc,v 1.1 2010/04/02 14:35:10 sunanda Exp $ -// GEANT4 tag $Name: V02-00-04 $ +// $Id: G4mplIonisation.cc,v 1.10 2010/03/28 16:45:38 vnivanch Exp $ +// GEANT4 tag $Name: $ // // ------------------------------------------------------------------- // diff --git a/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.hh b/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.hh index 52ef825ee1b29..a46d97170cb04 100644 --- a/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.hh +++ b/SimG4Core/PhysicsLists/src/CMSG4mplIonisation.hh @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: CMSG4mplIonisation.hh,v 1.1 2010/04/02 14:35:10 sunanda Exp $ -// GEANT4 tag $Name: V02-00-04 $ +// $Id: G4mplIonisation.hh,v 1.6 2009/02/20 16:38:33 vnivanch Exp $ +// GEANT4 tag $Name: geant4-09-03 $ // // ------------------------------------------------------------------- // diff --git a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.cc b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.cc index 5866138631872..848bb332de4a7 100644 --- a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.cc +++ b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.cc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MonopoleTransportation.cc,v 1.1 2010/07/29 23:05:19 sunanda Exp $ -// GEANT4 tag $Name: V02-00-04 $ +// $Id: G4MonopoleTransportation.cc,v 1.1 2010/06/04 19:03:36 vnivanch Exp $ +// GEANT4 tag $Name: $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.hh b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.hh index a9a24962a5461..85c3acbdad900 100644 --- a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.hh +++ b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.hh @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MonopoleTransportation.hh,v 1.1 2010/07/29 23:05:19 sunanda Exp $ -// GEANT4 tag $Name: V02-00-04 $ +// $Id: G4MonopoleTransportation.hh,v 1.1 2010/06/04 19:03:36 vnivanch Exp $ +// GEANT4 tag $Name: $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.icc b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.icc index 19fd32cc9887a..25635ad0a01de 100644 --- a/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.icc +++ b/SimG4Core/PhysicsLists/src/G4MonopoleTransportation.icc @@ -23,8 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MonopoleTransportation.icc,v 1.1 2010/07/29 23:05:19 sunanda Exp $ -// GEANT4 tag $Name: V02-00-04 $ +// $Id: G4MonopoleTransportation.icc,v 1.1 2010/06/04 19:03:36 vnivanch Exp $ +// GEANT4 tag $Name: $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h b/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h index 70f0b6fe87abd..be052ef8a9966 100644 --- a/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h +++ b/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Nov 14 11:56:05 EST 2005 -// $Id: SensitiveDetectorMaker.h,v 1.3 2007/05/08 23:11:53 sunanda Exp $ +// $Id: SensitiveDetectorMaker.h,v 1.2 2005/11/28 00:43:38 chrjones Exp $ // // system include files diff --git a/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h b/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h index f32cbdf06cbf9..5b210cda439ce 100644 --- a/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h +++ b/SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Mon Nov 14 11:50:24 EST 2005 -// $Id: SensitiveDetectorMakerBase.h,v 1.3 2007/05/08 23:11:53 sunanda Exp $ +// $Id: SensitiveDetectorMakerBase.h,v 1.2 2005/11/28 00:43:38 chrjones Exp $ // // system include files diff --git a/SimG4Core/Watcher/interface/SimProducer.h b/SimG4Core/Watcher/interface/SimProducer.h index 058ff6c2bbd01..8f2689483dbeb 100644 --- a/SimG4Core/Watcher/interface/SimProducer.h +++ b/SimG4Core/Watcher/interface/SimProducer.h @@ -16,7 +16,7 @@ // // Original Author: Chris D. Jones // Created: Mon Nov 28 16:02:21 EST 2005 -// $Id: SimProducer.h,v 1.2 2010/03/26 22:55:39 sunanda Exp $ +// $Id: SimProducer.h,v 1.1 2005/11/29 18:40:25 chrjones Exp $ // // system include files diff --git a/SimG4Core/Watcher/interface/SimWatcher.h b/SimG4Core/Watcher/interface/SimWatcher.h index d8675f93a8ca7..6ebc0779da4e1 100644 --- a/SimG4Core/Watcher/interface/SimWatcher.h +++ b/SimG4Core/Watcher/interface/SimWatcher.h @@ -21,7 +21,7 @@ called by the dynamic loading code. // // Original Author: // Created: Tue Nov 22 15:35:11 EST 2005 -// $Id: SimWatcher.h,v 1.1 2005/11/22 22:02:08 chrjones Exp $ +// $Id$ // // system include files diff --git a/SimG4Core/Watcher/interface/SimWatcherMaker.h b/SimG4Core/Watcher/interface/SimWatcherMaker.h index 94cd69a18a429..e20eaab3ac2fe 100644 --- a/SimG4Core/Watcher/interface/SimWatcherMaker.h +++ b/SimG4Core/Watcher/interface/SimWatcherMaker.h @@ -16,7 +16,7 @@ // // Original Author: // Created: Tue Nov 22 13:03:44 EST 2005 -// $Id: SimWatcherMaker.h,v 1.2 2005/11/29 18:40:25 chrjones Exp $ +// $Id: SimWatcherMaker.h,v 1.1 2005/11/22 22:02:08 chrjones Exp $ // // system include files diff --git a/SimG4Core/Watcher/interface/SimWatcherMakerBase.h b/SimG4Core/Watcher/interface/SimWatcherMakerBase.h index 009b6c78541c0..55859ee5e49ec 100644 --- a/SimG4Core/Watcher/interface/SimWatcherMakerBase.h +++ b/SimG4Core/Watcher/interface/SimWatcherMakerBase.h @@ -17,7 +17,7 @@ // // Original Author: Chris D Jones // Created: Tue Nov 22 13:03:39 EST 2005 -// $Id: SimWatcherMakerBase.h,v 1.2 2005/11/29 18:40:25 chrjones Exp $ +// $Id: SimWatcherMakerBase.h,v 1.1 2005/11/22 22:02:08 chrjones Exp $ // // system include files diff --git a/SimG4Core/Watcher/test/IntSimProducer.cc b/SimG4Core/Watcher/test/IntSimProducer.cc index 0824735eba514..f1f70809a6334 100644 --- a/SimG4Core/Watcher/test/IntSimProducer.cc +++ b/SimG4Core/Watcher/test/IntSimProducer.cc @@ -8,7 +8,7 @@ // // Original Author: // Created: Tue Nov 29 11:33:37 EST 2005 -// $Id: IntSimProducer.cc,v 1.3 2007/04/11 02:41:23 chrjones Exp $ +// $Id: IntSimProducer.cc,v 1.2 2007/04/08 03:52:26 wmtan Exp $ // // system include files diff --git a/SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py b/SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py index c06293fe793a0..354182ba4dbe0 100644 --- a/SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py +++ b/SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py @@ -61,7 +61,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/SimGeneral/DataMixingModule/python/recoT0DQM_EvContent_40T_digiOnly_cfg.py,v $'), annotation = cms.untracked.string('CRUZET Prompt Reco with Mag field at 3.8T') ) process.options = cms.untracked.PSet( wantSummary = cms.untracked.bool(True) ) ## default is false diff --git a/SimGeneral/GFlash/src/GflashEMShowerProfile.cc b/SimGeneral/GFlash/src/GflashEMShowerProfile.cc index 02bff63b06f3d..505a2f46aad4e 100644 --- a/SimGeneral/GFlash/src/GflashEMShowerProfile.cc +++ b/SimGeneral/GFlash/src/GflashEMShowerProfile.cc @@ -1,5 +1,5 @@ // -// $Id: GflashEMShowerProfile.cc,v 1.5 2010/04/30 19:10:11 dwjang Exp $ +// $Id: GflashEMShowerProfile.cc,v 1.4 2010/04/30 19:09:28 dwjang Exp $ // initial setup : Soon Jun & Dongwook Jang // Translated from Fortran code. // diff --git a/SimGeneral/HepPDTESSource/interface/HepPDTESSource.h b/SimGeneral/HepPDTESSource/interface/HepPDTESSource.h index eec51fce26275..52760549a82c0 100644 --- a/SimGeneral/HepPDTESSource/interface/HepPDTESSource.h +++ b/SimGeneral/HepPDTESSource/interface/HepPDTESSource.h @@ -15,7 +15,7 @@ // // Original Author: Luca Lista // Created: Fri Mar 10 15:58:18 CET 2006 -// $Id: HepPDTESSource.h,v 1.3 2007/03/20 09:09:27 llista Exp $ +// $Id: HepPDTESSource.h,v 1.2 2006/07/18 15:00:07 fmoortga Exp $ // #include #include diff --git a/SimGeneral/HepPDTESSource/test/HepPDTAnalyzer.h b/SimGeneral/HepPDTESSource/test/HepPDTAnalyzer.h index b8ece351b6aed..d8088f9f53a16 100644 --- a/SimGeneral/HepPDTESSource/test/HepPDTAnalyzer.h +++ b/SimGeneral/HepPDTESSource/test/HepPDTAnalyzer.h @@ -16,7 +16,7 @@ // // Original Author: Filip Moortgat // Created: Wed Jul 19 14:41:13 CEST 2006 -// $Id: HepPDTAnalyzer.h,v 1.4 2008/12/10 13:45:10 fabiocos Exp $ +// $Id: HepPDTAnalyzer.h,v 1.3 2007/12/07 16:09:22 fabiocos Exp $ // // diff --git a/SimGeneral/HepPDTRecord/interface/PDTRecord.h b/SimGeneral/HepPDTRecord/interface/PDTRecord.h index 5a3ecd6b2e8d6..eea042fbcf965 100755 --- a/SimGeneral/HepPDTRecord/interface/PDTRecord.h +++ b/SimGeneral/HepPDTRecord/interface/PDTRecord.h @@ -6,9 +6,9 @@ * * \author: Luca Lista, INFN * - * \version $Revision: 1.2 $ + * \version $Revision$ * - * $Id: PDTRecord.h,v 1.2 2006/03/30 12:21:24 llista Exp $ + * $Id: PDTRecord.h,v 1.1 2006/03/14 16:22:30 llista Exp $ */ #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" diff --git a/SimGeneral/HepPDTRecord/interface/ParticleDataTable.h b/SimGeneral/HepPDTRecord/interface/ParticleDataTable.h index b48295f88faac..9ab8c74f65066 100644 --- a/SimGeneral/HepPDTRecord/interface/ParticleDataTable.h +++ b/SimGeneral/HepPDTRecord/interface/ParticleDataTable.h @@ -1,6 +1,6 @@ #ifndef HepPDTProducer_ParticleDataTable_h #define HepPDTProducer_ParticleDataTable_h -// $Id: ParticleDataTable.h,v 1.5 2007/03/20 09:09:29 llista Exp $ +// $Id: ParticleDataTable.h,v 1.4 2006/11/15 09:21:40 fmoortga Exp $ #include "FWCore/Framework/interface/data_default_record_trait.h" #include "HepPDT/ParticleDataTable.hh" diff --git a/SimGeneral/HepPDTRecord/src/PDTRecord.cc b/SimGeneral/HepPDTRecord/src/PDTRecord.cc index 6fc240135a8e8..9b146609e1145 100755 --- a/SimGeneral/HepPDTRecord/src/PDTRecord.cc +++ b/SimGeneral/HepPDTRecord/src/PDTRecord.cc @@ -1,4 +1,4 @@ -// $Id: PDTRecord.cc,v 1.1 2006/03/14 16:22:31 llista Exp $ +// $Id: PDTRecord.cc,v 1.1 2006/03/13 18:03:06 llista Exp $ #include "SimGeneral/HepPDTRecord/interface/PDTRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/SimGeneral/MixingModule/plugins/HiMixingModule.cc b/SimGeneral/MixingModule/plugins/HiMixingModule.cc index ae88878e09798..27d41f6e7bad0 100644 --- a/SimGeneral/MixingModule/plugins/HiMixingModule.cc +++ b/SimGeneral/MixingModule/plugins/HiMixingModule.cc @@ -13,7 +13,7 @@ // // Original Author: Yetkin Yilmaz // Created: Tue Feb 17 17:32:06 EST 2009 -// $Id: HiMixingModule.cc,v 1.11 2013/03/01 00:13:36 wmtan Exp $ +// $Id: HiMixingModule.cc,v 1.10 2012/07/19 16:09:31 wdd Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/InputAnalyzer.cc b/SimGeneral/MixingModule/plugins/InputAnalyzer.cc index f1117e92890f1..072e84cd5c365 100644 --- a/SimGeneral/MixingModule/plugins/InputAnalyzer.cc +++ b/SimGeneral/MixingModule/plugins/InputAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Mon Apr 20 13:43:06 CEST 2009 -// $Id: InputAnalyzer.cc,v 1.3 2011/11/15 21:57:47 gowdy Exp $ +// $Id: InputAnalyzer.cc,v 1.2 2010/02/16 17:10:08 wmtan Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/InputAnalyzer.h b/SimGeneral/MixingModule/plugins/InputAnalyzer.h index 31036bdf2469c..3165f80fc7a71 100644 --- a/SimGeneral/MixingModule/plugins/InputAnalyzer.h +++ b/SimGeneral/MixingModule/plugins/InputAnalyzer.h @@ -9,7 +9,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Mon Apr 20 13:43:06 CEST 2009 -// $Id: InputAnalyzer.h,v 1.2 2013/03/01 00:13:36 wmtan Exp $ +// $Id: InputAnalyzer.h,v 1.1 2009/04/24 13:35:34 ebecheva Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/MixEvtVtxGenerator.cc b/SimGeneral/MixingModule/plugins/MixEvtVtxGenerator.cc index e0971a0b5540b..dd7e1d83dddbd 100644 --- a/SimGeneral/MixingModule/plugins/MixEvtVtxGenerator.cc +++ b/SimGeneral/MixingModule/plugins/MixEvtVtxGenerator.cc @@ -1,8 +1,8 @@ #ifndef HI_MixEvtVtxGenerator_H #define HI_MixEvtVtxGenerator_H /* -* $Date: 2013/04/18 21:57:33 $ -* $Revision: 1.7 $ +* $Date: 2012/07/06 09:13:33 $ +* $Revision: 1.6 $ */ #include "FWCore/PluginManager/interface/ModuleDef.h" #include "FWCore/Framework/interface/MakerMacros.h" diff --git a/SimGeneral/MixingModule/plugins/Mixing2DB.h b/SimGeneral/MixingModule/plugins/Mixing2DB.h index 00a3d76ed50c5..7a78bcba5f012 100644 --- a/SimGeneral/MixingModule/plugins/Mixing2DB.h +++ b/SimGeneral/MixingModule/plugins/Mixing2DB.h @@ -15,7 +15,7 @@ // // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209, // Created: Mon Jan 9 17:27:59 CET 2012 -// $Id: Mixing2DB.h,v 1.2 2013/03/01 00:12:02 wmtan Exp $ +// $Id: Mixing2DB.h,v 1.1 2012/01/17 12:02:44 vlimant Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.cc b/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.cc index 69584da858842..f8e7df290c0c1 100644 --- a/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.cc +++ b/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Wed Apr 22 16:54:31 CEST 2009 -// $Id: SecSourceAnalyzer.cc,v 1.8 2012/01/30 18:23:36 fwyzard Exp $ +// $Id: SecSourceAnalyzer.cc,v 1.7 2011/08/09 13:39:10 mikeh Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.h b/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.h index 27b0226de8a7c..9af9fbb9f9573 100644 --- a/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.h +++ b/SimGeneral/MixingModule/plugins/SecSourceAnalyzer.h @@ -8,7 +8,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Wed Apr 22 16:54:31 CEST 2009 -// $Id: SecSourceAnalyzer.h,v 1.5 2013/03/01 00:13:36 wmtan Exp $ +// $Id: SecSourceAnalyzer.h,v 1.4 2011/07/14 15:01:10 wsun Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/TestMix.cc b/SimGeneral/MixingModule/plugins/TestMix.cc index f2b0230de8b97..034a23ac05dd9 100644 --- a/SimGeneral/MixingModule/plugins/TestMix.cc +++ b/SimGeneral/MixingModule/plugins/TestMix.cc @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: TestMix.cc,v 1.20 2011/11/15 21:57:47 gowdy Exp $ +// $Id: TestMix.cc,v 1.19 2010/01/15 11:17:32 ebecheva Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/TestMix.h b/SimGeneral/MixingModule/plugins/TestMix.h index f42ee6a2dc53f..594209d669cf4 100644 --- a/SimGeneral/MixingModule/plugins/TestMix.h +++ b/SimGeneral/MixingModule/plugins/TestMix.h @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: TestMix.h,v 1.2 2013/03/01 00:13:36 wmtan Exp $ +// $Id: TestMix.h,v 1.1 2007/04/19 14:51:54 uberthon Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/TestMixedSource.cc b/SimGeneral/MixingModule/plugins/TestMixedSource.cc index 4bcd44d8bbcff..09e04e9804fbf 100644 --- a/SimGeneral/MixingModule/plugins/TestMixedSource.cc +++ b/SimGeneral/MixingModule/plugins/TestMixedSource.cc @@ -13,7 +13,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Wed May 20 16:46:58 CEST 2009 -// $Id: TestMixedSource.cc,v 1.5 2011/11/15 21:57:47 gowdy Exp $ +// $Id: TestMixedSource.cc,v 1.4 2009/10/21 12:13:15 fambrogl Exp $ // // diff --git a/SimGeneral/MixingModule/plugins/TestMixedSource.h b/SimGeneral/MixingModule/plugins/TestMixedSource.h index a60d404f1a352..25c58c5c50e2a 100644 --- a/SimGeneral/MixingModule/plugins/TestMixedSource.h +++ b/SimGeneral/MixingModule/plugins/TestMixedSource.h @@ -13,7 +13,7 @@ // // Original Author: Emilia Lubenova Becheva // Created: Wed May 20 16:46:58 CEST 2009 -// $Id: TestMixedSource.h,v 1.3 2013/03/01 00:13:36 wmtan Exp $ +// $Id: TestMixedSource.h,v 1.2 2009/07/02 17:11:20 ebecheva Exp $ // // diff --git a/SimGeneral/MixingModule/test/testhimix_cfg.py b/SimGeneral/MixingModule/test/testhimix_cfg.py index ce9d93073d84d..b6a6ec76f9524 100644 --- a/SimGeneral/MixingModule/test/testhimix_cfg.py +++ b/SimGeneral/MixingModule/test/testhimix_cfg.py @@ -23,7 +23,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.1 $'), + version = cms.untracked.string('$Revision: 1.168 $'), annotation = cms.untracked.string('Pyquen_ZeemumuJets_pt10_4TeV_cfi.py nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/SimGeneral/TrackingAnalysis/plugins/TrackingTruthAccumulator.cc b/SimGeneral/TrackingAnalysis/plugins/TrackingTruthAccumulator.cc index 21f37e66f5fe9..9a81aff7bfefb 100644 --- a/SimGeneral/TrackingAnalysis/plugins/TrackingTruthAccumulator.cc +++ b/SimGeneral/TrackingAnalysis/plugins/TrackingTruthAccumulator.cc @@ -1154,9 +1154,6 @@ namespace // Unnamed namespace for things only used in this file for( const auto& trackSegment : newTrackingParticle.g4Tracks() ) { pBremParentTrackingParticle->addG4Track( trackSegment ); - pBremParentTrackingParticle->setNumberOfHits(pBremParentTrackingParticle->numberOfHits()+newTrackingParticle.numberOfHits()); - pBremParentTrackingParticle->setNumberOfTrackerHits(pBremParentTrackingParticle->numberOfTrackerHits()+newTrackingParticle.numberOfTrackerHits()); - pBremParentTrackingParticle->setNumberOfTrackerLayers(pBremParentTrackingParticle->numberOfTrackerLayers()+newTrackingParticle.numberOfTrackerLayers()); } // Also copy the generator particle references @@ -1165,6 +1162,10 @@ namespace // Unnamed namespace for things only used in this file pBremParentTrackingParticle->addGenParticle( genParticleRef ); } + pBremParentTrackingParticle->setNumberOfHits(pBremParentTrackingParticle->numberOfHits()+newTrackingParticle.numberOfHits()); + pBremParentTrackingParticle->setNumberOfTrackerHits(pBremParentTrackingParticle->numberOfTrackerHits()+newTrackingParticle.numberOfTrackerHits()); + pBremParentTrackingParticle->setNumberOfTrackerLayers(pBremParentTrackingParticle->numberOfTrackerLayers()+newTrackingParticle.numberOfTrackerLayers()); + // Set a proxy in the output collection wrapper so that any attempt to get objects for // this DecayChainTrack again get redirected to the brem parent. pMergedOutput->setProxy( pDecayChainTrack, pBremParentChainTrack ); diff --git a/SimMuon/DTDigitizer/interface/DTDigiSyncBase.h b/SimMuon/DTDigitizer/interface/DTDigiSyncBase.h index 15e2983dc21e7..5c2250bc1296f 100644 --- a/SimMuon/DTDigitizer/interface/DTDigiSyncBase.h +++ b/SimMuon/DTDigitizer/interface/DTDigiSyncBase.h @@ -4,8 +4,8 @@ /** \class DTDigiSyncBase * Base class to define the offsets for digis. * - * $Date: 2006/01/25 11:09:31 $ - * $Revision: 1.3 $ + * $Date: 2006/01/20 15:49:00 $ + * $Revision: 1.2 $ * \author N. Amapane, G. Cerminara, R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/interface/DTDigiSyncFactory.h b/SimMuon/DTDigitizer/interface/DTDigiSyncFactory.h index 1dd6c54f93da2..adc547adf05e3 100644 --- a/SimMuon/DTDigitizer/interface/DTDigiSyncFactory.h +++ b/SimMuon/DTDigitizer/interface/DTDigiSyncFactory.h @@ -8,8 +8,8 @@ * are accessed via ComponentFactoryByName * * - * $Date: 2007/04/17 22:47:09 $ - * $Revision: 1.3 $ + * $Date: 2007/04/08 03:59:12 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigiReader.cc b/SimMuon/DTDigitizer/src/DTDigiReader.cc index acb413a9974ff..82b455884222e 100644 --- a/SimMuon/DTDigitizer/src/DTDigiReader.cc +++ b/SimMuon/DTDigitizer/src/DTDigiReader.cc @@ -4,8 +4,8 @@ /** \class DTDigiReader * Analyse the the muon-drift-tubes digitizer. * - * $Date: 2006/08/01 15:24:06 $ - * $Revision: 1.5 $ + * $Date: 2006/06/22 13:10:58 $ + * $Revision: 1.4 $ * \authors: R. Bellan */ diff --git a/SimMuon/DTDigitizer/src/DTDigiSyncFactory.cc b/SimMuon/DTDigitizer/src/DTDigiSyncFactory.cc index a2539ab0e6319..d0556274fa6ae 100644 --- a/SimMuon/DTDigitizer/src/DTDigiSyncFactory.cc +++ b/SimMuon/DTDigitizer/src/DTDigiSyncFactory.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2007/04/17 22:47:10 $ - * $Revision: 1.2 $ + * $Date: 2005/12/14 11:58:00 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.cc b/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.cc index 550737322a7fa..0f985844ba078 100644 --- a/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.cc +++ b/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2006/02/22 13:12:04 $ - * $Revision: 1.4 $ + * $Date: 2006/01/25 11:07:39 $ + * $Revision: 1.3 $ * \author N. Amapane, R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.h b/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.h index 61cbb1f3b2e5b..84104cf2e8e24 100644 --- a/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.h +++ b/SimMuon/DTDigitizer/src/DTDigiSyncFromTable.h @@ -4,8 +4,8 @@ /** \class DTDigiSyncFromTable * Digi offsets taken from a synchronization table. * - * $Date: 2006/01/25 11:07:39 $ - * $Revision: 1.3 $ + * $Date: 2006/01/20 15:49:00 $ + * $Revision: 1.2 $ * \author N. Amapane, R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.cc b/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.cc index 0a5e74bb4d264..ab054b86cf831 100644 --- a/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.cc +++ b/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/07/16 14:44:04 $ - * $Revision: 1.8 $ + * $Date: 2008/11/05 00:05:09 $ + * $Revision: 1.7 $ * \author N. Amapane, R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.h b/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.h index 6819ae11de526..c9899540da437 100644 --- a/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.h +++ b/SimMuon/DTDigitizer/src/DTDigiSyncTOFCorr.h @@ -19,8 +19,8 @@ * nominal IP to the 3D center of the SL. Use this, unless you * really know what you are doing. * - * $Date: 2010/07/16 14:44:04 $ - * $Revision: 1.4 $ + * $Date: 2006/01/25 11:07:39 $ + * $Revision: 1.3 $ * \author N. Amapane, R. Bellan - INFN Torino */ diff --git a/SimMuon/DTDigitizer/src/DTDigitizer.cc b/SimMuon/DTDigitizer/src/DTDigitizer.cc index cc603375fd92f..0a97c140e3138 100644 --- a/SimMuon/DTDigitizer/src/DTDigitizer.cc +++ b/SimMuon/DTDigitizer/src/DTDigitizer.cc @@ -1,7 +1,7 @@ /** \file * - * $Date: 2013/03/03 14:24:43 $ - * $Revision: 1.40 $ + * $Date: 2013/03/02 12:37:47 $ + * $Revision: 1.39 $ * \authors: G. Bevilacqua, N. Amapane, G. Cerminara, R. Bellan */ diff --git a/SimMuon/DTDigitizer/src/DTDigitizer.h b/SimMuon/DTDigitizer/src/DTDigitizer.h index ebfae32061d82..6dfd38c9086ab 100644 --- a/SimMuon/DTDigitizer/src/DTDigitizer.h +++ b/SimMuon/DTDigitizer/src/DTDigitizer.h @@ -6,8 +6,8 @@ * The parametrisation function in DTDriftTimeParametrization * from P.G.Abia, J.Puerta is used in all cases where it is applicable. * - * $Date: 2013/03/02 12:37:47 $ - * $Revision: 1.13 $ + * $Date: 2008/07/01 07:41:35 $ + * $Revision: 1.12 $ * \authors: G. Bevilacqua, N. Amapane, G. Cerminara, R. Bellan */ diff --git a/SimMuon/DTDigitizer/test/DTDigiAnalyzer.cc b/SimMuon/DTDigitizer/test/DTDigiAnalyzer.cc index 10166597eeddb..7579c385b7a96 100644 --- a/SimMuon/DTDigitizer/test/DTDigiAnalyzer.cc +++ b/SimMuon/DTDigitizer/test/DTDigiAnalyzer.cc @@ -1,8 +1,8 @@ /** \class DTDigiAnalyzer * Analyse the the muon-drift-tubes digitizer. * - * $Date: 2007/09/05 07:29:06 $ - * $Revision: 1.10 $ + * $Date: 2007/05/11 14:44:35 $ + * $Revision: 1.9 $ * \authors: R. Bellan */ diff --git a/SimMuon/DTDigitizer/test/DTDigiAnalyzer.h b/SimMuon/DTDigitizer/test/DTDigiAnalyzer.h index 9db933cf80737..780b3fef6c766 100644 --- a/SimMuon/DTDigitizer/test/DTDigiAnalyzer.h +++ b/SimMuon/DTDigitizer/test/DTDigiAnalyzer.h @@ -4,8 +4,8 @@ /** \class DTDigiAnalyzer * Analyse the the muon-drift-tubes digitizer. * - * $Date: 2007/05/11 14:44:38 $ - * $Revision: 1.4 $ + * $Date: 2006/08/07 15:47:36 $ + * $Revision: 1.3 $ * \authors: R. Bellan */ diff --git a/SimMuon/DTDigitizer/test/Histograms.h b/SimMuon/DTDigitizer/test/Histograms.h index c13db16909edd..fcb150d90d3a6 100644 --- a/SimMuon/DTDigitizer/test/Histograms.h +++ b/SimMuon/DTDigitizer/test/Histograms.h @@ -4,8 +4,8 @@ /** \class Histograms * Classes for histograms handling. * - * $Date: 2007/09/05 07:29:06 $ - * $Revision: 1.5 $ + * $Date: 2007/03/07 19:17:39 $ + * $Revision: 1.4 $ * \author R. Bellan - INFN Torino */ #include "TString.h" diff --git a/SimMuon/DTDigitizer/test/stubs/Utils.cc b/SimMuon/DTDigitizer/test/stubs/Utils.cc index b19b4bf64418b..953b65d379cc9 100644 --- a/SimMuon/DTDigitizer/test/stubs/Utils.cc +++ b/SimMuon/DTDigitizer/test/stubs/Utils.cc @@ -1,6 +1,6 @@ /* - * $Date: 2009/05/25 07:16:08 $ - * $Revision: 1.3 $ + * $Date: 2006/03/17 13:33:02 $ + * $Revision: 1.2 $ * \author G. Bevilacqua, N. Amapane - INFN Torino */ diff --git a/SimMuon/DTDigitizer/test/stubs/Utils.h b/SimMuon/DTDigitizer/test/stubs/Utils.h index f0121b662068f..fe80c9b82ce8d 100644 --- a/SimMuon/DTDigitizer/test/stubs/Utils.h +++ b/SimMuon/DTDigitizer/test/stubs/Utils.h @@ -9,7 +9,7 @@ * Bwire = By in ORCA r.f. * Bnorm = Bz in ORCA r.f. * - * $Date: 2006/03/09 16:56:34 $ + * $Date: 2004/09/16 12:53:15 $ * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/SimMuon/GEMDigitizer/test/GEMCSCPadDigiReader.cc b/SimMuon/GEMDigitizer/test/GEMCSCPadDigiReader.cc index 3ec7019c769c7..76e378a649f39 100644 --- a/SimMuon/GEMDigitizer/test/GEMCSCPadDigiReader.cc +++ b/SimMuon/GEMDigitizer/test/GEMCSCPadDigiReader.cc @@ -4,7 +4,7 @@ /** \class GEMDigiReader * Dumps GEM-CSC trigger pad digis * - * $Id: GEMCSCPadDigiReader.cc,v 1.4 2013/01/30 12:12:45 khotilov Exp $ + * $Id: GEMCSCPadDigiReader.cc,v 1.2 2013/01/18 05:48:17 khotilov Exp $ * \authors: Vadim Khotilovich */ diff --git a/SimMuon/GEMDigitizer/test/GEMDigiReader.cc b/SimMuon/GEMDigitizer/test/GEMDigiReader.cc index 48bb22468c707..44bb96d387ffd 100644 --- a/SimMuon/GEMDigitizer/test/GEMDigiReader.cc +++ b/SimMuon/GEMDigitizer/test/GEMDigiReader.cc @@ -4,7 +4,7 @@ /** \class GEMDigiReader * Dumps GEM digis * - * $Id: GEMDigiReader.cc,v 1.1 2012/12/08 01:31:36 khotilov Exp $ + * $Id:$ * \authors: Vadim Khotilovich */ diff --git a/SimMuon/MCTruth/src/MuonAssociatorByHits.cc b/SimMuon/MCTruth/src/MuonAssociatorByHits.cc index 0340a486c50f0..7b5d0c11fbe78 100644 --- a/SimMuon/MCTruth/src/MuonAssociatorByHits.cc +++ b/SimMuon/MCTruth/src/MuonAssociatorByHits.cc @@ -652,14 +652,11 @@ MuonAssociatorByHits::associateSimToRecoIndices( const TrackHitsCollection & tC, int tpindex =0; for (TrackingParticleCollection::const_iterator trpart = tPC.begin(); trpart != tPC.end(); ++trpart, ++tpindex) { -#warning "This file has been modified just to get it to compile without any regard as to whether it still functions as intended" -#ifdef REMOVED_JUST_TO_GET_IT_TO_COMPILE__THIS_CODE_NEEDS_TO_BE_CHECKED - int n_tracker_simhits = 0; -#endif + // int n_tracker_simhits = 0; int n_tracker_recounted_simhits = 0; int n_muon_simhits = 0; int n_global_simhits = 0; - std::vector tphits; + // std::vector tphits; int n_tracker_selected_simhits = 0; int n_muon_selected_simhits = 0; @@ -675,8 +672,8 @@ MuonAssociatorByHits::associateSimToRecoIndices( const TrackHitsCollection & tC, global_nshared = tracker_nshared + muon_nshared; if (global_nshared == 0) continue; // if this TP shares no hits with the current reco::Track loop over -#warning "This file has been modified just to get it to compile without any regard as to whether it still functions as intended" -#ifdef REMOVED_JUST_TO_GET_IT_TO_COMPILE__THIS_CODE_NEEDS_TO_BE_CHECKED + // This does not work with the new TP interface + /* for(std::vector::const_iterator TPhit = trpart->pSimHit_begin(); TPhit != trpart->pSimHit_end(); TPhit++) { DetId dId = DetId(TPhit->detUnitId()); DetId::Detector detector = dId.det(); @@ -734,9 +731,15 @@ MuonAssociatorByHits::associateSimToRecoIndices( const TrackHitsCollection & tC, } } -#endif + */ + // n_tracker_recounted_simhits = tphits.size(); + + // adapt to new TP interface: this gives the total number of hits in tracker + // should reproduce the behaviour of UseGrouped=UseSplitting=.true. + n_tracker_recounted_simhits = trpart->numberOfTrackerHits(); + // numberOfHits() gives the total number of hits (tracker + muons) + n_muon_simhits = trpart->numberOfHits() - trpart->numberOfTrackerHits(); - n_tracker_recounted_simhits = tphits.size(); // Handle the case of TrackingParticles that don't have PSimHits inside, e.g. because they were made on RECOSIM only. if (trpart->numberOfHits()==0) { // FIXME this can be made better, counting the digiSimLinks associated to this TP, but perhaps it's not worth it diff --git a/SimMuon/Neutron/plugins/EmptyHepMCProducer.cc b/SimMuon/Neutron/plugins/EmptyHepMCProducer.cc index 8b33a2e44d99c..0dd89944914c9 100644 --- a/SimMuon/Neutron/plugins/EmptyHepMCProducer.cc +++ b/SimMuon/Neutron/plugins/EmptyHepMCProducer.cc @@ -14,7 +14,7 @@ // // Original Author: Vadim Khotilovich // Created: Mon Aug 09 19:11:42 CST 2010 -// $Id: EmptyHepMCProducer.cc,v 1.1 2010/08/20 00:28:11 khotilov Exp $ +// $Id: $ // // diff --git a/SimMuon/Neutron/plugins/NeutronHitsCollector.cc b/SimMuon/Neutron/plugins/NeutronHitsCollector.cc index b95cf9c50cd14..29391df328540 100644 --- a/SimMuon/Neutron/plugins/NeutronHitsCollector.cc +++ b/SimMuon/Neutron/plugins/NeutronHitsCollector.cc @@ -15,7 +15,7 @@ // // Original Author: Vadim Khotilovich // Created: Mon Aug 09 19:11:42 CST 2010 -// $Id: NeutronHitsCollector.cc,v 1.1 2010/08/20 00:28:13 khotilov Exp $ +// $Id: $ // // diff --git a/SimMuon/Neutron/test/FullSim_MinBias_Neutrons_GEN_SIM_cfg.py b/SimMuon/Neutron/test/FullSim_MinBias_Neutrons_GEN_SIM_cfg.py index 01092ebdfe155..78ed76307937d 100644 --- a/SimMuon/Neutron/test/FullSim_MinBias_Neutrons_GEN_SIM_cfg.py +++ b/SimMuon/Neutron/test/FullSim_MinBias_Neutrons_GEN_SIM_cfg.py @@ -2,7 +2,7 @@ # An example configuration for production of # a SIM level sample of neutron hits in muon systems # -# $Id: FullSim_MinBias_Neutrons_GEN_SIM_cfg.py,v 1.1 2010/08/20 00:32:43 khotilov Exp $ +# $Id: $ import FWCore.ParameterSet.Config as cms diff --git a/SimMuon/RPCDigitizer/test/RPCDigiReader.cc b/SimMuon/RPCDigitizer/test/RPCDigiReader.cc index 727df37461131..56b47bda51e68 100644 --- a/SimMuon/RPCDigitizer/test/RPCDigiReader.cc +++ b/SimMuon/RPCDigitizer/test/RPCDigiReader.cc @@ -4,8 +4,8 @@ /** \class RPCDigiReader * Analyse the RPC digitizer (derived from R. Bellan DTDigiReader. * - * $Date: 2013/02/28 21:16:28 $ - * $Revision: 1.10 $ + * $Date: 2008/02/29 16:57:34 $ + * $Revision: 1.9 $ * \authors: M. Maggi -- INFN Bari */ diff --git a/SimTracker/Common/interface/SiG4UniversalFluctuation.h b/SimTracker/Common/interface/SiG4UniversalFluctuation.h index 21531a346bf31..f24394d1f399f 100644 --- a/SimTracker/Common/interface/SiG4UniversalFluctuation.h +++ b/SimTracker/Common/interface/SiG4UniversalFluctuation.h @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: SiG4UniversalFluctuation.h,v 1.4 2011/06/13 07:18:21 innocent Exp $ -// GEANT4 tag $Name: V02-02-02 $ +// $Id: SiG4UniversalFluctuation.h,v 1.3 2007/05/10 08:55:09 fambrogl Exp $ +// GEANT4 tag $Name: CMSSW_4_2_3 $ // // ------------------------------------------------------------------- // diff --git a/SimTracker/Common/src/SiG4UniversalFluctuation.cc b/SimTracker/Common/src/SiG4UniversalFluctuation.cc index 272e05804898c..8548f293fb5fa 100644 --- a/SimTracker/Common/src/SiG4UniversalFluctuation.cc +++ b/SimTracker/Common/src/SiG4UniversalFluctuation.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: SiG4UniversalFluctuation.cc,v 1.9 2013/04/25 18:17:07 civanch Exp $ -// GEANT4 tag $Name: V02-02-02 $ +// $Id: SiG4UniversalFluctuation.cc,v 1.8 2011/06/13 07:18:22 innocent Exp $ +// GEANT4 tag $Name: $ // // ------------------------------------------------------------------- // diff --git a/SimTracker/Records/interface/TrackAssociatorRecord.h b/SimTracker/Records/interface/TrackAssociatorRecord.h index 69e84afdedcac..657b4239714d3 100644 --- a/SimTracker/Records/interface/TrackAssociatorRecord.h +++ b/SimTracker/Records/interface/TrackAssociatorRecord.h @@ -4,8 +4,8 @@ /** \class TrackAssociatorRecord * Record of Tracs Associators * - * $Date: 2007/07/13 12:17:42 $ - * $Revision: 1.3 $ + * $Date: 2007/03/26 15:41:52 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/SimTracker/Records/src/TrackAssociatorRecord.cc b/SimTracker/Records/src/TrackAssociatorRecord.cc index 97a74338e099f..8571bff499aa6 100644 --- a/SimTracker/Records/src/TrackAssociatorRecord.cc +++ b/SimTracker/Records/src/TrackAssociatorRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Sep 11 17:54:35 CEST 2006 -// $Id: TrackAssociatorRecord.cc,v 1.1 2006/09/19 13:55:24 magni Exp $ +// $Id$ #include "SimTracker/Records/interface/TrackAssociatorRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/SimTracker/Records/src/VertexAssociatorRecord.cc b/SimTracker/Records/src/VertexAssociatorRecord.cc index a63b010aef518..bc16d38e2e82a 100644 --- a/SimTracker/Records/src/VertexAssociatorRecord.cc +++ b/SimTracker/Records/src/VertexAssociatorRecord.cc @@ -8,7 +8,7 @@ // // Author: // Created: Mon Sep 11 17:54:35 CEST 2006 -// $Id: VertexAssociatorRecord.cc,v 1.1 2007/01/23 15:27:17 ewv Exp $ +// $Id: TrackAssociatorRecord.cc,v 1.1 2006/09/19 13:55:24 magni Exp $ #include "SimTracker/Records/interface/VertexAssociatorRecord.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" diff --git a/SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc b/SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc index cf3c89011895a..3f199f0bf4373 100644 --- a/SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc +++ b/SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc @@ -14,7 +14,7 @@ // Original Author: Michele Pioppi-INFN perugia // Modifications: Freya Blekman - Cornell University // Created: Mon Sep 26 11:08:32 CEST 2005 -// $Id: SiPixelDigitizer.cc,v 1.9 2013/01/06 19:27:01 dlange Exp $ +// $Id: SiPixelDigitizer.cc,v 1.8 2012/10/24 18:47:23 eulisse Exp $ // // diff --git a/SimTracker/SiPixelDigitizer/test/PixelDigisTest.cc b/SimTracker/SiPixelDigitizer/test/PixelDigisTest.cc index c01b18b0a2d8b..6cb5f8c3cd705 100644 --- a/SimTracker/SiPixelDigitizer/test/PixelDigisTest.cc +++ b/SimTracker/SiPixelDigitizer/test/PixelDigisTest.cc @@ -16,7 +16,7 @@ // // Original Author: d.k. // Created: Jan CET 2006 -// $Id: PixelDigisTest.cc,v 1.28 2013/01/06 19:27:01 dlange Exp $ +// $Id: PixelDigisTest.cc,v 1.27 2011/01/14 01:24:51 fwyzard Exp $ // // // system include files diff --git a/SimTracker/SiPixelDigitizer/test/PixelMixedSimHitsTest.cc b/SimTracker/SiPixelDigitizer/test/PixelMixedSimHitsTest.cc index 27cce14bed800..03b1b6713a878 100644 --- a/SimTracker/SiPixelDigitizer/test/PixelMixedSimHitsTest.cc +++ b/SimTracker/SiPixelDigitizer/test/PixelMixedSimHitsTest.cc @@ -14,7 +14,7 @@ // // Original Author: V.Chiochia // Created: CET 2006 -// $Id: PixelMixedSimHitsTest.cc,v 1.7 2013/01/06 19:27:01 dlange Exp $ +// $Id: PixelMixedSimHitsTest.cc,v 1.6 2010/02/11 00:15:07 wmtan Exp $ // // // system include files diff --git a/SimTracker/SiPixelDigitizer/test/PixelSimHitsTest.cc b/SimTracker/SiPixelDigitizer/test/PixelSimHitsTest.cc index 562d4ad5ad622..8895d4f0e035f 100644 --- a/SimTracker/SiPixelDigitizer/test/PixelSimHitsTest.cc +++ b/SimTracker/SiPixelDigitizer/test/PixelSimHitsTest.cc @@ -16,7 +16,7 @@ // // Original Author: d.k. // Created: Jan CET 2006 -// $Id: PixelSimHitsTest.cc,v 1.9 2013/01/06 19:27:01 dlange Exp $ +// $Id: PixelSimHitsTest.cc,v 1.8 2009/11/13 14:14:23 fambrogl Exp $ // // // system include files diff --git a/SimTracker/SiPixelDigitizer/test/PixelSimHitsTestForward.cc b/SimTracker/SiPixelDigitizer/test/PixelSimHitsTestForward.cc index c4ecf1481618b..487fd829a389f 100644 --- a/SimTracker/SiPixelDigitizer/test/PixelSimHitsTestForward.cc +++ b/SimTracker/SiPixelDigitizer/test/PixelSimHitsTestForward.cc @@ -14,7 +14,7 @@ // // Original Author: d.k. // Created: Jan CET 2006 -// $Id: PixelSimHitsTestForward.cc,v 1.6 2013/01/06 19:27:01 dlange Exp $ +// $Id: PixelSimHitsTestForward.cc,v 1.5 2009/11/13 14:14:23 fambrogl Exp $ // // // system include files diff --git a/SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc b/SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc index d099598fda934..d93dacb4357f4 100644 --- a/SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc +++ b/SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc @@ -107,12 +107,15 @@ void SiStripDigitizer::accumulateStripHits(edm::Handle > hS unsigned int detId = (*it).detUnitId(); if(detIds.insert(detId).second) { // The insert succeeded, so this detector element has not yet been processed. - StripGeomDetUnit* stripdet = detectorUnits[detId]; - //access to magnetic field in global coordinates - GlobalVector bfield = pSetup->inTesla(stripdet->surface().position()); - LogDebug ("Digitizer ") << "B-field(T) at " << stripdet->surface().position() << "(cm): " - << pSetup->inTesla(stripdet->surface().position()); - theDigiAlgo->accumulateSimHits(it, itEnd, globalSimHitIndex, stripdet, bfield, tTopo); + unsigned int isub = DetId(detId).subdetId(); + if((isub == StripSubdetector::TIB) || (isub == StripSubdetector::TID) || (isub == StripSubdetector::TOB) || (isub == StripSubdetector::TEC)) { + StripGeomDetUnit* stripdet = detectorUnits[detId]; + //access to magnetic field in global coordinates + GlobalVector bfield = pSetup->inTesla(stripdet->surface().position()); + LogDebug ("Digitizer ") << "B-field(T) at " << stripdet->surface().position() << "(cm): " + << pSetup->inTesla(stripdet->surface().position()); + theDigiAlgo->accumulateSimHits(it, itEnd, globalSimHitIndex, stripdet, bfield, tTopo); + } } } // end of loop over sim hits } diff --git a/SimTracker/TrackAssociation/interface/TrackAssociatorBase.h b/SimTracker/TrackAssociation/interface/TrackAssociatorBase.h index 43e5d9179c2d9..29903d7500cbb 100644 --- a/SimTracker/TrackAssociation/interface/TrackAssociatorBase.h +++ b/SimTracker/TrackAssociation/interface/TrackAssociatorBase.h @@ -4,8 +4,8 @@ /** \class TrackAssociatorBase * Base class for TrackAssociators. Methods take as input the handle of Track and TrackingPArticle collections and return an AssociationMap (oneToManyWithQuality) * - * $Date: 2013/03/12 13:38:08 $ - * $Revision: 1.19 $ + * $Date: 2013/01/09 03:49:01 $ + * $Revision: 1.18 $ * \author magni, cerati */ diff --git a/SimTracker/TrackAssociation/interface/TrackAssociatorByChi2.h b/SimTracker/TrackAssociation/interface/TrackAssociatorByChi2.h index e52888d3a10b3..5f1ef0200962b 100644 --- a/SimTracker/TrackAssociation/interface/TrackAssociatorByChi2.h +++ b/SimTracker/TrackAssociation/interface/TrackAssociatorByChi2.h @@ -4,8 +4,8 @@ /** \class TrackAssociatorByChi2 * Class that performs the association of reco::Tracks and TrackingParticles evaluating the chi2 of reco tracks parameters and sim tracks parameters. The cut can be tuned from the config file: see data/TrackAssociatorByChi2.cfi. Note that the Association Map is filled with -ch2 and not chi2 because it is ordered using std::greater: the track with the lowest association chi2 will be the first in the output map.It is possible to use only diagonal terms (associator by pulls) seeting onlyDiagonal = true in the PSet * - * $Date: 2012/12/03 10:49:23 $ - * $Revision: 1.29 $ + * $Date: 2012/11/19 17:52:15 $ + * $Revision: 1.28 $ * \author cerati, magni */ diff --git a/SimTracker/TrackAssociation/interface/TrackAssociatorByPosition.h b/SimTracker/TrackAssociation/interface/TrackAssociatorByPosition.h index 917dc06281ee7..d91d73f2f21e1 100644 --- a/SimTracker/TrackAssociation/interface/TrackAssociatorByPosition.h +++ b/SimTracker/TrackAssociation/interface/TrackAssociatorByPosition.h @@ -4,8 +4,8 @@ /** \class TrackAssociatorByPosition * Class that performs the association of reco::Tracks and TrackingParticles based on position in muon detector * - * $Date: 2010/10/12 12:10:00 $ - * $Revision: 1.11 $ + * $Date: 2010/05/18 15:40:39 $ + * $Revision: 1.10 $ * \author vlimant */ diff --git a/SimTracker/TrackAssociation/plugins/MCTrackMatcher.cc b/SimTracker/TrackAssociation/plugins/MCTrackMatcher.cc index 07315d1d40820..6593c8cf28878 100644 --- a/SimTracker/TrackAssociation/plugins/MCTrackMatcher.cc +++ b/SimTracker/TrackAssociation/plugins/MCTrackMatcher.cc @@ -2,7 +2,7 @@ * * \author Luca Lista, INFN * - * \version $Id: MCTrackMatcher.cc,v 1.8 2013/06/24 13:47:47 speer Exp $ + * \version $Id: MCTrackMatcher.cc,v 1.7.2.1 2013/05/14 14:47:44 speer Exp $ * */ #include "FWCore/Framework/interface/EDProducer.h" diff --git a/SimTracker/TrackAssociation/plugins/TrackAssociatorEDProducer.cc b/SimTracker/TrackAssociation/plugins/TrackAssociatorEDProducer.cc index 18234d5c3b483..1d57089f81589 100644 --- a/SimTracker/TrackAssociation/plugins/TrackAssociatorEDProducer.cc +++ b/SimTracker/TrackAssociation/plugins/TrackAssociatorEDProducer.cc @@ -1,7 +1,7 @@ // // Original Author: Stefano Magni // Created: Fri Mar 9 10:52:11 CET 2007 -// $Id: TrackAssociatorEDProducer.cc,v 1.8 2013/01/09 03:49:01 dlange Exp $ +// $Id: TrackAssociatorEDProducer.cc,v 1.7 2009/11/13 14:15:53 fambrogl Exp $ // // diff --git a/SimTracker/TrackAssociation/plugins/TrackMCQuality.cc b/SimTracker/TrackAssociation/plugins/TrackMCQuality.cc index 603563b2ccb26..4bd0d2a074131 100644 --- a/SimTracker/TrackAssociation/plugins/TrackMCQuality.cc +++ b/SimTracker/TrackAssociation/plugins/TrackMCQuality.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Mar 27 15:19:03 CET 2009 -// $Id: TrackMCQuality.cc,v 1.3 2013/01/09 03:49:01 dlange Exp $ +// $Id: TrackMCQuality.cc,v 1.2 2010/09/09 15:42:23 sunanda Exp $ // // diff --git a/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByChi2ESProducer.hh b/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByChi2ESProducer.hh index 52cbd339a37a6..5758b3d11ae4c 100644 --- a/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByChi2ESProducer.hh +++ b/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByChi2ESProducer.hh @@ -7,8 +7,8 @@ /** \class TrackAssociatorByChi2ESProducer * ESProducer for TrackAssociatorByChi2 * - * $Date: 2007/03/26 15:48:38 $ - * $Revision: 1.2 $ + * $Date: 2007/03/26 10:13:49 $ + * $Revision: 1.1 $ * \author magni */ diff --git a/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByHitsESProducer.hh b/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByHitsESProducer.hh index 4d8a1789dc6c4..b2f42b5db6c86 100644 --- a/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByHitsESProducer.hh +++ b/SimTracker/TrackAssociatorESProducer/src/TrackAssociatorByHitsESProducer.hh @@ -6,8 +6,8 @@ /** \class TrackAssociatorByHitsESProducer * ESProducer for TrackAssociatorByHits * - * $Date: 2007/03/26 15:48:38 $ - * $Revision: 1.2 $ + * $Date: 2007/03/26 10:13:49 $ + * $Revision: 1.1 $ * \author magni */ diff --git a/SimTracker/TrackHistory/plugins/GenTrackMatcher.cc b/SimTracker/TrackHistory/plugins/GenTrackMatcher.cc index 6187e0e873b42..32f783022d2f4 100644 --- a/SimTracker/TrackHistory/plugins/GenTrackMatcher.cc +++ b/SimTracker/TrackHistory/plugins/GenTrackMatcher.cc @@ -3,7 +3,7 @@ * \author Luca Lista, INFN * \author Victor E. Bazterra, UIC * - * \version $Id: GenTrackMatcher.cc,v 1.6 2008/07/23 01:40:41 bazterra Exp $ + * \version $Id: GenTrackMatcher.cc,v 1.5 2008/07/10 05:54:44 bazterra Exp $ * */ diff --git a/SimTracker/TrackHistory/plugins/JetVetoedTracksAssociatorAtVertex.cc b/SimTracker/TrackHistory/plugins/JetVetoedTracksAssociatorAtVertex.cc index 3bae2c808ac79..74e422728c2be 100644 --- a/SimTracker/TrackHistory/plugins/JetVetoedTracksAssociatorAtVertex.cc +++ b/SimTracker/TrackHistory/plugins/JetVetoedTracksAssociatorAtVertex.cc @@ -3,7 +3,7 @@ // Original Author: Andrea Rizzi // Created: Wed Apr 12 11:12:49 CEST 2006 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007 -// $Id: JetVetoedTracksAssociatorAtVertex.cc,v 1.4 2010/02/20 21:02:06 wmtan Exp $ +// $Id: JetVetoedTracksAssociatorAtVertex.cc,v 1.3 2008/07/23 01:40:41 bazterra Exp $ // // diff --git a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg index b58c4271ccdfb..4bde3fe5ef9eb 100644 --- a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg +++ b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg @@ -4,8 +4,8 @@ process Sim = { untracked PSet configurationMetadata = { - untracked string version = "$Revision: 1.2 $" - untracked string name = "$Source: /local/reps/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg,v $" + untracked string version = "$Revision: 1.1 $" + untracked string name = "$Source: /cvs_server/repositories/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfA_gensim.cfg,v $" untracked string annotation = "Cosmic muons TIF Setup Scintillator Configuration A" } diff --git a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_TkOnly_gensim.cfg b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_TkOnly_gensim.cfg index ab90947455297..28b7108b7922a 100644 --- a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_TkOnly_gensim.cfg +++ b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_TkOnly_gensim.cfg @@ -4,8 +4,8 @@ process Sim = { untracked PSet configurationMetadata = { - untracked string version = "$Revision: 1.1 $" - untracked string name = "$Source: /local/reps/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_TkOnly_gensim.cfg,v $" + untracked string version = "$Revision$" + untracked string name = "$Source$" untracked string annotation = "Cosmic muons TIF Setup Scintillator Configuration C (TrackerOnly)" } diff --git a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg index e129dcf0330a9..e203514e94d0f 100644 --- a/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg +++ b/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg @@ -4,8 +4,8 @@ process Sim = { untracked PSet configurationMetadata = { - untracked string version = "$Revision: 1.4 $" - untracked string name = "$Source: /local/reps/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg,v $" + untracked string version = "$Revision: 1.3 $" + untracked string name = "$Source: /cvs_server/repositories/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_ConfC_gensim.cfg,v $" untracked string annotation = "Cosmic muons TIF Setup Scintillator Configuration C" } diff --git a/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg b/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg index 546d9c0a1a089..9f094611cdd08 100644 --- a/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg +++ b/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg @@ -6,8 +6,8 @@ process DIGIRECO = { } untracked PSet configurationMetadata = { - untracked string version = "$Revision: 1.3 $" - untracked string name = "$Source: /local/reps/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg,v $" + untracked string version = "$Revision: 1.2 $" + untracked string name = "$Source: /cvs_server/repositories/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_175.cfg,v $" untracked string annotation = "Digitization and Reconstruction for Cosmic Muons at TIF" } diff --git a/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_177.cfg b/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_177.cfg index 8126560ea0bb2..9f031824e3f3d 100644 --- a/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_177.cfg +++ b/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_177.cfg @@ -6,8 +6,8 @@ process DIGIRECO = { } untracked PSet configurationMetadata = { - untracked string version = "$Revision: 1.1 $" - untracked string name = "$Source: /local/reps/CMSSW/CMSSW/SimTracker/TrackerFilters/test/TIFCosmicMuon_digireco_177.cfg,v $" + untracked string version = "$Revision:$" + untracked string name = "$Source:$" untracked string annotation = "Digitization and Reconstruction for Cosmic Muons at TIF in 1_7_7" } diff --git a/SimTransport/HectorProducer/python/test/HectorTest_cfg.py b/SimTransport/HectorProducer/python/test/HectorTest_cfg.py index 87c8bdee148dd..2a972675c2ae7 100644 --- a/SimTransport/HectorProducer/python/test/HectorTest_cfg.py +++ b/SimTransport/HectorProducer/python/test/HectorTest_cfg.py @@ -16,7 +16,7 @@ process.load('Configuration/EventContent/EventContent_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.2 $'), + version = cms.untracked.string('$Revision: 1.1 $'), annotation = cms.untracked.string('SinglePiPt10.cfi nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBEventHeader.h b/TBDataFormats/EcalTBObjects/interface/EcalTBEventHeader.h index e2ac0ebd1121b..a15c8d9828f3f 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBEventHeader.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBEventHeader.h @@ -9,7 +9,7 @@ /** \class EcalTBEventHeader * Container for event ancilllary informations defined in TB raw data formats * - * $Id: EcalTBEventHeader.h,v 1.9 2007/01/08 15:30:34 meridian Exp $ + * $Id: EcalTBEventHeader.h,v 1.8 2006/11/01 18:02:02 meridian Exp $ */ diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h index 1f7b4d23d61cd..53b92f389be0e 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h @@ -10,7 +10,7 @@ * Simple container for rawHits * * - * $Id: EcalTBHodoscopePlaneRawHits.h,v 1.3 2006/06/06 15:37:00 meridian Exp $ + * $Id: EcalTBHodoscopePlaneRawHits.h,v 1.2 2006/04/21 09:31:23 meridian Exp $ */ class EcalTBHodoscopePlaneRawHits { diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h index 38a6ee6556998..664731f2bc911 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h @@ -9,7 +9,7 @@ * Simple container for plane RawHits * * - * $Id: EcalTBHodoscopeRawInfo.h,v 1.2 2006/06/06 15:37:00 meridian Exp $ + * $Id: EcalTBHodoscopeRawInfo.h,v 1.1 2006/03/28 13:51:36 meridian Exp $ */ #include "TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h" diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRecInfo.h b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRecInfo.h index 5354bcf3132df..705f6ca796407 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRecInfo.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRecInfo.h @@ -7,7 +7,7 @@ * Simple container for Hodoscope reconstructed informations * * - * $Id: EcalTBHodoscopeRecInfo.h,v 1.1 2006/04/21 09:26:34 meridian Exp $ + * $Id: $ */ diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h b/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h index 3f61018de9ddc..c1b119e02fb1e 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h @@ -7,7 +7,7 @@ /** \class EcalTBTDCRawInfo -$Id: EcalTBTDCRawInfo.h,v 1.3 2006/06/06 15:37:00 meridian Exp $ +$Id: EcalTBTDCRawInfo.h,v 1.2 2006/04/21 09:30:56 meridian Exp $ */ class EcalTBTDCRawInfo { diff --git a/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h b/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h index 0045f8e0929c8..ffdf805648747 100644 --- a/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h +++ b/TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h @@ -7,7 +7,7 @@ * Simple container for TDC reconstructed informations * * - * $Id: EcalTBTDCRecInfo.h,v 1.1 2006/04/21 09:26:34 meridian Exp $ + * $Id: $ */ diff --git a/TBDataFormats/HcalTBObjects/interface/HcalTBEventPosition.h b/TBDataFormats/HcalTBObjects/interface/HcalTBEventPosition.h index c1a2b1abb798b..02a214f3f7333 100644 --- a/TBDataFormats/HcalTBObjects/interface/HcalTBEventPosition.h +++ b/TBDataFormats/HcalTBObjects/interface/HcalTBEventPosition.h @@ -12,8 +12,8 @@ This class contains event position information, including the table position as well as hits from the delay wire chambers. -$Date: 2006/08/03 23:46:41 $ -$Revision: 1.4 $ +$Date: 2006/04/04 15:00:27 $ +$Revision: 1.3 $ \author P. Dudero - Minnesota */ class HcalTBEventPosition { diff --git a/TBDataFormats/HcalTBObjects/interface/HcalTBRunData.h b/TBDataFormats/HcalTBObjects/interface/HcalTBRunData.h index 7f8290c33fc83..031cbd6025c82 100644 --- a/TBDataFormats/HcalTBObjects/interface/HcalTBRunData.h +++ b/TBDataFormats/HcalTBObjects/interface/HcalTBRunData.h @@ -11,8 +11,8 @@ This class contains data associated with a run, such as character strings describing the run type, beam mode, and also the beam energy. - $Date: 2006/04/12 21:46:00 $ - $Revision: 1.3 $ + $Date: 2005/10/06 22:21:33 $ + $Revision: 1.2 $ \author P. Dudero - Minnesota */ class HcalTBRunData { diff --git a/TBDataFormats/HcalTBObjects/interface/HcalTBTiming.h b/TBDataFormats/HcalTBObjects/interface/HcalTBTiming.h index fd1ae6a18d90c..51e6b34b8efc9 100644 --- a/TBDataFormats/HcalTBObjects/interface/HcalTBTiming.h +++ b/TBDataFormats/HcalTBObjects/interface/HcalTBTiming.h @@ -11,8 +11,8 @@ This class contains timing information unpacked from the Time-to-Digital Converter (TDC). - $Date: 2006/08/28 16:40:39 $ - $Revision: 1.9 $ + $Date: 2006/08/25 17:25:30 $ + $Revision: 1.8 $ \author P. Dudero - Minnesota */ class HcalTBTiming { diff --git a/TBDataFormats/HcalTBObjects/interface/HcalTBTriggerData.h b/TBDataFormats/HcalTBObjects/interface/HcalTBTriggerData.h index 5a125c18b3a4d..fd578132e0087 100644 --- a/TBDataFormats/HcalTBObjects/interface/HcalTBTriggerData.h +++ b/TBDataFormats/HcalTBObjects/interface/HcalTBTriggerData.h @@ -11,8 +11,8 @@ This class contains trigger information (mainly trigger type and time), and run information such as run, event, spill, bunch and orbit numbers. - $Date: 2006/04/12 21:46:00 $ - $Revision: 1.3 $ + $Date: 2005/10/06 22:21:33 $ + $Revision: 1.2 $ \author P. Dudero - Minnesota */ class HcalTBTriggerData { diff --git a/TBDataFormats/HcalTBObjects/test/HcalTBObjectDump.cc b/TBDataFormats/HcalTBObjects/test/HcalTBObjectDump.cc index 17fdfe4048a59..d677d8f2eb3d9 100644 --- a/TBDataFormats/HcalTBObjects/test/HcalTBObjectDump.cc +++ b/TBDataFormats/HcalTBObjects/test/HcalTBObjectDump.cc @@ -16,8 +16,8 @@ namespace cms { /** \class HcalTBObjectDump - $Date: 2012/09/20 20:16:10 $ - $Revision: 1.9 $ + $Date: 2012/07/20 20:59:13 $ + $Revision: 1.8 $ \author J. Mans - Minnesota */ class HcalTBObjectDump : public edm::EDAnalyzer { diff --git a/TauAnalysis/MCEmbeddingTools/plugins/EmptyEventsFilter.cc b/TauAnalysis/MCEmbeddingTools/plugins/EmptyEventsFilter.cc index 471791790bb26..0a6401f6cd176 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/EmptyEventsFilter.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/EmptyEventsFilter.cc @@ -13,7 +13,7 @@ // // Original Author: Manuel Zeise // Created: Wed Oct 17 10:06:52 CEST 2007 -// $Id: EmptyEventsFilter.cc,v 1.8 2011/04/27 15:54:05 fruboes Exp $ +// $Id: EmptyEventsFilter.cc,v 1.7 2011/02/18 11:54:29 zeise Exp $ // // diff --git a/TauAnalysis/MCEmbeddingTools/plugins/GSFElectronsMixer.cc b/TauAnalysis/MCEmbeddingTools/plugins/GSFElectronsMixer.cc index 4b63cc55aafdf..c343138c45f45 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/GSFElectronsMixer.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/GSFElectronsMixer.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Fri Apr 9 12:15:56 CEST 2010 -// $Id: GSFElectronsMixer.cc,v 1.1 2011/10/13 08:29:03 fruboes Exp $ +// $Id: GSFElectronsMixer.cc,v 1.3 2010/11/08 16:03:27 friis Exp $ // // diff --git a/TauAnalysis/MCEmbeddingTools/plugins/PFCandidateMixer.cc b/TauAnalysis/MCEmbeddingTools/plugins/PFCandidateMixer.cc index 7db070145a659..4b5946d8adc77 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/PFCandidateMixer.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/PFCandidateMixer.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Dec 9 16:14:56 CET 2009 -// $Id: PFCandidateMixer.cc,v 1.5.2.1 2012/06/04 12:19:00 aburgmei Exp $ +// $Id: PFCandidateMixer.cc,v 1.6 2012/05/17 23:35:04 aburgmei Exp $ // // diff --git a/TauAnalysis/MCEmbeddingTools/plugins/RecoTracksMixer.cc b/TauAnalysis/MCEmbeddingTools/plugins/RecoTracksMixer.cc index eb7c60769dc80..c386875ea3950 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/RecoTracksMixer.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/RecoTracksMixer.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Fri Apr 9 12:15:56 CEST 2010 -// $Id: RecoTracksMixer.cc,v 1.3 2010/11/08 16:03:27 friis Exp $ +// $Id: RecoTracksMixer.cc,v 1.2 2010/09/06 11:21:38 fruboes Exp $ // // diff --git a/TauAnalysis/MCEmbeddingTools/plugins/SelectZmumuevents.cc b/TauAnalysis/MCEmbeddingTools/plugins/SelectZmumuevents.cc index 0fafa5495139d..a11c8099ef7de 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/SelectZmumuevents.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/SelectZmumuevents.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Fri Dec 18 14:29:14 CET 2009 -// $Id: SelectZmumuevents.cc,v 1.1 2010/03/17 16:14:10 fruboes Exp $ +// $Id$ // // diff --git a/TauAnalysis/MCEmbeddingTools/plugins/ZmumuPFEmbedder.cc b/TauAnalysis/MCEmbeddingTools/plugins/ZmumuPFEmbedder.cc index c1c4ee4534ce2..66d9bf2fb342f 100644 --- a/TauAnalysis/MCEmbeddingTools/plugins/ZmumuPFEmbedder.cc +++ b/TauAnalysis/MCEmbeddingTools/plugins/ZmumuPFEmbedder.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Maciej Frueboes // Created: Wed Dec 9 16:14:56 CET 2009 -// $Id: ZmumuPFEmbedder.cc,v 1.12 2012/01/27 13:17:12 aburgmei Exp $ +// $Id: ZmumuPFEmbedder.cc,v 1.11 2010/11/29 16:35:17 zeise Exp $ // // diff --git a/TopQuarkAnalysis/TopEventProducers/interface/TtHadEvtSolutionMaker.h b/TopQuarkAnalysis/TopEventProducers/interface/TtHadEvtSolutionMaker.h index 47e522453a707..3bd995a3aac6c 100644 --- a/TopQuarkAnalysis/TopEventProducers/interface/TtHadEvtSolutionMaker.h +++ b/TopQuarkAnalysis/TopEventProducers/interface/TtHadEvtSolutionMaker.h @@ -1,7 +1,7 @@ #ifndef TtHadEvtSolutionMaker_h #define TtHadEvtSolutionMaker_h // -// $Id: TtHadEvtSolutionMaker.h,v 1.8 2010/02/15 13:41:06 snaumann Exp $ +// $Id: TtHadEvtSolutionMaker.h,v 1.7 2009/11/16 16:29:30 eschliec Exp $ // adapted TtSemiEvtSolutionMaker.h, v1.13 2007/07/06 02:49:42 lowette Exp $ // for fully hadronic channel. diff --git a/TopQuarkAnalysis/TopEventProducers/interface/TtSemiEvtSolutionMaker.h b/TopQuarkAnalysis/TopEventProducers/interface/TtSemiEvtSolutionMaker.h index 1d0212cd6b18d..9cfeb1de6fa49 100644 --- a/TopQuarkAnalysis/TopEventProducers/interface/TtSemiEvtSolutionMaker.h +++ b/TopQuarkAnalysis/TopEventProducers/interface/TtSemiEvtSolutionMaker.h @@ -1,5 +1,5 @@ // -// $Id: TtSemiEvtSolutionMaker.h,v 1.21 2010/02/15 13:41:06 snaumann Exp $ +// $Id: TtSemiEvtSolutionMaker.h,v 1.20 2008/08/28 00:38:50 rwolf Exp $ // #ifndef TopEventProducers_TtSemiEvtSolutionMaker_h diff --git a/TopQuarkAnalysis/TopEventProducers/src/StEvtSolutionMaker.cc b/TopQuarkAnalysis/TopEventProducers/src/StEvtSolutionMaker.cc index e2d6f6aa2472b..4a2222e93b75d 100644 --- a/TopQuarkAnalysis/TopEventProducers/src/StEvtSolutionMaker.cc +++ b/TopQuarkAnalysis/TopEventProducers/src/StEvtSolutionMaker.cc @@ -1,5 +1,5 @@ // -// $Id: StEvtSolutionMaker.cc,v 1.9 2008/02/17 11:09:40 rwolf Exp $ +// $Id: StEvtSolutionMaker.cc,v 1.8 2007/11/24 11:14:22 lowette Exp $ // #include diff --git a/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc b/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc index ee64626f8fe8a..4ec5fb68a6415 100644 --- a/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc +++ b/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc @@ -1,5 +1,5 @@ // -// $Id: TtDilepEvtSolutionMaker.cc,v 1.26 2010/04/30 12:52:20 dammann Exp $ +// $Id: TtDilepEvtSolutionMaker.cc,v 1.25 2010/03/25 09:22:17 snaumann Exp $ // #include "DataFormats/Math/interface/deltaR.h" diff --git a/TopQuarkAnalysis/TopEventProducers/src/TtHadEvtSolutionMaker.cc b/TopQuarkAnalysis/TopEventProducers/src/TtHadEvtSolutionMaker.cc index 67cb28e7b5d61..e6cae604c1317 100644 --- a/TopQuarkAnalysis/TopEventProducers/src/TtHadEvtSolutionMaker.cc +++ b/TopQuarkAnalysis/TopEventProducers/src/TtHadEvtSolutionMaker.cc @@ -1,4 +1,4 @@ -// $Id: TtHadEvtSolutionMaker.cc,v 1.21 2010/03/30 14:04:44 snaumann Exp $ +// $Id: TtHadEvtSolutionMaker.cc,v 1.20 2009/11/16 16:29:30 eschliec Exp $ #include "TopQuarkAnalysis/TopEventProducers/interface/TtHadEvtSolutionMaker.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" diff --git a/TopQuarkAnalysis/TopEventProducers/src/TtSemiEvtSolutionMaker.cc b/TopQuarkAnalysis/TopEventProducers/src/TtSemiEvtSolutionMaker.cc index d96cdaf2baef2..627f01b52df9e 100644 --- a/TopQuarkAnalysis/TopEventProducers/src/TtSemiEvtSolutionMaker.cc +++ b/TopQuarkAnalysis/TopEventProducers/src/TtSemiEvtSolutionMaker.cc @@ -1,5 +1,5 @@ // -// $Id: TtSemiEvtSolutionMaker.cc,v 1.43 2010/03/30 14:04:44 snaumann Exp $ +// $Id: TtSemiEvtSolutionMaker.cc,v 1.42 2009/04/29 13:29:11 snaumann Exp $ // #include "TopQuarkAnalysis/TopEventProducers/interface/TtSemiEvtSolutionMaker.h" diff --git a/TopQuarkAnalysis/TopEventSelection/interface/TtHadLRSignalSelCalc.h b/TopQuarkAnalysis/TopEventSelection/interface/TtHadLRSignalSelCalc.h index e956559081c7b..7f0018a1fea16 100644 --- a/TopQuarkAnalysis/TopEventSelection/interface/TtHadLRSignalSelCalc.h +++ b/TopQuarkAnalysis/TopEventSelection/interface/TtHadLRSignalSelCalc.h @@ -1,5 +1,5 @@ // -// $Id: TtHadLRSignalSelCalc.h,v 1.3 2013/05/28 17:54:36 gartung Exp $ +// $Id: TtHadLRSignalSelCalc.h,v 1.2 2008/02/17 11:18:53 rwolf Exp $ // Adapted TtHadLRSignalSelCalc.h,v 1.1 2007/06/15 08:49:19 heyninck Exp // for fully hadronic channel diff --git a/TopQuarkAnalysis/TopEventSelection/interface/TtSemiLRSignalSelCalc.h b/TopQuarkAnalysis/TopEventSelection/interface/TtSemiLRSignalSelCalc.h index 206e334d234b2..e0a31690f04e2 100644 --- a/TopQuarkAnalysis/TopEventSelection/interface/TtSemiLRSignalSelCalc.h +++ b/TopQuarkAnalysis/TopEventSelection/interface/TtSemiLRSignalSelCalc.h @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRSignalSelCalc.h,v 1.3 2013/05/28 17:54:36 gartung Exp $ +// $Id: TtSemiLRSignalSelCalc.h,v 1.2 2008/02/17 11:18:54 rwolf Exp $ // #ifndef TtSemiLRSignalSelCalc_h @@ -13,7 +13,7 @@ \brief Class to calculate the jet combination LR value and purity from a root-file with fit functions \author Jan Heyninck - \version $Id: TtSemiLRSignalSelCalc.h,v 1.3 2013/05/28 17:54:36 gartung Exp $ + \version $Id: TtSemiLRSignalSelCalc.h,v 1.2 2008/02/17 11:18:54 rwolf Exp $ */ #include "FWCore/Framework/interface/EventSetup.h" diff --git a/TopQuarkAnalysis/TopEventSelection/src/TtHadLRSignalSelCalc.cc b/TopQuarkAnalysis/TopEventSelection/src/TtHadLRSignalSelCalc.cc index 0c9cff6c52dc2..398f8d72aa5f8 100644 --- a/TopQuarkAnalysis/TopEventSelection/src/TtHadLRSignalSelCalc.cc +++ b/TopQuarkAnalysis/TopEventSelection/src/TtHadLRSignalSelCalc.cc @@ -1,4 +1,4 @@ -// $Id: TtHadLRSignalSelCalc.cc,v 1.3 2013/05/28 17:54:37 gartung Exp $ +// $Id: TtHadLRSignalSelCalc.cc,v 1.2 2008/02/17 11:18:10 rwolf Exp $ // copied TtSemiLRSignalSelCalc.cc,v 1.2 2007/06/18 14:12:18 heyninck Exp // for fully hadronic channel diff --git a/TopQuarkAnalysis/TopEventSelection/src/TtSemiLRSignalSelCalc.cc b/TopQuarkAnalysis/TopEventSelection/src/TtSemiLRSignalSelCalc.cc index 9af9152b07a39..36591e18a34ae 100644 --- a/TopQuarkAnalysis/TopEventSelection/src/TtSemiLRSignalSelCalc.cc +++ b/TopQuarkAnalysis/TopEventSelection/src/TtSemiLRSignalSelCalc.cc @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRSignalSelCalc.cc,v 1.4 2013/05/28 17:54:37 gartung Exp $ +// $Id: TtSemiLRSignalSelCalc.cc,v 1.3 2008/02/17 11:18:10 rwolf Exp $ // #include "TopQuarkAnalysis/TopEventSelection/interface/TtSemiLRSignalSelCalc.h" diff --git a/TopQuarkAnalysis/TopHitFit/data/setting/RunHitFitConfiguration.txt b/TopQuarkAnalysis/TopHitFit/data/setting/RunHitFitConfiguration.txt index f2e01529ca5bd..f9e84c9171491 100644 --- a/TopQuarkAnalysis/TopHitFit/data/setting/RunHitFitConfiguration.txt +++ b/TopQuarkAnalysis/TopHitFit/data/setting/RunHitFitConfiguration.txt @@ -7,7 +7,7 @@ # # @date Mon Aug 30 14:39:33 CEST 2010 # -# $Id: RunHitFitConfiguration.txt,v 1.1 2011/05/26 09:46:52 mseidel Exp $ +# $Id: RunHitFitConfiguration.txt,v 1.2 2011/03/10 22:25:31 haryo Exp $ ######################################################################### # Top_Fit parameters diff --git a/TopQuarkAnalysis/TopHitFit/interface/Base_Constrainer.h b/TopQuarkAnalysis/TopHitFit/interface/Base_Constrainer.h index e901c1df6c265..51c8f2ff76ec2 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Base_Constrainer.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Base_Constrainer.h @@ -1,5 +1,5 @@ // -// $Id: Base_Constrainer.h,v 1.1 2011/05/26 09:46:52 mseidel Exp $ +// $Id: Base_Constrainer.h,v 1.13 2011/04/29 15:04:48 haryo Exp $ // // File: hitfit/Base_Constrainer.h // Purpose: Abstract base for the chisq fitter classes. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Chisq_Constrainer.h b/TopQuarkAnalysis/TopHitFit/interface/Chisq_Constrainer.h index 091f77c59641d..847991d3402bf 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Chisq_Constrainer.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Chisq_Constrainer.h @@ -1,5 +1,5 @@ // -// $Id: Chisq_Constrainer.h,v 1.2 2011/10/13 09:49:48 snaumann Exp $ +// $Id: Chisq_Constrainer.h,v 1.1 2011/05/26 09:46:52 mseidel Exp $ // // File: hitfit/Chisq_Constrainer.h // Purpose: Minimize a chisq subject to a set of constraints. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Constrained_Top.h b/TopQuarkAnalysis/TopHitFit/interface/Constrained_Top.h index 2e849ee3eb7d5..d304606ddd5aa 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Constrained_Top.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Constrained_Top.h @@ -1,5 +1,5 @@ // -// $Id: Constrained_Top.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Constrained_Top.h,v 1.8 2011/04/29 15:04:48 haryo Exp $ // // File: hitfit/Constrained_Top.h // Purpose: Do kinematic fitting for a ttbar -> ljets event. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Constrained_Z.h b/TopQuarkAnalysis/TopHitFit/interface/Constrained_Z.h index ae66106442c73..5da9fbd9de330 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Constrained_Z.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Constrained_Z.h @@ -1,5 +1,5 @@ // -// $Id: Constrained_Z.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Constrained_Z.h,v 1.5 2010/05/08 20:44:09 haryo Exp $ // // File: Constrained_Z.h // Purpose: Do kinematic fitting for a (Z->ll)+jets event. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Constraint.h b/TopQuarkAnalysis/TopHitFit/interface/Constraint.h index 019f8791f404b..6b66a83d47668 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Constraint.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Constraint.h @@ -1,5 +1,5 @@ // -// $Id: Constraint.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Constraint.h,v 1.4 2009/11/17 13:37:51 haryo Exp $ // // File: hitfit/private/Constraint.h // Purpose: Represent a mass constraint equation. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Constraint_Intermed.h b/TopQuarkAnalysis/TopHitFit/interface/Constraint_Intermed.h index 2e8f0ff969707..e49ace015a476 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Constraint_Intermed.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Constraint_Intermed.h @@ -1,5 +1,5 @@ // -// $Id: Constraint_Intermed.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Constraint_Intermed.h,v 1.5 2009/11/18 11:12:28 haryo Exp $ // // File: hitfit/private/Constraint_Intermed.h // Purpose: Represent one side of a mass constraint equation. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Defaults.h b/TopQuarkAnalysis/TopHitFit/interface/Defaults.h index 8fb363f7d9ff4..832916ee2121c 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Defaults.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Defaults.h @@ -1,5 +1,5 @@ // -// $Id: Defaults.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Defaults.h,v 1.2 2009/10/26 14:15:54 haryo Exp $ // // File: hitfit/Defaults.h // Purpose: Define an interface for getting parameter settings. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h b/TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h index 4d195c9cc505c..b25a5602a39d2 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h @@ -1,5 +1,5 @@ // -// $Id: Defaults_Text.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Defaults_Text.h,v 1.3 2009/10/26 14:16:12 haryo Exp $ // // File: hitfit/Defaults_Text.h // Purpose: A lightweight implementation of the Defaults interface diff --git a/TopQuarkAnalysis/TopHitFit/interface/EtaDepResElement.h b/TopQuarkAnalysis/TopHitFit/interface/EtaDepResElement.h index bf2ccd9e8029d..9d40e1a72c686 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/EtaDepResElement.h +++ b/TopQuarkAnalysis/TopHitFit/interface/EtaDepResElement.h @@ -1,5 +1,5 @@ // -// $Id: EtaDepResElement.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: EtaDepResElement.h,v 1.10 2010/07/19 13:56:32 haryo Exp $ // // CMSSW File : interface/EtaDepResElement.h // Original Author : Haryo Sumowidagdo diff --git a/TopQuarkAnalysis/TopHitFit/interface/EtaDepResolution.h b/TopQuarkAnalysis/TopHitFit/interface/EtaDepResolution.h index 67fc61f22ce99..f5b4bcd7e03af 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/EtaDepResolution.h +++ b/TopQuarkAnalysis/TopHitFit/interface/EtaDepResolution.h @@ -1,5 +1,5 @@ // -// $Id: EtaDepResolution.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: EtaDepResolution.h,v 1.12 2010/05/08 20:44:20 haryo Exp $ // // CMSSW File : interface/EtaDepResolution.h // Original Author : Haryo Sumowidagdo diff --git a/TopQuarkAnalysis/TopHitFit/interface/Fit_Result.h b/TopQuarkAnalysis/TopHitFit/interface/Fit_Result.h index 2343527ba8551..16d59b785564d 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Fit_Result.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Fit_Result.h @@ -1,5 +1,5 @@ // -// $Id: Fit_Result.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Fit_Result.h,v 1.8 2010/07/19 13:56:43 haryo Exp $ // // File: hitfit/Fit_Result.h // Purpose: Hold the result from a single kinematic fit. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Fit_Result_Vec.h b/TopQuarkAnalysis/TopHitFit/interface/Fit_Result_Vec.h index eacf59e4f72a8..6c30b9083afd5 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Fit_Result_Vec.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Fit_Result_Vec.h @@ -1,5 +1,5 @@ // -// $Id: Fit_Result_Vec.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Fit_Result_Vec.h,v 1.5 2009/11/18 12:37:35 haryo Exp $ // // File: hitfit/Fit_Result_Vec.h // Purpose: Hold a set of Fit_Result structures. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Fit_Results.h b/TopQuarkAnalysis/TopHitFit/interface/Fit_Results.h index 5f73b241db931..cb1b1cc4f67b0 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Fit_Results.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Fit_Results.h @@ -1,5 +1,5 @@ // -// $Id: Fit_Results.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Fit_Results.h,v 1.6 2009/11/18 12:37:17 haryo Exp $ // // File: hitfit/Fit_Results.h // Purpose: Hold the results from kinematic fitting. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Constrainer.h b/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Constrainer.h index c4cc5e9731ab0..23328ae4b11b3 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Constrainer.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Constrainer.h @@ -1,5 +1,5 @@ // -// $Id: Fourvec_Constrainer.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Fourvec_Constrainer.h,v 1.6 2011/04/29 15:04:48 haryo Exp $ // // File: hitfit/Fourvec_Constrainer.h // Purpose: Do a kinematic fit for a set of 4-vectors, given a set diff --git a/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Event.h b/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Event.h index 339cbd1516bb7..871ff8f52dc2b 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Event.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Fourvec_Event.h @@ -1,5 +1,5 @@ // -// $Id: Fourvec_Event.h,v 1.2 2013/05/28 17:55:59 gartung Exp $ +// $Id: Fourvec_Event.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ // // File: hitfit/Fourvec_Event.h // Purpose: Represent an event for kinematic fitting as a collection diff --git a/TopQuarkAnalysis/TopHitFit/interface/JetTranslatorBase.h b/TopQuarkAnalysis/TopHitFit/interface/JetTranslatorBase.h index 38efa0737b66e..dd5385fbecab4 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/JetTranslatorBase.h +++ b/TopQuarkAnalysis/TopHitFit/interface/JetTranslatorBase.h @@ -1,5 +1,5 @@ // -// $Id: JetTranslatorBase.h,v 1.3 2011/07/11 07:59:12 mseidel Exp $ +// $Id: JetTranslatorBase.h,v 1.2 2011/05/26 12:57:17 mseidel Exp $ // /** diff --git a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event.h b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event.h index 4af1a6049bf35..5a2abe1c89d42 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event.h @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Lepjets_Event.h,v 1.13 2010/11/02 13:34:00 haryo Exp $ // // File: hitfit/Lepjets_Event.h // Purpose: Represent a simple `event' consisting of leptons and jets. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Jet.h b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Jet.h index 375a94b3c6d15..fb3ed0621f551 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Jet.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Jet.h @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event_Jet.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Lepjets_Event_Jet.h,v 1.7 2010/07/19 13:59:36 haryo Exp $ // // File: hitfit/Lepjets_Event_Jet.h // Purpose: Represent a `jet' in a Lepjets_Event. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h index 5c229fd8cfaa2..87ed44d44d928 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event_Lep.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Lepjets_Event_Lep.h,v 1.6 2009/11/20 10:38:49 haryo Exp $ // // File: hitfit/Lepjets_Event_Lep.h // Purpose: Represent a `lepton' in a Lepjets_Event class. diff --git a/TopQuarkAnalysis/TopHitFit/interface/LeptonTranslatorBase.h b/TopQuarkAnalysis/TopHitFit/interface/LeptonTranslatorBase.h index 3feba712994f5..67a7cdfda7924 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/LeptonTranslatorBase.h +++ b/TopQuarkAnalysis/TopHitFit/interface/LeptonTranslatorBase.h @@ -1,5 +1,5 @@ // -// $Id: LeptonTranslatorBase.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: LeptonTranslatorBase.h,v 1.9 2010/08/06 22:00:21 haryo Exp $ // /** diff --git a/TopQuarkAnalysis/TopHitFit/interface/METTranslatorBase.h b/TopQuarkAnalysis/TopHitFit/interface/METTranslatorBase.h index 40ddbb97713d9..3f3f12e3f8d47 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/METTranslatorBase.h +++ b/TopQuarkAnalysis/TopHitFit/interface/METTranslatorBase.h @@ -1,5 +1,5 @@ // -// $Id: METTranslatorBase.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: METTranslatorBase.h,v 1.6 2010/08/05 02:22:37 haryo Exp $ // // File : interface/METTranslatorBase.h // Author : Haryo Sumowidagdo diff --git a/TopQuarkAnalysis/TopHitFit/interface/Objpair.h b/TopQuarkAnalysis/TopHitFit/interface/Objpair.h index bf9701b58503c..9019906163a81 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Objpair.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Objpair.h @@ -1,5 +1,5 @@ // -// $Id: Objpair.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Objpair.h,v 1.3 2009/11/18 14:29:11 haryo Exp $ // // File: hitfit/private/Objpair.h // Purpose: Helper class for Pair_Table. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Objpair.i b/TopQuarkAnalysis/TopHitFit/interface/Objpair.i index 480c076129be7..6f40acf5c03b1 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Objpair.i +++ b/TopQuarkAnalysis/TopHitFit/interface/Objpair.i @@ -1,5 +1,5 @@ // -// $Id: Objpair.i,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Objpair.i,v 1.3 2011/04/26 13:35:49 haryo Exp $ // // File: hitfit/private/Objpair.i // Purpose: Helper class for Pair_Table. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Pair_Table.h b/TopQuarkAnalysis/TopHitFit/interface/Pair_Table.h index cacf2993a9ae7..fd4806e793f88 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Pair_Table.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Pair_Table.h @@ -1,5 +1,5 @@ // -// $Id: Pair_Table.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Pair_Table.h,v 1.3 2009/11/18 15:44:55 haryo Exp $ // // File: hitfit/private/Pair_Table.h // Purpose: Helper for Fourvec_Constrainer. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Refcount.h b/TopQuarkAnalysis/TopHitFit/interface/Refcount.h index 1bc39fdf56f83..63cda3edb2d3d 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Refcount.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Refcount.h @@ -1,5 +1,5 @@ // -// $Id: Refcount.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Refcount.h,v 1.2 2009/11/18 20:59:25 haryo Exp $ // // File: Refcount.h // Purpose: A base class for a simple reference-counted object. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Refcount.i b/TopQuarkAnalysis/TopHitFit/interface/Refcount.i index d3974da76b133..8498ed975141e 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Refcount.i +++ b/TopQuarkAnalysis/TopHitFit/interface/Refcount.i @@ -1,5 +1,5 @@ // -// $Id: Refcount.i,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Refcount.i,v 1.2 2009/11/18 20:59:51 haryo Exp $ // // File: private/Refcount.i // Purpose: Inline implementations for Refcount. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Resolution.h b/TopQuarkAnalysis/TopHitFit/interface/Resolution.h index 0060a6bb24010..f894f41c16cb4 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Resolution.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Resolution.h @@ -1,5 +1,5 @@ // -// $Id: Resolution.h,v 1.2 2012/03/19 18:15:04 vadler Exp $ +// $Id: Resolution.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ // // File: hitfit/Resolution.h // Purpose: Calculate resolutions for a quantity. diff --git a/TopQuarkAnalysis/TopHitFit/interface/RunHitFit.h b/TopQuarkAnalysis/TopHitFit/interface/RunHitFit.h index 50e017a4e01c6..77e8b0316fe06 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/RunHitFit.h +++ b/TopQuarkAnalysis/TopHitFit/interface/RunHitFit.h @@ -1,5 +1,5 @@ // -// $Id: RunHitFit.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: RunHitFit.h,v 1.30 2010/09/05 17:21:27 haryo Exp $ // /** diff --git a/TopQuarkAnalysis/TopHitFit/interface/Top_Decaykin.h b/TopQuarkAnalysis/TopHitFit/interface/Top_Decaykin.h index e981fc1a0ab3a..2577ca49bd9ec 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Top_Decaykin.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Top_Decaykin.h @@ -1,5 +1,5 @@ // -// $Id: Top_Decaykin.h,v 1.2 2013/05/28 17:55:59 gartung Exp $ +// $Id: Top_Decaykin.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ // // File: hitfit/Top_Decaykin.h // Purpose: Calculate some kinematic quantities for ttbar events. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Top_Fit.h b/TopQuarkAnalysis/TopHitFit/interface/Top_Fit.h index 900910ecc6c08..e207482646bd9 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Top_Fit.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Top_Fit.h @@ -1,5 +1,5 @@ // -// $Id: Top_Fit.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Top_Fit.h,v 1.12 2011/04/29 15:04:48 haryo Exp $ // // File: hitfit/Top_Fit.h // Purpose: Handle jet permutations. diff --git a/TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h b/TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h index ed30d2edd2078..a844805c726b3 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h +++ b/TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h @@ -1,5 +1,5 @@ // -// $Id: Vector_Resolution.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: Vector_Resolution.h,v 1.8 2010/07/30 17:07:30 haryo Exp $ // // File: hitfit/Vector_Resolution.h // Purpose: Calculate resolutions in p, phi, eta. diff --git a/TopQuarkAnalysis/TopHitFit/interface/fourvec.h b/TopQuarkAnalysis/TopHitFit/interface/fourvec.h index 7684751a01f12..ed1619ce9bba9 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/fourvec.h +++ b/TopQuarkAnalysis/TopHitFit/interface/fourvec.h @@ -1,5 +1,5 @@ // -// $Id: fourvec.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: fourvec.h,v 1.6 2009/11/20 10:39:11 haryo Exp $ // // File: hitfit/fourvec.h // Purpose: Define 3- and 4-vector types for the hitfit package, and diff --git a/TopQuarkAnalysis/TopHitFit/interface/gentop.h b/TopQuarkAnalysis/TopHitFit/interface/gentop.h index 12262cdca1ae1..9f5019417e295 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/gentop.h +++ b/TopQuarkAnalysis/TopHitFit/interface/gentop.h @@ -1,5 +1,5 @@ // -// $Id: gentop.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: gentop.h,v 1.4 2009/11/20 10:39:18 haryo Exp $ // // File: hitfit/gentop.h // Purpose: Toy ttbar event generator for testing. diff --git a/TopQuarkAnalysis/TopHitFit/interface/matutil.h b/TopQuarkAnalysis/TopHitFit/interface/matutil.h index f621ba0462caf..5d0e19b23bc74 100644 --- a/TopQuarkAnalysis/TopHitFit/interface/matutil.h +++ b/TopQuarkAnalysis/TopHitFit/interface/matutil.h @@ -1,5 +1,5 @@ // -// $Id: matutil.h,v 1.1 2011/05/26 09:46:53 mseidel Exp $ +// $Id: matutil.h,v 1.5 2009/11/20 10:39:28 haryo Exp $ // // File: hitfit/matutil.h // Purpose: Define matrix types for the hitfit package, and supply a few diff --git a/TopQuarkAnalysis/TopHitFit/src/Base_Constrainer.cc b/TopQuarkAnalysis/TopHitFit/src/Base_Constrainer.cc index 94cd03037f947..a4d69159a32ee 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Base_Constrainer.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Base_Constrainer.cc @@ -1,5 +1,5 @@ // -// $Id: Base_Constrainer.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Base_Constrainer.cc,v 1.8 2009/11/18 11:15:00 haryo Exp $ // // File: src/Base_Constrainer.cc // Purpose: Abstract base for the chisq fitter classes. diff --git a/TopQuarkAnalysis/TopHitFit/src/CLHEPHitFitTranslator.cc b/TopQuarkAnalysis/TopHitFit/src/CLHEPHitFitTranslator.cc index ad4abb9f45622..1e3045b5bd3da 100644 --- a/TopQuarkAnalysis/TopHitFit/src/CLHEPHitFitTranslator.cc +++ b/TopQuarkAnalysis/TopHitFit/src/CLHEPHitFitTranslator.cc @@ -1,5 +1,5 @@ // -// $Id: CLHEPHitFitTranslator.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: CLHEPHitFitTranslator.cc,v 1.4 2010/08/06 22:00:44 haryo Exp $ // /** @@ -15,7 +15,7 @@ @date Thu Jul 29 17:54:01 CEST 2010 - @version $Id: CLHEPHitFitTranslator.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ + @version $Id: CLHEPHitFitTranslator.cc,v 1.4 2010/08/06 22:00:44 haryo Exp $ */ #include diff --git a/TopQuarkAnalysis/TopHitFit/src/Chisq_Constrainer.cc b/TopQuarkAnalysis/TopHitFit/src/Chisq_Constrainer.cc index 11746c975046d..db05318be867c 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Chisq_Constrainer.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Chisq_Constrainer.cc @@ -1,5 +1,5 @@ // -// $Id: Chisq_Constrainer.cc,v 1.2 2011/10/13 09:49:48 snaumann Exp $ +// $Id: Chisq_Constrainer.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ // // File: src/Chisq_Constrainer.cc // Purpose: Minimize a chisq subject to a set of constraints. diff --git a/TopQuarkAnalysis/TopHitFit/src/Constrained_Top.cc b/TopQuarkAnalysis/TopHitFit/src/Constrained_Top.cc index 75cb757115c83..fd0373db24932 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Constrained_Top.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Constrained_Top.cc @@ -1,5 +1,5 @@ // -// $Id: Constrained_Top.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Constrained_Top.cc,v 1.7 2009/11/18 11:15:17 haryo Exp $ // // File: src/Constrained_Top.cc // Purpose: Do kinematic fitting for a ttbar -> ljets event. diff --git a/TopQuarkAnalysis/TopHitFit/src/Constrained_Z.cc b/TopQuarkAnalysis/TopHitFit/src/Constrained_Z.cc index 96cf72caf777a..67ac8b2be4007 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Constrained_Z.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Constrained_Z.cc @@ -1,5 +1,5 @@ // -// $Id: Constrained_Z.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Constrained_Z.cc,v 1.4 2009/11/18 11:15:31 haryo Exp $ // // File: Constrained_Z.cc // Purpose: Do kinematic fitting for a (Z->ll)+jets event. diff --git a/TopQuarkAnalysis/TopHitFit/src/Constraint.cc b/TopQuarkAnalysis/TopHitFit/src/Constraint.cc index 91648fe13c890..984d1b623a6d0 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Constraint.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Constraint.cc @@ -1,5 +1,5 @@ // -// $Id: Constraint.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Constraint.cc,v 1.7 2010/08/05 02:25:11 haryo Exp $ // // File: src/Constraint.cc // Purpose: Represent a mass constraint equation. diff --git a/TopQuarkAnalysis/TopHitFit/src/Constraint_Intermed.cc b/TopQuarkAnalysis/TopHitFit/src/Constraint_Intermed.cc index 7258429c121b0..7603cdf056a88 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Constraint_Intermed.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Constraint_Intermed.cc @@ -1,5 +1,5 @@ // -// $Id: Constraint_Intermed.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Constraint_Intermed.cc,v 1.7 2010/08/05 02:25:43 haryo Exp $ // // File: src/Constraint_Intermed.cc // Purpose: Represent one side of a mass constraint equation. diff --git a/TopQuarkAnalysis/TopHitFit/src/Defaults_Text.cc b/TopQuarkAnalysis/TopHitFit/src/Defaults_Text.cc index 739b50b4d6973..ec19345fbbd4b 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Defaults_Text.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Defaults_Text.cc @@ -1,5 +1,5 @@ // -// $Id: Defaults_Text.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: Defaults_Text.cc,v 1.9 2011/04/28 10:47:23 haryo Exp $ // // File: src/Defaults_Text.cc // Purpose: A lightweight implementation of the Defaults interface diff --git a/TopQuarkAnalysis/TopHitFit/src/EtaDepResElement.cc b/TopQuarkAnalysis/TopHitFit/src/EtaDepResElement.cc index 99be821583eb1..e23e6555f8552 100644 --- a/TopQuarkAnalysis/TopHitFit/src/EtaDepResElement.cc +++ b/TopQuarkAnalysis/TopHitFit/src/EtaDepResElement.cc @@ -1,5 +1,5 @@ // -// $Id: EtaDepResElement.cc,v 1.1 2011/05/26 09:46:59 mseidel Exp $ +// $Id: EtaDepResElement.cc,v 1.7 2009/11/17 13:47:28 haryo Exp $ // // // File : src/EtaDepResolution.cc diff --git a/TopQuarkAnalysis/TopHitFit/src/EtaDepResolution.cc b/TopQuarkAnalysis/TopHitFit/src/EtaDepResolution.cc index 11b680047527a..c24b8be3c8614 100644 --- a/TopQuarkAnalysis/TopHitFit/src/EtaDepResolution.cc +++ b/TopQuarkAnalysis/TopHitFit/src/EtaDepResolution.cc @@ -1,5 +1,5 @@ // -// $Id: EtaDepResolution.cc,v 1.2 2011/10/13 12:34:16 snaumann Exp $ +// $Id: EtaDepResolution.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ // // File : src/EtaDepResolution.cc // Author : Haryo Sumowidagdo diff --git a/TopQuarkAnalysis/TopHitFit/src/Fit_Result.cc b/TopQuarkAnalysis/TopHitFit/src/Fit_Result.cc index 5c4fe41fa25de..b7b695daf7741 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Fit_Result.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Fit_Result.cc @@ -1,5 +1,5 @@ // -// $Id: Fit_Result.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Fit_Result.cc,v 1.11 2009/11/18 12:39:15 haryo Exp $ // // File: src/Fit_Result.cc // Purpose: Hold the result from a single kinematic fit. diff --git a/TopQuarkAnalysis/TopHitFit/src/Fit_Result_Vec.cc b/TopQuarkAnalysis/TopHitFit/src/Fit_Result_Vec.cc index adc13baa3900a..28b5a6f410fde 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Fit_Result_Vec.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Fit_Result_Vec.cc @@ -1,5 +1,5 @@ // -// $Id: Fit_Result_Vec.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Fit_Result_Vec.cc,v 1.7 2011/04/26 13:35:49 haryo Exp $ // // File: src/Fit_Result_Vec.cc // Purpose: Hold a set of Fit_Result structures. diff --git a/TopQuarkAnalysis/TopHitFit/src/Fit_Results.cc b/TopQuarkAnalysis/TopHitFit/src/Fit_Results.cc index b14da67ca0f11..4acfa135c5f96 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Fit_Results.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Fit_Results.cc @@ -1,5 +1,5 @@ // -// $Id: Fit_Results.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Fit_Results.cc,v 1.8 2011/04/26 13:35:49 haryo Exp $ // // File: src/Fit_Results.cc // Purpose: Hold the results from kinematic fitting. diff --git a/TopQuarkAnalysis/TopHitFit/src/Fourvec_Constrainer.cc b/TopQuarkAnalysis/TopHitFit/src/Fourvec_Constrainer.cc index 6173ce6ecc67e..45aa5ddc9c5b5 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Fourvec_Constrainer.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Fourvec_Constrainer.cc @@ -1,5 +1,5 @@ // -// $Id: Fourvec_Constrainer.cc,v 1.2 2012/11/21 19:07:26 davidlt Exp $ +// $Id: Fourvec_Constrainer.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ // // File: src/Fourvec_Constrainer.cc // Purpose: Do a kinematic fit for a set of 4-vectors, given a set diff --git a/TopQuarkAnalysis/TopHitFit/src/Fourvec_Event.cc b/TopQuarkAnalysis/TopHitFit/src/Fourvec_Event.cc index c6ab99aaaf082..2800e827699a2 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Fourvec_Event.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Fourvec_Event.cc @@ -1,5 +1,5 @@ // -// $Id: Fourvec_Event.cc,v 1.2 2013/05/28 17:55:59 gartung Exp $ +// $Id: Fourvec_Event.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ // // File: src/Fourvec_Event.cc // Purpose: Represent an event for kinematic fitting as a collection diff --git a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event.cc b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event.cc index e7ff9e43096eb..7881813152c1a 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event.cc @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Lepjets_Event.cc,v 1.13 2011/04/26 13:35:49 haryo Exp $ // // File: src/Lepjets_Event.h // Purpose: Represent a simple `event' consisting of leptons and jets. diff --git a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Jet.cc b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Jet.cc index 577672f306157..3479e3a350299 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Jet.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Jet.cc @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event_Jet.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Lepjets_Event_Jet.cc,v 1.6 2010/07/24 01:20:34 haryo Exp $ // // File: src/Lepjets_Event_Jet.cc // Purpose: Represent a `jet' in a Lepjets_Event. diff --git a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Lep.cc b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Lep.cc index 57fb3c18a6bd2..8c7b8dfab7723 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Lep.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Lepjets_Event_Lep.cc @@ -1,5 +1,5 @@ // -// $Id: Lepjets_Event_Lep.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Lepjets_Event_Lep.cc,v 1.5 2010/07/29 11:00:41 haryo Exp $ // // File: src/Lepjets_Event_Lep.cc // Purpose: Represent a `lepton' in a Lepjets_Event. diff --git a/TopQuarkAnalysis/TopHitFit/src/Objpair.cc b/TopQuarkAnalysis/TopHitFit/src/Objpair.cc index 9fbc6ad3606c5..a9d36c5d786b8 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Objpair.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Objpair.cc @@ -1,5 +1,5 @@ // -// $Id: Objpair.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Objpair.cc,v 1.4 2011/04/26 13:35:49 haryo Exp $ // // File: src/Objpair.cc // Purpose: Helper class for Pair_Table. diff --git a/TopQuarkAnalysis/TopHitFit/src/Pair_Table.cc b/TopQuarkAnalysis/TopHitFit/src/Pair_Table.cc index c3866c89ddaed..1cd59c84f8825 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Pair_Table.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Pair_Table.cc @@ -1,5 +1,5 @@ // -// $Id: Pair_Table.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Pair_Table.cc,v 1.5 2011/04/26 13:35:49 haryo Exp $ // // File: src/Pair_Table.cc // Purpose: Helper for Fourvec_Constrainer. diff --git a/TopQuarkAnalysis/TopHitFit/src/PatElectronHitFitTranslator.cc b/TopQuarkAnalysis/TopHitFit/src/PatElectronHitFitTranslator.cc index 50a7d75416890..fac639561d7a3 100644 --- a/TopQuarkAnalysis/TopHitFit/src/PatElectronHitFitTranslator.cc +++ b/TopQuarkAnalysis/TopHitFit/src/PatElectronHitFitTranslator.cc @@ -1,5 +1,5 @@ // -// $Id: PatElectronHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: PatElectronHitFitTranslator.cc,v 1.8 2010/08/06 22:02:52 haryo Exp $ // /** @@ -13,7 +13,7 @@ @par Created Sat Jun 27 17:49:06 2009 UTC - @version $Id: PatElectronHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ + @version $Id: PatElectronHitFitTranslator.cc,v 1.8 2010/08/06 22:02:52 haryo Exp $ */ diff --git a/TopQuarkAnalysis/TopHitFit/src/PatJetHitFitTranslator.cc b/TopQuarkAnalysis/TopHitFit/src/PatJetHitFitTranslator.cc index fc641ba0b5f2f..503272a9d8f14 100644 --- a/TopQuarkAnalysis/TopHitFit/src/PatJetHitFitTranslator.cc +++ b/TopQuarkAnalysis/TopHitFit/src/PatJetHitFitTranslator.cc @@ -9,7 +9,7 @@ @par Created Sat Jun 27 17:49:21 2009 UTC - @version $Id: PatJetHitFitTranslator.cc,v 1.3 2011/07/11 07:59:12 mseidel Exp $ + @version $Id: PatJetHitFitTranslator.cc,v 1.2 2011/05/26 12:57:18 mseidel Exp $ */ diff --git a/TopQuarkAnalysis/TopHitFit/src/PatMETHitFitTranslator.cc b/TopQuarkAnalysis/TopHitFit/src/PatMETHitFitTranslator.cc index 07fe80f6dbbe6..e72605e7e869a 100644 --- a/TopQuarkAnalysis/TopHitFit/src/PatMETHitFitTranslator.cc +++ b/TopQuarkAnalysis/TopHitFit/src/PatMETHitFitTranslator.cc @@ -1,5 +1,5 @@ // -// $Id: PatMETHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: PatMETHitFitTranslator.cc,v 1.7 2011/01/29 22:21:38 haryo Exp $ // /** @@ -13,7 +13,7 @@ @par Created Sat Jun 27 17:49:32 2009 UTC - @version $Id: PatMETHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ + @version $Id: PatMETHitFitTranslator.cc,v 1.7 2011/01/29 22:21:38 haryo Exp $ */ diff --git a/TopQuarkAnalysis/TopHitFit/src/PatMuonHitFitTranslator.cc b/TopQuarkAnalysis/TopHitFit/src/PatMuonHitFitTranslator.cc index 75aad14ac12e3..196388f663bb7 100644 --- a/TopQuarkAnalysis/TopHitFit/src/PatMuonHitFitTranslator.cc +++ b/TopQuarkAnalysis/TopHitFit/src/PatMuonHitFitTranslator.cc @@ -1,5 +1,5 @@ // -// $Id: PatMuonHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: PatMuonHitFitTranslator.cc,v 1.8 2010/08/06 22:03:03 haryo Exp $ // /** @file PatMuonHitFitTranslator.cc @@ -12,7 +12,7 @@ @par Created Sat Jun 27 17:49:15 2009 UTC - @version $Id: PatMuonHitFitTranslator.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ + @version $Id: PatMuonHitFitTranslator.cc,v 1.8 2010/08/06 22:03:03 haryo Exp $ */ diff --git a/TopQuarkAnalysis/TopHitFit/src/Refcount.cc b/TopQuarkAnalysis/TopHitFit/src/Refcount.cc index f7d94f30d1044..92543b3f8824f 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Refcount.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Refcount.cc @@ -1,5 +1,5 @@ // -// $Id: Refcount.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Refcount.cc,v 1.2 2009/11/18 20:59:12 haryo Exp $ // // File: Refcount.cc // Purpose: Reference count implementation. diff --git a/TopQuarkAnalysis/TopHitFit/src/Resolution.cc b/TopQuarkAnalysis/TopHitFit/src/Resolution.cc index c41fa9f32f04f..d325c4d1fef42 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Resolution.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Resolution.cc @@ -1,5 +1,5 @@ // -// $Id: Resolution.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Resolution.cc,v 1.5 2011/02/02 23:22:38 haryo Exp $ // // File: src/Resolution.cc // Purpose: Calculate resolutions for a quantity. diff --git a/TopQuarkAnalysis/TopHitFit/src/RunHitFit.cc b/TopQuarkAnalysis/TopHitFit/src/RunHitFit.cc index a8f3e1f9e8ffb..1f5a966b87292 100644 --- a/TopQuarkAnalysis/TopHitFit/src/RunHitFit.cc +++ b/TopQuarkAnalysis/TopHitFit/src/RunHitFit.cc @@ -1,5 +1,5 @@ // -// $Id: RunHitFit.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: RunHitFit.cc,v 1.10 2010/07/30 22:06:01 haryo Exp $ // // Package: TopQuarkAnalysis/TopHitFit // File : src/RunHitFit.cc diff --git a/TopQuarkAnalysis/TopHitFit/src/Top_Decaykin.cc b/TopQuarkAnalysis/TopHitFit/src/Top_Decaykin.cc index 1b571a6742e85..95eb7a0b63c64 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Top_Decaykin.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Top_Decaykin.cc @@ -1,5 +1,5 @@ // -// $Id: Top_Decaykin.cc,v 1.2 2013/05/28 17:55:59 gartung Exp $ +// $Id: Top_Decaykin.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ // // File: src/Top_Decaykin.cc // Purpose: Calculate some kinematic quantities for ttbar events. diff --git a/TopQuarkAnalysis/TopHitFit/src/Top_Fit.cc b/TopQuarkAnalysis/TopHitFit/src/Top_Fit.cc index 7795b4387daa4..0243126a48fbc 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Top_Fit.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Top_Fit.cc @@ -1,5 +1,5 @@ // -// $Id: Top_Fit.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Top_Fit.cc,v 1.15 2011/04/29 15:04:48 haryo Exp $ // // File: src/Top_Fit.cc // Purpose: Handle jet permutations. diff --git a/TopQuarkAnalysis/TopHitFit/src/Vector_Resolution.cc b/TopQuarkAnalysis/TopHitFit/src/Vector_Resolution.cc index 2525ae144d1ba..f5c98e8d8008e 100644 --- a/TopQuarkAnalysis/TopHitFit/src/Vector_Resolution.cc +++ b/TopQuarkAnalysis/TopHitFit/src/Vector_Resolution.cc @@ -1,5 +1,5 @@ // -// $Id: Vector_Resolution.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: Vector_Resolution.cc,v 1.7 2010/04/13 19:23:13 haryo Exp $ // // File: src/Vector_Resolution.cc // Purpose: Calculate resolutions in p, phi, eta. diff --git a/TopQuarkAnalysis/TopHitFit/src/fourvec.cc b/TopQuarkAnalysis/TopHitFit/src/fourvec.cc index 8f2b6bd9db660..7840b144cbabc 100644 --- a/TopQuarkAnalysis/TopHitFit/src/fourvec.cc +++ b/TopQuarkAnalysis/TopHitFit/src/fourvec.cc @@ -1,5 +1,5 @@ // -// $Id: fourvec.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: fourvec.cc,v 1.5 2009/11/20 10:48:27 haryo Exp $ // // File: src/fourvec.cc // Purpose: Define 3- and 4-vector types for the hitfit package, and diff --git a/TopQuarkAnalysis/TopHitFit/src/gentop.cc b/TopQuarkAnalysis/TopHitFit/src/gentop.cc index 22e683da7b08d..c2ec9425ab9db 100644 --- a/TopQuarkAnalysis/TopHitFit/src/gentop.cc +++ b/TopQuarkAnalysis/TopHitFit/src/gentop.cc @@ -1,5 +1,5 @@ // -// $Id: gentop.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: gentop.cc,v 1.5 2009/11/20 10:48:17 haryo Exp $ // // File: src/gentop.cc // Purpose: Toy ttbar event generator for testing. diff --git a/TopQuarkAnalysis/TopHitFit/src/matutil.cc b/TopQuarkAnalysis/TopHitFit/src/matutil.cc index 1b1b19fb1c8ea..97c87acaf2896 100644 --- a/TopQuarkAnalysis/TopHitFit/src/matutil.cc +++ b/TopQuarkAnalysis/TopHitFit/src/matutil.cc @@ -1,5 +1,5 @@ // -// $Id: matutil.cc,v 1.1 2011/05/26 09:47:00 mseidel Exp $ +// $Id: matutil.cc,v 1.5 2009/11/20 10:49:27 haryo Exp $ // // File: src/matutil.cc // Purpose: Define matrix types for the hitfit package, and supply a few diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombCalc.h b/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombCalc.h index cc74cc32e59f9..d3af2efedd1d9 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombCalc.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombCalc.h @@ -1,6 +1,6 @@ #ifndef TtHadLRJetCombCalc_h #define TtHadLRJetCombCalc_h -// $Id: TtHadLRJetCombCalc.h,v 1.3 2013/05/28 17:57:05 gartung Exp $ +// $Id: TtHadLRJetCombCalc.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $ // copied TtSemiLRJetCombCalc.h,v 1.3 2007/06/15 08:53:52 by heyninck #include "FWCore/Framework/interface/EventSetup.h" diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombObservables.h b/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombObservables.h index cf1be93e9bb92..c97ee73ce5d56 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombObservables.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombObservables.h @@ -1,7 +1,7 @@ #ifndef TtHadLRJetCombObservables_h #define TtHadLRJetCombObservables_h -// $Id: TtHadLRJetCombObservables.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $ +// $Id: TtHadLRJetCombObservables.h,v 1.1 2007/10/07 15:33:37 mfhansen Exp $ // copied TtSemiLRJetCombObservables.h,v 1.4 2007/06/15 08:53:52 by heyninck /** \class TtHadLRJetCombObservables is based on TtSemiLRJetCombObservables.h @@ -17,7 +17,7 @@ // obs7 : b-tagging information // obs8 : chi2 value of kinematical fit with W-mass constraint \author Jan Heyninck - \version $Id: TtHadLRJetCombObservables.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $ + \version $Id: TtHadLRJetCombObservables.h,v 1.1 2007/10/07 15:33:37 mfhansen Exp $ */ #include "FWCore/Framework/interface/EventSetup.h" diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h b/TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h index 67994ff5c2b63..ed7cc5a78213d 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h @@ -1,5 +1,5 @@ // -// $Id: TtHadSimpleBestJetComb.h,v 1.2 2008/02/17 11:27:11 rwolf Exp $ +// $Id: TtHadSimpleBestJetComb.h,v 1.1 2007/10/06 15:14:50 mfhansen Exp $ // adapted from TtSemiSimpleBestJetComb.h,v 1.2 2007/06/09 01:17:41 lowette Exp // for fully hadronic channel diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombCalc.h b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombCalc.h index ddc38ab28af2c..c528629884abe 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombCalc.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombCalc.h @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRJetCombCalc.h,v 1.5 2013/05/28 17:57:05 gartung Exp $ +// $Id: TtSemiLRJetCombCalc.h,v 1.4 2008/02/17 11:27:11 rwolf Exp $ // #ifndef TtSemiLRJetCombCalc_h @@ -13,7 +13,7 @@ \brief Class to calculate the jet combination LR value and purity from a root-file with fit functions \author Jan Heyninck - \version $Id: TtSemiLRJetCombCalc.h,v 1.5 2013/05/28 17:57:05 gartung Exp $ + \version $Id: TtSemiLRJetCombCalc.h,v 1.4 2008/02/17 11:27:11 rwolf Exp $ */ #include "FWCore/Framework/interface/EventSetup.h" diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombObservables.h b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombObservables.h index 6336254990984..74618941709c2 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombObservables.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombObservables.h @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRJetCombObservables.h,v 1.7 2010/03/25 09:22:18 snaumann Exp $ +// $Id: TtSemiLRJetCombObservables.h,v 1.6 2008/04/15 10:13:43 rwolf Exp $ // #ifndef TtSemiLRJetCombObservables_h @@ -20,7 +20,7 @@ // ... \author Jan Heyninck - \version $Id: TtSemiLRJetCombObservables.h,v 1.7 2010/03/25 09:22:18 snaumann Exp $ + \version $Id: TtSemiLRJetCombObservables.h,v 1.6 2008/04/15 10:13:43 rwolf Exp $ */ diff --git a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiSimpleBestJetComb.h b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiSimpleBestJetComb.h index 01b8d018ceed7..52a858ebfaf19 100644 --- a/TopQuarkAnalysis/TopJetCombination/interface/TtSemiSimpleBestJetComb.h +++ b/TopQuarkAnalysis/TopJetCombination/interface/TtSemiSimpleBestJetComb.h @@ -1,5 +1,5 @@ // -// $Id: TtSemiSimpleBestJetComb.h,v 1.4 2008/02/17 11:27:11 rwolf Exp $ +// $Id: TtSemiSimpleBestJetComb.h,v 1.3 2007/09/20 18:03:21 lowette Exp $ // #ifndef TtSemiSimpleBestJetComb_h @@ -14,7 +14,7 @@ smallest DR angle wrt the Whadr direction. \author Jan Heyninck - \version $Id: TtSemiSimpleBestJetComb.h,v 1.4 2008/02/17 11:27:11 rwolf Exp $ + \version $Id: TtSemiSimpleBestJetComb.h,v 1.3 2007/09/20 18:03:21 lowette Exp $ */ #include "FWCore/Framework/interface/EventSetup.h" diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombCalc.cc b/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombCalc.cc index 22390763908f3..f4da08a8427e8 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombCalc.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombCalc.cc @@ -1,4 +1,4 @@ -// $Id: TtHadLRJetCombCalc.cc,v 1.3 2013/05/28 17:57:05 gartung Exp $ +// $Id: TtHadLRJetCombCalc.cc,v 1.2 2008/02/17 11:27:55 rwolf Exp $ // copied TtSemiLRJetCombCalc.cc,v 1.4 2007/06/18 14:08:16 by heyninck // #include "TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombCalc.h" diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombObservables.cc b/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombObservables.cc index b9309ce5e4071..66877c0a2c256 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombObservables.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtHadLRJetCombObservables.cc @@ -1,4 +1,4 @@ -// $Id: TtHadLRJetCombObservables.cc,v 1.2 2008/02/17 11:27:55 rwolf Exp $ +// $Id: TtHadLRJetCombObservables.cc,v 1.1 2007/10/07 15:34:09 mfhansen Exp $ #include "TopQuarkAnalysis/TopJetCombination/interface/TtHadLRJetCombObservables.h" diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtHadSimpleBestJetComb.cc b/TopQuarkAnalysis/TopJetCombination/src/TtHadSimpleBestJetComb.cc index a9b567ff2bba5..ed243d8fa0d1e 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtHadSimpleBestJetComb.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtHadSimpleBestJetComb.cc @@ -1,6 +1,6 @@ #include "TopQuarkAnalysis/TopJetCombination/interface/TtHadSimpleBestJetComb.h" // -// $Id: TtHadSimpleBestJetComb.cc,v 1.3 2008/02/17 11:27:55 rwolf Exp $ +// $Id: TtHadSimpleBestJetComb.cc,v 1.2 2007/10/07 15:32:57 mfhansen Exp $ // adapted Id: TtSemiSimpleBestJetComb.cc,v 1.2 2007/06/09 01:17:40 lowette Exp // for fully hadronic channel diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombCalc.cc b/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombCalc.cc index 4c841e18232a7..67985a56e4e6a 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombCalc.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombCalc.cc @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRJetCombCalc.cc,v 1.5 2013/05/28 17:57:05 gartung Exp $ +// $Id: TtSemiLRJetCombCalc.cc,v 1.4 2007/06/18 14:08:16 heyninck Exp $ // #include "TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombCalc.h" diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombObservables.cc b/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombObservables.cc index e6dfd33394a81..a9b080873723a 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombObservables.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtSemiLRJetCombObservables.cc @@ -2,7 +2,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: TtSemiLRJetCombObservables.cc,v 1.17 2013/05/17 18:17:27 vadler Exp $ +// $Id: TtSemiLRJetCombObservables.cc,v 1.16 2011/10/12 13:39:34 snaumann Exp $ // #include "TopQuarkAnalysis/TopJetCombination/interface/TtSemiLRJetCombObservables.h" #include "DataFormats/PatCandidates/interface/Jet.h" diff --git a/TopQuarkAnalysis/TopJetCombination/src/TtSemiSimpleBestJetComb.cc b/TopQuarkAnalysis/TopJetCombination/src/TtSemiSimpleBestJetComb.cc index 49f77d66c28fe..bf51a70942f18 100644 --- a/TopQuarkAnalysis/TopJetCombination/src/TtSemiSimpleBestJetComb.cc +++ b/TopQuarkAnalysis/TopJetCombination/src/TtSemiSimpleBestJetComb.cc @@ -1,5 +1,5 @@ // -// $Id: TtSemiSimpleBestJetComb.cc,v 1.4 2008/02/17 11:27:55 rwolf Exp $ +// $Id: TtSemiSimpleBestJetComb.cc,v 1.3 2007/09/20 18:03:20 lowette Exp $ // #include "TopQuarkAnalysis/TopJetCombination/interface/TtSemiSimpleBestJetComb.h" diff --git a/TopQuarkAnalysis/TopKinFitter/interface/StKinFitter.h b/TopQuarkAnalysis/TopKinFitter/interface/StKinFitter.h index ef399b0585c1f..3e52071f07e15 100644 --- a/TopQuarkAnalysis/TopKinFitter/interface/StKinFitter.h +++ b/TopQuarkAnalysis/TopKinFitter/interface/StKinFitter.h @@ -1,5 +1,5 @@ // -// $Id: StKinFitter.h,v 1.5 2013/05/30 20:51:27 gartung Exp $ +// $Id: StKinFitter.h,v 1.4 2010/09/06 13:46:16 snaumann Exp $ // #ifndef TopKinFitter_StKinFitter_h diff --git a/TopQuarkAnalysis/TopKinFitter/plugins/TtFullLepKinSolutionProducer.h b/TopQuarkAnalysis/TopKinFitter/plugins/TtFullLepKinSolutionProducer.h index 2de655a513349..cbdc617d6d7c0 100644 --- a/TopQuarkAnalysis/TopKinFitter/plugins/TtFullLepKinSolutionProducer.h +++ b/TopQuarkAnalysis/TopKinFitter/plugins/TtFullLepKinSolutionProducer.h @@ -2,7 +2,7 @@ #define TtFullLepKinSolutionProducer_h // -// $Id: TtFullLepKinSolutionProducer.h,v 1.10 2010/12/02 10:48:13 snaumann Exp $ +// $Id: TtFullLepKinSolutionProducer.h,v 1.9 2010/05/20 13:44:09 snaumann Exp $ // #include #include diff --git a/TopQuarkAnalysis/TopKinFitter/src/StKinFitter.cc b/TopQuarkAnalysis/TopKinFitter/src/StKinFitter.cc index 54af7e66590f3..0fa170bb5e731 100644 --- a/TopQuarkAnalysis/TopKinFitter/src/StKinFitter.cc +++ b/TopQuarkAnalysis/TopKinFitter/src/StKinFitter.cc @@ -1,5 +1,5 @@ // -// $Id: StKinFitter.cc,v 1.9 2013/05/30 20:51:27 gartung Exp $ +// $Id: StKinFitter.cc,v 1.8 2010/09/06 13:46:16 snaumann Exp $ // #include "PhysicsTools/KinFitter/interface/TKinFitter.h" diff --git a/TopQuarkAnalysis/TopPairBSM/src/BoostedTopProducer.h b/TopQuarkAnalysis/TopPairBSM/src/BoostedTopProducer.h index 4439da6fb2850..002a49ebb25e4 100644 --- a/TopQuarkAnalysis/TopPairBSM/src/BoostedTopProducer.h +++ b/TopQuarkAnalysis/TopPairBSM/src/BoostedTopProducer.h @@ -46,7 +46,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Thu May 1 11:37:48 CDT 2008 -// $Id: BoostedTopProducer.h,v 1.1 2012/10/11 14:26:45 eulisse Exp $ +// $Id: BoostedTopProducer.h,v 1.6 2009/07/30 06:02:19 jengbou Exp $ // // diff --git a/TopQuarkAnalysis/TopPairBSM/src/CATopJetTagger.h b/TopQuarkAnalysis/TopPairBSM/src/CATopJetTagger.h index bfce93a0d8b31..6f413987c41a7 100644 --- a/TopQuarkAnalysis/TopPairBSM/src/CATopJetTagger.h +++ b/TopQuarkAnalysis/TopPairBSM/src/CATopJetTagger.h @@ -23,7 +23,7 @@ // // Original Author: "Salvatore Rappoccio" // Created: Thu Jul 3 00:19:30 CDT 2008 -// $Id: CATopJetTagger.h,v 1.1 2012/10/11 14:26:45 eulisse Exp $ +// $Id: CATopJetTagger.h,v 1.5 2011/09/20 20:15:11 srappocc Exp $ // // diff --git a/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.cc b/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.cc index 61fdcadb62583..d1208d1a46be7 100644 --- a/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.cc +++ b/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.cc @@ -5,7 +5,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: JetCombinatorics.cc,v 1.4 2012/10/11 14:25:45 eulisse Exp $ + version $Id: JetCombinatorics.cc,v 1.3 2009/07/30 06:02:21 jengbou Exp $ ________________________________________________________________**/ diff --git a/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.h b/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.h index 3a472d2455dc2..b86a6029b908b 100644 --- a/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.h +++ b/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.h @@ -8,7 +8,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: JetCombinatorics.h,v 1.1 2012/10/11 14:26:45 eulisse Exp $ + version $Id: JetCombinatorics.h,v 1.4 2010/02/05 22:01:38 yumiceva Exp $ ________________________________________________________________**/ diff --git a/TopQuarkAnalysis/TopPairBSM/src/METzCalculator.h b/TopQuarkAnalysis/TopPairBSM/src/METzCalculator.h index db7ca40700fa2..d6c8c7e2c91b9 100644 --- a/TopQuarkAnalysis/TopPairBSM/src/METzCalculator.h +++ b/TopQuarkAnalysis/TopPairBSM/src/METzCalculator.h @@ -6,7 +6,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: METzCalculator.h,v 1.1 2012/10/11 14:26:45 eulisse Exp $ + version $Id: METzCalculator.h,v 1.3 2009/07/30 06:02:19 jengbou Exp $ ________________________________________________________________**/ diff --git a/TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h b/TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h index 7fbde95f11346..77215752f6366 100644 --- a/TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h +++ b/TopQuarkAnalysis/TopTools/interface/LRHelpFunctions.h @@ -3,7 +3,7 @@ // Author: Jan Heyninck // Created: Tue Apr 3 17:33:23 PDT 2007 // -// $Id: LRHelpFunctions.h,v 1.11 2013/05/30 20:47:31 gartung Exp $ +// $Id: LRHelpFunctions.h,v 1.10 2008/06/19 12:28:27 rwolf Exp $ // #ifndef LRHelpFunctions_h @@ -14,7 +14,7 @@ \brief Help functionalities to implement and evaluate LR ratio method \author Jan Heyninck - \version $Id: LRHelpFunctions.h,v 1.11 2013/05/30 20:47:31 gartung Exp $ + \version $Id: LRHelpFunctions.h,v 1.10 2008/06/19 12:28:27 rwolf Exp $ */ #include diff --git a/TopQuarkAnalysis/TopTools/interface/MEzCalculator.h b/TopQuarkAnalysis/TopTools/interface/MEzCalculator.h index 422fc6d930651..2b348ec9a54f2 100644 --- a/TopQuarkAnalysis/TopTools/interface/MEzCalculator.h +++ b/TopQuarkAnalysis/TopTools/interface/MEzCalculator.h @@ -6,7 +6,7 @@ author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: MEzCalculator.h,v 1.5 2013/05/30 20:47:31 gartung Exp $ + version $Id: MEzCalculator.h,v 1.4 2009/02/18 21:31:15 yumiceva Exp $ ________________________________________________________________**/ diff --git a/TopQuarkAnalysis/TopTools/plugins/MuonSelectorVertex.cc b/TopQuarkAnalysis/TopTools/plugins/MuonSelectorVertex.cc index b4cb3ed27b9ab..6d31e1ca17f4a 100644 --- a/TopQuarkAnalysis/TopTools/plugins/MuonSelectorVertex.cc +++ b/TopQuarkAnalysis/TopTools/plugins/MuonSelectorVertex.cc @@ -1,5 +1,5 @@ // -// $Id: MuonSelectorVertex.cc,v 1.1 2012/06/26 16:19:18 vadler Exp $ +// $Id: MuonSelectorVertex.cc,v 1.1 2012/05/25 09:52:27 vadler Exp $ // diff --git a/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixPropagator.h b/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixPropagator.h index bd3e4ceb0ed40..d218e1d3ff72b 100644 --- a/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixPropagator.h +++ b/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixPropagator.h @@ -9,15 +9,15 @@ * Material effects (multiple scattering and energy loss) are based on tuning * to MC and (eventually) data. * - * $Date: 2012/05/08 08:41:00 $ - * $Revision: 1.31 $ + * $Date: 2010/03/10 22:35:20 $ + * $Revision: 1.30 $ * \author Vyacheslav Krutelyov (slava77) */ // // Original Author: Vyacheslav Krutelyov // Created: Fri Mar 3 16:01:24 CST 2006 -// $Id: SteppingHelixPropagator.h,v 1.31 2012/05/08 08:41:00 innocent Exp $ +// $Id: SteppingHelixPropagator.h,v 1.30 2010/03/10 22:35:20 slava77 Exp $ // // diff --git a/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixStateInfo.h b/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixStateInfo.h index 8c0095b6196f0..76f865d62149b 100644 --- a/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixStateInfo.h +++ b/TrackPropagation/SteppingHelixPropagator/interface/SteppingHelixStateInfo.h @@ -6,15 +6,15 @@ /** \class SteppingHelixStateInfo * Holder of SteppingHelixState information * - * $Date: 2009/09/08 20:44:31 $ - * $Revision: 1.16 $ + * $Date: 2009/09/08 19:20:24 $ + * $Revision: 1.15.2.2 $ * \author Vyacheslav Krutelyov (slava77) */ // // Original Author: Vyacheslav Krutelyov // Created: Wed Jan 3 16:01:24 CST 2007 -// $Id: SteppingHelixStateInfo.h,v 1.16 2009/09/08 20:44:31 slava77 Exp $ +// $Id: SteppingHelixStateInfo.h,v 1.15.2.2 2009/09/08 19:20:24 slava77 Exp $ // // diff --git a/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixPropagator.cc b/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixPropagator.cc index cf2f5fd2830c3..275c5ec4245d8 100644 --- a/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixPropagator.cc +++ b/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixPropagator.cc @@ -5,15 +5,15 @@ * to MC and (eventually) data. * Implementation file contents follow. * - * $Date: 2013/06/07 20:06:25 $ - * $Revision: 1.78 $ + * $Date: 2012/01/18 21:38:09 $ + * $Revision: 1.77 $ * \author Vyacheslav Krutelyov (slava77) */ // // Original Author: Vyacheslav Krutelyov // Created: Fri Mar 3 16:01:24 CST 2006 -// $Id: SteppingHelixPropagator.cc,v 1.78 2013/06/07 20:06:25 slava77 Exp $ +// $Id: SteppingHelixPropagator.cc,v 1.77 2012/01/18 21:38:09 slava77 Exp $ // // diff --git a/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixStateInfo.cc b/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixStateInfo.cc index 318ad0e03b8c4..883f82dec077d 100644 --- a/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixStateInfo.cc +++ b/TrackPropagation/SteppingHelixPropagator/src/SteppingHelixStateInfo.cc @@ -1,15 +1,15 @@ /** \class SteppingHelixStateInfo * Implementation part of the stepping helix propagator state data structure * - * $Date: 2009/09/08 20:44:32 $ - * $Revision: 1.13 $ + * $Date: 2009/09/08 19:20:25 $ + * $Revision: 1.12.2.3 $ * \author Vyacheslav Krutelyov (slava77) */ // // Original Author: Vyacheslav Krutelyov // Created: Wed Jan 3 16:01:24 CST 2007 -// $Id: SteppingHelixStateInfo.cc,v 1.13 2009/09/08 20:44:32 slava77 Exp $ +// $Id: SteppingHelixStateInfo.cc,v 1.12.2.3 2009/09/08 19:20:25 slava77 Exp $ // // diff --git a/TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc b/TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc index 6d94a376fa8ed..f4d0e645ecd91 100644 --- a/TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc +++ b/TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc @@ -17,7 +17,7 @@ // // Original Author: Vyacheslav Krutelyov // Created: Fri Mar 3 16:01:24 CST 2006 -// $Id: SteppingHelixPropagatorAnalyzer.cc,v 1.24 2012/09/19 20:31:29 wdd Exp $ +// $Id: SteppingHelixPropagatorAnalyzer.cc,v 1.23 2012/07/01 19:54:00 eulisse Exp $ // // diff --git a/TrackingTools/DetLayers/interface/BarrelDetLayer.h b/TrackingTools/DetLayers/interface/BarrelDetLayer.h index 247dbcb1abd33..af92e643e7c9a 100644 --- a/TrackingTools/DetLayers/interface/BarrelDetLayer.h +++ b/TrackingTools/DetLayers/interface/BarrelDetLayer.h @@ -9,8 +9,8 @@ * are implemented in this class, * but some methods are left abstract. * - * $Date: 2012/12/14 08:16:36 $ - * $Revision: 1.10 $ + * $Date: 2012/05/05 13:49:41 $ + * $Revision: 1.9 $ */ #include "TrackingTools/DetLayers/interface/DetLayer.h" diff --git a/TrackingTools/DetLayers/interface/CylinderBuilderFromDet.h b/TrackingTools/DetLayers/interface/CylinderBuilderFromDet.h index 3c6de57a65bbe..66703b1ba5967 100644 --- a/TrackingTools/DetLayers/interface/CylinderBuilderFromDet.h +++ b/TrackingTools/DetLayers/interface/CylinderBuilderFromDet.h @@ -7,8 +7,8 @@ * etc.) * Useful for defining a BarrelDetLayer from a group of DetUnits. * - * $Date: 2007/08/22 16:07:44 $ - * $Revision: 1.4 $ + * $Date: 2007/03/07 16:28:39 $ + * $Revision: 1.3 $ */ #include "Geometry/CommonDetUnit/interface/GeomDet.h" diff --git a/TrackingTools/DetLayers/interface/DetLayerException.h b/TrackingTools/DetLayers/interface/DetLayerException.h index 3cd21449b1f9a..df0461ebca224 100644 --- a/TrackingTools/DetLayers/interface/DetLayerException.h +++ b/TrackingTools/DetLayers/interface/DetLayerException.h @@ -4,8 +4,8 @@ /** \class DetLayerException * Exceptions thrown from TrackingTools/DetLayers and dependent subsystems. * - * $Date: 2007/03/07 16:28:39 $ - * $Revision: 1.3 $ + * $Date: $ + * $Revision: $ */ /// Common base class diff --git a/TrackingTools/DetLayers/interface/ForwardRingDiskBuilderFromDet.h b/TrackingTools/DetLayers/interface/ForwardRingDiskBuilderFromDet.h index 36000be273015..cea455c791a1a 100644 --- a/TrackingTools/DetLayers/interface/ForwardRingDiskBuilderFromDet.h +++ b/TrackingTools/DetLayers/interface/ForwardRingDiskBuilderFromDet.h @@ -5,8 +5,8 @@ * As it's name indicates, it's a builder of BoundDisk from a collection of * Dets. The disk has the minimal size fully containing all Dets. * - * $Date: 2012/12/25 14:59:34 $ - * $Revision: 1.4 $ + * $Date: 2007/03/07 16:28:39 $ + * $Revision: 1.3 $ */ #include "TrackingTools/DetLayers/interface/GeometricSearchDet.h" diff --git a/TrackingTools/GeomPropagators/interface/StateOnTrackerBound.h b/TrackingTools/GeomPropagators/interface/StateOnTrackerBound.h index d1fc628378d76..f8beec83d6f88 100644 --- a/TrackingTools/GeomPropagators/interface/StateOnTrackerBound.h +++ b/TrackingTools/GeomPropagators/interface/StateOnTrackerBound.h @@ -9,8 +9,8 @@ class Propagator; * barrel cylinder or to one of the forward disks that * constitute the envelope of the sensitive Tracker volumes. * Ported from ORCA - * $Date: 2007/01/31 17:31:32 $ - * $Revision: 1.4 $ + * $Date: 2006/09/22 19:21:13 $ + * $Revision: 1.3 $ */ class StateOnTrackerBound { public: diff --git a/TrackingTools/GeomPropagators/interface/TrackerBounds.h b/TrackingTools/GeomPropagators/interface/TrackerBounds.h index f0fa597126378..da553976987d0 100644 --- a/TrackingTools/GeomPropagators/interface/TrackerBounds.h +++ b/TrackingTools/GeomPropagators/interface/TrackerBounds.h @@ -19,8 +19,8 @@ class Disk; * Outside of this volume use some kind of geane. * Ported from ORCA - * $Date: 2012/12/25 14:24:26 $ - * $Revision: 1.5 $ + * $Date: 2007/03/07 16:28:40 $ + * $Revision: 1.4 $ */ class TrackerBounds { diff --git a/TrackingTools/GeomPropagators/src/SmartPropagator.cc b/TrackingTools/GeomPropagators/src/SmartPropagator.cc index b6790b2cc5680..9567c1733bef1 100644 --- a/TrackingTools/GeomPropagators/src/SmartPropagator.cc +++ b/TrackingTools/GeomPropagators/src/SmartPropagator.cc @@ -6,8 +6,8 @@ * * \author : Stefano Lacaprara - INFN Padova * \porting author: Chang Liu - Purdue University - * $Date: 2012/12/25 14:24:26 $ - * $Revision: 1.8 $ + * $Date: 2009/07/05 19:56:54 $ + * $Revision: 1.7 $ * * Modification: * diff --git a/TrackingTools/GeomPropagators/src/StateOnTrackerBound.cc b/TrackingTools/GeomPropagators/src/StateOnTrackerBound.cc index e558e242c6dab..acf2b93dc6361 100644 --- a/TrackingTools/GeomPropagators/src/StateOnTrackerBound.cc +++ b/TrackingTools/GeomPropagators/src/StateOnTrackerBound.cc @@ -7,8 +7,8 @@ #include "DataFormats/GeometrySurface/interface/BoundCylinder.h" //Ported from ORCA -// $Date: 2011/02/08 14:59:45 $ -// $Revision: 1.9 $ +// $Date: 2008/03/06 01:33:53 $ +// $Revision: 1.8 $ StateOnTrackerBound::StateOnTrackerBound( const Propagator* prop) : thePropagator( prop->clone()) diff --git a/TrackingTools/GeomPropagators/src/TrackerBounds.cc b/TrackingTools/GeomPropagators/src/TrackerBounds.cc index 46adba72c5863..689ea71aa194f 100644 --- a/TrackingTools/GeomPropagators/src/TrackerBounds.cc +++ b/TrackingTools/GeomPropagators/src/TrackerBounds.cc @@ -6,8 +6,8 @@ #include "DataFormats/GeometrySurface/interface/SimpleDiskBounds.h" //Ported from ORCA -// $Date: 2012/12/25 14:24:26 $ -// $Revision: 1.4 $ +// $Date: 2007/03/07 16:28:42 $ +// $Revision: 1.3 $ void TrackerBounds::initialize() { diff --git a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h index 99134cc599801..1ee5c7bda0a5f 100644 --- a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h +++ b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h @@ -7,8 +7,8 @@ * Plane. The TrajectoryState must have errors. * Works for any RecHit dimension. Ported from ORCA. * - * $Date: 2013/01/10 12:12:18 $ - * $Revision: 1.5 $ + * $Date: 2012/12/25 14:24:26 $ + * $Revision: 1.4 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h index 606fec607b7d9..cb6d49a2f7013 100644 --- a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h +++ b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h @@ -5,8 +5,8 @@ * A base class for Chi2 -- type of Measurement Estimators. * Implements common functionality. Ported from ORCA. * - * $Date: 2013/01/10 12:12:18 $ - * $Revision: 1.6 $ + * $Date: 2012/12/25 14:24:26 $ + * $Revision: 1.5 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorESProducer.h b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorESProducer.h index 376b2e45c4f8e..8fba4dcc3224b 100644 --- a/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorESProducer.h +++ b/TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorESProducer.h @@ -4,8 +4,8 @@ /** \class Chi2MeasurementEstimatorESProducer * ESProducer for Chi2MeasurementEstimator. * - * $Date: 2007/05/09 14:05:13 $ - * $Revision: 1.2 $ + * $Date: 2007/05/09 13:58:19 $ + * $Revision: 1.1.2.1 $ * \author cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/Chi2Strip1DEstimator.h b/TrackingTools/KalmanUpdators/interface/Chi2Strip1DEstimator.h index 527ebf2fc8880..9a03fcb3b9f62 100644 --- a/TrackingTools/KalmanUpdators/interface/Chi2Strip1DEstimator.h +++ b/TrackingTools/KalmanUpdators/interface/Chi2Strip1DEstimator.h @@ -6,8 +6,8 @@ * in the measurement frame (the one perpendicular to the strip). * Ported from ORCA. * - * $Date: 2013/01/10 12:12:18 $ - * $Revision: 1.3 $ + * $Date: 2007/05/09 14:05:13 $ + * $Revision: 1.2 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/Chi2Switching1DEstimator.h b/TrackingTools/KalmanUpdators/interface/Chi2Switching1DEstimator.h index fd7c3e21b9488..b6b65bd6f2723 100644 --- a/TrackingTools/KalmanUpdators/interface/Chi2Switching1DEstimator.h +++ b/TrackingTools/KalmanUpdators/interface/Chi2Switching1DEstimator.h @@ -6,8 +6,8 @@ * pixel and matched strip hits, and Chi2Strip1DEstimator for * simple strip hits. Ported from ORCA. * - * $Date: 2013/01/10 12:12:18 $ - * $Revision: 1.6 $ + * $Date: 2012/05/29 08:23:57 $ + * $Revision: 1.5 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/EtaPhiMeasurementEstimator.h b/TrackingTools/KalmanUpdators/interface/EtaPhiMeasurementEstimator.h index 81b85e82d1f96..87dbfc9df66be 100755 --- a/TrackingTools/KalmanUpdators/interface/EtaPhiMeasurementEstimator.h +++ b/TrackingTools/KalmanUpdators/interface/EtaPhiMeasurementEstimator.h @@ -7,8 +7,8 @@ * Plane. The TrajectoryState must have errors. * Works for any RecHit dimension. Ported from ORCA. * - * $Date: 2013/01/10 12:12:19 $ - * $Revision: 1.3 $ + * $Date: 2012/12/25 14:24:26 $ + * $Revision: 1.2 $ * tschudi */ diff --git a/TrackingTools/KalmanUpdators/interface/KFStrip1DUpdator.h b/TrackingTools/KalmanUpdators/interface/KFStrip1DUpdator.h index 6f4249e7d2265..3b10edd725942 100644 --- a/TrackingTools/KalmanUpdators/interface/KFStrip1DUpdator.h +++ b/TrackingTools/KalmanUpdators/interface/KFStrip1DUpdator.h @@ -5,8 +5,8 @@ * A Kalman Updator that works in the measurement frame and uses * only the X coordinate (the one perpendicular to the strip). Ported from ORCA. * - * $Date: 2013/01/10 11:55:10 $ - * $Revision: 1.4 $ + * $Date: 2007/05/09 13:50:25 $ + * $Revision: 1.3 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdator.h b/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdator.h index 3d7a04c93d184..d5653f7326d76 100644 --- a/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdator.h +++ b/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdator.h @@ -5,8 +5,8 @@ * A Kalman Updator that uses a KFUpdator for pixel and matched hits, * and a KFStrip1DUpdator for simple strip hits. Ported from ORCA. * - * $Date: 2013/01/10 11:55:10 $ - * $Revision: 1.6 $ + * $Date: 2010/08/16 12:22:16 $ + * $Revision: 1.5 $ * \author todorov, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdatorESProducer.h b/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdatorESProducer.h index bb49da91f8d86..0e7a3df2552a3 100644 --- a/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdatorESProducer.h +++ b/TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdatorESProducer.h @@ -4,8 +4,8 @@ /** KFSwitching1DUpdatorESProducer * ESProducer for KFSwitching1DUpdator class. * - * $Date: 2009/09/09 15:40:39 $ - * $Revision: 1.1 $ + * $Date: 2007/05/09 13:50:25 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/KFUpdator.h b/TrackingTools/KalmanUpdators/interface/KFUpdator.h index 112bf9782c82e..3cb86f91931df 100644 --- a/TrackingTools/KalmanUpdators/interface/KFUpdator.h +++ b/TrackingTools/KalmanUpdators/interface/KFUpdator.h @@ -24,8 +24,8 @@ * Initial author: P.Vanlaer 25.02.1999 * Ported from ORCA. * - * $Date: 2013/01/10 11:55:11 $ - * $Revision: 1.4 $ + * $Date: 2007/05/09 13:50:25 $ + * $Revision: 1.3 $ * \author vanlaer, cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/KFUpdatorESProducer.h b/TrackingTools/KalmanUpdators/interface/KFUpdatorESProducer.h index a36e510a1417b..dbea99f3f48c5 100644 --- a/TrackingTools/KalmanUpdators/interface/KFUpdatorESProducer.h +++ b/TrackingTools/KalmanUpdators/interface/KFUpdatorESProducer.h @@ -4,8 +4,8 @@ /** KFUpdatorESProducer * ESProducer for KFUpdator class. * - * $Date: 2007/05/09 13:50:25 $ - * $Revision: 1.2 $ + * $Date: 2007/05/09 13:11:43 $ + * $Revision: 1.1.2.1 $ * \author cerati */ diff --git a/TrackingTools/KalmanUpdators/interface/Strip1DMeasurementTransformator.h b/TrackingTools/KalmanUpdators/interface/Strip1DMeasurementTransformator.h index 62b3dccd4a09a..a208dfe277a33 100644 --- a/TrackingTools/KalmanUpdators/interface/Strip1DMeasurementTransformator.h +++ b/TrackingTools/KalmanUpdators/interface/Strip1DMeasurementTransformator.h @@ -6,8 +6,8 @@ * and errors in the measurement frame. The RecHits are treated as * 1-dimensional, the second coordinate is ignored. Ported from ORCA. * - * $Date: 2010/12/14 15:55:58 $ - * $Revision: 1.5 $ + * $Date: 2007/05/09 13:50:25 $ + * $Revision: 1.4 $ * \author todorov, cerati */ diff --git a/TrackingTools/MaterialEffects/interface/PropagatorWithMaterial.h b/TrackingTools/MaterialEffects/interface/PropagatorWithMaterial.h index 0d08456b65f39..3d8babf2d58c4 100755 --- a/TrackingTools/MaterialEffects/interface/PropagatorWithMaterial.h +++ b/TrackingTools/MaterialEffects/interface/PropagatorWithMaterial.h @@ -12,8 +12,8 @@ * only be included when propagating from a TrajectoryStateOnSurface. * Ported from ORCA. * - * $Date: 2013/04/12 15:08:44 $ - * $Revision: 1.17 $ + * $Date: 2013/04/12 13:54:56 $ + * $Revision: 1.16 $ * \author todorov, cerati */ diff --git a/TrackingTools/MaterialEffects/plugins/PropagatorWithMaterialESProducer.h b/TrackingTools/MaterialEffects/plugins/PropagatorWithMaterialESProducer.h index 8516c21741ceb..f24c224c1a1de 100644 --- a/TrackingTools/MaterialEffects/plugins/PropagatorWithMaterialESProducer.h +++ b/TrackingTools/MaterialEffects/plugins/PropagatorWithMaterialESProducer.h @@ -4,8 +4,8 @@ /** \class PropagatorWithMaterialESProducer * ESProducer for PropagatorWithMaterial. * - * $Date: 2007/05/09 14:11:36 $ - * $Revision: 1.2 $ + * $Date$ + * $Revision$ * \author cerati */ diff --git a/TrackingTools/PatternTools/interface/TwoTrackMinimumDistanceLineLine.h b/TrackingTools/PatternTools/interface/TwoTrackMinimumDistanceLineLine.h index dba11da47d784..d685741d66369 100644 --- a/TrackingTools/PatternTools/interface/TwoTrackMinimumDistanceLineLine.h +++ b/TrackingTools/PatternTools/interface/TwoTrackMinimumDistanceLineLine.h @@ -1,4 +1,4 @@ -/* $Id: TwoTrackMinimumDistanceLineLine.h,v 1.2 2008/05/02 19:52:24 burkett Exp $ */ +/* $Id: TwoTrackMinimumDistanceLineLine.h,v 1.1 2007/07/03 14:15:47 speer Exp $ */ #ifndef _Tracker_TwoTrackMinimumDistanceLineLine_H_ #define _Tracker_TwoTrackMinimumDistanceLineLine_H_ diff --git a/TrackingTools/Producers/interface/CompositeTrajectoryFilterESProducer.h b/TrackingTools/Producers/interface/CompositeTrajectoryFilterESProducer.h index 41ec5323d5b5b..040dafbc742e0 100644 --- a/TrackingTools/Producers/interface/CompositeTrajectoryFilterESProducer.h +++ b/TrackingTools/Producers/interface/CompositeTrajectoryFilterESProducer.h @@ -17,7 +17,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Sep 28 18:07:52 CEST 2007 -// $Id: CompositeTrajectoryFilterESProducer.h,v 1.1 2007/11/15 07:17:07 vlimant Exp $ +// $Id: CompositeTrajectoryFilterESProducer.h,v 1.1 2007/10/18 01:50:55 vlimant Exp $ // // diff --git a/TrackingTools/Producers/interface/SmartPropagatorESProducer.h b/TrackingTools/Producers/interface/SmartPropagatorESProducer.h index d1837ecb1c7ec..3b50ae94dbe14 100644 --- a/TrackingTools/Producers/interface/SmartPropagatorESProducer.h +++ b/TrackingTools/Producers/interface/SmartPropagatorESProducer.h @@ -4,7 +4,7 @@ /** \class SmartPropagatorESProducer * ES producer needed to put the SmartPropagator inside the EventSetup * - * $Date: 2007/01/17 19:28:40 $ + * $Date: 2006/11/23 11:48:36 $ * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/TrackingTools/Producers/interface/TrajectoryCleanerESProducer.h b/TrackingTools/Producers/interface/TrajectoryCleanerESProducer.h index f3bc3dea95f34..8669d055554b5 100644 --- a/TrackingTools/Producers/interface/TrajectoryCleanerESProducer.h +++ b/TrackingTools/Producers/interface/TrajectoryCleanerESProducer.h @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Thu Oct 11 05:20:59 CEST 2007 -// $Id: TrajectoryCleanerESProducer.h,v 1.3 2010/04/15 17:56:05 vlimant Exp $ +// $Id: TrajectoryCleanerESProducer.h,v 1.2 2008/10/07 15:21:14 vlimant Exp $ // // diff --git a/TrackingTools/Producers/interface/TrajectoryFilterESProducer.h b/TrackingTools/Producers/interface/TrajectoryFilterESProducer.h index 6129c5e32f1ba..8f4fb7a9eb1cf 100644 --- a/TrackingTools/Producers/interface/TrajectoryFilterESProducer.h +++ b/TrackingTools/Producers/interface/TrajectoryFilterESProducer.h @@ -17,7 +17,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Sep 28 18:07:52 CEST 2007 -// $Id: TrajectoryFilterESProducer.h,v 1.2 2009/04/30 10:14:40 vlimant Exp $ +// $Id: TrajectoryFilterESProducer.h,v 1.1 2007/10/18 01:50:55 vlimant Exp $ // // diff --git a/TrackingTools/Producers/src/SmartPropagatorESProducer.cc b/TrackingTools/Producers/src/SmartPropagatorESProducer.cc index 519e5b7a35e88..ced5c0d32220e 100644 --- a/TrackingTools/Producers/src/SmartPropagatorESProducer.cc +++ b/TrackingTools/Producers/src/SmartPropagatorESProducer.cc @@ -1,8 +1,8 @@ /** \class SmartPropagatorESProducer * ES producer needed to put the SmartPropagator inside the EventSetup * - * $Date: 2007/03/07 18:25:16 $ - * $Revision: 1.3 $ + * $Date: 2007/01/18 09:58:43 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ diff --git a/TrackingTools/TrackAssociator/interface/CachedTrajectory.h b/TrackingTools/TrackAssociator/interface/CachedTrajectory.h index ca5bf09015c27..17f640d86efa7 100644 --- a/TrackingTools/TrackAssociator/interface/CachedTrajectory.h +++ b/TrackingTools/TrackAssociator/interface/CachedTrajectory.h @@ -18,7 +18,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: CachedTrajectory.h,v 1.22 2012/11/08 21:28:47 dmytro Exp $ +// $Id: CachedTrajectory.h,v 1.21 2012/03/10 21:40:27 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/interface/DetIdAssociator.h b/TrackingTools/TrackAssociator/interface/DetIdAssociator.h index 9764f92a0493f..ca789511e653b 100644 --- a/TrackingTools/TrackAssociator/interface/DetIdAssociator.h +++ b/TrackingTools/TrackAssociator/interface/DetIdAssociator.h @@ -25,7 +25,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: DetIdAssociator.h,v 1.20 2011/04/07 08:17:31 innocent Exp $ +// $Id: DetIdAssociator.h,v 1.18 2010/02/18 14:35:48 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/interface/FiducialVolume.h b/TrackingTools/TrackAssociator/interface/FiducialVolume.h index df7c1a8bf1a00..3cb23f797edab 100644 --- a/TrackingTools/TrackAssociator/interface/FiducialVolume.h +++ b/TrackingTools/TrackAssociator/interface/FiducialVolume.h @@ -13,7 +13,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: FiducialVolume.h,v 1.5 2011/04/07 08:17:31 innocent Exp $ +// $Id: FiducialVolume.h,v 1.3 2009/10/09 12:47:40 dmytro Exp $ // /// The detector active volume is determined estimated as a non-zero thickness /// cylinder with outter dimensions maxZ and maxR. The inner dimensions are diff --git a/TrackingTools/TrackAssociator/interface/TrackAssociatorParameters.h b/TrackingTools/TrackAssociator/interface/TrackAssociatorParameters.h index 4fca5d6d15fd1..243128db3a1cb 100644 --- a/TrackingTools/TrackAssociator/interface/TrackAssociatorParameters.h +++ b/TrackingTools/TrackAssociator/interface/TrackAssociatorParameters.h @@ -13,7 +13,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: TrackAssociatorParameters.h,v 1.9 2011/04/07 08:17:31 innocent Exp $ +// $Id: TrackAssociatorParameters.h,v 1.7 2009/09/06 16:32:06 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/interface/TrackDetectorAssociator.h b/TrackingTools/TrackAssociator/interface/TrackDetectorAssociator.h index 732a0a0ccc683..31a5b7051a563 100644 --- a/TrackingTools/TrackAssociator/interface/TrackDetectorAssociator.h +++ b/TrackingTools/TrackAssociator/interface/TrackDetectorAssociator.h @@ -14,7 +14,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: TrackDetectorAssociator.h,v 1.22 2012/03/10 21:40:27 dmytro Exp $ +// $Id: TrackDetectorAssociator.h,v 1.21 2011/04/07 09:02:44 innocent Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/CaloDetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/CaloDetIdAssociator.h index 2f9651f402cb8..c74a066062df5 100644 --- a/TrackingTools/TrackAssociator/plugins/CaloDetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/CaloDetIdAssociator.h @@ -15,7 +15,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: CaloDetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ +// $Id: CaloDetIdAssociator.h,v 1.16 2010/02/18 14:35:48 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/DetIdAssociatorESProducer.cc b/TrackingTools/TrackAssociator/plugins/DetIdAssociatorESProducer.cc index 71e8bd2682b31..dcf170280ba9a 100644 --- a/TrackingTools/TrackAssociator/plugins/DetIdAssociatorESProducer.cc +++ b/TrackingTools/TrackAssociator/plugins/DetIdAssociatorESProducer.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Thu Oct 4 02:28:48 CEST 2007 -// $Id: DetIdAssociatorESProducer.cc,v 1.5 2011/04/21 10:49:56 innocent Exp $ +// $Id: DetIdAssociatorESProducer.cc,v 1.4 2009/09/06 16:34:57 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/EcalDetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/EcalDetIdAssociator.h index b380e507fd4e6..62631a68ef4c5 100644 --- a/TrackingTools/TrackAssociator/plugins/EcalDetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/EcalDetIdAssociator.h @@ -15,7 +15,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: EcalDetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ +// $Id: EcalDetIdAssociator.h,v 1.9 2010/02/18 14:35:48 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/HODetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/HODetIdAssociator.h index 9041ebcfcb06a..1a63557978ba4 100644 --- a/TrackingTools/TrackAssociator/plugins/HODetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/HODetIdAssociator.h @@ -15,7 +15,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: HODetIdAssociator.h,v 1.2 2011/04/21 10:49:56 innocent Exp $ +// $Id: HODetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/HcalDetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/HcalDetIdAssociator.h index 223bb00a75903..339ccfacc408c 100644 --- a/TrackingTools/TrackAssociator/plugins/HcalDetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/HcalDetIdAssociator.h @@ -15,7 +15,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: HcalDetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ +// $Id: HcalDetIdAssociator.h,v 1.4 2010/02/18 14:35:48 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.cc b/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.cc index f6b9c6b03fb60..5ca6cf1874769 100644 --- a/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.cc +++ b/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.cc @@ -13,7 +13,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: MuonDetIdAssociator.cc,v 1.3 2011/10/02 21:20:05 dmytro Exp $ +// $Id: MuonDetIdAssociator.cc,v 1.2 2011/06/15 12:12:54 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.h index e8245c91dcbe5..77c03ba2f784a 100644 --- a/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/MuonDetIdAssociator.h @@ -15,7 +15,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: MuonDetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ +// $Id: MuonDetIdAssociator.h,v 1.10 2010/02/18 14:35:48 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/plugins/PreshowerDetIdAssociator.h b/TrackingTools/TrackAssociator/plugins/PreshowerDetIdAssociator.h index 88e701449f68f..f2cf798ada6da 100644 --- a/TrackingTools/TrackAssociator/plugins/PreshowerDetIdAssociator.h +++ b/TrackingTools/TrackAssociator/plugins/PreshowerDetIdAssociator.h @@ -14,7 +14,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: PreshowerDetIdAssociator.h,v 1.2 2011/04/21 10:49:56 innocent Exp $ +// $Id: PreshowerDetIdAssociator.h,v 1.1 2011/04/07 09:12:02 innocent Exp $ // // diff --git a/TrackingTools/TrackAssociator/src/CachedTrajectory.cc b/TrackingTools/TrackAssociator/src/CachedTrajectory.cc index 198172e08f4a3..2f95477ddf5cc 100644 --- a/TrackingTools/TrackAssociator/src/CachedTrajectory.cc +++ b/TrackingTools/TrackAssociator/src/CachedTrajectory.cc @@ -3,7 +3,7 @@ // Package: TrackAssociator // Class: CachedTrajectory // -// $Id: CachedTrajectory.cc,v 1.31 2012/12/25 16:07:26 innocent Exp $ +// $Id: CachedTrajectory.cc,v 1.30 2012/03/10 21:40:27 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/src/DetIdAssociator.cc b/TrackingTools/TrackAssociator/src/DetIdAssociator.cc index e165d6104ba98..b989c3d9621bf 100644 --- a/TrackingTools/TrackAssociator/src/DetIdAssociator.cc +++ b/TrackingTools/TrackAssociator/src/DetIdAssociator.cc @@ -13,7 +13,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: DetIdAssociator.cc,v 1.27 2012/12/06 16:48:09 eulisse Exp $ +// $Id: DetIdAssociator.cc,v 1.26 2011/04/07 09:18:47 innocent Exp $ // // diff --git a/TrackingTools/TrackAssociator/src/FiducialVolume.cc b/TrackingTools/TrackAssociator/src/FiducialVolume.cc index b8ffe9919b55f..cd1bb856d308d 100644 --- a/TrackingTools/TrackAssociator/src/FiducialVolume.cc +++ b/TrackingTools/TrackAssociator/src/FiducialVolume.cc @@ -10,7 +10,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: FiducialVolume.cc,v 1.2 2007/06/06 22:27:16 dmytro Exp $ +// $Id: FiducialVolume.cc,v 1.1 2007/03/26 05:29:23 dmytro Exp $ // // #include "TrackingTools/TrackAssociator/interface/FiducialVolume.h" diff --git a/TrackingTools/TrackAssociator/src/TrackAssociatorParameters.cc b/TrackingTools/TrackAssociator/src/TrackAssociatorParameters.cc index c8f7a09d7329b..d0a4fd5694f89 100644 --- a/TrackingTools/TrackAssociator/src/TrackAssociatorParameters.cc +++ b/TrackingTools/TrackAssociator/src/TrackAssociatorParameters.cc @@ -10,7 +10,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: TrackAssociatorParameters.cc,v 1.7 2009/09/06 16:32:06 dmytro Exp $ +// $Id: TrackAssociatorParameters.cc,v 1.6.2.1 2009/07/01 04:35:27 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc b/TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc index c9e039a88208b..dae3e2f87f0bf 100644 --- a/TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc +++ b/TrackingTools/TrackAssociator/src/TrackDetectorAssociator.cc @@ -13,7 +13,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: TrackDetectorAssociator.cc,v 1.51 2012/09/20 15:06:07 wdd Exp $ +// $Id: TrackDetectorAssociator.cc,v 1.50 2011/12/22 18:45:08 innocent Exp $ // // diff --git a/TrackingTools/TrackAssociator/test/CaloMatchingExample.cc b/TrackingTools/TrackAssociator/test/CaloMatchingExample.cc index 5c7ba6d31ed8f..d4837fd64b4cf 100644 --- a/TrackingTools/TrackAssociator/test/CaloMatchingExample.cc +++ b/TrackingTools/TrackAssociator/test/CaloMatchingExample.cc @@ -11,7 +11,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: CaloMatchingExample.cc,v 1.11 2009/05/26 08:33:05 fabiocos Exp $ +// $Id: CaloMatchingExample.cc,v 1.10 2008/08/07 01:49:37 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/test/TestTrackAssociator.cc b/TrackingTools/TrackAssociator/test/TestTrackAssociator.cc index 38def89feae2a..2beaa2b49876c 100644 --- a/TrackingTools/TrackAssociator/test/TestTrackAssociator.cc +++ b/TrackingTools/TrackAssociator/test/TestTrackAssociator.cc @@ -13,7 +13,7 @@ // // Original Author: Dmytro Kovalskyi // Created: Fri Apr 21 10:59:41 PDT 2006 -// $Id: TestTrackAssociator.cc,v 1.23 2009/09/06 16:39:12 dmytro Exp $ +// $Id: TestTrackAssociator.cc,v 1.22.2.1 2009/07/01 10:04:17 dmytro Exp $ // // diff --git a/TrackingTools/TrackAssociator/test/TrivialExample.cc b/TrackingTools/TrackAssociator/test/TrivialExample.cc index 19c7154d53d7d..a304828dc215f 100644 --- a/TrackingTools/TrackAssociator/test/TrivialExample.cc +++ b/TrackingTools/TrackAssociator/test/TrivialExample.cc @@ -10,7 +10,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: TrivialExample.cc,v 1.1 2007/04/28 21:31:43 dmytro Exp $ +// $Id: TrivialExample.cc,v 1.6 2007/04/13 03:09:28 dmytro Exp $ #include "FWCore/Framework/interface/EDAnalyzer.h" #include "FWCore/Framework/interface/Event.h" diff --git a/TrackingTools/TrackAssociator/tools/classdiagram b/TrackingTools/TrackAssociator/tools/classdiagram index cd6c565220438..a2e6a529aa820 100755 --- a/TrackingTools/TrackAssociator/tools/classdiagram +++ b/TrackingTools/TrackAssociator/tools/classdiagram @@ -2,7 +2,7 @@ ################################################################# # # File and Version Information: -# $Id: classdiagram,v 1.2 2006/12/19 00:56:26 dmytro Exp $ +# $Id: classdiagram,v 1.1 2006/11/13 07:59:20 dmytro Exp $ # # Environment: # Software developed for the CMS Detector at CERN LHC diff --git a/TrackingTools/TrackFitters/interface/FlexibleKFFittingSmoother.h b/TrackingTools/TrackFitters/interface/FlexibleKFFittingSmoother.h index 32acc58d86551..24f914bd9e7af 100644 --- a/TrackingTools/TrackFitters/interface/FlexibleKFFittingSmoother.h +++ b/TrackingTools/TrackFitters/interface/FlexibleKFFittingSmoother.h @@ -4,8 +4,8 @@ /** \class FlexibleKFFittingSmoother * Combine different FittingSmoother in a single module * - * $Date: 2012/09/01 11:08:33 $ - * $Revision: 1.2 $ + * $Date: 2012/03/06 16:35:56 $ + * $Revision: 1.1 $ * \author mangano */ diff --git a/TrackingTools/TrackFitters/interface/KFFittingSmoother.h b/TrackingTools/TrackFitters/interface/KFFittingSmoother.h index ba532b4f8d307..bcecb1ce027f7 100644 --- a/TrackingTools/TrackFitters/interface/KFFittingSmoother.h +++ b/TrackingTools/TrackFitters/interface/KFFittingSmoother.h @@ -6,8 +6,8 @@ * This is necessary e.g. when the seed introduced a bias (by using * a beam contraint etc.). Ported from ORCA * - * $Date: 2012/09/14 12:39:32 $ - * $Revision: 1.18 $ + * $Date: 2012/09/01 11:08:33 $ + * $Revision: 1.17 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/KFSplittingFitter.h b/TrackingTools/TrackFitters/interface/KFSplittingFitter.h index 1ccf0ad3f0171..900b7766b119e 100644 --- a/TrackingTools/TrackFitters/interface/KFSplittingFitter.h +++ b/TrackingTools/TrackFitters/interface/KFSplittingFitter.h @@ -5,8 +5,8 @@ * A Kalman track fit that splits matched RecHits into individual * components before fitting them. Ported from ORCA * - * $Date: 2012/09/01 11:08:33 $ - * $Revision: 1.7 $ + * $Date: 2007/05/09 14:17:57 $ + * $Revision: 1.6 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/KFTrajectoryFitter.h b/TrackingTools/TrackFitters/interface/KFTrajectoryFitter.h index be422be4f9478..788b004f591b0 100644 --- a/TrackingTools/TrackFitters/interface/KFTrajectoryFitter.h +++ b/TrackingTools/TrackFitters/interface/KFTrajectoryFitter.h @@ -4,8 +4,8 @@ /** \class KFTrajectoryFitter * A Standard Kalman fit. Ported from ORCA * - * $Date: 2012/09/01 11:08:33 $ - * $Revision: 1.15 $ + * $Date: 2012/05/29 08:23:57 $ + * $Revision: 1.14 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h b/TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h index b34a3371dc68d..21579f0efeab8 100644 --- a/TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h +++ b/TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h @@ -5,8 +5,8 @@ * A Standard Kalman smoother. The forward fit is not redone, * only the backward smoothing. Ported from ORCA * - * $Date: 2012/09/01 11:08:33 $ - * $Revision: 1.10 $ + * $Date: 2012/05/29 08:23:57 $ + * $Revision: 1.9 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/RecHitLessByDet.h b/TrackingTools/TrackFitters/interface/RecHitLessByDet.h index 7a3f2cb22e9a4..1e764e1afb578 100644 --- a/TrackingTools/TrackFitters/interface/RecHitLessByDet.h +++ b/TrackingTools/TrackFitters/interface/RecHitLessByDet.h @@ -7,8 +7,8 @@ * would be seen by an outgoing (or an incoming) track. * Only meaningful for RecHits from the same trajectory. Ported from ORCA * - * $Date: 2007/07/18 22:16:06 $ - * $Revision: 1.7 $ + * $Date: 2007/07/16 10:15:53 $ + * $Revision: 1.6 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/RecHitSorter.h b/TrackingTools/TrackFitters/interface/RecHitSorter.h index 7be82635131b3..2fdc2efc67da0 100644 --- a/TrackingTools/TrackFitters/interface/RecHitSorter.h +++ b/TrackingTools/TrackFitters/interface/RecHitSorter.h @@ -4,8 +4,8 @@ /** \class RecHitSorter * Sorts the RecHits along the PropagationDirection. Ported from ORCA * - * $Date: 2007/05/09 14:17:57 $ - * $Revision: 1.5 $ + * $Date: 2007/05/09 12:56:07 $ + * $Revision: 1.4.2.1 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/RecHitSplitter.h b/TrackingTools/TrackFitters/interface/RecHitSplitter.h index 3f39c15f046f3..fc139cb8c023c 100644 --- a/TrackingTools/TrackFitters/interface/RecHitSplitter.h +++ b/TrackingTools/TrackFitters/interface/RecHitSplitter.h @@ -5,8 +5,8 @@ * Splits the matcher RecHits from the input container and * returns a container that has only unmatched hits. Ported from ORCA * - * $Date: 2007/05/09 14:17:57 $ - * $Revision: 1.4 $ + * $Date: 2007/05/09 12:56:07 $ + * $Revision: 1.3.2.1 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h b/TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h index 07ecfbc9152c5..bf46b19594e8b 100644 --- a/TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h +++ b/TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h @@ -5,8 +5,8 @@ * Combines the information from two trajectory states via a weighted mean. * The input states should not be correlated. Ported from ORCA * - * $Date: 2007/05/09 14:17:57 $ - * $Revision: 1.2 $ + * $Date: 2007/05/09 12:56:07 $ + * $Revision: 1.1.2.1 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/interface/TrajectoryStateWithArbitraryError.h b/TrackingTools/TrackFitters/interface/TrajectoryStateWithArbitraryError.h index b05a1c7a12c73..21f8a484d73d3 100644 --- a/TrackingTools/TrackFitters/interface/TrajectoryStateWithArbitraryError.h +++ b/TrackingTools/TrackFitters/interface/TrajectoryStateWithArbitraryError.h @@ -6,8 +6,8 @@ * but with "infinite" errors, i.e. errors so big that they don't * bias a fit starting with this state. Ported from ORCA * - * $Date: 2007/05/09 14:17:57 $ - * $Revision: 1.2 $ + * $Date: 2007/05/09 12:56:07 $ + * $Revision: 1.1.2.1 $ * \author todorov, cerati */ diff --git a/TrackingTools/TrackFitters/plugins/FlexibleKFFittingSmootherESProducer.h b/TrackingTools/TrackFitters/plugins/FlexibleKFFittingSmootherESProducer.h index a62df98d662ce..eca24bda0ed6d 100644 --- a/TrackingTools/TrackFitters/plugins/FlexibleKFFittingSmootherESProducer.h +++ b/TrackingTools/TrackFitters/plugins/FlexibleKFFittingSmootherESProducer.h @@ -4,7 +4,7 @@ /** \class FlexibleKFFittingSmootherESProducer * ESProducer for the FlexibleKFFittingSmoother * - * $Date: 2012/03/06 16:35:57 $ + * $Date: 2012/03/06$ * $Revision: 1.1 $ * \author mangano */ diff --git a/TrackingTools/TrackFitters/plugins/KFFittingSmootherESProducer.h b/TrackingTools/TrackFitters/plugins/KFFittingSmootherESProducer.h index 92b939092324a..21d385c81e7f5 100644 --- a/TrackingTools/TrackFitters/plugins/KFFittingSmootherESProducer.h +++ b/TrackingTools/TrackFitters/plugins/KFFittingSmootherESProducer.h @@ -4,8 +4,8 @@ /** \class KFFittingSmootherESProducer * ESProducer for the KFFittingSmoother * - * $Date: 2009/07/03 01:10:26 $ - * $Revision: 1.3 $ + * $Date: 2007/05/09 14:17:58 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/TrackingTools/TrackFitters/plugins/KFTrajectoryFitterESProducer.h b/TrackingTools/TrackFitters/plugins/KFTrajectoryFitterESProducer.h index efcbfea48dac7..f3400e77e8c57 100644 --- a/TrackingTools/TrackFitters/plugins/KFTrajectoryFitterESProducer.h +++ b/TrackingTools/TrackFitters/plugins/KFTrajectoryFitterESProducer.h @@ -4,8 +4,8 @@ /** \class KFTrajectoryFitterESProducer * ESProducer for the KFTrajectoryFitter. * - * $Date: 2009/07/03 01:10:26 $ - * $Revision: 1.3 $ + * $Date: 2007/05/09 14:17:58 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/TrackingTools/TrackFitters/plugins/KFTrajectorySmootherESProducer.h b/TrackingTools/TrackFitters/plugins/KFTrajectorySmootherESProducer.h index 85438c01f7561..c246d08e83037 100644 --- a/TrackingTools/TrackFitters/plugins/KFTrajectorySmootherESProducer.h +++ b/TrackingTools/TrackFitters/plugins/KFTrajectorySmootherESProducer.h @@ -4,8 +4,8 @@ /** \class KFTrajectorySmootherESProducer * ESProducer for the KFTrajectorySmoother. * - * $Date: 2009/07/03 01:10:26 $ - * $Revision: 1.3 $ + * $Date: 2007/05/09 14:17:58 $ + * $Revision: 1.2 $ * \author cerati */ diff --git a/TrackingTools/TrackRefitter/interface/RefitDirection.h b/TrackingTools/TrackRefitter/interface/RefitDirection.h index d02db3a0d764f..622740c8de458 100644 --- a/TrackingTools/TrackRefitter/interface/RefitDirection.h +++ b/TrackingTools/TrackRefitter/interface/RefitDirection.h @@ -4,8 +4,8 @@ /** \class RefitDirection * Help class in order to handle the different refit possibilities * - * $Date: 2008/11/04 14:46:37 $ - * $Revision: 1.2 $ + * $Date: 2008/11/03 18:38:19 $ + * $Revision: 1.1 $ * \author R. Bellan - INFN Torino */ diff --git a/TrackingTools/TrackRefitter/interface/SeedTransformer.h b/TrackingTools/TrackRefitter/interface/SeedTransformer.h index b76fcb8198679..d560329e019aa 100644 --- a/TrackingTools/TrackRefitter/interface/SeedTransformer.h +++ b/TrackingTools/TrackRefitter/interface/SeedTransformer.h @@ -6,8 +6,8 @@ * fits its RecHits and returns a vector of Trajectories. * If the fit fails, the returned vector is empty. * - * $Date: 2008/11/11 08:01:23 $ - * $Revision: 1.4 $ + * $Date: 2008/08/11 14:30:39 $ + * $Revision: 1.3 $ * \author D. Trocino - University and INFN Torino */ diff --git a/TrackingTools/TrackRefitter/interface/TrackTransformer.h b/TrackingTools/TrackRefitter/interface/TrackTransformer.h index 061259149c4fb..9d229bb1d8820 100644 --- a/TrackingTools/TrackRefitter/interface/TrackTransformer.h +++ b/TrackingTools/TrackRefitter/interface/TrackTransformer.h @@ -10,8 +10,8 @@ * pointers to the services, therefore EACH event the setServices(const edm::EventSetup&) * method MUST be called in the code in which the TrackTransformer is used. * - * $Date: 2013/05/28 17:59:53 $ - * $Revision: 1.16 $ + * $Date: 2009/08/03 13:39:07 $ + * $Revision: 1.15 $ * \author R. Bellan - INFN Torino */ diff --git a/TrackingTools/TrackRefitter/interface/TrackTransformerBase.h b/TrackingTools/TrackRefitter/interface/TrackTransformerBase.h index c87b97de02f7b..d59f50f828999 100644 --- a/TrackingTools/TrackRefitter/interface/TrackTransformerBase.h +++ b/TrackingTools/TrackRefitter/interface/TrackTransformerBase.h @@ -4,8 +4,8 @@ /** \class TrackTransformerBase * Base class for Track transformer classes * - * $Date: 2008/11/05 11:30:25 $ - * $Revision: 1.1 $ + * $Date: $ + * $Revision: $ * \author R. Bellan - CERN */ diff --git a/TrackingTools/TrackRefitter/interface/TrackTransformerForCosmicMuons.h b/TrackingTools/TrackRefitter/interface/TrackTransformerForCosmicMuons.h index e3402875b60d1..6722c94d48bef 100644 --- a/TrackingTools/TrackRefitter/interface/TrackTransformerForCosmicMuons.h +++ b/TrackingTools/TrackRefitter/interface/TrackTransformerForCosmicMuons.h @@ -15,7 +15,7 @@ * * * $Date: 2009/01/15 - * $Revision: 1.5 $ + * $Revision: 1.4 $ * \original author R. Bellan - CERN * modified for zed ordering by N. Kypreos - UF */ diff --git a/TrackingTools/TrackRefitter/interface/TrackTransformerForGlobalCosmicMuons.h b/TrackingTools/TrackRefitter/interface/TrackTransformerForGlobalCosmicMuons.h index 9be95f815cf74..acb526b5d21d3 100644 --- a/TrackingTools/TrackRefitter/interface/TrackTransformerForGlobalCosmicMuons.h +++ b/TrackingTools/TrackRefitter/interface/TrackTransformerForGlobalCosmicMuons.h @@ -10,8 +10,8 @@ * pointers to the services, therefore EACH event the setServices(const edm::EventSetup&) * method MUST be called in the code in which the TrackTransformer is used. * - * $Date: 2013/01/09 03:38:34 $ - * $Revision: 1.5 $ + * $Date: 2009/03/03 11:03:08 $ + * $Revision: 1.4 $ * \author R. Bellan - CERN */ diff --git a/TrackingTools/TrackRefitter/plugins/TracksToTrajectories.h b/TrackingTools/TrackRefitter/plugins/TracksToTrajectories.h index 7593a17e6d0ca..39d5dd81bc7d6 100644 --- a/TrackingTools/TrackRefitter/plugins/TracksToTrajectories.h +++ b/TrackingTools/TrackRefitter/plugins/TracksToTrajectories.h @@ -6,8 +6,8 @@ * strored in the reco::Tracks. The final result is a std::vector of Trajectories (objs of the type "Trajectory"), * which is loaded into the Event in a transient way * - * $Date: 2010/02/11 00:15:17 $ - * $Revision: 1.4 $ + * $Date: 2008/11/11 08:34:29 $ + * $Revision: 1.3 $ * \author R. Bellan - INFN Torino */ diff --git a/TrackingTools/TrackRefitter/src/SeedTransformer.cc b/TrackingTools/TrackRefitter/src/SeedTransformer.cc index 42f45a8059324..ea367212bd0dc 100644 --- a/TrackingTools/TrackRefitter/src/SeedTransformer.cc +++ b/TrackingTools/TrackRefitter/src/SeedTransformer.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2012/01/25 14:11:17 $ - * $Revision: 1.10 $ + * $Date: 2011/12/22 18:45:08 $ + * $Revision: 1.9 $ * \author D. Trocino - University and INFN Torino */ diff --git a/TrackingTools/TrackRefitter/test/TrackReader.h b/TrackingTools/TrackRefitter/test/TrackReader.h index ebc6a48f7b82c..a97361fb8cb88 100644 --- a/TrackingTools/TrackRefitter/test/TrackReader.h +++ b/TrackingTools/TrackRefitter/test/TrackReader.h @@ -4,8 +4,8 @@ /** \class TrackReader * No description available. * - * $Date: 2010/02/11 00:15:18 $ - * $Revision: 1.3 $ + * $Date: 2009/10/31 05:19:46 $ + * $Revision: 1.2 $ * \author R. Bellan - INFN Torino */ // Base Class Headers diff --git a/TrackingTools/TrackRefitter/test/TrajectoryReader.h b/TrackingTools/TrackRefitter/test/TrajectoryReader.h index fb3075b4938df..ede33d964ee4e 100644 --- a/TrackingTools/TrackRefitter/test/TrajectoryReader.h +++ b/TrackingTools/TrackRefitter/test/TrajectoryReader.h @@ -4,8 +4,8 @@ /** \class TrajectoryReader * No description available. * - * $Date: 2010/02/11 00:15:19 $ - * $Revision: 1.5 $ + * $Date: 2009/10/31 05:19:46 $ + * $Revision: 1.4 $ * \author R. Bellan - INFN Torino */ // Base Class Headers diff --git a/TrackingTools/TrajectoryCleaning/test/TrajectoryCleanerAnalyzer.cc b/TrackingTools/TrajectoryCleaning/test/TrajectoryCleanerAnalyzer.cc index fd3ee28d77a68..6107831874b96 100644 --- a/TrackingTools/TrajectoryCleaning/test/TrajectoryCleanerAnalyzer.cc +++ b/TrackingTools/TrajectoryCleaning/test/TrajectoryCleanerAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Fri Oct 12 03:46:09 CEST 2007 -// $Id: TrajectoryCleanerAnalyzer.cc,v 1.3 2010/10/03 17:28:59 elmer Exp $ +// $Id: TrajectoryCleanerAnalyzer.cc,v 1.2 2009/12/14 22:24:27 wmtan Exp $ // // diff --git a/TrackingTools/TrajectoryFiltering/test/TrajectoryFilterAnalyzer.cc b/TrackingTools/TrajectoryFiltering/test/TrajectoryFilterAnalyzer.cc index 90b8935c1222c..4a7fd85fe6071 100644 --- a/TrackingTools/TrajectoryFiltering/test/TrajectoryFilterAnalyzer.cc +++ b/TrackingTools/TrajectoryFiltering/test/TrajectoryFilterAnalyzer.cc @@ -13,7 +13,7 @@ // // Original Author: Jean-Roch Vlimant // Created: Thu Oct 4 21:42:40 CEST 2007 -// $Id: TrajectoryFilterAnalyzer.cc,v 1.3 2010/10/03 17:30:57 elmer Exp $ +// $Id: TrajectoryFilterAnalyzer.cc,v 1.2 2009/12/14 22:24:29 wmtan Exp $ // // diff --git a/Utilities/BinningTools/interface/BaseBinFinder.h b/Utilities/BinningTools/interface/BaseBinFinder.h index bddd0eb2e469f..a7269c24a985d 100644 --- a/Utilities/BinningTools/interface/BaseBinFinder.h +++ b/Utilities/BinningTools/interface/BaseBinFinder.h @@ -4,7 +4,7 @@ /** \class BaseBinFinder * Abstract interface for a bin finder. * - * $Date: 2005/09/21 10:16:30 $ + * $Date: 2004/05/26 13:37:27 $ * $Revision: 1.1 $ * \author N. Amapane - INFN Torino */ diff --git a/Utilities/General/interface/precomputed_value_sort.h b/Utilities/General/interface/precomputed_value_sort.h index 69be0b5a8c257..7fa5ecd1b1ab3 100644 --- a/Utilities/General/interface/precomputed_value_sort.h +++ b/Utilities/General/interface/precomputed_value_sort.h @@ -8,8 +8,8 @@ * values used in the sorting using an Extractor, so that the computation * is performed only once per element. * - * $Date: 2006/10/23 09:53:54 $ - * $Revision: 1.2 $ + * $Date: 2005/09/21 10:18:42 $ + * $Revision: 1.1 $ */ #include diff --git a/Utilities/RelMon/python/authentication.py b/Utilities/RelMon/python/authentication.py index e84e1f588e402..6ff72fc28ec35 100644 --- a/Utilities/RelMon/python/authentication.py +++ b/Utilities/RelMon/python/authentication.py @@ -6,8 +6,8 @@ # Marco Rovere and Luca Malgeri. # # $Author: dpiparo $ -# $Date: 2012/06/12 12:25:27 $ -# $Revision: 1.1 $ +# $Date: 2011/04/08 14:12:45 $ +# $Revision: 1.3 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/python/definitions.py b/Utilities/RelMon/python/definitions.py index 35b5f0e059acc..a6b58971826bb 100644 --- a/Utilities/RelMon/python/definitions.py +++ b/Utilities/RelMon/python/definitions.py @@ -3,8 +3,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: anorkus $ -# $Date: 2013/03/07 11:49:13 $ -# $Revision: 1.3 $ +# $Date: 2012/11/21 15:22:13 $ +# $Revision: 1.2 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/python/directories2html.py b/Utilities/RelMon/python/directories2html.py index b697ca3f605e2..fc43e56e749cc 100644 --- a/Utilities/RelMon/python/directories2html.py +++ b/Utilities/RelMon/python/directories2html.py @@ -3,8 +3,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: anorkus $ -# $Date: 2013/03/07 11:46:56 $ -# $Revision: 1.6 $ +# $Date: 2012/11/21 15:22:14 $ +# $Revision: 1.5 $ # # diff --git a/Utilities/RelMon/python/dirstructure.py b/Utilities/RelMon/python/dirstructure.py index 837c5280276c9..0eb8645f39b7a 100644 --- a/Utilities/RelMon/python/dirstructure.py +++ b/Utilities/RelMon/python/dirstructure.py @@ -2,9 +2,9 @@ # RelMon: a tool for automatic Release Comparison # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # -# $Author: anorkus $ -# $Date: 2012/11/21 15:22:14 $ -# $Revision: 1.3 $ +# $Author: dpiparo $ +# $Date: 2012/07/03 05:38:00 $ +# $Revision: 1.2 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/python/dqm_interfaces.py b/Utilities/RelMon/python/dqm_interfaces.py index 2d30160a63fda..6f2340dfec91c 100644 --- a/Utilities/RelMon/python/dqm_interfaces.py +++ b/Utilities/RelMon/python/dqm_interfaces.py @@ -2,9 +2,9 @@ # RelMon: a tool for automatic Release Comparison # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # -# $Author: dpiparo $ -# $Date: 2013/03/06 09:50:18 $ -# $Revision: 1.6 $ +# $Author: anorkus $ +# $Date: 2012/11/21 15:22:14 $ +# $Revision: 1.5 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/python/utils.py b/Utilities/RelMon/python/utils.py index 80e2fc7002084..1f1a6aee883b7 100644 --- a/Utilities/RelMon/python/utils.py +++ b/Utilities/RelMon/python/utils.py @@ -3,8 +3,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: anorkus $ -# $Date: 2013/03/18 14:29:46 $ -# $Revision: 1.13 $ +# $Date: 2012/10/23 15:10:13 $ +# $Revision: 1.12 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/ValidationMatrix.py b/Utilities/RelMon/scripts/ValidationMatrix.py index 4201750e1b87b..f1799c019d722 100755 --- a/Utilities/RelMon/scripts/ValidationMatrix.py +++ b/Utilities/RelMon/scripts/ValidationMatrix.py @@ -4,8 +4,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: anorkus $ -# $Date: 2012/10/25 16:10:22 $ -# $Revision: 1.8 $ +# $Date: 2012/10/23 15:10:14 $ +# $Revision: 1.7 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/compare_using_db.py b/Utilities/RelMon/scripts/compare_using_db.py index dcd6a9cedba97..15177a5a53f3a 100755 --- a/Utilities/RelMon/scripts/compare_using_db.py +++ b/Utilities/RelMon/scripts/compare_using_db.py @@ -4,8 +4,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: dpiparo $ -# $Date: 2012/06/13 07:25:01 $ -# $Revision: 1.2 $ +# $Date: 2012/06/12 12:25:27 $ +# $Revision: 1.1 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/compare_using_files.py b/Utilities/RelMon/scripts/compare_using_files.py index 3cce9817aba2f..26629a0c959ac 100755 --- a/Utilities/RelMon/scripts/compare_using_files.py +++ b/Utilities/RelMon/scripts/compare_using_files.py @@ -3,8 +3,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: anorkus $ -# $Date: 2012/10/25 16:10:22 $ -# $Revision: 1.6 $ +# $Date: 2012/10/23 15:10:14 $ +# $Revision: 1.5 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/dir2webdir.py b/Utilities/RelMon/scripts/dir2webdir.py index 418bc00b08002..48a2e47083996 100755 --- a/Utilities/RelMon/scripts/dir2webdir.py +++ b/Utilities/RelMon/scripts/dir2webdir.py @@ -4,8 +4,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: dpiparo $ -# $Date: 2012/06/12 12:25:27 $ -# $Revision: 1.1 $ +# $Date: 2011/07/14 11:11:03 $ +# $Revision: 1.5 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/fetchall_from_DQM.py b/Utilities/RelMon/scripts/fetchall_from_DQM.py index 4d579be5f9065..91636f3358ac1 100755 --- a/Utilities/RelMon/scripts/fetchall_from_DQM.py +++ b/Utilities/RelMon/scripts/fetchall_from_DQM.py @@ -3,9 +3,9 @@ # RelMon: a tool for automatic Release Comparison # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # -# $Author: agimbuta $ -# $Date: 2012/07/10 14:19:02 $ -# $Revision: 1.2 $ +# $Author: dpiparo $ +# $Date: 2012/06/12 12:25:28 $ +# $Revision: 1.1 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/relmon_authenticated_wget.py b/Utilities/RelMon/scripts/relmon_authenticated_wget.py index d7b0ad8bf206c..c200144910105 100755 --- a/Utilities/RelMon/scripts/relmon_authenticated_wget.py +++ b/Utilities/RelMon/scripts/relmon_authenticated_wget.py @@ -4,8 +4,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: dpiparo $ -# $Date: 2012/06/12 12:25:28 $ -# $Revision: 1.1 $ +# $Date: 2011/06/08 15:47:04 $ +# $Revision: 1.3 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/RelMon/scripts/relmon_rootfiles_spy.py b/Utilities/RelMon/scripts/relmon_rootfiles_spy.py index 8f2953cde86bd..938542cc5a647 100755 --- a/Utilities/RelMon/scripts/relmon_rootfiles_spy.py +++ b/Utilities/RelMon/scripts/relmon_rootfiles_spy.py @@ -4,8 +4,8 @@ # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon # # $Author: dpiparo $ -# $Date: 2012/07/03 05:20:05 $ -# $Revision: 1.2 $ +# $Date: 2012/06/12 12:25:28 $ +# $Revision: 1.1 $ # # # Danilo Piparo CERN - danilo.piparo@cern.ch diff --git a/Utilities/ReleaseScripts/data/cms-valgrind-memcheck.supp b/Utilities/ReleaseScripts/data/cms-valgrind-memcheck.supp index 044ac2723b7df..daeed9f219f8d 100644 --- a/Utilities/ReleaseScripts/data/cms-valgrind-memcheck.supp +++ b/Utilities/ReleaseScripts/data/cms-valgrind-memcheck.supp @@ -1,6 +1,6 @@ ############################################################################# # -# $Id: cms-valgrind-memcheck.supp,v 1.10 2012/03/20 09:28:40 eulisse Exp $ +# $Id: cms-valgrind-memcheck.supp,v 1.8 2012/02/08 08:08:16 eulisse Exp $ # # Valgrind memcheck suppression file for CMS. This is meant primarily for # suppressing problems reported for external packages which are known to diff --git a/Utilities/ReleaseScripts/ignominy/ignominy b/Utilities/ReleaseScripts/ignominy/ignominy index 8f0900606747f..c463184889aab 100755 --- a/Utilities/ReleaseScripts/ignominy/ignominy +++ b/Utilities/ReleaseScripts/ignominy/ignominy @@ -1008,13 +1008,18 @@ sub convert_binary_symbol_deps { && $sym =~ /$_->[1]/, @symno)); if (defined $symbols{$sym}) { + my @syms_def=(); + foreach my $l (@{$symbols{$sym}->{DEFS}}){ + if (exists $binaries{$binary}->{DYNAMIC_DEPS}{$l}){push @syms_def,$l;} + } + if (scalar(@syms_def)==0){push @syms_def,@{$symbols{$sym}->{DEFS}};} print STDERR ("$binary: $sym: resolved from ", - join(", ", @{$symbols{$sym}->{DEFS}}), + join(", ", @syms_def), "\n") if $verbose; map { $binaries{$binary}->{SYMBOL_DEPS}->{$_} = 1 } - @{$symbols{$sym}->{DEFS}}; + @syms_def; } elsif ($weak{$sym}) { # ignore weak symbols, we never want them # print STDERR ("$binary: $sym: resolved weakly from ", diff --git a/Utilities/ReleaseScripts/scripts/BootNightlyArea.pl b/Utilities/ReleaseScripts/scripts/BootNightlyArea.pl index f936f59a9333a..22170f1b4c9f0 100755 --- a/Utilities/ReleaseScripts/scripts/BootNightlyArea.pl +++ b/Utilities/ReleaseScripts/scripts/BootNightlyArea.pl @@ -5,7 +5,7 @@ # # Author: Shaun ASHBY # Update: 2005-10-27 14:25:38+0200 -# Revision: $Id: BootNightlyArea.pl,v 1.2 2013/05/24 10:33:16 muzaffar Exp $ +# Revision: $Id: BootNightlyArea.pl,v 1.1 2006/03/30 12:54:12 sashby Exp $ # # Copyright: 2005 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/CheckoutProjectSources.pl b/Utilities/ReleaseScripts/scripts/CheckoutProjectSources.pl index b91c78a49bf28..24201ea7510f6 100755 --- a/Utilities/ReleaseScripts/scripts/CheckoutProjectSources.pl +++ b/Utilities/ReleaseScripts/scripts/CheckoutProjectSources.pl @@ -6,7 +6,7 @@ # # Author: Shaun ASHBY # Update: 2005-10-28 12:12:08+0200 -# Revision: $Id: CheckoutProjectSources.pl,v 1.4 2009/02/06 08:05:48 andreasp Exp $ +# Revision: $Id: CheckoutProjectSources.pl,v 1.3 2006/03/30 12:54:12 sashby Exp $ # # Copyright: 2005 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/CreateCVSPackage.pl b/Utilities/ReleaseScripts/scripts/CreateCVSPackage.pl index 7dcccd28c4b7d..e6475ba007ff3 100755 --- a/Utilities/ReleaseScripts/scripts/CreateCVSPackage.pl +++ b/Utilities/ReleaseScripts/scripts/CreateCVSPackage.pl @@ -5,7 +5,7 @@ # # Author: Shaun ASHBY # Update: 2006-04-28 09:50:38+0200 -# Revision: $Id: CreateCVSPackage.pl,v 1.14 2010/02/24 15:51:33 andreasp Exp $ +# Revision: $Id: CreateCVSPackage.pl,v 1.13 2009/02/06 08:05:48 andreasp Exp $ # # Copyright: 2006 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/InstallCMSSWFromSource.pl b/Utilities/ReleaseScripts/scripts/InstallCMSSWFromSource.pl index 3a6d2b2841647..9c8803106bdf1 100755 --- a/Utilities/ReleaseScripts/scripts/InstallCMSSWFromSource.pl +++ b/Utilities/ReleaseScripts/scripts/InstallCMSSWFromSource.pl @@ -5,7 +5,7 @@ # # Author: Shaun ASHBY # Update: 2006-04-26 17:51:03+0200 -# Revision: $Id: InstallCMSSWFromSource.pl,v 1.6 2009/02/06 08:05:48 andreasp Exp $ +# Revision: $Id: InstallCMSSWFromSource.pl,v 1.5 2006/05/02 16:04:02 sashby Exp $ # # Copyright: 2006 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/InstallFromSource.sh b/Utilities/ReleaseScripts/scripts/InstallFromSource.sh index bb2700b15c650..7795e08d33edb 100755 --- a/Utilities/ReleaseScripts/scripts/InstallFromSource.sh +++ b/Utilities/ReleaseScripts/scripts/InstallFromSource.sh @@ -3,7 +3,7 @@ # # Simple script to install CMSSW from sources in one go # -# Author $Id: InstallFromSource.sh,v 1.6 2009/02/06 08:05:48 andreasp Exp $ +# Author $Id: InstallFromSource.sh,v 1.5 2006/04/20 08:31:15 argiro Exp $ cmssw_release_area=/afs/cern.ch/cms/Releases/CMSSW diff --git a/Utilities/ReleaseScripts/scripts/MakeBuildSet b/Utilities/ReleaseScripts/scripts/MakeBuildSet index 56fcf1e2adf3a..37c89313764e9 100755 --- a/Utilities/ReleaseScripts/scripts/MakeBuildSet +++ b/Utilities/ReleaseScripts/scripts/MakeBuildSet @@ -7,8 +7,8 @@ MakeBuildSet - utilizes dependency discovery mechanism for Partial Releases. - products dependencies are now taken into consideration """ -__revision__ = "$Id: MakeBuildSet,v 1.9 2011/09/13 08:21:07 muzaffar Exp $" -__version__ = "$Revision: 1.9 $" +__revision__ = "$Id: MakeBuildSet,v 1.8 2009/07/02 16:39:24 muzaffar Exp $" +__version__ = "$Revision: 1.8 $" import os import sys diff --git a/Utilities/ReleaseScripts/scripts/PackageManagement.pl b/Utilities/ReleaseScripts/scripts/PackageManagement.pl index d9b097096b806..2221c734e0cf2 100755 --- a/Utilities/ReleaseScripts/scripts/PackageManagement.pl +++ b/Utilities/ReleaseScripts/scripts/PackageManagement.pl @@ -6,7 +6,7 @@ # Author: Shaun ASHBY # (Tagcollector interface taken from CmsTCPackageList.pl (author D.Lange)) # Update: 2006-04-10 16:15:32+0200 -# Revision: $Id: PackageManagement.pl,v 1.17 2013/01/24 14:16:44 muzaffar Exp $ +# Revision: $Id: PackageManagement.pl,v 1.16 2011/08/24 15:55:57 muzaffar Exp $ # # Copyright: 2006 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/ProjectCVSStatus.pl b/Utilities/ReleaseScripts/scripts/ProjectCVSStatus.pl index e52ba3997c2a9..dd71a93ce01b4 100755 --- a/Utilities/ReleaseScripts/scripts/ProjectCVSStatus.pl +++ b/Utilities/ReleaseScripts/scripts/ProjectCVSStatus.pl @@ -5,7 +5,7 @@ # # Author: Shaun ASHBY # Update: 2006-04-11 14:46:41+0200 -# Revision: $Id: ProjectCVSStatus.pl,v 1.6 2013/01/24 14:16:44 muzaffar Exp $ +# Revision: $Id: ProjectCVSStatus.pl,v 1.5 2009/02/14 17:12:37 andreasp Exp $ # # Copyright: 2006 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/addpkg b/Utilities/ReleaseScripts/scripts/addpkg index 484ae93458a68..4ce1099b4c7dd 100755 --- a/Utilities/ReleaseScripts/scripts/addpkg +++ b/Utilities/ReleaseScripts/scripts/addpkg @@ -3,7 +3,7 @@ # Created by: Shahram Rahatlou # University of Rome & INFN # 11 September 2006 -# $Id: addpkg,v 1.21 2012/12/12 15:37:02 muzaffar Exp $ +# $Id: addpkg,v 1.20 2010/04/12 08:18:33 muzaffar Exp $ # use strict; use warnings; diff --git a/Utilities/ReleaseScripts/scripts/checkdeps b/Utilities/ReleaseScripts/scripts/checkdeps index 45782273ed575..12eaf29ef6e1c 100755 --- a/Utilities/ReleaseScripts/scripts/checkdeps +++ b/Utilities/ReleaseScripts/scripts/checkdeps @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# $Id: checkdeps,v 1.16 2012/02/03 10:48:55 muzaffar Exp $ +# $Id: checkdeps,v 1.15 2011/07/01 08:27:50 muzaffar Exp $ # # Created by: David Lange # LLNL diff --git a/Utilities/ReleaseScripts/scripts/cmssmap b/Utilities/ReleaseScripts/scripts/cmssmap index 079af6a84ed78..2d5727b43452d 100755 --- a/Utilities/ReleaseScripts/scripts/cmssmap +++ b/Utilities/ReleaseScripts/scripts/cmssmap @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# $Id: cmssmap,v 1.2 2009/12/09 03:21:04 elmer Exp $ +# $Id: cmssmap,v 1.1 2008/07/13 14:39:26 elmer Exp $ # # Script to present, in a simpler format, the smap numbers for a given # from /proc//smaps. The script is run as: diff --git a/Utilities/ReleaseScripts/scripts/logfile_parser.pl b/Utilities/ReleaseScripts/scripts/logfile_parser.pl index 0cbc7f6b5d2de..a244468d55947 100755 --- a/Utilities/ReleaseScripts/scripts/logfile_parser.pl +++ b/Utilities/ReleaseScripts/scripts/logfile_parser.pl @@ -5,7 +5,7 @@ # # Author: Shaun ASHBY # Update: 2005-11-16 11:45:09+0100 -# Revision: $Id: logfile_parser.pl,v 1.3 2013/01/24 14:16:44 muzaffar Exp $ +# Revision: $Id: logfile_parser.pl,v 1.2 2007/07/30 19:08:01 dlange Exp $ # # Copyright: 2005 (C) Shaun ASHBY # diff --git a/Utilities/ReleaseScripts/scripts/showtags b/Utilities/ReleaseScripts/scripts/showtags index d545f94ee50ce..f39ba478aac7a 100755 --- a/Utilities/ReleaseScripts/scripts/showtags +++ b/Utilities/ReleaseScripts/scripts/showtags @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# $Id: showtags,v 1.12 2011/04/07 10:00:21 gowdy Exp $ +# $Id: showtags,v 1.11 2010/05/31 15:34:20 muzaffar Exp $ # # Created by: Shahram Rahatlou # University of Rome & INFN diff --git a/Utilities/ReleaseScripts/scripts/valgrindMemcheckGraph.pl b/Utilities/ReleaseScripts/scripts/valgrindMemcheckGraph.pl index bf02c0385fe7e..d9ce172bd8be3 100755 --- a/Utilities/ReleaseScripts/scripts/valgrindMemcheckGraph.pl +++ b/Utilities/ReleaseScripts/scripts/valgrindMemcheckGraph.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: valgrindMemcheckGraph.pl,v 1.5 2013/03/15 18:02:18 muzaffar Exp $ +# $Id: valgrindMemcheckGraph.pl,v 1.4 2013/01/29 08:29:58 muzaffar Exp $ # Created: June 2007 # Author: Gioivanni Petrucciani, INFN Pisa # diff --git a/Utilities/ReleaseScripts/scripts/valgrindMemcheckParser.pl b/Utilities/ReleaseScripts/scripts/valgrindMemcheckParser.pl index 512bccc5f38e8..053534244f966 100755 --- a/Utilities/ReleaseScripts/scripts/valgrindMemcheckParser.pl +++ b/Utilities/ReleaseScripts/scripts/valgrindMemcheckParser.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: valgrindMemcheckParser.pl,v 1.11 2013/03/15 18:02:18 muzaffar Exp $ +# $Id: valgrindMemcheckParser.pl,v 1.10 2013/01/29 08:29:58 muzaffar Exp $ # Created: June 2007 # Author: Giovanni Petrucciani, INFN Pisa # diff --git a/Utilities/Testing/interface/CppUnit_testdriver.icpp b/Utilities/Testing/interface/CppUnit_testdriver.icpp index fe4d86744fba3..610f95021abd9 100644 --- a/Utilities/Testing/interface/CppUnit_testdriver.icpp +++ b/Utilities/Testing/interface/CppUnit_testdriver.icpp @@ -12,7 +12,7 @@ * From the CppUnit cookbook * \note No Modication needed * -* \author $Id: CppUnit_testdriver.icpp,v 1.1 2006/03/24 14:03:33 argiro Exp $ +* \author $Id$ */ diff --git a/Utilities/Timing/interface/TimerStack.h b/Utilities/Timing/interface/TimerStack.h index 2a06471548a1f..74560c0381f21 100644 --- a/Utilities/Timing/interface/TimerStack.h +++ b/Utilities/Timing/interface/TimerStack.h @@ -10,7 +10,7 @@ */ // // Original Author: Dmytro Kovalskyi -// $Id: TimerStack.h,v 1.1 2007/04/10 06:42:57 dmytro Exp $ +// $Id: DetIdAssociator.h,v 1.10 2007/04/02 17:32:14 dmytro Exp $ #include "Utilities/Timing/interface/TimingReport.h" #include diff --git a/Validation/DTRecHits/interface/DTHitQualityUtils.h b/Validation/DTRecHits/interface/DTHitQualityUtils.h index 9b2635dedae86..97707dfd27cf4 100644 --- a/Validation/DTRecHits/interface/DTHitQualityUtils.h +++ b/Validation/DTRecHits/interface/DTHitQualityUtils.h @@ -6,8 +6,8 @@ * Define some basic tools and utilities for 1D DT Rec Hit and * 2D, 4D DT Segment analysis * - * $Date: 2007/10/25 12:00:46 $ - * $Revision: 1.1 $ + * $Date: 2007/03/12 00:53:39 $ + * $Revision: 1.3 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DT2DSegmentClients.h b/Validation/DTRecHits/plugins/DT2DSegmentClients.h index e607b5c790641..3344ba7a7c635 100644 --- a/Validation/DTRecHits/plugins/DT2DSegmentClients.h +++ b/Validation/DTRecHits/plugins/DT2DSegmentClients.h @@ -5,8 +5,8 @@ * * * DQM Client to check the data integrity * - * $Date: 2009/11/04 13:36:39 $ - * $Revision: 1.2 $ + * $Date: 2009/11/03 14:01:29 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN TO * */ diff --git a/Validation/DTRecHits/plugins/DT4DSegmentClients.h b/Validation/DTRecHits/plugins/DT4DSegmentClients.h index 86d047a0d4758..5418743fe50f3 100644 --- a/Validation/DTRecHits/plugins/DT4DSegmentClients.h +++ b/Validation/DTRecHits/plugins/DT4DSegmentClients.h @@ -5,8 +5,8 @@ * * * DQM Client to check the data integrity * - * $Date: 2009/11/04 13:54:14 $ - * $Revision: 1.3 $ + * $Date: 2009/11/03 14:01:42 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN TO * */ diff --git a/Validation/DTRecHits/plugins/DTRecHitClients.h b/Validation/DTRecHits/plugins/DTRecHitClients.h index 11966262fdebe..9ad08215f5a42 100644 --- a/Validation/DTRecHits/plugins/DTRecHitClients.h +++ b/Validation/DTRecHits/plugins/DTRecHitClients.h @@ -5,8 +5,8 @@ * * * DQM Client to check the data integrity * - * $Date: 2009/11/04 13:54:28 $ - * $Revision: 1.3 $ + * $Date: 2009/11/03 10:45:41 $ + * $Revision: 1.1 $ * \author S. Bolognesi - INFN TO * */ diff --git a/Validation/DTRecHits/plugins/DTRecHitQuality.cc b/Validation/DTRecHits/plugins/DTRecHitQuality.cc index 6e40efc3dae76..e2479e8f80eb7 100644 --- a/Validation/DTRecHits/plugins/DTRecHitQuality.cc +++ b/Validation/DTRecHits/plugins/DTRecHitQuality.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2010/09/17 10:58:56 $ - * $Revision: 1.16 $ + * $Date: 2010/09/17 07:48:11 $ + * $Revision: 1.15 $ * \author G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTRecHitQuality.h b/Validation/DTRecHits/plugins/DTRecHitQuality.h index f820f0f4a6b93..2c4f65f8280dc 100644 --- a/Validation/DTRecHits/plugins/DTRecHitQuality.h +++ b/Validation/DTRecHits/plugins/DTRecHitQuality.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses 1D DTRecHits * and plot resolution comparing reconstructed and simulated quantities * - * $Date: 2010/09/17 07:48:11 $ - * $Revision: 1.10 $ + * $Date: 2010/09/13 09:49:18 $ + * $Revision: 1.9 $ * \author G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment2DQuality.cc b/Validation/DTRecHits/plugins/DTSegment2DQuality.cc index 000eac1855960..2c2e7b17a41e3 100644 --- a/Validation/DTRecHits/plugins/DTSegment2DQuality.cc +++ b/Validation/DTRecHits/plugins/DTSegment2DQuality.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/11/04 17:22:32 $ - * $Revision: 1.8 $ + * $Date: 2009/07/03 16:44:46 $ + * $Revision: 1.7 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment2DQuality.h b/Validation/DTRecHits/plugins/DTSegment2DQuality.h index 2becf84994b25..4383e917dd1a6 100644 --- a/Validation/DTRecHits/plugins/DTSegment2DQuality.h +++ b/Validation/DTRecHits/plugins/DTSegment2DQuality.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses 2D DTSegments * and plot resolution comparing reconstructed and simulated quantities * - * $Date: 2010/09/13 09:49:18 $ - * $Revision: 1.4 $ + * $Date: 2009/06/19 12:03:10 $ + * $Revision: 1.3 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.cc b/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.cc index 07c2d44afbe03..1662ab93ef915 100644 --- a/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.cc +++ b/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/11/04 17:22:32 $ - * $Revision: 1.10 $ + * $Date: 2009/11/04 13:54:51 $ + * $Revision: 1.9 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.h b/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.h index 7b74203afecda..114666dd41711 100644 --- a/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.h +++ b/Validation/DTRecHits/plugins/DTSegment2DSLPhiQuality.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses 2D DTSegments reconstructed with both SL Phi * and plot resolution comparing reconstructed and simulated quantities * - * $Date: 2010/09/13 09:49:18 $ - * $Revision: 1.7 $ + * $Date: 2009/11/04 17:25:17 $ + * $Revision: 1.6 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment4DQuality.cc b/Validation/DTRecHits/plugins/DTSegment4DQuality.cc index 0e030973ccd65..274cbcc6373f3 100644 --- a/Validation/DTRecHits/plugins/DTSegment4DQuality.cc +++ b/Validation/DTRecHits/plugins/DTSegment4DQuality.cc @@ -1,8 +1,8 @@ /* * See header file for a description of this class. * - * $Date: 2009/11/04 17:22:32 $ - * $Revision: 1.9 $ + * $Date: 2009/11/04 13:55:03 $ + * $Revision: 1.8 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/DTSegment4DQuality.h b/Validation/DTRecHits/plugins/DTSegment4DQuality.h index 2f4e33e1df923..a44ff01ac3001 100644 --- a/Validation/DTRecHits/plugins/DTSegment4DQuality.h +++ b/Validation/DTRecHits/plugins/DTSegment4DQuality.h @@ -5,8 +5,8 @@ * Basic analyzer class which accesses 4D DTSegments * and plot resolution comparing reconstructed and simulated quantities * - * $Date: 2010/09/13 09:49:18 $ - * $Revision: 1.7 $ + * $Date: 2009/11/04 17:25:17 $ + * $Revision: 1.6 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/plugins/Histograms.h b/Validation/DTRecHits/plugins/Histograms.h index e419ed8f5c7a1..42696036c6c51 100644 --- a/Validation/DTRecHits/plugins/Histograms.h +++ b/Validation/DTRecHits/plugins/Histograms.h @@ -5,8 +5,8 @@ /** \class Histograms * Collection of histograms for DT RecHit and Segment test. * - * $Date: 2011/04/18 15:58:30 $ - * $Revision: 1.13 $ + * $Date: 2010/09/17 07:48:11 $ + * $Revision: 1.12 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ #include "DQMServices/Core/interface/DQMStore.h" diff --git a/Validation/DTRecHits/src/DTHitQualityUtils.cc b/Validation/DTRecHits/src/DTHitQualityUtils.cc index eee353e51705f..8a69a39a98ace 100644 --- a/Validation/DTRecHits/src/DTHitQualityUtils.cc +++ b/Validation/DTRecHits/src/DTHitQualityUtils.cc @@ -2,8 +2,8 @@ /* * See header file for a description of this class. * - * $Date: 2008/12/03 12:17:41 $ - * $Revision: 1.7 $ + * $Date: 2008/10/21 10:52:20 $ + * $Revision: 1.6 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/DTRecHits/test/Histograms.h b/Validation/DTRecHits/test/Histograms.h index bb70ed1f44f50..bf106b8de085f 100644 --- a/Validation/DTRecHits/test/Histograms.h +++ b/Validation/DTRecHits/test/Histograms.h @@ -4,8 +4,8 @@ /** \class Histograms * Collection of histograms for DT RecHit and Segment test. * - * $Date: 2010/09/17 10:58:41 $ - * $Revision: 1.7 $ + * $Date: 2010/09/17 07:47:43 $ + * $Revision: 1.6 $ * \author S. Bolognesi and G. Cerminara - INFN Torino */ diff --git a/Validation/EcalClusters/interface/EgammaBasicClusters.h b/Validation/EcalClusters/interface/EgammaBasicClusters.h index 9b931b97f6b59..09c908759cc6d 100644 --- a/Validation/EcalClusters/interface/EgammaBasicClusters.h +++ b/Validation/EcalClusters/interface/EgammaBasicClusters.h @@ -9,7 +9,7 @@ \\\author: Michael A. Balazs, Nov 2006 */ // -// $Id: EgammaBasicClusters.h,v 1.8 2009/12/14 22:24:32 wmtan Exp $ +// $Id: EgammaBasicClusters.h,v 1.7 2009/05/06 07:19:09 benigno Exp $ // #include diff --git a/Validation/EcalClusters/interface/EgammaSuperClusters.h b/Validation/EcalClusters/interface/EgammaSuperClusters.h index 4571ccf518e7a..88969cc6171c6 100644 --- a/Validation/EcalClusters/interface/EgammaSuperClusters.h +++ b/Validation/EcalClusters/interface/EgammaSuperClusters.h @@ -9,7 +9,7 @@ \\\author: Michael A. Balazs, Nov 2006 */ // -// $Id: EgammaSuperClusters.h,v 1.13 2009/12/14 22:24:33 wmtan Exp $ +// $Id: EgammaSuperClusters.h,v 1.12 2009/05/06 07:19:09 benigno Exp $ // #include diff --git a/Validation/EcalClusters/interface/EnergyScaleAnalyzer.h b/Validation/EcalClusters/interface/EnergyScaleAnalyzer.h index 41ca049639d5e..507e4104b67f2 100644 --- a/Validation/EcalClusters/interface/EnergyScaleAnalyzer.h +++ b/Validation/EcalClusters/interface/EnergyScaleAnalyzer.h @@ -8,7 +8,7 @@ \\\author: Keti Kaadze, June 2007 */ // -// $Id: EnergyScaleAnalyzer.h,v 1.5 2009/12/14 22:24:33 wmtan Exp $ +// $Id: EnergyScaleAnalyzer.h,v 1.4 2009/03/27 23:20:15 ferriff Exp $ // diff --git a/Validation/EcalClusters/python/egammaBCAnalyzer_cfi.py b/Validation/EcalClusters/python/egammaBCAnalyzer_cfi.py index e70f9c07a2508..d82dbfc75f244 100644 --- a/Validation/EcalClusters/python/egammaBCAnalyzer_cfi.py +++ b/Validation/EcalClusters/python/egammaBCAnalyzer_cfi.py @@ -2,7 +2,7 @@ # # Author: Michael A. Balazs, University of Virginia -# $Id: egammaBCAnalyzer_cfi.py,v 1.7 2011/05/25 19:24:17 argiro Exp $ +# $Id: egammaBCAnalyzer_cfi.py,v 1.6 2010/02/16 17:10:30 wmtan Exp $ # from Validation.EcalClusters.VerificationCommonParameters_cfi import * egammaBasicClusterAnalyzer = cms.EDAnalyzer("EgammaBasicClusters", diff --git a/Validation/EcalClusters/src/EnergyScaleAnalyzer.cc b/Validation/EcalClusters/src/EnergyScaleAnalyzer.cc index 342842c05be75..6be05d217769e 100644 --- a/Validation/EcalClusters/src/EnergyScaleAnalyzer.cc +++ b/Validation/EcalClusters/src/EnergyScaleAnalyzer.cc @@ -12,7 +12,7 @@ */ // Original Author: Keti Kaadze // Created: Thu Jun 21 08:59:42 CDT 2007 -// $Id: EnergyScaleAnalyzer.cc,v 1.7 2009/12/14 22:24:36 wmtan Exp $ +// $Id: EnergyScaleAnalyzer.cc,v 1.6 2009/02/09 08:02:07 benigno Exp $ // //#include "RecoEcal/EnergyScaleAnalyzer/interface/EnergyScaleAnalyzer.h" diff --git a/Validation/EcalDigis/interface/EcalBarrelDigisValidation.h b/Validation/EcalDigis/interface/EcalBarrelDigisValidation.h index 15be4b7fc5314..ec3fb00b72650 100644 --- a/Validation/EcalDigis/interface/EcalBarrelDigisValidation.h +++ b/Validation/EcalDigis/interface/EcalBarrelDigisValidation.h @@ -4,8 +4,8 @@ /* * \file EcalBarrelDigisValidation.h * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.8 $ + * $Date: 2008/02/29 20:48:25 $ + * $Revision: 1.7 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/interface/EcalDigisValidation.h b/Validation/EcalDigis/interface/EcalDigisValidation.h index e9b554ca1d266..1da9bfe4f106b 100644 --- a/Validation/EcalDigis/interface/EcalDigisValidation.h +++ b/Validation/EcalDigis/interface/EcalDigisValidation.h @@ -4,8 +4,8 @@ /* * \file EcalDigisValidation.h * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.13 $ + * $Date: 2008/12/11 12:27:21 $ + * $Revision: 1.12 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/interface/EcalEndcapDigisValidation.h b/Validation/EcalDigis/interface/EcalEndcapDigisValidation.h index b67b0b5e0fcfe..17c74493b1fe0 100644 --- a/Validation/EcalDigis/interface/EcalEndcapDigisValidation.h +++ b/Validation/EcalDigis/interface/EcalEndcapDigisValidation.h @@ -4,8 +4,8 @@ /* * \file EcalEndcapDigisValidation.h * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.9 $ + * $Date: 2008/02/29 20:48:25 $ + * $Revision: 1.8 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/interface/EcalMixingModuleValidation.h b/Validation/EcalDigis/interface/EcalMixingModuleValidation.h index e2c835c55f497..2645a9daf789e 100644 --- a/Validation/EcalDigis/interface/EcalMixingModuleValidation.h +++ b/Validation/EcalDigis/interface/EcalMixingModuleValidation.h @@ -4,8 +4,8 @@ /* * \file EcalMixingModuleValidation.h * - * $Date: 2010/03/29 01:30:40 $ - * $Revision: 1.12 $ + * $Date: 2010/01/04 15:10:59 $ + * $Revision: 1.11 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/interface/EcalPreshowerDigisValidation.h b/Validation/EcalDigis/interface/EcalPreshowerDigisValidation.h index 258053196ee8d..dd8ca5c054b13 100644 --- a/Validation/EcalDigis/interface/EcalPreshowerDigisValidation.h +++ b/Validation/EcalDigis/interface/EcalPreshowerDigisValidation.h @@ -4,8 +4,8 @@ /* * \file EcalPreshowerDigisValidation.h * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.8 $ + * $Date: 2008/02/29 20:48:25 $ + * $Revision: 1.7 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/interface/EcalSelectiveReadoutValidation.h b/Validation/EcalDigis/interface/EcalSelectiveReadoutValidation.h index 572d001baf783..bcdb6689e4617 100644 --- a/Validation/EcalDigis/interface/EcalSelectiveReadoutValidation.h +++ b/Validation/EcalDigis/interface/EcalSelectiveReadoutValidation.h @@ -4,8 +4,8 @@ /* * \file EcalSelectiveReadoutValidation.h * - * $Date: 2012/01/31 22:28:20 $ - * $Revision: 1.14 $ + * $Date: 2010/05/05 10:54:53 $ + * $Revision: 1.13 $ * */ diff --git a/Validation/EcalDigis/src/CollHandle.h b/Validation/EcalDigis/src/CollHandle.h index e43487229c33f..879c7b3907501 100644 --- a/Validation/EcalDigis/src/CollHandle.h +++ b/Validation/EcalDigis/src/CollHandle.h @@ -1,5 +1,5 @@ /* - * $Id: CollHandle.h,v 1.6 2010/02/11 00:15:21 wmtan Exp $ + * $Id: CollHandle.h,v 1.5 2009/08/03 11:22:10 pgras Exp $ */ #ifndef EcalDigis_CollHandle_h diff --git a/Validation/EcalDigis/src/EcalBarrelDigisValidation.cc b/Validation/EcalDigis/src/EcalBarrelDigisValidation.cc index 84a3c6c2da49a..023b92307422d 100644 --- a/Validation/EcalDigis/src/EcalBarrelDigisValidation.cc +++ b/Validation/EcalDigis/src/EcalBarrelDigisValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelDigisValidation.cc * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.20 $ + * $Date: 2008/10/29 10:54:11 $ + * $Revision: 1.19 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/src/EcalDigisValidation.cc b/Validation/EcalDigis/src/EcalDigisValidation.cc index 6b22e3a2bcd2c..6418cc0c82ed1 100644 --- a/Validation/EcalDigis/src/EcalDigisValidation.cc +++ b/Validation/EcalDigis/src/EcalDigisValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalDigisValidation.cc * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.30 $ + * $Date: 2008/10/29 10:54:11 $ + * $Revision: 1.29 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/src/EcalEndcapDigisValidation.cc b/Validation/EcalDigis/src/EcalEndcapDigisValidation.cc index aa4edb520ea48..feb1f22b1ab26 100644 --- a/Validation/EcalDigis/src/EcalEndcapDigisValidation.cc +++ b/Validation/EcalDigis/src/EcalEndcapDigisValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapDigisValidation.cc * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.21 $ + * $Date: 2008/10/29 10:54:11 $ + * $Revision: 1.20 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/src/EcalMixingModuleValidation.cc b/Validation/EcalDigis/src/EcalMixingModuleValidation.cc index 92d111f57c38c..453ca08d03ac8 100644 --- a/Validation/EcalDigis/src/EcalMixingModuleValidation.cc +++ b/Validation/EcalDigis/src/EcalMixingModuleValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalMixingModuleValidation.cc * - * $Date: 2010/03/29 01:30:40 $ - * $Revision: 1.26 $ + * $Date: 2010/03/28 05:55:39 $ + * $Revision: 1.25 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/src/EcalPreshowerDigisValidation.cc b/Validation/EcalDigis/src/EcalPreshowerDigisValidation.cc index 4735afb1af0e0..8655473e03778 100644 --- a/Validation/EcalDigis/src/EcalPreshowerDigisValidation.cc +++ b/Validation/EcalDigis/src/EcalPreshowerDigisValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalPreshowerDigisValidation.cc * - * $Date: 2010/01/04 15:10:59 $ - * $Revision: 1.15 $ + * $Date: 2008/10/29 10:54:11 $ + * $Revision: 1.14 $ * \author F. Cossutti * */ diff --git a/Validation/EcalDigis/src/EcalSelectiveReadoutValidation.cc b/Validation/EcalDigis/src/EcalSelectiveReadoutValidation.cc index a77123d28018d..d6570e004b926 100644 --- a/Validation/EcalDigis/src/EcalSelectiveReadoutValidation.cc +++ b/Validation/EcalDigis/src/EcalSelectiveReadoutValidation.cc @@ -1,8 +1,8 @@ /* * \file EcalSelectiveReadoutValidation.cc * - * $Date: 2011/05/23 13:46:48 $ - * $Revision: 1.32 $ + * $Date: 2010/05/25 10:37:50 $ + * $Revision: 1.31 $ * */ diff --git a/Validation/EcalRecHits/interface/EcalBarrelRecHitsValidation.h b/Validation/EcalRecHits/interface/EcalBarrelRecHitsValidation.h index a1f8f861294d3..af9a184dc4843 100644 --- a/Validation/EcalRecHits/interface/EcalBarrelRecHitsValidation.h +++ b/Validation/EcalRecHits/interface/EcalBarrelRecHitsValidation.h @@ -4,7 +4,7 @@ /* * \file EcalBarrelRecHitsValidation.h * - * $Date: 2009/12/14 22:24:41 $ + * $Date: 2008/02/29 20:48:30 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/interface/EcalEndcapRecHitsValidation.h b/Validation/EcalRecHits/interface/EcalEndcapRecHitsValidation.h index 9d034ad023db2..f84a9f5b4c60f 100644 --- a/Validation/EcalRecHits/interface/EcalEndcapRecHitsValidation.h +++ b/Validation/EcalRecHits/interface/EcalEndcapRecHitsValidation.h @@ -4,7 +4,7 @@ /* * \file EcalEndcapRecHitsValidation.h * - * $Date: 2009/12/14 22:24:41 $ + * $Date: 2008/02/29 20:48:30 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/interface/EcalPreshowerRecHitsValidation.h b/Validation/EcalRecHits/interface/EcalPreshowerRecHitsValidation.h index 97aa1356db52c..98a5012264d3d 100644 --- a/Validation/EcalRecHits/interface/EcalPreshowerRecHitsValidation.h +++ b/Validation/EcalRecHits/interface/EcalPreshowerRecHitsValidation.h @@ -4,7 +4,7 @@ /* * \file EcalPreshowerRecHitsValidation.h * - * $Date: 2009/12/14 22:24:41 $ + * $Date: 2008/02/29 20:48:30 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/interface/EcalRecHitsValidation.h b/Validation/EcalRecHits/interface/EcalRecHitsValidation.h index d0c9e49fa5e4e..9d7b7acb9c6b3 100644 --- a/Validation/EcalRecHits/interface/EcalRecHitsValidation.h +++ b/Validation/EcalRecHits/interface/EcalRecHitsValidation.h @@ -4,7 +4,7 @@ /* * \file EcalRecHitsValidation.h * - * $Date: 2009/12/14 22:24:43 $ + * $Date: 2009/07/14 09:13:37 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/src/EcalBarrelRecHitsValidation.cc b/Validation/EcalRecHits/src/EcalBarrelRecHitsValidation.cc index b238912b3ec7c..e244b642b87f2 100644 --- a/Validation/EcalRecHits/src/EcalBarrelRecHitsValidation.cc +++ b/Validation/EcalRecHits/src/EcalBarrelRecHitsValidation.cc @@ -1,7 +1,7 @@ /* * \file EcalBarrelRecHitsValidation.cc * - * $Date: 2011/10/31 16:09:19 $ + * $Date: 2009/12/14 22:24:44 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/src/EcalEndcapRecHitsValidation.cc b/Validation/EcalRecHits/src/EcalEndcapRecHitsValidation.cc index dbdcb78755963..00dfba6f6dca0 100644 --- a/Validation/EcalRecHits/src/EcalEndcapRecHitsValidation.cc +++ b/Validation/EcalRecHits/src/EcalEndcapRecHitsValidation.cc @@ -1,7 +1,7 @@ /* * \file EcalEndcapRecHitsValidation.cc * - * $Date: 2011/10/31 16:09:19 $ + * $Date: 2009/12/14 22:24:44 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/src/EcalPreshowerRecHitsValidation.cc b/Validation/EcalRecHits/src/EcalPreshowerRecHitsValidation.cc index f37d9b8c6f3cc..ce1aa4edb26c0 100644 --- a/Validation/EcalRecHits/src/EcalPreshowerRecHitsValidation.cc +++ b/Validation/EcalRecHits/src/EcalPreshowerRecHitsValidation.cc @@ -1,7 +1,7 @@ /* * \file EcalPreshowerRecHitsValidation.cc * - * $Date: 2010/05/20 11:27:43 $ + * $Date: 2009/12/14 22:24:45 $ * \author C. Rovelli * */ diff --git a/Validation/EcalRecHits/src/EcalRecHitsValidation.cc b/Validation/EcalRecHits/src/EcalRecHitsValidation.cc index 5f04d040b3e07..42808df434d8b 100644 --- a/Validation/EcalRecHits/src/EcalRecHitsValidation.cc +++ b/Validation/EcalRecHits/src/EcalRecHitsValidation.cc @@ -1,7 +1,7 @@ /* * \file EcalRecHitsValidation.cc * - * $Date: 2009/12/14 22:24:45 $ + * $Date: 2009/07/23 13:38:26 $ * \author C. Rovelli * */ diff --git a/Validation/EcalTriggerPrimitives/src/TPGCheck.cc b/Validation/EcalTriggerPrimitives/src/TPGCheck.cc index 2781471d5687d..70ccbba5c59b5 100644 --- a/Validation/EcalTriggerPrimitives/src/TPGCheck.cc +++ b/Validation/EcalTriggerPrimitives/src/TPGCheck.cc @@ -13,8 +13,8 @@ // // Original Author: Muriel Cerutti // Created: Thu Oct 26 10:47:17 CEST 2006 -// $Id: TPGCheck.cc,v 1.3 2009/12/18 20:45:11 wmtan Exp $ -// $Id: TPGCheck.cc,v 1.3 2009/12/18 20:45:11 wmtan Exp $ +// $Id: TPGCheck.cc,v 1.2 2009/03/27 16:38:31 ebecheva Exp $ +// $Id: TPGCheck.cc,v 1.2 2009/03/27 16:38:31 ebecheva Exp $ // diff --git a/Validation/EventGenerator/interface/BasicGenParticleValidation.h b/Validation/EventGenerator/interface/BasicGenParticleValidation.h index f22fafc447c6d..d5a35fefd539c 100644 --- a/Validation/EventGenerator/interface/BasicGenParticleValidation.h +++ b/Validation/EventGenerator/interface/BasicGenParticleValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2011/12/29 10:53:10 $ - * $Revision: 1.3 $ + * $Date: 2010/07/02 13:34:22 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/interface/BasicHepMCValidation.h b/Validation/EventGenerator/interface/BasicHepMCValidation.h index 36f25b9c47225..6a17fa595258d 100644 --- a/Validation/EventGenerator/interface/BasicHepMCValidation.h +++ b/Validation/EventGenerator/interface/BasicHepMCValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2011/12/29 10:53:10 $ - * $Revision: 1.6 $ + * $Date: 2011/10/30 09:16:22 $ + * $Revision: 1.5 $ * */ diff --git a/Validation/EventGenerator/interface/CaloCellId.h b/Validation/EventGenerator/interface/CaloCellId.h index eac164e237c89..bf885d00b8546 100644 --- a/Validation/EventGenerator/interface/CaloCellId.h +++ b/Validation/EventGenerator/interface/CaloCellId.h @@ -6,7 +6,7 @@ * Simple eta-phi cell identifier, mimic calorimetric tower structure * phi is stored in radians * - * $Date: 2010/05/25 16:50:50 $ + * $Date: 2010/05/25 09:45:03 $ * $Revision: 1.1 $ * */ diff --git a/Validation/EventGenerator/interface/CaloCellManager.h b/Validation/EventGenerator/interface/CaloCellManager.h index 0a70ac8dd2bae..f55d92f17d618 100644 --- a/Validation/EventGenerator/interface/CaloCellManager.h +++ b/Validation/EventGenerator/interface/CaloCellManager.h @@ -5,7 +5,7 @@ * * Simple eta-phi cell structure manager, mimic calorimetric tower structure * - * $Date: 2010/05/25 16:50:50 $ + * $Date: 2010/05/25 09:45:03 $ * $Revision: 1.1 $ * */ diff --git a/Validation/EventGenerator/interface/DrellYanValidation.h b/Validation/EventGenerator/interface/DrellYanValidation.h index 201f66f3c5a89..d89e457d50b28 100644 --- a/Validation/EventGenerator/interface/DrellYanValidation.h +++ b/Validation/EventGenerator/interface/DrellYanValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2011/12/29 10:53:10 $ - * $Revision: 1.3 $ + * $Date: 2010/07/02 13:34:23 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/interface/DuplicationChecker.h b/Validation/EventGenerator/interface/DuplicationChecker.h index 419911a6298cc..3bb7cf134f851 100644 --- a/Validation/EventGenerator/interface/DuplicationChecker.h +++ b/Validation/EventGenerator/interface/DuplicationChecker.h @@ -5,8 +5,8 @@ * * Class to monitor duplication of events * - * $Date: 2012/08/24 21:47:01 $ - * $Revision: 1.3 $ + * $Date: 2011/12/29 10:53:10 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/interface/HiggsValidation.h b/Validation/EventGenerator/interface/HiggsValidation.h index 5cb1862d47331..00d9ac00167ac 100644 --- a/Validation/EventGenerator/interface/HiggsValidation.h +++ b/Validation/EventGenerator/interface/HiggsValidation.h @@ -5,7 +5,7 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2012/08/12 16:13:28 $ + * $Date: 2012/06/25 14:51:48 $ * $Revision: 1.1 $ * */ diff --git a/Validation/EventGenerator/interface/MBUEandQCDValidation.h b/Validation/EventGenerator/interface/MBUEandQCDValidation.h index cae9f34cff505..aac2f827ef7b2 100644 --- a/Validation/EventGenerator/interface/MBUEandQCDValidation.h +++ b/Validation/EventGenerator/interface/MBUEandQCDValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2011/12/29 10:53:10 $ - * $Revision: 1.3 $ + * $Date: 2010/07/02 12:32:05 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/interface/TTbarSpinCorrHepMCAnalyzer.h b/Validation/EventGenerator/interface/TTbarSpinCorrHepMCAnalyzer.h index 78b50821f96c4..1916c6a329124 100644 --- a/Validation/EventGenerator/interface/TTbarSpinCorrHepMCAnalyzer.h +++ b/Validation/EventGenerator/interface/TTbarSpinCorrHepMCAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Martijn Gosselink,,, // Created: Thu Jan 19 18:40:35 CET 2012 -// $Id: TTbarSpinCorrHepMCAnalyzer.h,v 1.3 2012/10/16 15:08:10 inugent Exp $ +// $Id: TTbarSpinCorrHepMCAnalyzer.h,v 1.2 2012/10/12 15:15:20 wdd Exp $ // // // Added to: Validation/EventGenerator by Ian M. Nugent Oct 9, 2012 diff --git a/Validation/EventGenerator/interface/TTbar_GenJetAnalyzer.h b/Validation/EventGenerator/interface/TTbar_GenJetAnalyzer.h index 47512ed9d77b8..13e900a0c7f5b 100644 --- a/Validation/EventGenerator/interface/TTbar_GenJetAnalyzer.h +++ b/Validation/EventGenerator/interface/TTbar_GenJetAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Martijn Gosselink,,, // Created: Thu May 10 17:15:16 CEST 2012 -// $Id: TTbar_GenJetAnalyzer.h,v 1.2 2012/08/24 21:47:01 wdd Exp $ +// $Id: TTbar_GenJetAnalyzer.h,v 1.1 2012/07/04 18:24:21 inugent Exp $ // // // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012 diff --git a/Validation/EventGenerator/interface/TTbar_GenLepAnalyzer.h b/Validation/EventGenerator/interface/TTbar_GenLepAnalyzer.h index fcf822d22bd51..f6f7f47a61268 100644 --- a/Validation/EventGenerator/interface/TTbar_GenLepAnalyzer.h +++ b/Validation/EventGenerator/interface/TTbar_GenLepAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Martijn Gosselink,,, // Created: Thu May 10 17:15:16 CEST 2012 -// $Id: TTbar_GenLepAnalyzer.h,v 1.1 2012/07/04 18:24:21 inugent Exp $ +// $Id: TTbar_GenLepAnalyzer.cc,v 1.3 2012/05/24 18:20:45 mgosseli Exp $ // // // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012 diff --git a/Validation/EventGenerator/interface/TTbar_Kinematics.h b/Validation/EventGenerator/interface/TTbar_Kinematics.h index 175b967639afb..5ce08d3e3d58b 100644 --- a/Validation/EventGenerator/interface/TTbar_Kinematics.h +++ b/Validation/EventGenerator/interface/TTbar_Kinematics.h @@ -13,7 +13,7 @@ // // Original Author: Martijn Gosselink,,, // Created: Thu Jan 19 18:40:35 CET 2012 -// $Id: TTbar_Kinematics.h,v 1.3 2012/08/24 21:47:01 wdd Exp $ +// $Id: TTbar_Kinematics.h,v 1.2 2012/07/30 19:34:44 inugent Exp $ // // // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012 diff --git a/Validation/EventGenerator/interface/TTbar_P4Violation.h b/Validation/EventGenerator/interface/TTbar_P4Violation.h index e4cf533689e25..cea619335ba8f 100644 --- a/Validation/EventGenerator/interface/TTbar_P4Violation.h +++ b/Validation/EventGenerator/interface/TTbar_P4Violation.h @@ -13,7 +13,7 @@ // // Original Author: Martijn Gosselink,,, // Created: Fri Jan 20 12:52:00 CET 2012 -// $Id: TTbar_P4Violation.h,v 1.3 2013/03/06 16:40:19 inugent Exp $ +// $Id: TTbar_P4Violation.h,v 1.2 2013/02/27 13:28:57 muzaffar Exp $ // // // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012 diff --git a/Validation/EventGenerator/interface/TauDecay.h b/Validation/EventGenerator/interface/TauDecay.h index d9296420b96fc..6e8b8d4a0dad9 100755 --- a/Validation/EventGenerator/interface/TauDecay.h +++ b/Validation/EventGenerator/interface/TauDecay.h @@ -11,7 +11,7 @@ // // Original Author: Ian Nugent // Created: Fri Nov 18 13:49:02 CET 2011 -// $Id: TauDecay.h,v 1.2 2012/12/10 14:59:52 inugent Exp $ +// $Id: TauDecay.h,v 1.1 2012/02/10 10:08:13 inugent Exp $ // // #ifndef TauDecay_h diff --git a/Validation/EventGenerator/interface/TauDecay_CMSSW.h b/Validation/EventGenerator/interface/TauDecay_CMSSW.h index b9dc8333787b0..3d6c4f4304b00 100755 --- a/Validation/EventGenerator/interface/TauDecay_CMSSW.h +++ b/Validation/EventGenerator/interface/TauDecay_CMSSW.h @@ -13,7 +13,7 @@ // // Original Author: Ian Nugent // Created: Fri Nov 18 13:49:02 CET 2011 -// $Id: TauDecay_CMSSW.h,v 1.1 2012/02/10 10:08:22 inugent Exp $ +// $Id: TauDecay_CMSSW.h,v 1.1 2011/12/01 13:51:23 cherepan Exp $ // // #ifndef TauDecay_CMSSW_h diff --git a/Validation/EventGenerator/interface/TauValidation.h b/Validation/EventGenerator/interface/TauValidation.h index ea6a67a99c7c7..60203d4f04b7a 100644 --- a/Validation/EventGenerator/interface/TauValidation.h +++ b/Validation/EventGenerator/interface/TauValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2013/03/06 01:51:10 $ - * $Revision: 1.19 $ + * $Date: 2013/02/20 12:02:32 $ + * $Revision: 1.18 $ * */ diff --git a/Validation/EventGenerator/interface/WValidation.h b/Validation/EventGenerator/interface/WValidation.h index f430d8ca1933a..a360e0ff0f96d 100644 --- a/Validation/EventGenerator/interface/WValidation.h +++ b/Validation/EventGenerator/interface/WValidation.h @@ -5,8 +5,8 @@ * * Class to fill Event Generator dqm monitor elements; works on HepMCProduct * - * $Date: 2011/12/29 10:53:10 $ - * $Revision: 1.3 $ + * $Date: 2010/07/02 13:34:23 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/plugins/BasicGenParticleValidation.cc b/Validation/EventGenerator/plugins/BasicGenParticleValidation.cc index 4c453165732f9..6e1eebf44fe87 100644 --- a/Validation/EventGenerator/plugins/BasicGenParticleValidation.cc +++ b/Validation/EventGenerator/plugins/BasicGenParticleValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2011/12/29 10:53:11 $ - * $Revision: 1.3 $ + * $Date: 2010/07/02 13:34:23 $ + * $Revision: 1.2 $ */ #include "Validation/EventGenerator/interface/BasicGenParticleValidation.h" diff --git a/Validation/EventGenerator/plugins/BasicHepMCValidation.cc b/Validation/EventGenerator/plugins/BasicHepMCValidation.cc index 82d35fd6b4705..a600a427832bc 100644 --- a/Validation/EventGenerator/plugins/BasicHepMCValidation.cc +++ b/Validation/EventGenerator/plugins/BasicHepMCValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2011/12/29 10:53:11 $ - * $Revision: 1.8 $ + * $Date: 2011/10/30 09:16:22 $ + * $Revision: 1.7 $ */ #include "Validation/EventGenerator/interface/BasicHepMCValidation.h" diff --git a/Validation/EventGenerator/plugins/DrellYanValidation.cc b/Validation/EventGenerator/plugins/DrellYanValidation.cc index 6d331d33545a7..19ff7d18c151b 100644 --- a/Validation/EventGenerator/plugins/DrellYanValidation.cc +++ b/Validation/EventGenerator/plugins/DrellYanValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2011/12/29 10:53:11 $ - * $Revision: 1.5 $ + * $Date: 2011/01/24 18:27:40 $ + * $Revision: 1.4 $ */ #include "Validation/EventGenerator/interface/DrellYanValidation.h" diff --git a/Validation/EventGenerator/plugins/DuplicationChecker.cc b/Validation/EventGenerator/plugins/DuplicationChecker.cc index f1eb06c16e2d5..4d4bbaf548eb1 100644 --- a/Validation/EventGenerator/plugins/DuplicationChecker.cc +++ b/Validation/EventGenerator/plugins/DuplicationChecker.cc @@ -2,8 +2,8 @@ * * Class to monitor duplication of events * - * $Date: 2012/10/16 14:49:03 $ - * $Revision: 1.4 $ + * $Date: 2012/08/24 21:47:06 $ + * $Revision: 1.3 $ * */ diff --git a/Validation/EventGenerator/plugins/HiggsValidation.cc b/Validation/EventGenerator/plugins/HiggsValidation.cc index e7eedeb1b32d0..0a03a0984ce80 100644 --- a/Validation/EventGenerator/plugins/HiggsValidation.cc +++ b/Validation/EventGenerator/plugins/HiggsValidation.cc @@ -2,7 +2,7 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2012/08/12 16:13:29 $ + * $Date: 2012/06/25 14:51:48 $ * $Revision: 1.1 $ */ diff --git a/Validation/EventGenerator/plugins/MBUEandQCDValidation.cc b/Validation/EventGenerator/plugins/MBUEandQCDValidation.cc index 1ee85945b42fd..eb77f9c8c46d3 100644 --- a/Validation/EventGenerator/plugins/MBUEandQCDValidation.cc +++ b/Validation/EventGenerator/plugins/MBUEandQCDValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2011/12/29 10:53:11 $ - * $Revision: 1.4 $ + * $Date: 2010/09/09 11:49:20 $ + * $Revision: 1.3 $ */ #include "Validation/EventGenerator/interface/MBUEandQCDValidation.h" diff --git a/Validation/EventGenerator/plugins/TauValidation.cc b/Validation/EventGenerator/plugins/TauValidation.cc index afd907cf93eba..8ae2e467471c8 100644 --- a/Validation/EventGenerator/plugins/TauValidation.cc +++ b/Validation/EventGenerator/plugins/TauValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2013/03/06 01:51:11 $ - * $Revision: 1.28 $ + * $Date: 2013/02/25 16:42:41 $ + * $Revision: 1.27 $ */ #include "Validation/EventGenerator/interface/TauValidation.h" diff --git a/Validation/EventGenerator/plugins/WValidation.cc b/Validation/EventGenerator/plugins/WValidation.cc index 29f5e6205eb27..8be11ef717b40 100644 --- a/Validation/EventGenerator/plugins/WValidation.cc +++ b/Validation/EventGenerator/plugins/WValidation.cc @@ -2,8 +2,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2011/12/29 10:53:11 $ - * $Revision: 1.5 $ + * $Date: 2011/01/24 18:27:40 $ + * $Revision: 1.4 $ */ #include "Validation/EventGenerator/interface/WValidation.h" diff --git a/Validation/EventGenerator/src/CaloCellId.cc b/Validation/EventGenerator/src/CaloCellId.cc index 4a8a16bd11193..d90e63915a59c 100644 --- a/Validation/EventGenerator/src/CaloCellId.cc +++ b/Validation/EventGenerator/src/CaloCellId.cc @@ -3,8 +3,8 @@ * Simple eta-phi cell identifier, mimic calorimetric tower structure * phi is stored in radians * - * $Date: 2010/05/25 16:50:51 $ - * $Revision: 1.1 $ + * $Date: 2010/05/25 14:35:51 $ + * $Revision: 1.2 $ * */ diff --git a/Validation/EventGenerator/src/CaloCellManager.cc b/Validation/EventGenerator/src/CaloCellManager.cc index a973e293153c2..0aeda59547a3a 100644 --- a/Validation/EventGenerator/src/CaloCellManager.cc +++ b/Validation/EventGenerator/src/CaloCellManager.cc @@ -2,7 +2,7 @@ * * Simple eta-phi cell structure manager, mimic calorimetric tower structure * - * $Date: 2010/05/25 16:50:51 $ + * $Date: 2010/05/25 09:45:03 $ * $Revision: 1.1 $ * */ diff --git a/Validation/EventGenerator/test/DetailedCompare.C b/Validation/EventGenerator/test/DetailedCompare.C index e4fc2928d042f..d1dab818a0c6e 100644 --- a/Validation/EventGenerator/test/DetailedCompare.C +++ b/Validation/EventGenerator/test/DetailedCompare.C @@ -1,5 +1,5 @@ // F. Cossutti -// $Date: 2012/02/10 15:11:41 $ +// $Date: 2010/11/11 16:28:30 $ // $Revision: 1.1 $ // // ROOT macro for graphical compariosn of Monitor Elements in a user diff --git a/Validation/EventGenerator/test/MECompare.C b/Validation/EventGenerator/test/MECompare.C index 26e784d60c259..97cc3ce949585 100644 --- a/Validation/EventGenerator/test/MECompare.C +++ b/Validation/EventGenerator/test/MECompare.C @@ -1,6 +1,6 @@ // F. Cossutti -// $Date: 2010/11/11 16:28:30 $ -// $Revision: 1.1 $ +// $Date:$ +// $Revision:$ // // ROOT macro for graphical compariosn of Monitor Elements in a user // supplied directory between two files with the same histogram content diff --git a/Validation/GlobalDigis/interface/GlobalDigisAnalyzer.h b/Validation/GlobalDigis/interface/GlobalDigisAnalyzer.h index ff9d8b13a7d9f..2005953baf2db 100644 --- a/Validation/GlobalDigis/interface/GlobalDigisAnalyzer.h +++ b/Validation/GlobalDigis/interface/GlobalDigisAnalyzer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2012/12/26 22:47:50 $ - * $Revision: 1.12 $ + * $Date: 2010/01/06 14:18:54 $ + * $Revision: 1.11 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalDigis/interface/GlobalDigisHistogrammer.h b/Validation/GlobalDigis/interface/GlobalDigisHistogrammer.h index d604e055d43f6..06fa7e2a88b0a 100644 --- a/Validation/GlobalDigis/interface/GlobalDigisHistogrammer.h +++ b/Validation/GlobalDigis/interface/GlobalDigisHistogrammer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2010/01/06 14:18:54 $ - * $Revision: 1.6 $ + * $Date: 2008/03/13 21:15:52 $ + * $Revision: 1.5 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalDigis/interface/GlobalDigisProducer.h b/Validation/GlobalDigis/interface/GlobalDigisProducer.h index 7bc71adaad3df..a304f59726b13 100644 --- a/Validation/GlobalDigis/interface/GlobalDigisProducer.h +++ b/Validation/GlobalDigis/interface/GlobalDigisProducer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2012/12/26 22:47:50 $ - * $Revision: 1.18 $ + * $Date: 2010/01/06 14:18:54 $ + * $Revision: 1.17 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalDigis/src/GlobalDigisAnalyzer.cc b/Validation/GlobalDigis/src/GlobalDigisAnalyzer.cc index fce30b7445169..887eb27aec763 100644 --- a/Validation/GlobalDigis/src/GlobalDigisAnalyzer.cc +++ b/Validation/GlobalDigis/src/GlobalDigisAnalyzer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2013/01/03 23:50:06 $ - * $Revision: 1.22 $ + * $Date: 2012/12/26 22:47:50 $ + * $Revision: 1.21 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalDigis/src/GlobalDigisHistogrammer.cc b/Validation/GlobalDigis/src/GlobalDigisHistogrammer.cc index 148abe821ccac..f839a6949b1fc 100644 --- a/Validation/GlobalDigis/src/GlobalDigisHistogrammer.cc +++ b/Validation/GlobalDigis/src/GlobalDigisHistogrammer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2011/09/12 09:11:30 $ - * $Revision: 1.9 $ + * $Date: 2010/01/06 14:18:54 $ + * $Revision: 1.8 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalDigis/src/GlobalDigisProducer.cc b/Validation/GlobalDigis/src/GlobalDigisProducer.cc index 81e3f415db3a7..db5a8fe4ec720 100644 --- a/Validation/GlobalDigis/src/GlobalDigisProducer.cc +++ b/Validation/GlobalDigis/src/GlobalDigisProducer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2013/01/03 23:50:06 $ - * $Revision: 1.18 $ + * $Date: 2012/12/26 22:47:50 $ + * $Revision: 1.17 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsAnalyzer.h b/Validation/GlobalHits/interface/GlobalHitsAnalyzer.h index c1051439542bb..750719268d70e 100644 --- a/Validation/GlobalHits/interface/GlobalHitsAnalyzer.h +++ b/Validation/GlobalHits/interface/GlobalHitsAnalyzer.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2012/09/04 20:38:33 $ - * $Revision: 1.14 $ + * $Date: 2010/01/06 14:24:50 $ + * $Revision: 1.13 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsHistogrammer.h b/Validation/GlobalHits/interface/GlobalHitsHistogrammer.h index e8a34359dc740..75e07a616be1f 100644 --- a/Validation/GlobalHits/interface/GlobalHitsHistogrammer.h +++ b/Validation/GlobalHits/interface/GlobalHitsHistogrammer.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2010/01/06 14:24:50 $ - * $Revision: 1.8 $ + * $Date: 2009/05/25 15:08:35 $ + * $Revision: 1.7 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsProdHist.h b/Validation/GlobalHits/interface/GlobalHitsProdHist.h index a7fc95c2022c1..285af1aed964f 100644 --- a/Validation/GlobalHits/interface/GlobalHitsProdHist.h +++ b/Validation/GlobalHits/interface/GlobalHitsProdHist.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2013/05/17 22:02:50 $ - * $Revision: 1.10 $ + * $Date: 2013/02/27 13:28:59 $ + * $Revision: 1.9 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsProdHistStripper.h b/Validation/GlobalHits/interface/GlobalHitsProdHistStripper.h index f299a19e3710b..d587c9ea2d20b 100644 --- a/Validation/GlobalHits/interface/GlobalHitsProdHistStripper.h +++ b/Validation/GlobalHits/interface/GlobalHitsProdHistStripper.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2010/01/06 14:24:50 $ - * $Revision: 1.7 $ + * $Date: 2009/05/25 15:08:35 $ + * $Revision: 1.6 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsProducer.h b/Validation/GlobalHits/interface/GlobalHitsProducer.h index 623c1a65b5963..0e355a2e8d8c4 100644 --- a/Validation/GlobalHits/interface/GlobalHitsProducer.h +++ b/Validation/GlobalHits/interface/GlobalHitsProducer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2013/02/27 13:28:59 $ - * $Revision: 1.16 $ + * $Date: 2012/09/04 20:38:33 $ + * $Revision: 1.15 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/interface/GlobalHitsTester.h b/Validation/GlobalHits/interface/GlobalHitsTester.h index e034ddd04e9c1..cf7aea9aae147 100644 --- a/Validation/GlobalHits/interface/GlobalHitsTester.h +++ b/Validation/GlobalHits/interface/GlobalHitsTester.h @@ -5,8 +5,8 @@ * * Class to fill dqm monitor elements from existing EDM file * - * $Date: 2010/01/06 14:24:50 $ - * $Revision: 1.8 $ + * $Date: 2009/05/25 15:08:35 $ + * $Revision: 1.7 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/src/GlobalHitsAnalyzer.cc b/Validation/GlobalHits/src/GlobalHitsAnalyzer.cc index 37bc4dfd5a457..346575cf28632 100644 --- a/Validation/GlobalHits/src/GlobalHitsAnalyzer.cc +++ b/Validation/GlobalHits/src/GlobalHitsAnalyzer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2012/09/04 20:38:34 $ - * $Revision: 1.19 $ + * $Date: 2010/01/06 14:24:50 $ + * $Revision: 1.18 $ * \author M. Strang SUNY-Buffalo */ #include "Geometry/Records/interface/CaloGeometryRecord.h" diff --git a/Validation/GlobalHits/src/GlobalHitsHistogrammer.cc b/Validation/GlobalHits/src/GlobalHitsHistogrammer.cc index 7b1a54acc0538..aadbedbc61656 100644 --- a/Validation/GlobalHits/src/GlobalHitsHistogrammer.cc +++ b/Validation/GlobalHits/src/GlobalHitsHistogrammer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2010/01/06 14:24:50 $ - * $Revision: 1.8 $ + * $Date: 2008/03/13 21:17:08 $ + * $Revision: 1.7 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/src/GlobalHitsProdHist.cc b/Validation/GlobalHits/src/GlobalHitsProdHist.cc index 0dd96b0a2f40d..d8ee711e4d806 100644 --- a/Validation/GlobalHits/src/GlobalHitsProdHist.cc +++ b/Validation/GlobalHits/src/GlobalHitsProdHist.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2013/05/17 22:02:50 $ - * $Revision: 1.7 $ + * $Date: 2012/09/04 20:38:34 $ + * $Revision: 1.6 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/src/GlobalHitsProdHistStripper.cc b/Validation/GlobalHits/src/GlobalHitsProdHistStripper.cc index 4090a90cbb60d..765f8e4396943 100644 --- a/Validation/GlobalHits/src/GlobalHitsProdHistStripper.cc +++ b/Validation/GlobalHits/src/GlobalHitsProdHistStripper.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2010/01/06 14:24:50 $ - * $Revision: 1.7 $ + * $Date: 2008/03/13 21:17:08 $ + * $Revision: 1.6 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalHits/src/GlobalHitsProducer.cc b/Validation/GlobalHits/src/GlobalHitsProducer.cc index 11f22f3bac83e..182db79ce00fb 100644 --- a/Validation/GlobalHits/src/GlobalHitsProducer.cc +++ b/Validation/GlobalHits/src/GlobalHitsProducer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2012/09/04 20:38:34 $ - * $Revision: 1.16 $ + * $Date: 2010/01/06 14:24:50 $ + * $Revision: 1.15 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalRecHits/interface/GlobalRecHitsAnalyzer.h b/Validation/GlobalRecHits/interface/GlobalRecHitsAnalyzer.h index c72dd1e9c46ab..4c1762ce33ff5 100644 --- a/Validation/GlobalRecHits/interface/GlobalRecHitsAnalyzer.h +++ b/Validation/GlobalRecHits/interface/GlobalRecHitsAnalyzer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2013/05/28 18:03:30 $ - * $Revision: 1.12 $ + * $Date: 2012/12/26 22:56:50 $ + * $Revision: 1.11 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalRecHits/interface/GlobalRecHitsHistogrammer.h b/Validation/GlobalRecHits/interface/GlobalRecHitsHistogrammer.h index eb850377e816a..09b4eb48e7706 100644 --- a/Validation/GlobalRecHits/interface/GlobalRecHitsHistogrammer.h +++ b/Validation/GlobalRecHits/interface/GlobalRecHitsHistogrammer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2009/12/18 20:45:11 $ - * $Revision: 1.6 $ + * $Date: 2008/03/13 21:20:31 $ + * $Revision: 1.5 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalRecHits/interface/GlobalRecHitsProducer.h b/Validation/GlobalRecHits/interface/GlobalRecHitsProducer.h index 7788b822c24c6..a804ab5ca976d 100644 --- a/Validation/GlobalRecHits/interface/GlobalRecHitsProducer.h +++ b/Validation/GlobalRecHits/interface/GlobalRecHitsProducer.h @@ -7,8 +7,8 @@ * containing information about various sub-systems in global coordinates * with full geometry * - * $Date: 2013/05/28 18:03:30 $ - * $Revision: 1.20 $ + * $Date: 2012/12/26 22:56:50 $ + * $Revision: 1.19 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/GlobalRecHits/src/GlobalRecHitsAnalyzer.cc b/Validation/GlobalRecHits/src/GlobalRecHitsAnalyzer.cc index fa90578bbdab8..90c0edec553d3 100644 --- a/Validation/GlobalRecHits/src/GlobalRecHitsAnalyzer.cc +++ b/Validation/GlobalRecHits/src/GlobalRecHitsAnalyzer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2013/05/28 18:03:30 $ - * $Revision: 1.21 $ + * $Date: 2013/01/03 23:50:07 $ + * $Revision: 1.20 $ * \author M. Strang SUNY-Buffalo * Testing by Ken Smith */ diff --git a/Validation/GlobalRecHits/src/GlobalRecHitsHistogrammer.cc b/Validation/GlobalRecHits/src/GlobalRecHitsHistogrammer.cc index 42557e2f30ba2..6c660ec16412a 100644 --- a/Validation/GlobalRecHits/src/GlobalRecHitsHistogrammer.cc +++ b/Validation/GlobalRecHits/src/GlobalRecHitsHistogrammer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2011/08/09 08:25:25 $ - * $Revision: 1.8 $ + * $Date: 2009/12/18 20:45:12 $ + * $Revision: 1.7 $ * \author M. Strang SUNY-Buffalo * Testing by Ken Smith */ diff --git a/Validation/GlobalRecHits/src/GlobalRecHitsProducer.cc b/Validation/GlobalRecHits/src/GlobalRecHitsProducer.cc index 39448e3e5a8de..ad364d1be61c1 100644 --- a/Validation/GlobalRecHits/src/GlobalRecHitsProducer.cc +++ b/Validation/GlobalRecHits/src/GlobalRecHitsProducer.cc @@ -2,8 +2,8 @@ * * See header file for description of class * - * $Date: 2013/05/28 18:03:30 $ - * $Revision: 1.19 $ + * $Date: 2013/01/03 23:50:07 $ + * $Revision: 1.18 $ * \author M. Strang SUNY-Buffalo */ diff --git a/Validation/HcalDigis/src/HcalDigisClient.cc b/Validation/HcalDigis/src/HcalDigisClient.cc index 3c5ec465d3c90..1b2fffcc7af5b 100644 --- a/Validation/HcalDigis/src/HcalDigisClient.cc +++ b/Validation/HcalDigis/src/HcalDigisClient.cc @@ -14,7 +14,7 @@ // // Original Author: Ali Fahim,22 R-013,+41227672649, // Created: Wed Mar 23 22:54:28 CET 2011 -// $Id: HcalDigisClient.cc,v 1.3 2012/08/15 12:47:37 abdullin Exp $ +// $Id: HcalDigisClient.cc,v 1.2 2012/08/15 12:42:58 abdullin Exp $ // // diff --git a/Validation/HcalDigis/src/HcalDigisValidation.cc b/Validation/HcalDigis/src/HcalDigisValidation.cc index f917ebc8f5be1..d348d6949669d 100644 --- a/Validation/HcalDigis/src/HcalDigisValidation.cc +++ b/Validation/HcalDigis/src/HcalDigisValidation.cc @@ -13,7 +13,7 @@ // // Original Author: Ali Fahim,22 R-013,+41227672649, // Created: Wed Mar 23 11:42:34 CET 2011 -// $Id: HcalDigisValidation.cc,v 1.6 2012/11/12 03:39:19 lhx Exp $ +// $Id: HcalDigisValidation.cc,v 1.5 2012/11/08 05:47:19 lhx Exp $ // // diff --git a/Validation/Mixing/interface/GlobalTest.h b/Validation/Mixing/interface/GlobalTest.h index d5a98170b8a46..0309b24d962ff 100644 --- a/Validation/Mixing/interface/GlobalTest.h +++ b/Validation/Mixing/interface/GlobalTest.h @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: GlobalTest.h,v 1.6 2012/10/10 14:39:02 wdd Exp $ +// $Id: GlobalTest.h,v 1.5 2009/12/21 14:46:17 ebecheva Exp $ // // diff --git a/Validation/Mixing/interface/TestSuite.h b/Validation/Mixing/interface/TestSuite.h index 08a8dd16e8caf..80c93b4464ed6 100644 --- a/Validation/Mixing/interface/TestSuite.h +++ b/Validation/Mixing/interface/TestSuite.h @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: TestSuite.h,v 1.5 2012/10/10 14:39:02 wdd Exp $ +// $Id: TestSuite.h,v 1.4 2009/12/21 14:46:17 ebecheva Exp $ // // diff --git a/Validation/Mixing/src/GlobalTest.cc b/Validation/Mixing/src/GlobalTest.cc index 55f5b66d67083..ef716f70d8bbe 100644 --- a/Validation/Mixing/src/GlobalTest.cc +++ b/Validation/Mixing/src/GlobalTest.cc @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: GlobalTest.cc,v 1.11 2012/10/10 14:39:02 wdd Exp $ +// $Id: GlobalTest.cc,v 1.10 2011/01/10 09:22:24 fwyzard Exp $ // // diff --git a/Validation/Mixing/src/TestSuite.cc b/Validation/Mixing/src/TestSuite.cc index 010f074d60730..8da38bb08aee5 100644 --- a/Validation/Mixing/src/TestSuite.cc +++ b/Validation/Mixing/src/TestSuite.cc @@ -10,7 +10,7 @@ // // Original Author: Ursula Berthon // Created: Fri Sep 23 11:38:38 CEST 2005 -// $Id: TestSuite.cc,v 1.13 2012/10/10 14:39:02 wdd Exp $ +// $Id: TestSuite.cc,v 1.12 2009/12/21 14:46:56 ebecheva Exp $ // // diff --git a/Validation/MuonDTDigis/src/MuonDTDigis.cc b/Validation/MuonDTDigis/src/MuonDTDigis.cc index e8bbe44734f46..24d9d0598b55f 100755 --- a/Validation/MuonDTDigis/src/MuonDTDigis.cc +++ b/Validation/MuonDTDigis/src/MuonDTDigis.cc @@ -1,8 +1,8 @@ /** \class MuonDTDigis * Analyse the the muon-drift-tubes digitizer. * - * $Date: 2012/01/02 16:29:21 $ - * $Revision: 1.10 $ + * $Date: 2009/06/15 11:49:19 $ + * $Revision: 1.9 $ * \authors: R. Bellan */ diff --git a/Validation/MuonDTDigis/src/MuonDTDigis.h b/Validation/MuonDTDigis/src/MuonDTDigis.h index d87232f102214..1ba4c8706fcc0 100755 --- a/Validation/MuonDTDigis/src/MuonDTDigis.h +++ b/Validation/MuonDTDigis/src/MuonDTDigis.h @@ -4,8 +4,8 @@ /** \class MuonDTDigis * Analyse the the muon-drift-tubes digitizer. * - * $Date: 2009/12/14 22:24:47 $ - * $Revision: 1.6 $ + * $Date: 2008/09/17 11:52:40 $ + * $Revision: 1.5 $ * \authors: R. Bellan */ #include diff --git a/Validation/MuonHits/python/GenMuonMinE100GeV_cfg.py b/Validation/MuonHits/python/GenMuonMinE100GeV_cfg.py index a974170eb09d3..6d5a8cf0e5ed4 100644 --- a/Validation/MuonHits/python/GenMuonMinE100GeV_cfg.py +++ b/Validation/MuonHits/python/GenMuonMinE100GeV_cfg.py @@ -51,7 +51,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Validation/MuonHits/python/GenMuonMinE100GeV_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Validation/MuonHits/data/GenMuonMinE100GeV.cfg,v $'), annotation = cms.untracked.string('gen. muons for muon subsystems validation scan') ) process.outpath = cms.EndPath(process.GEN) diff --git a/Validation/MuonHits/python/GenMuonMinPt100GeV_cfg.py b/Validation/MuonHits/python/GenMuonMinPt100GeV_cfg.py index 350542585c20c..72bab4051b8d3 100644 --- a/Validation/MuonHits/python/GenMuonMinPt100GeV_cfg.py +++ b/Validation/MuonHits/python/GenMuonMinPt100GeV_cfg.py @@ -51,7 +51,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Validation/MuonHits/python/GenMuonMinPt100GeV_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Validation/MuonHits/data/GenMuonMinPt100GeV.cfg,v $'), annotation = cms.untracked.string('gen. mu- pt=100GeV for muon subsystems validation scan') ) process.outpath = cms.EndPath(process.GEN) diff --git a/Validation/MuonHits/python/GenMuonPlsPt100GeV_cfg.py b/Validation/MuonHits/python/GenMuonPlsPt100GeV_cfg.py index ce68c6d13a818..38f360f1a9b2e 100644 --- a/Validation/MuonHits/python/GenMuonPlsPt100GeV_cfg.py +++ b/Validation/MuonHits/python/GenMuonPlsPt100GeV_cfg.py @@ -51,7 +51,7 @@ process.configurationMetadata = cms.untracked.PSet( version = cms.untracked.string('$Revision: 1.1 $'), - name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Validation/MuonHits/python/GenMuonPlsPt100GeV_cfg.py,v $'), + name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Validation/MuonHits/data/GenMuonPlsPt100GeV.cfg,v $'), annotation = cms.untracked.string('gen. mu+ pt=100GeV for muon subsystems validation scan') ) process.outpath = cms.EndPath(process.GEN) diff --git a/Validation/MuonIdentification/interface/MuonIdVal.h b/Validation/MuonIdentification/interface/MuonIdVal.h index 5a622c7eace17..bab707491321e 100644 --- a/Validation/MuonIdentification/interface/MuonIdVal.h +++ b/Validation/MuonIdentification/interface/MuonIdVal.h @@ -13,7 +13,7 @@ // // Original Author: Jacob Ribnik // Created: Wed Apr 18 13:48:08 CDT 2007 -// $Id: MuonIdVal.h,v 1.9 2011/04/12 15:37:54 asvyatko Exp $ +// $Id: MuonIdVal.h,v 1.8 2010/08/30 16:53:12 aeverett Exp $ // // diff --git a/Validation/MuonRPCDigis/interface/RPCDigiValid.h b/Validation/MuonRPCDigis/interface/RPCDigiValid.h index 9aa9a9cb2c463..959da40b70d6a 100644 --- a/Validation/MuonRPCDigis/interface/RPCDigiValid.h +++ b/Validation/MuonRPCDigis/interface/RPCDigiValid.h @@ -24,91 +24,81 @@ #include "CommonTools/UtilAlgos/interface/TFileService.h" #include "TH1F.h" - -class RPCDigiValid: public edm::EDAnalyzer { - public: +class RPCDigiValid: public edm::EDAnalyzer +{ + +public: RPCDigiValid(const edm::ParameterSet& ps); - ~RPCDigiValid(); - - protected: - void analyze(const edm::Event& e, const edm::EventSetup& c); - void beginJob(); - void endJob(void); - - private: - - MonitorElement* xyview; - MonitorElement* rzview; - MonitorElement* Res; - MonitorElement* ResWmin2; - MonitorElement* ResWmin1; - MonitorElement* ResWzer0; - MonitorElement* ResWplu1; - MonitorElement* ResWplu2; - MonitorElement* BxDist; - MonitorElement* StripProf; - - MonitorElement* BxDist_whMin2; - MonitorElement* BxDist_whMin1; - MonitorElement* BxDist_wh0; - MonitorElement* BxDist_wh0_st1; - MonitorElement* BxDist_whPlu1; - MonitorElement* BxDist_whPlu2; - -//barrel layers residuals - MonitorElement* ResLayer1_barrel; - MonitorElement* ResLayer2_barrel; - MonitorElement* ResLayer3_barrel; - MonitorElement* ResLayer4_barrel; - MonitorElement* ResLayer5_barrel; - MonitorElement* ResLayer6_barrel; - -//members for EndCap's disks: - MonitorElement* ResDmin1; - MonitorElement* ResDmin2; - MonitorElement* ResDmin3; - MonitorElement* ResDplu1; - MonitorElement* ResDplu2; - MonitorElement* ResDplu3; - -//endcap layters residuals - MonitorElement* Res_Endcap1_Ring2_A; - MonitorElement* Res_Endcap1_Ring2_B; - MonitorElement* Res_Endcap1_Ring2_C; - - MonitorElement* Res_Endcap23_Ring2_A; - MonitorElement* Res_Endcap23_Ring2_B; - MonitorElement* Res_Endcap23_Ring2_C; - - MonitorElement* Res_Endcap123_Ring3_A; - MonitorElement* Res_Endcap123_Ring3_B; - MonitorElement* Res_Endcap123_Ring3_C; - -// - MonitorElement* xyvDplu1; - MonitorElement* xyvDplu2; - MonitorElement* xyvDplu3; - - MonitorElement* xyvDmin1; - MonitorElement* xyvDmin2; - MonitorElement* xyvDmin3; - -//new member for cls - MonitorElement* noiseCLS; - MonitorElement* noiseCLSBarrel; - MonitorElement* noiseCLSEndcaps; - - MonitorElement* clsBarrel; - MonitorElement* clsLayer1; - MonitorElement* clsLayer2; - MonitorElement* clsLayer3; - MonitorElement* clsLayer4; - MonitorElement* clsLayer5; - MonitorElement* clsLayer6; - -//CLS Validation + ~RPCDigiValid(); + +protected: + void analyze(const edm::Event& e, const edm::EventSetup& c); + void beginJob(); + void endJob(void); + +private: + + MonitorElement* xyview; + MonitorElement* rzview; + MonitorElement* Res; + MonitorElement* ResWmin2; + MonitorElement* ResWmin1; + MonitorElement* ResWzer0; + MonitorElement* ResWplu1; + MonitorElement* ResWplu2; + MonitorElement* BxDist; + MonitorElement* StripProf; + + MonitorElement* BxDist_whMin2; + MonitorElement* BxDist_whMin1; + MonitorElement* BxDist_wh0; + MonitorElement* BxDist_wh0_st1; + MonitorElement* BxDist_whPlu1; + MonitorElement* BxDist_whPlu2; + + //barrel layers residuals + MonitorElement* ResLayer1_barrel; + MonitorElement* ResLayer2_barrel; + MonitorElement* ResLayer3_barrel; + MonitorElement* ResLayer4_barrel; + MonitorElement* ResLayer5_barrel; + MonitorElement* ResLayer6_barrel; + + //members for EndCap's disks: + MonitorElement* ResDmin1; + MonitorElement* ResDmin2; + MonitorElement* ResDmin3; + MonitorElement* ResDplu1; + MonitorElement* ResDplu2; + MonitorElement* ResDplu3; + + //endcap layters residuals + MonitorElement* Res_Endcap1_Ring2_A; + MonitorElement* Res_Endcap1_Ring2_B; + MonitorElement* Res_Endcap1_Ring2_C; + + MonitorElement* Res_Endcap23_Ring2_A; + MonitorElement* Res_Endcap23_Ring2_B; + MonitorElement* Res_Endcap23_Ring2_C; + + MonitorElement* Res_Endcap123_Ring3_A; + MonitorElement* Res_Endcap123_Ring3_B; + MonitorElement* Res_Endcap123_Ring3_C; + + //new member for cls + MonitorElement* noiseCLS; + + MonitorElement* clsBarrel; + MonitorElement* clsLayer1; + MonitorElement* clsLayer2; + MonitorElement* clsLayer3; + MonitorElement* clsLayer4; + MonitorElement* clsLayer5; + MonitorElement* clsLayer6; + + //CLS Validation //ring2, disc +- 1 MonitorElement* CLS_Endcap_1_Ring2_A; MonitorElement* CLS_Endcap_1_Ring2_B; @@ -123,38 +113,22 @@ class RPCDigiValid: public edm::EDAnalyzer { MonitorElement* CLS_Endcap_123_Ring3_A; MonitorElement* CLS_Endcap_123_Ring3_B; MonitorElement* CLS_Endcap_123_Ring3_C; -//CLS Validation - -//4 endcap - - MonitorElement *ResDmin4; //new histo - MonitorElement *ResDplu4; //new histo - MonitorElement *BxDisc_4Plus; //new histo - MonitorElement *BxDisc_4Min; //new histo - MonitorElement *xyvDplu4; //new histo - MonitorElement *xyvDmin4; //new histo - MonitorElement *CLS_Endcap_4; //new histo - - -//new members for the noise - //std::map mapRollCls; - std::map mapRollCls; - std::map mapRollArea; - std::map mapRollStripArea; - std::map mapRollFakeCount; - std::map mapRollTruCount; - std::map mapRollName; - std::map* > mapRollStripRate; - std::map* > mapRollNoisyStripRate; - int countEvent; - - - DQMStore* dbe_; - std::string outputFile_; - std::string digiLabel; + //CLS Validation + + //new members for the noise + std::map mapRollCls; + std::map mapRollArea; + std::map mapRollStripArea; + std::map mapRollFakeCount; + std::map mapRollTruCount; + std::map mapRollName; + std::map*> mapRollStripRate; + std::map*> mapRollNoisyStripRate; + int countEvent; + + DQMStore* dbe_; + std::string outputFile_; + std::string digiLabel; }; - - - #endif diff --git a/Validation/MuonRPCDigis/src/RPCDigiValid.cc b/Validation/MuonRPCDigis/src/RPCDigiValid.cc index 44d282f6617b6..180794b9b9513 100644 --- a/Validation/MuonRPCDigis/src/RPCDigiValid.cc +++ b/Validation/MuonRPCDigis/src/RPCDigiValid.cc @@ -19,38 +19,32 @@ using namespace std; using namespace edm; -RPCDigiValid::RPCDigiValid(const ParameterSet& ps):dbe_(0){ - - digiLabel = ps.getUntrackedParameter("digiLabel"); - outputFile_ = ps.getUntrackedParameter("outputFile", "rpcDigiValidPlots.root"); - dbe_ = Service().operator->(); - +RPCDigiValid::RPCDigiValid(const ParameterSet& ps) : + dbe_(0) +{ + + digiLabel = ps.getUntrackedParameter ("digiLabel"); + outputFile_ = ps.getUntrackedParameter ("outputFile", "rpcDigiValidPlots.root"); + dbe_ = Service ().operator->(); } -RPCDigiValid::~RPCDigiValid(){} +RPCDigiValid::~RPCDigiValid() +{ +} void RPCDigiValid::beginJob() { countEvent = 0; - if ( dbe_ ) { + if (dbe_) + { dbe_->setCurrentFolder("RPCDigisV/RPCDigis"); - - xyview = dbe_->book2D("X_Vs_Y_View","X_Vs_Y_View",1000, -760., 760., 1000, -760., 760.); - xyvDplu1 = dbe_->book2D("Dplu1_XvsY","Dplu1_XvsY",1000, -760., 760., 1000, -760., 760.); - xyvDplu2 = dbe_->book2D("Dplu2_XvsY","Dplu2_XvsY",1000, -760., 760., 1000, -760., 760.); - xyvDplu3 = dbe_->book2D("Dplu3_XvsY","Dplu3_XvsY",1000, -760., 760., 1000, -760., 760.); - xyvDmin1 = dbe_->book2D("Dmin1_XvsY","Dmin1_XvsY",1000, -760., 760., 1000, -760., 760.); - xyvDmin2 = dbe_->book2D("Dmin2_XvsY","Dmin2_XvsY",1000, -760., 760., 1000, -760., 760.); - xyvDmin3 = dbe_->book2D("Dmin3_XvsY","Dmin3_XvsY",1000, -760., 760., 1000, -760., 760.); + xyview = dbe_->book2D("X_Vs_Y_View", "X_Vs_Y_View", 155, -775., 775., 155, -775., 775.); - xyvDplu4 = dbe_->book2D("Dplu4_XvsY","Dplu4_XvsY",1000, -760., 760., 1000, -760., 760.); //new histo - xyvDmin4 = dbe_->book2D("Dmin4_XvsY","Dmin4_XvsY",1000, -760., 760., 1000, -760., 760.); //new histo - - rzview = dbe_->book2D("R_Vs_Z_View","R_Vs_Z_View",1000, -1100., 1100.,1000,0., 800.); - Res = dbe_->book1D("Digi_SimHit_difference", "Digi_SimHit_difference", 300, -8, 8); + rzview = dbe_->book2D("R_Vs_Z_View", "R_Vs_Z_View", 200, -1000., 1000., 52, 260., 780.); + Res = dbe_->book1D("Digi_SimHit_difference", "Digi_SimHit_difference", 300, -8, 8); ResWmin2 = dbe_->book1D("W_Min2_Residuals", "W_Min2_Residuals", 400, -8, 8); ResWmin1 = dbe_->book1D("W_Min1_Residuals", "W_Min1_Residuals", 400, -8, 8); ResWzer0 = dbe_->book1D("W_Zer0_Residuals", "W_Zer0_Residuals", 400, -8, 8); @@ -67,19 +61,14 @@ void RPCDigiValid::beginJob() BxDist = dbe_->book1D("Bunch_Crossing", "Bunch_Crossing", 20, -10., 10.); BxDist_whMin2 = dbe_->book1D("BX_wheelMin2", "BX_wheelMin2", 20, -10., 10.); BxDist_whMin1 = dbe_->book1D("BX_wheelMin1", "BX_wheelMin1", 20, -10., 10.); - BxDist_wh0 = dbe_->book1D("BX_wheel0", "BX_wheel0", 11, -5.5, 5.5); - BxDist_wh0_st1 = dbe_->book1D("BxDist_wh0_st1", "BxDist_wh0_st1", 11, -5.5, 5.5); + BxDist_wh0 = dbe_->book1D("BX_wheel0", "BX_wheel0", 11, -5.5, 5.5); + BxDist_wh0_st1 = dbe_->book1D("BxDist_wh0_st1", "BxDist_wh0_st1", 11, -5.5, 5.5); BxDist_whPlu1 = dbe_->book1D("BX_wheelPlus1", "BX_wheelPlu1", 20, -10., 10.); BxDist_whPlu2 = dbe_->book1D("BX_wheelPlu2", "BX_wheelPlu2", 20, -10., 10.); StripProf = dbe_->book1D("Strip_Profile", "Strip_Profile", 100, 0, 100); - BxDisc_4Plus = dbe_->book1D("BxDisc_4Plus", "BxDisc_4Plus", 20, -10., 10.); - BxDisc_4Min = dbe_->book1D("BxDisc_4Min", "BxDisc_4Min", 20, -10., 10.); - -//cls histos + //cls histos noiseCLS = dbe_->book1D("noiseCLS", "noiseCLS", 10, 0.5, 10.5); - noiseCLSBarrel = dbe_->book1D("noiseCLSBarrel", "noiseCLSBarrel", 10, 0.5, 10.5); - noiseCLSEndcaps = dbe_->book1D("noiseCLSEndcaps", "noiseCLSEndcaps", 10, 0.5, 10.5); clsBarrel = dbe_->book1D("clsBarrel", "clsBarrel", 10, 0.5, 10.5); clsLayer1 = dbe_->book1D("clsLayer1", "clsLayer1", 10, 0.5, 10.5); @@ -89,31 +78,25 @@ void RPCDigiValid::beginJob() clsLayer5 = dbe_->book1D("clsLayer5", "clsLayer5", 10, 0.5, 10.5); clsLayer6 = dbe_->book1D("clsLayer6", "clsLayer6", 10, 0.5, 10.5); -//endcap CLS - CLS_Endcap_1_Ring2_A = dbe_->book1D("CLS_Endcap_1_1Ring2_A","CLS_Endcap_1_Ring2_A",10,0.5,10.5); - CLS_Endcap_1_Ring2_B = dbe_->book1D("CLS_Endcap_1_1Ring2_B","CLS_Endcap_1_Ring2_B",10,0.5,10.5); - CLS_Endcap_1_Ring2_C = dbe_->book1D("CLS_Endcap_1_1Ring2_C","CLS_Endcap_1_Ring2_C",10,0.5,10.5); - - CLS_Endcap_23_Ring2_A = dbe_->book1D("CLS_Endcap_23_Ring2_A","CLS_Endcap_23_Ring2_A",10,0.5,10.5); - CLS_Endcap_23_Ring2_B = dbe_->book1D("CLS_Endcap_23_Ring2_B","CLS_Endcap_23_Ring2_B",10,0.5,10.5); - CLS_Endcap_23_Ring2_C = dbe_->book1D("CLS_Endcap_23_Ring2_C","CLS_Endcap_23_Ring2_C",10,0.5,10.5); - - CLS_Endcap_123_Ring3_A = dbe_->book1D("CLS_Endcap_123_Ring3_A","CLS_Endcap_123_Ring3_A",10,0.5,10.5); - CLS_Endcap_123_Ring3_B = dbe_->book1D("CLS_Endcap_123_Ring3_B","CLS_Endcap_123_Ring3_B",10,0.5,10.5); - CLS_Endcap_123_Ring3_C = dbe_->book1D("CLS_Endcap_123_Ring3_C","CLS_Endcap_123_Ring3_C",10,0.5,10.5); + //endcap CLS + CLS_Endcap_1_Ring2_A = dbe_->book1D("CLS_Endcap_1_1Ring2_A", "CLS_Endcap_1_Ring2_A", 10, 0.5, 10.5); + CLS_Endcap_1_Ring2_B = dbe_->book1D("CLS_Endcap_1_1Ring2_B", "CLS_Endcap_1_Ring2_B", 10, 0.5, 10.5); + CLS_Endcap_1_Ring2_C = dbe_->book1D("CLS_Endcap_1_1Ring2_C", "CLS_Endcap_1_Ring2_C", 10, 0.5, 10.5); - CLS_Endcap_4 = dbe_->book1D("CLS_Endcap_4","CLS_Endcap_4",10,0.5,10.5); + CLS_Endcap_23_Ring2_A = dbe_->book1D("CLS_Endcap_23_Ring2_A", "CLS_Endcap_23_Ring2_A", 10, 0.5, 10.5); + CLS_Endcap_23_Ring2_B = dbe_->book1D("CLS_Endcap_23_Ring2_B", "CLS_Endcap_23_Ring2_B", 10, 0.5, 10.5); + CLS_Endcap_23_Ring2_C = dbe_->book1D("CLS_Endcap_23_Ring2_C", "CLS_Endcap_23_Ring2_C", 10, 0.5, 10.5); -//endcap residuals + CLS_Endcap_123_Ring3_A = dbe_->book1D("CLS_Endcap_123_Ring3_A", "CLS_Endcap_123_Ring3_A", 10, 0.5, 10.5); + CLS_Endcap_123_Ring3_B = dbe_->book1D("CLS_Endcap_123_Ring3_B", "CLS_Endcap_123_Ring3_B", 10, 0.5, 10.5); + CLS_Endcap_123_Ring3_C = dbe_->book1D("CLS_Endcap_123_Ring3_C", "CLS_Endcap_123_Ring3_C", 10, 0.5, 10.5); + //endcap residuals ResDmin1 = dbe_->book1D("Disk_Min1_Residuals", "Disk_Min1_Residuals", 400, -8, 8); ResDmin2 = dbe_->book1D("Disk_Min2_Residuals", "Disk_Min2_Residuals", 400, -8, 8); ResDmin3 = dbe_->book1D("Disk_Min3_Residuals", "Disk_Min3_Residuals", 400, -8, 8); ResDplu1 = dbe_->book1D("Disk_Plu1_Residuals", "Disk_Plu1_Residuals", 400, -8, 8); ResDplu2 = dbe_->book1D("Disk_Plu2_Residuals", "Disk_Plu2_Residuals", 400, -8, 8); - ResDplu3 = dbe_->book1D("Disk_Plu3_Residuals", "Disk_Plu3_Residuals", 400, -8, 8); - - ResDmin4 = dbe_->book1D("Disk_Min4_Residuals", "Disk_Min4_Residuals", 400, -8, 8); - ResDplu4 = dbe_->book1D("Disk_Plu4_Residuals", "Disk_Plu4_Residuals", 400, -8, 8); + ResDplu3 = dbe_->book1D("Disk_Plu3_Residuals", "Disk_Plu3_Residuals", 400, -8, 8); Res_Endcap1_Ring2_A = dbe_->book1D("Res_Endcap1_Ring2_A", "Res_Endcap1_Ring2_A", 400, -8, 8); Res_Endcap1_Ring2_B = dbe_->book1D("Res_Endcap1_Ring2_B", "Res_Endcap1_Ring2_B", 400, -8, 8); @@ -128,77 +111,29 @@ void RPCDigiValid::beginJob() Res_Endcap123_Ring3_C = dbe_->book1D("Res_Endcap123_Ring3_C", "Res_Endcap123_Ring3_C", 400, -8, 8); }//end dbe -/* - edm::Service fs; -//noise histos - h_stripNoise = fs->make ("stripNoise", "stripNoise", 1000, 0., 10); - h_averageNoisePerRoll = fs->make ("averageNoisePerRoll", "averageNoisePerRoll", 1000, 0., 10); - h_stripRatePerArea = fs->make ("stripRatePerArea", "stripRatePerArea", 2000, 0., 20); - - averageNoiseLayer1 = fs->make ("averageNoiseLayer1", "averageNoiseLayer1", 1000, 0., 10); - averageNoiseLayer2 = fs->make ("averageNoiseLayer2", "averageNoiseLayer2", 1000, 0., 10); - averageNoiseLayer3 = fs->make ("averageNoiseLayer3", "averageNoiseLayer3", 1000, 0., 10); - averageNoiseLayer4 = fs->make ("averageNoiseLayer4", "averageNoiseLayer4", 1000, 0., 10); - averageNoiseLayer5 = fs->make ("averageNoiseLayer5", "averageNoiseLayer5", 1000, 0., 10); - averageNoiseLayer6 = fs->make ("averageNoiseLayer6", "averageNoiseLayer6", 1000, 0., 10); - - averageNoise_Endcap1_Ring2_A = fs->make ("averageNoise_Endcap1_Ring2_A", "averageNoise_Endcap1_Ring2_A", 1000, 0., 10); - averageNoise_Endcap1_Ring2_B = fs->make ("averageNoise_Endcap1_Ring2_B", "averageNoise_Endcap1_Ring2_B", 1000, 0., 10); - averageNoise_Endcap1_Ring2_C = fs->make ("averageNoise_Endcap1_Ring2_C", "averageNoise_Endcap1_Ring2_C", 1000, 0., 10); - - averageNoise_Endcap23_Ring2_A = fs->make ("averageNoise_Endcap23_Ring2_A", "averageNoise_Endcap23_Ring2_A", 1000, 0., 10); - averageNoise_Endcap23_Ring2_B = fs->make ("averageNoise_Endcap23_Ring2_B", "averageNoise_Endcap23_Ring2_B", 1000, 0., 10); - averageNoise_Endcap23_Ring2_C = fs->make ("averageNoise_Endcap23_Ring2_C", "averageNoise_Endcap23_Ring2_C", 1000, 0., 10); - - averageNoise_Endcap123_Ring3_A = fs->make ("averageNoise_Endcap123_Ring3_A", "averageNoise_Endcap123_Ring3_A", 1000, 0., 10); - averageNoise_Endcap123_Ring3_B = fs->make ("averageNoise_Endcap123_Ring3_B", "averageNoise_Endcap123_Ring3_B", 1000, 0., 10); - averageNoise_Endcap123_Ring3_C = fs->make ("averageNoise_Endcap123_Ring3_C", "averageNoise_Endcap123_Ring3_C", 1000, 0., 10); - - averageNoise_EndcapPlu4 = fs->make ("averageNoise_EndcapPlu4", "averageNoise_EndcapPlu4", 1000, 0., 10); //new histo - averageNoise_EndcapMin4 = fs->make ("averageNoise_EndcapMin4", "averageNoise_EndcapMin4", 1000, 0., 10); //new histo - -//strip rate per area; layers - stripRate_perArea_Layer1 = fs->make ("stripRate_perArea_Layer1", "stripRate_perArea_Layer1", 1000, 0., 10); - stripRate_perArea_Layer2 = fs->make ("stripRate_perArea_Layer2", "stripRate_perArea_Layer2", 1000, 0., 10); - stripRate_perArea_Layer3 = fs->make ("stripRate_perArea_Layer3", "stripRate_perArea_Layer3", 1000, 0., 10); - stripRate_perArea_Layer4 = fs->make ("stripRate_perArea_Layer4", "stripRate_perArea_Layer4", 1000, 0., 10); - stripRate_perArea_Layer5 = fs->make ("stripRate_perArea_Layer5", "stripRate_perArea_Layer5", 1000, 0., 10); - stripRate_perArea_Layer6 = fs->make ("stripRate_perArea_Layer6", "stripRate_perArea_Layer6", 1000, 0., 10); - - stripRate_perArea_Endcap1_Ring2_A = fs->make ("stripRate_perArea_Endcap1_Ring2_A", "stripRate_perArea__Endcap1_Ring2_A", 1000, 0., 10); - stripRate_perArea_Endcap1_Ring2_B = fs->make ("stripRate_perArea_Endcap1_Ring2_B", "stripRate_perArea__Endcap1_Ring2_B", 1000, 0., 10); - stripRate_perArea_Endcap1_Ring2_C = fs->make ("stripRate_perArea_Endcap1_Ring2_C", "stripRate_perArea__Endcap1_Ring2_C", 1000, 0., 10); - - stripRate_perArea_Endcap23_Ring2_A = fs->make ("stripRate_perArea_Endcap23_Ring2_A", "stripRate_perArea__Endcap23_Ring2_A", 1000, 0., 10); - stripRate_perArea_Endcap23_Ring2_B = fs->make ("stripRate_perArea_Endcap23_Ring2_B", "stripRate_perArea__Endcap23_Ring2_B", 1000, 0., 10); - stripRate_perArea_Endcap23_Ring2_C = fs->make ("stripRate_perArea_Endcap23_Ring2_C", "stripRate_perArea__Endcap23_Ring2_C", 1000, 0., 10); - - stripRate_perArea_Endcap123_Ring3_A = fs->make ("stripRate_perArea_Endcap123_Ring3_A", "stripRate_perArea_Endcap123_Ring3_A", 1000, 0., 10); - stripRate_perArea_Endcap123_Ring3_B = fs->make ("stripRate_perArea_Endcap123_Ring3_B", "stripRate_perArea_Endcap123_Ring3_B", 1000, 0., 10); - stripRate_perArea_Endcap123_Ring3_C = fs->make ("stripRate_perArea_Endcap123_Ring3_C", "stripRate_perArea_Endcap123_Ring3_C", 1000, 0., 10); -*/ } -void RPCDigiValid::endJob() { - if ( outputFile_.size() != 0 && dbe_ ) dbe_->save(outputFile_); +void RPCDigiValid::endJob() +{ + if (outputFile_.size() != 0 && dbe_) + dbe_->save(outputFile_); } -void RPCDigiValid::analyze(const Event& event, const EventSetup& eventSetup){ - - +void RPCDigiValid::analyze(const Event& event, const EventSetup& eventSetup) +{ countEvent++; // cout << endl <<"--- [RPCDigiQuality] Analysing Event: #Run: " << event.id().run() // << " #Event: " << event.id().event() << endl; - + // Get the RPC Geometry edm::ESHandle rpcGeom; - eventSetup.get().get(rpcGeom); - + eventSetup.get ().get(rpcGeom); + edm::Handle simHit; event.getByLabel("g4SimHits", "MuonRPCHits", simHit); - + edm::Handle rpcDigis; event.getByLabel(digiLabel, rpcDigis); @@ -208,342 +143,281 @@ void RPCDigiValid::analyze(const Event& event, const EventSetup& eventSetup){ //loop over Simhit std::map > allsims; - for (simIt = simHit->begin(); simIt != simHit->end(); simIt++) { + for (simIt = simHit->begin(); simIt != simHit->end(); simIt++) + { RPCDetId Rsid = (RPCDetId)(*simIt).detUnitId(); - const RPCRoll* soll = dynamic_cast( rpcGeom->roll(Rsid)); + const RPCRoll* soll = dynamic_cast (rpcGeom->roll(Rsid)); int ptype = simIt->particleType(); // std::cout <<"This is a Simhit with Parent "< buff; - if (allsims.find(Rsid) != allsims.end() ){ - buff= allsims[Rsid]; + if (allsims.find(Rsid) != allsims.end()) + { + buff = allsims[Rsid]; } buff.push_back(simIt->localPosition().x()); - allsims[Rsid]=buff; - - // std::cout << "allsims[Rsid] = " << std::endl; - + allsims[Rsid] = buff; + // std::cout << "allsims[Rsid] = " << std::endl; } - GlobalPoint p=soll->toGlobal(simIt->localPosition()); - /* - std::cout <<"Muon Position phi="< (rpcGeom->roll(Rsid)); + RPCGeomServ rpcsrv(roll->id()); + std::string name = rpcsrv.name(); + //std:: cout << (roll->id().rawId()) << "\t" << name << std::endl; const RPCDigiCollection::Range& range = (*detUnitIt).second; std::vector sims; - if (allsims.find(Rsid) != allsims.end() ){ + if (allsims.find(Rsid) != allsims.end()) + { sims = allsims[Rsid]; } //int ndigi=0; - double ndigi=0; - for (RPCDigiCollection::const_iterator digiIt = range.first; - digiIt != range.second; ++digiIt){ + double ndigi = 0; + for (RPCDigiCollection::const_iterator digiIt = range.first; digiIt != range.second; ++digiIt) + { StripProf->Fill(digiIt->strip()); BxDist->Fill(digiIt->bx()); -//bx for different wheels - if(Rsid.region() == 0 ) + //bx for different wheels + if (Rsid.region() == 0) { if (Rsid.ring() == -2) { - BxDist_whMin2->Fill(digiIt->bx()); + BxDist_whMin2->Fill(digiIt->bx()); } if (Rsid.ring() == -1) { - BxDist_whMin1->Fill(digiIt->bx()); + BxDist_whMin1->Fill(digiIt->bx()); } if (Rsid.ring() == 0) { - BxDist_wh0->Fill(digiIt->bx()); - if(Rsid.layer() == 1 || Rsid.layer() == 2) - { - BxDist_wh0_st1->Fill(digiIt->bx()); - } + BxDist_wh0->Fill(digiIt->bx()); + if (Rsid.layer() == 1 || Rsid.layer() == 2) + { + BxDist_wh0_st1->Fill(digiIt->bx()); + } } if (Rsid.ring() == +1) { - BxDist_whPlu1->Fill(digiIt->bx()); + BxDist_whPlu1->Fill(digiIt->bx()); } if (Rsid.ring() == +2) { - BxDist_whPlu2->Fill(digiIt->bx()); + BxDist_whPlu2->Fill(digiIt->bx()); } } -//bx for 4 endcaps - else if (Rsid.region() == (+1)){ - if (Rsid.station() == 4) - BxDisc_4Plus->Fill(digiIt->bx()); //new histo - } - else if (Rsid.region() == (-1)){ - if (Rsid.station() == 4) - BxDisc_4Min->Fill(digiIt->bx()); //new histo - } - - - map* stripRate = mapRollStripRate[Rsid.rawId()]; map* stripNoisyRate = mapRollNoisyStripRate[Rsid.rawId()]; -//init map strip rate - if(stripRate == 0) + //init map strip rate + if (stripRate == 0) { - stripRate = new map(); + stripRate = new map (); mapRollStripRate[Rsid.rawId()] = stripRate; } - (*stripRate)[digiIt->strip()] +=1; - -//noisy only - if(sims.size() == 0) + (*stripRate)[digiIt->strip()] += 1; + //noisy only + if (sims.size() == 0) { - if(stripNoisyRate == 0) + if (stripNoisyRate == 0) { - stripNoisyRate = new map(); + stripNoisyRate = new map (); mapRollNoisyStripRate[Rsid.rawId()] = stripNoisyRate; } - (*stripNoisyRate)[digiIt->strip()] +=1; - - } + (*stripNoisyRate)[digiIt->strip()] += 1; -// std::cout << Rsid.rawId() << "\tstrip = " << digiIt->strip() << std::endl; + } + // std::cout << Rsid.rawId() << "\tstrip = " << digiIt->strip() << std::endl; ndigi++; -// std::cout << "digis = " << ndigi << std::endl; - } - -//myrate -//calculate the roll area - //unsigned int nstrips = roll->nstrips(); - - double area = 0.0; - double stripArea = 0.0; - //int fakeCount = 0.; - - if ( Rsid.region() == 0 ) - { - const RectangularStripTopology* top_ = dynamic_cast(&(roll->topology())); - float xmin = (top_->localPosition(0.)).x(); - float xmax = (top_->localPosition((float)roll->nstrips())).x(); - float striplength = (top_->stripLength()); - area = striplength*(xmax-xmin); - stripArea = area / ((float)roll->nstrips()); - } - else - { - const TrapezoidalStripTopology* top_=dynamic_cast(&(roll->topology())); - float xmin = (top_->localPosition(0.)).x(); - float xmax = (top_->localPosition((float)roll->nstrips())).x(); - float striplength = (top_->stripLength()); - area = striplength*(xmax-xmin); - stripArea = area / ((float)roll->nstrips()); - } - - mapRollTruCount[Rsid] += 1; - - if (sims.size() == 0) - { - noiseCLS->Fill(ndigi); - if(Rsid.region() == 0 ) - { - noiseCLSBarrel->Fill(ndigi); - } - if(Rsid.region() == +1 || Rsid.region() == 1) - { - noiseCLSEndcaps->Fill(ndigi); - } + // std::cout << "digis = " << ndigi << std::endl; + } + double area = 0.0; + double stripArea = 0.0; - mapRollCls[Rsid] += ndigi; - //fakeCount++; - //mapRollFakeCount[Rsid] = fakeCount; - //mapRollFakeCount[Rsid] += fakeCount; - mapRollFakeCount[Rsid] += 1; - } - mapRollArea[Rsid] = area; - mapRollStripArea[Rsid] = stripArea; - mapRollName[Rsid] = name; + if (Rsid.region() == 0) + { + const RectangularStripTopology* top_ = dynamic_cast (&(roll->topology())); + float xmin = (top_->localPosition(0.)).x(); + float xmax = (top_->localPosition((float) roll->nstrips())).x(); + float striplength = (top_->stripLength()); + area = striplength * (xmax - xmin); + stripArea = area / ((float) roll->nstrips()); + } + else + { + const TrapezoidalStripTopology* top_ = dynamic_cast (&(roll->topology())); + float xmin = (top_->localPosition(0.)).x(); + float xmax = (top_->localPosition((float) roll->nstrips())).x(); + float striplength = (top_->stripLength()); + area = striplength * (xmax - xmin); + stripArea = area / ((float) roll->nstrips()); + } + mapRollTruCount[Rsid] += 1; + + if (sims.size() == 0) + { + noiseCLS->Fill(ndigi); + + mapRollCls[Rsid] += ndigi; + mapRollFakeCount[Rsid] += 1; + } + mapRollArea[Rsid] = area; + mapRollStripArea[Rsid] = stripArea; + mapRollName[Rsid] = name; -//CLS histos - if(Rsid.region() == 0 ) + //CLS histos + if (Rsid.region() == 0) + { + clsBarrel->Fill(ndigi); + if (Rsid.station() == 1 && Rsid.layer() == 1) + { + clsLayer1->Fill(ndigi); + } + if (Rsid.station() == 1 && Rsid.layer() == 2) + { + clsLayer2->Fill(ndigi); + } + if (Rsid.station() == 2 && Rsid.layer() == 1) + { + clsLayer3->Fill(ndigi); + } + if (Rsid.station() == 2 && Rsid.layer() == 2) + ; + { + clsLayer4->Fill(ndigi); + } + if (Rsid.station() == 3) + { + clsLayer5->Fill(ndigi); + } + if (Rsid.station() == 4) + { + clsLayer6->Fill(ndigi); + } + } + //endcap + if (Rsid.region() != 0) + { + if (Rsid.ring() == 2) + { + if (abs(Rsid.station()) == 1) { - clsBarrel->Fill(ndigi); - if (Rsid.station() == 1 && Rsid.layer() == 1) - { - clsLayer1->Fill(ndigi); - } - if(Rsid.station() == 1 && Rsid.layer() == 2) - { - clsLayer2->Fill(ndigi); - } - if(Rsid.station() == 2 && Rsid.layer() == 1) - { - clsLayer3->Fill(ndigi); - } - if(Rsid.station() == 2 && Rsid.layer() == 2); - { - clsLayer4->Fill(ndigi); - } - if(Rsid.station()==3) - { - clsLayer5->Fill(ndigi); - } - if(Rsid.station()==4) - { - clsLayer6->Fill(ndigi); - } + if (Rsid.roll() == 1) + CLS_Endcap_1_Ring2_A->Fill(ndigi); + if (Rsid.roll() == 2) + CLS_Endcap_1_Ring2_B->Fill(ndigi); + if (Rsid.roll() == 3) + CLS_Endcap_1_Ring2_C->Fill(ndigi); } -//endcap - if(Rsid.region()!=0) - { - if(Rsid.ring()==2){ - if(abs(Rsid.station())==1) - { - if(Rsid.roll()==1) CLS_Endcap_1_Ring2_A->Fill(ndigi); - if(Rsid.roll()==2) CLS_Endcap_1_Ring2_B->Fill(ndigi); - if(Rsid.roll()==3) CLS_Endcap_1_Ring2_C->Fill(ndigi); - } - if(abs(Rsid.station())==2 || abs(Rsid.station())==3) - { - if(Rsid.roll()==1) CLS_Endcap_23_Ring2_A->Fill(ndigi); - if(Rsid.roll()==2) CLS_Endcap_23_Ring2_B->Fill(ndigi); - if(Rsid.roll()==3) CLS_Endcap_23_Ring2_C->Fill(ndigi); - } - } - if(Rsid.ring()==3) - { - if(Rsid.roll()==1) CLS_Endcap_123_Ring3_A->Fill(ndigi); - if(Rsid.roll()==2) CLS_Endcap_123_Ring3_B->Fill(ndigi); - if(Rsid.roll()==3) CLS_Endcap_123_Ring3_C->Fill(ndigi); - } - if(abs(Rsid.station())==4) - CLS_Endcap_4->Fill(ndigi); //new histo - } + if (abs(Rsid.station()) == 2 || abs(Rsid.station()) == 3) + { + if (Rsid.roll() == 1) + CLS_Endcap_23_Ring2_A->Fill(ndigi); + if (Rsid.roll() == 2) + CLS_Endcap_23_Ring2_B->Fill(ndigi); + if (Rsid.roll() == 3) + CLS_Endcap_23_Ring2_C->Fill(ndigi); + } + } + if (Rsid.ring() == 3) + { + if (Rsid.roll() == 1) + CLS_Endcap_123_Ring3_A->Fill(ndigi); + if (Rsid.roll() == 2) + CLS_Endcap_123_Ring3_B->Fill(ndigi); + if (Rsid.roll() == 3) + CLS_Endcap_123_Ring3_C->Fill(ndigi); + } + } -//cls histos - if (sims.size() == 1 && ndigi == 1)//ndigi == 1 + //cls histos + if (sims.size() == 1 && ndigi == 1) { - double dis = roll->centreOfStrip(range.first->strip()).x()-sims[0]; - Res->Fill(dis); - - if (Rsid.region() == 0 ){ - if (Rsid.ring() == -2) - ResWmin2->Fill(dis); - else if (Rsid.ring() == -1) - ResWmin1->Fill(dis); - else if (Rsid.ring() == 0) - ResWzer0->Fill(dis); - else if (Rsid.ring() == 1) - ResWplu1->Fill(dis); - else if (Rsid.ring() == 2) - ResWplu2->Fill(dis); -//barrel layers - if(Rsid.station() == 1 && Rsid.layer() == 1) + double dis = roll->centreOfStrip(range.first->strip()).x() - sims[0]; + Res->Fill(dis); + + if (Rsid.region() == 0) + { + if (Rsid.ring() == -2) + ResWmin2->Fill(dis); + else if (Rsid.ring() == -1) + ResWmin1->Fill(dis); + else if (Rsid.ring() == 0) + ResWzer0->Fill(dis); + else if (Rsid.ring() == 1) + ResWplu1->Fill(dis); + else if (Rsid.ring() == 2) + ResWplu2->Fill(dis); + //barrel layers + if (Rsid.station() == 1 && Rsid.layer() == 1) ResLayer1_barrel->Fill(dis); - if(Rsid.station() == 1 && Rsid.layer() == 2) + if (Rsid.station() == 1 && Rsid.layer() == 2) ResLayer2_barrel->Fill(dis); - if(Rsid.station() == 2 && Rsid.layer() == 1) + if (Rsid.station() == 2 && Rsid.layer() == 1) ResLayer3_barrel->Fill(dis); - if(Rsid.station() == 2 && Rsid.layer() == 2) + if (Rsid.station() == 2 && Rsid.layer() == 2) ResLayer4_barrel->Fill(dis); - if(Rsid.station()==3) + if (Rsid.station() == 3) ResLayer5_barrel->Fill(dis); - if(Rsid.station()==4) + if (Rsid.station() == 4) ResLayer6_barrel->Fill(dis); - } -//endcap layers residuals - if(Rsid.region()!=0) + } + //endcap layers residuals + if (Rsid.region() != 0) + { + if (Rsid.ring() == 2) + { + if (abs(Rsid.station()) == 1) { - if(Rsid.ring()==2) - { - if(abs(Rsid.station())==1) - { - if(Rsid.roll()==1) Res_Endcap1_Ring2_A->Fill(dis); - if(Rsid.roll()==2) Res_Endcap1_Ring2_B->Fill(dis); - if(Rsid.roll()==3) Res_Endcap1_Ring2_C->Fill(dis); - } - if(abs(Rsid.station())==2 || abs(Rsid.station())==3) - { - if(Rsid.roll()==1) Res_Endcap23_Ring2_A->Fill(dis); - if(Rsid.roll()==2) Res_Endcap23_Ring2_B->Fill(dis); - if(Rsid.roll()==3) Res_Endcap23_Ring2_C->Fill(dis); - } - } - if(Rsid.ring()==3) - { - if(Rsid.roll()==1) Res_Endcap123_Ring3_A->Fill(dis); - if(Rsid.roll()==2) Res_Endcap123_Ring3_B->Fill(dis); - if(Rsid.roll()==3) Res_Endcap123_Ring3_C->Fill(dis); - } + if (Rsid.roll() == 1) + Res_Endcap1_Ring2_A->Fill(dis); + if (Rsid.roll() == 2) + Res_Endcap1_Ring2_B->Fill(dis); + if (Rsid.roll() == 3) + Res_Endcap1_Ring2_C->Fill(dis); } - - - + if (abs(Rsid.station()) == 2 || abs(Rsid.station()) == 3) + { + if (Rsid.roll() == 1) + Res_Endcap23_Ring2_A->Fill(dis); + if (Rsid.roll() == 2) + Res_Endcap23_Ring2_B->Fill(dis); + if (Rsid.roll() == 3) + Res_Endcap23_Ring2_C->Fill(dis); + } + } + if (Rsid.ring() == 3) + { + if (Rsid.roll() == 1) + Res_Endcap123_Ring3_A->Fill(dis); + if (Rsid.roll() == 2) + Res_Endcap123_Ring3_B->Fill(dis); + if (Rsid.roll() == 3) + Res_Endcap123_Ring3_C->Fill(dis); + } + } - if (Rsid.region() == (+1)){ + if (Rsid.region() == (+1)) + { if (Rsid.station() == 1) ResDplu1->Fill(dis); @@ -551,10 +425,9 @@ void RPCDigiValid::analyze(const Event& event, const EventSetup& eventSetup){ ResDplu2->Fill(dis); else if (Rsid.station() == 3) ResDplu3->Fill(dis); - else if (Rsid.station() == 4) - ResDplu4->Fill(dis); //new histo } - if (Rsid.region() == (-1)){ + if (Rsid.region() == (-1)) + { if (Rsid.station() == 1) ResDmin1->Fill(dis); @@ -562,10 +435,7 @@ void RPCDigiValid::analyze(const Event& event, const EventSetup& eventSetup){ ResDmin2->Fill(dis); else if (Rsid.station() == 3) ResDmin3->Fill(dis); - else if (Rsid.station() == 4) - ResDmin4->Fill(dis); //new histo } - }//end ndigi == 1 - + } } } diff --git a/Validation/MuonRPCGeometry/interface/Constants.h b/Validation/MuonRPCGeometry/interface/Constants.h index 317f6f7264b90..ccdc613fd9e36 100644 --- a/Validation/MuonRPCGeometry/interface/Constants.h +++ b/Validation/MuonRPCGeometry/interface/Constants.h @@ -16,7 +16,7 @@ // // Original Author: TMF // Created: Wed Oct 3 10:28:12 CEST 2007 -// $Id: Constants.h,v 1.1 2009/02/05 10:09:55 fruboes Exp $ +// $Id$ // #include namespace RPCpg { diff --git a/Validation/MuonRPCGeometry/plugins/RPCPhiEff.cc b/Validation/MuonRPCGeometry/plugins/RPCPhiEff.cc index ff0e45fbb1839..4ddef1b3cbde4 100644 --- a/Validation/MuonRPCGeometry/plugins/RPCPhiEff.cc +++ b/Validation/MuonRPCGeometry/plugins/RPCPhiEff.cc @@ -13,7 +13,7 @@ // // Original Author: Tomasz Fruboes // Created: Wed Mar 7 08:31:57 CET 2007 -// $Id: RPCPhiEff.cc,v 1.5 2011/12/05 22:29:19 gowdy Exp $ +// $Id: RPCPhiEff.cc,v 1.4 2009/07/22 12:38:23 fruboes Exp $ // // diff --git a/Validation/Performance/python/IgProfInfo.py b/Validation/Performance/python/IgProfInfo.py new file mode 100644 index 0000000000000..b8bfc7e00078e --- /dev/null +++ b/Validation/Performance/python/IgProfInfo.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms +def customise(process): + + #Add the configuration for the Igprof running to dump profile snapshots: + process.IgProfService = cms.Service("IgProfService", + reportFirstEvent = cms.untracked.int32(1), #Dump first event for baseline studies + reportEventInterval = cms.untracked.int32( ((process.maxEvents.input.value()-1)/2) ), # dump in the middle of the run + reportToFileAtPostEvent = cms.untracked.string("| gzip -c > IgProf.%I.gz") + ) + + return(process) diff --git a/Validation/Performance/python/TimeMemoryG4Info.py b/Validation/Performance/python/TimeMemoryG4Info.py index 64986df22f3b0..bac53b0f1468d 100644 --- a/Validation/Performance/python/TimeMemoryG4Info.py +++ b/Validation/Performance/python/TimeMemoryG4Info.py @@ -1,17 +1,6 @@ -#G.Benelli Dec 21 2007 -#This fragment is used for the simulation (SIM) step -#It includes a MessageLogger tweak to dump G4msg.log -#in addition to the the SimpleMemoryCheck and Timing -#services output for the log used by the Performance Suite profiling. -#It is meant to be used with the cmsDriver.py option -#--customise in the following fashion: -#E.g. -#./cmsDriver.py MinBias.cfi -n 50 --step=GEN,SIM --customise=Validation/Performance/TimeMemoryG4Info.py >& MinBias_GEN,SIM.log& -#Note there is no need to specify the "python" directory in the path. - - import FWCore.ParameterSet.Config as cms def customise(process): + #Adding SimpleMemoryCheck service: process.SimpleMemoryCheck=cms.Service("SimpleMemoryCheck", ignoreTotal=cms.untracked.int32(1), @@ -67,11 +56,4 @@ def customise(process): wantSummary = cms.untracked.bool(True) ) - #Add the configuration for the Igprof running to dump profile snapshots: - process.IgProfService = cms.Service("IgProfService", - reportFirstEvent = cms.untracked.int32(1), #Dump first event for baseline studies - reportEventInterval = cms.untracked.int32( ( (process.maxEvents.input.value()-1)/2) ), # dump in the middle of the run - reportToFileAtPostEvent = cms.untracked.string("| gzip -c > IgProf.%I.gz") - ) - return(process) diff --git a/Validation/Performance/python/TimeMemoryInfo.py b/Validation/Performance/python/TimeMemoryInfo.py index fb5c7380c23a6..20e8568c7a07a 100644 --- a/Validation/Performance/python/TimeMemoryInfo.py +++ b/Validation/Performance/python/TimeMemoryInfo.py @@ -1,14 +1,6 @@ -#G.Benelli -#This fragment is used to add the SimpleMemoryCheck -#and Timing services output to the log for the Performance Suite profiling. -#It is meant to be used with the cmsDriver.py option -#--customise in the following fashion: -#E.g. -#cmsDriver.py MinBias.cfi -n 50 --step=GEN,SIM --customise=Validation/Performance/TimeMemoryInfo.py >& MinBias_GEN,SIM.log& -#Note there is no need to specify the "python" directory in the path. - import FWCore.ParameterSet.Config as cms def customise(process): + #Adding SimpleMemoryCheck service: process.SimpleMemoryCheck=cms.Service("SimpleMemoryCheck", ignoreTotal=cms.untracked.int32(1), @@ -22,11 +14,4 @@ def customise(process): wantSummary = cms.untracked.bool(True) ) - #Add the configuration for the Igprof running to dump profile snapshots: - process.IgProfService = cms.Service("IgProfService", - reportFirstEvent = cms.untracked.int32(1), #Dump first event for baseline studies - reportEventInterval = cms.untracked.int32( ((process.maxEvents.input.value()-1)/2) ), # dump in the middle of the run - reportToFileAtPostEvent = cms.untracked.string("| gzip -c > IgProf.%I.gz") - ) - return(process) diff --git a/Validation/Performance/python/TimeMemorySummary.py b/Validation/Performance/python/TimeMemorySummary.py new file mode 100644 index 0000000000000..de2e87663e356 --- /dev/null +++ b/Validation/Performance/python/TimeMemorySummary.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms +def customise(process): + + #Adding SimpleMemoryCheck service: + process.SimpleMemoryCheck=cms.Service("SimpleMemoryCheck", + ignoreTotal=cms.untracked.int32(1), + oncePerEventMode=cms.untracked.bool(False)) + #Adding Timing service: + process.Timing=cms.Service("Timing", + summaryOnly=cms.untracked.bool(True)) + + #Add these 3 lines to put back the summary for timing information at the end of the logfile + #(needed for TimeReport report) + process.options = cms.untracked.PSet( + wantSummary = cms.untracked.bool(True) + ) + + return(process) diff --git a/Validation/RecoB/interface/BTagValidator.h b/Validation/RecoB/interface/BTagValidator.h index 5400c5d410853..3e397b0708151 100644 --- a/Validation/RecoB/interface/BTagValidator.h +++ b/Validation/RecoB/interface/BTagValidator.h @@ -9,7 +9,7 @@ author: Victor Bazterra, UIC Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BTagValidator.h,v 1.7 2009/12/18 20:45:12 wmtan Exp $ + version $Id: BTagValidator.h,v 1.6 2008/02/29 20:49:01 ksmith Exp $ ________________________________________________________________**/ diff --git a/Validation/RecoB/interface/HistoCompare.h b/Validation/RecoB/interface/HistoCompare.h index f7f9c3553aa23..61b0183efec0c 100644 --- a/Validation/RecoB/interface/HistoCompare.h +++ b/Validation/RecoB/interface/HistoCompare.h @@ -9,7 +9,7 @@ author: Victor Bazterra, UIC Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: HistoCompare.h,v 1.2 2007/02/14 20:09:41 yumiceva Exp $ + version $Id: HistoCompare.h,v 1.1 2007/02/14 16:58:34 yumiceva Exp $ ________________________________________________________________**/ diff --git a/Validation/RecoB/src/BTagValidator.cc b/Validation/RecoB/src/BTagValidator.cc index 60fb1161504fa..a4a0f05381fd1 100644 --- a/Validation/RecoB/src/BTagValidator.cc +++ b/Validation/RecoB/src/BTagValidator.cc @@ -6,7 +6,7 @@ author: Victor Bazterra, UIC Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: BTagValidator.cc,v 1.16 2010/07/20 02:58:37 wmtan Exp $ + version $Id: BTagValidator.cc,v 1.15 2008/02/29 20:49:02 ksmith Exp $ ________________________________________________________________**/ diff --git a/Validation/RecoB/src/HistoCompare.cc b/Validation/RecoB/src/HistoCompare.cc index 7112eea4ce736..87fab89c9964c 100644 --- a/Validation/RecoB/src/HistoCompare.cc +++ b/Validation/RecoB/src/HistoCompare.cc @@ -6,7 +6,7 @@ author: Victor Bazterra, UIC Francisco Yumiceva, Fermilab (yumiceva@fnal.gov) - version $Id: HistoCompare.cc,v 1.3 2007/02/14 20:20:08 yumiceva Exp $ + version $Id: HistoCompare.cc,v 1.2 2007/02/14 20:09:42 yumiceva Exp $ ________________________________________________________________**/ diff --git a/Validation/RecoEgamma/plugins/ConversionPostprocessing.cc b/Validation/RecoEgamma/plugins/ConversionPostprocessing.cc index 50b235112e819..6e39674ab7180 100644 --- a/Validation/RecoEgamma/plugins/ConversionPostprocessing.cc +++ b/Validation/RecoEgamma/plugins/ConversionPostprocessing.cc @@ -9,7 +9,7 @@ ** ** ** $Id: ConversionPostprocessing - ** $Date: 2012/10/09 15:20:54 $ + ** $Date: 2011/07/11 17:52:23 $ ** author: ** Nancy Marinelli, U. of Notre Dame, US ** diff --git a/Validation/RecoEgamma/plugins/ConversionPostprocessing.h b/Validation/RecoEgamma/plugins/ConversionPostprocessing.h index 1b1938d0daabe..215d8d8d865e9 100644 --- a/Validation/RecoEgamma/plugins/ConversionPostprocessing.h +++ b/Validation/RecoEgamma/plugins/ConversionPostprocessing.h @@ -35,7 +35,7 @@ ** ** ** $Id: ConversionPostprocessing - ** $Date: 2011/05/20 13:55:42 $ + ** $Date: 2010/11/17 18:18:36 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** diff --git a/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.cc b/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.cc index 4c09aa292ffc9..4fdff2e2e7142 100644 --- a/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.cc +++ b/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.cc @@ -41,8 +41,8 @@ ** ** ** $Id: ElectronConversionRejectionValidator - ** $Date: 2011/07/29 03:00:20 $ - ** $Revision: 1.1 $ + ** $Date: 2011/07/20 16:57:32 $ + ** $Revision: 1.3 $ ** \author J.Bendavid ** ***/ diff --git a/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.h b/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.h index 44c49956a9c39..cec6cb83c1cbf 100644 --- a/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.h +++ b/Validation/RecoEgamma/plugins/ElectronConversionRejectionValidator.h @@ -32,8 +32,8 @@ class SimTrack; ** ** ** $Id: ElectronConversionRejectionValidator - ** $Date: 2011/07/29 03:00:20 $ - ** $Revision: 1.1 $ + ** $Date: 2011/07/11 17:53:34 $ + ** $Revision: 1.2 $ ** \author J.Bendavid ** ***/ diff --git a/Validation/RecoEgamma/plugins/PhotonPostprocessing.cc b/Validation/RecoEgamma/plugins/PhotonPostprocessing.cc index 33dafaedc6474..6beaf6ace1acd 100755 --- a/Validation/RecoEgamma/plugins/PhotonPostprocessing.cc +++ b/Validation/RecoEgamma/plugins/PhotonPostprocessing.cc @@ -11,7 +11,7 @@ ** ** ** $Id: PhotonPostprocessing - ** $Date: 2013/06/11 15:57:19 $ + ** $Date: 2013/06/07 11:19:14 $ ** author: ** Nancy Marinelli, U. of Notre Dame, US ** diff --git a/Validation/RecoEgamma/plugins/PhotonPostprocessing.h b/Validation/RecoEgamma/plugins/PhotonPostprocessing.h index 321eb4a446d47..21943b48d70e4 100755 --- a/Validation/RecoEgamma/plugins/PhotonPostprocessing.h +++ b/Validation/RecoEgamma/plugins/PhotonPostprocessing.h @@ -35,7 +35,7 @@ ** ** ** $Id: PhotonPostprocessing - ** $Date: 2013/06/07 11:21:54 $ + ** $Date: 2012/03/22 15:21:24 $ ** authors: ** Nancy Marinelli, U. of Notre Dame, US ** diff --git a/Validation/RecoEgamma/plugins/PhotonValidator.cc b/Validation/RecoEgamma/plugins/PhotonValidator.cc index 876520df293ad..7944aaf720081 100755 --- a/Validation/RecoEgamma/plugins/PhotonValidator.cc +++ b/Validation/RecoEgamma/plugins/PhotonValidator.cc @@ -81,8 +81,8 @@ ** ** ** $Id: PhotonValidator - ** $Date: 2013/06/14 13:42:50 $ - ** $Revision: 1.8 $ + ** $Date: 2013/06/13 16:55:29 $ + ** $Revision: 1.7 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/Validation/RecoEgamma/plugins/PhotonValidator.h b/Validation/RecoEgamma/plugins/PhotonValidator.h index c0165bfdfeb04..dcb351127c075 100755 --- a/Validation/RecoEgamma/plugins/PhotonValidator.h +++ b/Validation/RecoEgamma/plugins/PhotonValidator.h @@ -28,8 +28,8 @@ ** ** ** $Id: PhotonValidator - ** $Date: 2012/08/30 15:56:41 $ - ** $Revision: 1.3 $ + ** $Date: 2012/05/25 16:47:30 $ + ** $Revision: 1.2 $ ** \author Nancy Marinelli, U. of Notre Dame, US ** ***/ diff --git a/Validation/RecoEgamma/plugins/TkConvValidator.cc b/Validation/RecoEgamma/plugins/TkConvValidator.cc index 4b8f6b00e28f2..666e5579a805c 100644 --- a/Validation/RecoEgamma/plugins/TkConvValidator.cc +++ b/Validation/RecoEgamma/plugins/TkConvValidator.cc @@ -97,8 +97,8 @@ ** ** ** $Id: TkConvValidator - ** $Date: 2013/01/09 03:43:49 $ - ** $Revision: 1.7 $ + ** $Date: 2012/12/26 13:37:05 $ + ** $Revision: 1.6 $ ** \author N.Marinelli - Univ. of Notre Dame ** ***/ diff --git a/Validation/RecoEgamma/plugins/TkConvValidator.h b/Validation/RecoEgamma/plugins/TkConvValidator.h index a19a4048acb71..b55a4bb6ba763 100644 --- a/Validation/RecoEgamma/plugins/TkConvValidator.h +++ b/Validation/RecoEgamma/plugins/TkConvValidator.h @@ -38,8 +38,8 @@ class SimTrack; ** ** ** $Id: TkConvValidator - ** $Date: 2011/07/11 17:53:34 $ - ** $Revision: 1.2 $ + ** $Date: 2011/05/20 13:55:42 $ + ** $Revision: 1.1 $ ** \author N.Marinelli - Univ. of Notre Dame ** ***/ diff --git a/Validation/RecoHI/test/step1_HLT.py b/Validation/RecoHI/test/step1_HLT.py index bae708044ecb5..984931ec0a0cc 100644 --- a/Validation/RecoHI/test/step1_HLT.py +++ b/Validation/RecoHI/test/step1_HLT.py @@ -19,7 +19,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('step2 nevts:10'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Validation/RecoHI/test/step2_RAW2DIGI_RECO_VALIDATION.py b/Validation/RecoHI/test/step2_RAW2DIGI_RECO_VALIDATION.py index 6bc0547fa9c39..f97fc64bf3537 100644 --- a/Validation/RecoHI/test/step2_RAW2DIGI_RECO_VALIDATION.py +++ b/Validation/RecoHI/test/step2_RAW2DIGI_RECO_VALIDATION.py @@ -22,7 +22,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.4 $'), + version = cms.untracked.string('$Revision: 1.173 $'), annotation = cms.untracked.string('step2 nevts:2'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Validation/RecoHI/test/step3_HARVESTING.py b/Validation/RecoHI/test/step3_HARVESTING.py index 3a234a81e4bcd..c8591bf8d4c05 100644 --- a/Validation/RecoHI/test/step3_HARVESTING.py +++ b/Validation/RecoHI/test/step3_HARVESTING.py @@ -20,7 +20,7 @@ process.load('Configuration.EventContent.EventContentHeavyIons_cff') process.configurationMetadata = cms.untracked.PSet( - version = cms.untracked.string('$Revision: 1.3 $'), + version = cms.untracked.string('$Revision: 1.2 $'), annotation = cms.untracked.string('step3 nevts:1'), name = cms.untracked.string('PyReleaseValidation') ) diff --git a/Validation/RecoJets/doc/HOWTO b/Validation/RecoJets/doc/HOWTO index 8e9b99b08e35f..4c5ee5304ec4a 100644 --- a/Validation/RecoJets/doc/HOWTO +++ b/Validation/RecoJets/doc/HOWTO @@ -1,5 +1,5 @@ Questions -> Fedor Ratnikov: ratnikov@fnal.gov -$Id: HOWTO,v 1.3 2008/06/02 21:52:52 fedor Exp $ +$Id: HOWTO,v 1.2 2007/10/11 00:48:07 fedor Exp $ The purpose of jet validation package is to provide a tool to quickly and automatically produce distributions reflecting sanity of jet objects. diff --git a/Validation/RecoJets/plugins/CaloJetTester.cc b/Validation/RecoJets/plugins/CaloJetTester.cc index fac78ad4af328..e9d942765d8e5 100644 --- a/Validation/RecoJets/plugins/CaloJetTester.cc +++ b/Validation/RecoJets/plugins/CaloJetTester.cc @@ -1,7 +1,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: CaloJetTester.cc,v 1.44 2013/04/10 12:05:57 eron Exp $ +// $Id: CaloJetTester.cc,v 1.43 2013/04/10 12:01:45 eron Exp $ #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Framework/interface/Event.h" diff --git a/Validation/RecoJets/plugins/CaloJetTester.h b/Validation/RecoJets/plugins/CaloJetTester.h index a8484528e7af4..debd9ece96b2a 100644 --- a/Validation/RecoJets/plugins/CaloJetTester.h +++ b/Validation/RecoJets/plugins/CaloJetTester.h @@ -4,7 +4,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: CaloJetTester.h,v 1.26 2013/04/06 06:50:11 kovitang Exp $ +// $Id: CaloJetTester.h,v 1.25 2012/02/15 21:41:52 kovitang Exp $ #include diff --git a/Validation/RecoJets/plugins/CaloJetTesterUnCorr.h b/Validation/RecoJets/plugins/CaloJetTesterUnCorr.h index 2596cd8f6910b..4d7ba3049fd88 100644 --- a/Validation/RecoJets/plugins/CaloJetTesterUnCorr.h +++ b/Validation/RecoJets/plugins/CaloJetTesterUnCorr.h @@ -4,7 +4,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: CaloJetTesterUnCorr.h,v 1.5 2011/09/20 22:56:36 kovitang Exp $ +// $Id: CaloJetTesterUnCorr.h,v 1.4 2011/09/18 21:01:00 kovitang Exp $ #include diff --git a/Validation/RecoJets/plugins/JPTJetTester.cc b/Validation/RecoJets/plugins/JPTJetTester.cc index 05506da765b6d..682a38c9a5763 100644 --- a/Validation/RecoJets/plugins/JPTJetTester.cc +++ b/Validation/RecoJets/plugins/JPTJetTester.cc @@ -2,7 +2,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: JPTJetTester.cc,v 1.25 2013/03/19 21:24:16 kovitang Exp $ +// $Id: JPTJetTester.cc,v 1.24 2013/01/01 21:46:23 kovitang Exp $ #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Framework/interface/Event.h" diff --git a/Validation/RecoJets/plugins/JPTJetTester.h b/Validation/RecoJets/plugins/JPTJetTester.h index d9f4bf4cda260..cf262b3f16ee6 100644 --- a/Validation/RecoJets/plugins/JPTJetTester.h +++ b/Validation/RecoJets/plugins/JPTJetTester.h @@ -4,7 +4,7 @@ // Producer for validation histograms for JPTJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: JPTJetTester.h,v 1.11 2012/02/15 21:41:52 kovitang Exp $ +// $Id: JPTJetTester.h,v 1.10 2012/02/13 17:28:43 kovitang Exp $ #include diff --git a/Validation/RecoJets/plugins/JPTJetTesterUnCorr.cc b/Validation/RecoJets/plugins/JPTJetTesterUnCorr.cc index 16d53a467fbf1..c33bf976fdd53 100644 --- a/Validation/RecoJets/plugins/JPTJetTesterUnCorr.cc +++ b/Validation/RecoJets/plugins/JPTJetTesterUnCorr.cc @@ -1,7 +1,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: JPTJetTesterUnCorr.cc,v 1.9 2013/01/01 21:46:23 kovitang Exp $ +// $Id: JPTJetTesterUnCorr.cc,v 1.8 2012/12/02 23:38:40 kovitang Exp $ #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Framework/interface/Event.h" diff --git a/Validation/RecoJets/plugins/JPTJetTesterUnCorr.h b/Validation/RecoJets/plugins/JPTJetTesterUnCorr.h index 9f80380a79897..76e4a9ca5f527 100644 --- a/Validation/RecoJets/plugins/JPTJetTesterUnCorr.h +++ b/Validation/RecoJets/plugins/JPTJetTesterUnCorr.h @@ -4,7 +4,7 @@ // Producer for validation histograms for JPTJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: JPTJetTesterUnCorr.h,v 1.4 2011/09/20 22:56:36 kovitang Exp $ +// $Id: JPTJetTesterUnCorr.h,v 1.3 2011/08/18 14:07:42 kovitang Exp $ #include diff --git a/Validation/RecoJets/plugins/PFJetTester.cc b/Validation/RecoJets/plugins/PFJetTester.cc index b8b819c7b4ac0..64c218ee5372d 100644 --- a/Validation/RecoJets/plugins/PFJetTester.cc +++ b/Validation/RecoJets/plugins/PFJetTester.cc @@ -1,7 +1,7 @@ // Producer for validation histograms for CaloJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by J F Novak July 10, 2008 -// $Id: PFJetTester.cc,v 1.32 2013/01/01 21:46:23 kovitang Exp $ +// $Id: PFJetTester.cc,v 1.31 2012/12/02 23:38:40 kovitang Exp $ #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Framework/interface/Event.h" diff --git a/Validation/RecoJets/plugins/PFJetTester.h b/Validation/RecoJets/plugins/PFJetTester.h index 9ebd87d6b4022..12c93d1811e44 100644 --- a/Validation/RecoJets/plugins/PFJetTester.h +++ b/Validation/RecoJets/plugins/PFJetTester.h @@ -4,7 +4,7 @@ // Producer for validation histograms for PFJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by Chiyoung.Jeong Feb 2, 2010 -// $Id: PFJetTester.h,v 1.15 2012/02/15 21:41:52 kovitang Exp $ +// $Id: PFJetTester.h,v 1.14 2012/02/13 17:28:43 kovitang Exp $ #include diff --git a/Validation/RecoJets/plugins/PFJetTesterUnCorr.h b/Validation/RecoJets/plugins/PFJetTesterUnCorr.h index a84628e2bb47a..ef8b268752b67 100644 --- a/Validation/RecoJets/plugins/PFJetTesterUnCorr.h +++ b/Validation/RecoJets/plugins/PFJetTesterUnCorr.h @@ -4,7 +4,7 @@ // Producer for validation histograms for PFJet objects // F. Ratnikov, Sept. 7, 2006 // Modified by Chiyoung.Jeong Feb 2, 2010 -// $Id: PFJetTesterUnCorr.h,v 1.7 2011/09/20 22:56:36 kovitang Exp $ +// $Id: PFJetTesterUnCorr.h,v 1.6 2011/09/18 21:01:00 kovitang Exp $ #include diff --git a/Validation/RecoMuon/plugins/MuonTrackValidator.cc b/Validation/RecoMuon/plugins/MuonTrackValidator.cc index 1aa90b87ed6b3..99ad370858735 100644 --- a/Validation/RecoMuon/plugins/MuonTrackValidator.cc +++ b/Validation/RecoMuon/plugins/MuonTrackValidator.cc @@ -491,21 +491,20 @@ void MuonTrackValidator::analyze(const edm::Event& event, const edm::EventSetup& } } // END for (unsigned int f=0; fnumberOfHits(); + nSimHits= tpr.get()->numberOfHits(); } else if (!usetracker && usemuon) { - nHits= tpr.get()->numberOfHits() - tpr.get()->numberOfTrackerHits(); + nSimHits= tpr.get()->numberOfHits() - tpr.get()->numberOfTrackerHits(); } else if (usetracker && !usemuon) { - nHits=tpr.get()->numberOfTrackerHits(); + nSimHits=tpr.get()->numberOfTrackerHits(); } - int tmp = std::min(nHits,int(maxHit-1)); - edm::LogVerbatim("MuonTrackValidator") << "\t N simhits = "<< nHits<<"\n"; + int tmp = std::min(nSimHits,int(maxHit-1)); + edm::LogVerbatim("MuonTrackValidator") << "\t N simhits = "<< nSimHits<<"\n"; totSIM_hit[w][tmp]++; if (TP_is_matched) totASS_hit[w][tmp]++; @@ -513,7 +512,7 @@ void MuonTrackValidator::analyze(const edm::Event& event, const edm::EventSetup& if (TP_is_matched) { RefToBase assoctrack = rt.begin()->first; - nrecHit_vs_nsimHit_sim2rec[w]->Fill( assoctrack->numberOfValidHits(),nHits); + nrecHit_vs_nsimHit_sim2rec[w]->Fill( assoctrack->numberOfValidHits(),nSimHits); } } // End for (TrackingParticleCollection::size_type i=0; iFill(st); @@ -821,21 +820,18 @@ void MuonTrackValidator::analyze(const edm::Event& event, const edm::EventSetup& phipull_vs_phi[w]->Fill(phiRec,phiPull); thetapull_vs_phi[w]->Fill(phiRec,thetaPull); -// std::vector simhits; - -#warning "This file has been modified just to get it to compile without any regard as to whether it still functions as intended" - int nHits = 0; + int nSimHits = 0; if (usetracker && usemuon) { - nHits= tpr.get()->numberOfHits(); + nSimHits= tpr.get()->numberOfHits(); } else if (!usetracker && usemuon) { - nHits= tpr.get()->numberOfHits() - tpr.get()->numberOfTrackerHits(); + nSimHits= tpr.get()->numberOfHits() - tpr.get()->numberOfTrackerHits(); } else if (usetracker && !usemuon) { - nHits=tpr.get()->numberOfTrackerHits(); + nSimHits=tpr.get()->numberOfTrackerHits(); } - nrecHit_vs_nsimHit_rec2sim[w]->Fill(track->numberOfValidHits(), nHits); + nrecHit_vs_nsimHit_rec2sim[w]->Fill(track->numberOfValidHits(), nSimHits); } // End of try{ catch (cms::Exception e){ diff --git a/Validation/RecoMuon/plugins/MuonTrackValidator.h b/Validation/RecoMuon/plugins/MuonTrackValidator.h index e928ee68c9591..0806647350fc2 100644 --- a/Validation/RecoMuon/plugins/MuonTrackValidator.h +++ b/Validation/RecoMuon/plugins/MuonTrackValidator.h @@ -4,8 +4,8 @@ /** \class MuonTrackValidator * Class that produces histograms to validate Muon Track Reconstruction performances * - * $Date: 2011/02/22 18:28:59 $ - * $Revision: 1.5 $ + * $Date: 2011/02/07 11:02:26 $ + * $Revision: 1.4 $ */ #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDAnalyzer.h" diff --git a/Validation/RecoMuon/plugins/MuonTrackValidatorBase.h b/Validation/RecoMuon/plugins/MuonTrackValidatorBase.h index d72af9edbc345..4408f9bd57e83 100644 --- a/Validation/RecoMuon/plugins/MuonTrackValidatorBase.h +++ b/Validation/RecoMuon/plugins/MuonTrackValidatorBase.h @@ -4,8 +4,8 @@ /** \class MuonTrackValidatorBase * Base class for analyzers that produces histograms to validate Muon Track Reconstruction performances * - * $Date: 2011/02/07 11:02:26 $ - * $Revision: 1.5 $ + * $Date: 2010/03/26 17:43:34 $ + * $Revision: 1.4 $ */ #include diff --git a/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.cc b/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.cc index e62fec88f607b..9c35941427931 100644 --- a/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.cc +++ b/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.cc @@ -2,8 +2,8 @@ * Class: GlobalMuonMatchAnalyzer * * - * $Date: 2013/01/09 03:40:20 $ - * $Revision: 1.11 $ + * $Date: 2010/02/20 21:02:34 $ + * $Revision: 1.10 $ * * Authors : * \author Adam Everett - Purdue University diff --git a/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.h b/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.h index 592e103e05fd2..0564131bd5a90 100644 --- a/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.h +++ b/Validation/RecoMuon/src/GlobalMuonMatchAnalyzer.h @@ -5,8 +5,8 @@ * * * - * $Date: 2009/10/31 05:17:36 $ - * $Revision: 1.5 $ + * $Date: 2009/05/08 15:24:25 $ + * $Revision: 1.4 $ * * \author Adam Everett Purdue University */ diff --git a/Validation/RecoMuon/src/Histograms.h b/Validation/RecoMuon/src/Histograms.h index 34f2306fbf867..7a61629bce892 100644 --- a/Validation/RecoMuon/src/Histograms.h +++ b/Validation/RecoMuon/src/Histograms.h @@ -4,8 +4,8 @@ /** \class Histograms * No description available. * - * $Date: 2008/06/24 16:40:53 $ - * $Revision: 1.5 $ + * $Date: 2008/03/02 20:26:22 $ + * $Revision: 1.4 $ * \author R. Bellan - INFN Torino */ diff --git a/Validation/RecoMuon/src/MuonSeedTrack.cc b/Validation/RecoMuon/src/MuonSeedTrack.cc index bbb32692b1115..799307efec4cb 100644 --- a/Validation/RecoMuon/src/MuonSeedTrack.cc +++ b/Validation/RecoMuon/src/MuonSeedTrack.cc @@ -2,8 +2,8 @@ * Class: MuonSeedTrack * * - * $Date: 2011/12/22 20:44:37 $ - * $Revision: 1.4 $ + * $Date: 2009/05/08 09:56:38 $ + * $Revision: 1.3 $ * * Authors : * \author Adam Everett - Purdue University diff --git a/Validation/RecoMuon/src/MuonSeedTrack.h b/Validation/RecoMuon/src/MuonSeedTrack.h index 22f851660aca0..5123962e94864 100644 --- a/Validation/RecoMuon/src/MuonSeedTrack.h +++ b/Validation/RecoMuon/src/MuonSeedTrack.h @@ -9,8 +9,8 @@ * SimTracker/TrackAssociation. The association can then be used in * Validation packages, such as Validation/RecoMuon/MuonTrackValidator.cc * - * $Date: 2010/03/22 08:49:54 $ - * $Revision: 1.3 $ + * $Date: 2009/05/08 09:56:38 $ + * $Revision: 1.2 $ * * \author Adam Everett Purdue University */ diff --git a/Validation/RecoMuon/src/MuonTrackAnalyzer.cc b/Validation/RecoMuon/src/MuonTrackAnalyzer.cc index 90e5655a028f4..16cc40d684c58 100644 --- a/Validation/RecoMuon/src/MuonTrackAnalyzer.cc +++ b/Validation/RecoMuon/src/MuonTrackAnalyzer.cc @@ -1,8 +1,8 @@ /** \class MuonTrackAnalyzer * Analyzer of the Muon tracks * - * $Date: 2011/12/22 20:44:37 $ - * $Revision: 1.9 $ + * $Date: 2009/05/08 09:56:38 $ + * $Revision: 1.8 $ * \author R. Bellan - INFN Torino */ diff --git a/Validation/RecoMuon/src/MuonTrackAnalyzer.h b/Validation/RecoMuon/src/MuonTrackAnalyzer.h index 92045a77c6247..e73da88941f6d 100644 --- a/Validation/RecoMuon/src/MuonTrackAnalyzer.h +++ b/Validation/RecoMuon/src/MuonTrackAnalyzer.h @@ -4,8 +4,8 @@ /** \class MuonTrackAnalyzer * Analyzer of the StandAlone muon tracks * - * $Date: 2010/02/20 21:02:35 $ - * $Revision: 1.6 $ + * $Date: 2009/05/08 09:56:38 $ + * $Revision: 1.5 $ * \author R. Bellan - INFN Torino */ diff --git a/Validation/RecoMuon/src/MuonTrackResidualAnalyzer.h b/Validation/RecoMuon/src/MuonTrackResidualAnalyzer.h index dcda75df68a75..b3942842bb5d1 100644 --- a/Validation/RecoMuon/src/MuonTrackResidualAnalyzer.h +++ b/Validation/RecoMuon/src/MuonTrackResidualAnalyzer.h @@ -4,8 +4,8 @@ /** \class MuonTrackResidualAnalyzer * No description available. * - * $Date: 2010/02/20 21:02:36 $ - * $Revision: 1.7 $ + * $Date: 2009/05/08 09:56:38 $ + * $Revision: 1.6 $ * \author R. Bellan - INFN Torino */ diff --git a/Validation/RecoMuon/test/multiPlotter.cpp b/Validation/RecoMuon/test/multiPlotter.cpp index 8b1484b474091..c6fd585213d82 100644 --- a/Validation/RecoMuon/test/multiPlotter.cpp +++ b/Validation/RecoMuon/test/multiPlotter.cpp @@ -12,8 +12,8 @@ * which had a problem with directories more than one level deep. * (see macro hadd_old.C for this previous implementation). * - * $Date: 2010/11/29 20:42:02 $ - * $Revision: 1.9 $ + * $Date: 2010/06/01 17:46:14 $ + * $Revision: 1.8 $ * * Authors: * A. Everett Purdue University diff --git a/Validation/RecoParticleFlow/plugins/PFJetBenchmarkAnalyzer.cc b/Validation/RecoParticleFlow/plugins/PFJetBenchmarkAnalyzer.cc index 6305b70cc4e1f..6a44bba8c4f8d 100644 --- a/Validation/RecoParticleFlow/plugins/PFJetBenchmarkAnalyzer.cc +++ b/Validation/RecoParticleFlow/plugins/PFJetBenchmarkAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Michel Della Negra // Created: Wed Jan 23 10:11:13 CET 2008 -// $Id: PFJetBenchmarkAnalyzer.cc,v 1.3 2010/02/20 21:02:43 wmtan Exp $ +// $Id: PFJetBenchmarkAnalyzer.cc,v 1.2 2009/05/05 13:50:28 pjanot Exp $ // Extensions by Joanna Weng // diff --git a/Validation/RecoParticleFlow/plugins/PFMETBenchmarkAnalyzer.cc b/Validation/RecoParticleFlow/plugins/PFMETBenchmarkAnalyzer.cc index 29e9a1ee93b91..cf5a4d1c973a7 100644 --- a/Validation/RecoParticleFlow/plugins/PFMETBenchmarkAnalyzer.cc +++ b/Validation/RecoParticleFlow/plugins/PFMETBenchmarkAnalyzer.cc @@ -14,7 +14,7 @@ // // Original Author: Michel Della Negra // Created: Wed Jan 23 10:11:13 CET 2008 -// $Id: PFMETBenchmarkAnalyzer.cc,v 1.4 2010/02/20 21:02:45 wmtan Exp $ +// $Id: PFMETBenchmarkAnalyzer.cc,v 1.3 2009/05/05 13:50:28 pjanot Exp $ // Extensions by Joanna Weng // diff --git a/Validation/RecoTau/Tools/PFTauRenderPlugin.cc b/Validation/RecoTau/Tools/PFTauRenderPlugin.cc index 10f10b10b0fc8..a342e4ec68016 100644 --- a/Validation/RecoTau/Tools/PFTauRenderPlugin.cc +++ b/Validation/RecoTau/Tools/PFTauRenderPlugin.cc @@ -2,8 +2,8 @@ \file PFTauRenderPlugin \brief Display Plugin for Pixel DQM Histograms \author P.Merkel - \version $Revision: 1.1 $ - \date $Date: 2012/04/16 15:51:54 $ + \version $Revision: 1.48 $ + \date $Date: 2011/09/09 11:53:43 $ */ #include "DQM/DQMRenderPlugin.h" diff --git a/Validation/RecoTau/plugins/DQMFileLoader.h b/Validation/RecoTau/plugins/DQMFileLoader.h index 577d8b5dec337..b197085ee061c 100644 --- a/Validation/RecoTau/plugins/DQMFileLoader.h +++ b/Validation/RecoTau/plugins/DQMFileLoader.h @@ -5,8 +5,8 @@ * * Class to load DQM monitoring elements from ROOT files into DQMStore --> hanged name to avoid conflict with TauAnalysis package * - * $Date: 2012/04/20 13:26:02 $ - * $Revision: 1.3 $ + * $Date: 2011/04/08 14:33:13 $ + * $Revision: 1.2 $ * \author Christian Veelken, UC Davis */ diff --git a/Validation/RecoTau/plugins/DQMHistEffProducer.h b/Validation/RecoTau/plugins/DQMHistEffProducer.h index d8425aed34e02..e6cc187f86155 100644 --- a/Validation/RecoTau/plugins/DQMHistEffProducer.h +++ b/Validation/RecoTau/plugins/DQMHistEffProducer.h @@ -5,8 +5,8 @@ * * Class to produce efficiency histograms by dividing nominator by denominator histograms * - * $Date: 2012/04/20 13:26:14 $ - * $Revision: 1.3 $ + * $Date: 2011/04/06 12:20:33 $ + * $Revision: 1.2 $ * \author Christian Veelken, UC Davis */ diff --git a/Validation/RecoTau/plugins/DQMHistNormalizer.cc b/Validation/RecoTau/plugins/DQMHistNormalizer.cc index eeb9f6c558c6f..cf90254a422a8 100644 --- a/Validation/RecoTau/plugins/DQMHistNormalizer.cc +++ b/Validation/RecoTau/plugins/DQMHistNormalizer.cc @@ -2,8 +2,8 @@ * * Class to produce efficiency histograms by dividing nominator by denominator histograms * - * $Date: 2012/06/18 12:31:04 $ - * $Revision: 1.8 $ + * $Date: 2012/06/18 12:29:24 $ + * $Revision: 1.7 $ * \author Christian Veelken, UC Davis */ diff --git a/Validation/RecoTau/plugins/DQMHistPlotter.h b/Validation/RecoTau/plugins/DQMHistPlotter.h index b03055aec0fad..1f42bed15f649 100644 --- a/Validation/RecoTau/plugins/DQMHistPlotter.h +++ b/Validation/RecoTau/plugins/DQMHistPlotter.h @@ -5,8 +5,8 @@ * * Class to plot histograms and create a postscript file * - * $Date: 2012/04/20 13:26:17 $ - * $Revision: 1.3 $ + * $Date: 2011/04/06 12:22:36 $ + * $Revision: 1.2 $ * \author Christian Veelken, UC Davis */ diff --git a/Validation/RecoTau/plugins/DQMSimpleFileSaver.h b/Validation/RecoTau/plugins/DQMSimpleFileSaver.h index c76e6d293b28e..4e627f3f8e4d2 100644 --- a/Validation/RecoTau/plugins/DQMSimpleFileSaver.h +++ b/Validation/RecoTau/plugins/DQMSimpleFileSaver.h @@ -6,8 +6,8 @@ * Class to write all monitor elements registered in DQMStore into ROOT file * (without any naming restrictions imposed by "regular" DQMFileSaver) * - * $Date: 2012/04/20 13:26:21 $ - * $Revision: 1.2 $ + * $Date: 2008/12/19 19:05:50 $ + * $Revision: 1.1 $ * \author Christian Veelken, UC Davis */ diff --git a/Validation/RecoTau/src/TauTagValidation.cc b/Validation/RecoTau/src/TauTagValidation.cc index c0ab141e5a509..166b37c76b1ec 100644 --- a/Validation/RecoTau/src/TauTagValidation.cc +++ b/Validation/RecoTau/src/TauTagValidation.cc @@ -15,7 +15,7 @@ // // Original Author: Ricardo Vasquez Sierra // Created: October 8, 2008 -// $Id: TauTagValidation.cc,v 1.38 2012/04/02 10:23:15 perchall Exp $ +// $Id: TauTagValidation.cc,v 1.37 2012/03/20 16:30:42 mverzett Exp $ // // // user include files diff --git a/Validation/RecoTrack/interface/MultiTrackValidator.h b/Validation/RecoTrack/interface/MultiTrackValidator.h index 25ae6bb959607..58c82c4544c43 100644 --- a/Validation/RecoTrack/interface/MultiTrackValidator.h +++ b/Validation/RecoTrack/interface/MultiTrackValidator.h @@ -4,8 +4,8 @@ /** \class MultiTrackValidator * Class that prodecs histrograms to validate Track Reconstruction performances * - * $Date: 2012/12/03 11:19:34 $ - * $Revision: 1.52 $ + * $Date: 2011/02/02 11:41:16 $ + * $Revision: 1.51 $ * \author cerati */ #include "FWCore/Framework/interface/Frameworkfwd.h" diff --git a/Validation/RecoTrack/interface/MultiTrackValidatorBase.h b/Validation/RecoTrack/interface/MultiTrackValidatorBase.h index e59f0126c94ed..a8e7497fd7325 100644 --- a/Validation/RecoTrack/interface/MultiTrackValidatorBase.h +++ b/Validation/RecoTrack/interface/MultiTrackValidatorBase.h @@ -4,8 +4,8 @@ /** \class MultiTrackValidatorBase * Base class for analyzers that produces histrograms to validate Track Reconstruction performances * - * $Date: 2012/12/03 11:19:34 $ - * $Revision: 1.30 $ + * $Date: 2011/06/22 09:51:38 $ + * $Revision: 1.29 $ * \author cerati */ diff --git a/Validation/RecoTrack/interface/MultiTrackValidatorGenPs.h b/Validation/RecoTrack/interface/MultiTrackValidatorGenPs.h index 5d16c3e7e139c..5b07fbf689be8 100644 --- a/Validation/RecoTrack/interface/MultiTrackValidatorGenPs.h +++ b/Validation/RecoTrack/interface/MultiTrackValidatorGenPs.h @@ -4,8 +4,8 @@ /** \class MultiTrackValidatorGenPs * Class that prodecs histrograms to validate Track Reconstruction performances * - * $Date: 2012/12/05 15:08:58 $ - * $Revision: 1.2 $ + * $Date: 2012/12/03 10:53:20 $ + * $Revision: 1.1 $ * \author cerati */ diff --git a/Validation/RecoTrack/interface/TrackerSeedValidator.h b/Validation/RecoTrack/interface/TrackerSeedValidator.h index 3343b7520426d..044ccdd41e08c 100644 --- a/Validation/RecoTrack/interface/TrackerSeedValidator.h +++ b/Validation/RecoTrack/interface/TrackerSeedValidator.h @@ -4,8 +4,8 @@ /** \class TrackerSeedValidator * Class that prodecs histrograms to validate Track Reconstruction performances * - * $Date: 2012/09/23 20:20:25 $ - * $Revision: 1.5 $ + * $Date: 2008/07/04 10:43:37 $ + * $Revision: 1.4 $ * \author cerati */ diff --git a/Validation/RecoVertex/interface/PrimaryVertexAnalyzer.h b/Validation/RecoVertex/interface/PrimaryVertexAnalyzer.h index 9528ffe5f8fcd..e75714de54a97 100644 --- a/Validation/RecoVertex/interface/PrimaryVertexAnalyzer.h +++ b/Validation/RecoVertex/interface/PrimaryVertexAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Wolfram Erdmann // Created: Fri Jun 2 10:54:05 CEST 2006 -// $Id: PrimaryVertexAnalyzer.h,v 1.15 2009/03/06 15:08:42 werdmann Exp $ +// $Id: PrimaryVertexAnalyzer.h,v 1.14 2009/01/09 10:23:27 saout Exp $ // // diff --git a/Validation/RecoVertex/interface/TrackParameterAnalyzer.h b/Validation/RecoVertex/interface/TrackParameterAnalyzer.h index d3db55f5a95c8..945bca95ff16b 100644 --- a/Validation/RecoVertex/interface/TrackParameterAnalyzer.h +++ b/Validation/RecoVertex/interface/TrackParameterAnalyzer.h @@ -13,7 +13,7 @@ // // Original Author: Wolfram Erdmann // Created: Fri Jun 2 10:54:05 CEST 2006 -// $Id: TrackParameterAnalyzer.h,v 1.13 2010/05/11 19:23:31 wmtan Exp $ +// $Id: TrackParameterAnalyzer.h,v 1.12 2009/10/30 19:55:01 drell Exp $ // // diff --git a/Validation/RecoVertex/interface/V0Validator.h b/Validation/RecoVertex/interface/V0Validator.h index 4eb62f022f035..9702524d22e41 100644 --- a/Validation/RecoVertex/interface/V0Validator.h +++ b/Validation/RecoVertex/interface/V0Validator.h @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Wed Feb 18 17:21:04 MST 2009 -// $Id: V0Validator.h,v 1.6 2010/02/25 20:15:42 drell Exp $ +// $Id: V0Validator.h,v 1.5 2010/02/24 14:22:50 werdmann Exp $ // // diff --git a/Validation/RecoVertex/src/V0Validator.cc b/Validation/RecoVertex/src/V0Validator.cc index 8aaff24e9288b..3c7638b067e42 100644 --- a/Validation/RecoVertex/src/V0Validator.cc +++ b/Validation/RecoVertex/src/V0Validator.cc @@ -13,7 +13,7 @@ // // Original Author: Brian Drell // Created: Wed Feb 18 17:21:04 MST 2009 -// $Id: V0Validator.cc,v 1.9.4.1 2013/05/14 15:26:38 speer Exp $ +// $Id: V0Validator.cc,v 1.9 2012/07/09 08:47:02 eulisse Exp $ // // diff --git a/Validation/TrackerHits/interface/TrackerHitAnalyzer.h b/Validation/TrackerHits/interface/TrackerHitAnalyzer.h index f4e5787640889..71258af101ea5 100644 --- a/Validation/TrackerHits/interface/TrackerHitAnalyzer.h +++ b/Validation/TrackerHits/interface/TrackerHitAnalyzer.h @@ -4,8 +4,8 @@ /* * \file TrackerHitAnalyzer.h * - * $Date: 2012/09/04 21:50:26 $ - * $Revision: 1.7 $ + * $Date: 2010/02/20 21:02:53 $ + * $Revision: 1.6 $ * \author F. Cossutti * */