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