rivet is hosted by Hepforge, IPPP Durham

Generic Z candidate. More...

List of all members.

Public Member Functions

 Zstate ()
 Zstate (ParticlePair _particlepair)
FourMomentum mom () const
 operator FourMomentum () const

Static Public Member Functions

static bool cmppT (const Zstate &lx, const Zstate &rx)

Detailed Description

Generic Z candidate.

Definition at line 21 of file ATLAS_2012_I1203852.cc.


Constructor & Destructor Documentation

Zstate ( ) [inline]

Definition at line 22 of file ATLAS_2012_I1203852.cc.

{ }
Zstate ( ParticlePair  _particlepair) [inline]

Definition at line 23 of file ATLAS_2012_I1203852.cc.

: ParticlePair(_particlepair) { }

Member Function Documentation

static bool cmppT ( const Zstate lx,
const Zstate rx 
) [inline, static]

Definition at line 26 of file ATLAS_2012_I1203852.cc.

References Zstate::mom(), and FourMomentum::pT().

Referenced by ATLAS_2012_I1203852::analyze().

{ return lx.mom().pT() < rx.mom().pT(); }
FourMomentum mom ( ) const [inline]

Definition at line 24 of file ATLAS_2012_I1203852.cc.

References Rivet::second.

Referenced by ATLAS_2012_I1203852::analyze(), Zstate::cmppT(), Rivet::identifyZstates(), and Zstate::operator FourMomentum().

{ return first.momentum() + second.momentum(); }
operator FourMomentum ( ) const [inline]

Definition at line 25 of file ATLAS_2012_I1203852.cc.

References Zstate::mom().

{ return mom(); }

The documentation for this struct was generated from the following file: