File indexing completed on 2024-05-22 04:02:47
0001 #ifndef CondFormats_SiPixelTransient_SiPixelUtils_h
0002 #define CondFormats_SiPixelTransient_SiPixelUtils_h
0003
0004 namespace siPixelUtils {
0005 float generic_position_formula(int size,
0006 int q_f,
0007 int q_l,
0008 float upper_edge_first_pix,
0009 float lower_edge_last_pix,
0010 float lorentz_shift,
0011 float theThickness,
0012 float cot_angle,
0013 float pitch,
0014 float pitchfraction_first,
0015 float pitchfraction_last,
0016 float eff_charge_cut_low,
0017 float eff_charge_cut_high,
0018 float size_cut
0019 );
0020 }
0021
0022 #endif