FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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
 

Private Member Functions

 ClassDef (PndLmdDigiStrips, 1)
 

Private Attributes

TString fdetName
 
std::vector< Int_t > fIndex
 
Int_t fdetID
 
Int_t fFE
 
Int_t fChannel
 
Double_t fCharge
 

Detailed Description

Definition at line 21 of file PndLmdDigiStrips.h.

Constructor & Destructor Documentation

PndLmdDigiStrips::PndLmdDigiStrips ( )

Definition at line 9 of file PndLmdDigiStrips.cxx.

References fChannel, fCharge, fdetID, and fFE.

10 {//fIndex = 0;
11  fdetID = 0;
12 // fdetName = 0;
13  fFE = 0;
14  fChannel = 0;
15  fCharge = 0;
16 }
PndLmdDigiStrips::PndLmdDigiStrips ( Int_t  index,
Int_t  detID,
TString  detName,
Int_t  fe,
Int_t  channel,
Double_t  charge 
)

Definition at line 18 of file PndLmdDigiStrips.cxx.

References fChannel, fCharge, fdetID, fdetName, fe, fFE, and fIndex.

20 { fIndex.push_back(index);
21  fdetID = detID;
22  fdetName = detName;
23  fFE = fe;
24  fChannel = channel;
25  fCharge = charge;
26 
27  }
std::vector< Int_t > fIndex
int fe
Definition: anaLmdDigi.C:67
PndLmdDigiStrips::~PndLmdDigiStrips ( )
inline

Definition at line 32 of file PndLmdDigiStrips.h.

32 {};

Member Function Documentation

PndLmdDigiStrips::ClassDef ( PndLmdDigiStrips  ,
 
)
private
Int_t PndLmdDigiStrips::GetChannel ( ) const
inline

Definition at line 37 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiProducer::AddDigi().

37 {return fChannel;}
Double_t PndLmdDigiStrips::GetCharge ( ) const
inline

Definition at line 38 of file PndLmdDigiStrips.h.

38 {return fCharge;}
Int_t PndLmdDigiStrips::GetDetID ( ) const
inline

Definition at line 40 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiProducer::AddDigi().

40 {return fdetID;}
TString PndLmdDigiStrips::GetDetName ( ) const
inline

Definition at line 39 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiProducer::AddDigi().

39 {return fdetName;}
Int_t PndLmdDigiStrips::GetFe ( ) const
inline

Definition at line 36 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiProducer::AddDigi().

36 {return fFE;}
std::vector<Int_t> PndLmdDigiStrips::GetIndex ( ) const
inline

Definition at line 35 of file PndLmdDigiStrips.h.

35 {return fIndex;}
std::vector< Int_t > fIndex

Member Data Documentation

Int_t PndLmdDigiStrips::fChannel
private

Definition at line 48 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().

Double_t PndLmdDigiStrips::fCharge
private

Definition at line 49 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().

Int_t PndLmdDigiStrips::fdetID
private

Definition at line 46 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().

TString PndLmdDigiStrips::fdetName
private

Definition at line 43 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().

Int_t PndLmdDigiStrips::fFE
private

Definition at line 47 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().

std::vector<Int_t> PndLmdDigiStrips::fIndex
private

Definition at line 45 of file PndLmdDigiStrips.h.

Referenced by PndLmdDigiStrips().


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