LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
History.cc
Go to the documentation of this file.
1
#include "
canvas/Persistency/Provenance/Compatibility/History.h
"
2
// vim: set sw=2 expandtab :
3
4
namespace
art
{
5
6
History::History
() =
default
;
7
8
History::History
(
ProcessHistoryID
const
& phid) : processHistoryID_{phid} {}
9
10
ProcessHistoryID
const
&
11
History::processHistoryID
() const noexcept
12
{
13
return
processHistoryID_
;
14
}
15
16
void
17
History::setProcessHistoryID
(
ProcessHistoryID
const
& phid)
18
{
19
processHistoryID_
= phid;
20
}
21
22
}
// namespace art
art::History::setProcessHistoryID
void setProcessHistoryID(ProcessHistoryID const &phid)
Definition:
History.cc:17
art::History::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
History.h:24
History.h
art::History::History
History()
art::History::processHistoryID
ProcessHistoryID const & processHistoryID() const noexcept
Definition:
History.cc:11
art
Definition:
MVAAlg.h:12
art::Hash< ProcessHistoryType >
canvas
Persistency
Provenance
Compatibility
History.cc
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11