|
||||
File indexing completed on 2024-04-06 12:04:44
0001 #ifndef DATAFORMATS_METRECO_HALODATA_H 0002 #define DATAFORMATS_METRECO_HALODATA_H 0003 /* 0004 [class]: HaloData 0005 [authors]: R. Remington, The University of Florida 0006 [description]: Namespace to store beam halo data 0007 [date]: March 17, 2010 0008 */ 0009 0010 namespace reco { 0011 0012 namespace HaloData { 0013 0014 enum Endcap { plus, minus, both }; 0015 } 0016 0017 } // namespace reco 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |