PMParams Class Reference

#include <PMParams.hh>

Collaboration diagram for PMParams:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PMParams (const PMParams_t aVoltages)
const PMParams_t getVoltages ()

Protected Member Functions

std::ostream & operator<< (std::ostream &out)

Protected Attributes

PMParams_t voltages

Friends

class PMSlowControl
std::ostream & operator<< (std::ostream &out, PMParams &x)


Detailed Description

Definition at line 9 of file PMParams.hh.


Constructor & Destructor Documentation

PMParams::PMParams ( const PMParams_t  aVoltages  )  [inline]

Definition at line 16 of file PMParams.hh.

00017       : voltages(aVoltages) { };


Member Function Documentation

std::ostream& PMParams::operator<< ( std::ostream &  out  )  [protected]

const PMParams_t PMParams::getVoltages (  )  [inline]

Definition at line 18 of file PMParams.hh.

00018 { return(voltages); };


Friends And Related Function Documentation

friend class PMSlowControl [friend]

Definition at line 10 of file PMParams.hh.

std::ostream& operator<< ( std::ostream &  out,
PMParams x 
) [friend]


Member Data Documentation

Definition at line 13 of file PMParams.hh.

Referenced by getVoltages().


The documentation for this class was generated from the following file:

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8