Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
EcalRawData
src
EcalListOfFEDS.cc
Go to the documentation of this file.
1
#include <iostream>
2
#include "
DataFormats/EcalRawData/interface/EcalListOfFEDS.h
"
3
4
EcalListOfFEDS::EcalListOfFEDS
() {
5
list_of_feds
.clear();
6
}
7
8
void
EcalListOfFEDS::AddFED
(
int
fed) {
9
list_of_feds
.push_back(fed);
10
}
11
12
EcalListOfFEDS::list_of_feds
std::vector< int > list_of_feds
Definition:
EcalListOfFEDS.h:15
EcalListOfFEDS::EcalListOfFEDS
EcalListOfFEDS()
Definition:
EcalListOfFEDS.cc:4
EcalListOfFEDS::AddFED
void AddFED(int fed)
Definition:
EcalListOfFEDS.cc:8
EcalListOfFEDS.h
Generated for CMSSW Reference Manual by
1.8.5