Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

WZandh Class Reference

#include <WZandh.hh>

Inheritance diagram for WZandh:

Inheritance graph
[legend]
Collaboration diagram for WZandh:

Collaboration graph
[legend]
List of all members.

Detailed Description

Project out the vector bosons and Higgs particles.

Definition at line 13 of file WZandh.hh.


Standard constructors and destructors. */

 WZandh ()
 The default constructor.
string getName () const
 Return the name of the projection.
const ParticleVectorZees () const
 Access the Z's decayed to e+e-.
const ParticleVectorWens () const
 Access the W's decayed to e neutrino.
const ParticleVectorWmns () const
 Access the W's decayed to mu neutrino.
const ParticleVectorZmms () const
 Access the Z's decayed to mu mu.
const ParticleVectorWtns () const
 Access the W's decayed to tau neutrino.
const ParticleVectorZtts () const
 Access the Z's decayed to tau tau.
const ParticleVectorZnns () const
 Access the Z's decayed to nu nu.
const ParticleVectorWqqs () const
 Access the W's decayed to qq.
const ParticleVectorZqqs () const
 Access the Z's decayed to qq.
const ParticleVectorhs () const
 Access Higgses.
void project (const Event &e)
int compare (const Projection &p) const
 Compare projections.

Public Member Functions

bool before (const Projection &p) const
virtual const Cuts getCuts () const
virtual const set< BeamPairgetBeamPairs () const
set< Projection * > getProjections () const
 Get the contained projections, including recursion.

Protected Member Functions

ProjectionaddProjection (Projection &proj)
 Add a projection dependency to the projection list.
ProjectionaddBeamPair (const ParticleName &beam1, const ParticleName &beam2)
 Add a colliding beam pair.
ProjectionaddCut (const string &quantity, const Comparison &comparison, const double value)
 Add a cut.
LoggetLog ()
 Get a Log object based on the getName() property of the calling projection object.

Protected Attributes

Cuts _cuts
 Parameter constraints.
set< BeamPair_beamPairs
 Beam-type constraint.
set< Projection * > _projections
 Collection of pointers to projections, for automatically combining constraints.

Friends

class Event
 Event is a friend.
class Cmp<Projection>
 The Cmp specialization for Projection is a friend.

Constructor & Destructor Documentation

WZandh  )  [inline]
 

The default constructor.

Definition at line 20 of file WZandh.hh.


Member Function Documentation

Projection& addBeamPair const ParticleName beam1,
const ParticleName beam2
[inline, protected, inherited]
 

Add a colliding beam pair.

Definition at line 145 of file Projection.hh.

References Rivet::BeamPair.

Projection& addCut const string &  quantity,
const Comparison comparison,
const double  value
[inline, protected, inherited]
 

Add a cut.

Definition at line 151 of file Projection.hh.

Projection& addProjection Projection proj  )  [inline, protected, inherited]
 

Add a projection dependency to the projection list.

Definition at line 139 of file Projection.hh.

bool before const Projection p  )  const [inline, inherited]
 

Determine whether this object should be ordered before the object p given as argument. If p is of a different class than this, the before() function of the corresponding type_info objects is used. Otherwise, if the objects are of the same class, the virtual compare(const Projection &) will be returned.

Definition at line 88 of file Projection.hh.

Referenced by less< const Rivet::Projection * >::operator()().

int compare const Projection p  )  const [protected, virtual]
 

Compare projections.

Implements Projection.

Definition at line 10 of file WZandh.cc.

virtual const set<BeamPair> getBeamPairs  )  const [inline, virtual, inherited]
 

Return the BeamConstraints for this projection. Derived classes should ensure that all contained projections are registered in the _projections set for the beam constraint chaining to work.

Definition at line 114 of file Projection.hh.

References Cuts::end(), and Rivet::intersection().

virtual const Cuts getCuts  )  const [inline, virtual, inherited]
 

Return the Cuts objects for this projection. Derived classes should ensure that all contained projections are registered in the _projections set for the cut chaining to work.

Definition at line 102 of file Projection.hh.

References Cuts::addCuts().

Log & getLog  )  [protected, inherited]
 

Get a Log object based on the getName() property of the calling projection object.

Definition at line 7 of file Projection.cc.

References Log::getLog(), and Projection::getName().

Referenced by VetoedFinalState::project(), TrackJet::project(), TotalVisibleMomentum::project(), Sphericity::project(), Multiplicity::project(), ChargedLeptons::project(), ChargedFinalState::project(), and Beam::project().

string getName  )  const [inline, virtual]
 

Return the name of the projection.

Reimplemented from Projection.

Definition at line 24 of file WZandh.hh.

set<Projection*> getProjections  )  const [inline, inherited]
 

Get the contained projections, including recursion.

Definition at line 128 of file Projection.hh.

References Cuts::end().

const ParticleVector& hs  )  const [inline]
 

Access Higgses.

Definition at line 66 of file WZandh.hh.

References Rivet::ParticleVector.

void project const Event e  )  [protected, virtual]
 

Todo:
Define Z W and h more carefully/model independently, based on final state.

Implements Projection.

Definition at line 16 of file WZandh.cc.

References Event::genEvent().

const ParticleVector& Wens  )  const [inline]
 

Access the W's decayed to e neutrino.

Definition at line 42 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Wmns  )  const [inline]
 

Access the W's decayed to mu neutrino.

Definition at line 45 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Wqqs  )  const [inline]
 

Access the W's decayed to qq.

Definition at line 60 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Wtns  )  const [inline]
 

Access the W's decayed to tau neutrino.

Definition at line 51 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Zees  )  const [inline]
 

Access the Z's decayed to e+e-.

Definition at line 39 of file WZandh.hh.

References Rivet::ParticleVector.

Referenced by ExampleTree::analyze().

const ParticleVector& Zmms  )  const [inline]
 

Access the Z's decayed to mu mu.

Definition at line 48 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Znns  )  const [inline]
 

Access the Z's decayed to nu nu.

Definition at line 57 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Zqqs  )  const [inline]
 

Access the Z's decayed to qq.

Definition at line 63 of file WZandh.hh.

References Rivet::ParticleVector.

const ParticleVector& Ztts  )  const [inline]
 

Access the Z's decayed to tau tau.

Definition at line 54 of file WZandh.hh.

References Rivet::ParticleVector.


Friends And Related Function Documentation

friend class Cmp<Projection> [friend, inherited]
 

The Cmp specialization for Projection is a friend.

Definition at line 31 of file Projection.hh.

friend class Event [friend, inherited]
 

Event is a friend.

Definition at line 28 of file Projection.hh.


Member Data Documentation

set<BeamPair> _beamPairs [protected, inherited]
 

Beam-type constraint.

Definition at line 164 of file Projection.hh.

Cuts _cuts [protected, inherited]
 

Parameter constraints.

Definition at line 161 of file Projection.hh.

set<Projection*> _projections [protected, inherited]
 

Collection of pointers to projections, for automatically combining constraints.

Definition at line 167 of file Projection.hh.


The documentation for this class was generated from the following files: