Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
L1TObjects
interface
L1TMuonEndCapParams.h
Go to the documentation of this file.
1
//
2
// L1TMuonEndCapParams: parameters needed to calculte the EMTF algorithm
3
//
4
5
#ifndef l1t_L1TMuonendCapParams_h
6
#define l1t_L1TMuonendCapParams_h
7
8
#include <memory>
9
#include <iostream>
10
#include <vector>
11
#include <map>
12
13
#include "
CondFormats/Serialization/interface/Serializable.h
"
14
15
class
L1TMuonEndCapParams
{
16
public
:
17
L1TMuonEndCapParams
() {
18
PtAssignVersion_
= 1;
19
firmwareVersion_
= 1;
20
PhiMatchWindowSt1_
= 0;
21
PhiMatchWindowSt2_
= 0;
22
PhiMatchWindowSt3_
= 0;
23
PhiMatchWindowSt4_
= 0;
24
}
25
~L1TMuonEndCapParams
() {}
26
27
// FIXME MULHEARN: this requires cleanup too, but leaving as is for now:
28
unsigned
PtAssignVersion_
,
firmwareVersion_
;
29
int
PhiMatchWindowSt1_
,
PhiMatchWindowSt2_
,
PhiMatchWindowSt3_
,
PhiMatchWindowSt4_
;
30
31
COND_SERIALIZABLE
;
32
};
33
#endif
L1TMuonEndCapParams
Definition:
L1TMuonEndCapParams.h:15
L1TMuonEndCapParams::firmwareVersion_
unsigned firmwareVersion_
Definition:
L1TMuonEndCapParams.h:28
L1TMuonEndCapParams::L1TMuonEndCapParams
L1TMuonEndCapParams()
Definition:
L1TMuonEndCapParams.h:17
L1TMuonEndCapParams::PhiMatchWindowSt3_
int PhiMatchWindowSt3_
Definition:
L1TMuonEndCapParams.h:29
L1TMuonEndCapParams::PhiMatchWindowSt1_
int PhiMatchWindowSt1_
Definition:
L1TMuonEndCapParams.h:29
L1TMuonEndCapParams::PhiMatchWindowSt4_
int PhiMatchWindowSt4_
Definition:
L1TMuonEndCapParams.h:29
L1TMuonEndCapParams::PhiMatchWindowSt2_
int PhiMatchWindowSt2_
Definition:
L1TMuonEndCapParams.h:29
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1TMuonEndCapParams::~L1TMuonEndCapParams
~L1TMuonEndCapParams()
Definition:
L1TMuonEndCapParams.h:25
Serializable.h
L1TMuonEndCapParams::PtAssignVersion_
unsigned PtAssignVersion_
Definition:
L1TMuonEndCapParams.h:28
Generated for CMSSW Reference Manual by
1.8.5