![]() |
|
|||
File indexing completed on 2025-08-06 08:12:35
0001 #ifndef STRUCTURE_H 0002 #define STRUCTURE_H 0003 0004 #include <TObject.h> 0005 0006 // struct pair_str { 0007 // double delta_phi; 0008 // double delta_eta; 0009 // double pair_eta_num; 0010 // double pair_eta_fit; 0011 0012 // int inner_index; 0013 // int inner_phi_id; 0014 // int inner_layer_id; 0015 // int inner_zid; 0016 // int inner_phi_size; 0017 // double inner_adc; 0018 // double inner_x; 0019 // double inner_y; 0020 // double inner_z; 0021 // double inner_phi; 0022 // double inner_eta; 0023 0024 // int outer_index; 0025 // int outer_phi_id; 0026 // int outer_layer_id; 0027 // int outer_zid; 0028 // int outer_phi_size; 0029 // double outer_adc; 0030 // double outer_x; 0031 // double outer_y; 0032 // double outer_z; 0033 // double outer_phi; 0034 // double outer_eta; 0035 0036 // ClassDef(pair_str, 1) // ROOT macro for dictionary generation 0037 // }; 0038 0039 struct pair_str { 0040 double delta_phi; 0041 double delta_eta; 0042 double pair_eta_num; 0043 double pair_eta_fit; 0044 0045 int inner_index; 0046 int inner_zid; 0047 int inner_phi_size; 0048 double inner_adc; 0049 double inner_x; 0050 double inner_y; 0051 0052 int outer_index; 0053 int outer_zid; 0054 int outer_phi_size; 0055 double outer_adc; 0056 double outer_x; 0057 double outer_y; 0058 0059 ClassDef(pair_str, 1) // ROOT macro for dictionary generation 0060 }; 0061 0062 0063 #endif // STRUCTURE_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |