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