Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:43

0001 #pragma once
0002 #include "plog/Severity.h"
0003 #include "SYSRAP_API_EXPORT.hh"
0004 
0005 union quad ; 
0006 
0007 struct SYSRAP_API SPhiCut
0008 {
0009     static const plog::Severity LEVEL ; 
0010     static void PrepareParam( quad& q0, double startPhi_pi, double deltaPhi_pi );  
0011 };
0012