![]() |
ATLAS Offline Software
|
#include "Rivet_i.h"#include "LogLevels.h"#include "AtlasHepMC/GenEvent.h"#include "TruthUtils/HepMCHelpers.h"#include "GeneratorObjects/McEventCollection.h"#include "AthenaKernel/errorcheck.h"#include "PathResolver/PathResolver.h"#include "GaudiKernel/IAppMgrUI.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/ITHistSvc.h"#include "Rivet/Rivet.hh"#include "Rivet/Analysis.hh"#include "Rivet/Config/RivetConfig.hh"#include "Rivet/Tools/RivetYODA.hh"#include <cstdlib>#include <cstdio>#include <memory>#include <regex>Go to the source code of this file.
Functions | |
| std::string | getenv_str (const std::string &key) |
| StatusCode Rivet_i::initialize | ATLAS_NOT_THREAD_SAFE () |
| Install fatal handler with default options. | |
| bool | cmpGenParticleByEDesc (HepMC::ConstGenParticlePtr a, HepMC::ConstGenParticlePtr b) |
| Helper function to sort GenParticles by descending energy. | |
| std::vector< std::string > | split (const std::string &input, const std::string ®ex) |
|
inline |
Install fatal handler with default options.
This is meant to be easy to call from python via ctypes.
Install fatal handler with default options.
Definition at line 67 of file Rivet_i.cxx.
| bool cmpGenParticleByEDesc | ( | HepMC::ConstGenParticlePtr | a, |
| HepMC::ConstGenParticlePtr | b ) |
Helper function to sort GenParticles by descending energy.
Definition at line 249 of file Rivet_i.cxx.
| std::string getenv_str | ( | const std::string & | key | ) |
Definition at line 61 of file Rivet_i.cxx.
Definition at line 253 of file Rivet_i.cxx.