Project
Loading...
Searching...
No Matches
GeneratorHepMCParam.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
13
14#ifndef ALICEO2_EVENTGEN_GENERATORHEPMCPARAM_H_
15#define ALICEO2_EVENTGEN_GENERATORHEPMCPARAM_H_
16
19#include <string>
20
21namespace o2
22{
23namespace eventgen
24{
25
38 int version = 0;
40 uint64_t eventsToSkip = 0;
43 std::string fileName = "";
53 bool prune = false;
55 bool randomize = false;
57 bool roundRobin = false;
59 bool reshuffleOnRepeat = true;
61 unsigned int rngseed = 0;
62};
63
64// construct a configurable param singleton out of the HepMCGenConfig struct
65struct GeneratorHepMCParam : public o2::conf::ConfigurableParamPromoter<GeneratorHepMCParam, HepMCGenConfig> {
67};
68
69} // end namespace eventgen
70} // end namespace o2
71
72#endif // ALICEO2_EVENTGEN_GENERATORHEPMCPARAM_H_
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
O2ParamDef(GeneratorHepMCParam, "HepMC")