ATLAS Offline Software
Loading...
Searching...
No Matches
HepMC3AccessStrings.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef GENERATOROBJECTSTPCNV_MC3ACCESSSTRINGS_H
5#define GENERATOROBJECTSTPCNV_MC3ACCESSSTRINGS_H
6
7
9 #ifdef HEPMC3
10 const std::string barcodesStr{"barcodes"};
11 const std::string signalProcessIdStr{"signal_process_id"};
12 const std::string mpiStr{"mpi"};
13 const std::string eventScaleStr{"event_scale"};
14 const std::string filterWeightStr{"filterWeight"};
15 const std::string alphaQcdStr{"alphaQCD"};
16 const std::string alphaQedStr{"alphaQED"};
17 const std::string randomStatesStr{"random_states"};
18 const std::string filterHtStr{"filterHT"};
19 const std::string filterMetStr{"filterMET"};
20 #endif
21}
22#endif