Skip to content
Snippets Groups Projects

New Epos_i interface with CRMC 2.0.1

Merged Andrii Verbytskyi requested to merge averbyts/athena:eposhm3 into master
Files
4
@@ -8,8 +8,9 @@
#include "GeneratorModules/GenModule.h"
#include "AtlasHepMC/HEPEVT_Wrapper.h"
#include <sys/types.h>
#include "/tmp/andriish/athena/Generators/Epos_i/Epos_i/CRMChepevt.h"
#include "/tmp/andriish/athena/Generators/Epos_i/Epos_i/CRMC.h"
#include "CRMChepevt.h"
#include "CRMC.h"
/**
@class Epos
@brief This code is used to get an Epos Monte Carlo event.
@@ -37,8 +38,8 @@ public:
virtual StatusCode fillEvt(HepMC::GenEvent* evt);
protected:
CRMCinterface* fInterface;
// The interface
CRMCinterface* fInterface;
// event counter
int m_events;
int m_ievent; //event counter in Epos
Loading