Hardroc1Channel Class Reference

#include <Hardroc1Channel.hh>

Inheritance diagram for Hardroc1Channel:

Inheritance graph
[legend]
Collaboration diagram for Hardroc1Channel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

CLASS Hardroc1Channel //

Definition at line 18 of file Hardroc1Channel.hh.


Constructor & Destructor Documentation

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

Definition at line 14 of file Hardroc1Channel.cpp.

00015  : Channel(aChip, "HardRoc1 channel", aColumn, aRow, aId)
00016 {
00017   FILE_LOG(logDEBUG1) << "-----Hardroc1Channel constructor"<< endl;
00018 }

Hardroc1Channel::~Hardroc1Channel (  ) 

Definition at line 20 of file Hardroc1Channel.cpp.

00021 {
00022   FILE_LOG(logDEBUG1) << "-----Hardroc1Channel desstructor"<< endl;
00023 }


Member Function Documentation

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

Implements Channel.

Definition at line 25 of file Hardroc1Channel.hh.

00025 { return  10000; };// in micrometer

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

Implements Channel.

Definition at line 26 of file Hardroc1Channel.hh.

00026 { return  10000; };


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