CMS 3D CMS Logo

EcalListOfFEDS Class Reference

#include <DataFormats/EcalRawData/interface/EcalListOfFEDS.h>

List of all members.

Public Member Functions

void AddFED (int fed)
 EcalListOfFEDS ()
std::vector< intGetList () const
void SetList (std::vector< int > &feds)

Private Attributes

std::vector< intlist_of_feds


Detailed Description

Definition at line 6 of file EcalListOfFEDS.h.


Constructor & Destructor Documentation

EcalListOfFEDS::EcalListOfFEDS (  ) 

Definition at line 4 of file EcalListOfFEDS.cc.

References list_of_feds.

00004                                {
00005  list_of_feds.clear();
00006 }


Member Function Documentation

void EcalListOfFEDS::AddFED ( int  fed  ) 

Definition at line 8 of file EcalListOfFEDS.cc.

References list_of_feds.

00008                                    {
00009  list_of_feds.push_back(fed);
00010 }

std::vector<int> EcalListOfFEDS::GetList (  )  const [inline]

Definition at line 11 of file EcalListOfFEDS.h.

References list_of_feds.

00011 { return list_of_feds; }

void EcalListOfFEDS::SetList ( std::vector< int > &  feds  )  [inline]

Definition at line 12 of file EcalListOfFEDS.h.

References list_of_feds.

00012 { list_of_feds = feds; }


Member Data Documentation

std::vector<int> EcalListOfFEDS::list_of_feds [private]

Definition at line 15 of file EcalListOfFEDS.h.

Referenced by AddFED(), EcalListOfFEDS(), GetList(), and SetList().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:43 2009 for CMSSW by  doxygen 1.5.4