|
[Rivet-svn] r3487 - trunk/include/Rivet/Projectionsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Nov 15 09:22:01 GMT 2011
Author: richardn Date: Tue Nov 15 09:22:01 2011 New Revision: 3487 Log: added default constructor so spherocity can be used to calculate transverse variant, a la thrust Modified: trunk/include/Rivet/Projections/Spherocity.hh Modified: trunk/include/Rivet/Projections/Spherocity.hh ============================================================================== --- trunk/include/Rivet/Projections/Spherocity.hh Tue Nov 15 08:45:17 2011 (r3486) +++ trunk/include/Rivet/Projections/Spherocity.hh Tue Nov 15 09:22:01 2011 (r3487) @@ -33,6 +33,9 @@ class Spherocity : public AxesDefinition { public: + // Default Constructor + Spherocity() {} + /// Constructor. Spherocity(const FinalState& fsp) : _calculatedSpherocity(false)
More information about the Rivet-svn mailing list |