PandaRoot
PndCorrDistGenerator Class Reference

#include <PndCorrDistGenerator.h>

Inheritance diagram for PndCorrDistGenerator:

Public Member Functions

 PndCorrDistGenerator ()
 
 PndCorrDistGenerator (const Char_t *fileName)
 
virtual ~PndCorrDistGenerator ()
 
virtual Bool_t ReadEvent (FairPrimaryGenerator *primGen)
 
void SetParam ()
 
void SetThetaRange (Double_t thetLow=0., Double_t thetHigh=0.)
 

Detailed Description

Definition at line 27 of file PndCorrDistGenerator.h.

Constructor & Destructor Documentation

◆ PndCorrDistGenerator() [1/2]

PndCorrDistGenerator::PndCorrDistGenerator ( )

Default constructor (should not be used)

◆ PndCorrDistGenerator() [2/2]

PndCorrDistGenerator::PndCorrDistGenerator ( const Char_t *  fileName)

Standard constructor

Parameters
fileNameThe input (PLUTO) file name

◆ ~PndCorrDistGenerator()

virtual PndCorrDistGenerator::~PndCorrDistGenerator ( )
virtual

Destructor

Member Function Documentation

◆ ReadEvent()

virtual Bool_t PndCorrDistGenerator::ReadEvent ( FairPrimaryGenerator *  primGen)
virtual

Reads on event from the input file and pushes the tracks onto the stack. Abstract method in base class.

Parameters
primGenpointer to the FairPrimaryGenerator

◆ SetParam()

void PndCorrDistGenerator::SetParam ( )
inline

Definition at line 46 of file PndCorrDistGenerator.h.

46 { fParam = kTRUE; };

◆ SetThetaRange()

void PndCorrDistGenerator::SetThetaRange ( Double_t  thetLow = 0.,
Double_t  thetHigh = 0. 
)
inline

Definition at line 47 of file PndCorrDistGenerator.h.

48  {
49  fTheLow = thetLow;
50  fTheHigh = thetHigh;
51  };

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