HARPO
5.1.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
simbase
TpcSimEventGenerator.h
Go to the documentation of this file.
1
#ifndef TPCSIMEVENTGENERATOR_H
2
#define TPCSIMEVENTGENERATOR_H
3
4
#include "TObject.h"
5
6
#include "
TpcSimMCEvent.h
"
7
8
class
TpcSimEventGenerator
:
public
TObject {
9
10
public
:
11
TpcSimEventGenerator
();
12
virtual
~TpcSimEventGenerator
();
13
14
TpcSimMCEvent
*
GenerateEvent
(Int_t seed = 0);
15
16
private
:
17
18
static
const
Int_t
fkMaxNtracks
= 100;
19
20
ClassDef
(
TpcSimEventGenerator
,1);
21
};
22
23
#endif
TpcSimEventGenerator::~TpcSimEventGenerator
virtual ~TpcSimEventGenerator()
Definition:
TpcSimEventGenerator.cxx:17
TpcSimMCEvent.h
TpcSimMCEvent
Definition:
TpcSimMCEvent.h:84
TpcSimEventGenerator::ClassDef
ClassDef(TpcSimEventGenerator, 1)
TpcSimEventGenerator
Definition:
TpcSimEventGenerator.h:8
TpcSimEventGenerator::fkMaxNtracks
static const Int_t fkMaxNtracks
Definition:
TpcSimEventGenerator.h:18
TpcSimEventGenerator::GenerateEvent
TpcSimMCEvent * GenerateEvent(Int_t seed=0)
Definition:
TpcSimEventGenerator.cxx:22
TpcSimEventGenerator::TpcSimEventGenerator
TpcSimEventGenerator()
Generated by
1.8.6