Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
631 B
0
Indexable
Never
#define JETSELECT
#define MASSCUT
//#define CVSLCUT



        #ifdef JETSELECT
        if ( jetPt < 30. ) continue;
        if ( fabs(jetEta) > 2.5 ) continue;
        if ( jetDeepCSVTags_c < -0.99 ) continue;

        if ( !isData ){
                if ( jetID != 1 ) continue;
                if ( jetPUIDbit != 7 ) continue;
        }

        if ( IsMC() && !isQCD ){
                if ( mcweight>60. ) continue;
        }
        #endif

        #ifdef MASSCUT
        if ( jetSubVtxMass == 0 ) continue;
        #endif

        #ifdef CVSLCUT
        if ( jetDeepCSVDiscriminatorTags_CvsL < 0.155) continue;
        #endif