CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/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 #include "TMath.h"
00004 #include <vector>
00005 #include "DataFormats/Common/interface/RefVector.h"
00006 #include "DataFormats/Common/interface/Ref.h"
00007 #include "DataFormats/Common/interface/RefProd.h"
00008 /*
00009   [class]:  HaloData
00010   [authors]: R. Remington, The University of Florida
00011   [description]: Namespace to store beam halo data 
00012   [date]: March 17, 2010
00013 */
00014 
00015 namespace reco {
00016   
00017   namespace HaloData { 
00018     
00019     enum Endcap{plus,minus,both}; 
00020   }
00021   
00022 }
00023   
00024 
00025 #endif