#include <PhotonTransporter.h>
Inheritance diagram for photrans::PhotonTransporter:

Public Member Functions | |
| PhotonTransporter () | |
| virtual | ~PhotonTransporter () |
| virtual bool | SeedOnEvent (const edm::EventHandle &evt) |
| void | SetSeed (unsigned int i) |
Protected Member Functions | |
| unsigned int | GeneratePoisson (const double r) const |
| unsigned int | GenerateFlat (const unsigned int max_value) const |
Protected Attributes | |
| TRandom * | pRandom |
|
|
Definition at line 14 of file PhotonTransporter.cxx. References pRandom.
|
|
|
Definition at line 21 of file PhotonTransporter.cxx. 00022 {
00023
00024 }
|
|
|
Definition at line 32 of file PhotonTransporter.h. 00032 {
00033 return pRandom->Integer(max_value); }
|
|
|
Definition at line 30 of file PhotonTransporter.h. 00030 {
00031 return pRandom->Poisson(r); }
|
|
|
Definition at line 28 of file PhotonTransporter.cxx. References edm::EventHandle::Header(), and pRandom. Referenced by photrans::SimpleTransport::Reco().
|
|
|
Definition at line 27 of file PhotonTransporter.h. 00027 { pRandom->SetSeed(i); }
|
|
|
Definition at line 35 of file PhotonTransporter.h. Referenced by PhotonTransporter(), and SeedOnEvent(). |
1.3.9.1