Changeset 20095 for trunk/Mars/mfilter


Ignore:
Timestamp:
05/07/21 12:35:29 (4 years ago)
Author:
tbretz
Message:
Oh great master of the root universe, thanks for you namepace polution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfilter/MFMagicCuts.h

    r9338 r20095  
    2424{
    2525public:
     26#pragma GCC diagnostic push
     27#pragma GCC diagnostic ignored "-Wshadow"
    2628    // Possible kind of theta cuts
    2729    enum ThetaCut_t {
     
    3133        kWobble=kOn|kOff
    3234    };
     35#pragma GCC diagnostic pop
     36
    3337    // Possible kind of hadronness cuts
    3438    enum HadronnessCut_t {
Note: See TracChangeset for help on using the changeset viewer.