Public Member Functions | List of all members
arttest::ClassTool Struct Reference

#include <ClassTool.h>

Public Member Functions

 ClassTool (fhicl::ParameterSet const &)
 
int addOne (int const i)
 

Detailed Description

Definition at line 9 of file ClassTool.h.

Constructor & Destructor Documentation

arttest::ClassTool::ClassTool ( fhicl::ParameterSet const &  )
inline

Definition at line 10 of file ClassTool.h.

10 {}

Member Function Documentation

int arttest::ClassTool::addOne ( int const  i)
inline

Definition at line 12 of file ClassTool.h.

13  {
14  return i + 1;
15  }

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