ATLAS Offline Software
Loading...
Searching...
No Matches
NoProfileSvc.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "NoProfileSvc.h"
6
7NoProfileSvc::NoProfileSvc(const std::string& name,ISvcLocator* svc)
8 : base_class(name,svc)
9{
10}
11
15
17{
18 ATH_MSG_INFO("No change in pileup vs. (run,lb).");
19 return StatusCode::SUCCESS;
20}
21
22float NoProfileSvc::scaleFactor(unsigned int, unsigned int, bool & updated)
23{
24 updated = false;
25 return 1.0;
26}
#define ATH_MSG_INFO(x)
A IBeamLuminosity service configured flat.
NoProfileSvc(const std::string &name, ISvcLocator *svc)
virtual float scaleFactor(unsigned int run, unsigned int lumi, bool &updated) override final
virtual StatusCode initialize() override final
virtual ~NoProfileSvc()