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

#include "ResultsAuxiliary.h"

Public Member Functions

void write (std::ostream &os) const
 
ProcessHistoryID const & processHistoryID () const
 
void setProcessHistoryID (ProcessHistoryID const &phid)
 

Static Public Attributes

static constexpr BranchType branch_type = InResults
 

Private Attributes

ProcessHistoryID processHistoryID_ {}
 
std::set< ProcessHistoryIDallEventsProcessHistories_ {}
 

Detailed Description

Definition at line 13 of file ResultsAuxiliary.h.

Member Function Documentation

ProcessHistoryID const& art::ResultsAuxiliary::processHistoryID ( ) const
inline

Definition at line 20 of file ResultsAuxiliary.h.

References processHistoryID_.

Referenced by art::ResultsPrincipal::ResultsPrincipal().

21  {
22  return processHistoryID_;
23  }
ProcessHistoryID processHistoryID_
void art::ResultsAuxiliary::setProcessHistoryID ( ProcessHistoryID const &  phid)
inline

Definition at line 26 of file ResultsAuxiliary.h.

References processHistoryID_.

Referenced by art::ResultsPrincipal::createGroupsForProducedProducts().

27  {
28  processHistoryID_ = phid;
29  }
ProcessHistoryID processHistoryID_
void art::ResultsAuxiliary::write ( std::ostream &  os) const

Definition at line 7 of file ResultsAuxiliary.cc.

References processHistoryID_.

Referenced by art::operator<<().

8 {
9  os << "Process History ID = " << processHistoryID_ << std::endl;
10 }
ProcessHistoryID processHistoryID_

Member Data Documentation

std::set<ProcessHistoryID> art::ResultsAuxiliary::allEventsProcessHistories_ {}
private

Definition at line 38 of file ResultsAuxiliary.h.

constexpr BranchType art::ResultsAuxiliary::branch_type = InResults
static

Definition at line 15 of file ResultsAuxiliary.h.

ProcessHistoryID art::ResultsAuxiliary::processHistoryID_ {}
private

Definition at line 34 of file ResultsAuxiliary.h.

Referenced by processHistoryID(), setProcessHistoryID(), and write().


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