ATLAS Offline Software
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 
14 namespace 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
PropertyWrapper.h
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
CP::IOStatsAlg
Definition: IOStatsAlg.h:16
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CP::IOStatsAlg::m_printOption
Gaudi::Property< std::string > m_printOption
Definition: IOStatsAlg.h:25
CP::IOStatsAlg::finalize
virtual StatusCode finalize() override
Definition: IOStatsAlg.cxx:14