Page MenuHomeHEPForge

ShowerKinematics.cc
No OneTemporary

Size
611 B
Referenced Files
None
Subscribers
None

ShowerKinematics.cc

// -*- C++ -*-
//
// This is the implementation of the non-inlined, non-templated member
// functions of the ShowerKinematics class.
//
#include "ShowerKinematics.h"
#include "Pythia7/CLHEPWrap/Lorentz5Vector.h"
#include "ShowerIndex.h"
using namespace Herwig;
ShowerKinematics::~ShowerKinematics() {}
Lorentz5Momentum ShowerKinematics::
referenceFrame( const Lorentz5Momentum & particleMomentum,
const vector<Lorentz5Momentum> & partnersMomenta,
const vector<Energy> & evolutionScales ) {
Lorentz5Momentum cmFrame = Lorentz5Momentum();
//***LOOKHERE*** WRITE THE CODE!
return cmFrame;
}

File Metadata

Mime Type
text/x-c
Expires
Tue, Sep 30, 5:46 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6566353
Default Alt Text
ShowerKinematics.cc (611 B)

Event Timeline