-
Notifications
You must be signed in to change notification settings - Fork 507
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
[PWGJE,Trigger] Fix scope of tables in Jet.h #8046
Conversation
@@ -190,51 +187,60 @@ DECLARE_JET_TABLES_LEVELS(DielectronCharged, JTrackSub, Dielectrons, JDielectron | |||
// duplicate jet tables (added as needed for analyses) | |||
DECLARE_JET_DUPLICATE_TABLES_LEVELS(Charged, JTrackSub, HfD0Bases, HfD0PBases, "C", 1); | |||
|
|||
} // namespace o2::aod | |||
#undef DECLARE_JET_TABLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do these do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They undefine the macros so that they don't exist below that line.
See https://rawgit.com/AliceO2Group/CodingGuidelines/master/coding_guidelines.html?showone=Preprocessor_Macros#Preprocessor_Macros
o2::aod
namespace.