Hardroc2IPNLChannel Class Reference

#include <Hardroc2IPNLChannel.hh>

Inheritance diagram for Hardroc2IPNLChannel:

Inheritance graph
[legend]
Collaboration diagram for Hardroc2IPNLChannel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

CLASS Hardroc2IPNLChannel //

Definition at line 18 of file Hardroc2IPNLChannel.hh.


Constructor & Destructor Documentation

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

Definition at line 14 of file Hardroc2IPNLChannel.cpp.

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

Hardroc2IPNLChannel::~Hardroc2IPNLChannel (  )  [inline]

Definition at line 21 of file Hardroc2IPNLChannel.hh.

00021 { };


Member Function Documentation

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

Implements Channel.

Definition at line 25 of file Hardroc2IPNLChannel.hh.

00025 { return  10400; };// in micrometer

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

Implements Channel.

Definition at line 26 of file Hardroc2IPNLChannel.hh.

00026 { return  10400; };


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