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
00010
00011
00012
00013
00014
00015 namespace reco {
00016
00017 namespace HaloData {
00018
00019 enum Endcap{plus,minus,both};
00020 }
00021
00022 }
00023
00024
00025 #endif