Main Page
Namespaces
Classes
Package Documentation
DataFormats
L1Trigger
src
L1TriggerError.cc
Go to the documentation of this file.
1
#include "
DataFormats/L1Trigger/interface/L1TriggerError.h
"
2
3
4
L1TriggerError::L1TriggerError
(
unsigned
short
prod
,
unsigned
short
code) :
5
code_(prod<<16 & code)
6
{
7
}
8
9
10
L1TriggerError::~L1TriggerError
()
11
{
12
}
13
14
15
unsigned
L1TriggerError::prodID
() {
16
return
(
code_
>>16) & 0xffff;
17
}
18
19
20
unsigned
L1TriggerError::prodErr
() {
21
return
code_
& 0xffff;
22
}
parseEventContent.prod
prod
Definition:
parseEventContent.py:153
L1TriggerError::L1TriggerError
L1TriggerError(unsigned short prodID=0, unsigned short code=0)
construct from an error code
Definition:
L1TriggerError.cc:4
L1TriggerError.h
L1TriggerError::prodID
unsigned prodID()
producer ID
Definition:
L1TriggerError.cc:15
L1TriggerError::~L1TriggerError
~L1TriggerError()
dtor
Definition:
L1TriggerError.cc:10
L1TriggerError::prodErr
unsigned prodErr()
producer error
Definition:
L1TriggerError.cc:20
L1TriggerError::code_
unsigned code_
Definition:
L1TriggerError.h:43
Generated for CMSSW Reference Manual by
1.8.11