ATLAS Offline Software
Functions
Photospp_i.cxx File Reference
#include "Photospp_i/Photospp_i.h"
#include "Photos/Photos.h"
#include "Photos/PhotosHepMCEvent.h"
#include "Photos/Log.h"
#include "GeneratorObjects/McEventCollection.h"
#include "AthenaKernel/errorcheck.h"
#include "CLHEP/Random/RandFlat.h"
#include "AthenaKernel/RNGWrapper.h"
Include dependency graph for Photospp_i.cxx:

Go to the source code of this file.

Functions

void ignore_unused_variable_warning (int *)
 
double phoranc_ (int *idum)
 

Function Documentation

◆ ignore_unused_variable_warning()

void ignore_unused_variable_warning ( int *  )

Definition at line 31 of file Photospp_i.cxx.

31 {}

◆ 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