PandaRoot
PndDpmGenerator Class Reference

#include <PndDpmGenerator.h>

Inheritance diagram for PndDpmGenerator:

Public Member Functions

 PndDpmGenerator ()
 
 PndDpmGenerator (const Char_t *fileName)
 
virtual ~PndDpmGenerator ()
 
virtual Bool_t ReadEvent (FairPrimaryGenerator *primGen)
 
void SetStartEvent (Int_t start)
 

Detailed Description

Definition at line 25 of file PndDpmGenerator.h.

Constructor & Destructor Documentation

◆ PndDpmGenerator() [1/2]

PndDpmGenerator::PndDpmGenerator ( )

Default constructor (should not be used)

◆ PndDpmGenerator() [2/2]

PndDpmGenerator::PndDpmGenerator ( const Char_t *  fileName)

Standard constructor

Parameters
fileNameThe input (PLUTO) file name

◆ ~PndDpmGenerator()

virtual PndDpmGenerator::~PndDpmGenerator ( )
virtual

Destructor

Member Function Documentation

◆ ReadEvent()

virtual Bool_t PndDpmGenerator::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

◆ SetStartEvent()

void PndDpmGenerator::SetStartEvent ( Int_t  start)
inline

Definition at line 45 of file PndDpmGenerator.h.

45 { iEvent = start; };

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