Public Member Functions | Private Attributes | List of all members
arttest::NestedClassTool Class Reference

#include <NestedClassTool.h>

Public Member Functions

 NestedClassTool (fhicl::ParameterSet const &ps)
 
int callThroughToAddOne (int const i)
 

Private Attributes

fhicl::ParameterSet pset_
 

Detailed Description

Definition at line 9 of file NestedClassTool.h.

Constructor & Destructor Documentation

arttest::NestedClassTool::NestedClassTool ( fhicl::ParameterSet const &  ps)
inlineexplicit

Definition at line 11 of file NestedClassTool.h.

11 : pset_{ps} {}
fhicl::ParameterSet pset_
static constexpr double ps
Definition: Units.h:99

Member Function Documentation

int arttest::NestedClassTool::callThroughToAddOne ( int const  i)
inline

Definition at line 14 of file NestedClassTool.h.

15  {
16  auto t = art::make_tool<ClassTool>(pset_);
17  return t->addOne(i);
18  }
fhicl::ParameterSet pset_

Member Data Documentation

fhicl::ParameterSet arttest::NestedClassTool::pset_
private

Definition at line 21 of file NestedClassTool.h.


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