Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244161
DrellYanPT.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
DrellYanPT.icc
View Options
// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the DrellYanPT class.
//
namespace Herwig {
/**
* The constructor initializes the histograms to book
* the pt in some range using a given number of bins.
* Here we book from 0 to 250 GeV in bins of 1 GeV.
*/
inline DrellYanPT::DrellYanPT()
: _Zpt(0.,250.,250), _Wppt(0.,250.,250), _Wmpt(0.,250.,250) {}
inline IBPtr DrellYanPT::clone() const {
return new_ptr(*this);
}
inline IBPtr DrellYanPT::fullclone() const {
return new_ptr(*this);
}
// If needed, insert default implementations of virtual function defined
// in the InterfacedBase class here (using ThePEG-interfaced-impl in Emacs).
inline void DrellYanPT::dofinish() {
AnalysisHandler::dofinish();
ofstream outZ ("pt_Z.dat");
_Zpt.normaliseToCrossSection();
_Zpt.simpleOutput(outZ,true);
ofstream outWm ("pt_Wm.dat");
_Wmpt.normaliseToCrossSection();
_Wmpt.simpleOutput(outWm,true);
ofstream outWp ("pt_Wp.dat");
_Wppt.normaliseToCrossSection();
_Wppt.simpleOutput(outWp,true);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 4:39 AM (5 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6489841
Default Alt Text
DrellYanPT.icc (1 KB)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment