ATLAS Offline Software
Loading...
Searching...
No Matches
PrintHijingPars.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRUTHIO_PRINTHIJINGPARS_H
6#define TRUTHIO_PRINTHIJINGPARS_H
7
9
10#include <cstdint>
11
13public:
14 PrintHijingPars(const std::string& name, ISvcLocator* pSvcLocator);
15 StatusCode initialize();
16 StatusCode execute();
17 StatusCode finalize();
18
19private:
20
21 // Setable Properties:-
22 std::string m_key;
24 uint64_t m_firstEvt;
25 uint64_t m_lastEvt;
26};
27
28#endif
29
GenBase(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition GenBase.cxx:11
StatusCode initialize()
std::string m_key
StatusCode execute()
PrintHijingPars(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode finalize()