CMS 3D CMS Logo

Public Member Functions | Protected Attributes

CompoundPseudoSubJet Class Reference

#include <CompoundPseudoJet.h>

List of all members.

Public Member Functions

 CompoundPseudoSubJet ()
 CompoundPseudoSubJet (fastjet::PseudoJet const &subjet, std::vector< int > const &constituents)
std::vector< int > const & constituents () const
fastjet::PseudoJet const & subjet () const
 ~CompoundPseudoSubJet ()

Protected Attributes

std::vector< int > constituents_
fastjet::PseudoJet subjet_

Detailed Description

Definition at line 38 of file CompoundPseudoJet.h.


Constructor & Destructor Documentation

CompoundPseudoSubJet::CompoundPseudoSubJet ( ) [inline]

Definition at line 40 of file CompoundPseudoJet.h.

{}
CompoundPseudoSubJet::CompoundPseudoSubJet ( fastjet::PseudoJet const &  subjet,
std::vector< int > const &  constituents 
) [inline]

Definition at line 41 of file CompoundPseudoJet.h.

References constituents_, and filterCSVwithJSON::copy.

                                                           :
    subjet_(subjet),
    constituents_(constituents.size() ) 
      {
        copy( constituents.begin(), constituents.end(), constituents_.begin() );
      }
CompoundPseudoSubJet::~CompoundPseudoSubJet ( ) [inline]

Definition at line 49 of file CompoundPseudoJet.h.

{} 

Member Function Documentation

std::vector<int> const& CompoundPseudoSubJet::constituents ( ) const [inline]

Definition at line 52 of file CompoundPseudoJet.h.

References constituents_.

{ return constituents_; }
fastjet::PseudoJet const& CompoundPseudoSubJet::subjet ( ) const [inline]

Definition at line 51 of file CompoundPseudoJet.h.

References subjet_.

{ return subjet_; }

Member Data Documentation

std::vector<int> CompoundPseudoSubJet::constituents_ [protected]

Definition at line 56 of file CompoundPseudoJet.h.

Referenced by CompoundPseudoSubJet(), and constituents().

fastjet::PseudoJet CompoundPseudoSubJet::subjet_ [protected]

Definition at line 55 of file CompoundPseudoJet.h.

Referenced by subjet().