#include <vector>
#include <string>
#include "GaudiKernel/IProperty.h"
#include "Gaudi/Property.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/IAuditorSvc.h"
#include "GaudiKernel/IAuditor.h"
#include "PerfMonUtils.h"
Go to the source code of this file.
|
StatusCode | PerfMon::makeAuditor (const std::string &audName, IAuditorSvc *audSvc, MsgStream &msg) |
| simple function to factorize boring things such as asking the AuditorSvc if an auditor is there (and scheduled) and make sure to create it if it is not yet alived. More...
|
|