Skip to content

Commit

Permalink
fix header ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori authored and andresailer committed Dec 13, 2023
1 parent 53adc24 commit 4058365
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DD4HEP_DDCORE_GRIDMODULETHETAMERGED_H
#define DD4HEP_DDCORE_GRIDMODULETHETAMERGED_H 1
#ifndef DETECTORSEGMENTATIONS_FCCSWGRIDMODULETHETAMERGEDHANDLE_K4GEO_H
#define DETECTORSEGMENTATIONS_FCCSWGRIDMODULETHETAMERGEDHANDLE_K4GEO_H

// FCCSW
#include "detectorSegmentations/FCCSWGridModuleThetaMerged_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DETSEGMENTATION_FCCSWGridModuleThetaMerged_k4geo_H
#define DETSEGMENTATION_FCCSWGridModuleThetaMerged_k4geo_H
#ifndef DETECTORSEGMENTATIONS_FCCSWGridModuleThetaMerged_k4geo_H
#define DETECTORSEGMENTATIONS_FCCSWGridModuleThetaMerged_k4geo_H

// FCCSW
#include "detectorSegmentations/GridTheta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DD4HEP_DDCORE_GRIDPHIETA_H
#define DD4HEP_DDCORE_GRIDPHIETA_H 1
#ifndef DETECTORSEGMENTATIONS_GRIDPHIETAHANDLE_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDPHIETAHANDLE_K4GEO_H

// FCCSW
#include "detectorSegmentations/FCCSWGridPhiEta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DETSEGMENTATION_GRIDPHIETA_H
#define DETSEGMENTATION_GRIDPHIETA_H
#ifndef DETECTORSEGMENTATIONS_GRIDPHIETA_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDPHIETA_K4GEO_H

// FCCSW
#include "detectorSegmentations/GridEta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DD4HEP_DDCORE_GRIDPHITHETA_H
#define DD4HEP_DDCORE_GRIDPHITHETA_H 1
#ifndef DETECTORSEGMENTATIONS_GRIDPHITHETAHANDLE_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDPHITHETAHANDLE_K4GEO_H

// FCCSW
#include "detectorSegmentations/FCCSWGridPhiTheta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DETSEGMENTATION_GRIDPHITHETA_H
#define DETSEGMENTATION_GRIDPHITHETA_H
#ifndef DETECTORSEGMENTATIONS_GRIDPHITHETA_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDPHITHETA_K4GEO_H

// FCCSW
#include "detectorSegmentations/GridTheta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DD4HEP_DDCORE_GRIDETA_H
#define DD4HEP_DDCORE_GRIDETA_H 1
#ifndef DETECTORSEGMENTATIONS_GRIDETAHANDLE_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDETAHANDLE_K4GEO_H

// FCCSW
#include "detectorSegmentations/GridEta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DETSEGMENTATION_GRIDETA_H
#define DETSEGMENTATION_GRIDETA_H
#ifndef DETECTORSEGMENTATIONS_GRIDETA_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDETA_K4GEO_H

#include "DDSegmentation/Segmentation.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DD4HEP_DDCORE_GRIDTHETA_H
#define DD4HEP_DDCORE_GRIDTHETA_H 1
#ifndef DETECTORSEGMENTATIONS_GRIDTHETAHANDLE_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDTHETAHANDLE_K4GEO_H

// FCCSW
#include "detectorSegmentations/GridTheta_k4geo.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DETSEGMENTATION_GRIDTHETA_H
#define DETSEGMENTATION_GRIDTHETA_H
#ifndef DETECTORSEGMENTATIONS_GRIDTHETA_K4GEO_H
#define DETECTORSEGMENTATIONS_GRIDTHETA_K4GEO_H

#include "DDSegmentation/Segmentation.h"

Expand Down

0 comments on commit 4058365

Please sign in to comment.