LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::History Class Reference

#include "History.h"

Public Member Functions

 History ()
 
 History (ProcessHistoryID const &phid)
 
ProcessHistoryID const & processHistoryID () const noexcept
 
void setProcessHistoryID (ProcessHistoryID const &phid)
 

Private Attributes

ProcessHistoryID processHistoryID_
 

Detailed Description

Definition at line 16 of file History.h.

Constructor & Destructor Documentation

art::History::History ( )
default
art::History::History ( ProcessHistoryID const &  phid)
explicit

Definition at line 8 of file History.cc.

8 : processHistoryID_{phid} {}
ProcessHistoryID processHistoryID_
Definition: History.h:24

Member Function Documentation

ProcessHistoryID const & art::History::processHistoryID ( ) const
noexcept

Definition at line 11 of file History.cc.

References processHistoryID_.

12  {
13  return processHistoryID_;
14  }
ProcessHistoryID processHistoryID_
Definition: History.h:24
void art::History::setProcessHistoryID ( ProcessHistoryID const &  phid)

Definition at line 17 of file History.cc.

References processHistoryID_.

18  {
19  processHistoryID_ = phid;
20  }
ProcessHistoryID processHistoryID_
Definition: History.h:24

Member Data Documentation

ProcessHistoryID art::History::processHistoryID_
private

Definition at line 24 of file History.h.

Referenced by processHistoryID(), and setProcessHistoryID().


The documentation for this class was generated from the following files: