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

Projection.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #include "Rivet/Projection.hh"
00003 #include "Rivet/Tools/Logging.hh"
00004 
00005 using namespace Rivet;
00006 
00007 Log& Projection::getLog() {
00008   string logname = "Rivet.Projection." + getName();
00009   return Log::getLog(logname);
00010 }