1 #ifndef DQMOFFLINE_TRIGGER_EGHLTOFFEGSEL 2 #define DQMOFFLINE_TRIGGER_EGHLTOFFEGSEL 37 bool passCuts(
const OffEle& ele,
int cutMask=~0x0)
const{
return getCutCode(ele,cutMask)==0x0;}
38 int getCutCode(
const OffEle& ele,
int cutMask=~0x0)
const;
41 bool passCuts(
const OffPho& pho,
int cutMask=~0x0)
const{
return getCutCode(pho,cutMask)==0x0;}
42 int getCutCode(
const OffPho& pho,
int cutMask=~0x0)
const;
43 static int getCutCode(
const OffPho& pho,
const EgCutValues& cuts,
int cutMask=~0x0);
bool passCuts(const OffEle &ele, int cutMask=~0x0) const
const EgCutValues & ebCuts() const
const EgCutValues & eeCuts() const
bool passCuts(const OffPho &pho, int cutMask=~0x0) const
def setup(process, global_tag, zero_tesla=False)
void setEECuts(const EgCutValues &cuts)
void setEBCuts(const EgCutValues &cuts)
OffEgSel(const edm::ParameterSet &config)