ChamberParams Class Reference

#include <ChamberParams.hh>

Collaboration diagram for ChamberParams:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ChamberParams (const double aTimeStamp, const MeshParams_t &aMesh, const DriftParams_t &aDrift)
const MeshParams_tgetMesh () const
const DriftParams_tgetDrift () const
std::ostream & operator<< (std::ostream &out)

Protected Attributes

double timeStamp
MeshParams_t mesh
DriftParams_t drift

Friends

class ChamberSlowControl
std::ostream & operator<< (std::ostream &out, ChamberParams &x)


Detailed Description

Definition at line 10 of file ChamberParams.hh.


Constructor & Destructor Documentation

ChamberParams::ChamberParams ( const double  aTimeStamp,
const MeshParams_t aMesh,
const DriftParams_t aDrift 
)


Member Function Documentation

const MeshParams_t& ChamberParams::getMesh (  )  const [inline]

Definition at line 19 of file ChamberParams.hh.

00019 { return(mesh); };

const DriftParams_t& ChamberParams::getDrift (  )  const [inline]

Definition at line 20 of file ChamberParams.hh.

00020 { return(drift); };

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


Friends And Related Function Documentation

friend class ChamberSlowControl [friend]

Definition at line 11 of file ChamberParams.hh.

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


Member Data Documentation

double ChamberParams::timeStamp [protected]

Definition at line 14 of file ChamberParams.hh.

Definition at line 15 of file ChamberParams.hh.

Referenced by getMesh().

Definition at line 16 of file ChamberParams.hh.

Referenced by getDrift().


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