Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #pragma once
0002 /**
0003 U4Hit_Debug.h
0004 ===========================
0005 
0006 **/
0007 
0008 #include "plog/Severity.h"
0009 #include <vector>
0010 #include "spho.h"
0011 #include "U4_API_EXPORT.hh"
0012 
0013 struct U4_API U4Hit_Debug
0014 {   
0015     static const plog::Severity LEVEL ; 
0016     static std::vector<U4Hit_Debug> record ;   
0017     static constexpr const unsigned NUM_QUAD = 1u ; 
0018     static constexpr const char* NAME = "U4Hit_Debug.npy" ; 
0019     static constexpr int LIMIT = 10000 ; 
0020     static void Save(const char* dir); 
0021     void add(); 
0022 
0023     spho label ; 
0024 
0025 };
0026