BOSS 7.1.1
BESIII Offline Software System
|
#include <string>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/ObjectVector.h"
#include "StoreGate/StoreGateSvc.h"
#include "GeneratorObjects/McEventCollection.h"
#include "HepMC/GenParticle.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | GenAccessIO |
Typedefs | |
typedef std::vector< const HepMC::GenParticle * > | MCparticleCollection |
typedef std::vector< constHepMC::GenParticle * >::const_iterator | MCparticleCollectionCIter |
typedef std::vector<const HepMC::GenParticle*> MCparticleCollection |
Definition at line 17 of file GenAccessIO.h.
typedef std::vector<constHepMC::GenParticle*>::const_iterator MCparticleCollectionCIter |
Definition at line 18 of file GenAccessIO.h.