Hardroc2Channel Class Reference

#include <Hardroc2Channel.hh>

Inheritance diagram for Hardroc2Channel:

Inheritance graph
[legend]
Collaboration diagram for Hardroc2Channel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Hardroc2Channel (const Chip &, const i32 aX, const i32 aY, const i32 aId)
 ~Hardroc2Channel ()
const ui32 getXLength () const
const ui32 getYLength () const

Detailed Description

CLASS Hardroc2Channel //

Definition at line 18 of file Hardroc2Channel.hh.


Constructor & Destructor Documentation

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

Definition at line 14 of file Hardroc2Channel.cpp.

00015  : Channel(aChip, "HardRoc2 channel", aColumn, aRow, aId)
00016 {
00017 //  FILE_LOG(logDEBUG) << "-----Hardroc2Channel constructor id[ "<< aId << "], aRow["  <<  aRow << "], aColumn[" << aColumn << "]" <<  endl;
00018 }

Hardroc2Channel::~Hardroc2Channel (  )  [inline]

Definition at line 21 of file Hardroc2Channel.hh.

00021 { };


Member Function Documentation

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

Implements Channel.

Definition at line 25 of file Hardroc2Channel.hh.

00025 { return  10000; };// in micrometer

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

Implements Channel.

Definition at line 26 of file Hardroc2Channel.hh.

00026 { return  10000; };


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