Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:27

0001 #include "U4Hit_Debug.hh"
0002 
0003 int main(int argc, char** argv)
0004 {
0005     U4Hit_Debug dbg ; 
0006     for(int i=0 ; i < 10 ; i++)
0007     {
0008         dbg.label = { 0, i, 0, {0,0,0,0} } ; 
0009         dbg.add(); 
0010     }
0011 
0012     U4Hit_Debug::Save("$TMP/U4Hit_Debug/000"); 
0013 
0014     return 0 ; 
0015 }