31   o << GetName() << 
" settings:";
 
   32   if ( fTight ) { o << 
" Tight mode"; }
 
   34   o << 
"Number of Tracks        = "  << fNTracksMin << 
" ... " << fNTracksMax << endl;
 
   35   if ( fDocaMax < 1.E8 ) { o << 
"Primary vertex (d,-z,z) < ("  << fDocaMax << 
',' << fZMin << 
',' << fZMax << 
')' << endl; }
 
   36   if ( fTotChar < 65535 ) { o << 
"Total charge            < " << fTotChar << endl; }
 
   37   if ( fETotLow > 0.0 ) { o << 
"Total energy            = " << fETotLow   << 
" ... " << fETotHigh << 
" GeV" << endl; }
 
   38   if ( fPTotLow > 0.0 ) { o << 
"Total momentum          = " << fPTotLow <<   
" ... " << fPTotHigh << 
" GeV" << endl; }
 
   39   if ( fELow > 0.0 ) { o << 
"Track energy            = " << fELow   << 
" ... " << fEHigh << 
" GeV" << endl; }
 
   40   if ( fPLow > 0.0 ) { o << 
"Track momentum          = " << fPLow <<   
" ... " << fPHigh << 
" GeV" << endl; }
 
   41   if ( fPtLow > 0.0 ) { o << 
"Track Pt                = " << fPtLow <<   
" ... " << fPtHigh << 
" GeV" << endl; }
 
   42   if ( fEmcLow > 0.0 ) { o << 
"Track EMC energy        = " << fEmcLow << 
" ... " << fEmcHigh << 
" GeV" << endl; }
 
   43   if ( fThetaLow > 0.0 ) { o << 
"Track theta window      = " << fThetaLow << 
" ... " << fThetaHigh << 
" Rad" << endl; }
 
   44   if ( fPhiLow > 0.0 ) { o << 
"Track phi window        = " << fPhiLow << 
" ... " << fPhiHigh << 
" Rad" << endl; }
 
virtual void PrintOn(std::ostream &o=std::cout) const 
std::ostream & operator<<(std::ostream &o, const PndEventInfo &a)