Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-09 08:12:19

0001 #ifndef AAA_H
0002 #define AAA_H
0003 
0004 #include <iostream>
0005 #include "constant.h"
0006 
0007 class aaa{
0008     public:
0009         aaa(){};
0010 
0011         void print();
0012 };
0013 
0014 #endif