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

KaonWithDEDX Class Reference

#include <package/KaonWithDEDX.h>

Inheritance diagram for KaonWithDEDX:

DCSelectionFunction< CDChargedKaon > DCSelectionFunction< CDChargedKaon > unary_function unary_function unary_function unary_function List of all members.

Public Member Functions

 KaonWithDEDX ()
 KaonWithDEDX ()
bool operator() (CDChargedKaon &iArg) const
DChainBoolean operator() (CDChargedKaon &K)
DChainBoolean operator() (CDChargedKaon &K)

Private Member Functions

 KaonWithDEDX (const KaonWithDEDX &)
 KaonWithDEDX (const KaonWithDEDX &)
const KaonWithDEDXoperator= (const KaonWithDEDX &)
const KaonWithDEDXoperator= (const KaonWithDEDX &)

Detailed Description

Description: <one line="" class="" summary="">

Usage: <usage>


Constructor & Destructor Documentation

KaonWithDEDX::KaonWithDEDX  )  [inline]
 

00045 {}

KaonWithDEDX::KaonWithDEDX const KaonWithDEDX  )  [private]
 

KaonWithDEDX::KaonWithDEDX  )  [inline]
 

00045 {}

KaonWithDEDX::KaonWithDEDX const KaonWithDEDX  )  [private]
 


Member Function Documentation

bool DCSelectionFunction< CDChargedKaon >::operator() CDChargedKaon iArg  )  const [inline, inherited]
 

00078                                        {
00079          return const_cast<DCSelectionFunction<Arg> *>(this)->operator()(iArg);
00080       }

DChainBoolean KaonWithDEDX::operator() CDChargedKaon K  )  [inline, virtual]
 

Implements DCSelectionFunction< CDChargedKaon >.

00047       {
00048           FAItem< DedxInfo > dedxInfo(K.track().dedxInfo());
00049           return(fabs((*dedxInfo).kSigma()) < 3.0);
00050           //return(true);  // Apply no cut, used for testing
00051       }

DChainBoolean KaonWithDEDX::operator() CDChargedKaon K  )  [inline, virtual]
 

Implements DCSelectionFunction< CDChargedKaon >.

00047       {
00048           FAItem< DedxInfo > dedxInfo(K.track().dedxInfo());
00049           return(fabs((*dedxInfo).kSigma()) < 3.0);
00050           //return(true);  // Apply no cut, used for testing
00051       }

const KaonWithDEDX& KaonWithDEDX::operator= const KaonWithDEDX  )  [private]
 

const KaonWithDEDX& KaonWithDEDX::operator= const KaonWithDEDX  )  [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:20:43 2011 for BOSS6.5.5 by  doxygen 1.3.9.1