![]() |
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. More... | |
| bool | cmpGenParticleByEDesc (HepMC::ConstGenParticlePtr a, HepMC::ConstGenParticlePtr b) |
| Helper function to sort GenParticles by descending energy. More... | |
| 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.
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 253 of file Rivet_i.cxx.
1.8.18