Skip to content

Commit

Permalink
Fixed include guards for headers in interface directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Jul 8, 2024
1 parent f47212f commit 86503a2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions RecoTracker/LST/interface/LSTOutput.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef RecoTracker_LST_LSTOutput_h
#define RecoTracker_LST_LSTOutput_h
#ifndef RecoTracker_LST_interface_LSTOutput_h
#define RecoTracker_LST_interface_LSTOutput_h

#include <memory>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LST/interface/LSTPhase2OTHitsInput.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef RecoTracker_LST_LSTPhase2OTHitsInput_h
#define RecoTracker_LST_LSTPhase2OTHitsInput_h
#ifndef RecoTracker_LST_interface_LSTPhase2OTHitsInput_h
#define RecoTracker_LST_interface_LSTPhase2OTHitsInput_h

#include <memory>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LST/interface/LSTPixelSeedInput.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef RecoTracker_LST_LSTPixelSeedInput_h
#define RecoTracker_LST_LSTPixelSeedInput_h
#ifndef RecoTracker_LST_interface_LSTPixelSeedInput_h
#define RecoTracker_LST_interface_LSTPixelSeedInput_h

#include <memory>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/alpaka/Constants.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef Constants_cuh
#define Constants_cuh
#ifndef RecoTracker_LSTCore_interface_alpaka_Constants_h
#define RecoTracker_LSTCore_interface_alpaka_Constants_h

#include <alpaka/alpaka.hpp>

Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/alpaka/EndcapGeometryBuffer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef EndcapGeometryBuffers_h
#define EndcapGeometryBuffers_h
#ifndef RecoTracker_LSTCore_interface_alpaka_EndcapGeometryBuffers_h
#define RecoTracker_LSTCore_interface_alpaka_EndcapGeometryBuffers_h

#include <map>
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/alpaka/LST.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LST_H
#define LST_H
#ifndef RecoTracker_LSTCore_interface_alpaka_LST_h
#define RecoTracker_LSTCore_interface_alpaka_LST_h

#include "RecoTracker/LSTCore/interface/alpaka/Constants.h"
#include "RecoTracker/LSTCore/interface/alpaka/LSTESData.h"
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/alpaka/LSTESData.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LSTESData_H
#define LSTESData_H
#ifndef RecoTracker_LSTCore_interface_alpaka_LSTESData_h
#define RecoTracker_LSTCore_interface_alpaka_LSTESData_h

#include "RecoTracker/LSTCore/interface/alpaka/Constants.h"
#include "RecoTracker/LSTCore/interface/alpaka/EndcapGeometryBuffer.h"
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/alpaka/Module.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef Module_cuh
#define Module_cuh
#ifndef RecoTracker_LSTCore_interface_alpaka_Module_h
#define RecoTracker_LSTCore_interface_alpaka_Module_h

#include <alpaka/alpaka.hpp>

Expand Down

0 comments on commit 86503a2

Please sign in to comment.