diff --git a/[refs] b/[refs] index a5014c7be98d5..de20542ee7eac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/vhbbHeppy74X: 83b5ec16c62602914000a14fcca0a6138b9407a9 +refs/heads/vhbbHeppy74X: 127d4972e4dbd1d1208d682b35e8017b16ba1aae diff --git a/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc b/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc index 94d9528b5986b..90c89e49cb16a 100644 --- a/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc +++ b/trunk/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.33 $ + * $Date: 2013/04/26 10:35:49 $ + * (last update by $Author: jbehr $) */ #include "PedeSteerer.h" @@ -24,9 +24,6 @@ #include "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h" #include "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h" #include "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h" -#include "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h" -#include "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h" - #include "Alignment/TrackerAlignment/interface/TrackerAlignableId.h" // for 'type identification' as Alignable #include "Alignment/TrackerAlignment/interface/AlignableTracker.h" @@ -46,7 +43,6 @@ #include #include #include -#include // from ROOT #include diff --git a/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h b/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h index 61810376ced2e..ff7e1a1bb8d1a 100644 --- a/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h +++ b/trunk/Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h @@ -8,16 +8,14 @@ * * \author : Gero Flucke * date : October 2006 - * $Date: 2011/02/16 13:11:57 $ - * $Revision: 1.21 $ - * (last update by $Author: mussgill $) + * $Date: 2013/04/26 10:35:49 $ + * $Revision: 1.22 $ + * (last update by $Author: jbehr $) */ -#include #include #include #include -#include #include // forward ofstream: #include @@ -25,9 +23,6 @@ #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "boost/shared_ptr.hpp" -#include -#include - class Alignable; class AlignableTracker; class AlignableMuon;