CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HaloData.h
Go to the documentation of this file.
1 #ifndef DATAFORMATS_METRECO_HALODATA_H
2 #define DATAFORMATS_METRECO_HALODATA_H
3 #include "TMath.h"
4 #include <vector>
8 /*
9  [class]: HaloData
10  [authors]: R. Remington, The University of Florida
11  [description]: Namespace to store beam halo data
12  [date]: March 17, 2010
13 */
14 
15 namespace reco {
16 
17  namespace HaloData {
18 
20  }
21 
22 }
23 
24 
25 #endif