Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/AnNeutralMeson/mainAnalysis/invariant_mass_fit/parametric_fit/src/MyClass.xx is written in an unsupported language. File is not indexed.

0001 #include "MyClass.h"
0002 #include <iostream>
0003 
0004 MyClass::MyClass() {}
0005 
0006 void MyClass::sayHello() {
0007     std::cout << "Hello from MyClass!" << std::endl;
0008 }