Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -78,13 +78,13 @@ Trk::Volume::clone() const
return new Trk::Volume(*this);
}
#if defined(FLATTEN) && defined(__GNUC__)
#if defined(__GNUC__)
// We compile this package with optimization, even in debug builds; otherwise,
// the heavy use of Eigen makes it too slow. However, from here we may call
// to out-of-line Eigen code that is linked from other DSOs; in that case,
// it would not be optimized. Avoid this by forcing all Eigen code
// to be inlined here if possible.
__attribute__((flatten))
[[gnu::flatten]]
#endif
bool
Trk::Volume::inside(const Amg::Vector3D& gp, double tol) const
Loading