CMS 3D CMS Logo

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

Public Member Functions

 LogPrint (std::string const &id)
 
template<class T >
LogPrintoperator<< (T const &t)
 
LogPrintoperator<< (std::ostream &(*f)(std::ostream &))
 
LogPrintoperator<< (std::ios_base &(*f)(std::ios_base &))
 
 ~LogPrint ()
 

Private Member Functions

 LogPrint (LogPrint const &)
 
LogPrintoperator= (LogPrint const &)
 

Private Attributes

MessageSender ap
 

Detailed Description

Definition at line 269 of file PFTrackAlgoTools.cc.

Constructor & Destructor Documentation

PFTrackAlgoTools::edm::LogPrint::LogPrint ( std::string const &  id)
inlineexplicit

Definition at line 272 of file PFTrackAlgoTools.cc.

274  : PFrecTrack->Track Pt= "
PFTrackAlgoTools::edm::LogPrint::~LogPrint ( )
PFTrackAlgoTools::edm::LogPrint::LogPrint ( LogPrint const &  )
private

Member Function Documentation

template<class T >
LogPrint& PFTrackAlgoTools::edm::LogPrint::operator<< ( T const &  t)
inline

Definition at line 279 of file PFTrackAlgoTools.cc.

283 {
LogPrint& PFTrackAlgoTools::edm::LogPrint::operator<< ( std::ostream &(*)(std::ostream &)  f)
inline

Definition at line 282 of file PFTrackAlgoTools.cc.

References LogDebug.

283  {
LogPrint& PFTrackAlgoTools::edm::LogPrint::operator<< ( std::ios_base &(*)(std::ios_base &)  f)
inline

Definition at line 285 of file PFTrackAlgoTools.cc.

289  : " << lostHits << "/" << nLostHit << ")"
LogPrint& PFTrackAlgoTools::edm::LogPrint::operator= ( LogPrint const &  )
private

Member Data Documentation

MessageSender PFTrackAlgoTools::edm::LogPrint::ap
private

Definition at line 289 of file PFTrackAlgoTools.cc.