|
||||
File indexing completed on 2024-04-06 12:32:45
0001 #ifndef Validation_MtdValidation_MTDHit_h 0002 #define Validation_MtdValidation_MTDHit_h 0003 0004 struct MTDHit { 0005 float energy; 0006 float time; 0007 float x; 0008 float y; 0009 float z; 0010 }; 0011 0012 #endif //Validation_MtdValidation_MTDHit_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |