FairRoot/PandaRoot
Classes | Functions | Variables
Photospp Namespace Reference

Classes

class  Log
 
class  Photos
 
class  PhotosBranch
 
class  PhotosEvent
 
class  PhotosHEPEVTEvent
 
class  PhotosHEPEVTParticle
 
class  PhotosHepMCEvent
 
class  PhotosHepMCParticle
 
class  PhotosParticle
 
class  PhotosRandom
 
class  PH_HEPEVT_Interface
 
class  PhotosDebugRandom
 

Functions

void me_channel_ (int *x)
 
void me_scalar_ (int *x)
 
void phodmp_ ()
 
double phoranc_ (int *)
 

Variables

static const int NMXHEP = 10000
 
static const double NO_BOOST_THRESHOLD =1.0e-8
 
struct {
   int   Photospp::nevhep
 
   int   Photospp::nhep
 
   int   Photospp::isthep [NMXHEP]
 
   int   Photospp::idhep [NMXHEP]
 
   int   Photospp::jmohep [NMXHEP][2]
 
   int   Photospp::jdahep [NMXHEP][2]
 
   double   Photospp::phep [NMXHEP][5]
 
   double   Photospp::vhep [NMXHEP][4]
 
ph_hepevt_
 
struct {
   int   Photospp::qedrad [NMXHEP]
 
ph_phoqed_
 

Function Documentation

void Photospp::me_channel_ ( int *  x)

Definition at line 525 of file PH_HEPEVT_Interface.cxx.

526 {
527  *x=PH_HEPEVT_Interface::ME_channel;
528 }
Double_t x
void Photospp::me_scalar_ ( int *  x)

Definition at line 531 of file PH_HEPEVT_Interface.cxx.

532 {
533  *x=(int) Photos::meCorrectionWtForScalar;
534 }
Double_t x
void Photospp::phodmp_ ( )

Fortran debug routine

double Photospp::phoranc_ ( int *  )

Definition at line 20 of file PhotosRandom.cxx.

References Photospp::Photos::randomDouble.

21 {
22  return Photos::randomDouble();
23 }

Variable Documentation

int Photospp::idhep[NMXHEP]

Definition at line 22 of file PH_HEPEVT_Interface.h.

int Photospp::isthep[NMXHEP]

Definition at line 21 of file PH_HEPEVT_Interface.h.

int Photospp::jdahep[NMXHEP][2]

Definition at line 24 of file PH_HEPEVT_Interface.h.

int Photospp::jmohep[NMXHEP][2]

Definition at line 23 of file PH_HEPEVT_Interface.h.

int Photospp::nevhep

Definition at line 19 of file PH_HEPEVT_Interface.h.

int Photospp::nhep

Definition at line 20 of file PH_HEPEVT_Interface.h.

const int Photospp::NMXHEP = 10000
static

Definition at line 11 of file PH_HEPEVT_Interface.h.

const double Photospp::NO_BOOST_THRESHOLD =1.0e-8
static

Definition at line 12 of file PH_HEPEVT_Interface.h.

Referenced by Photospp::PH_HEPEVT_Interface::get().

struct { ... } Photospp::ph_hepevt_
struct { ... } Photospp::ph_phoqed_
double Photospp::phep[NMXHEP][5]

Definition at line 25 of file PH_HEPEVT_Interface.h.

int Photospp::qedrad[NMXHEP]

Definition at line 33 of file PH_HEPEVT_Interface.h.

double Photospp::vhep[NMXHEP][4]

Definition at line 26 of file PH_HEPEVT_Interface.h.