BOSS 7.0.6
BESIII Offline Software System
|
#include "TruthExamples/TruthDemo.h"
#include "GeneratorObject/McEventCollection.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/IHistogramSvc.h"
#include "TruthHelper/IsGenStable.h"
#include "AIDA/IHistogram1D.h"
#include "AIDA/IHistogram2D.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/ObjectList.h"
#include "HepMC/GenEvent.h"
#include "HepMC/GenParticle.h"
#include "HepMC/GenVertex.h"
Go to the source code of this file.
Typedefs | |
typedef std::vector< const HepMC::GenParticle * > | MCparticleCollection |
Variables | |
const IAlgFactory & | TruthDemoFactory = Factory |
typedef std::vector<const HepMC::GenParticle*> MCparticleCollection |
Definition at line 36 of file TruthDemo.cxx.
const IAlgFactory& TruthDemoFactory = Factory |
Definition at line 40 of file TruthDemo.cxx.