Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hdr MagneticField/ParametrizedEngine #23550

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion MagneticField/ParametrizedEngine/src/BFit3D.cc
Expand Up @@ -3,7 +3,6 @@
#define M_PI 3.1415926535897932385
#endif

#include "BFit3D.h"
#include "BFit3D_data.h"

using namespace magfieldparam;
Expand Down
1 change: 1 addition & 0 deletions MagneticField/ParametrizedEngine/src/BFit3D_data.h
@@ -1,6 +1,7 @@
#ifndef BFit3D_data_h
#define BFit3D_data_h

#include "BFit3D.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the same include from the .cc implementation file

namespace magfieldparam {
//_______________________________________________________________________________
//Nominal field values (the same as for 2D fit
Expand Down