CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/METReco/interface/HaloData.h

Go to the documentation of this file.
00001 #ifndef DATAFORMATS_METRECO_HALODATA_H
00002 #define DATAFORMATS_METRECO_HALODATA_H
00003 /*
00004   [class]:  HaloData
00005   [authors]: R. Remington, The University of Florida
00006   [description]: Namespace to store beam halo data 
00007   [date]: March 17, 2010
00008 */
00009 
00010 namespace reco {
00011   
00012   namespace HaloData { 
00013     
00014     enum Endcap{plus,minus,both}; 
00015   }
00016   
00017 }
00018   
00019 
00020 #endif