Skip to content

Commit

Permalink
Code maintenance: change quoted include statements to angular bracket…
Browse files Browse the repository at this point in the history
…s. Add the odd licence statement
  • Loading branch information
MarkusFrankATcernch committed May 22, 2024
1 parent 169fc4f commit 6f94e76
Show file tree
Hide file tree
Showing 174 changed files with 640 additions and 735 deletions.
8 changes: 4 additions & 4 deletions DDCore/include/DD4hep/AlignmentData.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
#define DD4HEP_ALIGNMENTDATA_H

// Framework include files
#include "DD4hep/NamedObject.h"
#include "DD4hep/DetElement.h"
#include "DD4hep/Volumes.h"
#include <DD4hep/NamedObject.h>
#include <DD4hep/DetElement.h>
#include <DD4hep/Volumes.h>

// ROOT include files
#include "TGeoMatrix.h"
#include <TGeoMatrix.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/AlignmentTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_ALIGNMENTTOOLS_H

// Framework include files
#include "DD4hep/Alignments.h"
#include <DD4hep/Alignments.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/Alignments.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_ALIGNMENTS_H

// Framework include files
#include "DD4hep/IOV.h"
#include "DD4hep/Volumes.h"
#include "DD4hep/Conditions.h"
#include <DD4hep/IOV.h>
#include <DD4hep/Volumes.h>
#include <DD4hep/Conditions.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/AlignmentsCalculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_ALIGNMENTSCALCULATOR_H

// Framework include files
#include "DD4hep/Alignments.h"
#include "DD4hep/AlignmentData.h"
#include "DD4hep/ConditionsMap.h"
#include <DD4hep/Alignments.h>
#include <DD4hep/AlignmentData.h>
#include <DD4hep/ConditionsMap.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/AlignmentsNominalMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_ALIGNMENTSNOMINALMAP_H

// Framework include files
#include "DD4hep/ConditionsMap.h"
#include <DD4hep/ConditionsMap.h>

// C/C++ include files

Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/AlignmentsPrinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_ALIGNMENTSPRINTER_H

// Framework includes
#include "DD4hep/Printout.h"
#include "DD4hep/DetElement.h"
#include "DD4hep/Alignments.h"
#include <DD4hep/Printout.h>
#include <DD4hep/DetElement.h>
#include <DD4hep/Alignments.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
8 changes: 4 additions & 4 deletions DDCore/include/DD4hep/AlignmentsProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#define DD4HEP_ALIGNMENTSPROCESSOR_H

// Framework includes
#include "DD4hep/ConditionsMap.h"
#include "DD4hep/AlignmentData.h"
#include "DD4hep/Alignments.h"
#include "DD4hep/Printout.h"
#include <DD4hep/ConditionsMap.h>
#include <DD4hep/AlignmentData.h>
#include <DD4hep/Alignments.h>
#include <DD4hep/Printout.h>

// C/C++ include files
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/Any.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace dd4hep {

#else

#include "boost/any.hpp"
#include <boost/any.hpp>
/// Namespace for the AIDA detector description toolkit
namespace dd4hep {

Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridXYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define DD4HEP_CARTESIANGRIDXYZ_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridXZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define DD4HEP_CARTESIANGRIDXZ_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define DD4HEP_CARTESIANGRIDYZ_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianStripX.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define DD4HEP_CARTESIANSTRIPX_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianStripY.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define DD4HEP_CARTESIANSTRIPY_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
5 changes: 3 additions & 2 deletions DDCore/include/DD4hep/CartesianStripZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
#define DD4HEP_CARTESIANSTRIPZ_H 1

// Framework include files
#include "DD4hep/Segmentations.h"
#include <DD4hep/Segmentations.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {

/// Namespace for base segmentations
namespace DDSegmentation {
class CartesianStripZ;
class CartesianStripZ;
}

/// We need some abbreviation to make the code more readable.
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/ConditionAny.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_CONDITIONANY_H

// Framework include files
#include "DD4hep/Conditions.h"
#include <DD4hep/Conditions.h>

// C/C++ include files
#include <any>
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/ConditionDerived.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_CONDITIONDERIVED_H

// Framework include files
#include "DD4hep/Memory.h"
#include "DD4hep/Conditions.h"
#include "DD4hep/detail/ConditionsInterna.h"
#include <DD4hep/Memory.h>
#include <DD4hep/Conditions.h>
#include <DD4hep/detail/ConditionsInterna.h>

// C/C++ include files
#include <memory>
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/Conditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_CONDITIONS_H

// Framework include files
#include "DD4hep/IOV.h"
#include "DD4hep/Handle.h"
#include "DD4hep/OpaqueData.h"
#include <DD4hep/IOV.h>
#include <DD4hep/Handle.h>
#include <DD4hep/OpaqueData.h>

// C/C++ include files
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/ConditionsData.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define DD4HEP_CONDITIONSDATA_H

// Framework include files
#include "DD4hep/Objects.h"
#include "DD4hep/Conditions.h"
#include <DD4hep/Objects.h>
#include <DD4hep/Conditions.h>

// C/C++ include files
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/ConditionsDebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_CONDITIONSDEBUG_H

// Framework include files
#include "DD4hep/Conditions.h"
#include <DD4hep/Conditions.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/ConditionsListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_CONDITIONSLISTENER_H

// Framework include files
#include "DD4hep/Conditions.h"
#include <DD4hep/Conditions.h>

// C/C++ include files

Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/ConditionsMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define DD4HEP_CONDITIONSMAP_H

// Framework include files
#include "DD4hep/Conditions.h"
#include "DD4hep/DetElement.h"
#include <DD4hep/Conditions.h>
#include <DD4hep/DetElement.h>

// C/C++ include files
#include <map>
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/ConditionsPrinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_CONDITIONSPRINTER_H

// Framework includes
#include "DD4hep/Printout.h"
#include "DD4hep/DetElement.h"
#include "DD4hep/Conditions.h"
#include <DD4hep/Printout.h>
#include <DD4hep/DetElement.h>
#include <DD4hep/Conditions.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/ConditionsProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define DD4HEP_CONDITIONSPROCESSOR_H

// Framework include files
#include "DD4hep/DetElement.h"
#include "DD4hep/Conditions.h"
#include "DD4hep/ConditionsMap.h"
#include <DD4hep/DetElement.h>
#include <DD4hep/Conditions.h>
#include <DD4hep/ConditionsMap.h>

// C/C++ include files
#include <memory>
Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/DD4hepUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define DD4HEP_DD4HEPUI_H

// Framework includes
#include "DD4hep/Detector.h"
#include "DD4hep/Printout.h"
#include <DD4hep/Detector.h>
#include <DD4hep/Printout.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
16 changes: 15 additions & 1 deletion DDCore/include/DD4hep/DD4hepUnits.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
//==========================================================================
// AIDA Detector description implementation
//--------------------------------------------------------------------------
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
// All rights reserved.
//
// For the licensing terms see $DD4hepINSTALL/LICENSE.
// For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
//
// \author Markus Frank, David Blyth
// \date 2018-02-20
// \version 1.0
//
//==========================================================================
#ifndef DD4HEP_DD4HEPUNITS_H
#define DD4HEP_DD4HEPUNITS_H

#include "Evaluator/DD4hepUnits.h"
#include <Evaluator/DD4hepUnits.h>

#endif
18 changes: 9 additions & 9 deletions DDCore/include/DD4hep/DetElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
#define DD4HEP_DETELEMENT_H

// Framework include files
#include "DD4hep/Handle.h"
#include "DD4hep/Callback.h"
#include "DD4hep/Objects.h"
#include "DD4hep/Volumes.h"
#include "DD4hep/Readout.h"
#include "DD4hep/Alignments.h"
#include "DD4hep/Segmentations.h"
#include "DD4hep/ObjectExtensions.h"
#include <DD4hep/Handle.h>
#include <DD4hep/Callback.h>
#include <DD4hep/Objects.h>
#include <DD4hep/Volumes.h>
#include <DD4hep/Readout.h>
#include <DD4hep/Alignments.h>
#include <DD4hep/Segmentations.h>
#include <DD4hep/ObjectExtensions.h>

// C/C++ include files
#include <map>
Expand Down Expand Up @@ -463,6 +463,6 @@ namespace dd4hep {
};
} /* End namespace dd4hep */

#include "DD4hep/AlignmentData.h"
#include <DD4hep/AlignmentData.h>

#endif // DD4HEP_DETELEMENT_H
8 changes: 4 additions & 4 deletions DDCore/include/DD4hep/DetectorData.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#define DD4HEP_DETECTORDATA_H

// Framework includes
#include "DD4hep/Printout.h"
#include "DD4hep/Detector.h"
#include "DD4hep/ObjectExtensions.h"
#include "DD4hep/detail/VolumeManagerInterna.h"
#include <DD4hep/Printout.h>
#include <DD4hep/Detector.h>
#include <DD4hep/ObjectExtensions.h>
#include <DD4hep/detail/VolumeManagerInterna.h>

// C/C++ include files
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/DetectorHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef DD4HEP_DETECTORHELPER_H
#define DD4HEP_DETECTORHELPER_H

#include "DD4hep/Detector.h"
#include <DD4hep/Detector.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
6 changes: 3 additions & 3 deletions DDCore/include/DD4hep/DetectorImp.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#endif

// Framework include files
#include "DD4hep/DetectorData.h"
#include "DD4hep/DetectorLoad.h"
#include "TNamed.h"
#include <DD4hep/DetectorData.h>
#include <DD4hep/DetectorLoad.h>
#include <TNamed.h>

// Forward declarations
class TGeoManager;
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/DetectorLoad.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_DETECTORLOAD_H

// Framework includes
#include "DD4hep/Detector.h"
#include <DD4hep/Detector.h>

// C/C++ include files
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/DetectorProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_DETECTORPROCESSOR_H

// Framework includes
#include "DD4hep/DetElement.h"
#include <DD4hep/DetElement.h>

// C/C++ include files
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/DetectorSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define DD4HEP_DETECTORSELECTOR_H

// Framework include files
#include "DD4hep/Detector.h"
#include <DD4hep/Detector.h>

/// Namespace for the AIDA detector description toolkit
namespace dd4hep {
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/DetectorTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DD4HEP_DETECTORTOOLS_H

// Framework include files
#include "DD4hep/DetElement.h"
#include <DD4hep/DetElement.h>

// Forward declarations
class TGeoHMatrix;
Expand Down
Loading

0 comments on commit 6f94e76

Please sign in to comment.