Belle II Software development
SandBox4TestingTest Class Reference

Testing autoAssignment of vectors for functions. More...

#include <sandBox4Testing.h>

Inheritance diagram for SandBox4TestingTest:

Public Member Functions

bool doStuffHere (std::vector< double > testVector={ 42})
 just a small dummy-function to test the expected behavior
 

Detailed Description

Testing autoAssignment of vectors for functions.

Definition at line 39 of file sandBox4Testing.h.

Member Function Documentation

◆ doStuffHere()

bool doStuffHere ( std::vector< double >  testVector = { 42})
inline

just a small dummy-function to test the expected behavior

Definition at line 43 of file sandBox4Testing.h.

43 { 42})
44 {
45 if (testVector[0] == 42) return true;
46 return false;
47 }

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