SCSteerParams Class Reference

#include <SCSteerParams.hh>

Collaboration diagram for SCSteerParams:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SCSteerParams (const ui32 aScId, const std::string aType, const ui32 aChamberId, const ui32 aDifId, const ui32 aBoardId, const ui32 aPmId, const std::string aName)

Public Attributes

ui32 scId
std::string type
ui32 chamberId
ui32 difId
ui32 boardId
ui32 pmId
std::string name

Detailed Description

Definition at line 15 of file SCSteerParams.hh.


Constructor & Destructor Documentation

SCSteerParams::SCSteerParams ( const ui32  aScId,
const std::string  aType,
const ui32  aChamberId,
const ui32  aDifId,
const ui32  aBoardId,
const ui32  aPmId,
const std::string  aName 
) [inline]

Definition at line 25 of file SCSteerParams.hh.

00026       : scId(aScId), type(aType), chamberId(aChamberId), difId(aDifId), boardId(aBoardId), pmId(aPmId),  name(aName) { };


Member Data Documentation

ui32 SCSteerParams::scId

Definition at line 17 of file SCSteerParams.hh.

std::string SCSteerParams::type

Definition at line 18 of file SCSteerParams.hh.

ui32 SCSteerParams::chamberId

Definition at line 19 of file SCSteerParams.hh.

ui32 SCSteerParams::difId

Definition at line 20 of file SCSteerParams.hh.

ui32 SCSteerParams::boardId

Definition at line 21 of file SCSteerParams.hh.

ui32 SCSteerParams::pmId

Definition at line 22 of file SCSteerParams.hh.

std::string SCSteerParams::name

Definition at line 23 of file SCSteerParams.hh.


The documentation for this class was generated from the following file:
Generated on Mon Jan 7 13:19:01 2013 for MicromegasFramework by  doxygen 1.4.7