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 34 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 60 of file PndMixBackgroundEvents.h.

61  {
62  sprintf(fSttBkgFilename, "%s", string1);
63  return;
64  };

◆ SetInteractionRate()

void PndMixBackgroundEvents::SetInteractionRate ( Double_t  rate)
inline

Definition at line 66 of file PndMixBackgroundEvents.h.

67  {
68  fInteractionRate = rate;
69  return;
70  };

◆ SetParContainers()

void PndMixBackgroundEvents::SetParContainers ( )

Referenced by SetPersistence().

◆ SetPersistence()

void PndMixBackgroundEvents::SetPersistence ( Bool_t  persistence)
inline

set persistence flag

Definition at line 56 of file PndMixBackgroundEvents.h.

References SetParContainers().

56 { fPersistence = persistence; }

◆ WriteHistograms()

void PndMixBackgroundEvents::WriteHistograms ( )

Member Data Documentation

◆ fInteractionRate

Double_t PndMixBackgroundEvents::fInteractionRate

Definition at line 45 of file PndMixBackgroundEvents.h.


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