MTChannel Class Reference

#include <TreeClass.hh>

Inheritance diagram for MTChannel:

Inheritance graph
[legend]
Collaboration diagram for MTChannel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MTChannel ()
 MTChannel (const MTChannel &orig)
 MTChannel (const ChannelHit &hit, UInt_t order)
virtual ~MTChannel ()
Int_t GetValue (void) const
UInt_t GetSoftId (void) const
UInt_t GetHardId (void) const
Int_t GetX (void) const
Int_t GetY (void) const
Int_t GetZ (void) const
UInt_t GetOrder (void) const
UInt_t GetChamberId (void) const
UInt_t GetChb (void) const
UInt_t GetDifId (void) const
ULong64_t GetTimestamp (void) const
UInt_t GetBcId_Abs (void) const
UInt_t GetBcId_Dif (void) const
UInt_t GetBcId_Hit (void) const
void SetDriftVoltage (Float_t aValue)
void SetMeshVoltage (Float_t aValue)

Private Attributes

Int_t fValue
UInt_t fSoftId
UInt_t fHardId
Int_t fx
Int_t fY
Int_t fZ
UInt_t fOrder
Float_t fMeshVoltage
Float_t fDriftVoltage
ULong64_t timestamp
UInt_t bcId_Abs
UInt_t bcId_Dif
UInt_t bcId_Hit


Detailed Description

CLASS CHANNEL

Definition at line 26 of file TreeClass.hh.


Constructor & Destructor Documentation

MTChannel::MTChannel (  )  [inline]

Definition at line 46 of file TreeClass.hh.

00046 {;}

MTChannel::MTChannel ( const MTChannel orig  ) 

MTChannel::MTChannel ( const ChannelHit hit,
UInt_t  order 
)

virtual MTChannel::~MTChannel (  )  [inline, virtual]

Definition at line 52 of file TreeClass.hh.

00052 {Clear();}


Member Function Documentation

Int_t MTChannel::GetValue ( void   )  const [inline]

Definition at line 53 of file TreeClass.hh.

Referenced by main(), and View_event().

00053 { return fValue; }

UInt_t MTChannel::GetSoftId ( void   )  const [inline]

Definition at line 54 of file TreeClass.hh.

00054 { return fSoftId; }

UInt_t MTChannel::GetHardId ( void   )  const [inline]

Definition at line 55 of file TreeClass.hh.

Referenced by main().

00055 { return fHardId; }

Int_t MTChannel::GetX ( void   )  const [inline]

Definition at line 56 of file TreeClass.hh.

Referenced by main(), and View_event().

00056 { return fx; }

Int_t MTChannel::GetY ( void   )  const [inline]

Definition at line 57 of file TreeClass.hh.

Referenced by main(), and View_event().

00057 { return fY; }

Int_t MTChannel::GetZ ( void   )  const [inline]

Definition at line 58 of file TreeClass.hh.

Referenced by main().

00058 { return fZ; }

UInt_t MTChannel::GetOrder ( void   )  const [inline]

Definition at line 59 of file TreeClass.hh.

00059 { return fOrder; }

UInt_t MTChannel::GetChamberId ( void   )  const

Referenced by GetChb().

UInt_t MTChannel::GetChb ( void   )  const [inline]

Definition at line 61 of file TreeClass.hh.

00061 { return GetChamberId();}

UInt_t MTChannel::GetDifId ( void   )  const [inline]

Definition at line 62 of file TreeClass.hh.

00062 { return((fSoftId / 1000000) % 100); };

ULong64_t MTChannel::GetTimestamp ( void   )  const [inline]

Definition at line 63 of file TreeClass.hh.

00063 { return(timestamp); };

UInt_t MTChannel::GetBcId_Abs ( void   )  const [inline]

Definition at line 64 of file TreeClass.hh.

00064 { return(bcId_Abs); };

UInt_t MTChannel::GetBcId_Dif ( void   )  const [inline]

Definition at line 65 of file TreeClass.hh.

00065 { return(bcId_Dif); };

UInt_t MTChannel::GetBcId_Hit ( void   )  const [inline]

Definition at line 66 of file TreeClass.hh.

00066 { return(bcId_Hit); };

void MTChannel::SetDriftVoltage ( Float_t  aValue  )  [inline]

Definition at line 68 of file TreeClass.hh.

00068 { fDriftVoltage = aValue;} ;

void MTChannel::SetMeshVoltage ( Float_t  aValue  )  [inline]

Definition at line 69 of file TreeClass.hh.

00069 { fMeshVoltage = aValue;} ;


Member Data Documentation

Int_t MTChannel::fValue [private]

Definition at line 29 of file TreeClass.hh.

Referenced by GetValue().

UInt_t MTChannel::fSoftId [private]

Definition at line 30 of file TreeClass.hh.

Referenced by GetDifId(), and GetSoftId().

UInt_t MTChannel::fHardId [private]

Definition at line 31 of file TreeClass.hh.

Referenced by GetHardId().

Int_t MTChannel::fx [private]

Definition at line 32 of file TreeClass.hh.

Referenced by GetX().

Int_t MTChannel::fY [private]

Definition at line 33 of file TreeClass.hh.

Referenced by GetY().

Int_t MTChannel::fZ [private]

Definition at line 34 of file TreeClass.hh.

Referenced by GetZ().

UInt_t MTChannel::fOrder [private]

Definition at line 35 of file TreeClass.hh.

Referenced by GetOrder().

Float_t MTChannel::fMeshVoltage [private]

Definition at line 36 of file TreeClass.hh.

Referenced by SetMeshVoltage().

Float_t MTChannel::fDriftVoltage [private]

Definition at line 37 of file TreeClass.hh.

Referenced by SetDriftVoltage().

ULong64_t MTChannel::timestamp [private]

Definition at line 39 of file TreeClass.hh.

Referenced by GetTimestamp().

UInt_t MTChannel::bcId_Abs [private]

Definition at line 40 of file TreeClass.hh.

Referenced by GetBcId_Abs().

UInt_t MTChannel::bcId_Dif [private]

Definition at line 41 of file TreeClass.hh.

Referenced by GetBcId_Dif().

UInt_t MTChannel::bcId_Hit [private]

Definition at line 42 of file TreeClass.hh.

Referenced by GetBcId_Hit().


The documentation for this class was generated from the following file:

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8