CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::ThinnedAssociationBranches Class Reference

#include <ThinnedAssociationsHelper.h>

Public Member Functions

BranchID const & association () const
 
bool isSlimmed () const
 
bool operator< (ThinnedAssociationBranches const &rhs) const
 
BranchID const & parent () const
 
BranchID const & thinned () const
 
 ThinnedAssociationBranches ()
 
 ThinnedAssociationBranches (BranchID const &, BranchID const &, BranchID const &, bool slimmed)
 

Private Attributes

BranchID association_
 
BranchID parent_
 
bool slimmed_ = false
 
BranchID thinned_
 

Detailed Description

Definition at line 18 of file ThinnedAssociationsHelper.h.

Constructor & Destructor Documentation

◆ ThinnedAssociationBranches() [1/2]

edm::ThinnedAssociationBranches::ThinnedAssociationBranches ( )

Definition at line 10 of file ThinnedAssociationsHelper.cc.

10 {}

◆ ThinnedAssociationBranches() [2/2]

edm::ThinnedAssociationBranches::ThinnedAssociationBranches ( BranchID const &  parent,
BranchID const &  association,
BranchID const &  thinned,
bool  slimmed 
)

Member Function Documentation

◆ association()

BranchID const& edm::ThinnedAssociationBranches::association ( ) const
inline

Definition at line 24 of file ThinnedAssociationsHelper.h.

References association_.

◆ isSlimmed()

bool edm::ThinnedAssociationBranches::isSlimmed ( ) const
inline

◆ operator<()

bool edm::ThinnedAssociationBranches::operator< ( ThinnedAssociationBranches const &  rhs) const
inline

Definition at line 28 of file ThinnedAssociationsHelper.h.

References parent_.

28 { return parent_ < rhs.parent_; }

◆ parent()

BranchID const& edm::ThinnedAssociationBranches::parent ( ) const
inline

Definition at line 23 of file ThinnedAssociationsHelper.h.

References parent_.

◆ thinned()

BranchID const& edm::ThinnedAssociationBranches::thinned ( ) const
inline

Member Data Documentation

◆ association_

BranchID edm::ThinnedAssociationBranches::association_
private

Definition at line 32 of file ThinnedAssociationsHelper.h.

Referenced by association().

◆ parent_

BranchID edm::ThinnedAssociationBranches::parent_
private

Definition at line 31 of file ThinnedAssociationsHelper.h.

Referenced by operator<(), and parent().

◆ slimmed_

bool edm::ThinnedAssociationBranches::slimmed_ = false
private

Definition at line 34 of file ThinnedAssociationsHelper.h.

Referenced by isSlimmed().

◆ thinned_

BranchID edm::ThinnedAssociationBranches::thinned_
private

Definition at line 33 of file ThinnedAssociationsHelper.h.

Referenced by thinned().