PandaRoot
PndLmdDigiStrips Class Reference

#include <PndLmdDigiStrips.h>

Inheritance diagram for PndLmdDigiStrips:

Public Member Functions

 PndLmdDigiStrips ()
 
 PndLmdDigiStrips (Int_t index, Int_t detID, TString detName, Int_t fe, Int_t channel, Double_t charge)
 
 ~PndLmdDigiStrips ()
 
std::vector< Int_t > GetIndex () const
 
Int_t GetFe () const
 
Int_t GetChannel () const
 
Double_t GetCharge () const
 
TString GetDetName () const
 
Int_t GetDetID () const
 

Detailed Description

Definition at line 20 of file PndLmdDigiStrips.h.

Constructor & Destructor Documentation

◆ PndLmdDigiStrips() [1/2]

PndLmdDigiStrips::PndLmdDigiStrips ( )

◆ PndLmdDigiStrips() [2/2]

PndLmdDigiStrips::PndLmdDigiStrips ( Int_t  index,
Int_t  detID,
TString  detName,
Int_t  fe,
Int_t  channel,
Double_t  charge 
)

◆ ~PndLmdDigiStrips()

PndLmdDigiStrips::~PndLmdDigiStrips ( )
inline

Definition at line 30 of file PndLmdDigiStrips.h.

30 {};

Member Function Documentation

◆ GetChannel()

Int_t PndLmdDigiStrips::GetChannel ( ) const
inline

Definition at line 35 of file PndLmdDigiStrips.h.

35 { return fChannel; }

◆ GetCharge()

Double_t PndLmdDigiStrips::GetCharge ( ) const
inline

Definition at line 36 of file PndLmdDigiStrips.h.

36 { return fCharge; }

◆ GetDetID()

Int_t PndLmdDigiStrips::GetDetID ( ) const
inline

Definition at line 38 of file PndLmdDigiStrips.h.

38 { return fdetID; }

◆ GetDetName()

TString PndLmdDigiStrips::GetDetName ( ) const
inline

Definition at line 37 of file PndLmdDigiStrips.h.

37 { return fdetName; }

◆ GetFe()

Int_t PndLmdDigiStrips::GetFe ( ) const
inline

Definition at line 34 of file PndLmdDigiStrips.h.

34 { return fFE; }

◆ GetIndex()

std::vector<Int_t> PndLmdDigiStrips::GetIndex ( ) const
inline

Definition at line 33 of file PndLmdDigiStrips.h.

33 { return fIndex; }

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