ATLAS Offline Software
Loading...
Searching...
No Matches
PartonSchemeConfig.h File Reference
#include <stdexcept>
#include <string>
#include <vector>
Include dependency graph for PartonSchemeConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CP::GenericFillOp
 One call to FillGenericPartonHistory or FillGenericVectorPartonHistory. More...
struct  CP::SpecialFillOp
 Parameterizes one special fill call. More...
struct  CP::DecoratorZW
 Parameterized Z or W decorator initialisation (needs count/extended args). More...
struct  CP::PartonSchemeConfig
 Top-level configuration for a named parton history scheme. More...

Namespaces

namespace  CP
 Select isolated Photons, Electrons and Muons.

Enumerations

enum class  CP::SpecialFillType {
  CP::Top , CP::AntiTop , CP::Ttbar , CP::Z ,
  CP::Ztautau , CP::W , CP::Higgs , CP::Gamma
}
 Maps to an existing Fill*PartonHistory method on CalcPartonHistory. More...
enum class  CP::DecoratorGroup {
  CP::Top , CP::AntiTop , CP::FourTop , CP::Ttbar ,
  CP::Bottom , CP::AntiBottom , CP::VectorBottom , CP::VectorAntiBottom ,
  CP::Charm , CP::AntiCharm , CP::VectorCharm , CP::VectorAntiCharm ,
  CP::Photon , CP::Higgs
}
 Maps to an existing Initialize*Decorators method (non-parameterized ones). More...

Functions

const PartonSchemeConfigCP::getSchemeConfig (const std::string &schemeName)
 Returns the configuration for a given scheme name.