Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
EgammaReco
src
EgammaTrigger.cc
Go to the documentation of this file.
1
#include "
DataFormats/EgammaReco/interface/EgammaTrigger.h
"
2
using namespace
reco
;
3
4
EgammaTrigger::EgammaTrigger
(
bool
matchL1Single,
bool
matchL1Double,
5
bool
matchL1RelaxedDouble,
bool
matchIsolatedL1 ) :
6
l1word_( 0 ) {
7
if
( matchL1Single )
l1word_
|= 1 <<
egamma::L1Single
;
8
if
( matchL1Double )
l1word_
|= 1 <<
egamma::L1Double
;
9
if
( matchL1RelaxedDouble )
l1word_
|= 1 <<
egamma::L1RelaxedDouble
;
10
if
( matchIsolatedL1 )
l1word_
|= 1 <<
egamma::IsolatedL1
;
11
}
reco::egamma::IsolatedL1
Definition:
EgammaTrigger.h:18
reco::egamma::L1Single
Definition:
EgammaTrigger.h:18
reco::egamma::L1Double
Definition:
EgammaTrigger.h:18
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:107
EgammaTrigger.h
reco::egamma::L1RelaxedDouble
Definition:
EgammaTrigger.h:18
reco::EgammaTrigger::l1word_
unsigned char l1word_
trigger work (packed). Only 4 bits are used.
Definition:
EgammaTrigger.h:52
reco::EgammaTrigger::EgammaTrigger
EgammaTrigger()
default constructor
Definition:
EgammaTrigger.h:28
Generated for CMSSW Reference Manual by
1.8.5