Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
HcalRawToDigi
interface
HcalFEDList.h
Go to the documentation of this file.
1
/* -*- C++ -*- */
2
#ifndef HcalFEDList_h
3
#define HcalFEDList_h
4
5
#include <vector>
6
7
class
HcalFEDList
{
8
public
:
9
10
HcalFEDList
() ;
11
~HcalFEDList
() ;
12
HcalFEDList
(
int
calibType
) ;
// Initialize with calibration type
13
14
void
setCalibType
(
int
calibType) {
calibType_
=
calibType
; }
15
void
setListOfFEDs
() ;
16
void
setListOfFEDs
(
int
calibType) {
calibType_
=
calibType
;
setListOfFEDs
() ; }
17
std::vector<int>
getListOfFEDs
() {
return
fedList_
; }
18
19
private
:
20
int
calibType_
;
21
std::vector<int>
fedList_
;
22
};
23
24
#endif // HcalFEDList_h
HcalFEDList::calibType_
int calibType_
Definition:
HcalFEDList.h:20
diJetCalib.calibType
tuple calibType
Definition:
diJetCalib.py:20
HcalFEDList::HcalFEDList
HcalFEDList()
Definition:
HcalFEDList.cc:5
HcalFEDList::setListOfFEDs
void setListOfFEDs()
Definition:
HcalFEDList.cc:17
HcalFEDList::fedList_
std::vector< int > fedList_
Definition:
HcalFEDList.h:21
HcalFEDList::~HcalFEDList
~HcalFEDList()
Definition:
HcalFEDList.cc:13
HcalFEDList::setCalibType
void setCalibType(int calibType)
Definition:
HcalFEDList.h:14
HcalFEDList::setListOfFEDs
void setListOfFEDs(int calibType)
Definition:
HcalFEDList.h:16
HcalFEDList::getListOfFEDs
std::vector< int > getListOfFEDs()
Definition:
HcalFEDList.h:17
HcalFEDList
Definition:
HcalFEDList.h:7
Generated for CMSSW Reference Manual by
1.8.5