DiracChannel Class Reference

#include <DiracChannel.hh>

Inheritance diagram for DiracChannel:

Inheritance graph
[legend]
Collaboration diagram for DiracChannel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

CLASS DiracChannel //

Definition at line 18 of file DiracChannel.hh.


Constructor & Destructor Documentation

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

Definition at line 11 of file DiracChannel.cpp.

00012  : Channel(aChip, "Dirac channel", aColumn, aRow, aId)
00013 {
00014 //  FILE_LOG(logDEBUG) << "-----DiracChannel constructor"<< endl;
00015 }

DiracChannel::~DiracChannel (  )  [inline]

Definition at line 21 of file DiracChannel.hh.

00021 { };


Member Function Documentation

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

Implements Channel.

Definition at line 25 of file DiracChannel.hh.

00025 { return  10000; };// in micrometer

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

Implements Channel.

Definition at line 26 of file DiracChannel.hh.

00026 { return  10000; };


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