BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
BesHepMCInterface.h
Go to the documentation of this file.
1#ifndef BesHepMCInterface_H
2#define BesHepMCInterface_H
3
4#include <string>
5#include "GaudiKernel/IDataProviderSvc.h"
6#include "HepMC/GenEvent.h"
8
10public:
13
14 HepMC::GenEvent* GenerateHepMCEvent();
15
16private:
17 IDataProviderSvc* p_evtSvc;
18};
19
20#endif
HepMC::GenEvent * GenerateHepMCEvent()