Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #ifndef MYCLASS_H
0002 #define MYCLASS_H
0003 
0004 class MyClass {
0005 public:
0006     MyClass();
0007     void sayHello();
0008 };
0009 
0010 #endif // MYCLASS_H