Page MenuHomeHEPForge

ShowerAlphaQED.cc
No OneTemporary

Size
646 B
Referenced Files
None
Subscribers
None

ShowerAlphaQED.cc

// -*- C++ -*-
//
// This is the implementation of the non-inlined, non-templated member
// functions of the ShowerAlphaQED class.
//
#include "ShowerAlphaQED.h"
#include "ThePEG/Interface/ClassDocumentation.h"
using namespace Herwig;
ShowerAlphaQED::~ShowerAlphaQED() {}
ClassDescription<ShowerAlphaQED> ShowerAlphaQED::initShowerAlphaQED;
// Definition of the static class description member.
void ShowerAlphaQED::Init() {
static ClassDocumentation<ShowerAlphaQED> documentation
("This (concrete) class describes the QED alpha running.");
}
double ShowerAlphaQED::value(const Energy2 scale) {
return scaleFactor()*_alpha;
}

File Metadata

Mime Type
text/x-c
Expires
Tue, Sep 30, 5:54 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6483588
Default Alt Text
ShowerAlphaQED.cc (646 B)

Event Timeline