4 #ifndef STJDIJETCUTETA_H
5 #define STJDIJETCUTETA_H
7 #include "StjDijetCut.h"
9 #include "StjJetCutEta.h"
15 : _jetcut(min, max) { }
18 bool operator()(
const StjDijet& dijet)
20 if(_jetcut(dijet.jet3))
return true;
22 if(_jetcut(dijet.jet4))
return true;
35 #endif // STJDIJETCUTETA_H