ATLAS Offline Software
Loading...
Searching...
No Matches
IOStatsAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef ASG_IOSTATSALG_H
9#define ASG_IOSTATSALG_H
10
13
14namespace CP {
15
16 class IOStatsAlg final : public EL::AnaAlgorithm {
17
18 public:
20
21 // finalize function: run once at the end of a job after event loop
22 virtual StatusCode finalize() override;
23
24 private:
25 Gaudi::Property<std::string> m_printOption {this, "printOption", "Summary", "option to pass the standard ROOT printing function. Can be 'Summary', 'ByEntries' or 'ByBytes'."};
26
27 };
28
29} // namespace
30
31#endif
virtual StatusCode finalize() override
Gaudi::Property< std::string > m_printOption
Definition IOStatsAlg.h:25
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.