ATLAS Offline Software
Classes | Functions
Photospp_i.h File Reference
#include "AthenaBaseComps/AthAlgorithm.h"
#include "GaudiKernel/ServiceHandle.h"
#include "AthenaKernel/IAthRNGSvc.h"
#include "CLHEP/Random/RandomEngine.h"
Include dependency graph for Photospp_i.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Photospp_i
 

Functions

double phoranc_ (int *idum)
 

Function Documentation

◆ phoranc_()

double phoranc_ ( int *  idum)

Definition at line 33 of file Photospp_i.cxx.

33  {
35  return CLHEP::RandFlat::shoot(Photospp_i::p_rndmEngine);
36 }
Photospp_i::p_rndmEngine
static CLHEP::HepRandomEngine * p_rndmEngine
Definition: Photospp_i.h:39
ignore_unused_variable_warning
void ignore_unused_variable_warning(int *)
Definition: Photospp_i.cxx:31