MicrorocChannel Class Reference

#include <MicrorocChannel.hh>

Inheritance diagram for MicrorocChannel:

Inheritance graph
[legend]
Collaboration diagram for MicrorocChannel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MicrorocChannel (const Chip &, const i32 aX, const i32 aY, const i32 aId)
 ~MicrorocChannel ()
const ui32 getXLength () const
const ui32 getYLength () const
bool getMask (ui16 index) const
void setMask (ui16 index, bool value)

Private Attributes

bool mask [3]

Detailed Description

CLASS MicrorocChannel //

Definition at line 18 of file MicrorocChannel.hh.


Constructor & Destructor Documentation

MicrorocChannel::MicrorocChannel ( const Chip ,
const i32  aX,
const i32  aY,
const i32  aId 
)

Definition at line 14 of file MicrorocChannel.cpp.

00015  : Channel(aChip, "MicrorocChannel channel", aColumn, aRow, aId)
00016 {
00017 }

MicrorocChannel::~MicrorocChannel (  )  [inline]

Definition at line 21 of file MicrorocChannel.hh.

00021 { };


Member Function Documentation

const ui32 MicrorocChannel::getXLength (  )  const [inline, virtual]

Implements Channel.

Definition at line 25 of file MicrorocChannel.hh.

00025 { return  10000; };// 9800  in micrometer

const ui32 MicrorocChannel::getYLength (  )  const [inline, virtual]

Implements Channel.

Definition at line 26 of file MicrorocChannel.hh.

00026 { return  10000; };// 9800 in micrometer

bool MicrorocChannel::getMask ( ui16  index  )  const [inline]

Definition at line 28 of file MicrorocChannel.hh.

Referenced by MTChip::operator=().

00028 { return mask[index];} ;

void MicrorocChannel::setMask ( ui16  index,
bool  value 
) [inline]

Definition at line 29 of file MicrorocChannel.hh.

00029 { mask[index] = value; } ; 


Member Data Documentation

bool MicrorocChannel::mask[3] [private]

Definition at line 29 of file MicrorocChannel.hh.

Referenced by getMask(), and setMask().


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