Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
e629198f
Commit
e629198f
authored
Mar 21, 2022
by
Wouter Deconinck
Browse files
clang-tidy: fix source_location issues
parent
ad753180
Changes
67
Hide whitespace changes
Inline
Side-by-side
JugPID/src/components/PhotoRingClusters.cpp
View file @
e629198f
...
...
@@ -107,6 +107,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
PhotoRingClusters
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/CalorimeterHitReco.cpp
View file @
e629198f
...
...
@@ -219,6 +219,7 @@ public:
};
// class CalorimeterHitReco
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
CalorimeterHitReco
)
}
// namespace Jug::Reco
JugReco/src/components/CalorimeterHitsEtaPhiProjector.cpp
View file @
e629198f
...
...
@@ -128,6 +128,7 @@ public:
};
// class CalorimeterHitsEtaPhiProjector
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
CalorimeterHitsEtaPhiProjector
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/CalorimeterHitsMerger.cpp
View file @
e629198f
...
...
@@ -171,6 +171,7 @@ public:
};
// class CalorimeterHitsMerger
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
CalorimeterHitsMerger
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/CalorimeterIslandCluster.cpp
View file @
e629198f
...
...
@@ -391,6 +391,7 @@ private:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
CalorimeterIslandCluster
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/ClusterRecoCoG.cpp
View file @
e629198f
...
...
@@ -247,6 +247,7 @@ private:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ClusterRecoCoG
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/EnergyPositionClusterMerger.cpp
View file @
e629198f
...
...
@@ -133,6 +133,7 @@ public:
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
EnergyPositionClusterMerger
)
}
// namespace Jug::Reco
JugReco/src/components/FarForwardParticles.cpp
View file @
e629198f
...
...
@@ -270,6 +270,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
FarForwardParticles
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/FarForwardParticlesOMD.cpp
View file @
e629198f
...
...
@@ -177,6 +177,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
FarForwardParticlesOMD
)
}
// namespace Jug::Reco
JugReco/src/components/ImagingClusterReco.cpp
View file @
e629198f
...
...
@@ -282,6 +282,7 @@ private:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingClusterReco
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/ImagingPixelDataCombiner.cpp
View file @
e629198f
...
...
@@ -152,6 +152,7 @@ public:
};
// class ImagingPixelDataCombiner
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingPixelDataCombiner
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/ImagingPixelDataSorter.cpp
View file @
e629198f
...
...
@@ -112,6 +112,7 @@ namespace Jug::Reco {
};
// class ImagingPixelDataSorter
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingPixelDataSorter
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/ImagingPixelMerger.cpp
View file @
e629198f
...
...
@@ -157,6 +157,7 @@ private:
}
};
// class ImagingPixelMerger
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingPixelMerger
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/ImagingPixelReco.cpp
View file @
e629198f
...
...
@@ -146,6 +146,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingPixelReco
)
}
// namespace Jug::Reco
JugReco/src/components/ImagingTopoCluster.cpp
View file @
e629198f
...
...
@@ -224,6 +224,7 @@ private:
}
};
// namespace Jug::Reco
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
ImagingTopoCluster
)
}
// namespace Jug::Reco
...
...
JugReco/src/components/InclusiveKinematicsDA.cpp
View file @
e629198f
...
...
@@ -288,6 +288,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
InclusiveKinematicsDA
)
}
// namespace Jug::Reco
JugReco/src/components/InclusiveKinematicsElectron.cpp
View file @
e629198f
...
...
@@ -204,6 +204,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
InclusiveKinematicsElectron
)
}
// namespace Jug::Reco
JugReco/src/components/InclusiveKinematicsJB.cpp
View file @
e629198f
...
...
@@ -280,6 +280,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
InclusiveKinematicsJB
)
}
// namespace Jug::Reco
JugReco/src/components/InclusiveKinematicsSigma.cpp
View file @
e629198f
...
...
@@ -290,6 +290,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
InclusiveKinematicsSigma
)
}
// namespace Jug::Reco
JugReco/src/components/InclusiveKinematicseSigma.cpp
View file @
e629198f
...
...
@@ -297,6 +297,7 @@ public:
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
InclusiveKinematicseSigma
)
}
// namespace Jug::Reco
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment