|
BOSS 8.0.0
BESIII Offline Software System
|
#include "TruthExamples/TruthDemo.h"#include "GeneratorObject/McEventCollection.h"#include "GaudiKernel/AlgFactory.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/DataSvc.h"#include "GaudiKernel/SmartDataPtr.h"#include "GaudiKernel/IHistogramSvc.h"#include "TruthHelper/IsGenStable.h"#include "AIDA/IHistogram1D.h"#include "AIDA/IHistogram2D.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/ObjectList.h"#include "GaudiKernel/PropertyMgr.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 39 of file TruthDemo.cxx.