ATLAS Offline Software
Loading...
Searching...
No Matches
TruthMetaDataAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
8#ifndef XAODTRUTH_VERSIONS_TRUTHMETADATAAUXCONTAINER_V1_H
9#define XAODTRUTH_VERSIONS_TRUTHMETADATAAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13
14// EDM include(s):
15#include "AthLinks/ElementLink.h"
17
18// Local include(s):
20
21namespace xAOD {
22
31
32 public:
35
36 private:
37 //Two vectors (of vectors) to store association between weight name and weight
38 //index. No std::map is used for increased read-back speed in ROOT
39 std::vector < std::vector < std::string > > weightNames;
40 std::vector < uint32_t > mcChannelNumber;
41
42 // Provide access to the other key generator metadata
43 std::vector < std::string > lhefGenerator;
44 std::vector < std::string > generators;
45 std::vector < std::string > evgenProcess;
46 std::vector < std::string > evgenTune;
47 std::vector < std::string > hardPDF;
48 std::vector < std::string > softPDF;
49
50 }; // class TruthMetaDataAuxContainer_v1
51
52} // namespace xAOD
53
54
55// StoreGate registration
56#include "xAODCore/BaseInfo.h"
58
59#endif // XAODTRUTH_VERSIONS_TRUTHMETADATAAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for the truth meta data.
std::vector< std::string > softPDF
PDF used for the tune / shower / hadronization.
std::vector< std::string > lhefGenerator
Generator for LHE file events.
std::vector< std::string > evgenProcess
Physics process in this dataset.
std::vector< std::string > generators
Generators for this dataset.
std::vector< std::string > evgenTune
Hadronization and UE tune used for this dataset.
std::vector< std::vector< std::string > > weightNames
std::vector< std::string > hardPDF
PDF used for the hard process.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.