ChamberSlowControl Class Reference

#include <ChamberSlowControl.hh>

Collaboration diagram for ChamberSlowControl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ChamberSlowControl (const std::string aName, const ui32 aId)
void setParams (const MeshParams_t &aMesh, const DriftParams_t &aDrift)
const DriftParams_tgetDrift () const
const MeshParams_tgetMesh () const

Protected Attributes

std::string name
ui32 id
DriftParams_t drift
MeshParams_t mesh

Friends

class SlowControl

Detailed Description

Definition at line 11 of file ChamberSlowControl.hh.


Constructor & Destructor Documentation

ChamberSlowControl::ChamberSlowControl ( const std::string  aName,
const ui32  aId 
) [inline]

Definition at line 20 of file ChamberSlowControl.hh.

00021       : name(aName), id(aId) { };


Member Function Documentation

void ChamberSlowControl::setParams ( const MeshParams_t aMesh,
const DriftParams_t aDrift 
)

Definition at line 13 of file ChamberSlowControl.cpp.

00014 {
00015     mesh = aMesh;
00016     drift = aDrift;
00017 
00018 }

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

Definition at line 23 of file ChamberSlowControl.hh.

Referenced by main().

00023 { return drift; };

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

Definition at line 24 of file ChamberSlowControl.hh.

Referenced by main().

00024 {return mesh; };


Friends And Related Function Documentation

friend class SlowControl [friend]

Definition at line 12 of file ChamberSlowControl.hh.


Member Data Documentation

std::string ChamberSlowControl::name [protected]

Definition at line 14 of file ChamberSlowControl.hh.

ui32 ChamberSlowControl::id [protected]

Definition at line 15 of file ChamberSlowControl.hh.

DriftParams_t ChamberSlowControl::drift [protected]

Definition at line 17 of file ChamberSlowControl.hh.

Referenced by getDrift(), and setParams().

MeshParams_t ChamberSlowControl::mesh [protected]

Definition at line 18 of file ChamberSlowControl.hh.

Referenced by getMesh(), and setParams().


The documentation for this class was generated from the following files:
Generated on Mon Jan 7 13:18:05 2013 for MicromegasFramework by  doxygen 1.4.7