Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
}
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
parseEventContent.prod
dictionary prod
Definition:
parseEventContent.py:153
Generated for CMSSW Reference Manual by
1.8.5