PandaRoot
PndMixBackgroundEvents Class Reference

#include <PndMixBackgroundEvents.h>

Inheritance diagram for PndMixBackgroundEvents:

Public Member Functions

 PndMixBackgroundEvents ()
 
 PndMixBackgroundEvents (Int_t verbose)
 
 ~PndMixBackgroundEvents ()
 
virtual InitStatus Init ()
 
virtual void Exec (Option_t *opt)
 
void WriteHistograms ()
 
void SetPersistence (Bool_t persistence)
 
void SetParContainers ()
 
void SetInputBkgFilesName (char *string1)
 
void SetInteractionRate (Double_t rate)
 

Public Attributes

Double_t fInteractionRate
 

Detailed Description

Definition at line 22 of file PndMixBackgroundEvents.h.

Constructor & Destructor Documentation

◆ PndMixBackgroundEvents() [1/2]

PndMixBackgroundEvents::PndMixBackgroundEvents ( )

Default constructor

◆ PndMixBackgroundEvents() [2/2]

PndMixBackgroundEvents::PndMixBackgroundEvents ( Int_t  verbose)

◆ ~PndMixBackgroundEvents()

PndMixBackgroundEvents::~PndMixBackgroundEvents ( )

Destructor

Member Function Documentation

◆ Exec()

virtual void PndMixBackgroundEvents::Exec ( Option_t *  opt)
virtual

Virtual method Exec

◆ Init()

virtual InitStatus PndMixBackgroundEvents::Init ( )
virtual

Virtual method Init

◆ SetInputBkgFilesName()

void PndMixBackgroundEvents::SetInputBkgFilesName ( char *  string1)
inline

Definition at line 48 of file PndMixBackgroundEvents.h.

49  {
50  sprintf(fSttBkgFilename, "%s", string1);
51  return;
52  };

◆ SetInteractionRate()

void PndMixBackgroundEvents::SetInteractionRate ( Double_t  rate)
inline

Definition at line 54 of file PndMixBackgroundEvents.h.

55  {
56  fInteractionRate = rate;
57  return;
58  };

◆ SetParContainers()

void PndMixBackgroundEvents::SetParContainers ( )

Referenced by SetPersistence().

◆ SetPersistence()

void PndMixBackgroundEvents::SetPersistence ( Bool_t  persistence)
inline

set persistence flag

Definition at line 44 of file PndMixBackgroundEvents.h.

References SetParContainers().

44 { fPersistence = persistence; }

◆ WriteHistograms()

void PndMixBackgroundEvents::WriteHistograms ( )

Member Data Documentation

◆ fInteractionRate

Double_t PndMixBackgroundEvents::fInteractionRate

Definition at line 33 of file PndMixBackgroundEvents.h.


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