Skip to content
Snippets Groups Projects
Commit a7175648 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: src/TrapEndcapTracker_geo.cpp

parent e842b1f8
No related branches found
No related tags found
1 merge request!138Draft: Documentation tag
/** \addtogroup Trackers Trackers /** \addtogroup Trackers Trackers
* \brief Type: **BarrelTrackerWithFrame**. * \brief Type: **BarrelTrackerWithFrame**.
* \author W. Armstrong
* *
* \ingroup trackers * \ingroup trackers
*
* @{ * @{
*/ */
#include <map> #include <map>
...@@ -25,10 +23,10 @@ using namespace dd4hep::detail; ...@@ -25,10 +23,10 @@ using namespace dd4hep::detail;
/** Endcap Trapezoidal Tracker. /** Endcap Trapezoidal Tracker.
* *
* \ingroup trackers
* @author Whitney Armstrong * @author Whitney Armstrong
*
*/ */
static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector sens) static Ref_t TrapEndcapTracker_create_detector(Detector& description, xml_h e, SensitiveDetector sens)
{ {
typedef vector<PlacedVolume> Placements; typedef vector<PlacedVolume> Placements;
xml_det_t x_det = e; xml_det_t x_det = e;
...@@ -303,5 +301,5 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s ...@@ -303,5 +301,5 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
//@} //@}
// clang-format off // clang-format off
DECLARE_DETELEMENT(athena_TrapEndcapTracker, create_detector) DECLARE_DETELEMENT(athena_TrapEndcapTracker, TrapEndcapTracker_create_detector)
DECLARE_DETELEMENT(athena_GEMTrackerEndcap, create_detector) DECLARE_DETELEMENT(athena_GEMTrackerEndcap, TrapEndcapTracker_create_detector)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment