Back to home page

EIC code displayed by LXR

 
 

    


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

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