Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
4aac2526
Commit
4aac2526
authored
3 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Segmentations: remove ReadoutSegmentation: DECLARE_SEGMENATION moved to individual files
parent
b8bac83b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/src/plugins/ReadoutSegmentations.cpp
+0
-69
0 additions, 69 deletions
DDCore/src/plugins/ReadoutSegmentations.cpp
with
0 additions
and
69 deletions
DDCore/src/plugins/ReadoutSegmentations.cpp
deleted
100644 → 0
+
0
−
69
View file @
b8bac83b
//==========================================================================
// 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 : M.Frank
//
//==========================================================================
// Framework includes
#include
"DD4hep/Factories.h"
using
namespace
dd4hep
;
using
namespace
dd4hep
::
DDSegmentation
;
#include
"DDSegmentation/NoSegmentation.h"
DECLARE_SEGMENTATION
(
NoSegmentation
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
NoSegmentation
>
)
#include
"DDSegmentation/CartesianGridXY.h"
DECLARE_SEGMENTATION
(
CartesianGridXY
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianGridXY
>
)
#include
"DDSegmentation/CartesianGridXZ.h"
DECLARE_SEGMENTATION
(
CartesianGridXZ
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianGridXZ
>
)
#include
"DDSegmentation/CartesianGridYZ.h"
DECLARE_SEGMENTATION
(
CartesianGridYZ
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianGridYZ
>
)
#include
"DDSegmentation/CartesianGridXYZ.h"
DECLARE_SEGMENTATION
(
CartesianGridXYZ
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianGridXYZ
>
)
#include
"DDSegmentation/CartesianStripX.h"
DECLARE_SEGMENTATION
(
CartesianStripX
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianStripX
>
)
#include
"DDSegmentation/CartesianStripY.h"
DECLARE_SEGMENTATION
(
CartesianStripY
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianStripY
>
)
#include
"DDSegmentation/CartesianStripZ.h"
DECLARE_SEGMENTATION
(
CartesianStripZ
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
CartesianStripZ
>
)
#include
"DDSegmentation/TiledLayerGridXY.h"
DECLARE_SEGMENTATION
(
TiledLayerGridXY
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
TiledLayerGridXY
>
)
#include
"DDSegmentation/MegatileLayerGridXY.h"
DECLARE_SEGMENTATION
(
MegatileLayerGridXY
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
MegatileLayerGridXY
>
)
#include
"DDSegmentation/WaferGridXY.h"
DECLARE_SEGMENTATION
(
WaferGridXY
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
WaferGridXY
>
)
#include
"DDSegmentation/PolarGridRPhi.h"
DECLARE_SEGMENTATION
(
PolarGridRPhi
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
PolarGridRPhi
>
)
#include
"DDSegmentation/GridPhiEta.h"
DECLARE_SEGMENTATION
(
GridPhiEta
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
GridPhiEta
>
)
#include
"DDSegmentation/GridRPhiEta.h"
DECLARE_SEGMENTATION
(
GridRPhiEta
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
GridRPhiEta
>
)
#include
"DDSegmentation/PolarGridRPhi2.h"
DECLARE_SEGMENTATION
(
PolarGridRPhi2
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
PolarGridRPhi2
>
)
#include
"DDSegmentation/ProjectiveCylinder.h"
DECLARE_SEGMENTATION
(
ProjectiveCylinder
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
ProjectiveCylinder
>
)
#include
"DDSegmentation/MultiSegmentation.h"
DECLARE_SEGMENTATION
(
MultiSegmentation
,
create_segmentation
<
dd4hep
::
DDSegmentation
::
MultiSegmentation
>
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment