FEDRA emulsion software from the OPERA Collaboration
EdbPVGen.cxx File Reference
#include "TRandom.h"
#include "TMath.h"
#include "EdbLog.h"
#include "EdbPVGen.h"
#include "EdbPhys.h"
#include "EdbVertex.h"
Include dependency graph for EdbPVGen.cxx:

Functions

 ClassImp (EdbPVGen) EdbPVGen
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbPVGen  )
22 {
23  eTracks = 0;
24  eVTX = 0;
25  eScanCond = 0;
26  eEVR = new EdbVertexRec();
27  gROOT->GetListOfSpecials()->Remove(eEVR);
28  eEVR->eEdbTracks = eTracks;
29  eEVR->eVTX = eVTX;
30 }
Definition: EdbVertex.h:194