#include <HcalFEDList.h>
Public Member Functions | |
std::vector< int > | getListOfFEDs () |
HcalFEDList () | |
HcalFEDList (int calibType) | |
void | setCalibType (int calibType) |
void | setListOfFEDs () |
void | setListOfFEDs (int calibType) |
~HcalFEDList () | |
Private Attributes | |
int | calibType_ |
std::vector< int > | fedList_ |
Definition at line 7 of file HcalFEDList.h.
HcalFEDList::HcalFEDList | ( | ) |
HcalFEDList::~HcalFEDList | ( | ) |
Definition at line 13 of file HcalFEDList.cc.
HcalFEDList::HcalFEDList | ( | int | calibType | ) |
|
inline |
Definition at line 17 of file HcalFEDList.h.
References fedList_.
Referenced by HcalCalibFEDSelector::produce().
|
inline |
void HcalFEDList::setListOfFEDs | ( | ) |
Definition at line 17 of file HcalFEDList.cc.
References calibType_, fedList_, plotBeamSpotDB::first, hc_HBHEHPD, hc_HFPMT, hc_HOHPD, hc_Pedestal, hc_RADDAM, mps_fire::i, plotBeamSpotDB::last, FEDNumbering::MAXHCALFEDID, and FEDNumbering::MINHCALFEDID.
Referenced by HcalFEDList(), and setCalibType().
|
inline |
Definition at line 16 of file HcalFEDList.h.
References calibType_, and setListOfFEDs().
Referenced by setListOfFEDs().
|
private |
Definition at line 20 of file HcalFEDList.h.
Referenced by HcalFEDList(), setCalibType(), and setListOfFEDs().
|
private |
Definition at line 21 of file HcalFEDList.h.
Referenced by getListOfFEDs(), and setListOfFEDs().