/*************************************************************************** * * $Id: QinvPairCut.cxx,v 1.1 2000/09/14 18:36:59 lisa Exp $ * * Author: Mike Lisa, Ohio State, lisa@mps.ohio-state.edu *************************************************************************** * * Description: part of STAR HBT Framework: StHbtMaker package * cut on Qinvariant * *************************************************************************** * * $Log: QinvPairCut.cxx,v $ * Revision 1.1 2000/09/14 18:36:59 lisa * Added Qinv and ExitSep pair cuts and BPLCMSFrame3DCorrFctn_SIM CorrFctn * * **************************************************************************/ #include "StHbtMaker/Cut/QinvPairCut.h" #include #include #ifdef __ROOT__ ClassImp(QinvPairCut) #endif //__________________ QinvPairCut::QinvPairCut(){ mNPairsPassed = mNPairsFailed = 0; } //__________________ //QinvPairCut::~QinvPairCut(){ // /* no-op */ //} //__________________ bool QinvPairCut::Pass(const StHbtPair* pair){ double Qinv = fabs(pair->qInv()); bool temp = ( (Qinv>mQinvLo) && (Qinv