FairRoot/PandaRoot
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PndHypGeGammaAnaStorage Class Reference

#include <PndHypGeGammaAnaStorage.h>

Inheritance diagram for PndHypGeGammaAnaStorage:

Public Member Functions

 PndHypGeGammaAnaStorage ()
 
 PndHypGeGammaAnaStorage (const TString &name, const TString &title)
 
virtual ~PndHypGeGammaAnaStorage ()
 
void SetAllEntries (Int_t Entries)
 
Int_t GetAllEntries ()
 
void SetSumPeak (Int_t SumPeak_Ext)
 
Int_t GetSumPeak ()
 
void SetInFile (TString inFile_Ext)
 
TString GetInFile ()
 

Protected Member Functions

 ClassDef (PndHypGeGammaAnaStorage, 1)
 

Protected Attributes

Int_t AllEntries
 
Int_t SumPeak
 
TString InFile
 

Detailed Description

Definition at line 13 of file PndHypGeGammaAnaStorage.h.

Constructor & Destructor Documentation

PndHypGeGammaAnaStorage::PndHypGeGammaAnaStorage ( )

Definition at line 11 of file PndHypGeGammaAnaStorage.cxx.

12 {
13 
14 }
PndHypGeGammaAnaStorage::PndHypGeGammaAnaStorage ( const TString name,
const TString title 
)
inline

Definition at line 17 of file PndHypGeGammaAnaStorage.h.

17 : TNamed( name, title){};
TString name
PndHypGeGammaAnaStorage::~PndHypGeGammaAnaStorage ( )
virtual

Definition at line 17 of file PndHypGeGammaAnaStorage.cxx.

18 {
19 
20 }

Member Function Documentation

PndHypGeGammaAnaStorage::ClassDef ( PndHypGeGammaAnaStorage  ,
 
)
protected
Int_t PndHypGeGammaAnaStorage::GetAllEntries ( )

Definition at line 27 of file PndHypGeGammaAnaStorage.cxx.

References AllEntries.

28 {
29  return AllEntries;
30 }
TString PndHypGeGammaAnaStorage::GetInFile ( )

Definition at line 47 of file PndHypGeGammaAnaStorage.cxx.

References InFile.

48 {
49  return InFile;
50 }
Int_t PndHypGeGammaAnaStorage::GetSumPeak ( )

Definition at line 37 of file PndHypGeGammaAnaStorage.cxx.

References SumPeak.

38 {
39  return SumPeak;
40 }
void PndHypGeGammaAnaStorage::SetAllEntries ( Int_t  Entries)

Definition at line 22 of file PndHypGeGammaAnaStorage.cxx.

References AllEntries.

23 {
24  AllEntries = Entries;
25 }
void PndHypGeGammaAnaStorage::SetInFile ( TString  inFile_Ext)

Definition at line 42 of file PndHypGeGammaAnaStorage.cxx.

References InFile.

43 {
44  InFile = InFile_Ext;
45 }
void PndHypGeGammaAnaStorage::SetSumPeak ( Int_t  SumPeak_Ext)

Definition at line 32 of file PndHypGeGammaAnaStorage.cxx.

References SumPeak.

33 {
34  SumPeak = SumPeak_Ext;
35 }

Member Data Documentation

Int_t PndHypGeGammaAnaStorage::AllEntries
protected

Definition at line 30 of file PndHypGeGammaAnaStorage.h.

Referenced by GetAllEntries(), and SetAllEntries().

TString PndHypGeGammaAnaStorage::InFile
protected

Definition at line 32 of file PndHypGeGammaAnaStorage.h.

Referenced by GetInFile(), and SetInFile().

Int_t PndHypGeGammaAnaStorage::SumPeak
protected

Definition at line 31 of file PndHypGeGammaAnaStorage.h.

Referenced by GetSumPeak(), and SetSumPeak().


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